.tx-arboe-lottery {
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.tx-arboe-lottery .col-6.col-sm-4.col-md-3.col-lg-2 {
    padding: 0;
}
.tx-arboe-lottery .row {
    margin-right: 0px;
    margin-left: 0px;
}
.tx-arboe-lottery .card-body {
    padding: 0;
}
.tx-arboe-lottery .calendar {
    display: inline-block;
}
.tx-arboe-lottery .days {
    padding: 5px;
}
.tx-arboe-lottery .day-image:hover {
    opacity: 0.5;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}
.tx-arboe-lottery .overlay {
    height: 80%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 10%;
    left: 5%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.tx-arboe-lottery .content-day {
    background-color: #e40613;
    width: 100%;
    height: 100%;
}
.tx-arboe-lottery .content-day h1 {
    color: #fff;
    font-size: 30px;
}
.tx-arboe-lottery .content-image {
    background-size: cover;
}
.tx-arboe-lottery .btn-content-close,
.tx-arboe-lottery .btn-open-form {
    position: absolute;
    bottom: 25px;
    left: 25%;
    width: 50%;
}
.tx-arboe-lottery .btn-send-form {
    left: 25%;
    width: 50%;
}
.tx-arboe-lottery .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background-size: 100% auto;
    background-position: center bottom;
}
.tx-arboe-lottery .overlay-content h1 {
    margin-bottom: 15px;
}
.tx-arboe-lottery input[type="checkbox"] {
    margin-right: 10px;
}
.tx-arboe-lottery span.info {
    font-size: 10px;
    display: inline-block;
}
.tx-arboe-lottery p.alert-message {
    text-align: center;
    font-size: 31px;
}
.tx-arboe-lottery li.alert-info {
    background-color: #e40613;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

/**
 * Do not know why this rule is needed in the previous very general way for "main".
 * Prefixed it with ".tx-arboe-lottery"
 */
.tx-arboe-lottery
    ul:not(.slick-dots):not(.page-navigation-paginator):not(.pagination):not(.hooper-track):not(.list-group)
    > li:before {
    background-image: none !important;
}

@media screen and (max-width: 768px) {
    .tx-arboe-lottery {
        padding-left: 50px;
        padding-right: 50px;
        background-size: cover;
    }
    .tx-arboe-lottery .content-day {
        width: 100%;
        height: auto;
    }

    .tx-arboe-lottery .btn-content-close {
        position: relative;
        margin-top: 250px;
        bottom: 0px;
        margin-bottom: 15px;
    }

    .tx-arboe-lottery .btn-open-form {
        position: relative;
        left: 25%;
        bottom: 0px;
        margin-bottom: 15px;
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    .tx-arboe-lottery {
        padding-left: 150px;
        padding-right: 150px;
    }
    .tx-arboe-lottery .card-body.formular {
        /*position: absolute;*/
        bottom: 26px;
        right: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tx-arboe-lottery .btn-content-close {
        margin-top: 767px;
    }
    .tx-arboe-lottery .btn-open-form {
        position: absolute;
    }
}

/*# sourceMappingURL=style.css.map */
