#rtp-slot .rtp-lists .card {
    color: white;
    border: 2px solid #1799ad !important;
    background-color: #1c1919 !important;
}
#rtp-slot .rtp-lists .card .card-body {
    padding: 0;
}
#rtp-slot .header{
    background-color: rgb(16, 14, 41);
}
#rtp-slot .owl-rtp-menu .rtp-menu-item {
    width: 96%;
    height: 54px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #242a51;
    border-radius: 5px;
    position: relative;
}
#rtp-slot .owl-rtp-menu .rtp-menu-item.active {
    background-color: #404986;
}
#rtp-slot .owl-rtp-menu .rtp-menu-item .promo-rtp {
    position: absolute;
    right: 14px;
    top: 0;
}
#rtp-slot .owl-rtp-menu .rtp-menu-item .active {
    position: absolute;
    width: 14%;
    height: 5px;
    background-color: white;
    border-radius: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
}
#rtp-slot .modal .modal-dialog .modal-content {
    background-color: #252424;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-header {
    height: 50px;
    display: flex;
    justify-content: center;
    background: #1799ad;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-header .modal-title {
    text-transform: uppercase;
    align-self: center;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    text-align: start;
    color: white;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-body .top-content {
    padding: 15px;
    text-decoration: underline;
    color: white;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-body .content-header {
    background-color: #706d6d;
    padding: 6px 0;
    color: white;
}
#rtp-slot
.modal
.modal-dialog
.modal-content
.modal-body
.content-header
.content-title {
    font: 14px "allerrbold";
    text-align: center;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-body .content-body .pola {
    padding: 15px;
}
#rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row {
    margin: 0;
}
#rtp-slot
.modal
.modal-dialog
.modal-content
.modal-body
.content-footer
.row
.col-xs-6 {
    padding: 0;
}
#rtp-slot
.modal
.modal-dialog
.modal-content
.modal-body
.content-footer
.row
.col-xs-6
a {
    text-decoration: none;
    color: white;
}
#rtp-slot
.modal
.modal-dialog
.modal-content
.modal-body
.content-footer
.row
.masuk {
    text-align: center;
    padding: 13px;
    background-color: #62bb46;
    text-decoration: none;
    font: 14px "allerrbold";
}
#rtp-slot
.modal
.modal-dialog
.modal-content
.modal-body
.content-footer
.row
.main {
    text-align: center;
    padding: 13px;
    background-color: #62bb46;
    text-decoration: none;
    color: white;
    font: 14px "allerrbold";
}
#rtp-slot
.modal
.modal-dialog
.modal-content
.modal-body
.content-footer
.row
.daftar {
    text-align: center;
    padding: 13px;
    background-color: #14a2a7;
    font: 14px "allerrbold";
}
#rtp-slot .percentage-number {
    color: white;
}

.overlay-maintenance{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75) no-repeat;
    -webkit-background-size: contain;
    /* background-size: 56px; */
    /* background-position: 92px 6px; */
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: forwards;
}
