
@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-busines-container {
        background-color: #FFFFFF;
        border-radius: 40px;
        padding: 24px 40px;
        min-height: calc(100vh - 80px);
        height: auto;
    }

    .smoothin-busines-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 24px;
        margin: 0 -8px;
    }

    .smoothin-busines-header-buttons {
        display: flex;
        flex-wrap: nowrap;
        height: fit-content;
    }

    .btn-smoothin-busines-header {
        padding: 8px 12px;
        margin: 0 4px 16px;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        background: #FFFFFF;
        border: 1px solid #2F2F324D;
        border-radius: 6px;
    }

    .header-img {
        margin-right: 8px;
    }

    .smoothin-main-content {
        margin: 0 50px 0 40px;
        padding: 40px 0;
        color: #2F2F32;
        width: 100%;
    }

    .general-info-content {
        background-color: #F2F6FA;
    }

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

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

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

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

    .smoothin-site-card-general.blue {
        background-color: #F2F6FA;
    }

    .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;
    }

    .accordion-cards .accordion-item.blue {
        background-color: #F2F6FA;
    }

    .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 {
        min-height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .busines-accordion-header {
        display: block !important;
        border-radius: 16px;
        padding: 20px;
        background-color: #F2F6FA;
    }

    .financial-accordion-header-contents {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

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

    .busines-accordion-collapse {
        margin-top: 16px;
    }

    .financial-accordion-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #2F2F32B2;
    }

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

    .card-key {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        color: #332819b3;
        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;
    }

    .card-value.bold {
        font-weight: 500;
    }

    .card-value.blue {
        color: #006AFF;
    }

    .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;
    }

    .busines-site-card {
        border: 1px solid #2F2F3233 !important;
    }

/*!*---------------------------------------*/
/*   BREADCRUMB STYLES              */
/*-----------------------------------------*!*/

    .smoothin-breadcrumb {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
    }

    .smoothin-breadcrumb-item {
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
    }

    .smoothin-breadcrumb-item .breadcrumb-link {
        color: #2F2F3280;
        text-decoration: none;
    }

    .smoothin-breadcrumb-item.active {
        color: #2F2F32;
    }

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

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

        .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;
            margin-top: -20px;
        }

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

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

        .btn-accordion {
            display: none;
        }
    }

    @media (min-width: 768px) and (max-width: 1399.9px) {
        .smoothin-main-content.collapsed .smoothin-content-left  {
            width: 100%;
            margin-bottom: 48px;
        }

        .smoothin-main-content.collapsed .smoothin-content-right  {
            width: 100%;
        }

        .smoothin-main-content.collapsed .smoothin-site-card-general  {
            width: 100%;
            min-height: auto;
        }
    }

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

        .smoothin-busines-container .site-content-title-financial {
            padding-top: 24px;
        }

        .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;
        }

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

    @media screen and (max-width: 767.9px) {
        .smoothin-content-right {
            margin-top: 8px;
        }

        .smoothin-busines-header-buttons {
            padding: 0 4px;
        }

        .smoothin-main-content {
            margin: 0 16px 0 12px;
        }

        .smoothin-busines-container {
            padding: 24px 16px;
        }
    }

    @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) {
        .user-icon-img {
            display: none;
        }
    }


