:root {
    --bg-color: #161618;
    --text-color: #f6f7f8;
    --bg-color-header: #18181a;
    --overlay-color: rgba(0, 0, 0, .6);
    --title-color: #fefefe;
    --marked-color: #242529;
    --border-color: rgba(138, 150, 163, .25);

    /* Customizable border and spacing variables */
    --balance-border-width: 1px;
    --balance-border-style: solid;
    --balance-border-color: var(--border-color);
    --balance-column-padding: 16px;
    --balance-section-margin: 20px;
    --dropdown-top-padding: 16px;
    --dropdown-top-border: 1px solid var(--border-color);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: var(--text-color);
    background: var(--bg-color);
    font: 16px / 1.3334 Roboto, sans-serif;
    min-height: 100vh;
    padding: 20px;
}

.container {
    max-width: 500px;
    margin: 0 auto;
}

.b-useful-data,
.b-useful-data:not(:last-child) {
    margin-bottom: 16px;
}

.b-useful-data {
    border-radius: 6px;
    border: 1px solid rgba(138, 150, 163, .25);
    padding: 11px 16px 13px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.g-sides-gaps {
    padding-left: 16px;
    padding-right: 16px;
}

.b-top-rated {
    display: flex;
    align-items: center;
    padding: 22px 20px;
    margin: -11px -16px 0 -16px;
    border-bottom: 1px solid var(--border-color);
}

.b-top-rated1 {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    margin: -11px -16px 0 -16px;
    border-bottom: 1px solid var(--border-color);
}

.b-top-rated__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #4fc3f7;
}

.b-top-rated__text {
    font-weight: 600;
    /* color: #4fc3f7; */
    font-size: 19px;
}

.balance-wrapper {
    margin: 0 -16px;
    /* background:green; */
}

.balance-block {
    padding: 0 0;
    /* background:red; */
}

.row {
    display: flex;
    /* border: 1px red solid; */
    /* width:100% */
    flex-wrap: wrap;
    /* background:green; */
    border-bottom: 1px solid var(--border-color)
}

.col {
    /* background:red; */
    flex: 1;
    min-width: 0;
}



.b-statements-balances__col {
    /* padding: var(--balance-column- padding); */
    padding: 18px 24px;
}

.b-statements-balances__col:not(:last-child) {
    border-right: var(--balance-border-width) var(--balance-border-style) var(--balance-border-color);
}

.b-statements-balances__col.m-current {
    background: transparent;
}

.b-statements-balances__sum {
    display: block;
    font-size: 32px;
    font-weight: 500;
    color: #8a96a3;
    /* margin-bottom: 8px; */
}

.b-statements-balances__col.m-current .b-statements-balances__sum {
    color: #ffffff;
}

.b-statements-balances__label {
    font-size: 22px;
    display: flex;
    align-items: center;
}

/* Make 'Current balance' white */
.b-statements-balances__col.m-current .b-statements-balances__label {
    color: #ffffff;
}

/* Make 'Pending balance' #8a96a3 */
.b-statements-balances__col:not(.m-current) .b-statements-balances__label {
    color: #8a96a3;
    font-weight: 400;
}

.g-icon-info {
    /* background:green; */
    margin-left: 6px;
    margin-bottom: -1px;
    width: 22px;
    height: 22px;
    color: #8a96a3;
}

.b-dropdown {
    /* background:green; */
    /* margin-bottom: 16px; */
    display: flex;
    padding: 18px 22px;
    /* justify-content: space-between; */
    /* padding-top: var(--dropdown-top-padding); */
    /* border-top: var(--dropdown-top-border); */
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: transparent;
    color: var(--text-color);
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.b-holder-options__title {
    font-weight: 400;
    margin-bottom: 4px;
    /* background:green; */
}

.font-size-20 {
    font-size: 16px; /* 20px */
    font-weight: 400;
}

.g-sm-text {
    font-size: 16px;
}

.date-of-chart {
    font-size: 12px; /* 17px */
}

.g-gray-text {
    color: #8a96a3;
}

.b-holder-options__arrow {
    margin-left: auto;
    padding-top: 6px;
    /* padding-right:12px; */
}

.btn-flex-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /* Aligns the button to the right */
    padding-right: 24px;
}

.g-btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 24px;
    background: #4fc3f7;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    width: 100%;
    /* width:40% */
}

.g-btn-1 {
    display: inline-block;
    padding: 14px 16px;
    border: none;
    border-radius: 32px;
    font-family: 'Roboto', sans-serif;
    background: #08acf4;
    color: white;
    font-weight: 400; /* Normal font weight */
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin-right: 30px;

    /* Optional for better match */
    letter-spacing: 0.5px;  /* Makes text appear stronger */
    text-transform: uppercase; /* If the right one looks more uppercase */
}


.g-btn.g-btn-1:hover {
    background: #29b6f6;
    transform: translateY(-1px);
}

.g-btn.g-btn-1.m-secondary {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
}

.g-btn-1.g-btn.m-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

/* .g-btn__row {
    margin-top: 16px;
} */

.m-pb-13 {
    padding-bottom: 24px;
}

/* Simplified layout styles */

.g-icon {
    width: 40px;
    height: 40px;
    color: #8a96a3;
    fill: currentColor;
}

.g-icon-star {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .b-statements-balances__sum {
        font-size: 24px;
    }

    .container {
        max-width: 100%;
        margin: 0 10px;
    }
}

/* Styles for statistics dashboard */
.b-elements-determinant {
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.b-dragscroll {
    overflow: auto;
}

.m-native-custom-scrollbar {
    overflow: auto;
}

.m-scrollbar-x {
    overflow-x: auto;
}

.m-invisible-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.m-invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.m-scroll-behavior {
    scroll-behavior: smooth;
}

.m-reset-overscroll {
    overscroll-behavior: contain;
}

.m-gaps-inside {
    padding: 20px;
}

.m-gaps-outside {
    margin: 20px;
}

.m-gaps-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 367px) {
    .b-tabs__nav__text {
        font: 6px Roboto, sans-serif !important;
        position: relative;
        margin-top: 0px !important;
    }
    .b-tabs__nav__link {
        padding: 1px 10px !important;
    }
    .b-tabs__nav__item {
        margin-right: 3px !important;
    }
}

@media (min-width: 378px) and (max-width: 499px) {
    .b-tabs__nav__text {
        font: 8px Roboto, sans-serif !important;
    }
    .b-tabs__nav__link {
        padding: 2px 10px !important;
    }
    .b-tabs__nav__item {
        margin-right: 5px !important;
    }
}

@media (min-width: 500px) and (max-width: 614px) {
    .b-tabs__nav__text {
        font: 10px Roboto, sans-serif !important;
    }

    .b-tabs__nav__link {
        padding: 3px 12px !important;
    }
}
@media (min-width: 615px) and (max-width: 615px)  {
    .b-tabs__nav__text {
        font: 12px Roboto, sans-serif !important;
    }

    .b-tabs__nav__link {
        padding: 7px 14px !important;
    }
}

@media (min-width: 616px) and (max-width: 680px) {
    .b-tabs__nav__text {
        font: 14px Roboto, sans-serif !important;

    }

    .b-tabs__nav__item {
        margin-right: 7px !important;
    }

    .b-tabs__nav__link {
        padding: 7px 16px !important;

    }
}

@media (min-width: 681px)and (max-width: 768px) {
    .b-tabs__nav__text {
        font: 14px Roboto, sans-serif !important;
    }

    .b-tabs__nav__link {
        padding: 7px 16px !important;
    }
    .b-tabs__nav__item {
        margin-right: 8px !important;
    }
}

.b-tabs__nav__list {

    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-tabs__nav__text {
    font-size: 12px ;
    letter-spacing: 0.1px;
    font-weight: 200 !important;;
    font: Roboto, sans-serif;

}

.b-tabs__nav__item {
    margin-right: 9px;
}

.b-tabs__nav__link {
    display:flex;
    text-align: center;
    display: block;
    padding: 7px 13px; /*5px */
    background-color: rgb(135, 163, 176, 0.1);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.b-tabs__nav__link.m-current {
    background-color: #1c3d4f;
}

.m-reset-wcag-link-focus {
    outline: none;
}

.m-no-pointer {
    pointer-events: none;
}

.b-elements-determinant__value {
    display: flex;
    align-items: center;
}

.b-statistics-level__text {
    margin-left: 5px;

}

.b-statistics-level {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    font-size: 12px;
    font-weight:400;
}

.m-level-down {
    padding: 0px 4px;
    border-radius: 6px;
    padding: 2px 9px 2px 5px;
    /* border:1px solid #ff4d4d */
    background-color: rgb(249, 90, 79, 0.12) !important;
    color: #f35a4f;

}

.m-level-up {
    padding: 0px 4px;
    padding: 2px 9px 2px 5px;
    border-radius: 6px;
    /* border:1px solid #4caf50; */
    background-color: rgb(91, 174, 94, 0.12) !important;
    color: #5bae5e;
}

.chart-container {
    z-index: 999;
    /* border: 1px solid var(--border-color); */
}

.b-chart__double-line__main,
.b-chart__double-line__aside {
    width: 100%;
    height: auto;
    max-height: 200px;
    /* Adjust as needed */
    /* border: 1px solid var(--border-color); */
    /* border-radius: 6px; */
    /* margin-bottom: 16px; */
}

/* new added */

.balance-div-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-div-left-data {
    padding: 32px 16px 32px 16px;
    border: 1px solid rgba(138, 150, 163, .25);
}


.last-30-days {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
    /* padding-bottom:16px; */
    /* border-bottom: 1px solid var(--border-color); */
}

.rounded-24 {
    border-radius: 24px !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.block-the-text {
    display: block;
    text-align: left;
    font-size: 22px;
}

.pr-16 {
    padding-right: 16px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

