@media only screen and (min-width: 1560px) {
  .container {
    max-width: 1560px;
  }

  .d-main > .pg-container {
    max-width: 1440px;
  }

  .w-l-badge {
    padding-bottom: 100px !important;
  }
  .w-l-badge::after {
    width: 462.72px;
    height: 64px;
  }

  .header.__auth {
    max-width: 100%;
    margin-bottom: 150px;
  }

  .auth-wrapper .form-wrapper {
    max-width: 600px;
  }

  .review-block {
    margin-top: -12%;
  }
}
@media only screen and (max-width: 1280px) {
  .auth-area {
    padding-bottom: 64px;
  }

  .__waitlist .wl-area {
    padding-left: 4%;
    padding-right: 4%;
  }
  .__waitlist .wl-form {
    margin-left: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .d-sidebar {
    overflow: hidden;
    transition: 0.5s;
    white-space: nowrap;
    visibility: hidden;
    height: 100vh;
    width: 100%;
    z-index: 1000;
  }
  .d-sidebar::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    top: 0;
    background-color: rgba(10, 46, 101, 0.2);
    z-index: 100;
  }
  .d-sidebar .nav__wrapper {
    width: 280px;
    height: 100%;
    z-index: 1000;
    padding: 64px 0 48px;
    background: #040769;
    position: relative;
    box-shadow: 5px 0 20px 2px rgba(0, 0, 0, 0.05);
    transform: translate3d(-280px, 0, 0);
    transition: transform 0.34s cubic-bezier(0.24, 1, 0.32, 1), visibility 0.36s;
  }
  .d-sidebar .nav__wrapper .svg_nav_close {
    visibility: visible;
  }
  .d-sidebar.active {
    visibility: visible;
  }
  .d-sidebar.active::before {
    pointer-events: all;
    visibility: visible;
  }
  .d-sidebar.active .nav__wrapper {
    transform: translate3d(0, 0, 0);
    overflow: scroll;
  }

  .d-main {
    margin-left: 0;
    width: 100%;
  }
  .d-main > .header {
    width: 100%;
  }
  .d-main > .header .svg_nav__trigger {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -2px;
  }

  .auth-cta {
    width: 100% !important;
  }
  .auth-cta .cta-wrapper {
    margin-top: 48px;
    max-width: 600px;
  }
  .auth-cta .cta-wrapper .ct-badge {
    margin-top: 28px;
  }

  .login-wrapper {
    width: 100% !important;
    max-width: 100%;
    margin-top: 48px;
    justify-content: flex-start !important;
  }
  .login-wrapper .form-wrapper {
    width: 100%;
    max-width: 800px;
  }

  .auth-cta.__login.__product .product-cta .product-options {
    grid-template-columns: repeat(4, 1fr);
  }

  .review-block {
    margin-top: 64px;
  }

  .__waitlist .wl-area {
    padding-left: 0;
    padding-right: 0;
  }
  .__waitlist .wl-block .wl-content {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .__waitlist .wl-block .wl-content p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 820px) {
  .wl-grid {
    flex-direction: column-reverse;
  }
  .wl-grid .col-50 {
    width: 100%;
  }

  .__waitlist .header {
    margin-bottom: 24px;
  }
  .__waitlist .img-block {
    height: 320px;
  }
  .__waitlist .wl-form {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .hidden-md {
    display: initial;
  }

  .d-main > .pg-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header.__auth {
    margin-bottom: 28px;
    padding: 0;
  }

  .verify-sidebar {
    display: none;
  }

  .verify-form {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .verify-form .form-wrapper {
    margin-left: 0;
    max-width: 100%;
  }

  .sidebar-dropdown {
    display: flex;
    align-items: center;
  }
  .sidebar-dropdown .label {
    margin-right: 12px;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .sidebar-dropdown .dropdown-toggle {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    padding: 0 12px;
    background: #f0f4f8;
    border-radius: 40px;
    font-weight: 500;
  }
  .sidebar-dropdown .dropdown-toggle::after {
    position: relative;
    top: 10px;
  }
  .sidebar-dropdown .dropdown-menu {
    top: 4px !important;
    width: 250px;
    padding: 0;
    z-index: 20;
    background: #ffffff;
    box-shadow: 0 3px 12px 2px rgba(130, 154, 177, 0.12);
    -webkit-box-shadow: 0 3px 12px 2px rgba(130, 154, 177, 0.12);
    border: 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .sidebar-dropdown .dropdown-menu .dropdown-item {
    display: block;
    height: 48px;
    padding: 0 8px;
    font-weight: 400;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #f0f4f8;
    color: #060809;
  }
  .sidebar-dropdown .dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .sidebar-dropdown .dropdown-menu .dropdown-item.active {
    font-weight: 500;
    color: #040769;
    background: #f0f4f8;
  }

  .profile-block {
    flex-direction: column;
  }

  .profile-sidebar {
    position: relative;
    width: 100%;
    flex-direction: row;
  }
  .profile-sidebar .nav-item {
    margin-bottom: 12px;
  }
  .profile-sidebar .nav-item .nav-link {
    border-bottom: 2px solid #829ab1;
    border-left: none;
  }
  .profile-sidebar .nav-item .nav-link.active {
    border-left-color: none;
    border-bottom-color: #0093dd;
  }

  .profile-wrapper {
    width: 100%;
  }

  .card {
    margin-bottom: 20px;
  }

  .pg-row {
    margin-top: 20px;
  }

  .refer-wrapper {
    flex: auto;
    width: 100%;
    margin-right: 4px;
  }

  .refer-item {
    order: -1;
    width: 100%;
  }

  .__loan-info {
    max-width: 480px;
  }

  .loan__history-table {
    display: block;
  }

  .__loan-block {
    width: 100%;
    flex: auto;
  }

  .__recent_transactions {
    flex: auto;
  }

  .auth-cta.__login + .login-wrapper .form-wrapper .form__login {
    margin: 0 auto;
  }

  .auth-area {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header.__auth .auth-login {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .w-l-badge {
    padding-bottom: 72px !important;
  }
  .w-l-badge::after {
    width: 318.12px;
    height: 44px;
  }

  .__onboard .verify-form {
    flex-direction: column-reverse;
  }
  .__onboard .verify-form .progress-check {
    margin-top: 2px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .__onboard .verify-form .progress-check .progress-container {
    width: 90%;
  }

  .header.__auth .brand-img {
    width: 100px;
  }
  .header.__auth .auth-login span {
    display: none;
  }

  .auth-cta.__signup .cta-wrapper {
    margin-top: 16px;
    max-width: 600px;
  }
  .auth-cta.__signup .cta-wrapper .__title {
    font-size: 2.8rem;
  }
  .auth-cta.__signup .cta-wrapper .__desc {
    font-size: 2rem;
    max-width: 90%;
    margin-bottom: 12px;
  }
  .auth-cta.__signup + .login-wrapper .form-wrapper {
    margin-top: 0 !important;
  }

  .login-wrapper {
    margin-top: 0;
  }

  .auth-area {
    padding: 20px 20px 80px;
  }

  .auth-wrapper .form-wrapper {
    padding: 12px 20px;
  }

  .auth-cta.__login.__product .product-cta {
    padding-right: 0;
  }
  .auth-cta.__login.__product .product-cta .cta-content {
    margin-bottom: 0;
  }
  .auth-cta.__login.__product .product-cta .product-options {
    display: none;
    grid-template-columns: repeat(2, 1fr);
  }

  .camera-wrapper .camera-item {
    height: 300px;
    width: 300px;
  }

  .__waitlist .wl-area {
    padding-top: 24px;
  }
  .__waitlist .header {
    padding: 0 20px;
  }
  .__waitlist .wl-block {
    position: relative;
    height: 300px;
  }
  .__waitlist .wl-block .img-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .__waitlist .wl-block .wl-content {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(51, 78, 104, 0.6);
  }
  .__waitlist .wl-block .wl-content p {
    color: #ffffff;
  }
  .__waitlist .wl-form {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-dialog {
    position: absolute;
    bottom: 0;
    max-height: 100%;
  }

  .modal-content {
    border-radius: 24px 24px 0 0;
  }

  .d-main > .pg-container {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 48px;
  }
  .d-main > .header {
    padding-left: 12px;
    padding-right: 12px;
  }
  .d-main > .header:after {
    width: calc(100% - 24px);
  }
  .d-main > .header .__title {
    text-transform: uppercase;
    color: #334e68;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
  .d-main > .header .__nav .dropdown-toggle {
    font-size: 0px;
  }
  .d-main > .header .__nav .dropdown-toggle > div {
    display: none;
  }
  .d-main > .header .__nav .dropdown-toggle img {
    margin-right: 0;
  }
  .d-main > .header .__nav .btn {
    margin-right: 20px;
  }

  .form__login ._buttons {
    flex-direction: column;
  }
  .form__login ._buttons * {
    margin-left: 0;
  }
  .form__login ._buttons button.btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .form__login .form-footer {
    justify-content: center;
  }

  form .flex-end {
    flex-wrap: wrap;
  }
  form .flex-end > div {
    width: 100%;
  }

  .form__login {
    margin-top: 0;
  }

  .loan_item {
    width: 100%;
    margin-right: 0;
  }

  ul.loan__row li.value {
    width: 98%;
  }

  .statement-module {
    flex-wrap: wrap;
  }
  .statement-module .module-item {
    margin-bottom: 24px;
    width: 100%;
  }
  .statement-module .module-item:first-of-type {
    margin-right: 0;
  }

  .detail-row {
    width: 49% !important;
  }

  .card {
    width: 98% !important;
    margin-right: 0 !important;
  }
  .card.bordered {
    padding: 0 12px 12px;
  }

  .__recent_transactions {
    padding: 0 12px 12px;
    width: 100% !important;
  }

  .txnTable .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }

  .table_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .table_header .__header {
    margin-bottom: 16px;
  }
  .table_header .col-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .table_header .col-right > .btn {
    margin-bottom: 14px;
  }
  .table_header .search-wrapper,
.table_header .__search {
    width: 100%;
  }
  .table_header .search-wrapper .search-input,
.table_header .__search .search-input {
    max-width: 400px;
    width: 100%;
  }

  .__loan_stats .limit-flex .limit-item span.svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
  .__loan_stats .limit-flex .limit-item ._item .value {
    font-size: 1.6rem;
  }

  table,
.table {
    display: block;
    overflow-x: auto;
  }

  .repay-control {
    flex-wrap: wrap;
  }
  .repay-control .form-check-label {
    width: 240px;
    margin-bottom: 16px;
  }

  .pg-error .error-item.alt .__content .__title {
    font-size: 3.2rem;
  }
  .pg-error .error-item.alt .__content .__desc {
    font-size: 1.8rem;
  }

  .contact-list {
    flex-direction: column;
    margin-top: 20px;
  }
  .contact-list .contact-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .w-l-badge::after {
    width: 260.28px;
    height: 36px;
  }
}

/*# sourceMappingURL=main-responsive.css.map */
