@keyframes slide-in {
    0% {
        top: -100%;
    }

    100% {
        top: 50%;
    }
}

.link-container {
    display: flex;
    justify-content: center;
    font-size: var(--x-large-font);
    padding: 0;
    width: 100%;
}

.link-container a {
    width: 50%;
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.register-button {
    background-image: linear-gradient(rgb(104, 2, 2), rgb(203, 0, 0));
    background-color: initial;
}

.login-button {
    background-image: linear-gradient(rgb(0, 12, 153), rgb(7, 71, 102));
    background-color: initial;
}

* {
    font-family: sans-serif;
    box-sizing: border-box;
}

p {
    margin: 0;
}

body {
    background: #000;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    top: -12px;
}

a:hover {
    text-decoration: none;
    color: white;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.adv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

img {
    vertical-align: middle;
    border-style: none;
}

.title {
    display: flex;
    justify-content: center;
}

.title-text {
    color: white;
    font-size: 2.5rem;
}

.slot {
    display: block;
}

.slot .slot-sidebar {
    padding-right: 10px;
    padding-left: 0;
    margin-top: -15px;
    background-color: black;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.btn-provider:hover {
    background-color: #644C1C;
}

.slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav>li {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: linear-gradient(to bottom, #00ffff 0%, #00ffff 46%, #00ffff 100%);
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: black;
}

.btn-provider {
    text-align: center;
    display: block;
}

.enter {
    display: none;
}

.btn-provider span {
    position: unset;
}

.active {
    background-color: #a808fc;
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #000000a8;
    border: 5px solid #00ffff
}

.wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card {
    float: left;
    width: 25%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
}

.card-content {
    margin: 7px;
    color: #000;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    background: #303538;
    border-radius: 0.5rem;
}

.percent {
    height: 15px;
    display: flex;
    overflow: hidden;
    line-height: .5;
    font-size: 1rem;
    background-color: #1d1d1d;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
    margin: 10px 20px;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: left;
    margin-left: 2em;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    transform: translateY(5px);
    color: black;
}

.percent-bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.yellow {
    background-color: #ffc107;
}

.green {
    background-color: #28a745;
}

.red {
    background-color: #dc3545;
}

.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.45s ease-in-out;
    z-index: 10;
    width: 226px;
    height: 162px;
    border-radius: 5px;
}

.play-btn {
    font-size: 15px;
    text-decoration: none;
    color: #f3f3f3;
    font-weight: 700;
    text-align: center;
    align-items: center;
    width: 100px;
    margin: 25% auto;
    padding: 5px;
    margin-top: 90px;
    background-image: linear-gradient(to bottom, #e6cd0d 30%, #685d0c 100%);
    border: 1px solid #ffe941;
    border-radius: 5px;
}

.img-zoom {
    transition: all 0.45s ease-in-out;
    height: 147px;
    border-radius: 5px;
    margin-bottom: 9px;
}

.hover-btn:hover {
    opacity: 100%;
}

.hover-btn:hover~.img-zoom {
    transform: scale(1.2);
    position: relative;
}

.next-btn {
    display: none;
    width: 30%;
}

.mySlides {
    display: none;
}

.next-btn {
    background-color: #292a2b;
    border: none;
    color: #fff;
}

@media (min-width: 576px) {

    .container,
    .tophead {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .tophead {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .tophead {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .tophead {
        max-width: 1024px;
    }
}

@media (max-width: 992px) {
    .slot-sidebar-nav {
        flex-wrap: nowrap;
    }

    .slot-sidebar {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .content {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }

    .card {
        width: 50% !important;
    }

    .hover-btn:hover {
        opacity: 0;
    }

    .hover-btn:hover~.img-zoom {
        transform: scale(1);
        position: relative;
    }

    .btn-provider {
        text-align: center;
        display: block;
    }

    .slot-sidebar-nav>li>a {
        height: 70px;
    }

    .enter {
        display: block;
    }

    .btn-provider span {
        position: unset;
    }

    .btn-provider i {
        margin: 0;
    }

    .slot-sidebar-nav li {
        border-left: 0.2px solid #656565;
        border-right: 0.2px solid #656565;
        border-bottom: none;
    }

    .next-btn {
        display: block;
    }

    .res-bar {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .masuk {
        display: inline-block;
        background: #0175a8;
        outline: none;
        padding: 10px 12px !important;
        color: white;
        border: 0;
        border-radius: 5px;
        font-size: 1em !important;
        margin: 0 5px;
    }

    .daftar {
        display: inline-block;
        background: #4fab48;
        outline: none;
        padding: 10px 12px !important;
        color: white;
        border: 0;
        border-radius: 5px;
        font-size: 1em !important;
        margin: 0 5px;
    }

    .logoarguenmax {
        margin-top: 5px !important;
    }

    .provider-layout p {
        font-size: .4em !important;
        margin-bottom: 3px !important;
    }

    .slot-provider {
        padding: 0 7px;
        margin: 5px auto 15px auto !important;
    }

    .head-colum2 {
        margin-top: 0px !important;
    }

    .tophead:after {
        content: "";
        display: table;
        clear: both;
    }

    .logoweb {
        display: block;
        width: 453px;
        ;
        max-width: 100%;
        margin-left: 50%;
        margin-right: 50%;
    }

    hr {
        width: 40px !important;
        height: 3px !important;
        margin-top: 10px !important;
        margin-left: 5px !important;
        border-radius: 10px !important;
    }

    .img-zoom {
        height: 130px;
    }

    .cari {
        padding: 0 7px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .search-icon {
        left: 15px !important;
    }

    .provider-pilihan {
        padding: 5px 20px !important;
    }

    .provider-canvas::before {
        background-size: 34px !important;
        width: 35px !important;
        height: 35px !important;
        margin-top: -15px !important;
        margin-left: 0px !important;
    }

    .provider-canvas {
        padding: 0 0 10px 0 !important;
    }

    .provider-canvas p {
        font-size: .5em !important;
    }

    .coming-soon {
        padding: 0 0 10px 0 !important;
    }

    .coming-soon p {
        font-size: .4em !important;
    }

    .m-hide {
        font-size: .8em !important;
    }

    .HBMTOTO img {
        width: 100% !important;
    }
}


/* popup style*/

.popup-container {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body {
    width: 347px;
    height: 600px;
    margin: 1% auto;
    background: #000;
    border-radius: 0px;
    color: #999;
}

@media (max-width: 512px) {
    .popup-body {
        width: 310px;
        margin: 10% auto;
    }
}

.popup-img {
    width: 450px;
    height: 555px;
    margin: 8% auto;
}

.popup-img-close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-left: -7px;
    margin-top: -20px
}

@media (min-width: 993px) {
    .popup-img-close {
        margin-left: 42px;
        margin-top: -12px;
    }
}

.popup-header {
    height: 48px;
    width: 100%;
    background: #9d8640;
    float: left;
    color: white;
}

.popup-header h6 {
    margin: 13px;
}

.tanggalserver {
    width: 100%;
    height: auto;
    text-align: end;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
}

.popup-timestamp,
.jam,
.tanggalwaktu {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #ffe300;
}

.popup-content {
    width: 100%;
    height: auto;
    padding: 15px 39px;
    float: left;
    font-size: 15px;
}

.col2 {
    width: 50%;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.mrtop10 {
    margin-top: 10px;
}

.hr {
    width: 100%;
    height: 2px;
    background: #5e5e5e;
    float: left;
}

.popup-label {
    width: 100%;
    float: left;
    background: #9d8640;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
}

.popup-close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
}

.bg-blue-button {
    background: #c09f3d;
}

.bg-black-button {
    background: #a78d3f;
}

.popip-button:hover {
    filter: brightness(1.3);
}

.popip-button {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px;
}


/* Slideshow container */

.slideshow-images-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 6px;
}


/* Hide the images by default */

.slideshow-images {
    display: none;
}


/* Next & previous buttons */

.prev-slideshow-images,
.next-slideshow-images {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -14px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next-slideshow-images {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev-slideshow-images:hover,
.next-slideshow-images:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text-slideshow-images {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext-slideshow-images {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
}


/* The dots/bullets/indicators */

.dot-slideshow-images {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-slideshow-images,
.dot-slideshow-images:hover {
    background-color: #717171;
}


/* Fading animation */

.fade-slideshow-images {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media (min-width: 993px) {
    .numbertext-slideshow-images {
        top: 0;
    }
}

@media (max-width: 425px) {
    .popup-img {
        max-width: 93%;
        margin: 25% auto;
    }
}

.header {
    width: 100%;
    height: 64px;
    margin-bottom: 6px;
    background: linear-gradient(#12283b, #06090f);
    position: fixed;
    z-index: 300;
}

.images-logo {
    padding: 2px;
    width: 230px;
    height: 60px;
    float: left;
}

.header .title {
    float: right;
    width: auto;
    height: auto;
    margin: 15px;
    border-radius: 42px;
}

.blue {
    background: #f7c200;
}

.header-buttom {
    color: white;
    padding: 5px;
    height: 42px;
}

.header-button-text {
    font-size: 14px;
    margin: 7px;
    float: left;
}

@media (max-width: 992px) {
    .header .title {
        display: none;
    }

    .col {
        flex-basis: auto;
    }

    .header-button-text {
        font-size: 12px;
        margin: 9px;
    }
}


/* Menu Navigation Buttom */

.menu-bottom {
    display: none;
    height: 63px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    background: black;
    border-top: 2px solid #707070;
}

.sub-menu-bottom {
    width: 25vw;
    height: 100%;
    float: left;
}

.sub-menu-bottom:hover {
    background: #525252;
}

.icon-menu {
    width: 4vw;
    height: auto;
    margin: 8px;
}

.text-menu {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: white;
}

@media (max-width: 992px) {
    .menu-bottom {
        display: block;
    }
}

@media (min-width: 768px) {
    .menu-bottom {
        height: 82px;
    }

    .logoweb {
        margin-top: 0px !important;
    }
}

table.Toto Togel td,
table.Toto Togel th {
    border: 3px solid #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table.Toto Togel tbody td {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table.Toto Togel thead {
    background: #00ffff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table.Toto Togel thead th {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.marquee-text p {
    margin-bottom: 0;
    margin-top: 0;
}

.head-colum1 {
    float: left;
    width: 50%;
    padding: 10px 5px;
    text-align: left;
}

.head-colum2 {
    float: left;
    width: 50%;
    padding: 10px 5px;
    text-align: right;
    margin-top: 5px;
}

.tophead:after {
    content: "";
    display: table;
    clear: both;
}

.logoarguenmax {
    display: block;
    width: 300px;
    max-width: 100%;
}

.masuk {
    display: inline-block;
    background: #0175a8;
    outline: none;
    padding: 10px 20px;
    color: white;
    border: 0;
    border-radius: 5px;
    font-size: 1.3em;
    margin: 0 5px;
    cursor: pointer;
}

.masuk:hover {
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
}

.daftar {
    display: inline-block;
    background: #4fab48;
    outline: none;
    padding: 10px 20px;
    color: white;
    border: 0;
    border-radius: 5px;
    font-size: 1.3em;
    margin: 0 5px;
    cursor: pointer;
}

.daftar:hover {
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
}

.announcement {
    width: 100%;
    padding: 7px;
    color: white;
    /* background: #333; */
    position: relative;
    display: flex;
    font-weight: bold;
    border-radius: 5px;

}

.announcement i {
    width: 28px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    position: relative;
    left: 0;
    color: gold;
}

.news {
    background-color: #215793;
    flex-wrap: nowrap !important;
    margin-bottom: 0 !important;
}

.news img {
    width: 50px;
}

.navbar .container {
    background: #000000;
}

.slot-provider {
    width: 100%;
    display: flex;
    margin: 5px auto 20px auto;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.provider-colum>*:first-child {
    margin-left: 0px;
}

.provider-colum>*:last-child {
    margin-right: 0px;
}

.provider-layout {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background: #282828;
    margin: 0 5px;
    border-radius: 5px;
}

.provider-layout:hover {
    background: #30466d;
}

.provider-layout img {
    display: block;
    width: 100%;
}

.provider-layout p {
    display: block;
    width: 100%;
    font-size: 1em;
    margin-bottom: 10px;
}

hr {
    position: absolute;
    width: 70px;
    height: 3px;
    margin-top: 13px;
    margin-left: 33px;
    background: #30466d;
    border: 1px solid #30466d;
    border-radius: 10px;
}

.provider-canvas::before {
    content: "";
    background: url(../hot.gif) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-top: -25px;
    margin-left: 5px;
}

.hotgame::before {
    content: "";
    background: url(../hot.gif) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: -20px;
    margin-left: 170px;
}

.new::before {
    content: "";
    background: url(../Baru.webp) no-repeat;
    background-size: 40px;
    width: 130px;
    height: 130px;
    position: absolute;
    margin-top: 50%;
    margin-left: 0px;
}

.provider-colum {
    float: left;
    width: 15%;
    margin: 1%;
    text-align: center;
}

.provider-colum:hover {
    filter: drop-shadow(0 3px 2px #000);
    -webkit-filter: drop-shadow(0 3px 2px #000);
    transition: all 0.45s ease-in-out;
}

.provider-colum-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: auto;
    overflow-y: hidden
}

.provider-colum.active {
    background: transparent;
    filter: drop-shadow(0 3px 2px #000);
    -webkit-filter: drop-shadow(0 3px 2px #000);
}

.provider-pilihan:after {
    content: "";
    display: table;
    clear: both;
}

.provider-pilihan {
    padding: 20px 150px;
}

li.nav-item {
    background: rgb(157, 134, 64, 1);
    border-radius: 0px;
    padding: 0 0 10px 0;
}

li.nav-item:hover {
    background: rgb(157, 134, 64, 1);
    transition: all 0.45s ease-in-out;
}

.provider-canvas img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.provider-canvas p {
    margin-bottom: 0;
    font-size: .8em;
    color: #000;
    font-weight: bold;
}

.coming-soon {
    background: #00cbb4;
    border-radius: 10px;
    padding: 0 0 10px 0;
}

.coming-soon img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.coming-soon p {
    margin-bottom: 0;
    font-size: .6em;
    color: #000;
    font-weight: bold;
}

footer {
    text-align: center;
    color: black;
    width: 100%;
}

.cari {
    margin-bottom: 10px;
    padding: 0 7px;
}

.m-hide {
    font-size: 1em;
    color: #cfcfcf;
}

.footertext {
    background: #29063654;
    margin-bottom: 2em;
    padding: 2em;
    width: 100%;
    border-radius: 30px;
    border: 3px solid #a50ccb;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.footertext h1 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: .5em;
}

.footertext h2 {
    font-size: 1.7em;
    margin: .5em 0;
}

.footertext h3 {
    font-size: 1.5em;
    margin: .5em 0;
}

.footertext h4 {
    font-size: 1.4em;
    margin: .5em 0;
}

.footertext p {
    font-size: 1em;
    text-align: justify;
    color: #ffffff;

}

.footertext ul {
    margin-inline-start: 1.5em;
    margin-block-end: 1em;
    color: rgb(238 98 94);
}

.footertext ul li {
    margin-bottom: 1rem;
    color: #ffffff;

}

.footertext ol {
    margin-inline-start: 1.5em;
    margin-block-end: 1em;
    color: black;
}

.footertext ol li {
    margin-bottom: 1rem;
    color: #ffffff;

}

.carousel {
    position: relative;
}

.slide {
    width: 100%;
    border-radius: 4px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.w-100 {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.livechat {
    width: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

.livechat:hover {
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}

.livechat img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 6px 8px black);
}

input[type='text'],
input[type='number'],
textarea {
    font-size: 16px;
}

.HBMTOTO {
    width: 100%;
}

.HBMTOTO img {
    display: block;
    width: 69%;
    margin: 0 auto;
}

.fixed-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background: linear-gradient(0deg, rgb(48, 36, 1) 0%, rgb(113, 87, 8) 100%), rgb(22, 18, 68);
    color: #ff0000;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0px 0px 10px 5px #000000db;
    padding: 5px 0;
}

.fixed-footer a.active {
    color: #ff0000;
    background: transparent;
}

.fixed-footer a:hover {
    color: #fff;
    transition: all 0.45s ease-in-out;
}

.fixed-footer a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #42c709;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

.fixed-footer img {
    max-width: 40%;
    margin-top: 5px;
    margin-bottom: 3px;
}


/*BLINK PENGUMUMAN*/

.btn-announce {
    animation: blinking 0.7s infinite;
    transition: all 1s;
    border-radius: 5px;
}

@media (min-width: 100px) {
    .btn-announce {
        width: auto;
        max-width: 420px;
    }

    .provider-colum-nav {
        flex-wrap: nowrap;
        border-bottom: 1px solid #2700ff;
        height: 105px;
    }
}

@media (min-width: 420px) {
    .btn-announce {
        width: auto;
        max-width: 580px;
    }
}

@media (min-width: 768px) {
    .btn-announce {
        width: 665px;
        max-width: 991px;
    }
}

@media (min-width: 800px) {
    .btn-announce {
        width: 660px;
        max-width: 1200px;
    }
}

@media (min-width: 990px) {
    .btn-announce {
        width: 905px;
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .btn-announce {
        width: 1080px;
        max-width: 1200px;
    }
}

@keyframes blinking {
    0% {
        border: 2px solid #8a001e;
    }

    100% {
        border: 2px solid rgb(231, 177, 0);
    }
}

.blink-me {
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


/*END BLINK PENGUMUMAN*/

.btn-provider i {
    margin-right: 5px
}

.enter {
    display: none
}

.btn-provider span {
    position: absolute;
    font-size: 13px;
    transform: translateY(10px)
}

.btn-provider h2 {
    font-size: 13px
}

.btn-provider {
    text-align: center;
    display: block
}

.btn-provider span {
    position: unset
}

.btn-provider i {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}



.navbar .navbar-nav:after {
    position: absolute;
    content: "";
    left: -100px;
    top: 0;
    width: 9999px;
    background: #fff;
    opacity: .1;
    height: 1px
}

.navbar .navbar-nav .nav-item {
    padding: 25px 20px
}

.navbar .navbar-nav .nav-item.dropdown .nav-link {
    margin-right: 30px
}

.bottom-header .navbar .navbar-nav .nav-item.dropdown .nav-link:after {
    border: none;
    width: 12px;
    height: 12px;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    top: 50%;
    margin-top: -5px;
    position: absolute;
    margin-left: 10px;
    -webkit-clip-path: polygon(100% 28%, 100% 54%, 50% 100%, 0 55%, 0 26%, 50% 74%);
    clip-path: polygon(100% 28%, 100% 54%, 50% 100%, 0 55%, 0 26%, 50% 74%);
    transition: all .3s ease-in
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    margin-top: 0;
    transition: all .3s ease-in;
    padding: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px
}


.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    letter-spacing: .5px;
    position: relative;
    z-index: 2
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: #fff;
    background: #fff
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:after,
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active:after {
    opacity: 1
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .nav-link:after {
    transform: rotate(180deg)
}

.header .bottom-header .navbar .navbar-nav .nav-item:last-child {
    padding-right: 0
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 0;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    position: relative
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    content: "";
    left: -22px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 2px;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    border-radius: 50px;
    transition: all .3s ease-in
}

.nav-link :hover,
.nav-item :hover {
    filter: drop-shadow(0 5px 2px #000);
    -webkit-filter: drop-shadow(0 3px 2px #575454a2);
    transition: all 0.45s ease-in-out;
}


.header .bottom-header .navbar .navbar-nav .nav-item .nav-link.active:before {
    width: 30px
}

.header .bottom-header .navbar .navbar-nav .nav-item:hover .nav-link:before {
    width: 30px
}

.header .bottom-header .navbar .nav-btn {
    height: 40px;
    line-height: 38px;
    margin-left: 10px;
    background: #111
}

.header .bottom-header .navbar .nav-btn:hover {
    background: 0 0
}

.main-content {
    background: #000;
    background-repeat: no-repeat;
    background-position: 0 -25px
}

.games {
    padding: 30px 0 90px
}

.games.game-page {
    max-width: 1060px;
    margin: 0 auto;
    padding-bottom: 120px
}

.games.game-page .games-filter-area {
    padding: 0
}

.games.game-page .games-filter-area .blog-search {
    margin-bottom: 30px;
    margin-top: 30px
}

.games.game-page .games-filter-area .blog-search form {
    position: relative
}

.games.game-page .games-filter-area .blog-search form input {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .05);
    height: 50px;
    width: 100%;
    padding: 0 30px;
    font-family: oswald, sans-serif;
    color: #fff;
    font-size: 15px;
    background: #242424;
    letter-spacing: .5px
}

.games.game-page .games-filter-area .blog-search form input::placeholder {
    text-transform: capitalize;
    font-weight: 400
}

.games.game-page .games-filter-area .blog-search form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none
}

.games.game-page .games-filter-area .filtering:last-child .dropdown button {
    border-bottom: none
}

.games.game-page .games-filter-area .filtering .dropdown button {
    background: #242424;
    border: none;
    color: #fff;
    font-family: oswald, sans-serif;
    letter-spacing: .5px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    height: 50px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 400
}

.games.game-page .games-filter-area .filtering .dropdown button:after {
    display: none
}

.games.game-page .games-filter-area .filtering .dropdown button:before {
    width: 14px;
    height: 14px;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-clip-path: polygon(100% 28%, 100% 54%, 50% 100%, 0 55%, 0 26%, 50% 74%);
    clip-path: polygon(100% 28%, 100% 54%, 50% 100%, 0 55%, 0 26%, 50% 74%)
}

.games.game-page .games-filter-area .filtering .dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    border: 0;
    margin-left: 2px
}

.games.game-page .games-filter-area .filtering .dropdown .dropdown-menu .dropdown-item {
    letter-spacing: .5px;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(17, 17, 17, .1);
    transition: 0s;
    text-transform: capitalize
}

.games.game-page .games-filter-area .filtering .dropdown .dropdown-menu .dropdown-item:active {
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    color: #fff
}

.games.game-page .miscoo-row {
    margin: 0;
    margin: -5px
}

.games.game-page .miscoo-row div[class*=col] {
    padding: 5px
}

.games.game-page .all-games {
    margin-bottom: 50px
}

.games.game-page .all-games:last-child {
    margin-bottom: 0
}

.games.game-page .all-games .single-game {
    margin-bottom: 0;
    border-radius: 10px
}

.games .game-menu .nav .nav-item .nav-link {
    color: #fff;
    line-height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    transition: all .3s ease-in;
    padding: 0
}

.games .game-menu .nav.nav-mobile .nav-item .nav-link:hover img,
.games .game-menu .nav.nav-mobile .nav-item .nav-link.active img {
    border: 2px solid #ffc107;
    border-radius: 12px
}

.games .game-menu .nav .nav-item .nav-link span {
    display: inline-block;
    margin-right: 10px
}

.games .game-menu .nav .nav-item:last-child .nav-link {
    border-bottom: none
}

.games .all-games {
    position: relative;
    transition: all .3s ease-in;
    opacity: 0;
    transform: scale(.99)
}

.games .all-games.anim-change {
    opacity: 1;
    transform: scale(1)
}

.games .all-games .title-cover {
    overflow: hidden;
    position: relative
}

.games .all-games .title-cover .games-title {
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, .8);
    margin: -4px 0 26px
}

.games .all-games .title-cover .games-title:after {
    position: absolute;
    content: "";
    left: calc(100% + 30px);
    top: 50%;
    width: 999px;
    height: 1px;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    opacity: .3
}

.games .all-games .title-cover .games-title .icon {
    color: #ff464b;
    position: relative;
    top: -3px
}

.games .all-games .title-cover .games-title .icon svg {
    height: 25px;
    width: 40px
}

.games .all-games .single-game {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in
}

.games .all-games .single-game a {
    display: block
}

.games .all-games .single-game .part-img {
    transition: all .4s ease-in
}

.games .all-games .single-game .part-img img {
    width: 100%
}

.games .all-games .single-game .part-img .icon-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(7px 7px 9px #000);
    opacity: 1;
    display: none
}

.games .all-games .single-game .part-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transition: all .4s ease-in
}

.games.game-page .all-games .single-game .part-text {
    display: flex;
    align-items: center;
    justify-content: center
}

.games .all-games .single-game .part-text:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: -1
}

.games .all-games .single-game .part-text h4.game-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 15px;
    padding: 0 15px;
    position: relative
}

.games .all-games .game-title {
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: -8px;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    padding: 7px
}

.games .all-games .single-game:hover .part-img {
    transform: scale(1.2)
}

.games .all-games .single-game:hover .part-text {
    opacity: 1
}


.footer .about-widget .social-links ul li {
    display: inline-block
}

.footer .about-widget .social-links ul li a {
    display: inline-block;
    background: #242424;
    color: #ff4647;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 6px
}

.footer .about-widget .social-links ul li a.active,
.footer .about-widget .social-links ul li a:hover {
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    color: #fff
}

.footer .link-widget ul li {
    padding: 5px 0
}

.footer .link-widget ul li a {
    display: inline-block;
    color: #ababab;
    font-family: open sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    transition: all .3s ease-in
}

.footer .link-widget ul li a:hover {
    color: #ff4647
}

.breadcrumb-miscoo .breadcrumb-content ul {
    margin-top: 32px
}

.breadcrumb-miscoo .breadcrumb-content ul li {
    display: inline-block;
    font-family: oswald, sans-serif;
    color: rgba(255, 255, 255, .7);
    padding: 10px 30px;
    position: relative;
    font-weight: 400;
    letter-spacing: .5px
}

.breadcrumb-miscoo .breadcrumb-content ul li a {
    color: rgba(255, 0, 0, 0.7)
}

.breadcrumb-miscoo .breadcrumb-content ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    z-index: -1
}

.breadcrumb-miscoo .breadcrumb-content ul li.arrow {
    padding: 10px 20px
}

.game-details {
    padding: 120px 0;
    background: #242424
}

.game-details .part-prev {
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.game-details .part-prev:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dotted rgba(255, 255, 255, .6)
}

.game-details .part-prev a.play-btn {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    letter-spacing: .5px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 30px
}

.game-details .game-descr .details-tabs-menu {
    margin-top: 50px
}

.game-details .game-descr .details-tabs-menu .nav-tabs {
    border-bottom: none;
    justify-content: center
}

.button.owl-next,
button.owl-prev {
    background: #e90606;
}

.game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    background: 0 0;
    border-radius: 0;
    border: none;
    color: #fff;
    letter-spacing: .5px;
    font-size: 18px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 72, 66, .2);
    position: relative;
    z-index: 2
}

.game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in
}

.game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link.active:after {
    opacity: 1
}

.game-details .game-descr .details-tab-pan {
    background: #2a2a2a;
    padding: 50px;
    margin-top: 50px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane h3 {
    font-size: 30px;
    color: #fff;
    letter-spacing: .5px;
    margin-top: -8px;
    margin-bottom: 28px;
    text-transform: capitalize
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane form label {
    font-family: oswald, sans-serif;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .5px;
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group {
    margin-bottom: 30px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group input {
    color: rgba(255, 255, 255, .8);
    background: 0 0;
    border-radius: 0;
    font-size: 15px;
    padding: 0 30px;
    height: 42px;
    border: 1px solid rgba(153, 153, 153, .26);
    border-right: 0
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group input::placeholder {
    color: rgba(255, 255, 255, .8)
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group .input-group-append .input-group-text {
    border-radius: 0;
    font-size: 15px;
    background: rgba(153, 153, 153, .26);
    color: #fff;
    border: none;
    padding: 0 30px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group {
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b)
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button {
    background: 0 0;
    border: none;
    padding: 0;
    height: 40px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    font-family: oswald, sans-serif;
    letter-spacing: .5px;
    font-size: 18px;
    border-radius: 0
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button svg,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button svg {
    width: auto;
    height: 28px;
    position: relative;
    top: -2px;
    margin-left: 5px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button.under svg,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button.under svg {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 5px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button:active,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button:focus,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button:active,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button:focus {
    box-shadow: 0 0 0 .2rem rgba(190, 190, 190, .4)
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button:last-child,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button:last-child {
    border-right: 0
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button.active,
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button.active {
    box-shadow: 0 0 0 .2rem rgba(190, 190, 190, .4)
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling {
    display: flex;
    flex-direction: row;
    align-items: center
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .number {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    margin-left: 20px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .place-bet-btn {
    font-family: oswald, sans-serif;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 30px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group {
    margin-bottom: 30px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group input {
    color: rgba(255, 255, 255, .8);
    background: 0 0;
    border-radius: 0;
    font-size: 15px;
    padding: 0 30px;
    height: 42px;
    border: 1px solid rgba(153, 153, 153, .26);
    border-left: 0
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group input::placeholder {
    color: rgba(255, 255, 255, .8)
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group .input-group-append .input-group-text {
    border-radius: 0;
    font-size: 15px;
    background: rgba(153, 153, 153, .26);
    color: #fff;
    border: none;
    padding: 0 30px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li:last-child .input-group {
    margin-bottom: 0
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play h3 {
    font-size: 30px;
    color: #fff;
    letter-spacing: .5px;
    margin-top: -8px;
    margin-bottom: 18px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play p {
    color: #999;
    line-height: 28px
}

.game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play ul li {
    color: #fff;
    line-height: 32px
}

.logo_provider {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px
}


.pragma-logo {
    background-image: url(../provider/slot-prag.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.hab-logo {
    background-image: url(../provider/slot-hab.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.pg-logo {
    background-image: url(../provider/slot-pg.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.ais-logo {
    background-image: url(../provider/slot-ais.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.cq9-logo {
    background-image: url(../provider/slot-cq9.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.fs-logo {
    background-image: url(../provider/slot-fs.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.jok-logo {
    background-image: url(../provider/slot-jok.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.l22-logo {
    background-image: url(../provider/slot-l22.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 60px;
    margin-top: 5px;
}

.mg-logo {
    background-image: url(../provider/slot-mg.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.nte-logo {
    background-image: url(../provider/slot-nte.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.spad-logo {
    background-image: url(../provider/slot-spad.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.ttg-logo {
    background-image: url(../provider/slot-ttg.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}


.ps-logo {
    background-image: url(../provider/slot-ps.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.jl-logo {
    background-image: url(../provider/slot-jl.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.nlc-logo {
    background-image: url(../provider/slot-nlc.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}
.sbo-logo {
    background-image: url(../provider/slot-sbo.webp);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 85px;
    background-size: 50px;
    margin-top: 5px;
}

.percent {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) -36%, rgba(255, 255, 255, 1) 0%, rgba(182, 182, 182, 1) 100%);
    border-radius: 10px
}

.percent p {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0
}

.percent-bar {
    background-color: #ffc107;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 10px 0 0 10px
}

.karusel-items {
    padding-right: 15px
}

.karusel-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

.karusel-text .karusel-buton {
    margin-left: 15px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #D5217C, #260A2B);
    text-transform: uppercase;
    font-size: 20px;
    padding: 7px 5px;
    border-radius: 150px;
    text-align: center;
    width: 100px
}

.popular .games {
    padding: 0
}


.pop-games.owl-carousel .owl-nav button.owl-prev,
.pop-games.owl-carousel .owl-nav button.owl-next {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -32px;
    background: #007c11;
    padding: 2px 5px !important
}

.pop-games .owl-prev {
    right: 24px
}

.pop-games .owl-next {
    right: 5px
}

.pop-games .owl-dots {
    text-align: center
}

.pop-games .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #007c11;
    border-radius: 90px;
    margin: 0 3px
}

.red {
    background-color: #cb0000
}

.yellow {
    background-color: #ffcd00
}

.dark-gold {
    background: linear-gradient(180deg, #705004, #c97725);
    background: #000000;
    background: linear-gradient(180deg, rgb(21 53 72) 49%, rgb(14 86 127) 97%);
}

.ungu1 {
    background: #e217b8;
    background: linear-gradient(180deg, rgba(226, 23, 184, 1) 49%, rgba(145, 23, 226, 1) 97%)
}

.ungu2 {
    background: #e609c7;
    background: linear-gradient(90deg, rgba(230, 9, 199, 1) 1%, rgba(230, 9, 199, 1) 50%)
}

.kuning {
    background: linear-gradient(180deg, rgba(255, 196, 0, 1) 0%, rgba(245, 103, 22, 1) 100%)
}

.green {
    background-color: #3fc400
}

.dark-red {
    background: linear-gradient(180deg, #710f0d, #420806)
}

.blue {
    background-color: #7366f0
}

.red {
    background-color: #bb0907
}

.orange {
    background: #ff8c00
}

.percent-text {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    font-weight: 600
}

.single-game-wrapper {
    margin-bottom: 5px
}

.game_title {
    text-align: center
}

.game_title h4 {
    font-size: 20px
}

.nav-desktop,
.ct-desktop,
.nav-desktop.owl-carousel.owl-loaded {
    display: none
}

.nav-desktop {
    margin-bottom: 50px
}

.nav_mobile {
    display: flex;
    align-items: center
}

.nav_text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
    text-transform: uppercase
}

.mbl-menu {
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
    width: 60%;
    display: flex;
    align-items: center;
    cursor: pointer
}

.mbl-menu .fas {
    margin-right: 10px
}

.current-provider {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    width: 100%
}

.nav_mobile .icon_provider {
    margin-left: 5px
}

.nav_mobile .icon_provider img {
    height: 30px
}

.nav-mobile .owl-nav {
    color: #ffc107
}

.games .game-menu {
    margin-bottom: 30px;
    padding: 1px 20px;
    border-radius: 7px
}

.games .game-menu .nav-mobile .nav-item .nav-link {
    flex-direction: column;
    justify-content: center
}

.games .game-menu .nav-mobile .nav-item .nav-link.active:after {
    width: 0
}

.games .game-menu .nav-mobile .nav-item .nav-link span.icon {
    margin-right: 0
}

.games .game-menu .nav-mobile .nav-item .nav-link span.text {
    font-size: 18px
}

.nav-desktop.owl-carousel .owl-nav .owl-prev,
.nav-desktop.owl-carousel .owl-nav .owl-next {
    background-color: #222;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4)
}

.nav-desktop.owl-carousel .owl-nav .owl-prev {
    left: -30px
}

.nav-desktop.owl-carousel .owl-nav .owl-next {
    right: -30px
}

.nav-mobile .owl-prev,
.nav-mobile .owl-next {
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center
}

.nav-mobile .owl-prev {
    left: -20px
}

.nav-mobile .owl-next {
    right: -20px
}

.buttons {
    text-align: center;
    margin: 0 -15px 15px
}

.buttons a {
    float: left;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding: 15px 7px;
    width: 50%;
    text-align: center
}

.buttons a:hover {
    background-color: #ffc107
}

.sec-title {
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
    text-transform: uppercase
}

.mantap a:before {
    background-image: url(../images/gacor-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 5
}

.games.game-page .all-games .single-game .part-img img {
    border-radius: 10px
}

.pop-single-game-wrapper .single-game .part-img img {
    border-radius: 10px
}

.popular {
    background-image: url(../images/bg_full.png);
    background-size: cover;
    padding: 30px 0 15px;
    margin: 0 -15px
}

.popular h3 {
    font-size: 50px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 15px;
    text-transform: uppercase
}

.pop-games {
    margin-bottom: 0
}

.ct-mobile.buttons {
    margin-bottom: 30px
}

@media(max-width:599px) {
    .games.game-page .all-games .pop-game .single-game {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .col-md-2.col_5 {
        width: 20%
    }

    .nav_mobile,
    .ct-mobile {
        display: none
    }

    .nav-desktop,
    .ct-desktop,
    .nav-desktop.owl-carousel.owl-loaded {
        display: block
    }

    .tanggal span {
        display: inline-block
    }

    .runningtext {
        padding: 30px 0 0
    }

    .buttons a {
        float: none;
        width: 200px;
        border-radius: 7px
    }

    .popular {
        padding: 15px 0 0
    }

    .karusel-wrapper {
        margin: 0 0 30px
    }

    .karusel-text .karusel-buton {
        width: 180px;
        padding: 10px 0
    }

    .games .all-games .game-title {
        font-size: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .breadcrumb-miscoo .breadcrumb-content h2.title {
        font-size: 24px;
        line-height: 34px;
        margin-top: -9px;
        margin-bottom: 18px
    }

    .breadcrumb-miscoo .breadcrumb-content p {
        font-size: 16px;
        line-height: 26px
    }

    .breadcrumb-miscoo .breadcrumb-img {
        display: none
    }

    .breadcrumb-miscoo .breadcrumb-content ul li {
        font-size: 15px;
        padding: 5px 15px 9px
    }

    .breadcrumb-miscoo .breadcrumb-content ul li.arrow {
        padding: 5px 15px 9px
    }

    .breadcrumb-miscoo .breadcrumb-content {
        padding: 30px 0
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .breadcrumb-miscoo .breadcrumb-content h2.title {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        margin-bottom: 18px
    }

    .breadcrumb-miscoo .breadcrumb-content p {
        font-size: 16px;
        line-height: 26px;
        max-width: 500px;
        display: inline-block
    }

    .breadcrumb-miscoo .breadcrumb-img {
        display: none
    }

    .breadcrumb-miscoo .breadcrumb-content ul li {
        font-size: 15px
    }

    .breadcrumb-miscoo .breadcrumb-content {
        padding: 60px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .breadcrumb-miscoo .breadcrumb-img img {
        width: 450px
    }

    .breadcrumb-miscoo .breadcrumb-content h2.title {
        font-size: 34px;
        line-height: 44px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .news .blog-filter-area .blog-search form {
        margin-bottom: 10px
    }

    .news .blog-filter-area {
        padding: 15px;
        padding-bottom: 5px
    }

    .news .blog-filter-area .filtering .dropdown {
        margin-bottom: 10px
    }

    .news .misco-pagination {
        margin-top: 0
    }

    .news .misco-pagination ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .news.blog-page {
        padding-bottom: 50px
    }

    .blog-details .part-post .part-meta {
        display: none
    }

    .blog-details .part-post .part-meta .left-side {
        display: none
    }

    .blog-details .part-post {
        background: 0 0;
        padding-bottom: 0
    }

    .blog-details .part-post .part-text {
        padding: 0
    }

    .blog-details .part-post .part-text h2.title {
        font-size: 24px;
        line-height: 34px;
        margin-top: -9px;
        margin-bottom: 14px
    }

    .blog-details .part-post .part-img {
        margin-bottom: 30px
    }

    .blog-details .part-post .part-text .text-with-img {
        margin-top: 21px;
        margin-bottom: 0
    }

    .blog-details .part-post .part-text .text-with-img .text-img {
        margin-bottom: 20px
    }

    .blog-details .part-post .part-text p {
        line-height: 28px
    }

    .blog-details {
        padding: 50px 0
    }

    .blog-details .part-comment {
        padding: 20px
    }

    .blog-details .part-comment .all-comments .single-comment {
        display: block
    }

    .blog-details .part-comment .all-comments .single-comment .part-user {
        margin-right: 0;
        margin-bottom: 30px
    }

    .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
        line-height: 28px
    }

    .blog-details .part-comment .all-comments .single-comment button.reply-comment {
        position: relative;
        margin-top: 30px
    }

    .blog-details .part-comment .all-comments .single-comment.reply {
        padding-left: 0
    }

    .blog-details .comment-form {
        padding: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .news .blog-filter-area {
        background: 0 0
    }

    .news .blog-filter-area .blog-search form {
        margin-bottom: 10px
    }

    .news .blog-filter-area {
        padding: 0
    }

    .news .blog-filter-area .filtering .dropdown {
        margin-bottom: 10px
    }

    .news .misco-pagination {
        margin-top: 0
    }

    .news .misco-pagination ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .news.blog-page {
        padding-bottom: 50px
    }

    .blog-details .part-post .part-meta {
        display: none
    }

    .blog-details .part-post .part-meta .left-side {
        display: none
    }

    .blog-details .part-post .part-text h2.title {
        font-size: 30px;
        line-height: 40px;
        margin-top: -9px;
        margin-bottom: 14px
    }

    .blog-details .part-post .part-img {
        margin-bottom: 30px
    }

    .blog-details .part-post .part-text .text-with-img {
        margin-top: 21px;
        margin-bottom: 0
    }

    .blog-details .part-post .part-text .text-with-img .text-img {
        margin-bottom: 20px
    }

    .blog-details .part-post .part-text p {
        line-height: 28px
    }

    .blog-details {
        padding: 50px 0
    }

    .blog-details .part-comment .all-comments .single-comment {
        display: block
    }

    .blog-details .part-comment .all-comments .single-comment .part-user {
        margin-right: 0;
        margin-bottom: 30px
    }

    .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
        line-height: 28px
    }

    .blog-details .part-comment .all-comments .single-comment button.reply-comment {
        position: relative;
        margin-top: 30px
    }

    .blog-details .part-comment .all-comments .single-comment.reply {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news .blog-filter-area {
        background: 0 0;
        padding: 0
    }

    .news .misco-pagination {
        margin-top: 0
    }

    .news.blog-page {
        padding-bottom: 50px
    }

    .blog-details .part-post .part-meta {
        display: none
    }

    .blog-details .part-post .part-meta .left-side {
        display: none
    }

    .blog-details .part-post .part-text h2.title {
        font-size: 30px;
        line-height: 40px;
        margin-top: -9px;
        margin-bottom: 14px
    }

    .blog-details .part-post .part-img {
        margin-bottom: 30px
    }

    .blog-details .part-post .part-text .text-with-img {
        margin-top: 21px;
        margin-bottom: 0
    }

    .blog-details .part-post .part-text .text-with-img .text-img {
        margin-bottom: 20px
    }

    .blog-details .part-post .part-text p {
        line-height: 28px
    }

    .blog-details {
        padding: 50px 0
    }

    .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
        line-height: 28px
    }

    .blog-details .part-comment .all-comments .single-comment.reply {
        padding-left: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-us .part-text h2 {
        font-size: 26px;
        line-height: 36px;
        margin-top: -8px
    }

    .about-us .part-text h2 br {
        display: none
    }

    .about-us .part-statics .single-statics {
        background: #2a2a2a;
        margin: 0 0 10px;
        padding: 30px
    }

    .about-us .part-img {
        margin-top: 30px
    }

    .about-us {
        padding: 60px 0
    }

    .team {
        padding: 60px 0 30px
    }

    .team .single-member {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .about-us .part-text h2 {
        font-size: 26px;
        line-height: 36px;
        margin-top: -8px
    }

    .about-us .part-text h2 br {
        display: none
    }

    .about-us .part-img {
        margin-top: 30px
    }

    .about-us {
        padding: 60px 0
    }

    .about-us .part-statics .row {
        flex-wrap: nowrap
    }

    .about-us .part-statics .row [class*=col] .single-statics {
        display: block;
        background: #2a2a2a;
        padding: 15px
    }

    .about-us .part-statics .single-statics .part-icon {
        margin-bottom: 20px;
        margin-right: 0
    }

    .team {
        padding: 60px 0 30px
    }

    .team .row [class*=team] {
        width: 50%
    }

    .team .single-member {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-us .part-text h2 {
        font-size: 26px;
        line-height: 36px;
        margin-top: -8px
    }

    .about-us .part-text h2 br {
        display: none
    }

    .about-us .part-img {
        margin-top: 30px
    }

    .about-us {
        padding: 60px 0
    }

    .about-us .part-statics .single-statics {
        display: block;
        background: #2a2a2a;
        padding: 15px
    }

    .about-us .part-statics .single-statics .part-icon {
        margin-bottom: 20px;
        margin-right: 0
    }

    .team {
        padding: 60px 0 30px
    }

    .team .single-member {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us .part-text h2 {
        font-size: 36px;
        line-height: 50px;
        margin-top: -8px
    }

    .about-us .part-img {
        margin-top: 40px;
        height: 300px;
        overflow: hidden
    }

    .about-us {
        padding: 60px 0
    }

    .about-us .part-statics .single-statics {
        background: #2a2a2a;
        padding: 30px
    }

    .team {
        padding: 60px 0 30px
    }

    .team .single-member {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .games .all-games .title-cover .games-title {
        font-size: 22px
    }

    .games.game-page {
        padding: 0 0 60px
    }

    .games.game-page .games-filter-area {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .games .all-games .title-cover .games-title {
        font-size: 22px
    }

    .games.game-page .games-filter-area {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .games .all-games .title-cover .games-title {
        font-size: 22px
    }

    .games.game-page .games-filter-area {
        margin-bottom: 40px
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {

    .contest-section .contest-head .choose-game ul {
        margin: 0 -5px
    }

    .contest-section .contest-head .choose-game ul li {
        margin: 0 5px
    }

    .contest-section .contest-head .choose-game ul li p.game-name {
        z-index: 5
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .contest-section {
        padding: 60px 0
    }

    .contest-section .single-contest {
        margin-bottom: 30px
    }

    .contest-section .contest-head .choose-game ul {
        display: inline-table;
        margin: -4px
    }

    .contest-section .contest-head .choose-game ul li {
        width: calc(25% - 8px);
        display: inline-block;
        margin: 4px
    }

    .contest-section .contest-head .choose-game ul li p.game-name {
        z-index: 5
    }

    .contest-section .contest-head .control-contest {
        padding: 0;
        border: none;
        display: block;
        margin-bottom: 40px
    }

    .contest-section .contest-head .control-contest .weeki-filter ul {
        display: block
    }

    .contest-section .contest-head .control-contest .weeki-filter ul li a {
        display: block;
        margin-right: 0;
        margin-bottom: 1px
    }

    .contest-section .contest-head .control-contest .in-play-and-ended-filter .nav-tabs {
        flex-wrap: nowrap;
        margin-bottom: 10px
    }

    .contest-section .contest-head .control-contest .in-play-and-ended-filter .nav-tabs .nav-item .nav-link {
        margin-right: 10px
    }

    .contest-section .contest-head .control-contest .in-play-and-ended-filter .nav-tabs .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .contest-section .contest-head .control-contest .in-play-and-ended-filter .nav-tabs .nav-item {
        flex: 1
    }

    .contest-section .single-contest:nth-child(even) .part-left {
        order: 0
    }

    .contest-section .single-contest .contest-box .part-text a.title {
        font-size: 22px;
        line-height: 32px;
        padding: 0 30px
    }

    .contest-section .single-contest .contest-box .part-text .part-timer .single-time span.title {
        display: none
    }

    .contest-section .single-contest .contest-box .part-text .part-timer .single-time {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .contest-section .single-contest .contest-box .part-text .part-timer .single-time span.number {
        padding: 0;
        font-size: 24px
    }

    .contest-section .single-contest .contest-box .part-text .part-info ul {
        display: block;
        text-align: center
    }

    .contest-section .single-contest .contest-box .part-text .part-info ul li {
        margin: 0 5px 20px;
        width: calc(100%/2 - 20px);
        display: inline-block
    }

    .contest-section .single-contest .contest-box {
        padding: 30px 0;
        padding-bottom: 10px
    }

    .contest-section .contest-date-text h4 span.clndr-icon {
        display: none
    }

    .contest-section .contest-date-text h4 {
        font-size: 18px;
        line-height: 28px
    }

    .contest-section .contest-date-text p {
        padding-left: 0
    }

    .contest-section .contest-date-text a.def-btn {
        margin-left: 0
    }

    .contest-section .contest-date-text {
        padding: 30px;
        background: #242424;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .contest-section .single-contest:nth-child(even) .part-right {
        text-align: left
    }

    .contest-section .single-contest:nth-child(even) .part-right .contest-date-text p {
        padding-right: 0
    }

    .contest-section .single-contest:nth-child(even) .part-right .contest-date-text a.def-btn {
        margin-right: 0
    }

    .contest-section .single-contest:nth-child(even) .part-right .contest-date-text {
        align-items: flex-start
    }

    .contest-section .contest-date-text:before {
        display: none
    }
}



@media only screen and (min-width:320px) and (max-width:479px) {
    .game-details {
        padding: 60px 0
    }

    .game-details .recent-activity .single-col {
        margin-bottom: 0
    }

    .game-details .part-prev {
        height: auto
    }

    .game-details .part-prev a.play-btn {
        width: 180px;
        text-align: center
    }

    .game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link {
        margin: 5px;
        padding: 0 20px
    }

    .game-details .game-descr .details-tab-pan {
        padding: 30px 15px;
        margin-bottom: 30px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane h3 {
        font-size: 22px;
        text-align: center
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button,
    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button {
        padding: 0 15px;
        font-size: 16px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling {
        margin-top: 10px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .number {
        font-size: 18px;
        margin-left: 15px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play h3 {
        font-size: 22px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play ul li {
        line-height: 28px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .game-details {
        padding: 60px 0
    }

    .game-details .recent-activity .single-col {
        margin-bottom: 0
    }

    .game-details .part-prev {
        height: auto
    }

    .game-details .part-prev a.play-btn {
        width: 180px;
        text-align: center
    }

    .game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link {
        margin: 5px;
        padding: 0 20px
    }

    .game-details .game-descr .details-tab-pan {
        padding: 30px;
        margin-bottom: 30px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane h3 {
        font-size: 22px;
        text-align: center
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling {
        margin-top: 10px;
        justify-content: center
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .number {
        font-size: 18px;
        margin-left: 15px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play h3 {
        font-size: 22px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play ul li {
        line-height: 28px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .game-details {
        padding: 60px 0
    }

    .game-details .recent-activity .single-col {
        margin-bottom: 0
    }

    .game-details .part-prev {
        height: auto
    }

    .game-details .part-prev a.play-btn {
        width: 180px;
        text-align: center
    }

    .game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link {
        margin: 5px;
        padding: 0 20px
    }

    .game-details .game-descr .details-tab-pan {
        padding: 30px;
        margin-bottom: 30px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane h3 {
        font-size: 22px;
        text-align: center
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling {
        margin-top: 10px;
        justify-content: center
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .number {
        font-size: 18px;
        margin-left: 15px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play h3 {
        font-size: 22px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play ul li {
        line-height: 28px
    }

    .game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .game-details .game-descr .details-tab-pan {
        margin-bottom: 30px
    }

    .game-details {
        padding: 60px 0 30px
    }

    .game-details .recent-activity .single-col {
        margin-bottom: 0
    }
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
        margin-bottom: 10px;
        padding: 12px 20px
    }

    .navbar .navbar-nav {
        margin-top: 20px
    }

    .dashboard-menu .navbar {
        padding: 15px
    }

    .dashboard-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 0
    }

}


@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
        margin-bottom: 10px;
        padding: 12px 20px
    }

    .navbar .navbar-nav {
        margin-top: 20px
    }

    .navbar {
        padding: 15px
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 23px
    }
}

@media(max-width: 767px) {
    .games .game-menu {
        margin: 0 0px 30px;
    }
}