@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: 14px;
    height: 14px;
    background-color: gray;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

section {
    margin-bottom: 4%;
}

h3 {
    padding-top: 2%;
}

.container_text_right section > h3 {
    padding-top: 0;
}

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: transparent;
    color: #acb3b8;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 21px;
}

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

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

.buttons-adjust {
    display: flex;
    margin-left: auto !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: gray;
}

.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: 7.5%;
    margin-top: 64px;
    margin-bottom: 5%;
    min-height: 380px;
    display: flex;
}

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

.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: gray;
    background-color: white;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 14px;
    font-size: 1.1rem;
    cursor: pointer;
}

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

.new-common-button {
    border: none;
    color: #0e233c;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 2%;
    font-size: 22px;
    cursor: pointer;
}

.new-common-button:hover {
    color: #2FB7A5 !important;
    font-weight: 500 !important;
}

.log-out-style {
    color: #2FB7A5;
    /* margin-top: 14%; */
}

.container_text_right {
    flex: 1;
}

.container-fav-actions {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 42px;
    padding-right: 5%;
}

.container-fav-actions button {
    font-size: 18px;
}

.container_text_right > h2 {
    margin-top: 0;
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #D3D3D3;
}


.month-selected {
    color: #00B4A2;
}

.selected-li {
    color: #00B4A2 !important;
}


.common-content {
    color: gray;
    padding-top: 24px;
    max-width: 650px;
}

.common-content>h2 {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 32px;
    padding-bottom: 2%;
    border-bottom: 1px solid #D3D3D3;
}

#add_balance_content_inside {
    padding-bottom: 10px;
}



#add_balance_content_inside table {
    border: none;
    width: 100%;
}


#add_balance_content_inside td {
   padding: 0;
}

.notice-green {
    color: #2FB7A5;
    font-size: 12px !important;
    margin-top: 3px !important;
    text-transform: none !important;
}

#add_balance_content_inside h3 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 18px;
}

.common-content p {
    font-size: 18px;
    margin: 2px;
    margin-bottom: 14px;
    font-weight: 300;
}

.common-content section {
    border-bottom: 1px solid #D3D3D3;
}

.common-content section:last-child {
    border-bottom: none;
}

.see-more-button {
    border: none;
    color: #00B4A2;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 2%;
    margin-right: 2%;
    font-size: 20px;
    cursor: pointer;
    margin-left: auto;
}

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

.content_receipt h2 {
    padding-bottom: 1%;
    margin-top: 4%;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 0;
    border-bottom: 1px solid #D3D3D3;
}

.border-bottom {
    border-bottom: 1px solid #D3D3D3;
}

.border-top {
    border-top: 1px solid #D3D3D3;
}

.content_receipt>p {
    color: gray;
    font-size: 18px;
    margin: 2px;
    word-spacing: 2px;
}

.common_content_th {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    color: gray;
    font-size: 17px;
    text-align: left;
    width: 200px;
}

.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;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #D3D3D3;
}

.container-range>p {
    font-size: 18px;
}

.container-range ul {
    display: flex;
    padding-left: 4px;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

.container-range ul>li::before {
    content: '•';
    font-size: 30px;
    line-height: 1;
    margin-right: 6px;
    margin-top: 3px;
    color: gray;
    flex-shrink: 0;
}


.container-payment-methods {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #D3D3D3;
}

.container-payment-methods ul {
    display: flex;
    padding-left: 0;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

.container-payment-methods li {
    font-size: 18px;
    color: gray;
    font-weight: 300;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* .container-payment-methods li:first-child{
    color: #2FB7A5;
} */



.container-payment-methods ul>li::before {
    content: '•';
    font-size: 30px;
    line-height: 1;
    margin-right: 6px;
    margin-top: 3px;
    color: gray;
    flex-shrink: 0;
}

.container-payment-methods ul>li:first-child::before {
    content: "";
    margin-right: 0;
}

.detail {
    font-size: 18px;
    font-weight: 300;
    color: gray;
    cursor: pointer;
    margin: 0;
    text-align: right;
}

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

.container-range li {
    font-weight: 300;
    font-size: 18px;
    color: gray;
    display: flex;
    align-items: center;
    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: 155px 210px 142px 100px;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 2.5%;
    grid-gap: 12px;
    border-bottom: 1px solid #D3D3D3;
}

#w-account-identity{
    max-width: 480px;
}

.video-mask{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden; 
}


    /* Contenedor del video */
    .video-container {
        width: 100%; /* Ocupa el 100% del ancho del padre */
        height: 100vh; /* Ocupa el 100% del alto de la ventana (viewport) */
        overflow: hidden; /* Evita barras de desplazamiento */
        position: relative; /* Para posicionar el video dentro del contenedor */
    }

    /* Video adaptable */
    .responsive-video {
        width: 100%; /* Ocupa el 100% del ancho del contenedor */
        height: 100%; /* Ocupa el 100% del alto del contenedor */
        /* object-fit: contain; */ /* Alternativa: ajusta el video para que quepa completo (puede dejar espacios vacíos) */
    }



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

.date_op {
    height: auto;
    color: gray;
}

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

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


.activity {
    height: auto;
    margin-top: auto;
    color: gray;
}

.balance-prev-next {
    height: auto;
    color: gray;
    text-align: right;
    text-transform: none !important;
}

.generic_padding {
    padding-bottom: 3%;
}

.generic_center {
    text-align: center;
}

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


.adjust_manage_cards {
    padding-top: 0;
}

.adjust_short_content {
    width: 440px;
}

.adjust_short_content label {
    font-size: 13.5px;
    line-height: normal;
    width: 100%;

}

.registry_button {
    border: none;
    background-color: white;
    font-weight: 700;
    color: #2FB7A5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    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;
    margin-left: 0;
}

.container_input_label p {
    margin: 0;
    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: auto;
}

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

.container_account_number p {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
    padding-left: 3%;
} 

.container_account_number p:hover {
    color: #2FB7A5;
}

#accounts {
    border: none;
}

#accounts table {
    border: none;
}

#accounts td {
    padding: 0;
    padding-bottom: 18px;
}

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

#accounts label {
    font-size: 17px;
    margin-left: 0;
}

#profits table {
    border: none;
}

#profits table td p {
    display: inline-block;
}

#profits td {
    padding: 0px;
}

#profits label {
    font-size: 17px;
}

#favorites-section table {
    border: none;
}

#favorites-section td {
    padding: 0px;
    padding-bottom: 18px;
}

#favorites-section label {
    font-size: 17px;
}

#show-bank-modal-button {
    font-weight: 300 !important;
}

.margin-top-3n {
    margin-top: 3%;
}

.width-300-100 {
    width: 280px;
}

.border-end {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 2%;
}

.text-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1%;
    padding-right: 5%;
}

#amount {
    width: 100px;
}

#lew {
    max-width: 450px;
}

#withdraw_profits-content {
    padding-bottom: 1%;
}

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


.second-element-adjust {
    margin-top: 2%;
    margin-bottom: 0;
}

.short-message {
    font-size: 12px !important;
    margin-top: 2px !important;
    padding-left: 0;
}

.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%;
    height: 300px;
    align-content: center;
    text-align: center;
}

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

.container_empty_state h3 {
    color: gray;
    font-size: 18px;
    font-weight: 300;
    margin-top: 1%;
}

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

td {
    padding: 8px;
    padding-left: 0;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: gray;
    text-align: left;

}

.td-adjust {
    width: 200px;
}

.top-adjust-td {
    padding-top: 18px;
}

.bottom-adjust-td {
    padding-bottom: 18px;
}

.container_columns .message-order {
    width: 580px;

}

.message-order>p {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    padding-left: 5%;
    color: #2FB7A5;
}

.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;
    border: 3.5px solid #2FB7A5;
    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%;
    font-weight: 400;
}

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

.pdf_button {
    text-decoration: none;
    color: #2FB7A5;
    font-weight: 300;
    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;
    font-weight: 300;
    color: white;
}

.new-action-margin {
    margin-top: 4% !important;
    margin-right: 2% !important;
}

.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: #0e233c;
    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;
}

.new-button-style {
    color: white;
    font-weight: 400;
    background-color: transparent;
}

/* 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;
    }
}

.container-sch-actions {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 32px;
    padding-right: 5%;
}

.container-sch-actions button {
    font-size: 18px;
}

.container-recurring-charge {
    text-align: left;
    padding-left: 3%;
}

.container-recurring-charge ul{
    padding: 0;
    list-style-type: none;
}





.recurring-charge-option{
    border: none;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-bottom: 3px;
    font-size: 18px;
    color: white;
    cursor: pointer;
}


.verify-code{
    border: none;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin: 16px;
    font-size: 18px;
    color: #2FB7A5;
    cursor: pointer;
}


.resend-button {
    background: none;
    border: none;
    color: #2FB7A5;
    cursor: pointer;
    font-size: 18px;
    font-family: 'AvantGarde', sans-serif;
    padding: 5px;
    font-weight: 300;
}

.resend-button:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.container-balance-w{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10%;
    margin-top: 16px;
}


.empty-accounts{
    height: 300px;
    text-align: center;
    align-content: center;
}

.ul-adjust {
    padding-left: 0 !important;
    margin-left: 0;
}

.ul-adjust li:first-child::before {
    content: "";
    margin-right: 0;
}

#wth-tab input[type="text"],
#wth-tab input[type="number"] {
    padding: 0;
    margin-bottom: 14px;
}

#common-content section {
    margin-bottom: 16px;
}

.margin-tyc-common {
    margin-top: 34px;
}

#tyc-mng label {
    font-size: 13.5px !important;
    
}

#mng-op-1{
    margin-bottom: 14px !important;
}

#clabe,
#new_password,
#new_password_2 {
    padding: 0;
}


.container-delete-btn {
    width: 524px;
    text-align: right;
    margin-top: 36px;
}

.border-top-style {
    border-top: 1px solid #D3D3D3;
    padding-top: 36px;
    margin-top: 24px;
}


.container-wbalance {
    width: 452px;
}

.registred-cards {
    margin-bottom: 3%;
    border-bottom: 1px solid #D3D3D3;
}

.registred-cards table {
    border: none;
    width: 535px;
}

.registred-cards table td {
    padding: 0;
    padding-bottom: 18px;
}

.registred-cards label {
    font-size: 17px;
    margin-left: 0;
}

.untransformed {
    text-transform: none !important;
}

.container-default-message {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    min-height: 120px;
    align-content: center;
    text-align: center;
}

.container-default-message p {
    color: #2FB7A5;
    font-weight: 300;
    font-size: 19px;
}

.hr-df {
    border: none;
    border-top: 1px solid #D3D3D3;
    margin-top: 16px;
    margin-bottom: 32px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 56px;
    margin-bottom: 8px;
}

.captcha-wrapper img {
    border-radius: 8px; 
    border: none;
}


.captcha-wrapper input[type="text"] {
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: gray;
}

.captcha-wrapper input[type="text"] ::placeholder {
    color: gray;
}

.container-cards-message {
    text-align: center;
    margin-bottom: 48px;
    border-bottom: 1px solid #D3D3D3;
}

.empty-cards {
    width: 200px;
    margin: 64px auto;
}

.empty-cards p {
    color: #2FB7A5;
    font-weight: 300;
    font-size: 18px;
}

.container-card-form {
    max-width: 650px
}

.existed-cards {
    margin-top: 18px;
    margin-bottom: 64px;
    max-width: 650px;
}

.nw-text-right {
    text-align: right;
    text-transform: uppercase;;
}

.check-adj {
    padding-left: 24px !important;
    text-align: right;
}

.mx-524 {
    max-width: 524px;
}

.mx-524 p {
    font-size: 17px;
}

.container-delete-card {
    display: flex;
    justify-content: right;
    max-width: 524px;
    margin-top: 18px;
}

.container-delete-card button {
    font-size: 18px;
    border: none;
    background-color: transparent;
    color: #2FB7A5;
    font-weight: 300;
    cursor: pointer;
    font-family: 'AvantGarde', sans-serif;
}


@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;
        padding-top: 0;
        flex-direction: column;
        margin-top: 0;
    }

    .container_options_left {
        display: none;
    }

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

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

    .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: 94%;
        padding: 12px;
        padding-bottom: 0;
        margin-left: 0;
    }

    .content_receipt>section {
        margin-bottom: 0;
    }

    .content_receipt h2 {
        font-size: 24px;
    }

    .message-order {
        width: 100%;
    }

    .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: 12px !important;
    }

    .td-adjust{
        width: 120px;
    }

    #tyc-mng label {
        font-size: 12px !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: 12px !important;
    }

    #accounts label{
        font-size: 14px;
    }

    #profits label {
        font-size: 13px;
    }

    /* .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: 2px;
        flex-wrap: wrap;
    }

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

    .container-range li {
        font-size: 14px;
        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;
    }

    .margin-top-2 {
        margin-top: 3px !important;
    }

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

    .container_columns {
        grid-template-columns: 65px 80px 90px 68px;
    }

    #favorites-section label {
        font-size: 13px;
    }


    .container-range ul>li::before {
        font-size: 21px;
    }


    .container-payment-methods li {
        font-size: 14px;
    }

    .detail {
        font-size: 14px;
    }

    .container-range>p {
        font-size: 13px;
        padding-left: 2%;
    }

    .container-range ul>li::before {
        font-size: 20px;
        margin-right: 3px;
    }

    .ul-adjust{
       flex-wrap: wrap;
       gap: 9px !important;
    }

    #manage_cards-content {
        padding-left: 3%;
    }

    .container-fav-actions button,
    .select-deselect-button,
    .see-more-button {
        font-size: 14px;
    }

    .container-sch-actions button {
        font-size: 16px;
    }

    .log-out-style {
        color: #2FB7A5 !important;
    }

    #un-mob{
        width: 247px !important;
    }

    #ticket-adj{
        max-width: 184px;
    }

    .sms-code-input label {
        margin-left: auto;
        margin-right: auto;
    }

    .confirmation-message{
        padding-left: 5px;
        padding-right: 5px;
    }

    .verify-code,
    .resend-button {
        font-size: 16px;
    }

    .container-payment-methods ul {
        flex-wrap: wrap;
    }

    .container-delete-btn,
    .container-wbalance,
    .width-300-100{
        width: auto;
    }
    .notice-green {
        font-size: 10.5px !important;
    }

    #tyc-sch,
    #auth-sch{
        font-size: 12px !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: 14px;
    }

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


    .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: 761px) and (max-width: 809px) {
    #us_menu_all {
        width: 718px;
        margin: 0 auto;
    }
}

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

@media (min-width: 901px) and (max-width: 1080px) {
    #us_menu_all {
        width: 800px;
        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;
    }
} */

@media (min-width: 761px) and (max-width: 1190px) {

    .content_receipt table,
    .message-order {
        margin-left: auto;
    }

    .content_receipt {
        margin-left: auto;
        margin-right: auto;
    }

    .content_receipt h2 {
        margin-left: auto;
    }
}

@media (min-width: 901px) and (max-width: 1190px) {
    .content_receipt {
        width: 770px;
    }

    .content_receipt h2 {
        width: 98%;
    }
}

@media (min-width: 809px) and (max-width: 900px) {
    .content_receipt {
        width: 760px;
    }

    .content_receipt h2 {
        width: 98%;
        font-size: 30px;
    }
}

@media (min-width: 761px) and (max-width: 809px) {
    .content_receipt {
        width: 630px;
    }

    .content_receipt h2 {
        width: 99%;
        font-size: 28px;
    }
}

@media (min-width: 760px) and (max-width: 1190px) {
    .container_all_content_flex {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .adjust_manage_cards,
    .adjust_cards_container,
    .container_options_left,
    .adjust_container_favorites {
        width: auto;
    }

    .new-common-button:hover {
        font-weight: 300 !important;
    }

    #accounts td,
    #profits td {
        padding-left: 0;
    }
}

@media (min-width: 761px) and (max-width: 900px) {

    .common_content_th{
        font-size: 14.5px;
    }

     td {
        font-size: 14.5px;
    }
}


@media (min-width: 901px) and (max-width: 1190px) {
    .container_all_content_flex {
        width: 800px;
    }

    .container_text_right>h2 {
        font-size: 28px;
    }

    .detail,
    .common-content p,
    .container-range li,
    .container-range>p,
    .container-payment-methods li,
    #transaction-list-container p,
    .container_options_left button {
        font-size: 16px;
    }

    .container-range ul>li::before {
        font-size: 24px;
    }

    .container_columns {
        grid-template-columns: 100px 185px 140px 85px;
    }

    .container-payment-methods li::before {
        font-size: 24px;
    }

    .see-more-button {
        font-size: 18px;
    }

    table {
        width: 500px;
    }

    wth-tab {
        padding-left: 3%;
    }


    .margin-bottom-elements {
        margin-top: 6%;
    }

    .container-title-close h2 {
        font-size: 22px;
    }

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


}


@media (min-width: 809px) and (max-width: 900px) {

    .container_all_content_flex {
        width: 760px;
    }

    .container_text_right>h2 {
        font-size: 26px;
    }

    .container_columns {
        grid-template-columns: 95px 160px 130px 65px;
    }

    .detail,
    .common-content p,
    .container-range li,
    .container-range>p,
    .container-payment-methods li,
    #transaction-list-container p,
    .container_options_left button {
        font-size: 15px;
    }

    .container-range ul>li::before {
        font-size: 22px;
    }

    .see-more-button {
        font-size: 17px;
    }

    table {
        width: 98%;
    }

    .container-title-close h2 {
        font-size: 20px;
    }

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


@media (min-width: 760px) and (max-width: 808px) {
    .container_all_content_flex {
        width: 718px;
    }

    .container_text_right>h2 {
        font-size: 24px;
    }

    .container_columns {
        grid-template-columns: 95px 160px 130px 65px;
    }

    .detail,
    .common-content p,
    .container-range li,
    .container-range>p,
    .container-payment-methods li,
    #transaction-list-container p,
    .container_options_left button {
        font-size: 14.5px;
    }

    .container-range ul>li::before {
        font-size: 21px;
    }

    .see-more-button {
        font-size: 16px;
        padding-right: 2%;
    }

    table {
        width: 98%;
    }

    .container-title-close h2 {
        font-size: 19px;
    }

    .button-confirmation,
    .container-fav-actions button {
        font-size: 17px;
    }

    .container-sch-actions button {
        font-size: 17px;
    }
}

@media (min-width: 761px) and (max-width: 1190px) {
    .message-order > p{
        text-align: center;
        padding-left: 0;
        font-size: 16px;
    }
}
