* {
    font-family: "Inter", sans-serif;

}
html, body {
    overflow-x: hidden;
    position: relative;
}
strong {
    font-weight: 700;
}
.main_content {
    line-height: 1;
    margin-left: 240px;
    height: 100vh
}
body {
    background: #F7F5F2;
}
a {
    color: #f1915c;
}
.alert {
    font-size: 14px;
}

.sidebar_logo img {
    height: 40px;
}
#sticky-sidebar {
    border-right: 1px solid #E2E2E2;
    width: 240px;
    background: #fff;
}
.sidebar_shop {
    width: 100%;
    background: #F6F6F6;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 14px;
}
.sidebar_shop-name {
    font-weight: 700;
    font-size: 14px;
}
.sidebar_shop-url {
    font-weight: 400;
    font-size: 13px;
    color: #7F7F7F;
}
.sidebar_logo {
    padding: 14px;
}
.sidebar_logo-image, .sidebar_logo-text {
    display: inline-block;
}
.sidebar_logo-text {
    margin-left: 6px;
    font-weight: 600;
    font-size: 18px;
    color: #403838;
}
nav.desktop_nav {
    margin-top: 20px;
}
nav.desktop_nav .nav-link {
    display: block;
    padding: 6px 14px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
nav.desktop_nav .nav-link:hover {
    background: #F6F6F6;
}
.sidebar_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.sidebar_footer-links {
    padding: 14px;
}
.sidebar_footer-link {
    display: block;
    color: #363636;
    padding-left: 24px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.sidebar_footer-link__icon {
    position: absolute;
    left: 0;
    top: -1px;
}

.sidebar_user {
    font-size: 14px;
    background: #F6F6F6;
    border-top: 1px solid #E2E2E2;
    width: 100%;
    padding: 14px;
}
.sidebar_user a {
    color: #646464;
}


.main_content {
    padding-top: 16px
}
.main_content h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.main_content h1.no_mb {
    margin-bottom: 0;
}
.heading_description {
    font-size: 14px;
    color: #7F7F7F;
    margin-top: 5px;
}


.white_block {
    background: #fff;
    border-radius: 15px;
    padding: 24px;
    border: 1px solid #E2E2E2;
}
.white_block h2 {
    font-weight: 800;
    font-size: 20px;
    color: #353535;
}
.white_block h3 {
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    margin-bottom: 10px;
    margin-top: 45px;
}
.white_block img {
    max-width: 100%;
}

.table {
    font-size: 14px;
}

.members_form {
    margin-top: 20vh;
    padding: 0 40px;
}
.members_form h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 70px;
}
label {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}
.service_page_logo {
    margin-bottom: 50px;
}
.service_page_logo img {
    width: 90px;
}
.black_button {
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    border-radius: 0.375rem;
    height: 2.5rem;
    background: #000;
}
a.black_button {
    text-decoration: none;
}
.members_form .bottom_text {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #727272;
}
.members_form .bottom_text a {
    color: #000;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1c1c1;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #c1c1c1;
 }
.white_island {
    display: inline-block;
    min-width: 250px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 14px;
    padding: 20px 24px;
    border: 1px solid #E2E2E2;
}
.white_island:last-child {
    margin-right: 0px;
}

.white_island-title, .white_island-value {
    line-height: 1.25rem;
}
.white_island-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}
.white_island-value {
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 1px;
    color: #404040;
}
.grey_island {
    padding: 21px 18px;
    background: #F1F2F5;
    border-radius: 6px;
    display: inline-block;
}
#ranged {
    font-size: 13px;
}
.ranged {
    cursor: pointer;
    max-width: 240px;
}
.ranged input.form-control {
    position: relative;
    border-radius: 6px !important;
}
.ranged span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    height: 100%;
    z-index: 10000;
    border-radius: 0px 6px 6px 0;
    border-left: 1px solid #D0D0D0;
}
.widget-lg {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #E6E6E6;
}
.widget-lg_header {
    background: #F7E2D5;
    padding: 13px 0 9px 15px;
    border-radius: 5px 5px 0 0;
}
.widget-lg_header h3 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 800;
}
.widget-lg_body {
    padding: 15px;
}
.widget-lg_customer {
    padding-top: 10px;
}
.widget-lg_customer div {
    margin-bottom: 15px;
}
.widget-lg_customer div:last-child {
    margin-bottom: 0px;
}
.widget-lg_customer i {
    padding-right: 10px;
}
.widget-lg_order--list {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 150%;
}
.widget-lg_order--list:last-child {
    margin-bottom: 0px;
}
.widget-lg_order--list a {
    color: #000;
}
.widget-lg_products {
    margin-top: 25px;
}
.widget-lg_products h4 {
    font-size: 16px;
    font-weight: 600;
}
.widget-lg_product {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.widget-lg_product:last-child {
    border-bottom: 0px;
}
.widget-lg_product--info {
    text-align: right;
}
.widget-lg_product--amount {
    text-align: right;
}
.widget-lg_stats {
    padding-top: 10px
}
.widget-lg_stats--metric {
    font-size: 30px;
    font-weight: 800;
    display: block;
    line-height: 1;
}
.widget-lg_stats--dates {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 13px;
}
.widget-lg_stats--order-subtotal {
    font-size: 14px;
}
.widget-lg_chart {
    padding-top: 20px;
}

.widget-grid--item {
    margin-bottom: 40px;
}
.widget-grid--item_title {
    font-size: 14px;
    margin-bottom: 8px;
}
.widget-grid--item_measure {
    font-weight: bold;
    font-size: 20px;
}
.widget-lg_grid {
    padding-top: 10px;
}
.widget-grid--superitem {
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 29px;
}
.widget-grid--superitem .widget-grid--item_measure {
    font-size: 24px;
}
.widget-grid--superitem .widget-grid--item_title{
    font-weight: bold;
}

.widget-sm {
    line-height: 1;
    background: #fff;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    border-left: 4px solid #E6E6E6;
    padding: 16px 22px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.widget-sm_title, .widget-sm_metrik {
    line-height: 1;
    display: inline-block;
}
.widget-sm_metrik {
    line-height: 1;
    font-weight: 800;
    margin-right: 11px;
}
.widget-sm_diff {
    font-weight: 700;
    color: #93D360;
    text-align: right;
}
.table_block {
    padding: 0px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #E6E6E6;
}
.table_content {
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 0;
    border-radius: 6px;
}
.table_content th {
    font-weight: 700;
    color: #8a8a8a;
    padding: 0;
}
.table_content th {
    padding: 15px;

}
.table_content th, .table_content tr {
    border-bottom: 1px solid #eceef5;
}
.table_content tr:last-child {
    border-bottom: #dcdcdc;
}
.table_content tr {
    padding: 0 15px;
}

.table_content td {
    padding: 15px;
    vertical-align: middle;
}
.table_content .order_id {
    font-weight: 700;
    color: #5A5A59;
}
.table_content .date {
    font-size: 12px;
    color: #9da9b9;
}
.table_content .table_content-products {
    display: inline;
    border-bottom: 1px dotted #000;
    position: relative;
    cursor: pointer;
}
.table_content .table_content-products__tooltip {
    top: -120%;
    width: 200px;
    right: 170%;
    display: none;
    position: absolute;
    background: #f6f6f6;
    border: 3px solid #fab893;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
}
.table_content .table_content-products:hover .table_content-products__tooltip {
    display: block;
}
.table_content-products__tooltip:after {
    position: absolute;
    left: 100%;
    top: 21px;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #fab893 transparent;
    transform: rotate(90deg);
}

.data-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.table_row {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.table_cell {
    flex: 1; /* Make cells in each row take equal width */
    padding: 10px;
    border-right: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}

.table_row:last-child {
    border-bottom: none; /* Remove bottom border for the last row */
}

.table_cell:last-child {
    border-right: none; /* Remove right border for the last cell in each row */
}

/* Optional: Header row styling */
.header_row {
    font-weight: bold;
    background-color: #f7f7f7;
}





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

@media (max-width: 767.98px) {
    .members_form {
        margin-top: 5vh;
        padding: 0;
    }
    .members_form h1 {
        font-size: 28px;
        margin-bottom: 42px;
    }
    #sticky-sidebar {
        display: none;
    }
    .main_content {
        margin-left: 0;
    }

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

    body {
        padding-bottom: 400px;
    }
    .widget-lg {
        margin-bottom: 20px;
    }
    .widget-lg_stats--metric {
        font-size: 20px;
    }
    .widget-lg_chart {
        padding-top: 0;
    }
    .widget-sm {
        margin-bottom: 10px;
        padding: 16px 12px;
    }
    .widget-sm_metrik {
        margin-right: 5px;
    }
    /* ======== WIDGETS MOBILE END ========= */

}