/* Responsive  Styles */

.mobile {
    display: none !important;
}

.before-login .mobile button {
    width: calc(50% - 8px);
    height: 35px;
    margin: 0 4px;
}

.after-login .mobile button {
    width: calc(50% - 8px);
    height: 35px;
    margin: 0 4px;
}

.mypage-btn i {
    font-size: 16px;
    transition: 0.3s;
}

.mypage-btn.opened i {
    transform: rotate(180deg);
}

.modal-title-mob {
    display: none;
    color: var(--white-yellow);
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: -5px;
}

.sn-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    background-color: rgba(11, 2, 16, 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:1300px) {
    .banner-section {
        height: auto;
        padding: 0;
    }
    .banner-section .banner-bg {
        display: block;
        width: 123.9%;
        left: -11.95%;
    }
    .banner-section .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .logo {
        width: 18.59%;
    }
    .banner-carousel {
        margin-top: 1%;
    }
    .banner-carousel .text-panel {
        padding: 1.5% 15px;
        margin-bottom: 1.25%;
    }
    .banner-carousel .text-panel:before {
        height: 92%;
    }
}

/*@media(max-width:1300px){

    .banner-section .banner-bg {
        display: block;
        width: 130%;
        left: -15%;
    }

}*/

@media(max-width:1140px) {
    .banner-section .banner-bg {
        width: 140%;
        left: -20%;
    }
}

@media(max-width:900px) {
    .banner-carousel .text-panel {
        margin-bottom: 1.75%;
    }
    .banner-carousel .text-panel h1 {
        font-size: 3.4vw;
    }
    .banner-carousel .text-panel h2 {
        font-size: 2.6vw;
    }
}

@media(max-width:767px) {
    .logo {
        width: 22%;
    }
    .banner-section .banner-bg {
        width: 170%;
        left: -35%;
    }
    .banner-carousel .text-panel {
        padding: 6% 15px;
        margin-top: 180px;
        margin-bottom: 0;
    }
}

@media(max-width:500px) {
    .logo {
        width: 50%;
    }
    .carousel-indicators li {
        width: 20px;
        height: 4px;
        margin: 0 2px;
    }
    .carousel-indicators li.active {
        width: 30px;
        height: 4px;
    }
    .banner-section .banner-bg {
        width: 180%;
        left: -40%;
    }
    .banner-background {
        width: 120%;
        left: -10%;
    }
    .game-btn {
        width: calc(50% - 16px) !important;
    }
    
    .modal-title {
        display: block !important;
    }
    .modal-title .modal-icon {
        width: 100% !important;
        height: 120px;
        background-size: inherit !important;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/*  - - - - - - - - - - Header Queries - - - - - - - - - - */

@media(max-width:1320px) {
    .main-menu li a {
        padding: 0 20px;
    }
    .before-login .desktop button {
        width: 100px;
    }
    .before-login .input-panel {
        width: 150px;
    }
}

@media(max-width:1120px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .header-section {
        height: auto;
    }
    .header-section .container {
        padding: 0;
    }
    .header-section:before,
    .header-section:after {
        height: 3px;
    }
    .main-menu {
        width: 100%;
        table-layout: fixed;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    .main-menu li a {
        height: 43px;
        padding: 2px 0 0;
    }
    .main-menu li a:before {
        height: calc(100% - 4px);
    }
    .bal-container {
        width: 100%;
        padding: 8px 5px 11px;
    }
    .sidebar {
        width: 100%;
        margin: 10px auto 0;
        padding: 15px 10px;
        background-color: rgba(0, 0, 0, 0.25);
        display: none;
    }
    .sidebar .al-inner {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media(max-width:900px) {
    .toggle-section .container {
        padding: 0;
    }
    .toggle-btn {
        height: 60px;
        font-size: 18px;
        margin-top: -1px;
    }
    .toggle-btn .indicator {
        font-size: 24px;
    }
    .toggle-btn .btn-panel {
        width: 100%;
    }
    .toggle-btn:first-child .icon-panel {
        margin-left: 0;
        margin-right: 15px;
    }
    .toggle-btn:last-child .icon-panel {
        margin-right: 0;
        margin-left: 15px;
    }
    .toggle-btn:first-child .btn-panel {
        margin-right: 0;
    }
    .toggle-btn:last-child .btn-panel {
        margin-left: 0;
    }
    .toggle-btn .icon-panel {
        width: 100px;
        height: 80px;
    }
    .toggle-btn .icon-panel img {
        max-height: 60px;
    }
    .toggle-btn .btn-panel:before {
        bottom: 3px;
    }
}

@media(max-width:600px) {
    .toggle-btn {
        width: calc(50% - 30px);
        font-size: 14px;
    }
    .toggle-btn .indicator {
        font-size: 18px;
        top: -2px;
        position: relative;
    }
}

@media(max-width:500px) {
    .main-menu li a {
        font-size: 12px;
    }
    .main-menu li a i {
        display: none;
    }
    .toggle-section {
        padding: 0 5px;
    }
    .toggle-btn {
        width: calc(50% - 8px);
        height: 50px;
        margin: 10px 4px 0;
    }
    .toggle-btn .btn-panel {
        border-radius: 50px;
    }
    .toggle-btn .btn-panel:after {
        display: none;
    }
    .toggle-btn .icon-panel {
        width: 80px;
        height: 50px;
    }
    .toggle-btn:first-child .icon-panel {
        margin-left: -10px;
        margin-right: 0;
    }
    .toggle-btn:last-child .icon-panel {
        margin-right: -10px;
        margin-left: 0;
    }
    .toggle-btn .icon-panel img {
        max-height: 80px;
    }
    .toggle-btn {
        font-size: 12px;
    }
    .toggle-btn .indicator {
        font-size: 14px;
    }

	.bs-table thead th:first-child {
		width:15% !important;
	}

	.bs-table thead th:last-child {
		display:none;
	}

	.bs-table tr td > img {
		width:18px
	}
}

@media(max-width:414px) {
	.before-login .dflex-ac-jc {
		/* display:flex;
		justify-content: start; */
		/* flex-wrap: inherit; */
		display:block;
		overflow:hidden;

	}
	.before-login .dflex-ac-jc .login-btn,
	.before-login .dflex-ac-jc .input-panel {
		float:left;
		width: 32%;
		margin-left:0;
	}
	.before-login .dflex-ac-jc .login-btn {
		margin-left:2%;
	}
	.before-login .dflex-ac-jc .input-panel:first-child {
		margin-right:2%;
	}
	.before-login button.btn-red {
		width:100%;
		margin:8px 0 0;
	}
    .sidebar .al-inner {
        flex-wrap: wrap;
    }
    .sidebar .al-cont {
        width: 50% !important;
        height: 40px;
        margin: 2px 0;
        padding: 5px 10px;
    }
    .sidebar .al-cont:nth-child(1) {
        order: 1;
    }
    .sidebar .al-cont:nth-child(2) {
        order: 3;
    }
    .sidebar .al-cont:nth-child(3) {
        order: 5;
    }
    .sidebar .al-cont:nth-child(4) {
        order: 2;
    }
    .sidebar .al-cont:nth-child(5) {
        order: 4;
    }
    .sidebar .al-cont:nth-child(6) {
        /* order: 6; */
		display:none;
    }
    .sidebar .al-cont .labels {
        top: 0;
        bottom: 0;
        left: 5px;
        margin: auto 0;
    }
    .sidebar .btn-group {
        padding: 0;
        background-color: transparent;
        background-image: none;
        border: none;
    }
    .sidebar .btn-group button {
        width: calc(50% - 8px);
        height: 30px;
        font-size: 12px;
        margin: 0 4px;
    }

	.modal-menu .bs-ul {
		flex-wrap: initial !important;
	}
	
	.modal-menu li a.active {
		color:  #ff8d2b;
	}
	.modal-menu li a.active .icon-panel {
		color:  #ff8d2b;
		margin: 0 0 0 -5px;
		text-shadow: 0 1px 0 rgb(0 0 0 / 100%)
	}
	.modal-menu li a.active .icon-panel:before {
		display:none;
	}

	.message-content {
		width:auto;	
		margin: 0;
		padding: 10px;
	}

	.message-content .inner-container {
		padding:0;
		overflow-y : inherit;
	}

	.message-content .inner-container p {
		padding:0 !important;
	}

	
}

/*  - - - - - - - - - - Responsive Queries - - - - - - - - - - */

@media(max-width:1430px) {
    .board-section .row {
        margin: 0;
    }
    .board-panel {
        width: 100%;
        max-width: 740px;
        margin: 10px 0;
    }
    .board-panel:first-child {
        order: 2;
        margin-top: 100px;
    }
    .realtime-board {
        width: 100%;
        max-width: 740px;
        margin: 10px 0;
        order: 1;
    }
    .board-panel:last-child {
        order: 3;
    }
    .board-section {
        padding: 40px 0 15px;
    }
}

@media(max-width:1310px) {
    .sc-btn {
        width: calc(20% - 15px);
    }
}

@media(max-width:1024px) {
    .sc-btn {
        width: calc(25% - 15px);
    }
}

@media(max-width:767px) {
    .sc-btn {
        width: calc(33.33% - 15px);
    }
    .footer-section .provider-logo img {
        max-width: 80px;
        max-height: 34px;
        margin: 8px 10px;
    }
    .sc-btn .g-info .g-name {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media(max-width:500px) {
    .page-content {
        padding: 0;
    }
    .game-provider {
        margin: 20px 0 0;
    }
    .sc-btn {
        width: calc(50% - 12px);
        margin: 7px 6px;
        padding: 2px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
    }
    .sc-btn .g-panel {
        padding: 6px 6px 8px;
    }
    .sc-btn .play-btn {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }
    .board-panel .header .icon-panel img {
        max-width: 70px;
    }
    .board-panel:last-child .header .icon-panel img {
        max-width: 60px;
    }
    .board-panel .header .title-panel .title {
        font-size: 18px;
    }
    .board-section .board-panel .content table td a {
        max-width: 200px;
        font-size: 12px;
    }
    .board-panel table tr td {
        font-size: 12px;
        padding-right: 0;
    }

	.board-panel table tr td:first-child {
		width:15%
	}

	.board-panel table tr td img {
		width:18px
	}

    .realtime-board .rb-panel .rb-cont {
        padding: 5px 8px;
    }
    .rolling-realtime ul li div {
        font-size: 12px;
    }
    .rolling-realtime ul li div.amount {
        font-size: 14px;
        padding: 0;
    }
    .rolling-realtime ul li .crown-icon {
        width: 30px;
    }
    .footer-section {
        padding: 25px 0 35px;
    }
    .footer-section .provider-logo {
        padding: 0 0 20px;
		width: 80%;
		margin: auto;
    }

	.footer-section .provider-logo img {
		width: 18%;
	}

    .footer-section .copyright {
        padding: 15px 0 0;
    }

	.footer-section .copyright img {
		max-width:50px
	}
}

/*  - - - - - - - - - - Modal Queries - - - - - - - - - - */

@media(max-width:1024px) {
    .level-information .container {
        width: 25%;
    }
    .level-information .container:first-child {
        width: 20%;
    }
    .level-information .container span {
        font-size: 12px;
    }
    .level-information .container .labels {
        margin-right: 0;
    }
    .level-information .container .amount {
        font-size: 14px;
    }
    .level-information .point-form {
        width: 55%;
        padding: 0 5px;
    }
    .level-information .point-form input {
        width: 58%;
        border-radius: 5px 0 0 5px;
    }
    .level-information .points-btn {
        width: 40%;
        position: relative;
        right: 0;
        font-size: 8px;
        border-radius: 0 5px 5px 0;
    }
    .gamelist-container {
        min-height: initial;
        max-height: initial;
        margin: 0 0 -20px;
        overflow-y: auto;
        padding: 0;
    }
    .game-btn {
        width: calc(20% - 16px);
    }
}

@media(max-width:767px) {
    .modal-title {
        margin: 0 0 -18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal-title .modal-icon {
        width: 70px;
        height: 80px;
        font-size: 24px;
        margin: 0;
    }
    .modal-title .title-panel {
        margin: 0 0 0 10px;
        white-space: nowrap;
    }
    .modal-title .title {
        width: auto;
        font-size: 24px;
        vertical-align: baseline;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
    }
    .modal-title .sub {
        width: auto;
        font-size: 12px;
        vertical-align: baseline;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
        margin-left: 5px;
    }
    .w-mob-title {
        display: none !important;
    }
    .modal-title-mob {
        display: inline-block;
    }
    .modal-head-panel {
        width: 100%;
        margin: 30px auto 10px;
        padding: 0 30px;
        min-height: initial;
    }
    .modal-head-panel .btn-grp {
        width: 100%;
        order: 1;
        margin: 0;
    }
    .modal-head-panel .btn-grp button {
        width: calc(50% - 8px);
        margin: 0 4px;
    }
    .modal-head-panel .ask-link {
        width: 100%;
        text-align: center;
        order: 2;
        margin: 10px 0 0;
    }
    .game-btn {
        width: calc(25% - 16px);
    }
}

@media(max-width:600px) {
    .modal-menu .bs-ul {
        display: flex;
        flex-wrap: wrap;
    }
    .modal-menu .bs-ul li {
        width: 33.33%;
        display: block;
    }
    .modal-menu .bs-ul li:nth-child(4n+0):before {
        display: none;
    }
    .modal-menu li a {
        height: 40px;
    }
    .modal-menu li a:before {
        display: none;
    }
    .gamelist-container {
        width: calc(100% + 10px);
        margin: 0 -5px -20px;
    }
    .game-btn {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }
    .game-btn .g-panel .g-footer {
        height: 30px;
    }
    .game-btn .g-panel .g-footer .name-text {
        font-size: 11px;
    }
    .game-btn .g-panel .play-btn {
        top: 5px;
        left: 5px;
    }
    .game-btn .g-panel .play-btn .icon {
        width: 30px;
        height: 30px;
    }
    .modal-body {
        padding-top: 10px;
    }
}

@media(max-width:500px) {
    .modal-banner {
        height: auto;
    }
    .modal-banner .modal-logo {
        width: 100px;
        margin: 0 0 5px;
    }
    .modal-title .modal-icon {
        width: 60px;
        height: 65px;
        font-size: 20px
    }
    .modal-title .modal-icon img {
        max-width: 38px;
    }
    .modal-title .title-panel {
        margin: -10px 0 0 0;
    }
    .modal-title .title {
        font-size: 18px;
        opacity: 0;
		display:none;
    }
    .modal-head-panel {
        padding: 0 10px;
    }
    .modal-menu {
        margin: 0 0 20px;
    }
    .modal-menu li a {
        font-size: 12px;
    }
    .modal-menu li a .icon-panel {
        width: 30px;
        height: 22px;
    }
    .modal-body {
        padding: 10px 10px 40px;
    }
    .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;
    }
    .new-icon {
        margin-left: 2px;
    }
    .bs-table tr .count-tag {
        width: 20px;
        height: 20px;
        margin: 0 0 0 5px;
    }
    .form-container .form-group {
        margin: 0 0 15px;
    }
    .form-footer button {
        height: 45px;
        margin: 0 4px;
    }
    .bs-table td .level-txt {
        width: 100%;
        text-align: center;
    }
	.btn-brown,
	.form-container .form-group .infos .btn-grp button {
		width:auto;
	}
	.board-section {
		padding: 0 0 15px
	}
}