/** @format **/

@media (min-width: 575px) {
}

@media (min-width: 768px) {
  .main-header {
    display: none;
  }

  .viewSlide-mobile {
    display: none;
  }

  .mobile-view.hideDesktop {
    display: none;
  }

  .mobile-view {
    display: none;
  }
}

@media (min-width: 992px) {
  .row.responsive-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

@media (min-width: 1299px) {
  .mobile-view.hideDesktop {
    display: none;
  }
}

@media (min-width: 1400px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1399px) {
  html {
    font-size: 86.8%;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1280px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 768px) and (max-width: 1299px) {
  /* .user-avatar,
  .user-popover {
    display: none;
  } */

  .menu-btn-1.ipad-icon {
    display: block;
    width: 40px;
    padding: 8.9px;
  }

  .sidebar .logo {
    width: 40px;
  }

  .sidebar .middle-nav nav ul li .nav-link {
    width: auto;
    height: auto;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
  }

  .mobile-user-profile .m-details {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }

  .sidebar.showMenu .mobile-user-profile .m-details {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .sidebar.showMenu .theme-switch-wrapper .theme-text-change {
    display: block;
  }

  .sidebar .theme-switch-wrapper .theme-text-change {
    display: none;
  }

  .theme-switch-wrapper input:checked + .slider .slider-knob {
    transform: translateX(6px);
  }

  .mobile-user-profile {
    padding: 0;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    align-items: flex-start;
    padding: 1.25rem 1.7rem;
  }

  .sidebar.showMenu {
    width: 17.5rem;
  }

  .main-content {
    margin-left: var(--sidebar-width);
  }

  .theme-switch-wrapper .theme-switch {
    width: 40px;
  }

  .mobile-user-profile .m-avatar {
    width: 40px;
    height: 40px;
  }

  .sidebar .middle-nav {
    width: 100%;
  }

  .sidebar.showMenu .middle-nav nav ul li .nav-link .text-hover {
    opacity: 1;
    width: max-content;
    background: transparent;
    left: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin: 0;
  }

  .sidebar.showMenu .middle-nav nav ul li {
    width: 100%;
  }

  .sidebar .bottom-ava-mode-footer {
    align-items: flex-start;
  }

  .sidebar.showMenu .footer-p {
    display: flex;
  }

  #signupModal .modal-dialog,
  #loginModal .modal-dialog,
  .modal.onbaording .modal-dialog {
    max-width: 1200px !important;
    margin: auto;
    padding: 0 20px;
  }

  .user-profile-wrapper.login {
    display: flex;
  }

  .user-profile-wrapper.login .user-avatar {
    display: flex;
  }

  .user-profile-wrapper.login .user-popover {
    display: flex;
  }

  .sidebar.showMenu .user-profile-wrapper .m-details {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .ipad_hover {
    display: flex;
    position: absolute;
    right: 1rem;
    top: 1rem;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ipad_hover .action-btn.mobile-view {
    display: flex;
    gap: 0.625rem;
  }

  .ipad_hover .hover-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    display: none;
  }

  .card-actions {
    display: none;
  }

  .viewer-bottom-bar {
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    max-width: 650px;
    overflow: auto;
    padding: 1rem 30px;
  }

  .project-header-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1299px) {
}

@media screen and (max-width: 1200px) {
  .global-main-header.flexNowrap_mob {
    gap: 1rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 991px) {
  /* ! margin bottom */
  .mb16 {
    margin-bottom: 1rem !important;
  }

  .mb28-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb30 {
    margin-bottom: 1.5625rem !important;
  }

  .mb32 {
    margin-bottom: 1.5625rem !important;
  }

  .mb40 {
    margin-bottom: 1.5625rem !important;
  }

  .mb50 {
    margin-bottom: 1.875rem !important;
  }

  .mb60 {
    margin-bottom: 1.875rem !important;
  }

  .mb65 {
    margin-bottom: 1.875rem !important;
  }

  .mb70 {
    margin-bottom: 1.875rem !important;
  }

  .mb80 {
    margin-bottom: 1.875rem !important;
  }

  /* ! margin top */
  .mt30 {
    margin-top: 1.25rem !important;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    margin: 0rem 0rem 1rem;
    font-size: 1.5rem;
  }

  h4 {
    margin: 0rem 0rem 1rem;
    font-size: 1.25rem;
  }

  h5 {
    margin: 0rem 0rem 1rem;
    font-size: 1.125rem;
  }

  h6 {
    margin: 0rem 0rem 1rem;
    font-size: 1rem;
  }

  p {
    padding: 0rem;
    margin: 0rem 0 1.25rem;
    font-size: 0.875rem;
    line-height: normal;
  }

  h1 {
    font-size: 2.5rem;
  }

  /* .user-profile-wrapper .user-avatar,
  .user-profile-wrapper .user-popover {
    display: none;
  } */

  .viewer-bottom-bar {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: static;
    height: auto;

    .vb-drag-handle {
      display: none;
    }
  }
}

@media screen and (max-width: 767px) {
  :root {
    --sidebar-width: 0px;
  }

  .app-wrapper {
    flex-direction: column;
  }

  /* ! margin bottom */
  .mb16 {
    margin-bottom: 1rem !important;
  }

  .mb28-5,
  .mb30,
  .mb32,
  .mb40,
  .mb50,
  .mb60,
  .mb65,
  .mb70,
  .mb80 {
    margin-bottom: 1.25rem !important;
  }

  .mb180 {
    margin-bottom: 1.875rem !important;
  }

  /* ! margin top */
  .mt30 {
    margin-top: 1.25rem !important;
  }

  h1 {
    font-size: 1.875rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }

  .viewDesk {
    display: none;
  }

  .btn-global {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }

  .viewDesk {
    display: none;
  }

  .viewSlide-mobile {
    border-radius: 0.9375rem;
    overflow: hidden;
  }

  .viewSlide-mobile .visual-side::before {
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
  }

  .viewSlide-mobile .visual-side {
    width: 100%;
    height: 33.6875rem;
  }

  .form-side {
    padding: 2rem;
  }

  .sidebar .theme-switch-wrapper .theme-text-change {
    display: none;
  }

  .sidebar {
    width: auto;
    position: fixed;
    flex-direction: column;
    height: calc(100dvh - 69px);
    bottom: 0;
    top: unset;
    align-items: flex-start;
    background-color: var(--bg-body);
    border: none;
    transition: all 1s cubic-bezier(0.51, -0.06, 0.34, 1);
    left: -120%;
    z-index: 9999;
  }

  .sidebar .logo {
    display: none;
  }

  .sidebar .middle-nav nav ul li {
    width: 100%;
  }

  .sidebar .middle-nav nav ul li .nav-link {
    width: auto;
    justify-content: flex-start;
  }

  .sidebar .middle-nav nav ul li .nav-link .text-hover {
    position: relative;
    display: inline-block;
    opacity: 1;
    left: 0;
    background: none;
  }

  .sidebar .bottom-ava-mode-footer {
    align-items: flex-start;
  }

  .sidebar .middle-nav {
    width: 100%;
  }

  .sidebar .bottom-ava-mode-footer a.logout.mobile {
    display: flex;
  }

  .user-profile-wrapper .m-details {
    position: relative;
  }

  .deskView {
    display: none;
  }

  .footer-p {
    display: flex;
    gap: 5px;
  }

  .footer-p small {
    color: #adadad;
    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .two-img-column-reverse {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px 20px;
  }

  .ads-info .user-stars {
    position: static;
    display: inline-flex;
    transform: rotate(5deg);
    padding: 11px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3.4000000953674316px);
    width: 50%;
    margin-left: auto;
    margin-bottom: -44px;
  }

  .card-actions,
  .gallery-card .card-overlay {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: visible;
  }

  .gallery-card .card-overlay .card-footer-overlay {
    opacity: 1;
    visibility: visible;
  }

  .action-btn,
  .icon-btn {
    display: none;
  }

  .action-btn.trigger-folder-sheet.mobile-view {
    display: block;
  }

  .action-btn.trigger-folder-sheet.mobile-view i {
    transform: rotate(90deg);
  }

  .icon-btn.trigger-folder-sheet.mobile-view {
    display: block;
  }

  .icon-btn.trigger-folder-sheet.mobile-view i {
    transform: rotate(90deg);
  }

  .action-stack {
    top: 4.05rem;
  }

  .global-main-header.flexNowrap_mob {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .project-header-right .meta-icons,
  .project-header-right .btn-badge-info,
  .project-header-right .btn-pill-grey {
    display: none;
  }

  .order-details .custom-select-all .text {
    display: none;
  }

  .order-details .below-hid-show {
    margin: 0 0 1.25rem;
    height: 0;
  }

  .order-details .below-hid-show:has(.selection-bar.show) {
    height: auto;
  }

  .order-details .below-hid-show .selection-bar {
    position: relative;
    transform: translateX(-50%) translateY(0);
    bottom: 0;
    height: 0%;
    overflow-x: auto;
  }

  .order-details .below-hid-show .selection-bar.show {
    height: 100%;
  }

  .tab-global.nav-pills {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }

  .tab-global.nav-pills li {
    flex: 1;
  }

  .tab-global.nav-pills .nav-item .nav-link {
    width: auto;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
  }

  .uploading-file {
    padding: 20px;
  }

  .form-side {
    padding: 0;
  }

  .login-layout .form-header .logo {
    width: 3.75rem;
    height: 3.75rem;
    aspect-ratio: 1/1;
  }

  .step-intro-wrapper h2 {
    font-size: 1.5rem;
  }

  .credit-slider-card .slider-info h4,
  .credit-slider-card .slider-info .slider-price {
    font-size: 1.25rem;
  }

  .faq-category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .user-profile-wrapper .m-details.ipadOnly {
    display: none;
  }

  .viewer-bottom-bar {
    margin-bottom: 70px;
  }

  .bar-move {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .user-avatar {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .global-main-header {
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 1rem;
  }

  .main-content .global-main-header .button-rig,
  .main-content .global-main-header .button-rig a {
    width: 100%;
  }

  header.main-header .adjust-flex .left-flex a.logo {
    width: 5.2875rem;
  }

  .right-head-setting.filter-adjust {
    width: 100%;
  }

  .filter-wrapper .filter-btn {
    display: inline-block;
    display: flex;
    height: 51px;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #999;
  }

  .search-wrapper
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    padding: 1.2rem 2.5rem 1.2rem 2.5rem;
    border-radius: 15px;
    border: 1px solid #999;
  }

  .search-wrapper .clear-btn {
    right: 0.7125rem;
  }

  .filter-dropdown {
    top: 50%;
    transform: translateY(60px);
    transition: all 0.2s ease;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 1rem 1rem 0 0;
    overflow: auto;
    z-index: 1001;
  }

  .custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
  }

  .order-details .filter-wrapper .filter-btn {
    border: none;
    height: auto;
    background-color: var(--bg-light);
    border-radius: 0.625rem;
    padding: 0.5rem;
  }

  .order-details .filter-wrapper .filter-btn .icon-img {
    width: 1rem;
    height: 1rem;
    aspect-ratio: 1 / 1;
    display: inline-block;
  }

  .right-head-setting.searchW100 {
    width: 100%;
  }

  .fc-left {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
  }

  .global-main-header.flexRowFix {
    flex-direction: row;
  }
}

@media screen and (max-width: 576px) {
}
