@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Bold/ITC-Avant-Garde-Gothic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_CE_Book/AvantGardeCE-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_CE_Demi/AvantGardeCE-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Medium/ITC-Avant-Garde-Gothic-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

.container-header-user {
    height: auto;
}

.up-container {
    background: #00B4A2;
    background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
    display: flex;
    padding: 23px;
    padding-bottom: 8px;
    justify-content: space-between;

}


::-webkit-input-placeholder {
    color: #acb3b8;
    font-weight: 500;
}


#eprofits{
    padding-top: 42px;
}

:-moz-placeholder {
    color: #acb3b8;
    font-weight: 500;
    opacity: 1;
}

::-moz-placeholder {
    color: #acb3b8;
    font-weight: 500;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #acb3b8;
    font-weight: 500;
}

::-ms-input-placeholder {
    color: #acb3b8;
    font-weight: 500;
}

::placeholder {
    color: #acb3b8;
    font-weight: 500;
}

body {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'AvantGarde', sans-serif !important;
    position: relative;

}

#tab,
#tab_card,
#tab_debit {
    display: none;
}

h2 {
    font-size: 24px;
    color: #2FB7A5;
    margin-bottom: 3%;
}

input {
    border: none;
    margin-bottom: 2%;
    display: block;
    font-size: 1.1rem;
    font-family: 'AvantGarde', sans-serif !important;
    font-weight: 500;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #acb3b8;
    border-radius: 50%;
    outline: none;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

/* input[type="checkbox"]:checked {
    border: 1px solid #acb3b8;
    background-color: #acb3b8;
    position: relative;
} */

input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #acb3b8;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

label {
    font-weight: 500;
    color: #acb3b8;
    margin-bottom: 1%;
    font-size: 1rem;
    margin-left: 3px;
    cursor: pointer;
}

section {
    margin-bottom: 4%;
}

h3 {
    padding-top: 2%;
}

section>.registry_button {
    margin-top: 4%;
}

section>.green_bold {
    font-size: 17px;
}


#delete-account,
#delete-card {
    display: none;
}


input[type="checkbox"].background-black:checked::before {
    background-color: #0F233C !important; 
}

.common-content label {
    font-size: 13.5px;
    margin-bottom: 0;
}

/* .common-content input[type="checkbox"]:checked {
    background-color: white;
} */

.color-adj {
    color: #2FB7A5 !important;
    font-weight: 700 !important;
}


.checkbox-adjust {
    width: 39px !important;
    height: 14px !important;
    margin-right: 1.5% !important;
}

.scroll-content {
    max-height: 300px;
    overflow: auto;
}

.top-ajust {
    padding-top: 0;
}

.button-confirmation {
    border: none;
    background-color: white;
    color: #acb3b8;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 21px;
}

.button-confirmation:hover {
    color: #2FB7A5;
}

.green-title {
    color: #2FB7A5 !important;
}

#delete-fvr{
    display: none;
}

.buttons_migrate {
    background-color: transparent;
    border: 1.5px solid #acb3b8;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'AvantGarde', sans-serif;
    color: #2FB7A5;
    cursor: pointer;
}

.input-field {
    display: none;
    border-bottom: 1.5px solid #2FB7A5 !important;
    width: 100%;

}


.hidden_element {
   visibility: hidden;
}

.dropbtn {
    display: none;
}

.logo_end_common {
    padding-top: 1%;
}

.logo_end_common_games {
    padding-top: 0;
}

.logo_end_common_results {
    padding-top: 3%;
}


#password::placeholder {
    font-size: 15px !important;
}

.buttons-section {
    display: flex;
    justify-content: space-around;
}

.green-filter {
    filter: brightness(0) saturate(100%) invert(59%) sepia(79%) saturate(376%) hue-rotate(123deg) brightness(89%) contrast(86%) !important;
}

.confirm_elements_adjust {
    color: white;
    background-color: transparent;
}

.confirm_elements_adjust:hover {
    color: white !important;
}

.dropdown {
    display: none;
}

.header_mobile_user {
    display: none;
}

.intructions_to_deposit {
    font-size: 16px !important;
    color: #acb3b8;
}

.margin_top_adj2 {
    margin-top: 5% !important;
}

.name_balance {
    color: #000;
    font-size: 18px;
    margin-bottom: 5%;
}


.up-container {
    background: #00B4A2;
    background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
    display: flex;
    padding: 23px;
    padding-bottom: 8px;
    justify-content: space-between;

}

.blue-content {
    background-color: #0e233c;
    color: white;
}

.hide-button {
    display: none;
}

.container_all_content_flex {
    padding-left: 13%;
    padding-top: 1%;
    margin-top: 1%;
    margin-bottom: 5%;
    min-height: 380px;
    display: flex;
}

.container_options_left {
    padding-top: 120px;
    text-align: right;
    margin-right: 5%;
    width: 235px;
}

.container_options_left button {
    display: inline;
    font-size: 18px;
    margin-bottom: 8%;
}

.container_options_left button:nth-child(2) {
    font-weight: 700;
    color: #2FB7A5;
}

.common_button {
    border: none;
    color: #acb3b8;
    background-color: white;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 2%;
    font-size: 1.1rem;
    cursor: pointer;
}

.common_button:hover {
    color: #2FB7A5 !important;
    font-weight: 700 !important;
}

.container_text_right {
    color: #acb3b8;
}

.common-content {
    color: #acb3b8;
    padding-top: 35.5px;
}

.common-content>h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

.common-content p {
    font-size: 18px;
    margin: 2px;
}

.content_receipt {
    width: 80%;
    margin-left: auto;
}

.content_receipt p {
    color: #acb3b8;
    font-size: 18px;
    margin: 2px;
}

.common_content_th {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    color: #acb3b8;
    font-size: 17px;
    text-align: left;
}

.rows_adjust {
    width: 200px;
}

.span_margin_top {
    margin-top: 0.5%;
}

.logo-desktop {
    width: 26%;
    min-width: 300px;
    height: auto;
}

.icon-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.icon-group ul {
    display: flex;
    padding-left: 21px;
    gap: 28px;
}

.icon-group a {
    font-size: 18px;
    color: #0F233C;
    font-weight: 500;
    text-decoration: none;
}

.icon-group ::marker {
    color: white;
}


.no_events {
    pointer-events: none;
}

.icon {
    justify-content: space-around;
    display: flex;
    min-width: 130px;
}


.icon img {
    width: 32px;
    height: auto;
}

.icon-menu img {
    width: 50px;
    height: auto;
}


.under-container {
    width: 100%;
    background-color: #0F233C;
}

.under-container ul {
    margin-top: 0;
    margin-right: 1%;
    padding: 0;
    display: flex;
    justify-content: right;
    color: white;
}

.under-container ul li:first-child {
    list-style-type: none;
    cursor: pointer;
}

.under-container ul li a {
    text-decoration: none;
    color: #2FB7A5;
}

.under-container li {
    color: #2FB7A5;
    margin: 1%;
    font-weight: 700;
    font-size: 16.5px;
}

.section-numbers-games-user {
    width: 100%;
    display: flex;
    align-items: center;
}

.section-numbers-games-user ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.section-numbers-games-user li {
    font-weight: 500;
    font-size: 17px;
    margin-right: 32px;
    color: #acb3b8;
    font-weight: 500;
    cursor: pointer;
}

.section-numbers-games-user li:first-child {
    list-style-type: none;
    margin-left: 22px;
}

.close-menu {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(361%) hue-rotate(277deg) brightness(117%) contrast(100%);

}

.container-range {
    display: flex;
    margin-bottom: 18px;
}

.container-range ul {
    display: flex;
    margin-top: 3px;
}

.green_first_element{
    color: #2FB7A5;
    font-weight: 700 ;
}

.container-range li {
    font-weight: 300;
    font-size: 18px;
    margin-right: 32px;
    color: #acb3b8;
    font-weight: 500;
    cursor: pointer;
}

.green_bold {
    color: #2FB7A5;
    font-weight: 700;
    font-size: 18px;
}

.green_bold_strong {
    color: #2FB7A5 !important;
    font-weight: 700 !important;
    font-size: 18px;
}

.orange_bold {
    color: #fbb03b;
    font-weight: 700;
    font-size: 18px;
}

.container_columns {
    display: grid;
    grid-template-columns: 145px 175px 170px 95px;
    align-items: center;
    padding-bottom: 3%;
    grid-gap: 12px;
}

#transaction-list-container p {
    font-size: 17px;
}

.date_op {
    height: auto;
}

.important_text {
    font-weight: 700;
    color: #acb3b8
}

.margin_any {
    margin-top: 3% !important;
}


.activity {
    height: auto;
}

.balance-prev-next {
    height: auto;
}

.generic_padding {
    padding-bottom: 3%;
}

.generic_center {
    text-align: center;
}

.common-content>button {
    font-size: 18.2px;
}

.adjust_cards_container {
    width: 585px;
}

.adjust_manage_cards {
    width: 650px;
}

.adjust_short_content {
    width: 440px;
}

.adjust_short_content label {
    font-size: 0.9rem;
    line-height: normal;
    width: 100%;

}

.registry_button {
    border: none;
    background-color: white;
    font-weight: 700;
    color: #2FB7A5;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    margin-top: 1%;
    margin-bottom: 2%;
    cursor: pointer;
}

.spacer {
    height: 20px;
    width: 100%;
    visibility: hidden;
}

.gap_adjust {
    gap: 13px;
}

.width_large {
    width: 80%;
}

.container_input_label {
    display: flex;
    align-items: center;
    min-width: 280px;
    margin-bottom: 1.5%;
}

.container_input_label label {
    margin-bottom: 0;
    font-size: 17px;
    min-width: 120px;
}

.container_input_label p {
    margin-left: 4%;
    font-size: 17px;
}

.container_input_label input[type="radio"] {
    margin-bottom: 0 !important;
}

.margin_bottom3 {
    margin-bottom: 3% !important;
}

.adjust_content {
    margin-left: 1%;
}

.margin_left_adjust {
    margin-left: 0 !important;
}

.font-size-adjust {
    font-size: 13px !important;
}

.limit-paragraph {
    max-width: 400px;
    margin-top: 2.5px;
    margin-bottom: 30px !important;
}

.generic_margin_top {
    margin-top: 4%;
}

.adjust_container_favorites {
    width: 600px;
}

.label_max {
    min-width: 235px !important;
}

.container_game_schedule {
    width: 240px;
}

.container_account_number {
    text-align: left;
    font-size: 20px;
    color: white;
    font-weight: 500;
    cursor: pointer;

    p {
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    p:hover {
        color: #2FB7A5;
    }

}

.games_menu {
    background-color: #0F233C;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding: 25px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 330px;
    position: absolute;
    margin-top: -94px;
    display: none;
    z-index: 999 !important;
    transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;

}

.games_menu_user_left {
    background-color: #ffffff;
    color: #acb3b8;
    font-weight: 300;
    font-size: 14px;
    padding: 25px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 330px;
    position: absolute;
    margin-top: -94px;
    border: 1px solid #acb3b8;
    border-left: none;
    display: none;
    transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;

}

.games_menu_user_left h3 {
    color: #000;
}


.games_menu h3 {
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    margin-bottom: 1%;
}

.games_menu p:hover {
    color: #2FB7A5;
    cursor: pointer;
    font-weight: 700;
}

.title_icon {
    display: flex;

}

.close_menu_games {
    width: 35px;
    height: 35px;
    margin-left: auto;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(361%) hue-rotate(277deg) brightness(117%) contrast(100%);
}

.filter_none {
    filter: none;
}




.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.container_empty_state {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 7%;
}

.container_empty_state img {
    width: 345px;
    margin-top: 5%;
}

.container_empty_state h3 {
    color: #acb3b8;
    font-size: 18px;
    font-weight: 500;
    margin-top: 1%;
}

table {
    width: 500px;
    border-top: 1.5px solid #acb3b8;
    border-bottom: 1.5px solid #acb3b8;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    color: #333;
}

td {
    padding: 8px;
    padding-left: 0;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #acb3b8;

}



.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #2FB7A5;
    cursor: pointer;
}

.modal-content-base-error {
    background-color: #ec4157;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 30%;
    position: relative;
}

.modal-content-base-error h2 {
    color: white;
    padding-bottom: 4%;
    padding-left: 1%;
}

.modal-content-base-error p {
    color: white;
    font-size: 18px;
}

.pdf_button {
    text-decoration: none;
    color: #2FB7A5;
    font-weight: 700;
    font-size: 18px;
}


.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.modal-content-base-error ul {
    padding: 0;
}

.modal-content-base-error li {
    padding: 10px;
    font-size: 18px;
    color: white;
}

.hidden {
    display: none;
}

.container_inputs_column {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 12%;
}

.button_adjust_top {
    margin-top: 12% !important;
}

.common_margin_top {
    margin-top: 11.5%;
}

.success_modal {
    background: white;
    border: 4px solid #2FB7A5;
    color: #2FB7A5;
}

.padding_top_five {
    padding-top: 5.5%;
}

.paddig_bottom_adjust {
    padding-bottom: 18px
}

.padding_top_adjust {
    padding-top: 20px;
}

.end_line_tr {
    border-bottom: 1.5px solid #acb3b8;
}

.container_cards_banks {
    height: auto;
}

.card_titles {
    display: flex;
    align-items: center;
    padding-bottom: 2%;
    gap: 9%;

    p {
        font-size: 16px;

    }


}

.power_by {
    margin-top: 3%;
    margin-bottom: 3%;
}

.power_by p {
    font-size: 14px;
    margin-bottom: 1%;
}

.power_by img {
    width: 120px;
}

.container_lr {
    width: 100%;
    display: flex;
    align-items: center;
}

.credit_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #acb3b8;
    width: auto;
    gap: 8px;
    padding-right: 3%;


}

.credit_cards img {
    max-height: 100%;
    max-width: 60px;
    width: 40px;
    object-fit: contain;
}

.debit_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: auto;
    gap: 8px;
    padding-left: 2.5%;
}

.debit_cards img {
    max-height: 100%;
    max-width: 70px;
    object-fit: contain;
}

.font_size_adjust {
    font-size: 17px !important;
}


/* #tprofile{
    padding-bottom: 7.3%;
} */
/* #manage_t{
    padding-bottom: 4.8%;
}
#withdraw-t{
    padding-bottom: 4.5%;
}
#change_password_t{
    padding-bottom: 7.4%;
}
#t-schedule-pucharses{
    padding-bottom: 5%;
} */

/* Overlay full-page */
#global-loader-register {
    position: fixed;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

/* Visible state */
#global-loader-register.visible {
    opacity: 1;
    visibility: visible;
}

/* Box that contains spinner + text */
#global-loader-register .loader-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 26px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    min-width: 160px;
}

/* Circular spinner */
.spinner-register {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.18);
    border-top-color: #ffffff;
    /* visible top color for rotation */
    animation: spin 1s linear infinite;
    box-sizing: border-box;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Text under spinner */
#global-loader-register .loader-text-register {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
}

/* Small responsive tweak */
@media (max-width: 420px) {
    #global-loader-register .loader-box {
        padding: 14px 18px;
        min-width: 140px;
    }

    .spinner-register {
        width: 40px;
        height: 40px;
        border-width: 4px;
    }

    #global-loader-register .loader-text-register {
        font-size: 14px;
    }
}

@media (max-width: 759px) {

    .modal-content-base-error {
        width: 83%;
        padding: 16px;
        min-width: 290px;
    }

    .modal-content-base-error h2 {
        padding-left: 3%;
    }

    .modal-content-base-error li {
        font-size: 14.5px;
    }

    #header-desktop {
        display: none;
    }
    #eprofits{
        padding-top:0;
    }

    #trs_mob{
        padding-top: 0 !important;
    }

    .phone-info {
        font-size: 14px !important;
    }

    .intructions_to_deposit{
        font-size: 14px !important;
    }

    body {
        padding: 0;
        max-width: 100%;
    }

    h2 {
        font-size: 17px;
    }

    .font_size_adjust {
        font-size: 14px !important;
    }

    .button-confirmation {
        font-size: 17px;
    }

    .logo_end_common {
        padding-left: 14px;
    }

    .logo_end_common_games {
        padding-top: 3%;
    }

    .logo_end_common_results {
        padding-left: 4%;
    }

    label {
        font-size: 14px;
    }

    input {
        font-size: 14.2px;
    }

    .adjust_short_content {
        width: 100%;
    }

    .container_all_content_flex {
        padding: 1.2rem;
        flex-direction: column;
    }

    .container_options_left {
        display: none;
    }

    .common-content p {
        font-size: 14.8px;
    }

    .common-content * label {
        font-size: 13.5px;
    }

    .common-content * input {
        font-size: 14.8px;
    }

    .margin_mob {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .header_mobile_user {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px;
        padding-top: 12px;
        position: relative;

        img {
            width: 100%;
        }
    }


    .iconV3 {
        gap: 0;
        display: flex;
        align-items: center;
        padding-right: 0;
        position: relative;
    }

    .iconV3 a {
        font-size: 14px;
    }

    .iconV3 ul {
        gap: 20px;
        display: flex;
        padding-left: 22px;

    }

    .iconV3 li {
        color: #0F233C;
        font-size: 14px;
    }

    .iconV3 li::marker {
        color: #2FB7A5 !important;
    }

    .iconV3 a {
        text-decoration: none;
        color: #0F233C;
    }

    table {
        width: 100%;
        margin-top: 4%;
    }

    .rows_adjust {
        width: auto;
    }

    .content_receipt {
        width: 93%;
        padding: 12px;
        margin-left: 0;
    }

    .content_receipt p {
        font-size: 13.5px;
    }

    .common_content_th {
        font-size: 14px;
    }

    td {
        font-size: 14px;
    }




    #tprofile,
    #t-transactions,
    #tbalance,
    #tmanage-cards,
    #twithdraw,
    #t-withdraw-profits,
    #tfavorites,
    #t-schedule-pucharses,
    #tunactivate,
    #change_password_t,
    #manage_t,
    #withdraw-t {
        display: none;
    }

    .close_user {
        display: flex;
        width: 100%;
        padding-top: 15px;
        justify-content: space-between;
    }

    .user_name_dropdown {
        color: black;
        font-weight: 700;
        padding-left: 16px;
        font-size: 14px !important;
    }

    .close-menu {
        width: 28px;
        padding-right: 20px;
    }



    .dropbtn {
        color: #00B4A2;
        padding: 0;
        display: block;
        text-align: left;
        font-size: 20px;
        padding-left: 0;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 700;
        border: none;
        width: 86%;
        background-color: white;
        padding-bottom: 10%;
        cursor: pointer;
    }

    .light-font {
        font-weight: 300;
    }

    .dropdown {
        display: block;
        position: relative;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 160px;
        width: 100%;
        z-index: 1;
        top: 0;
        height: 100vh;

    }

    .dropdown-content button {
        color: #acb3b8;
        padding: 12px 16px;
        border: none;
        text-decoration: none;
        display: block;
        background-color: white;
        font-size: 15px;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 500;
    }

    input[type="checkbox"] {
        width: 12px;
        height: 12px;
    }

    #adj_line,
    #adj_line2 {
        line-height: normal;
        font-size: 12.5px !important;
    }

    .adjust_cards_container {
        width: auto;
    }

    .user_name_mob_fixed {
        color: #2FB7A5;
        font-weight: 500;
        font-size: 13.5px;
        cursor: pointer;
    }

    .checkbox-adjust {
        width: 33px !important;
        height: 11px !important;
        margin-right: 1% !important;
    }

    .adjust_manage_cards {
        width: auto;
    }

    .card_titles {
        display: none;
    }

    .container_lr {
        display: block;
    }

    .debit_cards {
        display: none;
    }

    .credit_cards {
        gap: 25px;
        border: none;
    }

    .cards_justify {
        justify-content: space-between;
        padding-bottom: 5%;
    }

    #tab_card,
    #tab_debit {
        display: block;
    }

    #tab {
        display: flex;
        flex-wrap: wrap;
        gap: 20px !important;
    }

    #santander_mob {
        width: 62px !important;
    }

    #scotiaBank_mob {
        width: 60px !important;
    }

    .common-content * label {
        line-height: normal;
        width: 297px;
    }

    .cta_mob {
        margin-top: 4% !important;
    }

    .label_min {
        font-size: 12.3px !important;
    }

    .container_columns {
        grid-template-columns: 100px 98px 107px 18px;
        grid-gap: 2px;
    }

    .container_columns table {
        width: 340px;
    }

    .container_columns td {
        font-size: 12.5px;
    }

    .container_columns p {
        font-size: 12.5px;
    }

    #transaction-list-container p {
        font-size: 12.5px;
    }

    .container-range {
        gap: 15px;
        flex-wrap: wrap;
    }

    .container-range ul {
        padding-left: 2px;
        gap: 19px;
    }

    .container-range li {
        font-size: 13.5px;
        margin-right: 0;
    }

    .container-range li:nth-child(1) {
        list-style: none;
    }

    .mob_green_adj {
        font-size: 13.5px !important;
    }

    .hidde_choice {
        display: none;
    }

    .triangle-down {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #2FB7A5;
    }

    .text_center {
        text-align: center;
    }

    .adjust_size_for_p {
        font-size: 12.5px !important;
    }

    .name_balance {
        font-size: 13px !important;
    }

    .games_menu {
        font-size: 12px;
        width: 260px;
        margin-top: -36px;

    }

    .games_menu h3 {
        font-size: 16px;
        padding-top: 0;
    }

    .games_menu_user_left {
        font-size: 13px;
        width: 260px;
        height: 450px;
        margin-top: 0;
        z-index: 999;
    }

    .games_menu_user_left h3 {
        font-size: 14px;
        padding-top: 0;
        margin-bottom: 5px;
    }

    .close_menu_games {
        width: 31px;
        height: 31px;
    }

    .border_bottom_none {
        text-align: left;
        width: 100%;
        padding-bottom: 8% !important;
        border-bottom: none;
    }

    .limit-paragraph {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .end_button_adjust {
        text-align: left;
        width: 100%;
        padding-bottom: 8% !important;
        border-bottom: 1px solid #acb3b8 !important;
    }

    .icon-group a {
        font-size: 14px;
    }

    .icon-group ul {
        gap: 20px;
    }

    .icon-group {
        padding-right: 0;
    }

    .icon-group li::marker {
        color: #2FB7A5 !important;
    }

    .adjust_container_favorites {
        width: auto;
    }

    .label_max {
        min-width: auto !important;
        width: 150px !important;
    }

    .top-ajust {
        font-size: 16px;
        margin-top: 30px;
    }

    .container_game_schedule {
        width: 45%;
    }

    .container_input_label {
        margin-bottom: 2%;
    }

    /* #notify,
    #promotions{
        width: 14px;
        height: 12px;
    } */

    .gap_adjust {
        gap: 6px;
    }

    .container_empty_state img {
        width: 225px;
        margin-top: 8%;
    }

    .container_empty_state h3 {
        font-size: 15px;
    }

    #hm6_menu,
    #hm7_menu{
        margin-top: 0 !important;
    }
}




@media (min-width: 420px) and (max-width: 759px) {

    .adjust_manage_cards,
    .adjust_container_favorites {
        width: auto !important;
    }
}


@media (min-width: 759px) and (max-width: 1080px) {

    .adjust_manage_cards,
    .adjust_container_favorites {
        width: 420px !important;
    }
}

@media (min-width: 600px) and (max-width: 1080px) {
    body {
        padding: 1.5rem;
    }

    .container_empty_state img {
        width: 295px;
        margin-top: 8%;
    }

    .container_empty_state h3 {
        font-size: 15px;
    }

    .modal-content-base-error {
        width: 90%;
        padding: 18px;
    }

    .modal-content-base-error h2 {
        padding-left: 3%;
    }

    .modal-content-base-error li {
        font-size: 17.5px;
    }

    .container_all_content_flex {
        padding-left: 0;
    }

    .container_options_left {
        width: 225px;
    }

    .container_options_left button {
        font-size: 15px;
        margin-right: 4%;
    }

    td {
        font-size: 14.5px;
    }

    .triangle-down {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #2FB7A5;
    }


    .container_columns table {
        width: 460px
    }

    .pdf_button {
        font-size: 16px;
    }

    .common-content {
        width: 420px;
    }

    .common-content p {
        font-size: 15px;
    }

    .adjust_cards_container {
        width: 420px;
    }

    .common_button {
        font-size: 16px;
    }

    input {
        font-size: 16px;
    }

    label {
        font-size: 12.5px;
    }

    .common_button:hover {
        font-weight: 500 !important;
    }

    .container_columns {
        grid-template-columns: 120px 140px 130px 40px;
        grid-gap: 8px;
    }

    .debit_cards {
        max-width: 62px;
    }

    .container-range {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .container-range ul {
        gap: 20px;
        padding-left: 18px;
        align-items: center;
    }

    .container-range li {
        margin-right: 0;
        font-size: 14px;
    }

    #trs_mob{
        padding-top: 0 !important;
    }

    .special_adjust{
        padding-bottom: 2%;
    }


    .adjust_size_for_p {
        font-size: 13px !important;
    }

    .special_adjust {
        margin-left: 0 !important;
    }

    .card_titles {
        display: none;
    }

    .container_lr {
        display: block;
    }

    .debit_cards {
        display: none;
    }

    .credit_cards {
        justify-content: left;
        gap: 25px;
        border: none;
    }

    #tab {
        display: flex;
        gap: 20px !important;
    }

    #tab_card,
    #tab_debit {
        display: block;
    }

    .label_max {
        min-width: 165px !important;
    }

    .container_input_label {

        label {
            font-size: 14px;
        }
    }

    .adjust_size {
        font-size: 14px !important;
    }

    .container_game_schedule {
        width: 50%;
    }

    .padding_bottom_element {
        padding-bottom: 10px;
    }

    .icon-group {
        font-size: 15px;
    }


    /* .up-container {
        padding: 19px;
    } */

    .under-container li {
        font-size: 15px;
    }

    .section-numbers-games-user li:first-child {
        margin-left: 6px;
    }

    .section-numbers-games-user li {
        font-size: 15px;
    }

    .content_receipt {
        width: 94%;
    }

    .adjust_short_content label {
        font-size: 13px;
    }


}




@media (min-width: 1600px) {
    body {
        max-width: 1720px;
    }
}

@media (min-width: 319px) and (max-width: 359px) {
    input[type="checkbox"] {
        width: 13px;
        height: 11px;
    }

    .checkbox-adjust {
        width: 36px !important;
        height: 11px !important;
    }
}

/* @media (min-width: 600px) and (max-width: 720px) {
.container_options_left{
    text-align: center;
}
}

@media (min-width: 600px) and (max-width: 690px) {
.container_options_left{
    width: auto;
}
.container_options_left{
    margin-right: 3.5%;
}

.container_options_left button {
    font-size: 14px;
}
} */


@media (min-width: 420px) and (max-width: 759px) {
    #us_menu_all {
        width: 375px;
        margin: 0 auto;
    }
}

@media (min-width: 760px) and (max-width: 1080px) {
    #us_menu_all {
        width: 712px;
        margin: 0 auto;
    }
}


@media (min-width: 1800px) {

    .usr-menu-cart ul {
        padding-left: 17.5px;
    }

    .usr-menu-cart li span {
        left: -7px;
    }

    #favorite_combinations_modal * h2 {
        padding-top: 3.5% !important;
    }
}

@media (min-width: 759px) and (max-width: 1200px) {
    #title_migrate {
        padding-top: 10%;
    }
}

@media (min-width: 1081px) and (max-width: 1200px) {
    #scheduled_purchases{
        width: 221px;
    }
}