/* Responsive  Styles */

.mobile {
    display: none !important;
}

.left-menu-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.left-menu-btn span {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #11bdfa;
    margin: 0 0 8px;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.left-menu-btn span:first-child {
    position: relative;
    margin-top: 0;
    top: 0;
    transition: top .3s .3s, transform .3s 0s;
}

.left-menu-btn span:nth-child(2) {
    width: calc(100% - 8px);
    opacity: 1;
    transition: opacity .3s;
}

.left-menu-btn span:last-child {
    margin-bottom: 0;
    position: relative;
    top: 0;
    transition: top .3s .3s, transform .3s 0s;
}

.left-menu-btn.opened span:first-child {
    width: calc( 100% - 6px);
    top: 11px;
    transform: rotate(-45deg);
    transition: top .3s 0s, transform .3s .3s, color .3s .3s;
}

.left-menu-btn.opened span:nth-child(2) {
    opacity: 0;
}

.left-menu-btn.opened span:last-child {
    width: calc( 100% - 6px);
    top: -11px;
    transform: rotate(45deg);
    transition: top .3s 0s, transform .3s .3s;
}

.right-menu-btn .normal-icon {
    transition: 0.3s;
    opacity: 1;
    transform: rotate(0deg);
}

.right-menu-btn.opened .normal-icon {
    opacity: 0;
    transform: rotate(45deg);
}

.right-menu-btn .open-icon {
    transition: 0.3s;
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
}

.right-menu-btn.opened .open-icon {
    opacity: 1;
    transform: rotate(0deg);
    font-size: 24px;
    position: absolute;
}

.sn-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.sn-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* - - - - - - - - - - Banner Queries - - - - - - - - - - */

@media(max-width:1380px){

    .before-login button {
        width: 90px;
    }

    .before-login input {
        width: 140px;
        margin-left: 3px;
    }

    .jackpot{        
        width:100%;
        height:140px;
    }
        
    h1.jackpot{
        font-size:85px; 
        padding-right:6%;
        padding-top:13px;        
    }

}

@media(max-width:1280px){

    .logo-panel {
        width: 200px;
    }

    .header-section .logo {
        width: 180px;
        top: 0;
        left: 2px;
    }

    .slot-btn {
        width: calc(20% - 24px);
    }

    .gamelist-container .game-btn {
        width: calc(16.66% - 10px);
    }

}

@media(max-width:1200px){

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .wrapper {
        padding-top: 70px;
    }

    .btn-gray:before {
        opacity: 1;
    }

    .sound-btn {
        margin-left: 15px;
    }

    .logo-panel {
        width: 150px;
    }

    .header-section .logo {
        width: 120px;
        top: 5px;
    }

    .header-section {
        border: none;
    }

    .header-menu {
        height: 0;
    }

    /* Sidebar Left  */

    .sidebar-left{
        width:280px;
        height:100%;
        top:70px;
        left:-100%;
        background-color: #03070e;
        background-image: linear-gradient(#03070e, #07152c);
        border-right: solid 1px #222e41;
        margin:0 !important;
        padding:10px 0 100px;
        display:block;
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        z-index:98;
    }

    .sidebar-left.active{
        left:0;
    }

    .sidebar-left::-webkit-scrollbar {
        width:0px;
        background:transparent;
    }

    .sidebar-left::-webkit-scrollbar-thumb {
        background:transparent;
    }

    .main-menu {
        align-content: flex-start;
    }

    .main-menu .bs-ul {
        width: 100%;
        display: block;
    }

    .main-menu ul {
        height: auto;
    }

    .main-menu .bs-ul li {
        padding-right: 0;
        display: block;
    }

    .main-menu .bs-ul li a {
        max-width: 100%;
        height: 50px;
        justify-content: flex-start;
        padding: 0 15px;
        margin: 0 0 4px;
    }

    .main-menu .bs-ul li a:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-top: solid 1px #2e425c;
        border-bottom: solid 1px #2e425c;
        background-color: #1a2538;
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
        opacity: 1;
        border-radius: 0;
    }

    .main-menu .bs-ul li a:after {
        display: none;
    }

    /* Sidebar Right */

    .sidebar-right {
        width:280px;
        height:100%;
        min-height: 1000px;
        top:70px;
        right:-100%;
        left: auto;
        transform: translateX(0);
        border-radius: 0;
        opacity: 1;
        background-color: #03070e;
        background-image: linear-gradient(#03070e, #07152c);
        border:  none;
        border-left: solid 1px #222e41;
        margin:0 !important;
        padding:10px 0 100px;
        pointer-events: auto;
        display:block;
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        z-index:98;
    }

    .sidebar-right.active {
        right:0;
    }

    .sidebar-right::-webkit-scrollbar {
        width:0px;
        background:transparent;
    }

    .sidebar-right::-webkit-scrollbar-thumb {
        background:transparent;
    }

    .after-login .account-info .row {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-radius: 0;
        position: relative;
        z-index: 1;
        min-height: 50px;
        align-items: center;
    }

    .after-login .account-info .row:before {
        content: '';
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        border-top: solid 1px #2e425c;
        border-bottom: solid 1px #2e425c;
        background-color: #1a2538;
        -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
        mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    }

    .after-login .drop-down .message-btn i {
        color: rgba(0, 0, 0, 0.75);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    }

    /* Banner Section */

    .banner-section {
        height: auto;
    }

    .banner-background {
        width: 118%;
    }

    .banner-board {
        width: 52.16%;
        flex-wrap: nowrap;
    }

    .banner-board .notice-board {
        width: 49%;
        order: 2;
        margin-bottom: 18%;
        margin-top: 20px;
    }

    .banner-board .event-board {
        width: 49%;
        order: 1;
        margin-right: 2%;
        margin-bottom: 18%;
        margin-top: 20px;
    }

    .banner-section:before,
    .banner-section:after {
        width: 160%;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
        top: 2%;
    }

    .jackpot{        
        width:100%;
        height:120px;
    }
        
    h1.jackpot{
        font-size:75px; 
        padding-right:6%;
        padding-top:12px;        
    }

}

@media(max-width:1024px){

    .banner-background {
        width: 115%;
    }

    .banner-board {
        width: 56%;
    }

    .slot-btn {
        width: calc(25% - 24px);
    }

    .gamelist-container .game-btn {
        width: calc(20% - 10px);
    }

    .jackpot{        
        width:100%;
        height:100px;
    }
        
    h1.jackpot{
        font-size:65px; 
        padding-right:5%;
        padding-top:10px;        
    }

}

@media(max-width:840px){

    .gamelist-container .game-btn {
        width: calc(25% - 10px);
    }

    .jackpot{        
        width:100%;
        height:60px;
    }
        
    h1.jackpot{
        font-size:42px; 
        padding-right:20%;
        padding-top:5px;        
    }

}

@media(max-width:767px) {

    .page-content {
        padding: 15px 0 20px;
    }

    .slot-btn {
        width: calc(33.33% - 24px);
    }

    .category_title{
        width:50%;
        height:50px;
    }

    .jackpot{        
        width:100%;
        height:60px;
    }
        
    h1.jackpot{
        font-size:42px; 
        padding-right:13%;
        padding-top:5px;        
    }

}

@media(max-width:640px){

    .gamelist-container .game-btn {
        width: calc(33.33% - 10px);
    }

    .jackpot{        
        width:100%;
        height:60px;
    }
        
    h1.jackpot{
        font-size:42px; 
        padding-right:5%;
        padding-top:5px;        
    }

}


@media(max-width:600px){

    .wrapper {
        padding-top: 60px;
    }

    .logo-panel {
        width: 140px;
    }

    .header-top {
        height: 60px;
    }

    .sidebar-left{
        top:60px;
    }

    .sidebar-right{
        top:60px;
    }

    .banner-section:before,
    .banner-section:after {
        top: 0;
    }

    .banner-section .container {
        padding-left: 10px;
        padding-right: 7px;
    }

    .banner-background {
        width: 142%;
        left: -17%;
    }

    .banner-board {
        width: 70%;
    }

    .page-content {
        padding-top: 1%;
    }

    .footer-providers img {
        margin: 5px 10px;
    }

    .jackpot{        
        width:100%;
        height:60px;
    }
        
    h1.jackpot{
        font-size:42px; 
        padding-right:5%;
        padding-top:5px;        
    }

}

@media(max-width:500px){

    .header-top .container {
        padding-right: 8px;
        padding-left: 10px;
    }

    .left-menu-btn {
        width: 34px;
    }

    .bal-container .mobile button {
        width: 38px;
    }

    .banner-background {
        width: 154%;
        left: -24%;
    }

    .banner-board {
        width: 74%;
    }

    .slot-btn {
        width: calc(33.33% - 12px);
        margin: 0 6px 14px;
    }

    .slot-btn:before {
        left: 6px;
        top: 6px;
    }

    .slot-btn:hover:before {
        transform: rotate(5deg) translate(-3px, -3px);
    }

    .slot-btn:hover .g-panel {
        transform: translate(3px, 3px);
    }

    .slot-btn .g-footer .g-logo img {
        max-height: 50%;
    }

    .slot-btn .g-footer .g-name {
        height: 30px;
        font-size: 14px;
        margin-top: 0;
    }

    .footer-providers img {
        max-width: 120px;
        max-height: 20px;
        margin: 5px 10px;
    }

    .footer-providers .pragmatic-lg {
        max-height: 44px;
    }

    .footer-providers .size-lg {
        max-width: 90px;
    }

    .gamelist-section .container {
        padding: 0 5px;
    }

    .gamelist-container .game-btn {
        width: calc(33.33% - 8px);
        padding: 3px;
        margin: 0 4px 8px;
    }

    .gamelist-container .game-btn .g-footer {
        height: 30px;
        font-size: 12px;
    }

    .gamelist-container .game-btn .hover .play-btn {
        width: 42px;
        height: 42px;
    }

    .gamelist-container .game-btn .hover .play-btn:before {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }

    .gamelist-container .game-btn .hover .name-text {
        font-size: 12px;
    }

    .slot-btn .play-btn {
        display: none;
    }

    .jackpot{        
        width:100%;
        height:60px;
    }
        
    h1.jackpot{
        font-size:30px; 
        padding-right:3%;
        padding-top:5px;        
    }

}

@media(max-width:414px){

    .banner-background {
        width: 154%;
        left: -25%;
    }

    .banner-board {
        width: 75%;
    }

    .slot-btn {
        width: calc(33.33% - 8px);
        margin: 0 4px 10px;
    }

    .slot-btn:before {
        left: 3px;
        top: 3px;
    }

    .slot-btn:hover:before {
        transform: rotate(5deg) translate(-1.5px, -1.5px);
    }

    .slot-btn:hover .g-panel {
        transform: translate(1.5px, 1.5px);
    }

    .slot-btn .g-footer .g-name {
        font-size: 12px;
    }

    .slot-btn .g-footer {
        padding-bottom: 0;
    }

    .slot-btn .g-footer .g-logo {
        height: 40px;
    }

    .gamelist-container .game-btn {
        width: calc(33.33% - 4px);
        margin: 0 2px 6px;
    }

    .category_title{
        width:70%;
        height:50px;
        margin: auto;
    }

    .jackpot{        
        width:100%;
        height:60px;
    }
        
    h1.jackpot{
        font-size:25px; 
        padding-right:3%;
        padding-top:5px;        
    }

}

/* * * * * * * * * * Modal Respomsice Queries * * * * * * * * * */

@media(max-width:600px){

    .modal-header .title-panel {
        max-width: 150px;
    }

    .modal-header .title-panel .bullets:before {
        left: -50px;
    }

    .modal-header .title-panel .bullets:after {
        right: -50px;
    }

    .modal-header .title-panel .title {
        font-size: 20px;
    }

    .modal-banner:before {
        display: none;
    }

    .modal-body {
        padding: 0 15px;
    }

}

@media(max-width:500px){

    .bs-table tr td a {
        max-width: 180px;
    }

    .bs-table tr .title-td {
        max-width: 180px;
        padding: 0 0 0 5px;
    }

    .bs-table tr .count-td {
        width: auto;
    }

    .bs-table tr .date-td {
        width: auto;
        font-size: 12px;
    }

    .bs-table tr .nav-td {
        width: auto;
        padding: 0 4px;
    }

    .bs-table tr .count-tag {
        width: 20px;
        height: 20px;
        margin: 0 0 0 5px;
    }

}

@media(max-width:414px){

    .loginModal .logo {
        width: 180px;
        margin-bottom: 15px;
    }

    .modal-header .title-panel {
        max-width: 130px;
    }

    .modal-header .title-panel .bullets:before,
    .modal-header .title-panel .bullets:after {
        width: 9px;
        height: 8px;
    }

    .modal-header .title-panel .bullets:before {
        left: -40px;
    }

    .modal-header .title-panel .bullets:after {
        right: -40px;
    }

    .modal-close-btn {
        width: 26px;
        height: 26px;
        right: 10px;
    }

    .terms-use .text-container .scroll-panel {
        padding: 0 0;
    }

    .modal-banner {
        height: 60px;
        padding: 0 5px;
    }

    .modal-banner .ask-link {
        margin-left: 5px;
    }

    .transferModal .form-container .w-btn .input-container {
        width: calc(100% - 125px);
    }

    .transferModal .form-container .form-group.w-btn button {
        width: 120px;
        font-size: 12px;
    }

    .modal-footer .form-footer {
        width: calc(100% + 6px);
        margin: 0 -3px;
    }

    .modal-footer .form-footer button {
        margin: 0 3px;
    }

}

/* * * * * * * * * * Gamelist Responsive Queries * * * * * * * * * */

@media(max-width:1380px){

    .gamelist-menu .menu-btn {
        width: calc(16.66% - 4px);
    }

}

@media(max-width:1100px){

    .gamelist-menu .menu-btn {
        font-size: 12px;
    }

    .gamelist-menu .menu-btn .icon-panel {
        margin-right: 5px;
    }

}

@media(max-width:1024px){

    .provider-toggle {
        display: block;
    }

    .provider-dropdown {
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 7px 5px 3px;
        border-radius: 5px;
    }

    .gamelist-menu .menu-btn {
        width: calc(20% - 4px);
    }

    .gamelist-menu .menu-btn .icon-panel {
        margin-right: 8px;
    }

}

@media(max-width:800px){

    .gamelist-menu .menu-btn {
        width: calc(25% - 4px);
    }

}

@media(max-width:767px){

    .gamelist-menu {
        margin-bottom: 10px;
    }

}

@media(max-width:680px){

    .gamelist-menu .menu-btn {
        width: calc(33.33% - 4px);
    }

}

@media(max-width:600px){

    .gamelist-section {
        margin-top: 10px;
    }

}

@media(max-width:500px){

    .gamelist-menu .menu-btn {
        width: calc(50% - 4px);
    }

}

@media(max-width: 1024px){

    .gameplay-btn {
        width: calc(16.66% - 10px);
    }

}

@media(max-width: 767px){

    .gameplay-container {
        height: auto;
        margin: 15px auto 20px;
        overflow-y: visible;
        padding-right: 0;
    }

    .gameplay-btn {
        width: calc(25% - 10px);
    }

}

@media(max-width: 500px){

    .gameplay-btn {
        width: calc(33.33% - 10px);
    }

}
