﻿#table-lottery {
    border: 1px solid #e3e3e3;
}

#tb-lottery {
    border: 1px solid #e3e3e3;
}

.th-lottery {
    padding: 1.85rem 2rem;
}

.border-left {
    border-left: 1px solid #e3e3e3;
}

.border-bottom {
    border-bottom: 1px solid #e3e3e3;
}

.page-modal-content {
    padding: 5rem 3rem;
}

.btn-sub-ltry {
    padding: 0.5em 1em;
}

.videocls {
    width: 100%;
}

.table-responsive {
    white-space: nowrap;
    min-height: .01%;
    overflow-x: auto;
}

#lbl-prize {
    font-weight: 900;
    position: absolute;
    font-size: 2rem;
    animation: reward 1s infinite;
}

@keyframes reward {
    0%, 100% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(-25deg);
    }
}

.font-en {
    font-family: sans-serif !important;
}
#modal-lottery .page-modal-content{
    height:430px;
}
.gif-bottom {
    right: 29%;
    bottom: 0px;
    position: absolute;
}
@media (max-width:768px){
    #modal-lottery .page-modal-content {
        height: initial !important;
    }

    .gif-bottom {
        right: initial;
        bottom: initial;
        position: relative;
    }
}