body{
    background-color: rgb(30, 6, 50);
    font-family: 'Montserrat', sans-serif;
}

.background-rtp{
    background-image:url(../img/logo/background-rtp.webp);
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.header-bgrtp{
    background: none;
    padding-top: 65px;
}

.content-head-rtp{
    text-align: center;
    margin-bottom: 18px;
}

.rtp-header{
    width: 100%;
}

.rtp-header > .rtp-head-content{
    float: right;
    margin: 10px 10px;
}

.rtp-sidebar {
    width: 235px;
    background: #5d5c5c !important;
    border-radius: 8px;
    color: #fff;
    border: 0;
    min-height: 60px;
    margin-bottom: 5px;
}

.active-rtp{
    width: 235px;
    border-radius: 8px;
    background: #8f3372 !important;
    color: #fff;
    border: 0;
    min-height: 60px;
    margin-bottom: 5px;
}

.page-rtp {
    border: 3px solid #693959 !important;
    background: linear-gradient(to bottom, #424242 0%,#1c1c1c 100%) !important;
    padding: 10px;
    width: 75%;
}

.title-rtp{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.precentage-box-rtp{
    background: none !important;
}

.width-25{
    width: 25% !important;
    margin: 5px 0px;
}

.content-rtp{
    border: 2px solid #ffc93b;
    border-radius: 5px;
    background: #252932;
    font-weight: 700;
    position: relative;
    color: white;
}

.image-rtp{
    width: 100%;
    padding:10px 6px 5px;
    min-height: 125px;
    max-height: 125px;
}
.text-rtp{
    text-align: center;
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
    white-space: nowrap;
}
.schedule-rtp{
    background: #15b3aa;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 11px;
    text-align: center;
}

.schema-rtp{
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}

.badge-rtp{
    background-color: #25bd61;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    margin: 5px;
}

.footer-rtp{
    padding: 10px 0px;
    background: #414141 !important;
}

.page-wd-deposit__item--rtp {
    width: 25%;
    padding-right: 10px;
}

.rtp-slot-title{
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: white;
}

.rtp-date{
    background: #b80139;
    border-radius: 15px;
    padding: 30px;
    font-size: 18px;
    color: white;
    font-weight: 900;
    text-align: center;
}

.header-content-logo{
}

.header-content-logo > img{
    width: 185px !important;
}