/* Responsive  Styles */

.mobile {
    display: none !important;
}

.left-menu-btn {
    width: 35px;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    z-index: 100;
    color: #ffffff;
}

.left-menu-btn span {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #ffd546;
    margin: 0 0 8px;
    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: 100%;
    top: 10px;
    transform: rotate(-45deg);
    transition: top .3s 0s, transform .3s .3s, color .3s .3s;
    box-shadow: none;
}

.left-menu-btn.opened span:nth-child(2) {
    opacity: 0;
}

.left-menu-btn.opened span:last-child {
    width: 100%;
    top: -10px;
    transform: rotate(45deg);
    transition: top .3s 0s, transform .3s .3s;
    box-shadow: none;
}

.right-menu-btn .icon-panel {
    position: relative;
}

.right-menu-btn .icon-panel .normal-icon {
    transition: 0.3s;
    opacity: 1;
    transform: rotate(0deg);
}

.right-menu-btn.opened .icon-panel .normal-icon {
    opacity: 0;
    transform: rotate(45deg);
}

.right-menu-btn .icon-panel .open-icon {
    transition: 0.3s;
    opacity: 0;
    transform: rotate(-45deg) translateY(0);
    position: absolute;
}

.right-menu-btn.opened .icon-panel .open-icon {
    opacity: 1;
    transform: rotate(0deg) translateY(2px);
    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;
}

/* - - - - - Header Queries - - - - - */

@media(max-width: 1600px){
    .header-main .container {
        max-width: 1580px;
        padding: 0 50px;
    }
}

@media(max-width: 1200px){
    .header-main .container {
        padding: 0 15px;
    }
}

@media(max-width: 1024px){
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .wrapper {
        padding: 70px 0 0;
    }

    .header-section {
        position: fixed;
        box-shadow: none;
        z-index: 1051;
        top: 0;
        left: 0;
    }

    .header-main {
        height: 70px;
    }

    .header-section .logo {
        width: 220px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sound-btn {
        margin: 0 0 0 40px;
    }

    .sound-btn:before {
        left: -20px;
    }

    .before-login button {
        width: 38px;
        height: auto;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: -2px 0 0 8px;
    }

    .before-login button i {
        font-size: 28px;
        margin: 0;
    }

    .before-login .btn-yellow i {
        color: #ffd546;
    }

    .before-login button .text {
        width: 100%;
        color: #777777;
        font-size: 10px;
        white-space: nowrap;
        display: inline-block;
        margin-top: -5px;
    }

    .header-menu {
        height: 0;
    }

    .header-menu:before {
        display: none;
    }

    /* Sidebar Left  */

    .sidebar-left{
        width:280px;
        max-width:280px;
        height:100%;
        top: 71px;
        left: 0;
        transform: translateX(-100%);
        background-color: #111111;
        border:none;
        border-right: solid 1px #2a2a2a;
        border-radius: 0;
        margin: 0 !important;
        padding: 0 0 135px;
        display:block;
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        align-content: flex-start;
        z-index: 80;
    }

    .sidebar-left.active{
        transform: translateX(0);
    }

    .sidebar-left::-webkit-scrollbar {
        width:0px;
        background:transparent;
    }

    .sidebar-left::-webkit-scrollbar-thumb {
        background:transparent;
    }

    .main-menu {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 25px 0;
        margin: 15px auto 30px 0;
    }

    .main-menu:before {
        width: 75px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #1a1a1a;
        transform: skewY(15deg);
        border-radius: 0 15px 15px 0;
    }

    .main-menu:after {
        width: calc(100% - 90px);
        height: 100%;
        right: 10px;
        top: 0;
        background-image: linear-gradient(#2a2a2a, #222222);
        background-color: #222222;
        transform: skewY(-7deg);
        border-radius: 15px;
    }

    .main-menu li {
        width: 100%;
        display: block;
        padding: 0;
    }

    .main-menu li a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .main-menu li a:after {
        display: none;
    }

    .main-menu li a .icon-panel {
        width: 75px;
        height: 45px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #ffd546;
        font-size: 20px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(#ffe86b, #ffe34e, #b57406, #b57406);
        background-size: 100% 100%;
    }

    .main-menu li a .icon-panel img {
        filter: initial;
        margin-right: 0;
        top: 0;
    }

    .main-menu li a .text {
        margin: 0 0 0 35px;
    }

    /* Sidebar Right  */

    .sidebar-right{
        width:280px;
        max-width:280px;
        height:100%;
        top: 71px;
        right: 0;
        left: auto;
        transform: translateX(100%);
        background-color: #222222;
        background-image: linear-gradient(#2a2a2a, #222222);
        border:none;
        border-left: solid 1px #3a3a3a;
        border-radius: 0;
        margin: 0 !important;
        padding: 5px 10px 135px;
        display:block;
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        align-content: flex-start;
        opacity: 1;
        pointer-events: auto;
        z-index: 80;
    }

    .sidebar-right.active{
        transform: translateX(0);
    }

    .sidebar-right::-webkit-scrollbar {
        width:0px;
        background:transparent;
    }

    .sidebar-right::-webkit-scrollbar-thumb {
        background:transparent;
    }
}

@media(max-width: 600px) {
    .wrapper {
        padding-top: 60px;
    }

    .header-main {
        height: 60px;
    }

    .header-main .container {
        padding-right: 10px;
    }

    .header-section .logo {
        width: 150px;
        left: 5%;
    }

    .left-menu-btn {
        width: 30px;
    }

    .sound-btn {
        width: 30px;
        height: 30px;
        margin: 0 0 0 20px;
    }

    .sound-btn:before {
        left: -10px;
    }

    .before-login button,
    .after-login .mobile button {
        width: 36px;
        margin-top: -3px;
        margin-left: 0;
    }

    .before-login button i,
    .after-login .mobile button i {
        font-size: 24px;
    }

    .before-login button .text,
    .after-login .mobile button .text {
        font-size: 8px;
    }

    .sidebar-left,
    .sidebar-right {
        top: 61px;
    }
}

@media(max-width: 375px) {
    .header-main .container {
        padding: 0 5px 0 10px;
    }
}

@media(max-width: 340px) {
    .left-menu-btn {
        width: 25px;
    }

    .sound-btn {
        width: 28px;
        height: 28px;
    }

    .before-login button, .after-login .mobile button {
        width: 32px;
    }
}

/* - - - - - Banner Queries - - - - - */

@media(max-width: 1680px) {
    .realtime-panel {
        width: 440px;
    }

    .realtime-ticker {
        max-width: 300px;
    }

    .realtime-ticker ul li div.amount {
        padding-right: 5px;
    }

    .board-panel {
        width: 290px;
    }

    .banner-background .man {
        left: 0.75%;
    }

    .banner-background .case {
        left: -2.3%;
    }

    .banner-background .chips {
        left: 17.75%;
    }

    .banner-background .woman {
        right: -7.75%;
    }

    .banner-background .star {
        right: 12.25%;
    }

    .banner-background .roulette {
        right: -0.8%;
    }
}

@media(max-width: 1440px) {
    .realtime-panel {
        margin: 0 15px;
    }

    .realtime-panel {
        width: 420px;
    }

    .realtime-ticker {
        max-width: 270px;
    }

    .realtime-ticker ul li div.user {
        padding-left: 4px;
    }

    .realtime-ticker ul li div.amount {
        font-size: 14px;
    }

    .realtime-ticker ul li div.date {
        justify-content: flex-end;
        font-size: 12px;
        padding-right: 4px;
    }

    .board-panel .header {
        font-size: 22px;
    }
}

@media(max-width: 1400px) {
    .banner-section {
        height: 425px;
    }

    .realtime-panel .title {
        font-size: 26px;
    }

    .realtime-ticker ul li {
        height: 40px;
    }

    .board-panel .header {
        font-size: 20px;
    }

    .board-panel {
        width: 260px;
    }

    .board-panel p {
        font-size: 16px;
    }

    .board-panel .font-s-28 {
        font-size: 24px;
    }

    .board-panel .font-s-24 {
        font-size: 20px;
    }

    .board-panel .font-s-20 {
        font-size: 18px;
    }

    .board-panel .font-s-13 {
        font-size: 12px;
    }
}

@media(max-width: 1340px) {
    .realtime-panel {
        width: 400px;
    }

    .board-panel {
        width: 240px;
    }
}

@media(max-width: 1200px) {
    .banner-section {
		height: 250px;
        /*height: auto;*/
        padding: 0 0 50px;
    }

    .banner-section:before,
    .banner-section:after,
    .banner-section .container:before {
        background-size: contain;
    }

    .banner-section .container:before {
        background-size: 64%;
    }

    .banner-board {
        /*height: auto !important;*/
		height: 200px;

    }

    .realtime-panel.desktop {
        display: none;
    }

    .board-panel {
		width: 38%;
        /*width: 25.65%;*/
        padding: 0 0 65px;
        transform: rotate(0deg);
        overflow: visible;
    }

    .board-panel, 
    .board-panel:last-child {
        background-image: url(../img/bg/board-bg-mob.png);
        background-position: top 1px right;
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        border-width: 1px;
        border-color: #4a4a4a;
    }

    .board-panel:last-child {
        background-position: top 1px left;
        background-image: url(../img/bg/board-bg.png);
    }

    .board-panel:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #111111;
        background-image: url(../img/bg/board-bg-mob.png);
        background-size: contain;
        background-position: top 1px right;
        /*transform: skew(-10deg);*/
		transform: skew(0deg);
        transform-origin: top right;
        -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0));
        mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0));
        border-left: solid 1px #3a3a3a;
    }

    .board-panel:last-child:before {
        /*transform: skew(10deg);*/
		transform: skew(0deg);
        transform-origin: top left;
        background-image: url(../img/bg/board-bg.png);
        background-position: top 1px left;
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0));
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0));
        border-left: auto;
        border-right: solid 1px #3a3a3a;
    }

    .board-panel:after {
        width: 10px;
        left: -10px;
        /*transform: skew(-10deg);*/
		transform: skew(0deg);
        transform-origin: top right;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: none;
    }

    .board-panel:last-child:after {
        left: auto;
        right: -10px;
        /*transform: skew(10deg);*/
		transform: skew(0deg);
        transform-origin: top left;
    }

    .board-panel:first-child {
        margin-right: 1%;
    }

    .board-panel:last-child {
        transform: rotate(0deg);
    }

    .board-panel .header {
        height: auto;
        padding: 2.35% 0;
        margin: 4% auto 5.5%;
        font-size: 2vw;
        transform: rotate(0deg);
    }

    .board-panel:last-child .header {
        transform: rotate(0deg);
    }

    .board-panel .header:before {
        transform: skew(-10deg);
    }

    .board-panel:last-child .header:before {
        transform: skew(10deg);
    }

    .board-panel p {
        font-size: 1.5vw;
        transform: rotate(0deg);
    }

    .board-panel:last-child p {
        transform: rotate(0deg);
    }

    .board-panel .font-s-28 {
        font-size: 2vw;
    }

    .board-panel .font-s-24 {
        font-size: 2vw;
    }

    .board-panel .font-s-20 {
        font-size: 1.67vw;
    }

    .board-panel .font-s-13 {
        font-size: 1.08vw;
    }

    /* Banner Background */

    .banner-background .char-left {
        left: -1%;
        bottom: -10.25%;
    }

    .banner-background .gem {
        left: 3%;
        bottom: -6%;
    }

    .banner-background .char-right {
        right: 5%;
    }
}

@media(max-width: 1024px) {
    .side-wrapper {
        top: 85px;
    }

    .side-wrapper .side-panel .side-toggle {
        width: 80px;
        height: 80px;
        left: -80px;
        font-size: 12px;
        line-height: 22px;
        padding: 0 10px 0 0;
    }

    .side-wrapper .side-panel .side-toggle .icon-panel {
        font-size: 30px;
        margin: 0 0 3px;
    }

    .ws_coupon {
        width: 54px;
        right: -4px;
        top: -2px;
    }

    .side-wrapper .side-panel {
        max-height: 80px;
    }

    .banner-background .dwarf {
        right: 0;
        bottom: 5%;
    }

    .scroll-top {
        width: 80px;
        height: 70px;
        bottom: 10px;
        right: 10px;
    }
}

@media(max-width: 767px) {
    .wrapper {
        padding-bottom: 45px;
    }

    .side-wrapper {
        top: auto;
        bottom: 48px;
        position: fixed;
    }

    .side-wrapper .side-panel .side-toggle {
        height: 60px;
        font-size: 10px;
        padding: 0 16px 0 0;
    }

    .ws_coupon {
        width: 50px;
        right: -7px;
        top: -2px;
    }

    .side-wrapper .side-panel {
        max-height: 60px;
    }

    .scroll-top {
        width: 100%;
        height: 45px;
        display: flex !important;
        opacity: 1 !important;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        right: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-radius: 0;
        font-size: 16px;
    }

    .scroll-top:before {
        display: none;
    }

    .scroll-top .icon {
        max-width: 20px;
        margin-right: 8px;
    }

    .scroll-top span {
        width: auto;
        letter-spacing: 4px;
    }

    .category-section .category-panel:before {
        background-size: 100% 100px;
    }

    .category-section .category-panel {
        height: 70px;
        padding: 0 0 5px;
    }

    .category-panel .bs-ul {
        max-width: 400px;
    }

    .category-panel .bs-ul li:nth-child(2):after {
        display: none;
    }

    .category-panel .bs-ul li:nth-last-child(2),
    .category-panel .bs-ul li:nth-last-child(1) {
        display: none;
    }
}


@media(max-width: 500px) {
	.num-item {
		text-align: center;
		top: 65px;
		left: 4px;
		transform: rotate(0deg);
		background-image: url(../img/banner/jackpot01.png);
		width: 100%;
		height: 60px;
		background-repeat: no-repeat;
		position: relative;
		max-width: 130px;
		background-size: 100%;
	}
	.nums {
		font: bold 17px / 1 'arial';
        margin-top: 10px;
	}
    .board-panel {
		padding-bottom: 30px;
        /*padding-bottom: 60px;*/
    }
	.board-panel .leftbn {
		width: 100%;
		height: 100%;
		background-image: url(../img/banner/left_banner04.png);
		background-repeat: no-repeat;
		background-size: 100%;
		transform: rotate(0deg);
	}
	.board-panel .rightbn {
		width: 100%;
		height: 100%;
		background-image: url(../img/banner/right_banner04.png);
		background-repeat: no-repeat;
		background-size: 100%;
		transform: rotate(0deg);
		background-position-y: -10px;
	}

    .banner-background {
        width: 108%;
        left: -4%;
        bottom: 8%;
    }

    .banner-background .star {
        right: 17%;
        bottom: 4%;
    }

    .board-panel:after {
        width: 5px;
        left: -5px;
    }

    .board-panel:last-child:after {
        right: -5px;
    }

    .board-panel .header {
        width: 96%;
        margin-bottom: 2.5%;
    }

    .board-panel .title:before {
        text-shadow: 0 1px #730900, 0 2px 2px rgba(0, 0, 0, 0.5);
    }

    .board-panel:last-child .title:before {
        text-shadow: 0 1px #123498, 0 2px 2px rgba(0, 0, 0, 0.5);
    }

    /* Category */

    .category-section .category-panel {
        padding: 0 0 15px;
    }

    .category-section .category-panel:before {
        background-size: 100% 80px;
    }

    .category-panel .bs-ul {
        max-width: 300px;
    }

    .category-panel .bs-ul li a {
        font-size: 12px;
    }

    .category-panel .bs-ul li a .icon-panel {
        font-size: 18px;
    }

    .category-panel .bs-ul li:first-child a .icon-panel {
        position: relative;
        top: 2px;
    }

    .category-panel .bs-ul li a .text:after {
        height: 1px;
    }
}

@media(max-width: 460px) {
    .board-panel .header {
        margin-bottom: 0.5%;
    }
}

@media(max-width: 375px) { 
    .board-panel .header {
        margin-bottom: 0;
    }

    .category-panel .bs-ul {
        max-width: 260px;
    }
}

/* - - - - - Provider Queries - - - - - */

@media(max-width: 1300px){
    .slot-btn {
        width: calc(20% - 20px);
        max-width: 230px;
        margin: 0 10px 20px;
    }

    .providers-section .row {
        margin: 0;
    }
}

@media(max-width: 1024px){
    .slot-btn {
        width: calc(25% - 20px);
        max-width: 210px;
    }
}

@media(max-width: 767px){
    .slot-btn {
        width: calc(33.33% - 20px);
    }
}

@media(max-width: 600px){
    .slot-btn .g-panel {
        padding: 10px;
    }

    .slot-btn .g-logo img {
        max-width: 110px;
        max-height: 28px;
    }
}

@media(max-width: 500px){
    .providers-section {
        margin: -10px 0 0;
    }

    .slot-btn {
        margin: 0 10px 10px;
    }

    .slot-btn .g-panel {
        padding: 8px;
    }

    .slot-btn .g-cont {
        padding: 2px;
    }

    .slot-btn .g-inner {
        border: solid 1px #000000;
    }

    .slot-btn .g-logo {
        height: 25px;
        margin-top: -15px;
    }

    .slot-btn .g-logo img {
        max-width: 100px;
        max-height: 25px;
    }

    .slot-btn .g-name {
        font-size: 12px;
    }

    .footer-providers img {
        max-width: 90px;
        max-height: 20px;
        margin: 6px 8px;
    }

    .footer-providers .h-lg {
        max-height: 16px;
    }

    .footer-providers .pragmatic {
        max-height: 30px;
    }

    .footer-copyright .logo {
        width: 150px;
    }
}

@media(max-width: 414px){
    .slot-btn {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }

    .slot-btn .g-logo {
        height: 20px;
    }

    .slot-btn .g-logo img {
        max-width: 90px;
        max-height: 20px;
    }

    .slot-btn .g-name {
        font-size: 10px;
    }
}

/* - - - - - Modal Queries - - - - - */

@media(max-width: 1024px){
    .modal-dialog {
        margin: 0;
        padding: 0 !important;
    }

    .modal-dialog-centered {
        min-height: 100%;
        align-items: stretch;
    }

    .modal-content {
        min-height: 100%;
    }

    .modal-sidebar {
        display: none !important;
    }

    .modal-wrapper {
        min-height: 100% !important;
        border-radius: 0;
        padding: 0;
    }

    .modal-panel {
        width: 100%;
        border-radius: 0;
        margin: 0;
        padding: 90px 40px 30px !important;
    }

    .modal-panel.w-100 {
        padding: 90px 40px 30px !important;
    }

    .modal .logo-panel {
        display: none;
    }

    .popup-modal {
        z-index: 1070;
    }

    .popup-modal .modal-dialog {
        margin: 0 auto;
        padding: 10px !important;
    }

    .popup-modal .modal-dialog-centered {
        min-height: 100%;
        align-items: center;
    }

    .popup-modal .modal-content {
        min-height: auto;
    }

    .popup-modal .modal-wrapper {
        min-height: auto !important;
        border-radius: 30px;
        padding: 5px;
    }

    .popup-modal .modal-panel {
        border-radius: 28px;
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
}

@media(max-width: 600px){
    .modal-panel,
    .modal-panel.w-100 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media(max-width: 500px){
    .popup-modal .modal-wrapper {
        padding: 2px;
    }

    .modal-panel,
    .modal-panel.w-100 {
        padding-top: 80px !important;
    }

    .popup-modal .modal-panel {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    .modal-header .title {
        font-size: 20px;
    }

    .modal-header .title .sub {
        font-size: 14px;
    }

    .modal-notice {
        padding: 10px 15px 15px;
    }

    .modal-notice .header .title {
        font-size: 16px;
    }

    .modal-notice .header .title .sub {
        font-size: 12px;
    }

    .modal-notice .header .icon-panel {
        width: 40px;
        height: 40px;
    }

    .modal-notice p {
        font-size: 12px;
    }

    .modal-badge .icon-panel {
        width: 50px;
    }

    .modal-badge .content {
        width: calc(100% - 50px);
        padding: 0 10px 0 20px;
        font-size: 12px;
    }

    .form-container .form-group .infos .btn-grp button {
        width: calc(33.33% - 4px);
        height: 35px;
        margin: 0 2px 4px;
    }

    /* Tables */

    .bs-table thead th,
    .bs-table tbody td {
        font-size: 12px;
    }

    .bs-table tr .count-td {
        width: auto;
        padding: 0 5px;
    }

    .bs-table tr .count-tag {
        width: 20px;
        height: 20px;
    }

    .bs-table tr td a {
        max-width: 180px;
    }

    .bs-table tr .title-td {
        max-width: 180px;
        padding-left: 5px;
    }

    .bs-table tr .nav-td {
        width: auto;
    }

    .new-icon {
        margin-left: 0;
    }
}

@media(max-width: 414px){
    .modal-badge .icon-panel {
        width: 40px;
        font-size: 18px;
    }

    .modal-badge .content {
        width: calc(100% - 40px);
        padding: 0 8px 0 15px;
        font-size: 12px;
    }

    .modal-badge .content button {
        width: auto;
        height: 28px;
        font-size: 10px;
        padding: 0 8px;
    }

    .modal-badge .content button i {
        margin-right: 0;
    }

    .modal-footer {
        margin-top: 30px;
    }

    .form-footer button {
        height: 45px;
    }

    .transferModal .form-container .w-btn .input-container {
        width: calc(100% - 150px);
    }

    .transferModal .form-container .form-group .form-btn {
        width: 140px;
        height: 45px;
        font-size: 12px;
    }

    .transferModal .form-container .form-group .form-btn i {
        margin: 0 3px;
    }

    .message-content .inner-container {
        font-size: 12px;
    }
}

/* - - - - - Gamelist Queries - - - - - */

.provider-toggle {
    width: 100%;
    height: 40px;
    margin: 0 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.provider-toggle i {
    transition: 0.3s;
    transform: rotate(0deg);
    margin-left: 8px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.provider-toggle.opened i {
    transform: rotate(180deg);
    top: 1px;
}

@media(max-width: 1300px){
    .game-btn {
        width: calc(20% - 16px);
    }
}

@media(max-width: 1200px){
    .game-btn {
        width: calc(25% - 16px);
    }
}

@media(max-width: 1024px){
    .gamelistModal .modal-wrapper {
        background-color: #1a1a1a;
        background-image: linear-gradient(to bottom left, #2a2a2a, #1a1a1a, #1a1a1a);
        min-height: auto;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .gamelistModal .modal-panel {
        padding-top: 0 !important;
        background-image: none;
        background-color: transparent;
    }

    .gamelistModal .modal-sidebar {
        width: calc(100% - 80px);
        display: flex !important;
        margin: 80px auto 10px;
        overflow: visible;
        border-radius: 0;
        background-color: transparent;
    }

    .gamelistModal .modal-sidebar:before,
    .gamelistModal .modal-sidebar:after {
        display: none;
    }

    .gamelistModal .modal-menu {
        width: 100%;
        position: relative;
        top: 0;
        height: auto;
        overflow: visible;
        padding: 0;
        margin: 0;
    }

    .gamelistModal .modal-menu:before, .gamelistModal .modal-menu:after {
        display: none;
    }

    .gamelistModal .modal-menu .scroll-panel {
        height: auto;
        overflow: hidden;
        display: none;
    }

    .gamelistModal .modal-menu .menu-btn {
        width: calc(20% - 2px);
        height: 46px;
        margin: 1px;
        background-color: rgba(0, 0, 0, 0.25);
        padding: 0 0 0 5px;
        float: left;
        border-radius: 4px;
    }

    .gamelistModal .modal-menu .menu-btn.active {
        background-color: rgba(255, 255, 255, 0.05);
        border: solid 1px rgba(255, 255, 255, 0.05);
    }

    .gamelistModal .modal-menu .menu-btn .icon-panel {
        width: 36px;
        height: 36px;
        border-radius: 5px;
        margin: 0;
    }

    .gamelistModal .modal-menu .menu-btn .icon-panel img {
        max-width: 30px;
        max-height: 28px;
    }

    .gamelistModal .modal-menu .menu-btn .text {
        width: calc(100% - 40px);
        display: inline-block;
        margin: 0;
        padding: 0 0 0 10px;
        font-size: 12px;
        text-align: left;
    }

    .gamelist-container .scroll-panel {
        width: calc(100% + 16px);
        height: auto;
        margin: 0 -8px 15px;
        overflow-y: visible;
        padding: 0;
    }

    .game-btn {
        width: calc(16.66% - 16px);
    }
}

@media(max-width: 900px){
    .game-btn {
        width: calc(20% - 16px);
    }
}

@media(max-width: 880px){
    .gamelistModal .modal-menu .menu-btn {
        width: calc(25% - 2px);
    }
}

@media(max-width: 767px){
    .game-btn {
        width: calc(25% - 16px);
    }

    .gamelistModal .modal-menu .menu-btn {
        width: calc(33.33% - 2px);
    }
}

@media(max-width: 600px){
    .gamelistModal .modal-sidebar {
        width: calc(100% - 40px);
    }
}

@media(max-width: 500px){
    .gamelistModal .modal-menu .menu-btn {
        width: calc(50% - 2px);
    }

    .game-btn {
        width: calc(33.33% - 16px);
    }

    .game-btn .g-footer {
        height: 35px;
    }

    .game-btn .g-footer .name-text {
        font-size: 10px;
    }
}

@media(max-width: 414px){
    .gamelist-container .scroll-panel {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .game-btn {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }

    .game-btn .g-footer {
        height: 30px;
    }
}

/* - - - - - Gameplay Queries - - - - - */

@media(max-width: 1024px){
    .gameplay-container {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        overflow-y: visible;
    }

    .gameplay-btn {
        width: calc(16.66% - 10px);
    }

    .gameplay-btn .g-tag {
        width: 70px;
        height: 70px;
    }
}

@media(max-width: 900px){
    .gameplay-btn {
        width: calc(20% - 10px);
    }
}

@media(max-width: 767px){
    .gameplay-btn {
        width: calc(25% - 10px);
    }
}

@media(max-width: 500px){
    .gameplay-btn {
        width: calc(33.33% - 10px);
    }
}

@media(max-width: 414px){
    .gameplay-btn .g-footer {
        height: 24px;
        font-size: 12px;
    }

    .gameplay-btn .g-count {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .gameplay-btn .btn-grp button,
    .game-btn .btn-grp button {
        height: 26px;
        margin-bottom: 6px;
    }
}

@media(max-width: 375px){
    .gameplay-btn .g-footer {
        height: 25px;
    }
}

/* - - - - - Realtime Queries - - - - - */

.realtime-panel.mobile-lg {
    width: calc(100% - 30px);
    max-width: 480px;
    margin: 0 auto 20px;
    background-color: #111111;
    background-image: url(../img/bg/realtime-bg-mob.png);
    background-size: contain;
    border-radius: 20px;
    padding: 10px 15px 20px;
    background-repeat: no-repeat;
    background-position: top center;
    border: solid 1px #392200;
}

.realtime-panel.mobile-lg:before,
.realtime-panel.mobile-lg:after {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background-color: transparent;
    transform: none;
}

.realtime-panel.mobile-lg:before {
    box-shadow: inset 3px 0 5px rgba(0, 0, 0, 1.0), inset -3px 0 5px rgba(0, 0, 0, 1.0);
}

.realtime-panel.mobile-lg:after {
    border-left: solid 1px #ffc439;
    border-right: solid 1px #ffc439;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.realtime-panel.mobile-lg .realtime-ticker {
    max-width: 350px;
}

@media(max-width: 1200px) {
    .realtime-panel.mobile-lg {
        display: block;
    }
}

@media(max-width: 500px) {
    .realtime-panel.mobile-lg {
        margin-top: 15px;
    }
}