@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');
#custom_rtp {
    font-family: 'Titillium Web', sans-serif;
    width:100%;
    background: url('https://apksama4d.com/assets/img/bg-sama4d-min.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
    border-top: 1.8rem solid #1cb820;
}
#custom_rtp .text-secondary {
    color: #fff !important
}
#custom_rtp .btn {
    height: unset !important;
    padding: .7rem 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff;
    background-color: #fff;
    border: none;
    border-radius: .7rem;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
#custom_rtp .btn:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
    color: #fff;
    transform: translateY(-7px);
}
#custom_rtp .btn:active {
    transform: translateY(-1px);
}
#custom_rtp .btn-info {
    background: linear-gradient(90deg, #0d76c9 0%, #00adff 100%);
    color: #fff;
}
#custom_rtp .btn-info:hover, .btn-info:active, .btn-info:focus {
    background: linear-gradient(90deg, #00adff 0%, #0d76c9 100%)
}
#custom_rtp .btn-danger {
    background: linear-gradient(90deg, rgba(145,11,11,1) 0%, rgba(227,14,14,1) 100%);
    color: #fff;
}
#custom_rtp .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: linear-gradient(90deg, rgba(227,14,14,1) 0%, rgba(145,11,11,1) 100%);
}
#custom_rtp .btn-secondary {
    background: linear-gradient(90deg, rgb(45 10 127) 0%, rgb(68 19 209) 100%);
}
#custom_rtp .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: linear-gradient(90deg, rgb(68 19 209) 0%, rgb(45 10 127) 100%);
}
#custom_rtp .row {
    align-items: center;
    align-content: center;
}
#custom_rtp h5 {
    font-size: 23px;
}
#custom_rtp h5 {
    font-weight: 700;
    margin-bottom: 1rem;
}
#custom_rtp .game-container {
    display: block;
    color: #dbdce3;
    background: linear-gradient(130deg, rgb(18 55 97 / 60%) 0%, rgb(7 25 47 / 40%) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border:1px solid rgb(30 111 203 / 60%);
    border-radius: .7rem;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 7%);
    margin-bottom: 1.5rem;
    cursor: pointer;
    padding: .5rem;
}
#custom_rtp .game-container .btn-con .btn {
    font-size: 12px;
    font-weight: 700;
    padding: 0.4rem;
}
#custom_rtp .game-container-new {
    background: linear-gradient(130deg, rgb(33 87 21 / 60%) 0%, rgb(12 43 9 / 40%) 100%);
    backdrop-filter: blur(5px);
    border:1px solid #19b915;
    border-radius: .7rem;
    padding: 1rem;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 7%);
}
#custom_rtp .game-img {
    background: linear-gradient(130deg, rgb(33 87 21 / 60%) 0%, rgb(12 43 9 / 40%) 100%);
    max-height: 11vw;
    height: auto;
    overflow: hidden;
    border-radius: 0.5rem;
    align-items: center;
    align-content: center;
    display: flex;
    position: relative;
    --bs-aspect-ratio: calc(3 / 4 * 100%);
    margin-bottom: .5rem;
}
#custom_rtp .game-img::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
#custom_rtp .game-img img {
    width: 100%;
    height: auto;
}
#custom_rtp .game-text {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#custom_rtp .progress-text, #custom_rtp .progress-con {
    position: relative;
}
#custom_rtp .game-text h5 {
    font-size: 18px;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#custom_rtp .game-text > span.text-secondary {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#custom_rtp .progress-con {
    display: flex;
    height: .8rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .6rem;
    margin-top: .2rem;
}
#custom_rtp .progress-bar {
    width: 100%;
    animation-name: progress-bar;
    animation-duration: 1.5s;
    border-radius: .6rem;
}
#custom_rtp .progress-bar.danger {
    background: #fd0d0d;
}
#custom_rtp .progress-bar.warning {
    background: #fdae0d;
}
#custom_rtp .progress-bar.success {
    background: #4dfd0d;
}
@keyframes progress-bar {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
    #custom_rtp h5 {
        font-size: 18px;
    }
    #custom_rtp .game-img {
        max-height: 135px;
    }
    /*#custom_rtp .table-tournament-con {*/
    /*    width: 140%;*/
    /*}*/
    
    #custom_rtp .table-tournament tr td, #custom_rtp .table-tournament tr th {
         font-size:12px;
         padding: 5px 15px;
}
}

/*@media screen and (max-width: 1200px) {*/
/*    #custom_rtp .table-tournament tr td, #custom_rtp .table-tournament tr th {*/
/*        padding: 5px 15px;*/
/*         font-size:13px;*/
/*}*/
/*}*/

#custom_rtp .user-online {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    text-shadow: 0 0 3px black;
    padding: 1px 6px;
    border-radius: 5px;
    z-index: 99;
}
#custom_rtp .user-online svg {
    margin-right: 3px;
}
#custom_rtp .game-container .btn-con {
    padding-bottom:  1rem !important;
}
#custom_rtp .game-img {
    background: #2d2d3f;
}
#custom_rtp .progress-con {
    background: #051a38;
}
#custom_rtp .modal-content {
    background: #051a38;
    color:#fff;
}
#custom_rtp .modal-header {
    border-color: #333333;
}
#custom_rtp .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dbdce3'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
#custom_rtp .modal {
  background: rgb(0 0 0 / 50%);
}
#custom_rtp *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#custom_rtp *::-webkit-scrollbar-track {
    background: rgb(2 39 2 / 90%);
    border-radius: 5px;
}
#custom_rtp *::-webkit-scrollbar-thumb {
    background: #216b0a;
    border-radius: 5px;
    cursor: pointer;
}
#custom_rtp *::-webkit-scrollbar-thumb:hover {
    background: #009fff;
}
#custom_rtp .lens-white {
    width: fit-content;
    position: relative;
}
#custom_rtp .lens-white:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 52px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/CezfrPc_d.webp);
    opacity: .8;
}
#custom_rtp .tournament-title {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(0deg,#ffffff 10%,#616161 45%,#ffffff 70%);
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#custom_rtp .countdown-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
#custom_rtp .countdown {
    width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
}
#custom_rtp .countdown span.text {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: block;
}
#custom_rtp .countdown span.time {
    display: inline-flex;
    font-size: 35px;
    color: #111;
    font-weight: 700;
    line-height: 35px;
    background: linear-gradient(0deg,#ffffff 10%,#616161 45%,#ffffff 70%);
    padding: 3px 8px;
    margin: 0 5px;
    border-radius: 0.5rem;
    border: 1px solid #fff;
}
#custom_rtp .table-tournament-main-con {
    background: linear-gradient(130deg, rgb(33 87 21 / 60%) 0%, rgb(12 43 9 / 40%) 100%);
    backdrop-filter: blur(5px);
    border:1px solid #19b915;
    border-radius: .7rem;
    padding: 0rem;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 7%);
}
#custom_rtp .table-tournament-con .bold {
    font-weight: 700;
}
#custom_rtp .table-tournament-con {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    padding-bottom: 4px;
}



#custom_rtp .table-tournament {
    width: 100%;
    border-collapse: collapse;
}
#custom_rtp .table-tournament tr td, #custom_rtp .table-tournament tr th {
    padding: 5px 10px;
    font-weight: 700;
}
/*#custom_rtp .table-tournament tr:not(:last-child) td, #custom_rtp .table-tournament tr:not(:last-child) th, #custom_rtp .table-tournament thead th {
    border-bottom: 1px solid #3f9300;
}
#custom_rtp .table-tournament tbody td:not(:last-child), #custom_rtp .table-tournament tbody th:not(:last-child) {
    border-right: 1px solid rgb(155 1 1);
}*/
#custom_rtp .table-tournament-con .badge-custom {
    width: 100%;
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
    padding: 1px 5px;
    background: #fff;
}
#custom_rtp .table-tournament-con .badge-custom-red {
    width: 100%;
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
    padding: 1px 5px;
    background: #fff;
}
#custom_rtp .table-tournament tr {
    position: relative;
}
#custom_rtp .table-tournament tr td:first-child {
    padding-left: 0;
}
#custom_rtp .table-tournament-con .badge-custom {
    background: linear-gradient(0deg, #094300 0%, #03cd00 100%);
    border: 1px solid #3ecd00;
}
#custom_rtp .table-tournament thead tr {
    background: linear-gradient(0deg, #134300 0%, #0d7b00 50%, #3ecd00 100%)
}
#custom_rtp .table-tournament tbody tr:nth-child(1) .badge-custom {
    background: linear-gradient(0deg, rgb(201 131 4) 0%, rgb(255 226 0) 100%);
    border: 1px solid #ffb300;
}
#custom_rtp .table-tournament tbody tr:nth-child(2) .badge-custom {
    background: linear-gradient(0deg, rgb(85 85 85) 0%, rgb(189 189 189) 100%);
    border: 1px solid #bdbdbd;
}
#custom_rtp .table-tournament tbody tr:nth-child(3) .badge-custom {
    background: linear-gradient(0deg, rgb(73 48 2) 0%, rgb(163 106 0) 100%);
    border: 1px solid #a36a00 !important;
}
#custom_rtp .table-tournament tbody tr .badge-custom-red {
    background: linear-gradient(0deg, #2e0000 0%, #7f0000 100%) !important;
    border: 1px solid #7f0000 !important;
}
#custom_rtp .table-tournament tbody tr:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(69 0 0 / 0%) 20%, #3ecd00 65%, rgb(84 0 0 / 0%) 100%);
    left: 0;
    bottom: 0;
}
#custom_rtp .table-tournament tbody tr:hover {
    cursor: pointer;
    background: linear-gradient(90deg, rgb(69 0 0 / 0%) 50%, rgb(16 155 1) 100%)
}
#custom_rtp .blink {
    cursor: pointer !important;
    animation-name: blink;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}