
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

    .general-info-page {
        font-family: 'Inter', sans-serif;
        overflow-x: hidden;
        color: #02191C;
    }

    .general-info-page img {
        vertical-align: middle;
    }

    .smoothin-container {
        margin-right: -32px;
        margin-left: -32px;
    }

    .site-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .site-header .header-logo {
        display: inline-block;
        vertical-align: text-top;
    }

    .general-info-content {
        background-color: var(--site-background);
        min-height: calc(100vh - 73px);
    }

    .smoothin-content-right {
        position: relative;
        padding-top: 0;
        margin-top: 0;
    }

    .financial-dashboard {
        padding-left: 8px;
        margin: 0 4px;
    }

    .site-content-title-cards,
    .site-content-title-financial,
    .site-content-title-disputed {
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
    }

    .badge-user-cards {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(2, 25, 28, 0.1);
        color: #02191C;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        width: 26px;
        height: 21px;
        border-radius: 50px;
        margin: 4px 8px 0;
    }

    .btn-smoothin-site-main {
        display: flex;
        border-radius: 58px;
        cursor: pointer;
        font-size: inherit;
        font-weight: normal;
        padding: 12px 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 2;
        text-transform: none;
        line-height: inherit;
    }

    .btn-smoothin-site-main:not(:disabled) {
        cursor: pointer;
    }

    .btn-smoothin-site-main:focus:not(:focus-visible) {
        outline: 0;
    }

    .btn-smoothin-general {
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        background-color: #02191C;
        border: 1px solid  #02191C;
        transition: background-color .2s;
        color: #B1FF66;
        height: 40px;
        padding: 16px 20px;
    }

    .btn-smoothin-general:hover,
    .btn-smoothin-general:focus,
    .btn-smoothin-general:active {
        background-color: #05444c!important;
        border: 1px solid  #05444c!important;
        color: #B1FF66!important;
    }

    .btn-smoothin-general .icon-general-end {
        margin-left: 8px;
    }

    .btn-smoothin-general .icon-general-start,
    .btn-smoothin-site-main .icon-general-start{
        margin-right: 8px;
    }

    .btn-smoothin-help {
        padding: 11px 20px;
        background-color: transparent;
        border: 1px solid  #BBBBBB;
        transition: background-color .2s;
        color: #02191C;
    }

    .btn-smoothin-help:hover,
    .btn-smoothin-help:focus,
    .btn-smoothin-help:active {
        background-color: #BBBBBB!important;
        border: 1px solid  #ffffff4d!important;
        color: #02191C!important;
    }

    .btn-smoothin-help .help-text {
        font-size: 16px;
        font-weight: 500;
        line-height: initial;
        padding-right: 10px;
    }

    .btn-smoothin-help .help-img {
        display: inline-block;
        vertical-align: text-top;
    }

    .smoothin-site-card,
    .smoothin-site-card-general,
    .no-financical-data-card {
        border-radius: 16px;
        border: none;
        color: #02191C;
        height: 100%;
    }

    .smoothin-site-card-general-mobile {
        height: auto !important;
        min-height: auto !important;
    }

    .smoothin-site-card-body,
    .smoothin-site-card-general-body {
        padding: 24px;
    }

    .smoothin-site-card-general-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .user-info {
        display: flex;
        width: 100%;
    }

    .user-info-content {
        width: calc(100% - 60px);
        display: grid;
    }

    .user-icon-img {
        display: inline-block;
        vertical-align: text-top;
        margin-right: 16px;
    }

    .user-name {
        font-size: 20px;
        font-weight: 500;
        line-height: initial;
        letter-spacing: -0.02em;
        overflow-wrap: anywhere;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(98%);

    }

    .user-email {
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        color: #02191c99;
        margin-top: 4px;
        overflow-wrap: anywhere;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(98%);
    }

    .smoothin-site-card-title {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        padding-bottom: 0;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .smoothin-site-card-text {
        padding-top: 16px;
    }

    .fin-icon {
        margin-right: 8px;
    }

    .accordion-cards .accordion-item {
        border: none;
    }

    .btn-accordion {
        background-color: transparent !important;
        border: 1px solid #02191c33;
        transition: background-color .2s;
        width: 44px;
        height: 32px;
        border-radius: 58px!important;
        padding: 0;
    }

    .btn-accordion::after{
        margin: auto;
    }

    .btn-accordion:hover,
    .btn-accordion:focus,
    .btn-accordion:active {
        background-color: transparent;
        border: 1px solid #02191c33;
    }

    .btn-accordion:focus {
        box-shadow: none;
    }

    .accordion-cards .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 32px;
    }

    .accordion-cards .accordion-body {
        padding: 6px 0 0;
    }

    .smoothin-site-card-item {
        display: flex;
        justify-content: space-between;
    }

    .card-key {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        color: #332819CC;
        margin-bottom: 15px;
        margin-right: 16px;
    }

    .card-value {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: #332819CC;
        margin-bottom: 15px;
        text-align: right;
    }

    .smoothin-site-card-item:last-child .card-key,
    .smoothin-site-card-item:last-child .card-value{
        margin-bottom: 5px;
    }

    .card-key-bold {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        color: #332819;
    }

    .card-value-bold {
        font-size: 16px;
        font-weight: 600;
        color: #332819;
        white-space: nowrap;
    }

    .card-value-big {
        font-size: 24px;
        font-weight: 700;
        margin-top: 4px;
        white-space: nowrap;
    }

    .after-submitting-info-box {
        display: flex;
        flex-direction: column;
    }

    .after-submitting-info {
        background-color: #082c22;
        background-image: linear-gradient( #082c22, rgba(140, 255, 117, 0.2));
        color: white;
        border-radius: 16px;
        text-align: center;
        padding: 16px;
        margin: 24px 0;
    }

    .after-submitting-info-img {
        display: inline-block;
        vertical-align: text-top;
        margin: 16px 0;
    }

    .after-submitting-info-title {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        color: white;
    }

    .after-submitting-info-description {
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
        color: white;
    }

/*!*---------------------------------------*/
/*   SUBMITTING INFO STYLES              */
/*-----------------------------------------*!*/

    .submitting-info {
        padding: 24px;
        z-index: 1;
        background-color: #082c22;
        background-image: linear-gradient( #082c22, rgba(140, 255, 117, 0.2));
        color: white;
        border-radius: 16px;
        text-align: center;
    }

    .submitting-img-block {
        position: absolute;
        top: 23px;
        right: -1%;
        z-index: 0;
    }

    .submitting-img-block .bg-img {
        width: 100%;
    }

    .submitting-info-title {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        color: white;
        margin-bottom: 24px;
    }

    .submitting-info-description {
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
        color: white;
        opacity: 70%;
    }

    .btn-submit-green {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        background: #DFFF51;
        background: -webkit-linear-gradient(to right, #8BFF75, #DFFF51);
        background: linear-gradient(to right, #8BFF75, #DFFF51);
        color: black;
        border: none;
        height: 40px;
        padding: 16px 20px;
    }

    .btn-submit-green:hover,
    .btn-submit-green:focus,
    .btn-submit-green:active {
        background-image: linear-gradient(to right, #8bff75, #8bff75)!important;
        color: black!important;
    }

    .btn-submit-green .icon {
        margin-left: 24px;
    }

    .btn-smoothin-white {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        background-color: white;
        border: 1px solid rgba(2, 25, 28, 0.2);
        transition: background-color .2s;
        color: #02191C;
        height: 40px;
        padding: 16px 20px;
        margin: 24px 0;
    }

    .btn-smoothin-white-mobile {
        font-weight: 500;
    }

    .btn-smoothin-white:hover,
    .btn-smoothin-white:focus,
    .btn-smoothin-white:active {
        background-color: rgba(2, 25, 28, 0.2)!important;
        border: 1px solid  rgba(2, 25, 28, 0.2)!important;
        color: #02191C!important;
    }

    .btn-smoothin-white .icon {
        margin-right: 8px;
    }

    .btn-soft-corner {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        background-color: white;
        border: 1px solid rgba(2, 25, 28, 0.2);
        transition: background-color .2s;
        color: #02191C;
        height: 41px;
        padding: 16px 20px;
        border-radius: 8px;
        margin: 0;
    }

    .btn-soft-corner:hover,
    .btn-soft-corner:focus,
    .btn-soft-corner:active {
        background-color: rgba(2, 25, 28, 0.2)!important;
        border: 1px solid  rgba(2, 25, 28, 0.2)!important;
        color: #02191C!important;
    }

    .hide-submitting-info-box-on-desktop {
        display: block;
    }

    .submitting-info-box {
        max-width: 616px;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 16px;
        padding-top: 24px;
        padding-bottom: 4px;
    }

    .add-first-card-block.submitting-info {
        padding: 40px;
    }

    .add-first-card-block .submitting-info-box {
        padding-bottom: 8px;
        margin-bottom: 24px;
    }

    .add-first-card-block .submitting-info-title {
        margin-bottom: 8px;
    }

    .add-first-card-block .submitting-info-description {
        margin-bottom: 40px;
    }

/*!*---------------------------------------*/
/*   BANK ACCOUNT STATE INPROCESS STYLES              */
/*-----------------------------------------*!*/

    .bank-account-analyzing {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .account-analyzing-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        color: #02191C99;
        padding-top: 24px;
        margin-bottom: 0;
    }

/*!*---------------------------------------*/
/*   CARD VERIFICATION STYLES              */
/*-----------------------------------------*!*/

    .verification-info-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 24px;
    }

    .card-blur {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #02191C80;
        backdrop-filter: blur(10px);
        border-radius: 16px;
    }

    .verification-info-text {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        color: white;
        margin: 16px 0;
        text-align: center;
    }

/*!*---------------------------------------*/
/*   NO CARDS STYLES              */
/*-----------------------------------------*!*/

    .no-financical-data-card-body {
        padding: 24px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        min-height: 38vh;
    }

    .no-financical-data-icon {
        display: inline-block;
        vertical-align: text-top;
        margin-bottom: 24px;
    }

    .no-financical-data-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        color: #02191C99;
    }

/*!*---------------------------------------*/
/*   SUBMIT PROFILE MODAL STYLES              */
/*-----------------------------------------*!*/

    .submit-profile-modal-dialog {
        max-width: 640px;
    }

    .submit-profile-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        color: #02191C;
    }

    .submit-profile-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #02191C99;
        padding-bottom: 4px;
    }

    .submit-profile-modal-header,
    .submit-profile-modal-footer {
        border: none;
    }

    .submit-profile-modal-header {
        padding-bottom: 0;
    }

    .submit-profile-modal-footer {
        flex-wrap: nowrap;
        padding: 0 8px;
    }

    .submit-profile-modal-textarea {
        padding: 16px!important;
        min-height: 330px!important;
        color: #02191CCC;
    }

    .submit-profile-modal-content {
        padding: 24px;
    }

    .btn-cancel-rounded-modal,
    .btn-submit-rounded-modal {
        border-radius: 50px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        height: 48px;
        width: 100%;
        margin: 8px;
    }

    .btn-cancel-rounded-modal {
        border: 1px solid #02191C4D;
        color: #02191C;
    }

    .btn-cancel-rounded-modal:hover,
    .btn-cancel-rounded-modal:focus,
    .btn-cancel-rounded-modal:active {
        background-color: #02191C4D!important;
        border: 1px solid  #ffffff4d!important;
        color: #02191C!important;
    }

    .btn-submit-rounded-modal {
        border: none;
        color: #B1FF66;
        background: #02191c;
        opacity: 25%;
    }

    .btn-submit-rounded-modal:hover,
    .btn-submit-rounded-modal:focus,
    .btn-submit-rounded-modal:active {
        background-color: #02191c!important;
        border: none!important;
        color: #B1FF66!important;
        opacity: 15%;
    }

/*!*---------------------------------------*/
/*   VERIFYING MODAL STYLES              */
/*-----------------------------------------*!*/

    .verifying-modal-dialog {
        max-width: 680px;
    }

    .verifying-modal-text {
        font-size: 24px;
        font-weight: 300;
        line-height: 38px;
        color: #02191C99;
        padding-bottom: 4px;
        margin-right: 16px;
    }

    .verifying-modal-text-green {
        font-weight: 600;
        color: #00BD6B;
        text-wrap-mode: nowrap;
    }

    .verifying-modal-text-bold {
        font-weight: 600;
    }

    .verifying-modal-header,
    .verifying-modal-footer {
        border: none;
    }

    .verifying-modal-header {
        padding-bottom: 8px;
    }

    .verifying-modal-footer {
        flex-wrap: nowrap;
        padding: 0 8px;
    }

    .verifying-card-info {
        display: flex;
    }

    .verifying-modal-logo {
        display: inline-block;
        vertical-align: text-top;
        margin-right: 16px;
    }

    .verifying-modal-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        overflow-wrap: anywhere;
        color: #02191C;
    }

    .verifying-card-number {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        color: #02191c99;
        overflow-wrap: anywhere;
    }

    .btn-close-verifying-modal {
        border: 1px solid gray;
        border-radius: 50px;
        width: 18px;
        height: 18px;
        padding: 10px !important;
        opacity: 1;
        margin-top: -10px;
    }

    .verifying-modal-content {
        padding: 24px;
        min-height: 80vh;
    }

    .verifying-modal-body {
        margin-bottom: 40px;
    }

    .verifying-modal-steps-progressbar {
        display: flex;
        margin: 0 -4px 40px;
    }

    .verifying-modal-step {
        width: 100%;
        height: 6px;
        border-radius: 30px;
        background: #02191C28;
        margin: 0 4px;
    }

    .verifying-modal-step.step-previous {
        background: linear-gradient(90deg, #FF9000 0%, #FF5500 100%);
    }

    .verifying-modal-step.step-active {
        background: linear-gradient(90deg, #70B659 0%, #59B69F 100%);
    }

    .verifying-modal-step.step-next {
        background: #02191C66;
    }

    .btn-cancel-verifying-modal,
    .btn-submit-verifying-modal {
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        height: 52px;
        width: 100%;
        margin: 8px;
    }

    .btn-cancel-verifying-modal {
        border: 1px solid #02191C4D;
        color: #02191C;
    }

    .btn-cancel-verifying-modal:hover,
    .btn-cancel-verifying-modal:focus,
    .btn-cancel-verifying-modal:active {
        background-color: #02191C4D!important;
        border: 1px solid  #ffffff4d!important;
        color: #02191C!important;
    }

    .btn-submit-verifying-modal {
        border: none;
        color: white;
        background: #02191c;
    }

    .btn-submit-verifying-modal:hover,
    .btn-submit-verifying-modal:focus,
    .btn-submit-verifying-modal:active {
        background-color: #05444c!important;
        border: none!important;
        color: white!important;
    }

    .transaction-category-select {
        padding-top: 16px!important;
        padding-bottom: 16px!important;
    }

    .transaction-category-select-label {
        position: relative!important;
        padding: 36px 0 8px!important;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #02191C99;
        white-space: normal!important;
    }

    .transaction-category-select {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        font-style: italic!important;
        color: #02191C99;
        width: 100%!important;
        border-color: #02191C4D;
        margin-bottom: 48px;
    }

    .transaction-category-select .transaction-category-item {
        font-size: 14px;
    }

/*!*---------------------------------------*/
/*   RESPONSIVE STYLES              */
/*-----------------------------------------*!*/

    @media screen and (min-width: 768px) {

        .site-header {
            padding-left: 0;
            padding-right: 0;
        }

        .smoothin-content-left {
            padding-left: 4px;
            padding-right: 4px;
        }

        .smoothin-content-right {
            padding-left: 4px;
            padding-bottom: 4px;
        }
    }

    @media screen and (min-width: 1200px) {
        .smoothin-content-left {
            width: 27%;
            padding-left: 0;
            padding-right: 8px;
        }

        .smoothin-content-left {
            width: 27%;
        }

        .smoothin-content-right {
            width: 73%;
            padding-left: 24px;
            padding-bottom: 0;
        }

        .smoothin-site-card-general {
            min-height: calc(100vh - 156px);
            height: auto;
        }

        .user-info {
            margin-bottom: 24px;
            padding-bottom: 8px;
        }

        .btn-accordion {
            display: none;
        }

        .hide-submitting-info-box-on-desktop {
            display: none;
        }
    }

    @media screen and (min-width: 1500px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1420px;
        }
    }

    @media screen and (min-width: 1600px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1520px;
        }
    }

    @media screen and (min-width: 1728.9px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1648px;
        }
    }

    @media screen and (max-width: 1199.9px) {
        .smoothin-content-right {
            padding-top: 48px;
            margin-top: 4px;
        }

        .financial-dashboard {
            padding: 0;
            margin: 0;
        }

        .smoothin-site-card-body,
        .smoothin-site-card-general-body {
            padding: 20px;
        }

        .fin-icon {
            margin-right: 4px;
        }

        .accordion-cards .accordion-body {
            padding: 32px 0 0;
        }

        .smoothin-container {
            margin-right: 0;
            margin-left: 0;
        }

        .submitting-info-box {
            max-width: 100%;
            width: 100%;
        }

        .hide-submitting-info-box-on-mobile {
            display: none;
        }

        .add-first-card-block .submitting-info-description {
            margin-bottom: 24px;
        }

        .user-info {
            width: calc(100% - 50px);
        }
    }

    @media screen and (max-width: 767.9px) {
        .smoothin-container {
            margin-right: -4px;
            margin-left: -4px;
        }

        .site-header {
            margin: 5px 0;
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .smoothin-content-right {
            margin-top: 8px;
        }

        .btn-smoothin-general {
            height: 33px;
            padding: 8px 16px;
            margin-top: 8px;
        }

        .btn-submit-green {
            width: 100%;
        }

        .site-content-title-cards {
            margin-top: 0;
            margin-right: 8px;
        }
    }

    @media screen and (max-width: 575px) {
        .user-icon-img {
            display: none;
        }

        .user-info {
            padding-right: 8px;
        }

        .user-info-content {
            width: 100%;
        }
    }

    @media screen and (max-width: 424.9px) {
        .btn-soft-corner {
            padding: 16px 10px;
        }

        .user-icon-img {
            display: none;
        }
    }

    @media screen and (max-width: 374.9px) {
        .site-header {
            padding: 16px 5px;
        }

        .site-header .header-logo {
           height: 35px;
        }

        .btn-smoothin-help {
            padding: 8px 15px;
        }

        .btn-smoothin-help .help-text {
            font-size: 14px;
            padding-right: 5px;
        }

        .btn-smoothin-help .help-img {
            height: 18px;
        }
    }


/*========================= MOBILE  =========================*/

.btn-smoothin-general-mobile {
    height: 33px!important;
    padding: 8px 16px!important;
    margin: 8px 0 !important;}


.btn-smoothin-general-sm-mobile {
    padding: 8px!important;
}