@font-face {
    font-family: 'AvantGarde';
    src: url('../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('../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('../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('../fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Medium/ITC-Avant-Garde-Gothic-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


::-webkit-scrollbar {
    display: none !important;
}

#timer-mobile,
#header-movil,
#footer-movil,
#line-movil,
#second-line-movil,
#random-movil,
#buy-button-movil,
.letters {
    display: none;
}

#hwtmob {
    display: none;
}

#rightArrow {
    visibility: hidden;
}

#total-cost-game {
    color: #acb3b8;
    font-weight: 300;
    font-size: 17.5px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'AvantGarde', sans-serif;

}



.games_menu_results {
    background-color: white;
    color: #acb3b8;
    font-weight: 300;
    font-size: 15px;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #acb3b8;
    width: 300px;
    position: absolute;
    display: none;
    transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;

}

.button_select_result {
    border: none;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 2%;
    color: #2FB7A5;
    cursor: pointer;
}

.games_menu_results h3 {
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
}

.games_menu_results p:hover {
    color: #2FB7A5;
    cursor: pointer;
}

.close_results {
    margin-left: auto;
    width: 40px;
}

#entire-container {
    margin: 0 auto !important;
}

#clean {
    grid-column: 10 / span 1;
    width: 31px;
    cursor: pointer;
}

/* .blue-filter {
    filter: brightness(0) saturate(100%) invert(9%) sepia(77%) saturate(1130%) hue-rotate(186deg) brightness(94%) contrast(93%);
} */


.padding_normal {
    padding: 1.7rem !important;
}

.none-buttons {
    display: none;
}


/* #nextBtn-2{
    display: block;
} */

.section-buttons-ends {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-header {
    height: auto;
}

#ballot-4,
#ballot-5,
#cart_err {
    display: none;
}

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

}



.dropdown_result {
    position: relative;
    display: inline-block;
}

.menu-button {
    background-color: #3498db;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.menu-button:hover {
    background-color: #2980b9;
}

.dropdown_result-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
    top: 100%;
    left: 0;
    margin-top: 5px;
}

.mxn_adj {
    font-size: 18px;
    text-transform: uppercase !important;
}

.dropdown_result-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s;
}

.dropdown_result-content a:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.dropdown_result-content a:first-child {
    border-radius: 5px 5px 0 0;
}

.dropdown_result-content a:hover {
    background-color: #f1f1f1;
}

.dropdown_result.active .dropdown_result-content {
    display: block;
    animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Arrow indicator */
.menu-button::after {
    content: ' ▼';
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.3s;
}

.dropdown_result.active .menu-button::after {
    transform: rotate(180deg);
}





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

.under-container ul li:first-child {
    list-style-type: none;
    padding-left: 7px;
}

.under-container ul li {
    color: #2FB7A5;
    cursor: pointer;
}

.under-container li {
    color: #2FB7A5;
    margin: 1%;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 16.5px;
}

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

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

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

    ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

    li {
        font-family: 'AvantGarde', sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin-right: 32px;
        color: #acb3b8;
        cursor: pointer;
    }
}

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

/* 
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
} */


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


.logo img {
    width: 100px;
    height: auto;
}

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

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

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

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

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

    ::marker {
        color: white;
    }

}

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


.select-deselect-button {
    border: none;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-top: 3%;
    cursor: pointer;
    padding: 0;
    color: #acb3b8;
}

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

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

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    border: 4px solid #2FB7A5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 30%;
    min-width: 310px;
    max-width: 500px;
    position: relative;

    h2 {
        padding-bottom: 4%;
    }

    p {
        font-size: 18px;
    }


    input {
        border: none;
        font-family: 'AvantGarde', sans-serif;
        color: #acb3b8;
        font-size: 18px;
        width: 60px;

    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-family: 'AvantGarde', sans-serif;
        color: #acb3b8;
        font-size: 18px;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'AvantGarde', sans-serif;
        color: #acb3b8;
        font-size: 18px;
    }
}


.gray {
    color: #acb3b8
}

.ligth_gray {
    color: #D3D3D3 !important;
}

.black_result {
    background-color: #000;
    color: #fff;
}

.green_result {
    background-color: #2FB7A5;
    color: #fff;
}

.white_result {
    background-color: #fff;
    color: #2FB7A5;
    border: 1px solid #2FB7A5;
}

.black_additonal_result {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}


.none-content {
    display: none;
}

.green {
    color: #2FB7A5;
}

.gray_pointer {
    color: #acb3b8;
    cursor: pointer;
}

.ligth {
    font-weight: 300;
}

.semi_bold {
    font-weight: 600;
}

.font_19_17 {
    font-size: 19px;
}

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

.common_button_save {
    color: #2FB7A5;
    border: none;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    padding-left: 2px;
    margin-top: 5%;
    margin-bottom: 3%;
}

.bold {
    font-weight: 700;
}

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

.games_menu_pub {
    background-color: #0F233C;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding: 25px;
    border-radius: 20px;
    width: 330px;
    border-top-right-radius: 0;
    position: absolute;
    margin-top: -64px;
    display: none;
    transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;

}

#l-menu-lateral {
    margin-top: -64px;
}

.games_menu_pub h3 {
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
}

.games_menu_pub 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%);
}



.button_combinations {
    border: none;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 3%;
    padding-left: 2px;
    cursor: pointer;
}

.margin_bottom_small {
    margin-bottom: 5px;
}

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

.common_font_weight {
    font-weight: 500;
}

.list_frecuency {
    display: flex;
    padding-left: 16px;
    gap: 30px;

    li {
        font-size: 17px;
    }
}

.active_option {
    color: #2FB7A5;
}

.name-jackpot {
    display: flex;
    font-size: 45px;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 100%;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
}

.shopping-cart {
    cursor: pointer;
}


.cart-container {
    position: relative;
    display: inline-block;
}

.cart-icon {
    width: 25px !important;
    height: auto;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #2FB7A5;
    color: white;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    padding: 3px;
    min-width: 10px;
    height: 10px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 0 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-count-white {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #ffffff;
    color: #2FB7A5;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    padding: 3px;
    height: 10px;
    min-width: 10px;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.all_combos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5%;
    gap: 20px;
    padding-left: 12px;
}


.all_combos table {
    table-layout: fixed;
    width: 100%;
    border-top: none;
    border-collapse: unset;
    border-bottom: none;
}


.all_combos table tr {
    height: 213px;
}

.all_combos th,
.all_combos td {
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    color: #444;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
}

.empty-cell {
    visibility: hidden;
}

.all_combos table tr:first-child td:first-child {
    border: 1.5px solid #acb3b8;
    border-top-left-radius: 10px;
}

.all_combos table tr:first-child td:nth-child(2) {
    border: 1.5px solid #acb3b8;
    border-left: none;
}

.all_combos table tr:first-child td:last-child {
    border: 1.5px solid #acb3b8;
    border-top-right-radius: 10px;
    border-left: none;
}

.all_combos table tr:nth-child(2) td:first-child {
    border: 1.5px solid #acb3b8;
    border-top: none;
    border-bottom-left-radius: 10px;
}

.all_combos table tr:nth-child(2) td:nth-child(2) {
    border: 1.5px solid #acb3b8;
    border-left: none;
    border-top: none;
}


.all_combos table tr:nth-child(2) td:last-child {
    border: 1.5px solid #acb3b8;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 10px;
}

.all_combos table tr:nth-child(3) td:first-child {
    border: 1.5px solid #acb3b8;
    border-top: none;
    border-bottom-left-radius: 10px;
}

.all_combos table tr:nth-child(3) td:nth-child(2) {
    border: 1.5px solid #acb3b8;
    border-left: none;
    border-top: none;
}


.all_combos table tr:nth-child(3) td:last-child {
    border: 1.5px solid #acb3b8;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 10px;
}


.all_combos table tr:last-child td:first-child {
    border: 1.5px solid #acb3b8;
    border-top: none;
    border-bottom-left-radius: 10px;
}

.all_combos table tr:last-child td:nth-child(2) {
    border: 1.5px solid #acb3b8;
    border-left: none;
    border-top: none;
}


.all_combos table tr:last-child td:last-child {
    border: 1.5px solid #acb3b8;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 10px;
}

#third_row,
#third_row_europe {
    display: none;
}


#siteseal,
#siteseal img,
#siteseal * {
    max-width: 98px !important;
    height: auto !important;
    width: auto !important;
    transform: scale(0.62);
    transform-origin: left;
}


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


.manage_image {
    width: auto !important;
}


.combo_left {
    /* width: 48.2%;
    padding-left: 12px; */
    max-width: 420px;
}

.padding_lef_second_combo {
    padding-left: 12px;
}


.combo_right {
    /* width: 48.2%; */
    max-width: 445px;
}

.prize_and_actions_combo {
    display: flex;
    gap: 42px;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 4%;
}

.mark_text {
    font-size: 18px;
}

.prize_combo {
    font-size: 18px;
    color: #acb3b8;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    margin: 0;
}

.game-name {
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding-left: 8px;
}

.timer {

    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    color: #6f7982;
    margin-left: 2%;

}

.how-to-play {
    margin-top: 0;
    font-size: 20px;
    cursor: pointer;
    color: #6f7982;
    padding-top: 4%;
}


.margin_bottom_common {
    margin-bottom: 3%;
}

.random {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: grey;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin-top: 3%;
}


.actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    width: 100%;
    border-bottom: 1.5px solid #acb3b8;
    padding-bottom: 1.8rem;
}

.buttons-actions {
    background-color: transparent;
    border: none;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2FB7A5;
    cursor: pointer;
}


.selected-letter {
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 600;
}

.game-time {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #0e233b;
    margin-top: 1%;

}

.buy-button {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: grey;
    padding-top: 2rem;
    border-top: 0.2rem solid #6f7982;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin-top: 3.5%;
}

.buy-button div {
    margin-right: 11.3%;
}

.total-button {
    display: flex;
    align-items: center;
    font-size: 32px;
    color: grey;
    justify-content: center;
}


.pay-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    cursor: pointer;
}


.second-line {
    padding-bottom: 0.9rem;
    padding-top: 0.5rem;
}

.line {
    border: none;
    height: 1px;
    background-color: #acb3b8;
    margin: 0;
    /* padding-bottom: .5rem; */
}

/* Estilos para el contenedor de los boletos */
.ballots-container {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE 10+ */
    gap: 48px;
    scroll-behavior: auto;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* .ballot {
    width: 30%;
    max-width: 465px;
} */

.footer-section-desktop {
    padding-bottom: 2rem;
    /* display: none; */
}

.footer-logo {
    margin-bottom: 1%;
    height: auto;
}

.footer-tyc-faq {
    display: flex;
    align-items: center;

    ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

    li {
        font-family: 'AvantGarde', sans-serif;
        font-weight: 300;
        font-size: 17px;
        margin-right: 32px;
        color: #acb3b8;
        cursor: pointer;
    }

    a {
        text-decoration: none;
        color: #acb3b8;
    }
}

.footer-tyc-faq li:first-child {
    list-style-type: none;
}

.number-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /* row-gap: 20px; */
    /* flex-wrap: wrap; */
    gap: 8px;
    margin-bottom: 15px;
    width: 431px;
    justify-content: left;
    padding-top: 3%;
    border-top: 1.5px solid #acb3b8;
}

.section-actions-end {
    margin-top: 2%;
}

.container-end-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 24%;
    margin-left: auto;
    margin-right: 5.5%;
    margin-bottom: 3%;
}


.number {
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    color: grey;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    width: 32px;
    height: 32px;
    /* padding-left: 1%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
}

.ballot.complete .number.selected {
    background-color: #2FB7A5;
    color: white;
}

.number.selected {
    background-color: #2FB7A5;
    color: #ffffff;
    border-radius: 50%;
}

.number-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    color: white;
    background-color: #2FB7A5;
    border-radius: 50%;
    margin: 5px;
}

.extra-number-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(10, 1fr);
}

.buttons-prv-nxt {
    width: 18px;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.container_cart {
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-top: 5%;
    padding-bottom: 8%;
}

#results-container {
    margin-top: 2%;
    padding: 5px;
}

.all_results_area {
    width: 100%;
    padding: 12px;
}

.inline_block {
    display: inline-block;
}

.left_size {
    width: 190px;
}

.medium_size_p {
    font-size: 18px;
}

.small_size_p {
    font-size: 14.5px;
    text-transform: uppercase !important;
}

.fourth_element {
    display: none !important;
}

#card-4 {
    display: none !important;
}

.hr_none {
    display: none;
}


.vertical_hr {
    border-left: 1.5px solid #acb3b8;
    height: 110px;
}

.cart_title {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    color: #2FB7A5;
}

.container_line_cost {
    display: flex;
    margin-bottom: 5%;
}

.container_lines_cart {
    margin-left: 5%;
    min-width: 570px;

}

.currency-small-results {
    font-size: 11.5px;
    font-weight: 700;
}

.currency-small-results-medium {
    font-size: 11px;
    font-weight: 500;
}


.cost_padding {
    padding-right: 2%;
}

.name_line {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    color: #acb3b8;
}

.end_actions {
    height: auto;
}

.left_cart {
    text-align: right;
    font-weight: 700;
    color: gray;
}


.participate_cart {
    border: none;
    background-color: white;
    color: #fbb03b;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.delete_cart {
    border: none;
    background-color: white;
    color: #acb3b8;
    font-size: 17px;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 14%;
    padding: 0;
}

.left_cart_first {
    margin-left: auto;
}

.item-checkbox {
    margin-right: 4% !important;
    margin-top: 10px !important;
}

/* 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 grey;
    border-radius: 50%;
    outline: none;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

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

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

.buttons-prv-nxt[style*="display: none"] {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.letters-desktop {
    padding: 1rem;
    display: flex;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    justify-content: space-between;
    align-items: center;
    font-size: 17.5px;
    color: grey;
    border-bottom: 1.5px solid #acb3b8;
}


.accumulated-prize {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    color: #0e233b;
    margin-left: 6%;
    padding-right: 1%;
    display: flex;
    flex-direction: column;
    font-size: 38px;

    p {
        margin-top: 0;
        margin-bottom: 0;
    }

}

.exchange-1 {
    font-weight: 300;
    font-size: 19px;
    text-align: right;
}

.footer-section {
    width: 100%;
    text-align: center;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 9px;
    padding-top: 14%;
}

.active-button {
    color: #2FB7A5 !important;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 600 !important;
}

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

#header-mobile {
    display: none;
}

.section-numbers-games-user {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid #acb3b8;
    padding-bottom: 1rem;

    ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

    li {
        font-size: 19px;
        margin-right: 32px;
        color: #acb3b8;
        font-weight: 500;
        cursor: pointer;
    }
}

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

.usd_price {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase !important;

}

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

.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;
    font-weight: 700;
}


.wrapper {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(6, 231px);
    grid-template-rows: auto auto;
    background-color: #fff;
    justify-content: center;
    color: #444;
    margin-bottom: 3%;
    font-family: 'AvantGarde', sans-serif !important;
}


.wrapper_mob {
    display: none;
    gap: 0;
    grid-template-columns: repeat(2, 170px);
    grid-template-rows: auto auto;
    background-color: #fff;
    justify-content: center;
    color: #444;
    margin-top: 5%;
    padding-bottom: 30px;
    font-family: 'AvantGarde', sans-serif !important;
}

.wrapper_tab {
    display: none;
    gap: 0;
    grid-template-columns: repeat(4, 175px);
    grid-template-rows: auto auto;
    background-color: #fff;
    justify-content: center;
    color: #444;
    font-family: 'AvantGarde', sans-serif !important;
    padding-bottom: 30px;
}

.wrapper_large {
    display: none;
    gap: 0;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto auto;
    background-color: #fff;
    justify-content: center;
    color: #444;
    padding-bottom: 30px;
    font-family: 'AvantGarde', sans-serif !important;
}

.wrapper_combo {
    display: grid;
    gap: 0;
    margin-top: 3%;
    grid-template-columns: repeat(auto-fill, 221px);
    grid-template-rows: auto auto;
    background-color: #fff;
    border: 1.5px solid #acb3b8;
    border-radius: 20px;
    justify-content: center;
    color: #444;
    font-family: 'AvantGarde', sans-serif !important;
}

.box_combo {
    background-color: white;
    color: #444;
    padding: 20px;
    border: 1.5px solid #acb3b8;
    padding-top: 14px;
}

.common_text {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.participate_button_game {
    border: none;
    background-color: white;
    color: #00B4A2;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.common_light_text_small_games {
    font-weight: 300;
    font-size: 17px;
    margin-top: 3px;
    text-transform: uppercase !important;
}

.small_prize {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.large_prize {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase !important;
    word-wrap: break-word;
}

.small-currency {
    font-size: 20px;
    font-weight: 700;
}

.small-local-currency {
    font-size: 12.5px;
    font-weight: 700;
}

.small-local-currency-light {
    font-size: 12.5px;
    font-weight: 300;
}

.small-local-currency-medium {
    font-size: 12px;
    font-weight: 600;
}


.green-bold-text {
    color: #2FB7A5;
    font-weight: bold;
    font-family: 'AvantGarde', sans-serif;
}

.common_light_text {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 16px;
}

.common_light_text_combos {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 16px;
}


.common_text_new_combos {
    font-size: 16px;
    margin-bottom: 0;
}


.top_adjust_time {
    margin-top: 2px;
    margin-bottom: 5px;
}

.border_left {
    border-left: none !important;
}

.border_top {
    border-top: none !important;
}

.border_right {
    border-right: none !important;
}

.top_left_radius {
    border-top-left-radius: 22px;
}

.top_right_radius {
    border-top-right-radius: 22px;
}

.bottom_left_radius {
    border-bottom-left-radius: 22px;
}

.bottom_right_radius {
    border-bottom-right-radius: 22px;
}

.box {
    background-color: white;
    color: #444;
    border: 1.5px solid #acb3b8;
    padding: 20px;
    padding-top: 14px;
}

.logo_game {
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
}

.title_small_adjust {
    margin-top: 5px;
}

.logo_game img {
    width: 41%;
    height: 100%;
    object-fit: contain;

}

.logo_game_second_row {
    width: 100%;
    height: 65px;
}

.logo_game_second_row img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.a {
    grid-area: 1 / 1 / 2 / 3;
}

.b {
    grid-area: 1 / 3 / 2 / 5;
}

.g {
    grid-area: 1 / 5;
}

.h {
    grid-area: 1 / 6;
}

.c {
    grid-area: 2 / 1;
}

.d {
    grid-area: 2 / 2;
}

.e {
    grid-area: 2 / 3;
}

.f {
    grid-area: 2 / 4;
}

.i {
    grid-area: 2 / 5;
}

.j {
    grid-area: 2 / 6;
}

.k {
    grid-area: 3 / 1;
}

.l {
    grid-area: 3 / 2;
}

.m {
    grid-area: 3 / 3;
}

.n {
    grid-area: 3 / 4;
}

.ñ {
    grid-area: 3 / 5;
}

.o {
    grid-area: 3 / 6;
}


.xp {
    grid-area: 4/1;
}




.p {
    grid-area: 1/ 1;
}

.q {
    grid-area: 1 / 2;
}

.r {
    grid-area: 1 / 3;
}

.s {
    grid-area: 2 / 1;
}

.t {
    grid-area: 2 / 2;
}

.u {
    grid-area: 2 / 3;
}







.ma {
    grid-area: 1/1;
}

.mb {
    grid-area: 1/2;
}

.mc {
    grid-area: 2/1;
}

.md {
    grid-area: 2/2;
}

.me {
    grid-area: 3/1;
}

.mf {
    grid-area: 3/2;
}

.mg {
    grid-area: 4/1;
}

.mh {
    grid-area: 4/2;
}

.mi {
    grid-area: 5/1;
}

.mj {
    grid-area: 5/2;
}

.mk {
    grid-area: 6/1;
}

.ml {
    grid-area: 6/2;
}

.mm {
    grid-area: 7/1;
}

.mn {
    grid-area: 7/2;
}

.mñ {
    grid-area: 8/1;
}

.mo {
    grid-area: 8/2;
}


.ta {
    grid-area: 1/1/2/3;
}

.tb {
    grid-area: 1/3/2/5;
}

.tc {
    grid-area: 2/1;
}

.td {
    grid-area: 2/2;
}

.te {
    grid-area: 2/3;
}

.tf {
    grid-area: 2/4;
}

.tg {
    grid-area: 3/1;
}

.th {
    grid-area: 3/2;
}

.ti {
    grid-area: 3/3;
}

.tj {
    grid-area: 3/4;
}

.tk {
    grid-area: 4/1;
}

.tl {
    grid-area: 4/2;
}

.tm {
    grid-area: 4/3;
}

.tn {
    grid-area: 4/4;
}

.tñ {
    grid-area: 5/1;
}

.to {
    grid-area: 5/2;
}

.tp {
    grid-area: 5/3;
}

.tq {
    grid-area: 5/4;
}

.tr {
    grid-area: 6/1;
}

.ts {
    grid-area: 6/2;
}


.la {
    grid-area: 1/1/2/3;
}

.lb {
    grid-area: 1/3/2/5;
}

.lc {
    grid-area: 1/5/2/7;
}

.ld {
    grid-area: 1/7/2/9;
}

.le {
    grid-area: 2/1;
}

.lf {
    grid-area: 2/2;
}

.lg {
    grid-area: 2/3;
}

.lh {
    grid-area: 2/4;
}

.li {
    grid-area: 2/5;
}

.lj {
    grid-area: 2/6;
}

.lk {
    grid-area: 2/7;
}

.ll {
    grid-area: 2/8;
}

.lm {
    grid-area: 3/1;
}

.ln {
    grid-area: 3/2;
}

.lñ {
    grid-area: 3/3;
}

.lo {
    grid-area: 3/4;
}

.lp {
    grid-area: 3/5;
}

.lq {
    grid-area: 3/6;
}

.lr {
    grid-area: 3/7;
}

.ls {
    grid-area: 3/8;
}


#adj_games_1 {
    /* border-top: none !important; */
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.padding_top_0 {
    padding-top: 0 !important;
}

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

/* .container_results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: center;
} */

.container_results {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 3%;
}


#third_element_margin {
    margin-top: 5%;
}

.card_results {
    display: flex;
    gap: 12px;
    row-gap: 20px;
    width: 400px;
}

.card_results:nth-child(3n) {
    border-right: none;
}

.card_results:last-child {
    border: none;
}

.numbers_results {
    display: flex;
    align-items: center;
    gap: 3px;
}

.sub_header_results {
    padding-left: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1.5px solid #acb3b8;

}

.green_circle {
    background-color: #2FB7A5;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul_sub_results {
    margin: 0;
    padding: 0;
    gap: 24px;
    display: flex;
}

.ul_sub_results li {
    font-size: 16.5px;
    color: #acb3b8;
    font-weight: 500;
    cursor: pointer;
}

.ul_sub_results li:first-child {
    list-style-type: none;
}

.container_instructions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.container_instructions p {
    font-size: 16px;
    color: #acb3b8;
    font-weight: 500;

}


.green-bold-important {
    color: #2FB7A5 !important;
    font-weight: bold !important;

}

.container_combination_play {
    padding: 4px;
    padding-top: 0;
    padding-bottom: 5px;
    border-radius: 8px;
    margin-bottom: 3%;
}

.active_result {
    border: 1.5px solid #2FB7A5;
}

.paragraph_combination_play {
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 50%;
    height: 13px;
    padding: 5px;
    font-size: 11px;
}

.number_result {
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    /* Match the height */
    align-content: center;
}

.prize_result {
    font-size: 16.5px;
    text-transform: uppercase !important;
}

.day_result {
    margin: 0;
    margin-bottom: 8%;
    padding: 0;
    padding-left: 9px;
    font-size: 15px;
}

.play_text {
    font-size: 15px;
    margin-top: 0;
    padding-left: 3px;
    padding-top: 5px;
}

.without_margin {
    margin: 0;
}

.padding_left_8 {
    padding-left: 8%;
}

.multiplier {
    font-size: 10px;
    color: #000;
    margin-left: 2px;
}

.container_see_more {
    margin-top: 3%;
    margin-bottom: 1%;
    text-align: center;
}

.transform {
    text-transform: uppercase !important;
}

.button_more {
    border: none;
    background-color: transparent;
    font-size: 17px;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    color: #acb3b8;
    cursor: pointer;
}

.dropbtn_results {
    background-color: transparent;
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    padding: 16px;
    cursor: pointer;
    padding-left: 0;
    font-size: 1.5em;
    border: none;
}

.dropdown_results {
    position: relative;
    display: inline-block;
}

.dropdown_content_results {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
}

.dropdown_content_results p {
    color: #acb3b8;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    display: block;
    margin: 8px;
}

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

.participate_adj {
    width: auto;
    min-width: 385px;
}

.ligth_gray_f {
    font-weight: 300;
    color: gray;
}

.purcharse_recipe {
    width: 80% !important;
    margin-left: auto !important;
}

.font_weight_600 {
    font-weight: 600;
}

.large_font_size {
    font-size: 18px;
}

/* Media query para pantallas de celular (máximo 480px de ancho) */
@media (max-width: 759px) {

    #timer-desktop,
    #header-desktop,
    #footer-desktop,
    .letters-desktop {
        display: none !important;
    }

    #timer-mobile,
    #footer-movil,
    #second-line-movil {
        display: block;
    }

    #hwtmob {
        display: block;
    }

    #header-movil,
    #random-movil,
    #buy-button-movil {
        display: flex;
    }

    #line-movil {
        display: block;
    }

    #clean {
        font-size: 18px;
    }

    .purcharse_recipe {
        width: auto !important;
        margin-left: 0 !important;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 12px !important;
    }

    .section-numbers-games li {
        margin-right: 0;
    }

    .mxn_adj {
        font-size: 11px;
    }

    .actions-container {
        border: none;
        padding-bottom: 0;
    }

    .container-end-actions {
        width: 100%;
        gap: 25px;
        justify-content: left;
    }

    .buttons-actions {
        font-size: 16px;
    }

    .icon {
        min-width: 27px;
    }

    .container {
        padding: 13px !important;
        width: 93%
    }

    .usd_price {
        font-size: 11px;
    }

    .exchange-1 {
        font-size: 12px;
    }

    .user-adjust-color {
        color: #2FB7A5 !important;
    }

    .icon-group {
        justify-content: center;
        gap: 9px;
    }

    .icon img {
        width: 27px;
    }

    .logo img {
        width: 49px;
    }

    .icon-menu img {
        width: 21px;
        margin-top: 2px;
        height: auto;
    }

    /* Ocultamos todos los boletos excepto el primero en pantallas pequeñas */
    .ballots-container>div[id^="ballot-"]:not(#ballot-1) {
        display: none;
    }

    .ballots-container {
        display: block;
    }

    .ballot {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .number {
        width: 29px;
        height: 29px;
        margin-top: 6px;
        font-size: 15px;
    }

    .name-jackpot {
        margin-bottom: 0;
    }

    .game-name {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        max-width: 189px;
    }

    .timer {
        padding-top: 0.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 300;
        font-size: 22px;
        color: #6f7982;
        margin-bottom: 1rem;
        margin-left: 0;
    }

    .random {
        font-size: 15px;
        margin-top: 1%;
        ;

    }

    .ul_sub_results {
        gap: 21px;
    }

    .ul_sub_results li {
        font-size: 13.5px;
        width: 90px;
    }

    .container_instructions {
        margin-top: 1.5%;
    }

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

    .green_circle {
        width: 10px;
        height: 10px;
    }

    #myGamesSection,
    #generalResultsSection,
    #previousResultsSection {
        margin-top: 3%;
    }

    .container_combination_play {
        padding: 0;
    }

    .button_more {
        font-size: 15px;
        margin-top: 5%;
    }


    .letters {
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 300;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        color: grey;
        cursor: pointer;
        border-bottom: 1px solid #acb3b8;
        padding-bottom: 3%;
        margin-bottom: 2%;
    }

    .game-time {
        font-size: 13px;
    }

    .buy-button {
        font-size: 15px;
        border-top: 1px solid #6f7982;
        padding-top: 1rem;
    }

    .ballots-container {
        gap: 20px;
    }

    .ballot {
        flex: 1;
    }

    .number-grid {
        gap: 0;
        max-width: 100%;
        width: 100%;
        border: none;
    }



    .extra-number-grid {
        gap: 0;
        border: none;
    }

    .accumulated-prize {
        margin-left: auto;
        font-size: 21px;
        width: auto;
        padding: 0;

    }

    .icon-group {
        gap: 0;

        a {
            font-size: 14px;
        }

        ::marker {
            color: #2FB7A5;
        }
    }

    #header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-bottom: 26.5px;
        padding-top: 14.5px;
    }

    #header-mobile img {
        width: 49px;
    }


    .how-to-play {
        font-size: 15.5px;
        padding-bottom: 4%;
        padding-top: 3%;
        color: #acb3b8;
    }

    .gap_adj2 {
        gap: 0 !important;
    }

    .container_cart {
        flex-direction: column;
        width: 91%;
        padding-bottom: 18%;
    }

    .name_line {
        font-size: 14px;
    }

    .container_lines_cart {
        min-width: 100%;
        margin-left: 0;
    }

    .wrapper {
        display: none;
    }

    .wrapper_mob {
        display: grid;
        padding-bottom: 5%;
    }

    .common_text {
        font-size: 15px;
    }

    .common_light_text,
    .common_light_text_small_games {
        font-size: 13.2px
    }

    .small_prize {
        font-size: 16.5px;
    }

    .participate_button_game {
        font-size: 15.5px;
    }

    .box {
        padding: 11px;
        padding-top: 2px;
    }

    .title_small_adjust {
        margin-top: 0px;
    }

    .participate_adj {
        min-width: none;
    }

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

    .modal-content>p {
        font-size: 15.5px;
    }

    .common_button_save {
        font-size: 16px;
    }

    .modal-content {
        min-width: 290px;
    }

    .font_19_17 {
        font-size: 16.5px;
    }

    .button_combinations {
        font-size: 14.5px;
    }

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

    .card_results {
        gap: 10px;
        border: none;
        align-items: center;
        width: 100%;
    }

    .prize_result {
        font-size: 15px;
    }

    .dropbtn_results {
        font-size: 20px;
    }

    .all_results_area {
        padding: 0;
        padding-left: 2%;
    }

    .left_size {
        width: 161px;
    }

    #results-container {
        padding: 0;
    }

    .number_result {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
    }

    .section-numbers-games li:first-child {
        margin-left: 0;
    }

    .button_select_result {
        font-size: 18px;
        margin-left: 0;
        padding-left: 0;

    }

    .games_menu_results {
        width: 290px;
    }

    .all_combos {
        padding-left: 0;
        gap: 70px;
    }

    .all_combos table tr {
        height: 160px;
    }

    .combo_left {
        width: 100%;
        padding-left: 0;
        padding-top: 8%;
    }

    .combo_right {
        width: 100%;
    }

    .cart_title {
        font-size: 19px;
    }

    .manage_image {
        width: 100% !important;
    }

    #table_desk_eur,
    #table_desk_am {
        display: none;
    }

    .short_handler {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .all_combos td {
        padding: 12px;
    }

    .common_light_text_combos {
        font-size: 12.3px;
    }

    .padding_lef_second_combo {
        padding-left: 0;
    }

    .mark_text {
        font-size: 16px;
    }

    .prize_combo {
        font-size: 16px;
    }

    .prize_and_actions_combo {
        margin-left: 1%;
    }

    .participate_cart {
        font-size: 17px;
    }

    .medium_size_p {
        font-size: 14.5px;
    }

    .fourteen_size {
        font-size: 14.5px
    }

    .vertical_hr {
        display: none;
    }

    #total-cost-game {
        padding-top: 4px;
        font-size: 16px;
    }

}

@media(min-width: 759px) and (max-width: 1450px) {
    .up-container {
        padding-top: 2px !important;
    }

    .all_combos {
        gap: 60px;
    }

    .container-end-actions {
        width: 100%;
        justify-content: right;
    }

    .buttons-actions {
        margin-right: 2%;
    }

    #last_adj {
        height: 50px;
    }

    #CA_tab {
        height: 100%;
    }

    .font_size_final {
        font-size: 15px !important;
    }



    .accumulated-prize {
        font-size: 30px;
    }

    .number-grid {
        width: auto;
    }

    .ballots-container {
        gap: 30px;
    }

    .number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .under-container li {
        margin-right: 2%;
    }

    .logo-desktop {
        min-width: 270px !important;
        padding-top: 28px;
    }

    .icon-group {
        padding: 0 !important;

        a {
            font-size: 16px !important;
        }
    }


    .important_font_size {
        font-size: 17.4px !important;
    }

    .game-time {
        font-size: 15px;
    }

    .game-name {
        font-size: 20px;

    }

    .mxn_adj {
        font-size: 13.5px;
    }

    .exchange-1 {
        font-size: 15px;
    }

    .how-to-play {
        font-size: 16px;
    }

    .section-numbers-games-user {
        ul {
            gap: 20px !important;
        }

        li {
            font-size: 16px !important;
            margin-right: 0 !important;
        }
    }

    .container_cart {
        width: 94%;
    }

    .wrapper {
        display: none;
    }

    .wrapper_tab {
        display: grid;
    }

    .large_prize {
        font-size: 34px;
    }

    .common_light_text {
        font-size: 13px;
    }

    .common_light_text_small_games {
        font-size: 13px;
    }

    .small_prize {
        font-size: 16px;
    }

    .box {
        padding: 16px;
    }

    .participate_button_game {
        font-size: 15.7px;
    }

    .container_results {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 6%;
        gap: 0;
        justify-content: space-between;
    }

    #third_element {
        display: none;
    }

    #card-3 {
        display: none;
    }

    .card_results {
        gap: 8px;
        padding-right: 0;
        border: none;
        width: 322px;
    }

    .prize_result {
        font-size: 14.5px;
    }


    .number_result {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }

    #results-container {
        padding: 0;
    }

    .button_select_result {
        padding-left: 0;
    }

    .left_size {
        width: 162px;
    }

    .medium_size_p {
        font-size: 16px;
    }

    .all_results_area {
        padding: 0;
    }

    .second_hr {
        display: none;
    }

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


}

@media(min-width: 600px) and (max-width: 720px) {
    .logo-desktop {
        min-width: 220px !important;
        padding-top: 28px;
    }

    .icon-group {
        gap: 0px !important;

        a {
            font-size: 14px !important;
        }

        ul {
            gap: 22px !important;
        }
    }

    .number {
        width: 21px;
        height: 22px;
        font-size: 13px;
    }

    .wrapper_tab {
        grid-template-columns: repeat(auto-fill, 156px);
        overflow: auto;
    }

    .green-bold-text {
        font-size: 12.5px;
    }

    .box {
        gap: 12px;
    }

    .common_light_text {
        font-size: 13px;
    }

    .large_prize {
        font-size: 25px;
    }

}





@media(min-width: 600px) and (max-width: 640px) {


    .wrapper_tab {
        padding-left: 40px;
    }
}


/* @media(min-width: 815px) and (max-width: 900px) {


    .ballots-container {
        gap: 42px !important;
    }

    .number {
        width: 28.5px !important;
        height: 29px !important;
        font-size: 15px;
    }
}

@media(min-width: 794px) and (max-width: 815px) {
    .number {
        width: 27.5px !important;
        height: 28px !important;
        font-size: 15px;
    }
} */

@media(min-width: 761px) and (max-width: 849px) {
    .number {
        width: 26px !important;
        height: 26px !important;
    }
}

@media(min-width: 735px) and (max-width: 761px) {
    .number {
        width: 25px !important;
        height: 26px !important;
    }
}

/* @media(min-width: 721px) and (max-width: 735px) {
    .number {
        width: 24px !important;
        height: 25px !important;
    }
} */

@media(min-width: 380px) and (max-width: 420px) {
    .game-name {
        font-size: 16.5px;
    }

    .accumulated-prize {
        font-size: 22px;
    }
}



@media (min-width: 1800px) {
    #entire-container {
        max-width: 1820px;
    }

    #ballot-4 {
        display: block;
    }

    .ballots-container {
        gap: 0px;
        justify-content: space-between;
    }

    .number {
        font-size: 17.5px;
    }

    .container {
        max-width: 1720px;
    }

    .container_ballots {
        width: 100%;
        max-width: 100%;

    }

    .wrapper {
        display: none;
    }

    .wrapper_large {
        display: grid;
    }

    .number-grid {
        width: 396px;
    }

    .fourth_element {
        display: flex !important;
    }

    #card-4 {
        display: flex !important;
    }

    .hr_none {
        display: block;
    }

    .all_results_area {
        padding: 0px;
    }

    .card_results {
        gap: 0px;
        width: 400px;
    }

    .container_results {
        gap: 16px;
        justify-content: normal;
    }

    .close-menu {
        width: 40px !important;
    }

}


@media(min-width: 1024px) and (max-width: 1407px) {
    .wrapper {
        grid-template-columns: repeat(5, 1fr);
    }

    .large_prize {
        font-size: 32px;
    }

    .box {
        padding: 14px;
    }

    #third_element_margin {
        margin-top: 5%;
    }
}




/* @media(min-width: 420px) and (max-width: 600px) {
    .card_results{
        gap: 70px;
    }

    .container_results{
        justify-content: center;
    }
    .prize_result{
        font-size: 18px;
    }
} */

/* @media(min-width: 1024px) and (max-width: 1200px) {
    .manage_image{
       width: 100% !important;
    }

    .common_text{
        font-size: 14px;
    }

    .small_prize{
        font-size: 15px;
    }
    .common_light_text_combos{
        font-size: 13px;
    }
} */


@media(min-width: 600px) and (max-width: 1024px) {

    /* .all_combos{
    display: block;
   } */
    .combo_left {
        width: 100%;
        padding-left: 0;
        padding-bottom: 8%;
    }

    .combo_right {
        width: 100%;
    }
}


@media(min-width: 600px) and (max-width: 754px) {

    .vertical_hr {
        display: none;
    }

    .container_results {
        row-gap: 25px;
    }
}

@media(min-width: 850px) and (max-width: 1450px) {

    #ballot-3,
    #ballot-4,
    #ballot-5 {
        display: none;
    }

    .container {
        width: 800px;

    }
}


@media(min-width: 759px) and (max-width: 849px) {
    .container {
        width: 720px;

    }

    #ballot-3 {
        display: none;
    }

}


@media(min-width: 600px) and (max-width: 759px) {
    .container {
        width: 380px;

    }
}

@media(min-width: 1190px) and (max-width: 1450px) {
    .green-bold-text {
        font-size: 15px;
    }

    .common_light_text {
        font-size: 14px;
    }

}

@media(min-width: 760px) and (max-width: 800px) {
    .container_lines_cart {
        min-width: 520px;

    }

}

@media(min-width: 421px) and (max-width: 600px) {
    .combo_right {
        width: 374px !important;
    }

}