@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


:root {
    --primary-color: #1F3F6D;
    --gray-color: #6E6E6E;
}

body {
    font-family: "Manrope", sans-serif;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

.mt-3 {
    margin-top: 6px;
}

.pb-3 {
    padding-bottom: 16px !important;
}


.pb-4 {
    padding-bottom: 24px !important;
}

.pb-5 {
    padding-bottom: 32px !important;
}

.sidebar li {
    margin-bottom: 0;
}

.sidebar_content {
    padding: 0;
    padding-top: 24px;
}


.sidebar li a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.192941px;
    color: #6F6F6F;
    position: relative;
    transition: 0.3s;
    padding: 20px 24px;
}

.has-sub_arrow {
    margin: auto;
}



.sidebar li a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 50%;
    background: #293f94;
    border-radius: 0 7px 7px 0;
    opacity: 0;
    transition: 0.3s;
}

.sidebar .sidebar_menu_shopping {
    margin-block: 8px;
    margin-left: 24px;
}


.sidebar li a:hover {
    background: #F1F7FF;
}

.profile-content-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0;
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 32px;
}

.content_box {
    padding: 48px;
    max-width: 100%;
    padding-top: 28px;
}

.profile-page-bg {
    background: white;
    padding: 24px;
    border-radius: 12px;
}


.profile-page .content_box_title {
    font-weight: 600;
    color: var(--primary-color);
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 18px;
}

.profile-page .fieldset_label {
    font-weight: 600;
    font-size: 16px;
    color: var(--gray-color);
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 8px;
}

.input {
    border-radius: 12px;
    border-width: 1px;
    border-color: #E0E5F2;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #060606;
    letter-spacing: -2%;
}

.btn {
    border-radius: 4px;
}

.btn.btn_save {
    padding: 10px 14px;
    font-size: 14px;
}

.btn.btn-green {
    background: var(--primary-color);
}

.btn.btn-green:hover {
    background: var(--primary-color);
    opacity: .8;
}

.fieldset a {
    margin-top: 24px;
}


@media (min-width: 1300px) {

    .boxes-select,
    .input {
        max-width: 100%;
    }
}

.content_main_checkout {
    flex-direction: column;
}


.points-info-block {
    border-radius: 0;
    background: #F4F4F4;
    padding-block: 28px;
}


.points-info-block__title h2 {
    font-weight: 700;
}

body {
    background: white;
}

.rewards__title {
    font-weight: 600;
    font-size: 28px;
}

.rewards__title-wrapper {
    margin-bottom: 36px;
    margin-top: 28px;
}

.rewards__subtitle {
    font-size: 16px;
    font-weight: 500;
}

.rewards__point-btn {
    background: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.poins-table__th {
    font-weight: 500;
    font-size: 18px;
    color: #282828;
    background: #F6F6F6;
}

.poins-table {
    box-shadow: none;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
}

.poins-table__head {
    filter: none;
}

.poins-table__th {
    padding: 16px 20px;
}

.poins-table__td {
    padding: 16px 20px;
}

.poins-table__body .poins-table__td:first-child {
    font-weight: 400;
    font-size: 16px;
    color: #282828;
}

.poins-table__body .poins-table__td {
    font-weight: 400;
    font-size: 16px;
    color: #282828;
}

.poins-table__body .poins-table__tr:nth-child(2n+1) {
    background: white;
}

.poins-table__td a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.poins-table__tr {
    border-bottom: 1px solid #ddd;
}

.rewards__points-charth {
    border: 1px solid #ddd;
    border-radius: 12px;
}

.rewards__points-charth-img-text {
    font-weight: 700;
    font-size: 60px;
}

.rewards__points-charth-img-text span {
    margin-top: 6px;
}

.sidebar {
    border-right: 2px solid #EDF2F7
}

.sidebar_header {
    margin: 0;
    padding-left: 24px;
    border: 0;
}

.content_header {
    border-bottom: 2px solid #EDF2F7;
    box-shadow: none;
}

.referrals-header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #3C3C3C;
}

.referrals-header p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 16px;
}






.reff-code {
    padding-top: 50px;
    display: flex;
    align-items: end;
}

.reff-code label {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}

.reff-code button {
    margin-left: 10px;
    font-size: 14px;
    padding: 9px 13px;
    background: #1F3F6D;
    color: white;
    font-weight: 600;
    border-color: #1F3F6D;

}

.reff-code input {
    font-size: 14px;
    padding: 9px 13px;
}

.reff-code a {
    height: 38px;
    width: 38px;
    background: #fff;
    color: #1F3F6D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 9px;
}

.reff-code a:hover {
    color: #fff;
    background: #1F3F6D;
}

.referals-table thead tr th {
    font-size: 18px;
    font-weight: 500;
    background: #F6F6F6;
}

.referals-table tbody tr:nth-child(2n+1) td {
    background: white;
}