body {
    background-color: #000;
    background: url(../imgs/bg.webp) !important;
    background-attachment: fixed !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
}

.bgoverlay {
    background-color: #000000b3;
    margin-top: -10px;
}

.logo {
    width: 300px;
}

.marquee {
    background: linear-gradient(180deg,#0cbfde,#003354) !important;
    border-radius : 10px 10px 0px 0px;
    text-transform: uppercase;
    color: white;
	letter-spacing: 1px;
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}

.banner img {
    width: 100%;
}

.btnRegister, .btnLogin {
    width: 50%;
    background: linear-gradient(180deg,#0cbfde,#003354) !important;
    color: white;
	letter-spacing: 1px;
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
    text-transform: uppercase;
}

.btnRegister {
    border-right: 1px solid #000000a1;
}

.btnRegister:hover, .btnLogin:hover {
    width: 50%;
    background: linear-gradient(180deg,#003354,#0cbfde) !important;
}

.providers {
    width: 100%;
    background: #0b8297;
    display: flex;
    justify-content: start;
    position: relative;
    overflow-x: scroll !important;
    overscroll-behavior: contain;
    border-radius: 0 0 10px 10px;
}

.providers::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.providers::-webkit-scrollbar-track {
    background-color: transparent;
}

.providers::-webkit-scrollbar-thumb {
    background-color: #575757;
    border: 3.6px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

.main {
    margin-top: -8px;
}

.provider-item {
    padding: 0 0.5rem;
}

.datetime_wrapper {
    padding: 20px 0;
    text-align: center;
}

.datetime_wrapper .datetime {
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
}

.gamelist_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}

.gamelist {
    width: calc(100%/2);
    cursor: pointer;
}

.gamelist:hover > .gamelist_content .gamelist_img img {
    transform: scale(1.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gamelist_content {
    margin: 5px;
    position: relative;
    border: 2px solid #0cbfde;
    border-radius: 7px;
}

.gamelist .gamelist_content .gamelist_img {
    overflow: hidden;
    margin-bottom: -4px;
    min-height: 135px;
}

.gamelist .gamelist_content .gamelist_img img {
    width: 100%;
    height: 100%;
    min-height: 135px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.45s ease-in-out;
}

.gamelist .gamelist_content .gamelist_name {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -5px;
    /* padding: 0 5px; */
}

.gamelist .gamelist_content .winrate {
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -5px;
    padding: 0 5px 5px;
}

.gamelist .gamelist_content .no-rtp {
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -5px;
    padding: 0 5px 5px;
}

.winrate .winrate_time {
    background: #e01e1e;
    color: #FFF;
    padding: 3px;
    border-radius: 3px;
    margin-top: 5px;

    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}

.play_btn_wrapper {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.45s ease-in-out;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play_btn_wrapper .play_btn {
    box-shadow: 0px 1px 0px 0px #0cbfde;
    background: linear-gradient(to bottom, #003354 5%, #0cbfde 100%);
    background-color: #0cbfde;
    border: 1px solid #0cbfde;
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
    border-radius: 5px;
    text-transform: uppercase;
    user-select: none;
}

.gamelist:hover > .gamelist_content .play_btn_wrapper {
    opacity: 1;
}

.datetime {
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

.title_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.pf_name {
    color: #FFF;
    font-size: 16px;
    width: 50%;
    font-weight: bold;
}

.search_box {
    padding: 5px 10px;
    margin: 0 0 20px 0;
    font-size: 1em;
    outline: none;
    border: 1px solid #0cbfde;
    border-radius: 5px;
    width: 50%;
}

.game_info {
    display: flex;
    justify-content: space-between;
}

.game_info .col-12, .game_info .col-6 {
    font-size: 13px;
}

.game_step {
    font-weight: bold;
    font-size: 14px;
}

.modal-label-1 {
    background-color: #003354;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
}

.game_substep .col-12 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #56c3f9;
}

.note {
    font-size: 13px;
}

.register_play { display: flex; }

.register_play a {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    background: linear-gradient(180deg,#0cbfde,#003354) !important;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.register_play a:nth-child(1){
    border-bottom-left-radius: 6px;
}

.register_play a:nth-child(2){
    border-bottom-right-radius: 6px;
}

.register_play a:hover {
    background: -webkit-linear-gradient(#00c6ff, #116ee7) !important;
    color: #FFF;
}

.register_play a:nth-child(1) {
    border-right: solid 1px #000;
}

.bad-emoticon {
    text-align: center;
}

.bad-emoticon img {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 50%;
}

.bad-text {
    text-align: center;
}

.maintenance_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.maintenance {
    width: 600px;
    max-width: 1024px;
    min-height: 350px;
    background-color: #000000c2;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    padding: 30px 10px;
}

.maintenance h1 {
    font-size: 30px;
}

.not_found {
    color: #FFF;
    text-align: center;
    padding: 35px 5px;
}

.modal-header h6 { color: #FFF; }


/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px){
    .provider_logo a {
        width: 28%;
    }

    .gamelist {
        width: calc(100% / 4);
    }

    .gamelist .gamelist_content .gamelist_img {
        height: 150px;
    }
    
    .gamelist .gamelist_content .gamelist_img img{
        min-height: unset;
    }

    .banner_wrapper .banner {
        width: auto;
    }

    .banner img {
        border-radius: 4px;
    }

    .gamelist .gamelist_content .winrate {
        font-size: 14px;
    }

    .gamelist .gamelist_content .gamelist_name {
        font-size: 14px;
    }

    .play_btn_wrapper .play_btn {
        font-size: 14px;
    }

    .pf_name {
        font-size: 18px;
    }

    .pf_name, .search_box {
        width: unset;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px){
    .gamelist_wrapper {
        padding: 10px;
    }

    .gamelist {
        width: calc(100% / 6);
    }

    .gamelist_content {
        margin: 10px;
    }

    .banner_wrapper .banner {
        width: 840px;
    }
    
    .search_wrapper {
        justify-content: flex-end;
    }

    .search_wrapper input {
        margin: 0 20px 20px 0;
    }

    .play_btn_wrapper .play_btn {
        font-size: 15px;
    }

    .pf_name {
        font-size: 22px;
    }

    .providers {
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

/* Extra Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1200px){
 
}