.form{
    border-radius: 0px 0px 18px 18px;
    margin-bottom: 7px;
}
legend{
    background: #94C11F;
    padding: 20px 50px 20px 50px;
    color: #fff;
    font-weight: 800;
    border-radius: 18px 18px 0px 0px;
    text-align: left;
}
.mt-1{
    margin-top: 10px;
}
.next-sorteos{
    background: #94C11F21;
    border-radius: 18px;
    text-align: center;
}
.next-sorteos .slick-slide{
    padding: 3px 10px;
}
.next-sorteos .subtitle{
    color: #266141;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
}
.next-sorteos-content{
    padding: 0px 10px;
}

.popup-hide{
    background: #EFEFEF;
    border: 1px solid #FFF;
    border-radius: 7px;
    color: #797979;
    padding: 10px 12px;
    position: absolute;
    right: -15px;
    top: -15px;
    transition: all .2s linear;
}
.popup-hide:hover{
    transform: scale(1.1);
}
.popup-sorteo{
    background: rgba(0, 0, 0, .15);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;

    opacity: 0;
    z-index: -1;
    transition: all .2s linear;
}
.popup-sorteo .popup-content{
   border: none; 
   text-align: left;
}
.popup-sorteo p{
    font-weight: bold;
    margin-bottom: 20px;
}
.popup-sorteo span{
    font-weight: 800;
}
.popup-sorteo.active{
    opacity: 1;
    z-index: 10;
}
.popup-sorteo-header{
    background: #94C11F;
    color: #FFF;
    font-weight: 800;
    border-radius: 18px 18px 0px 0px;
    padding: 20px 50px 20px 50px;
    font-size: 20px;
}
.popup-sorteo-wrap-list{
    max-height: 40vh;
    overflow: auto;
}
.popup-sorteo-body{
    background: #fff;
    border-radius: 0px 0px 18px 18px;
    padding: 20px 50px 20px 50px;
}
.popup-sorteo-notfound{
    text-align: center;
    padding: 30px 50px 30px 50px;
}
.popup-sorteo table{
    border-collapse: collapse;
    width: 100%;
}
.popup-sorteo table tbody tr td{
    padding: 10px 15px;
    border: 1px solid #EEEEEE;
    font-weight: 500;
}
.popup-sorteo table tbody tr td:first-child{
    background: #F5F5F5;
}
#printTickets{
    color: var(--color-primary);
    font-weight: 700;
}
.slick-sorteos{
    margin-bottom: 7px !important;
    margin-top: 35px;
}
.slick-sorteos .slick-dots{
    bottom: -30px;
}
.sorteo-print{
    display: none;
}


    
@media print {
    @page {
        size: letter; /* or 8.5in 11in; */
    }
    header, footer,
    header.header,
    .sorteo-main{
        display: none;
    }
    .sorteo-print{
        display: block;
        max-width:816px;
    }
    .sorteo-print-logo{
        margin-bottom: 20px;
    }
    .sorteo-print .col-2>div{
        margin-bottom: 0px !important;
    }
    .sorteo-print .print-wrap-list{
        margin-top: 20px;
    }
    .sorteo-print #printListTickets{
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .sorteo-print #printListTickets>div{
        border: 1px solid #eeeeee;
        font-size: 14px;
        width: 170px;
    }
    .sorteo-print #printListTickets>div>span{
        display: inline-block;
        background: #F5F5F5;
        padding: 10px 15px;
        width: 50px;
    }
}

