@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 0;
}

html::-webkit-scrollbar-thumb {
    width: 0;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

body.active {
    overflow: hidden;
}

button, a, input, select, textarea {
    outline: none !important;
    transition: 0.3s;
}

button {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

img {
    pointer-events: none;
}

.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before,
.w-a:after,
.w-ba:before,
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}


.font-light { font-weight: 300 !important; }

.font-medium { font-weight: 500 !important; }

.font-bold { font-weight: 700 !important; }

.font-black { font-weight: 900 !important; }

.font-gms-medium { font-family: GmarketSansMedium; }

.font-gms-bold { font-family: GmarketSansBold; }

.text-gray { color: #999999 !important; }

.text-yellow { color: #ffe546 !important; }

.text-yellow-l { color: #fff557 !important; }

.text-yellow-d { color: #feb810 !important; }

.text-pink { color: #ff4888 !important; }

.text-green { color: #52e924 !important; }

.text-red { color: #ff4141 !important; }

.text-blue { color: #3da8da !important; }

.text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fbff17, #fbff17, #b57406, #b57406);
    background-size: 100% 100%;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dflex-ac-je {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-as-jc {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-acs-jc {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.min-h-auto {
    min-height: auto !important;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.easy-ticker ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    padding: 0;
    position: relative !important;
}

.easy-ticker ul li {
    list-style: none;
    width: auto;
    height: auto;
    position: relative;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1510px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Button Styles */

.btn-yellow, .btn-gray, .btn-red {
    color: #ffffff;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-yellow i, .btn-gray i, .btn-red i {
    font-size: 16px;
    margin-right: 3px;
    transition: 0.3s;
}

.btn-yellow {
    color: #5d3200;
    font-weight: 500;
    background-image: linear-gradient(to right, #b57406, #ffe451);
    box-shadow: 0 2px 0 #63371e;
}

.btn-yellow i {
    color: rgba(0, 0, 0, 0.6);
}

.btn-gray {
    background-image: linear-gradient(to right, #3a3a3a, #555555);
    box-shadow: 0 2px 0 #333333;
}

.btn-red {
    background-image: linear-gradient(to right, #a8170f, #ff7050);
    box-shadow: 0 2px 0 #8a120c;
}

.btn-gray i {
    color: #777777;
}

.btn-yellow:before, .btn-gray:before, .btn-red:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.btn-yellow:before {
    background-image: linear-gradient(to right, #934f0b, #ffb916);
}

.btn-gray:before {
    background-image: linear-gradient(to right, #4a4a4a, #777777);
}

.btn-red:before {
    background-image: linear-gradient(to right, #c05800, #ff9d49);
}

@media(min-width: 1025px){
    .btn-yellow:hover:before, .btn-gray:hover:before, .btn-red:hover:before {
        opacity: 1;
    }

    .btn-yellow:hover {
        color: #ffffff;
        font-weight: 400;
        box-shadow: 0 2px 0 #814406;
    }

    .btn-yellow:hover i {
        color: #ffe546;
    }

    .btn-gray:hover {
        box-shadow: 0 2px 0 #3a3a3a;
    }

    .btn-gray:hover i {
        color: #999999;
    }
}


/* Wrapper */

.wrapper {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.wrapper.affix {
    padding: 55px 0 0;
}


/* Header Section */

.header-section {
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 99;
}

.affix .header-section {
    z-index: 120;
}

.header-main {
    width: 100%;
    height: 80px;
    background-color: #111111;
    position: relative;
    z-index: 9;
}

.logo {
    width: 255px;
    display: inline-block;
    position: relative;
}

.logo img {
    position: absolute;
    bottom: 0;
}

.logo div {
    position: absolute;
    bottom: 0;
}

.logo div .d-img {
    width: 100%;
    position: relative;
}

@keyframes logoBounce {
    0% {
        transform: scale(0.5);
    }
    40% {
        transform: scale(1.3);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1); 
    }
}

.logo .logo-img {
    width: 70%;
    position: relative;
    opacity: 1;
    animation: logoBounce 10s ease-in-out infinite; 
}


.logo .high {
    width: 40.79%;
    left: 0;
    animation: lgHighAnim 10s ease infinite;
}


@keyframes lgHighAnim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .one {
	width: 25%;
    /*width: 10.2%;*/
    left: 0;
    right: 5%;
    bottom: 4%;
    margin: 0 auto;
    animation: lgOneAnim 10s ease infinite;
	z-index: 99;
}

@keyframes lgOneAnim {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    3% {
        opacity: 0;
        transform: translateY(50%);
    }
    13% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .one .d-img {
    opacity: 0;
}

.logo .one-top {
    width: 100%;
    bottom: auto;
    top: 0;
    left: 0;
    animation: lgOneTopAnim 10s ease infinite;
}

@keyframes lgOneTopAnim {
    0% {
        transform: translateY(10%);
        filter: brightness(0) invert(1);
    }
    8% {
        transform: translateY(10%);
        filter: brightness(0) invert(1);
    }
    15% {
        transform: translateY(0);
        filter: brightness(100%) invert(0);
    }
    95% {
        transform: translateY(0);
        filter: brightness(100%) invert(0);
    }
    100% {
        transform: translateY(0);
        filter: brightness(100%) invert(0);
    }
}

.logo .one-bot {
    width: 100%;
    right: 0;
    animation: lgOneTBotAnim 10s ease infinite;
}

@keyframes lgOneTBotAnim {
    0% {
        transform: translateY(-10%);
        filter: brightness(0) invert(0);
    }
    8% {
        transform: translateY(-10%);
        filter: brightness(0) invert(0);
    }
    15% {
        transform: translateY(0);
        filter: brightness(100%) invert(0);
    }
    95% {
        transform: translateY(0);
        filter: brightness(100%) invert(0);
    }
    100% {
        transform: translateY(0);
        filter: brightness(100%) invert(0);
    }
}

.logo .slot {
    width: 38.44%;
    right: 7.5%;
    bottom: 4%;
    animation: lgSlotAnim 10s ease infinite;
}

@keyframes lgSlotAnim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .star {
    width: 7.06%;
    right: -1%;
    bottom: 4%;
    animation: lgStarAnim 10s ease infinite;
}

@keyframes lgStarAnim {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    8% {
        opacity: 0;
        transform: translateX(-100%);
    }
    16% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .star .d-img {
    animation: lgStarImg 2s linear infinite;
}

@keyframes lgStarImg {
    0% {
         transform: rotate(0deg);
    }
    100% {
         transform: rotate(360deg);
    }
}


/* Sound Btn */

.sound-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #333333;
    border: none;
    color: #999999;
    margin: 8px 0 0 60px;
    position: relative;
}

.sound-btn:hover {
    background-color: #4a4a4a;
    color: #ffffff;
}

.sound-btn:before {
    content: '';
    width: 1px;
    height: 100%;
    left: -30px;
    top: 0;
    position: absolute;
    background-color: #2a2a2a;
}


/* Bal Container */

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login button {
    width: 130px;
    height: 40px;
    margin: 0 0 0 6px;
}


/* After Login */

.after-login {
    display: none;
    position: relative;
}

.after-login.active {
    display: block;
}

.al-d-info {
    height: 100%;
    padding: 0 20px;
    margin-right: 12px;
}

.al-d-info:after {
    width: 0;
    height: 100%;
    max-height: 28px;
    border-right: solid 1px rgba(255, 255, 255, 0.15);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.al-d-info .icon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fbff17, #fbff17, #cb7a28, #cb6d28);
    background-size: 100% 100%;
    font-size: 20px;
    margin-right: 5px;
}

.after-login button {
    width: 130px;
    height: 40px;
    margin-left: 8px;
}

.after-login .nav-btn {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background-color: #333333;
    color: #ffd546;
    margin: 0 0 0 8px;
    font-size: 19px;
}
.after-login .nav-btn .text {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    font-size: 10px;
    color: #bbbbbb;
}
.after-login .nav-btn:hover {
    color: #ffffff;
    background-color: #4a4a4a;
}

.after-login .message-btn {
    margin-right: 2px;
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c8280c;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -8px;
    top: -2px;
    text-shadow: none;
}

.after-login .message-btn i {
    animation: notifAnim 1s ease infinite;
}

@keyframes notifAnim {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Dropdown */

.drop-down {
    position: relative;
    transition: 0.3s;
}

.drop-down .toggle-btn {
    transition: 0s;
}

.drop-down .toggle-btn .icon{
    position: relative;
    top: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .icon{
    top: -5px;
}

.drop-down:hover .toggle-btn .icon{
    top: -5px;
}

.drop-down .toggle-btn .arrow-icon {
    color: #fcee3b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
    text-shadow: none;
}

.drop-down.active .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: -2px;
    transform: rotate(180deg);
}

.drop-down:hover .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: -2px;
}

.drop-down-menu {
    width: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #333333;
    border: solid 1px #444444;
    padding: 7px 10px;
    border-radius: 15px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}


/* Account Info */

.after-login .account-info .row {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 0 0 0 8px;
    margin: 2px 0;
    cursor: pointer;
}

.after-login .account-info .labels{
    text-align:left;
    min-width:90px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 0;
}

.after-login .account-info .labels .icon{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right: 5px;
    font-size: 16px;
}

.after-login .account-info .labels .icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fbff17, #fbff17, #cb7a28, #cb6d28);
    background-size: 100% 100%;
}

.after-login .account-info .information{
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #ffffff;
    font-size: 13px;
    padding: 0 0 0 10px;
}

.after-login .drop-down .btn-grp button{
    width:100%;
    height:36px;
    border-radius:20px;
    margin: 8px 0;
    border:none;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.after-login .drop-down .message-btn .count {
    position: relative;
    width: 18px;
    height: 18px;
    font-size: 10px;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    padding: 1px 0 0;
}

.after-login .mobile {
    position: relative;
    z-index: 100;
}

.after-login .mobile button {
    width: 38px;
    height: auto;
    border: none;
    background-color: transparent;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -2px 0 0 8px;
    position: relative;
}

.after-login .mobile button i {
    font-size: 28px;
    color: #ffd546;
}

.after-login .mobile .logout-btn i {
    color: #777777;
}

.after-login .mobile button .text {
    width: 100%;
    color: #777777;
    font-size: 10px;
    white-space: nowrap;
    display: inline-block;
    margin-top: -5px;
}

.after-login .mobile .message-btn i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}


/* Header Menu */

.header-menu {
    width: 100%;
    height: 55px;
    background-color: #e04d48;
    background-image: linear-gradient(#e04d48, #64190f);
    border-top:  solid 1px #e44f4a;
    box-shadow: inset 0 2px 0 #a63232;
    left: 0;
    top: 0;
}

.affix .header-menu {
    position: fixed;
    border-bottom-color: #2a2a2a;
    box-shadow: inset 0 2px 0 #a63232, 0 2px 10px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.header-menu:before {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.main-menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    table-layout: fixed;
}

.main-menu li {
    width: 100%;
}

.main-menu li a {
    color: #e1dddd;
    font-size: 15px;
    display: inline-block;
}

.main-menu li a:hover {
    color: #ffffff;
}

.main-menu li a:after {
    width: 0;
    max-width: 20px;
    height: 2px;
    border-radius: 3px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #ca6c28, #ffe451);
    transition: 0.3s;
}

.main-menu li a:hover:after {
    width: 50%;
}

.main-menu li a .icon-panel {
    display: inline-block;
}

.main-menu li a .icon-panel img {
    filter: grayscale(100%) brightness(125%);
    margin-right: 2px;
    position: relative;
    top: -2px;
}


/* Banner Section */

.banner-section {
    width: 100%;
    height: 465px;
    z-index: initial;
}

.banner-section:before,
.banner-section:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-section:before {
    height: 877px;
    background-image: url(../img/bg/banner-bg.png);
}

.banner-section:after {
    background-image: url(../img/bg/banner-glow.png);
    animation: bannerGlow 1.5s ease-out infinite;
}

@keyframes bannerGlow {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.banner-section .container {
    z-index: initial;
}

.banner-section .container:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/bg/sparkle-bg.png);
    z-index: 1;
    animation: bannerSparkle 1.5s linear infinite;
}

@keyframes bannerSparkle {
    0% { opacity: 1.0; }
    15% { opacity: 0.25; }
    30% { opacity: 1.0; }
    45% { opacity: 0.25; }
    60% { opacity: 1.0; }
    100% { opacity: 1.0; }
}

.banner-board {
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
}

/* Board Panel */

.board-panel {
    width: 315px;
    transform-origin: top left;
    transform: rotate(-10deg);
    background-color: #111111;
    box-shadow: -10px 0 0 rgba(0, 0, 0, 0.4);
    border-right: solid 2px #3a3a3a;
    overflow: hidden;
    /*padding: 1.8% 0 0;*/
    opacity: 0;
    position: relative;
    animation: boardLeftAnim 1.5s ease 0.3s 1 forwards;
}

.board-panel .leftbn{
	width: 110%;
    height: 100%;
    background-image: url(../img/banner/left_banner04.png);
    background-repeat: no-repeat;
	background-size: 100%;
	transform: rotate(0deg);
}
.board-panel .rightbn{
	width: 110%;
    height: 100%;
    background-image: url(../img/banner/right_banner04.png);
    background-repeat: no-repeat;
	background-size: 100%;
	transform: rotate(0deg);
}

.num-item {
	text-align: center;
    top: 190px;
    left: 4px;
    transform: rotate(-10deg);
    background-image: url(../img/banner/jackpot01.png);
    width: 100%;
    height: 143px;
    background-repeat: no-repeat;
    position: relative;
    max-width: 330px;
}
.nums {
    font: bold 33px / 1 'arial';
    background: linear-gradient(to bottom, #d6af68 27%, #ffecb3 40%, #936a14 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.7px;
    text-shadow: 1px 1px 6px #ffcf6073;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 25px;
}

@keyframes boardLeftAnim {
    0% {
        opacity: 0;
        left: 5%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.board-panel:last-child {
    transform-origin: top right;
    transform: rotate(10deg);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.4);
    border-right: none;
    border-left: solid 2px #3a3a3a;
    animation: boardRightAnim 1.5s ease 0.3s 1 forwards;
}

@keyframes boardRightAnim {
    0% {
        opacity: 0;
        left: -5%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.board-panel:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bg/board-bg.png);
    background-position: top 1px left;
    background-repeat: no-repeat;
}

.board-panel:last-child:before {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}

.board-panel:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(#111111, #7f7f7f);
}

.board-panel:last-child:after {
    left: auto;
    right: 0;
}

/* header */

.board-panel .header {
    width: 90%;
    height: 50px;
    margin: 15px auto 5.5%;
    transform: rotate(10deg);
    font-size: 24px;
}

.board-panel:last-child .header {
    transform: rotate(-10deg);
}

.board-panel .header:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
    box-shadow: 0 1px 0 #777777, 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transform: skew(10deg);
}

.board-panel:last-child .header:before {
    transform: skew(-10deg);
}

.board-panel .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ff7352, #ff3e35);
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.board-panel:last-child .title {
    background-image: -webkit-linear-gradient(#00f0f7, #03ddfc);
}

.board-panel .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    position:absolute;
    text-shadow: 0 2px #730900, 0 3px 2px rgba(0, 0, 0, 0.5);
    z-index:-1;
    white-space: nowrap;
}

.board-panel:last-child .title:before {
    text-shadow: 0 2px #123498, 0 3px 2px rgba(0, 0, 0, 0.5);
}

/* content */

.board-panel .content {
    position: relative;
    z-index: 1;
}

.board-panel p {
    margin: 0;
    font-size: 18px;
    transform: rotate(10deg);
}

.board-panel:last-child p {
    transform: rotate(-10deg);
}

.board-panel .font-s-24 {
    font-size: 24px;
}

.board-panel .font-s-28 {
    font-size: 28px;
}

.board-panel .font-s-20 {
    font-size: 20px;
}

.board-panel .font-s-15 {
    font-size: 15px;
}

.board-panel .font-s-13 {
    font-size: 13px;
}

.board-panel .font-s-12 {
    font-size: 12px;
}

.board-panel .font-s-11 {
    font-size: 11px;
}

.board-panel .font-s-10 {
    font-size: 10px;
}


.board-panel .m-b-m1 {
    margin: 0 0 -1.75%;
}

.board-panel .m-b-1 {
    margin: 0 0 2%;
}

.board-panel .m-b-2 {
    margin: 0 0 5%;
}

.board-panel .m-x-1 {
    margin: 0 2%;
}

.board-panel .m-r-1 {
    margin: 0 2% 0 0;
}

.board-panel .text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#cccccc, #ffffff, #999999);
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.0));
}


/* Realtime Panel */

.realtime-panel {
    width: 480px;
    height: 100%;
    max-height: 380px;
    overflow: hidden;
    margin: 0 20px;
    z-index: 2;
    opacity: 0;
    animation: realtimeAnim 1s ease 1 forwards;
}

.realtime-panel.mobile-lg {
    display: none;
}

@keyframes realtimeAnim {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.realtime-panel:before,
.realtime-panel:after {
    width: 50%;
    height: 120%;
    top: 0;
    background-color: #111111;
}

.realtime-panel:before {
    left: 0;
    transform-origin: top left;
    transform: rotate(-10deg);
}

.realtime-panel:after {
    right: 0;
    transform-origin: top right;
    transform: rotate(10deg);
}

.realtime-panel .realtime-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../img/bg/realtime-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
}

.realtime-panel .realtime-bg .glow-bg,
.realtime-panel .realtime-bg .glow-bg:before,
.realtime-panel .realtime-bg .glow-bg:after,
.realtime-panel .realtime-bg .border-bg,
.realtime-panel .realtime-bg .border-bg:before,
.realtime-panel .realtime-bg .border-bg:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.realtime-panel .realtime-bg .glow-bg:before,
.realtime-panel .realtime-bg .glow-bg:after {
    background-image: url(../img/bg/realtime-glow.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.realtime-panel .realtime-bg .border-bg:before,
.realtime-panel .realtime-bg .border-bg:after {
    background-image: url(../img/bg/realtime-border.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.realtime-panel .realtime-bg .glow-bg:after,
.realtime-panel .realtime-bg .border-bg:after {
    transform: rotateY(180deg);
}

/* header */

.realtime-panel .header {
    width: 100%;
    height: 50px;
    margin: 15px 0 5px;
    position: relative;
    z-index: 2;
}

.realtime-panel .title {
    color: #ffffff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.realtime-panel .title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#cccccc, #ffffff, #999999);
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.realtime-panel .title .yellow-gradient {
    background-image: -webkit-linear-gradient(#fee724, #f7ff14, #d88e13);
}

.realtime-panel .title span:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    position:absolute;
    text-shadow: 0 2px #4a4a4a, 0 3px 3px rgba(0, 0, 0, 0.5);
    z-index:-1;
    white-space: nowrap;
}

.realtime-panel .title .yellow-gradient:before {
    text-shadow: 0 2px 0 #89390a, 0 3px 3px rgba(0, 0, 0, 0.5);
}

/* Ticker */

.realtime-panel .content {
    overflow: hidden;
}

.realtime-ticker {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: -1px;
}

.realtime-ticker ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 46px;
    cursor: pointer;
    transition: 0.3s;
}

.realtime-ticker ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.realtime-ticker ul li:hover div {
    background-color: rgba(255, 255, 255, 0.05);
}

.realtime-ticker ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 8px;
}

.realtime-ticker ul li div.amount {
    width: 36%;
    font-size: 16px;
    padding-right: 15px;
    font-weight: 700;
    justify-content: flex-end;
}

.realtime-ticker ul li div.date {
    width: 29%;
    color: #999999;
    font-size: 13px;
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.banner-background img {
    position: absolute;
    bottom: 0;
    z-index: 105;
}

.banner-background div {
    position: absolute;
    bottom: 0;
    z-index: 105;
}

.banner-background div .d-img {
    width: 100%;
    position: relative;
}

.banner-background .gem {
    width: 23.31%;
    left: -5%;
    bottom: 0;
    transform-origin: bottom left;
    animation: gemAnim 12s ease 1s infinite backwards;
}

@keyframes gemAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    6% {
        opacity: 0;
        transform: scale(0.5);
    }
    14% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .char-left {
    width: 29.54%;
    left: -10.5%;
    bottom: -11.25%;
    animation: charLeftAnim 12s ease 1s infinite backwards;
}

@keyframes charLeftAnim {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .char-right {
    width: 24.04%;
    right: -4%;
    bottom: -9.5%;
    animation: charRightAnim 12s ease 1s infinite backwards;
}

@keyframes charRightAnim {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .seven {
    width: 36.92%;
    bottom: auto;
    top: 24%;
    right: -8.75%;
    animation: sevenAnim 12s ease 1s infinite backwards;
}

@keyframes sevenAnim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    10% {
        opacity: 0;
        transform: translateY(-50%);
    }
    16% {
        opacity: 1;
        transform: translateY(5%);
    }
    26% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .roulette {
    width: 52.89%;
    right: 0;
    bottom: 7.75%;
    animation: rouletteAnim 12s ease 1s infinite backwards;
}

@keyframes rouletteAnim {
    0% {
        opacity: 0;
        transform: translateY(30%);
    }
    3% {
        opacity: 0;
        transform: translateY(30%);
    }
    9% {
        opacity: 1;
        transform: translateY(-5%);
    }
    19% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .star {
    width: 13.25%;
    right: 9.25%;
    bottom: 1.75%;
    animation: starAnim 12s ease 1s infinite backwards;
}

@keyframes starAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    8% {
        opacity: 0;
        transform: translateY(25%);
    }
    16% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .star .d-img {
    animation: starImgAnim 2s ease infinite;
}

@keyframes starImgAnim {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(10deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.banner-background .roulette-gold {
    width: 45.73%;
    right: 7.25%;
    bottom: 6.75%;
    animation: rouletteGoldAnim 12s ease 1s infinite backwards;
}

@keyframes rouletteGoldAnim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    4% {
        opacity: 0;
        transform: translateX(-25%);
    }
    12% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .dwarf {
    width: 15.43%;
    right: 4.25%;
    bottom: 1.75%;
    z-index: 115;
    animation: dwarfAnim 12s ease 1s infinite backwards;
}

@keyframes dwarfAnim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    3% {
        opacity: 0;
        transform: translateX(-25%);
    }
    11% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}



/* Category Section */

.category-section {
    width: 100%;
    margin: -100px 0 0;
    position: relative;
    z-index: 110;
}

.category-section .category-panel {
    width: 100%;
    height: 100px;
}

.category-section .category-panel:before {
    width: 100%;
    height: 177px;
    left: 0;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/bg/category-bg.png);
    background-size: contain;
}

.category-panel .bs-ul {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    table-layout: fixed;
}

.category-panel .bs-ul li:before,
.category-panel .bs-ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.category-panel .bs-ul li:before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.category-panel .bs-ul li:first-child:before {
    display: none;
}

.category-panel .bs-ul li:after {
    right: 0;
    background-color: rgba(255, 255, 255, 0.08);
}

.category-panel .bs-ul li:last-child:after {
    display: none;
}

.category-panel .bs-ul li a {
    color: #cdcaca;
    font-size: 15px;
}

.category-panel .bs-ul li a:hover,
.category-panel .bs-ul li a.active {
    color: #ffffff;
}

.category-panel .bs-ul li a .icon-panel {
    color: #999999;
    font-size: 20px;
    position: relative;
    margin-right: 6px;
}

.category-panel .bs-ul li a .icon-panel i {
    transition: 0.3s;
}

.category-panel .bs-ul li a:hover .icon-panel i {
    opacity: 0;
}

.category-panel .bs-ul li a.active .icon-panel i {
    opacity: 0;
}

.category-panel .bs-ul li a .icon-panel .hover-icon {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.category-panel .bs-ul li a:hover .icon-panel .hover-icon {
    opacity: 1;
}

.category-panel .bs-ul li a.active .icon-panel .hover-icon {
    opacity: 1;
}

.category-panel .bs-ul li a .text {
    display: inline-block;
}

.category-panel .bs-ul li a .text:after {
    width: 0;
    max-width: 50px;
    height: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #b57406, #ffe451);
    transition: 0.3s;
}

.category-panel .bs-ul li a.active .text:after {
    width: 100%;
}


/* Providers Section */

.providers-section {
    width: 100%;
    background-image: url(../img/bg/main-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.slot-btn {
    width: 230px;
    margin: 0 10px 20px;
    display: inline-block;
    color: #cdcaca;
    transition: 0s;
    z-index: 115;
}

.slot-btn .g-panel {
    width: 100%;
    padding: 20px;
    transition: 0.5s;
    animation: sbGpanelAnim 2s ease 0.5s 1 backwards;
}

@keyframes sbGpanelAnim {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.slot-btn .g-panel:before,
.slot-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.slot-btn .g-panel:before {
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

.slot-btn .g-panel:after {
    background-image: url(../img/bg/slot-bg.png);
    background-size: 100% 100%;
}

.slot-btn:first-child .g-panel:after {
    #background-image: url(../img/bg/slot-hot-bg.png);
}

@keyframes sbBgAnim {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slot-btn .g-cont {
    width: 100%;
    border-radius: 50%;
    padding: 5px;
    background-image: linear-gradient(#555555, #999999, #555555);
    transition: 0.3s;
}

.slot-btn .g-cont:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-image: linear-gradient(#888888, #ffffff, #888888);
    transition: 0.3s;
    opacity: 0;
}

.slot-btn .g-cont:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #000000;
}

.slot-btn .g-cont .g-glow {
    width: 47.4%;
    position: absolute;
    right: -7%;
    top: 0;
    animation: sbGlowAnim 1s ease infinite;
}

@keyframes sbGlowAnim {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.slot-btn .g-inner {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000000;
}

.slot-btn .g-img {
    width: calc(100% + 10px);
    margin: -5px -5px;
    transition: 0.5s;
}

.slot-btn .g-logo {
    width: 100%;
    height: 35px;
    margin: -25px 0 0;
    position: relative;
    z-index: 5;
    transition: 0.5s;
    animation: sbGlogoAnim 1.5s ease 1s 1 backwards;
}

@keyframes sbGlogoAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slot-btn .g-name {
    width: 100%;
    display: inline-block;
    transition: 0.5s;
    transition-delay: 0.1s;
    animation: sbGlogoAnim 1.5s ease 1s 1 backwards;
}

.slot-btn .play-btn {
    width: 70%;
    max-width: 110px;
    height: 35px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#ffe351, #ce9523, #c95704);
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 0 #8f3d00, 0 2px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    transform: scale(0.5);
    font-size: 12px;
}

.slot-btn .play-btn:hover {
    transition-delay: 0s;
    box-shadow: 0 2px 0 #7f0700, 0 2px 5px rgba(0, 0, 0, 0.5);
}

.slot-btn .play-btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(#ff7050, #a8170f);
    transition: 0.3s;
    opacity: 0;
}

.slot-btn .play-btn:hover:before {
    opacity: 1;
}

@media(min-width: 1025px){
    .slot-btn:hover .g-panel {
        transform: translateY(-15px);
    }

    .slot-btn:hover .g-panel:after {
        filter: brightness(150%) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
        animation: sbBgAnim 5s linear infinite;
    }

    .slot-btn:hover .g-cont {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
    }

    .slot-btn:hover .g-cont:before {
        opacity: 1;
    }

    .slot-btn:hover .g-img {
        opacity: 0.5;
        filter: blur(1px);
        transform: scale(1.1);
    }

    .slot-btn:hover .g-logo {
        transform: translateY(10px);
        transition-delay: 0.1s;
    }

    .slot-btn:hover .g-name {
        color: #ffffff;
        transform: translateY(10px);
        transition-delay: 0s;
    }

    .slot-btn:hover .play-btn {
        transition-delay: 0.15s;
        opacity: 1;
        transform: scale(1.0);
    }
}


/* Footer Section */

.footer-section {
    margin: 15px 0 0;
}

.footer-providers {
    background-color: #111111;
    padding: 20px 0 30px;
}

.footer-providers:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.footer-providers img {
    max-width: 120px;
    max-height: 28px;
    margin: 8px 14px;
}

.footer-providers .h-lg {
    max-height: 22px;
}

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

.footer-copyright{
    background-color: #1a1a1a;
    color: #555555;
    font-size: 10px;
    padding: 25px 0;
}

.footer-copyright .logo {
    width: 200px;
    margin: 0 0 15px;
}


/* Side Wrapper */

.side-wrapper {
    right: 0;
    top: 150px;
    position: absolute;
    z-index: 116;
    pointer-events: none;
}

.affix .side-wrapper {
    position: fixed;
    top: 70px;
}

.side-wrapper .side-panel {
    width: 240px;
    max-height: 90px;
    border-radius: 0 0 0 15px;
    padding: 5px 5px;
    transition: 0.3s;
    margin-right: -2px;
    margin-bottom: 5px;
    transform: translateX(100%);
    background-image: linear-gradient(#555555,#333333);
    border: solid 1px #5a5a5a;
    border-top-color: #666666;
    pointer-events: auto;
}

.side-wrapper .side-panel.active {
    transform: translateX(0);
    max-height: 500px;
}

.side-wrapper .side-panel .side-toggle {
    width: 105px;
    height: 90px;
    position: absolute;
    top: -1px;
    left: -105px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
    padding: 0 20px 0 0;
}

.side-wrapper .side-panel .side-toggle:before,
.side-wrapper .side-panel .side-toggle:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #3a3a3a;
    background-image: linear-gradient(#3a3a3a, #222222);
    border-radius: 10px 0 0 10px;
    border: solid 1px #444444;
}

.side-wrapper .side-panel:first-child .side-toggle:before,
.side-wrapper .side-panel:first-child .side-toggle:after {
    transform-origin: bottom left;
    transform: skew(-15deg);
}

.side-wrapper .side-panel:last-child .side-toggle:before,
.side-wrapper .side-panel:last-child .side-toggle:after {
    transform-origin: top left;
    transform: skew(15deg);
}

.side-wrapper .side-panel .side-toggle:after {
    background-color: #555555;
    background-image: linear-gradient(#555555, #333333);
    border: solid 1px #666666;
    transition: 0.3s;
    opacity: 0;
}

.side-wrapper .side-panel .side-toggle:hover:after {
    opacity: 1.0;
}

.side-wrapper .side-panel .side-toggle .icon-panel {
    font-size: 36px;
    text-shadow: none;
    margin: 0 0 10px;
}

.side-wrapper .side-panel .side-content {
    min-height: 150px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.side-wrapper .side-panel .close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.75);
    right: 5px;
    top: 5px;
    position: absolute;
    border: none;
    font-size: 18px;
    color: #feb810;
    z-index: 9;
}

.side-wrapper .close-btn:hover {
    color: #ffe546;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Reserve Games */

.reserve-games {
    width: 100%;
    padding: 4px 0;
}

.reserve-games li {
    width: 100%;
    padding: 4px 0 4px 5px;
    white-space: normal;
}

.reserve-games .game-panel {
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 8px;
}

.reserve-games .info-panel {
    width: calc(100% - 68px);
    text-align: left;
}

.reserve-games .info-panel .g-name {
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
    max-width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
}

.reserve-games .info-panel button {
    width: 64px;
    height: 20px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin-right: 5px;
}

.reserve-games .info-panel .btn-red {
    width: 50px;
}


/* Scroll To Top */

.scroll-top {
    width: 88px;
    height: 78px;
    background-color: #c94949;
    background-image: linear-gradient(#3a3a3a, #2a2a2a);
    border: solid 1px #4a4a4a;
    position:fixed;
    bottom: 20px;
    right: 25px;
    z-index:116;
    color: #cccccc;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
}

.scroll-top:hover {
    color: #ffffff;
    border-color: #555555;
}

.scroll-top:before {
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 20px;
    background-image: linear-gradient(#555555, #3a3a3a);
    opacity: 0;
}

.scroll-top i {
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    color: #ea121f;
    font-size: 32px;
    transition: 0.3s;
    transform: translateY(25%);
    text-shadow: 0 1px 0 #000000;
    opacity: 0;
}

.scroll-top span {
    width: 100%;
    display: inline-block;
}

.scroll-top .icon {
    max-width: 40px;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.5) );
    margin: 2px 0 3px;
}

@media(min-width: 501px){
    .scroll-top:hover:before {
        opacity: 1;
    }

    .scroll-top:hover i {
        transform: translateY(0);
        opacity: 1;
    }
}


/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal *::-webkit-scrollbar {
    width: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background-color: #555555;
    background-image: none;
    border: none;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1400px;
    padding: 15px !important;
}

.loginModal .modal-dialog,
.joinModal .modal-dialog,
.messageModal .modal-dialog {
    max-width: 800px;
}

.verifyModal .modal-dialog {
    max-width: 500px;
}

.modal-content {
    width: 100%;
    border:none;
    z-index: 1;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
}

.modal-content:before,
.modal-content:after {
    width: 100%;
    height: 15%;
    border-radius: 50%;
    left: 0;
    box-shadow: 0 0 60px rgba(207, 160, 25, 0.75);
    opacity: 0;
}

.modal-content:before {
    top: 0;
}

.modal-content:after {
    bottom: 0;
}

.modal-wrapper {
    width: 100%;
    min-height: 800px;
    background-color: #333333;
    background-image: linear-gradient(#444444, #333333);
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 5px;
}

.modal-sidebar {
    width: 300px;
    background-color: #111111;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    align-content: flex-start;
    overflow: hidden;
}

.modal-sidebar:before {
    width: 100%;
    height: 25%;
    border-radius: 50%;
    left: 50%;
    top: -25%;
    transform: translateX(-50%);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.15);
}

.modal-sidebar:after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 50%;
    top: 1px;
    transform: translateX(-50%);
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    box-shadow: 0 -1px 0 #1a1a1a;
    -webkit-mask-image: linear-gradient(to right,rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right,rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.modal-sidebar .header {
    width: 100%;
    height: 60px;
    margin: 10px 0 10px;
    font-size: 20px;
}

.modal-sidebar .header:after {
    width: 80%;
    max-width: 150px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, #b57406, #ffe451);
}

.modal-sidebar .header img {
    max-width: 28px;
    margin: 0 8px 0 0;
}

.modal-sidebar .header i {
    font-size: 24px;
    margin: 0 5px 0 0;
}

.modal-menu {
    width: calc(100% - 10px);
    padding: 25px 0;
    margin: 15px auto 30px 0;
}

.modal-menu:before {
    width: 90px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1a1a1a;
    transform: skewY(15deg);
    border-radius: 0 15px 15px 0;
}

.modal-menu:after {
    width: calc(100% - 95px);
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(#2a2a2a, #222222);
    background-color: #222222;
    transform: skewY(-7deg);
    border-radius: 15px;
}

.modal-menu .menu-btn {
    width: 100%;
    margin: 10px 0;
    color: #b0b0b0;
    transition: 0.2s;
}

.modal-menu .menu-btn:hover {
    color: #ffffff;
    font-size: 13px;
}

.modal-menu .menu-btn .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: 0 25px;
    font-size: 18px;
    color: #777777;
    transition: 0.3s;
}

.modal-menu .menu-btn:hover .icon-panel {
    color: #ffe546;
}

.modal-menu .menu-btn.active .icon-panel {
    background-image: linear-gradient(#ffe351, #b57406);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.modal-menu .menu-btn .text {
    margin: 0 0 0 35px;
}

.modal-menu .menu-btn.active .text {
    color: #ffffff;
    font-size: 13px;
}

/*//////////////////////////////////////////////////////////////////////////*/
.modal-menu .menu-btn1 {
    width: 100%;
    margin: 10px 0;
    color: #b0b0b0;
    transition: 0.2s;
}

.modal-menu .menu-btn1:hover {
    color: #ffffff;
    font-size: 13px;
}

.modal-menu .menu-btn1 .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: 0 25px;
    font-size: 18px;
    color: #777777;
    transition: 0.3s;
}

.modal-menu .menu-btn1:hover .icon-panel {
    color: #ffe546;
}

.modal-menu .menu-btn1.active .icon-panel {
    background-image: linear-gradient(#ffe351, #b57406);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.modal-menu .menu-btn1 .text {
    margin: 0 0 0 35px;
}

.modal-menu .menu-btn1.active .text {
    color: #ffffff;
    font-size: 13px;
}
/*//////////////////////////////////////////////////////////////////////////*/

/* Modal Banner */

.modal-banner {
    width: calc(100% - 20px);
    border-top: solid 1px rgba(255, 255, 255, 0.08);
    margin: 0 auto;
    padding: 10px 0;
}

.modal-banner .banner-btn {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    overflow: hidden;
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    border: solid 1px #111111;
    position: relative;
}

.modal-banner .banner-btn:hover {
    border-color: #aa7f00;
}

.modal-banner .banner-btn .b-img {
    transition: 0.5s;
}

.modal-banner .banner-btn:hover .b-img {
    opacity: 0.75;
    transform: scale(1.1);
}

.modal-banner .banner-btn .content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding: 0 0 0 15px;
}

.modal-banner .banner-btn .title,
.modal-banner .banner-btn .sub {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.modal-banner .banner-btn .title {
    font-size: 22px;
}

.modal-banner .banner-btn .sub {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fff58c, #d9993a);
    background-size: 100% 100%;
}


/* Modal Panel */

.modal-panel {
    width: calc(100% - 270px);
    background-color: #1a1a1a;
    background-image: linear-gradient(to bottom left, #2a2a2a, #1a1a1a, #1a1a1a);
    border-radius: 28px;
    margin: 0 0 0 -30px;
    padding: 35px 40px 0 70px;
}

.modal-panel.w-100 {
    padding: 35px 40px;
}

.modal-header {
    border: none;
    padding: 0 0 0 5px;
    margin: 0 0 15px;
}

.modal-header .title {
    font-size: 24px;
    color: #ffffff;
}

.modal-header .title i {
    font-size: 32px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.modal-header .title .sub {
    color: #666666;
    font-size: 16px;
}

.modal-header .close-btn {
    color: #999999;
    border: none;
    background-color: transparent;
    font-size: 12px;
}

.modal-header .close-btn:hover {
    color: #ffffff;
}

.modal-header .close-btn i {
    color: #ffe546;
    font-size: 22px;
    position: relative;
    top: 1px;
    margin-left: 2px;
    transition: 0.3s;
}

.modal-header .close-btn:hover i {
    color: #ee5520;
}


/* Modal Notice */

.modal-notice {
    background-color: #333333;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 15px 25px 20px;
    margin: 0 0 10px;
}

.modal-notice .header {
    margin: 0 0 10px;
}

.modal-notice .header .title {
    color: #ffffff;
    font-size: 18px;
}

.modal-notice .header .title .sub {
    font-size: 14px;
}

.modal-notice .header .icon-panel {
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-right: 10px;
    font-size: 22px;
}

.modal-notice p {
    margin: 0;
}

.modal-notice .question {
    width:100%;
    height:auto;
    text-align:left;
    margin:10px 0;
    padding: 15px 0 0;
    font-size:12px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
}

.modal-notice .question .ques-txt {
    color:#bbbbbb;
    margin-right:10px;
}

.modal-notice .question input {
    position:relative;
    top:2px;
}


/* Modal Badge */

.modal-badge {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0 0 10px;
    align-items: stretch;
    overflow: hidden;
    flex-wrap: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}

.modal-badge .icon-panel {
    width: 80px;
    font-size: 22px;
    border-radius: 8px;
}

.modal-badge .icon-panel:before {
    width: 100%;
    height: 25%;
    border-radius: 50%;
    left: 50%;
    top: -25%;
    transform: translateX(-50%);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.modal-badge .content {
    width: calc(100% - 80px);
    z-index: 2;
    padding: 0 20px 0 35px;
}

.modal-badge .content:before {
    width: 120%;
    height: 100%;
    background-color: #2a2a2a;
    left: -15px;
    top: 0;
    transform-origin: bottom left;
    transform: skew(-30deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.modal-badge .content button {
    width: 250px;
    height: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


/* Form Label */

.form-container .form-label {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0 6px 15px;
    margin: 0 0 8px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    border-radius: 8px;
    border-left: solid 2px #f1b300;
}

.form-container .form-label .labels {
    width: auto;
    min-width: 160px;
    height: auto;
    display: inline-block;
    text-align: left;
    margin: 0;
}

.form-container .form-label .amount {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.transferModal .form-container .form-group .input-container .icon-panel{
    font-size: 18px;
}

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

.transferModal .form-container .form-group .form-btn {
    width: 160px;
}

.transferModal .form-container .form-group .form-btn i {
    font-size: 20px;
    margin: 0 8px;
    position: relative;
    top: 1px;
}


/* Form Container */

.form-container {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 30px 0 0;
}

.loginModal .form-container {
    max-width: 400px;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    color: #d5bb67;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 4px;
}

.form-container .infos {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-container .form-group .input-container {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

.form-container .form-group input {
    width: 100%;
    height: 50px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    transition: 0.3s;
    padding: 0 4px;
}

.joinModal .form-container .form-group input {
    height: 40px;
}

.form-container .w-icon input {
    padding: 0 0 0 50px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.form-container .form-group .input-container .icon-panel{
    min-width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 50px;
    float: left;
    color: #cccccc;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    transition: 0.3s;
    display: flex;
    align-items: center;
    position: relative;
}

.joinModal .form-container .form-group .select-input {
    height: 40px;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.25);
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 5px;
    cursor: pointer;
}

.form-container .w-icon .select-input select {
    padding-left: 50px;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    font-size: 26px;
    position: absolute;
    right: 5px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
    border-radius: 8px;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 50px;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 0 10px;
    border-radius: 8px;
    font-size: 13px;
}

.joinModal .form-container .form-group .form-btn {
    height: 40px;
}

.form-container .form-group .form-btn:before {
    border-radius: 8px
}

.form-container .form-group .form-btn i {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: 0.3s;
}

.form-container .form-group .form-btn:hover i {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
}

.form-container .form-group .infos .btn-grp button {
    width: 16.66%;
    width: calc(16.66% - 4px);
    height: 40px;
    float: left;
    margin: 0 2px;
    border: none;
    background-color: #333333;
    background-image: linear-gradient(#555555, #333333);
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.form-container .form-group .infos .btn-grp button:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #444444;
    background-image: linear-gradient(#777777, #444444);
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

.form-container .form-group .infos .btn-grp button:hover:before {
    opacity: 1;
}

.form-container .form-group .infos .btn-grp button:last-child {
    background-color: #91200a;
    background-image: linear-gradient(#db5b43, #91200a);
}

.form-container .form-group .infos .btn-grp button:last-child:before {
    background-color: #b83219;
    background-image: linear-gradient(#b83219, #731300);
}


/* Modal Footer */

.modal-footer {
    width: 100%;
    border: none;
    margin: 40px auto 30px;
    padding: 0;
}

.loginModal .modal-footer {
    max-width: 400px;
}

.form-footer {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.form-footer button {
    width: 100%;
    max-width: 200px;
    height: 48px;
    margin: 0 5px;
    border-radius: 25px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.form-footer button:before {
    border-radius: 25px;
}

.form-footer button i {
    margin-right: 5px;
}

.bank_table {
   width:100%;
   border-collapse: separate;
   border-spacing: 10px 10px;
	border-top: 0px solid #dee2e6;
}

.bank_table tr td.space {
    padding: 10px 0;
    border:none;
}

/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 3px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.bs-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.bs-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 48px;
    color: #ebebeb;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: solid 1px rgba(255, 255, 255, 0.08);
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.bs-table tr td:last-child {
    border-radius: 0 8px 8px 0;
}

.bs-table tr:hover td {
    background-color: rgba(255, 255, 255, 0.08);
}

.bs-table tr.active td {
    background-color: rgba(255, 255, 255, 0.08);
}

.bs-table tr td a {
    color: #ebebeb;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.bs-table tr td a:hover {
    color: #ffc643;
    text-decoration: underline;
}

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

.bs-table tr .count-tag {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 500;
    background-color: #ffe351;
    background-image: linear-gradient(#ffe351, #b57406);
    border-radius: 4px;
}

.new-icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    background-color: #ff7050;
    background-image: linear-gradient(#ff7050, #a8170f);
    color: #ffffff;
    font-size: 10px;
    font-family: GmarketSansBold;
    text-align: center;
    padding: 1px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .date-td {
    width: 20%;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #999999;
    font-size: 16px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: #e33805;
}

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

.bs-table tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
    color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

.bs-table tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: #e9ae18;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #e33805;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #444444;
    transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
    transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
    height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
    background-color: #ffffff;
}


/* With Depth */

table.with-depth {
    border-spacing: 0 2px;
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}


/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.1);
    margin: 5px 0 0;
    border-radius: 8px;
    padding: 10px;
}

.messageModal .message-content {
    min-height: 250px;
    max-height: 400px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #ffffff;
    font-weight: 300;
    white-space: pre-wrap;
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}


/* Pagination */

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 28px;
    height: 28px;
    color: #999999;
    text-decoration: none;
    background-color: #333333;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    padding: 2px 0 0;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 5px;
}

.pagination .turn-pg a {
    color: #888888;
    margin: 0 13px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    font-size: 20px;
}

.pagination>li>a:hover {
    background-color: #555555;
    color: #ffffff;
}

.pagination .turn-pg a:hover {
    color: #ffc643;
    background-color: rgba(255, 255, 255, 0);
}

.pagination .active {
    background-color: #555555;
    color: #ffffff;
}

.pagination .active:hover {
    background-color: #555555;
}


/* Login Modal */

.modal .logo-panel {
    width: 100%;
    padding: 0 0 20px;
}

.modal .logo-panel:after {
    width: 50%;
    max-width: 150px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, #ca6c28, #ffe451);
}

.modal .logo-panel .logo {
    left: 5px;
}


/* Gamelist */

.gamelistModal .modal-dialog {
    max-width: 1480px;
}

.gamelistModal .modal-menu {
    position: absolute;
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: hidden;
    padding: 25px 5px 20px 0;
}

.gamelistModal .modal-menu:before,
.gamelistModal .modal-menu:after {
    height: 200%;
    top: 15px;
}

.modal-menu .scroll-panel {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.modal-menu .menu-btn .icon-panel img {
    transition: 0.3s;
}

.modal-menu .menu-btn.active .icon-panel img {
    filter: brightness(0) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.25));
    opacity: 0.75;
}

/* Gamelist Container */

.gamelist-container {
    width: 100%;
    margin: 0 auto;
}

.gamelist-container .scroll-panel {
    width: calc(100% + 8px);
    height: 705px;
    margin: 0 0 15px -8px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(20% - 16px);
    display: inline-block;
    margin: 0 8px 14px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    animation: scBtnAnim 1s ease 1 backwards;
}

.game-btn:after {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 17px;
    border: solid 1px #777777;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.game-btn:hover:after {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    transform: scale(1.1);
}

.game-btn .g-footer {
    width: 100%;
    height: 40px;
    padding: 0 4px;
    background-color: #333333;
    background-image: linear-gradient(#3a3a3a, #222222);
    transition: 0.3s;
    z-index: 2;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 1.0);
}

.game-btn .g-footer:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#555555, #333333);
    transition: 0.3s;
    opacity: 0;
}

.game-btn:hover .g-footer:before {
    opacity: 1.0;
}

.game-btn .g-footer .name-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #999999;
    font-size: 12px;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.game-btn:hover .g-footer .name-text {
    color: #ffffff;
}

.game-btn .btn-grp {
    width: 80%;
    max-width: 100px;
    position: absolute;
    z-index: 5;
    pointer-events: none;
}

.game-btn:hover .btn-grp {
    pointer-events: auto;
}

.game-btn .btn-grp button {
    width: 100%;
    display: block;
    height: 30px;
    margin: 0 0 8px;
    border-radius: 5px;
    border: none;
    background-color: #2577bc;
    color: #ffffff;
    font-size: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.game-btn .btn-grp .btn-yellow {
    color: rgba(0, 0, 0, 0.75);
}

.game-btn .btn-grp button:hover {
    color: #ffffff;
}

.game-btn:hover .btn-grp button {
    animation: gamePlayBtn 0.8s ease 0.25s 1 forwards;
}

.game-btn .btn-grp button:nth-child(1) {
    animation-delay: 0s;
}

.game-btn .btn-grp button:nth-child(2) {
    animation-delay: 0.1s;
}

.game-btn .btn-grp button:nth-child(3) {
    animation-delay: 0.2s;
}

.game-btn .btn-grp button:last-child {
    margin-bottom: 0;
}

@keyframes gamePlayBtn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
}


/* Gameplay */

.gameplay-container {
    width: 100%;
    height: 580px;
    overflow-y: scroll;
    padding-right: 10px;
}

.gameplay-container .gameplay-panel {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.gameplay-btn {
    width: calc(12.5% - 10px);
    display: inline-block;
    position: relative;
    margin: 0 5px 10px;
}

.gameplay-btn .count-tag {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
    color: #ffffff;
    z-index: 30;
    text-align: left;
    padding: 0 0 0 10px;
}

.gameplay-btn .count-tag:before {
    width: 200%;
    height: 100%;
    left: 0;
    bottom: 0;
    transform-origin: bottom left;
    transform: rotate(-40deg);
    background-color: #0053bb;
}

.gameplay-btn.ingame .count-tag:before{ background-color: #b08000; }

.gameplay-btn.reserved .count-tag:before{ background-color: #ab190a; }

.gameplay-btn.mymachine .count-tag:before{ background-color: #437f0e; }

.gameplay-btn .g-panel {
    width: 100%;
    border-radius: 15px;
    background-color: #000000;
    border: solid 1px #224671;
    overflow: hidden;
    position: relative;
}

.gameplay-btn.ingame .g-panel { border-color: #694a0c; }

.gameplay-btn.reserved .g-panel { border-color: #6e2f23; }

.gameplay-btn.mymachine .g-panel { border-color: #2e530d; }

.gameplay-btn .d-img {
    width: 100%;
    position: relative;
}

.gameplay-btn .g-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/gameplay/starting-bg.jpg);
}

.gameplay-btn.ingame .g-panel:before { background-image: url(../img/gameplay/ingame-bg.jpg); }

.gameplay-btn.reserved .g-panel:before { background-image: url(../img/gameplay/reserved-bg.jpg); }

.gameplay-btn.mymachine .g-panel:before { background-image: url(../img/gameplay/mymachine-bg.jpg); }

.gameplay-btn .g-panel:after {
    width: 160%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    bottom: -60%;
    transform: translateX(-50%);
    background-color: #0e233e;
    z-index: 10;
}

.gameplay-btn.ingame .g-panel:after { background-color: #382706; }

.gameplay-btn.reserved .g-panel:after { background-color: #350f0c; }

.gameplay-btn.mymachine .g-panel:after { background-color: #122c04; }

.gameplay-btn .shine-panel {
    width: 106%;
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
}

.gameplay-btn .shine-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/gameplay/starting-shine.png);
}

.gameplay-btn.ingame .shine-panel:before { background-image: url(../img/gameplay/ingame-shine.png); }

.gameplay-btn.reserved .shine-panel:before { background-image: url(../img/gameplay/reserved-shine.png); }

.gameplay-btn.mymachine .shine-panel:before { background-image: url(../img/gameplay/mymachine-shine.png); }

.gameplay-btn .shine-panel .d-img {
    opacity: 0;
}

.gameplay-btn.ingame .shine-panel:before {
    animation: ingameAnim 3s linear infinite;
}
@keyframes ingameAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Slot Machine */

.gameplay-btn .slotmachine {
    width: 82.28%;
    position: absolute;
    left: 7%;
    right: 0;
    top: 3%;
    margin: 0 auto;
    z-index: 20;
}

.gameplay-btn.mymachine .slotmachine,
.gameplay-btn.reserved .slotmachine {
    filter: brightness(25%);
}

.gameplay-btn .slotmachine .spin-panel {
    width: 53.08%;
    position: absolute;
    left: -9%;
    right: 0;
    top: 31%;
    margin: 0 auto;
}

.gameplay-btn .slotmachine .spin-panel .seven-img {
    opacity: 0;
}

.gameplay-btn .slotmachine .spin-panel .panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.gameplay-btn .slotmachine .spin-panel .seven-panel {
    width: 33.33%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.gameplay-btn .slotmachine .spin-panel .seven-panel:nth-child(1) {
    left: 0;
}

.gameplay-btn .slotmachine .spin-panel .seven-panel:nth-child(2) {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gameplay-btn .slotmachine .spin-panel .seven-panel:nth-child(3) {
    right: 0;
}

.gameplay-btn.ingame .slotmachine .spin-panel .seven-panel:nth-child(1) img {
    animation: spin01Anim 2s ease infinite;
}

@keyframes spin01Anim {
    0% {
        transform: translateY(-66.66%);
    }
    30% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.gameplay-btn.ingame .slotmachine .spin-panel .seven-panel:nth-child(2) img {
    animation: spin02Anim 2s ease infinite;
}

@keyframes spin02Anim {
    0% {
        transform: translateY(-66.66%);
    }
    10% {
        transform: translateY(-66.66%);
    }
    40% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.gameplay-btn.ingame .slotmachine .spin-panel .seven-panel:nth-child(3) img {
    animation: spin03Anim 2s ease infinite;
}

@keyframes spin03Anim {
    0% {
        transform: translateY(-66.66%);
    }
    20% {
        transform: translateY(-66.66%);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}


/* Gameplay Footer */

.gameplay-btn .g-footer {
    width: calc(100% - 8px);
    height: 30px;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #0053bb;
    color: #ffffff;
    border-radius: 15px;
    z-index: 30;
}

.gameplay-btn.ingame .g-footer { background-color: #b08000; }

.gameplay-btn.reserved .g-footer { background-color: #ab190a; }

.gameplay-btn.mymachine .g-footer { background-color: #437f0e; }


/* Btn Group */

.gameplay-btn .btn-grp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
    transition: 0.3s;
    border-radius: 10px;
    opacity: 0;
}

.gameplay-btn:hover .btn-grp {
    opacity: 1;
}

.gameplay-btn.mymachine:hover .btn-grp,
.gameplay-btn.reserved:hover .btn-grp {
    opacity: 0;
}

.gameplay-btn.mymachine:hover .btn-grp,
.gameplay-btn.reserved:hover .btn-grp {
    opacity: 0;
}

.gameplay-btn .btn-grp .center {
    width: 80%;
    max-width: 100px;
    margin: 0 auto;
}

.gameplay-btn .btn-grp button {
    width: 100%;
    height: 30px;
    margin: 0 0 6px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    opacity: 0;
}

.gameplay-btn:hover .btn-grp button {
    animation: gamePlayBtn 0.8s ease 0.25s 1 forwards;
}

.gameplay-btn .btn-grp button:nth-child(1) {
    animation-delay: 0s;
}

.gameplay-btn .btn-grp button:nth-child(2) {
    animation-delay: 0.1s;
}

.gameplay-btn .btn-grp button:nth-child(3) {
    animation-delay: 0.2s;
}

.gameplay-btn .g-tag {
    width: 50px;
    height: 50px;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15px;
    margin: auto;
    z-index: 40;
}

.gameplay-btn.mymachine .g-tag {
    color: #afff7d;
}

.gameplay-btn.reserved .g-tag {
    color: #ff7349;
    font-size: 58px;
}

.blink {
    animation: blink-animation 2s infinite;
}

@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}