@font-face {
    font-family: 'prize-pool';
    src: url(../font/prize-pool.ttf);
}
body {
    background: #75ade0 url(../img/empiresun.png);
    background-position: center;
    background-size: 750px;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.logo-navbar {
    width: 232px;
}
.widget {
    display: flex;
    align-items: center;
    background: radial-gradient(#008fef, #989dd5);
    padding: 0 5px;
    padding-right: 0;
    border-radius: 20px;
    color: #fff;
}
.wheater-desc {
    padding: 9px;
    padding-top: 0;
}
span.now-temper {
    font-size: 24px;
    font-weight: bold;
}
.location-wheater {
    display: flex;
    flex-direction: column;
}
span.wheater-text {
    font-size: 12px;
    line-height: 1;
}
.lang-link {
    display: flex;
    align-items: center;
}
a.language {
    margin: 0 5px;
}
.flag-icon {
    height: 20px;
}
.nav-link {
    color: #fff;
    font-size: 14px;
}
.nav-link:hover, .nav-link:focus {
    color: #fff;
}
.items-home, .items-home:hover {
    background: linear-gradient(360deg, #00263e, #002d9a, #002d9a);
    color: #447bff;
    font-size: 24px;
    line-height: 1;
    height: 40px;
    display: flex;
    align-items: center;
}
.nav-home {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.items-home {
    padding-right: 0.7rem !important;
    padding-left: 0.8rem !important;
}
.items-menu {
    background: #032833;
    line-height: 1;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}
.nav-menu {
    border-right: 1px solid rgb(67 67 67 / 51%);
}
.nav-menu:nth-child(2) .items-menu {
    padding-left: 1.3rem !important;
}
.nav-menu:nth-child(8) .items-menu {
    padding-right: 1.3rem !important;
}
.nav-item:last-child {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.top-menu .nav-items:nth-child(3) .nav-link {
    margin-right: 10px;
}
#header-white {
    background: #fff;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.head-content {
    display: flex;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    align-items: center;
}
#logo-part {
    background: #fff;
}
.navbar-argentina {
    padding: 0;
}
#prize-pools {
    padding-top: 15px;
    padding-bottom: 30px;
}
.title-prize-pools {
    background: url(../img/shape.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 35px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding-bottom: 4px;
}
.content-prize-pools {
    font-size: 60px;
    font-weight: bold;
    font-family: prize-pool;
    color: #fff;
    text-shadow: 0px 3px 6px #000000b3;
    letter-spacing: 3px;
}
.next-draw {
    border: 2px solid #fff;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.now-time {
    width: 25%;
    white-space: nowrap;
    color: #053679;
}
.nav-link.link-modal.active {
    color: #053679;
}
.marquee-text {
    width: 75%;
}
.btn-livedraw, .btn-livedraw:hover {
    background: linear-gradient(180deg, #5f0000, #970000, #ff0000);
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    border: 0;
}
.result-card {
    border: 2px solid #fff;
    background: #75ade0;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.head-result {
    padding: 5px 10px 0;
}
.day-result {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.row-result {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.countdown {
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
}
.body-result {
    background: #fff;
    padding: 10px 0 5px;
}
.live-card .lable-result {
    font-size: 36px;
    width: 90px;
}
#history-page .card.card-result {
    background-color: transparent;
    border: 0;
}
.lable-result {
    font-size: 16px;
    font-weight: bold;
    color: #053679;
    font-style: italic;
    display: flex;
}
.result-number {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.date-result {
    font-size: 12px;
}
.timer-canvas {
    margin-top: 5px;
}
.number-canvas {
    width: 32px;
    height: 32px;
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #053679;
}
.time-result {
    color: #053679;
    font-weight: bold;
    text-transform: uppercase;
}
.number-canvas:nth-child(5), .number-canvas:nth-child(6) {
    background-image: url(../img/ballred.png);
    color: #fff;
}
.col-md-3.Monday {
    order: 1;
}
.col-md-3.Tuesday {
    order: 2;
}
.col-md-3.Wednesday {
    order: 3;
}
.col-md-3.Thursday {
    order: 4;
}
.col-md-3.Friday {
    order: 5;
}
.col-md-3.Saturday {
    order: 6;
}
.col-md-3.Sunday {
    order: 7;
}
.form-subscribe .form-group {
    display: flex;
    align-items: center;
}
.left-subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.redbg {
    background: linear-gradient(180deg, #5f0000, #970000, #ff0000);
}
.graybg {
    background: #032833;
}
.subscribe-text {
    padding: 10px 15px;
    width: 65%;
}
.form-subscribe {
    padding-right: 15px;
}
#subscribe {
    font-size: 12px;
    margin-right: 5px;
    border: 0;
    border-radius: 0;
}
.btn-subscribe, .btn-subscribe:hover, .btn-subscribe:focus {
    background: linear-gradient(360deg, #001d91, #0042af, #0072d7);
    border: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
}
#footer {
    background: #fff;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-text {
    font-size: 17px;
    font-weight: bold;
    color: #143c6d;
}
.footer-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.logo-footer {
    height: 50px;
    margin-bottom: 15px;
}
.alert {
    position: fixed;
    right: 15px;
    top: 15px;
}

.time-draw {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #053679;
}

.card-result .title-gold h3 {
    color: #f5c953;
    font-size: 26px;
    margin: 0;
}
.card-header .time-draw p {
    margin: 0;
    display: flex;
    align-items: center;
}
.card-header .time-draw p:after {
    content: '';
    background: red;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
}
.time-draw span {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 10px;
}
.card-body {
    background: #fff;
}
.result-list {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    justify-content: space-between;
}
.result-list:last-child {
    margin-bottom: 0;
}
.number-canvas.livedraw-numbers {
    width: 50px;
    height: 50px;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.lable-prize {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
}
.live-card .result-number {
    display: flex;
    justify-content: space-between;
}
.card-result .card-footer {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}
.card-result .card-footer h5 {
    width: fit-content;
    background: #032833;
    border-radius: 15px;
    color: #f5c953;
    line-height: 1;
    padding: 15px 40px;
    margin: 0;
}
.paginate-argentina {
    display: flex;
    justify-content: center;
}
.paginate-argentina .pagination {
    margin-bottom: 0;
}
.paginate-argentina .page-link {
    background: #053679;
    color: #fff;
    border-color: #053679;
    margin: 5px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #053679;
    background-color: #75ade0;
    border-color: #053679;
}
.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    background-color: #053679;
    border-color: #053679;
}
#data-modal .modal-content {
    background: #75ade0;
    color: #fff;
    border: 0;
}
.btn-transparent {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
}
.mobile-only {
    display: none !important;
}
.card.card-result.live-card {
    border: 2px solid #fff;
    background-color: #75ade0;
    border-radius: 10px;
    overflow: hidden;
}
.time-draw h3 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0;
}
.language-icon {
    width: 30px;
    border: 1px solid;
}
#localitazion-menu {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .dekstop-only {
        display: flex;
    }
    .collapse-argentina {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (max-width: 768px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        left: -120px;
    }
    .dekstop-only {
        display: none;
    }
    .mobile-only {
        display: flex !important;
    }
    .lable-result {
        font-size: 14px;
    }
    .nav-link {
        font-size: 14px;
        font-weight: bold;
        border-bottom: 2px solid;
        margin-bottom: 6px;
    }
    .alert {
        position: fixed;
        right: 15px;
        left: 15px;
        top: 15px;
        z-index: 999;
    }
    .live-card .lable-result {
        font-size: 28px;
        width: 60px;
    }
    .head-content {
        flex-wrap: wrap;
    }
    .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row-result {
        gap: 5px;
    }
    .now-time {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 5px;
        order: 1;
    }
    .next-draw {
        padding: 10px 10px;
    }
    .content-prize-pools {
        font-size: 50px;
    }
    .marquee-text {
        width: 100%;
        order: 3;
    }
    .lang-link {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 99;
    }
    .flag-icon {
        height: 20px;
        border: 1px solid #fff;
    }
    .navbar-argentina .navbar-toggler {
        top: 20px;
        position: relative;
        border: 1px solid;
        color: #fff;
    }
    .top-menu {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .top-menu .nav-items:nth-child(3) .nav-link {
        margin-right: 0;
    }
    .nav-home {
        border-radius: 10px 10px 0 0;
    }
    .nav-item:last-child {
        border-radius: 0 0 10px 10px;
    }
    .nav-menu:nth-child(2) .items-menu {
        padding-left: 0.7rem !important;
    }
    .left-subscribe {
        width: 100%;
        font-size: 14px;
        display: block;
        text-align: center;
        padding: 10px;
    }
    .right-subscribe {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .subscribe-text {
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .form-subscribe {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .card-header .time-draw p {
        font-size: 12px;
    }
    
    .time-draw span {
        font-size: 14px;
    }
    .card-header .time-draw p:after {
        width: 15px;
        height: 15px;
    }
    
    .lable-prize {
        width: 100%;
    }
    .live-card .result-number {
        justify-content: space-between;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    .number-canvas.livedraw-numbers {
        width: 40px;
        height: 40px;
        font-size: 24px;
        margin: 5px 0 10px;
    }
    .card-result .card-footer {
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }
    .card-result .card-footer h5 {
        font-size: 14px;
    }
    .paginate-argentina {
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #history-page .card-result {
        margin-bottom: 60px;
    }
    .number-canvas {
        width: 22px;
        height: 22px;
        font-size: 14px;
    }
    .day-result {
        font-size: 20px;
    }
    #history-page .number-canvas {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}