
@font-face {
    font-family: 'MBC1961GulimM';
    src: url('../fonts/projectnoonnu/noonfonts_2304-01@1.0/MBC1961GulimM.woff2') format('woff2');
    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: #595959;
    color: #ffffff;
    font-size: 14px;
    font-family: 'MBC1961GulimM', sans-serif;
    font-weight: 300;
}

body.active {
    overflow: hidden;
}

button, a, input, select, textarea {
    outline: none !important;
    transition: 0.3s;
}

button { padding: 0; }

p { margin: 0; }

a:hover { text-decoration: none; }

img { pointer-events: none; }

tr { cursor: pointer; }

.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;
    transition: 0.3s;
}

.font-medium { font-weight: 400 !important; }

.font-bold { font-weight: 700 !important; }

.text-yellow { color: #ffe7ba !important; }

.text-purple { color: #60418b !important; }

.text-purple-d { color: #443c4d !important; }

.text-purple-l { color: #b176fd !important; }

.text-blue { color: #2b5090 !important; }

.text-blue2 { color: #47c2e1 !important; }

.text-green-d { color: #1e7826 !important; }

.text-gray { color: #73717c !important; }

.text-gray-l { color: #c5c4c9 !important; }

.text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffe11b, #ce9600);
    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;
    align-content: 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;
}

.rolling-table ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    padding: 0;
    position: relative !important;
}

.rolling-table ul li {
    list-style: none;
    width: auto;
    height: auto;
    position: relative;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.container {
    position: relative;
}

@media (min-width: 1560px) {
    .container {
        max-width: 1530px;
    }
}


/* Button Styles */

.btn-purple, .btn-gold, .btn-gray {
    color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    border: none;
    position: relative;
    font-weight: 300;
    z-index: 1;
}

.btn-purple {
    background-image: linear-gradient(#fbebde, #6b5d52);
}

.btn-gold {
    background-image: linear-gradient(#fdddc6, #c99a6e);
}

.btn-gray {
    background-color: #a3a5aa;
}

.btn-purple i, .btn-gold i, .btn-gray i {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-purple:before,
.btn-purple:after,
.btn-gold:before,
.btn-gold:after {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    position: absolute;
    transition: 0.3s;
    border-radius: 30px;
    background-image: linear-gradient(#a092b4, #271839);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.btn-gold:before {
    background-image: linear-gradient(#ddbea7, #7b5232);
}

.btn-purple:after,
.btn-gold:after {
    background-image: linear-gradient(#9a73d3, #2b1348);
    opacity: 0;
}

.btn-gold:after {
    background-image: linear-gradient(#e3a87d, #603616);
}

@media(min-width: 1201px){
    .btn-purple:hover:before, 
    .btn-gold:hover:before {
        opacity: 1;
    }

    .btn-gray:hover {
        background-color: #6e7077;
    }

    .btn-gray:hover i {
        color: #cccccc;
    }

    .btn-purple:hover:after,
    .btn-gold:hover:after {
        opacity: 1.0;
    }
}


/* Wrapper */

.wrapper {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.wrapper.affix {
    padding: 58px 0 0;
}


/* Header Section */

.header-section {
    width: 100%;
    position: relative;
    z-index: 99;
}

.header-section .container {
    max-width: 1530px;
}

.header-main {
    width: 100%;
    height: 80px;
    background-color: #16131d;
    background-image: linear-gradient(to right, #16131d, #16131d, #2b263a, #16131d, #16131d);
    z-index: initial;
}

.affix .header-main {
    display: none;
}

.header-main:before {
    width: 100%;
    height: 47px;
    left: 0;
    bottom: -47px;
    z-index: 1;
    background-size: 100% 100%;
    background-image: url(../Images//bg/header-bg.png);
    filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.5));
}

.header-main:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(#2b263a, transparent);
    z-index: 1;
}

.header-main .link-group {
    position: relative;
    z-index: 2;
}

.header-main .link-group li {
    padding-right: 50px;
}

.header-main .link-group li:last-child {
    padding-right: 0;
}

.header-main .link-group li a {
    color: #ffffff;
}

.header-main .link-group li a i {
    font-size: 20px;
    margin-right: 8px;
}

.header-main .link-group li a img {
    max-width: 33px;
    margin-right: 10px;
}

.header-main .link-group li a:hover img {
    animation: shakeAnim 1s ease 1 forwards;
}

@keyframes shakeAnim {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.header-main .link-group li a .text {
    display: inline-block;
}

.header-main .link-group li a .text:before {
    width: 0;
    height: 3px;
    background-color: #ffe2c0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    border-radius: 2px;
}

.header-main .link-group li a:hover .text:before {
    width: 20px;
}


/* Logo */

.logo-panel {
    width: 420px;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-image: url(../Images//logo/logo-panel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 20;
    pointer-events: none;
    transition: 0.3s;
}

.affix .logo-panel {
    transform: translateY(-25%);
}

.logo-panel .logo {
    width: 244px;
    display: inline-block;
    pointer-events: auto;
    position: relative;
    top: -5px;
}

.logo-panel .logo img,
.logo-panel .logo div {
    position: absolute;
    top: 0;
}

.logo-panel .logo .logo-img {
    width: 100%;
    position: relative;
    opacity: 0;
}

.logo-panel .logo div .d-img {
    width: 100%;
    position: relative;
}

.logo-panel .logo .crown {
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: lgCrownAnim 9s ease infinite;
}

@keyframes lgCrownAnim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    15% {
        opacity: 0;
        transform: translateY(-50%);
    }
    20% {
        opacity: 1.0;
        transform: translateY(10%);
    }
    30% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .new {
    width: 29.1%;
    left: -9%;
    top: 3%;
    transform-origin: bottom left;
    animation: lgNewAnim 9s ease infinite;
}

@keyframes lgNewAnim {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(0deg);
    }
    15% {
        opacity: 0;
        transform: scale(0.5) rotate(0deg);
    }
    20% {
        opacity: 1.0;
        transform: scale(1.1) rotate(-10deg);
    }
    25% {
        opacity: 1.0;
        transform: scale(1.1) rotate(5deg);
    }
    30% {
        opacity: 1.0;
        transform: scale(1.0) rotate(0deg);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: scale(1.0) rotate(0deg);
    }
}

.logo-panel .logo .online {
    width: 100%;
    top: 36.5%;
}

.logo-panel .logo .online .d-img {
    opacity: 0;
}

.logo-panel .logo .o {
    width: 22.13%;
    left: 0;
    animation: lgOAnim 9s ease infinite;
}
.logo-panel .logo .g {
    width: 22.13%;
    left: 30%;
    animation: lgOAnim 9s ease infinite;
}
.logo-panel .logo .g1 {
    width: 22.13%;
    left: 50%;
    animation: lgNAnim 9s ease infinite;
}

@keyframes lgOAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    10% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .n {
    width: 17.21%;
    left: 24.25%;
    animation: lgNAnim 9s ease infinite;
}

@keyframes lgNAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    2% {
        opacity: 0;
        transform: translateY(-100%);
    }
    12% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .l {
    width: 12.3%;
    left: 44.25%;
    animation: lgLAnim 9s ease infinite;
}

@keyframes lgLAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    4% {
        opacity: 0;
        transform: translateY(-100%);
    }
    14% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .i {
    width: 4.92%;
    right: 36.75%;
    animation: lgIAnim 9s ease infinite;
}

@keyframes lgIAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    6% {
        opacity: 0;
        transform: translateY(-100%);
    }
    16% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .n2 {
    width: 17.21%;
    right: 16.25%;
    animation: lgN2Anim 9s ease infinite;
}

@keyframes lgN2Anim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    8% {
        opacity: 0;
        transform: translateY(-100%);
    }
    18% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .e {
    width: 13.12%;
    right: 0;
    animation: lgEAnim 9s ease infinite;
}

@keyframes lgEAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    10% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo-panel .logo .casino {
    width: 36.07%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    animation: lgCasinoAnim 9s ease infinite;
}

@keyframes lgCasinoAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    10% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}


/* Before After Login */

.bal-container {
    position: relative;
    z-index: 10;
}

.before-login,
.after-login {
    display: none;
}

.before-login.active,
.after-login.active {
    display: block;
}

.before-login button {
    width: 150px;
    height: 42px;
    margin-left: 5px;
}


/* After Login */

.al-d-info {
    height: 100%;
    padding: 0 5px 0 0;
}

.al-d-info .icon {
    color: #c3aeff;
    font-size: 20px;
    margin-right: 5px;
}

.after-login button {
    width: 124px;
    height: 36px;
    margin-left: 5px;
    font-size: 13px;
}

.after-login .nav-btn {
    padding: 0 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    color: #efeeff;
    font-size: 18px;
}

.after-login .nav-btn:hover {
    color: #ffffff;
}

.after-login .toggle-btn {
    border-left: none;
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c43414;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -6px;
    top: -1px;
    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: #ffe7ba;
    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: -10px;
    transform: rotate(180deg);
}

.drop-down:hover .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: -10px;
}

.drop-down-menu {
    width: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #dfdee6;
    border: solid 3px #ffffff;
    padding: 5px 10px 10px;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}


/* Account Info */

.after-login .account-info .row {
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    padding: 4px 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.after-login .account-info .row:nth-child(2) {
    border-top: none;
}

.after-login .account-info .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.after-login .account-info .labels{
    text-align:left;
    min-width:95px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color: #666666;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.after-login .account-info .progress-row .labels{
    min-width: initial;
    padding-right: 0;
}

.after-login .account-info .labels .icon{
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right: 10px;
    color: #ffe2c0;
    font-size: 14px;
    background-image: linear-gradient(#826f9c, #2e1c42);
}

.after-login .account-info .progress-row .labels .icon{
    background-image: none;
}

.after-login .account-info .information{
    height: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    padding: 0;
}

.after-login .account-info .progress-row .information{
    width: calc(100% - 40px);
}

.progressbar {
    width: 100%;
    height: 22px;
    border-radius: 14px;
    background-color: #666666;
}

.progressbar .percent {
    /*width: 75%;*/
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    color: #7e4c00;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    border: solid 2px #666666;
}

.progressbar .percent:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #ffe2c0, #efd7bb, #ffe2c0, #efd7bb, #ffe2c0);
    animation: percentAnim 0.75s linear infinite;
}

@keyframes percentAnim {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.progressbar .percent-text {
    position: relative;
    top: 1px;
}

.after-login .drop-down .btn-grp {
    border-top: dashed 1px rgba(255, 255, 255, 0.05);
}

.after-login .drop-down .btn-grp button{
    width: 100%;
    height: 40px;
    border-radius: 30px;
    margin: 5px 0 0;
    font-size: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.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;
}


/* Header Menu */

.affix .header-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.header-menu .container {
    transition: 0.3s;
}

.affix .header-menu .container {
    max-width: 100%;
}

.main-menu {
    width: calc(100% + 30px);
    height: 55px;
    margin: 0 -15px;
    border-radius: 30px;
    background-image: linear-gradient(#897663, #57493b);
    position: relative;
    z-index: 10;
    transition: 0.3s;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.affix .main-menu {
    border-radius: 0;
}

.main-menu:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 30px;
    background-image: linear-gradient(#3c3650, #191724);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.affix .main-menu:before {
    width: 100%;
    height: calc(100% - 1px);
    border-radius: 0;
    bottom: auto;
}

.main-menu ul {
    width: calc(50% - 100px);
    max-width: 750px;
    flex-wrap: nowrap;
    transition: 0.3s;
}

.affix .main-menu ul {
    width: 50%;
}

.main-menu ul:first-child {
    margin-right: auto;
}

.affix .main-menu ul:first-child {
    margin-right: 0;
}

.main-menu ul li {
    width: 100%;
}

.main-menu ul li a {
    color: #e4e3f1;
    padding: 0 30px;
    height: 30px;
    border-radius: 15px;
}

.main-menu ul li a:before {
    width: 40%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: -1px;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    opacity: 0;
}

.main-menu ul li a:hover:before {
    width: 100%;
    opacity: 1.0;
}

.main-menu ul li a i {
    color: #ffe2c0;
    font-size: 19px;
    margin-right: 8px;
    transition: 0.3s;
    display: inline-block;
}


@media(min-width: 1201px){
    .main-menu ul li a:hover {
        color: #ffffff;
    }

    .main-menu ul li a:hover i {
        color: #bea7ff;
    }
}


/* Banner Section */

.banner-section {
    width: 100%;
    height: 455px;
    background-image: linear-gradient(#423c54, #423c54);
    overflow: hidden;
    margin: -55px 0 0;
    padding: 55px 0 0;
}

.banner-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-image: url(../Images//bg/banner-bg.png);
}

.banner-section:after {
    width: 100%;
    height: 49px;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-size: 100% 100%;
    background-image: url(../Images//bg/curve-bg.png);
}

.banner-panel {
    position: relative;
    z-index: 10;
}

.banner-carousel .carousel-inner {
    overflow: visible;
}

.banner-carousel .text {
    position: relative;
    z-index: 1;
}

.banner-carousel .text * {
    margin: 0 0 -0.25%;
}

.banner-carousel h1 {
    color: #202c52;
    font-size: 54px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#f6ead4, #d9bb95);
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}

.banner-carousel h1:before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    white-space: nowrap;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}

.banner-carousel h2 {
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    padding: 1% 0 0.5%;
}

.banner-carousel h2:before,
.banner-carousel h2:after {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.25);
}

.banner-carousel h2:before {
    top: 0;
    animation: bannerTextLine 5s ease 1 forwards;
}

@keyframes bannerTextLine {
    0% { width: 0; }
    9% { width: 0; }
    24% { width: 100%; }
    95% { width: 100%; }
    100% { width: 100%; }
}

.banner-carousel h2:after {
    bottom: 0;
    animation: bannerTextLine 5s ease 1 forwards;
}

.banner-carousel .text:nth-child(1) {
    animation: bannerText01 5s ease 1 forwards;
}

@keyframes bannerText01 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    15% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-carousel .text:nth-child(2) {
    animation: bannerText02 5s ease 1 forwards;
}

@keyframes bannerText02 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    3% {
        opacity: 0;
        transform: scale(0.5);
    }
    18% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-carousel .text:nth-child(3) {
    animation: bannerText03 5s ease 1 forwards;
}

@keyframes bannerText03 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    6% {
        opacity: 0;
        transform: scale(0.5);
    }
    21% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}


/* Carousel Indicator */

.carousel-indicators {
    margin: 20px 0 0;
    position: relative;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 7px;
    background-color: #827c97;
    border: solid 2px #bab2d3;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    opacity: 1;
}

.carousel-indicators li:first-child {
    margin-left: 5px;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.carousel-indicators li.active {
    background-color: #60418b;
    border-color: #9e98b8;
}


/* Mobile Support */

.mobile-support {
    margin: 50px 0 0;
}

.mobile-support:before {
    width: 160.62%;
    height: 625%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background-image: url(../Images//bg/ms-bg.png);
    background-size: 100% 100%;
    background-position: center;
}

.mobile-support .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: linear-gradient(#fbebde, #6b5d52);
    margin: 0 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1.0);
    color: #f5e9eb;
    font-size: 18px;
}

.mobile-support .icon-panel:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 30px;
    background-image: linear-gradient(#a092b4, #271839);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.mobile-support .labels {
    color: #402c46;
    font-size: 18px;
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-background img,
.banner-background div {
    bottom: 0;
    position: absolute;
}

.banner-background div .d-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner-background .sparkle {
    width: 125.49%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    animation: sparkleAnim 0.8s ease infinite;
}

@keyframes sparkleAnim {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

.banner-background .glare {
    width: 38.56%;
    left: -5%;
    mix-blend-mode: lighten;
    animation: glareAnim 15s ease infinite;
}

@keyframes glareAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    10% {
        opacity: 0;
        transform: scale(0);
    }
    15% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .glare .d-img {
    animation: glareImgAnim 0.5s ease infinite;
}

@keyframes glareImgAnim {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.banner-background .dealer-01 {
    width: 20.52%;
    left: 8.5%;
    z-index: 2;
    animation: char01Anim 15s ease infinite;
}

@keyframes char01Anim {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    8% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .chip {
    width: 30.9%;
    right: -9%;
    bottom: 36%;
    animation: leafAnim 15s ease infinite;
}

.banner-background .chip-02 {
    width: 21.34%;
    right: -9%;
    bottom: 7%;
    animation: leafAnim 15s ease infinite;
}

.banner-background .dealer-02 {
    width: 13.92%;
    left: 1%;
    animation: dealer02Anim 15s ease infinite;
}

@keyframes dealer02Anim {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    2% {
        opacity: 0;
        transform: translateX(20%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .roulette {
    width: 150.03%;
    left: -34%;
    bottom: -4.75%;
    transform: bottom center;
    animation: chiliAnim 15s ease infinite;
}

.banner-background .slotmachine {
    width: 70.01%;
    left: -28%;
    bottom: 32%;
    animation: slotmachineAnim 15s ease infinite;
}

@keyframes slotmachineAnim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    9% {
        opacity: 0;
        transform: translateY(-50%);
    }
    14% {
        opacity: 1.0;
        transform: translateY(10%);
    }
    20% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .fuicheng {
    width: 21.31%;
    right: 7%;
    z-index: 2;
    animation: char01Anim 15s ease infinite;
}

.banner-background .chili {
    width: 73.62%;
    right: -3%;
    z-index: 2;
    transform-origin: bottom center;
    animation: chiliAnim 15s ease infinite;
}

@keyframes chiliAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    5% {
        opacity: 0;
        transform: scale(0.5);
    }
    13% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .slotmachine-02 {
    width: 61.34%;
    left: 9%;
    z-index: 1;
    animation: slotmachine02Anim 15s ease infinite;
}

@keyframes slotmachine02Anim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    7% {
        opacity: 0;
        transform: translateX(25%);
    }
    15% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .coins {
    width: 128.83%;
    left: -23.5%;
    bottom: 19%;
    animation: glareAnim 15s ease infinite;
}

.banner-background .coins .d-img {
    animation: glareImgAnim 0.75s ease infinite;
}

.banner-background .cherry {
    width: 27.61%;
    left: -13%;
    bottom: 24%;
    animation: cherryAnim 15s ease infinite;
}

@keyframes cherryAnim {
    0% {
        opacity: 0;
        transform: translate(50%, 50%);
    }
    10% {
        opacity: 0;
        transform: translate(50%, 50%);
    }
    15% {
        opacity: 1.0;
        transform: translate(-10%, -10%);
    }
    20% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .monkey {
    width: 19.61%;
    right: -2.5%;
    animation: monkeyAnim 15s ease infinite;
}

@keyframes monkeyAnim {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    2% {
        opacity: 0;
        transform: translateX(-20%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .leaf {
    width: 27%;
    right: 0;
    bottom: 16%;
    z-index: 2;
    animation: leafAnim 15s ease infinite;
}

@keyframes leafAnim {
    0% {
        opacity: 0;
        transform: translate(-50%, 50%);
    }
    8% {
        opacity: 0;
        transform: translate(-50%, 50%);
    }
    13% {
        opacity: 1.0;
        transform: translate(10%, -10%);
    }
    18% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}


/* Page Content */

.page-content {
    width: 100%;
}

.page-content:before,
.page-content:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 10%;
}

.page-content:before {
    background-image: linear-gradient(rgba(40, 38, 43, 0), rgba(40, 38, 43, 0.8), rgba(40, 38, 43, 0));
}

.page-content:after {
    background-image: url(../Images//bg/pattern-bg.png);
    background-repeat: repeat;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}


/* Withdraw Section */

.withdraw-section .container {
    height: 80px;
}

.withdraw-section .container:before {
    width: 100%;
    max-width: 1500px;
    height: 38px;
    left: 0;
    right: 0;
    bottom: -38px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(../Images//bg/curve-shadow-bg.png);
}


/* Marquee */

.marquee-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
}

.marquee-wrap .labels {
    width: 180px;
    height: 48px;
    border-radius: 25px;
    background-image: linear-gradient(#ffdeb3, #837062);
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.marquee-wrap .labels:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 25px;
    background-image: linear-gradient(#826f9c, #2e1c42);
}

.marquee {
    width: calc(100% - 180px);
    overflow: hidden;
    padding: 2px 0;
}

.marquee ul {
    width: 100%;
    display: flex;
    height: 35px;
}

.marquee ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    padding: 0 50px;
}

.marquee ul li:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.marquee ul li:last-child:after {
    display: none;
}

.marquee ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #f4efef;
    font-size: 14px;
    text-shadow: 0 1px 1px #443c4d;
    transition: 0.3s;
    padding: 0 10px;
}

.marquee ul li div.user {
    justify-content: flex-start;
}

.marquee ul li div.amount {
    font-size: 16px;
    text-shadow: none;
}

.marquee ul li div.date {
    font-size: 13px;
    text-align: right;
}


/* Category Section */

@media (min-width: 1200px) {
    .category-section .container {
        max-width: 830px;
    }
}

.category-btn {
    width: 50%;
    height: 70px;
    border: none;
    background-color: #66537e;
    color: #eddfff;
    font-size: 24px;
}

.category-btn:hover {
    color: #ffffff;
    background-color: #543e6e;
}

.category-btn.active {
    background-color: #301e44;
    color: #ffffff;
}

.category-btn:first-child {
    border-radius: 0 0 0 15px;
}

.category-btn:last-child {
    border-radius: 0 0 15px 0;
}

.category-btn .icon-img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: 0.3s;
}

.category-btn:hover .icon-img {
    opacity: 1.0;
}

.category-btn.active .icon-img {
    filter: none;
    opacity: 1.0;
    margin-right: 5px;
}


/* Providers Section */

.providers-section {
    margin: 25px 0 0;
}

.providers-panel {
    width: calc(100% + 18px);
    margin: 0 -9px;
    display: none;
}

.providers-panel.active {
    display: block;
}

.sc-btn {
    width: calc(16.66% - 20px);
    max-width: 233px;
    margin: 0 10px 25px;
    display: inline-block;
    position: relative;
    animation: scBtnAnim 0.5s ease 1 backwards;
}

@keyframes scBtnAnim {
    0% { opacity: 0; }
    100% { opacity: 1.0; }
}

.slot-providers .sc-btn {
    width: calc(14.28% - 20px);
    max-width: 197px;
}

.sc-btn:before {
    width: 100%;
    height: 28px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../Images//bg/sc-shadow.png);
    background-position: bottom center;
    opacity: 0.5;
}

.sc-btn .g-panel {
    width: 100%;
    background-image: linear-gradient(#66537e, #251734);
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
}

.sc-btn .g-panel:before {
    width: 180%;
    height: 100%;
    border-radius: 50%;
    right: -10%;
    bottom: -35%;
    transform-origin: bottom right;
    transform: rotate(10deg);
    box-shadow: 0 -150px 0 rgba(255, 255, 255, 0.1);
}

.sc-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 30px;
    border: solid 1px #7d6ac7;
    z-index: 20;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0));
    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0));
    opacity: 0;
}

.sc-btn .g-panel .g-img {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: scBtnGimg 0.75s ease 1 backwards;
}

@keyframes scBtnGimg {
    0% { 
        opacity: 0;
        transform: translateY(15%);
    }
    100% { 
        opacity: 1.0;
        transform: translateY(0);
    }
}

.sc-btn .g-footer {
    width: 100%;
    height: 39px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #ffffff;
    color: #66537e;
    font-weight: 500;
    transition: 0.3s;
}

.sc-btn .g-footer:before,
.sc-btn .g-footer:after {
    width: 100%;
    height: 50px;
    left: 0;
    top: -50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../Images//bg/sc-footer.png);
    background-position: bottom center;
    filter: brightness(200%);
}

.slot-providers .sc-btn .g-footer:before,
.slot-providers .sc-btn .g-footer:after {
    height: 37px;
    top: -37px;
}

.sc-btn .g-footer:after {
    filter: brightness(100%);
    opacity: 0;
}

/* g logo */

.sc-btn .g-logo {
    width: 84px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: -2px;
    top: -4px;
    background-image: linear-gradient(#fff8e5, #cea982);
    border-radius: 15px 5px 40px 5px;
    padding-right: 2%;
    transition: 0.3s;
    overflow: hidden;
    animation: scBtnLogo 0.5s ease 0.3s 1 backwards;
}

@keyframes scBtnLogo {
    0% { 
        opacity: 0;
        transform: translateX(-15%);
    }
    100% { 
        opacity: 1.0;
        transform: translateX(0);
    }
}

.slot-providers .sc-btn .g-logo {
    width: 74px;
    height: 49px;
}

.sc-btn .g-logo:before,
.sc-btn .g-logo:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px 5px 40px 5px;
    background-image: linear-gradient(#76658b, #3b2b4f);
    opacity: 0;
}

.sc-btn .g-logo:after {
    opacity: 1.0;
}

/* img overlay */

.sc-btn .img-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s;
    animation: scBtnGimg 0.75s ease 1 backwards;
}

.sc-btn .img-overlay img {
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

/* play btn */

.sc-btn .play-btn {
    width: 130px;
    height: 38px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 30;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #826200, 0 0 0 5px rgba(81, 44, 0, 0.6);
    transform: scale(0.5);
    opacity: 0;
}

.sc-btn .play-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #826200, 0 0 0 5px rgba(81, 44, 0, 0.6);
}

@media (min-width: 1200px) {
    .sc-btn:hover .play-btn {
        transform: scale(1.0);
        opacity: 1.0;
    }

    .sc-btn:hover:before {
        width: 90%;
        height: 15px;
        opacity: 0.25;
    }

    .sc-btn:hover .g-panel {
        transform: translateY(-10px);
    }

    .sc-btn:hover .g-panel:before {
        transform: rotate(5deg);
        right: -20%;
        bottom: -40%;
        box-shadow: 0 -150px 0 rgba(0, 0, 0, 0.4);
    }

    .sc-btn:hover .g-panel:after {
        opacity: 1.0;
    }

    .sc-btn:hover .g-footer {
        color: #5f50b1;
        background-color: #efecff;
    }

    .sc-btn:hover .g-footer:after {
        opacity: 1.0;
    }

    .sc-btn:hover .g-logo {
        transform: translate(-4px, -16px);
    }

    .sc-btn:hover .g-logo:before {
        opacity: 1.0;
    }

    .sc-btn:hover .img-overlay {
        transform: translateY(-10px);
    }
}


/* Board Section */

.board-section {
    margin-top: 80px;
    background-image: linear-gradient(#3c3650, #191724);
    padding: 0 0 10px;
}

.board-section:before,
.board-section:after {
    width: 100%;
    height: 47px;
    background-size: 100% 100%;
    left: 0;
}

.board-section:before {
    background-image: url(../Images//bg/board-curve-top.png);
    top: -47px;
}

.board-section:after {
    background-image: url(../Images//bg/board-curve-bot.png);
    bottom: -47px;
}

.board-panel {
    width: 32%;
    min-height: 330px;
    background-color: #f8f7ff;
    border-radius: 20px;
    margin: -40px 0 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.board-panel .header {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(#5b5278, #262434);
    color: #e7e8ff;
    font-size: 20px;
}

.board-panel .header .icon-panel {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 0 0 5px;
    color: #ffe7ba;
    font-size: 24px;
}

.board-panel .header .icon-panel:before {
    width: 100%;
    height: 30px;
    background-color: #262434;
    background-image: linear-gradient(#262434, #262434);
    left: 0;
    bottom: 0;
}

.board-panel .more-link {
    width: 100%;
    max-width: 130px;
    height: 24px;
    font-size: 10px;
    margin: 0 auto 0;
}

.board-panel .more-link i {
    color: #fff880;
}

.board-panel .content {
    padding: 35px 20px 20px;
}

.board-panel table tr td {
    height: 40px;
    transition: 0.3s;
    color: #000000;
}

.board-panel table tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.board-panel table tr td:last-child {
    border-radius: 0 8px 8px 0;
}

.board-panel table tr .title-td {
    padding-left: 10px;
}

.board-panel table tr .date-td {
    color: #4e4d71;
    font-size: 13px;
    padding-right: 10px;
}

.board-panel table tr td a {
    color: #000000;
}

.board-panel table tr td a:hover {
    color: #644dc1;
    text-decoration: underline;
}

.new-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
    background-color: #d03b18;
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: center;
    position: relative;
    top: -2px;
    border-radius: 50%;
    padding: 2px 0px 0px;
}



/* Realtime Board */

.realtime-board {
    width: calc(36% - 60px);
    min-height: 330px;
    background-color: #dfdee6;
    border-radius: 30px;
    border: solid 6px #ffffff;
    margin: -40px 30px 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.realtime-board .header {
    width: calc(100% - 40px);
    height: 60px;
    margin: -20px auto -5px;
    background-image: linear-gradient(#ffdeb3, #9f7658);
    border: solid 1px #ffffff;
    border-radius: 40px;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

.realtime-board .header:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    position: absolute;
    transition: 0.3s;
    border-radius: 30px;
    background-image: linear-gradient(#a092b4, #271839);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.realtime-board .content {
    padding: 15px 15px 10px;
}

.rolling-table ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 64px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-table ul li .td {
    height: calc(100% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #ffffff;
    border-bottom: solid 1px #c7c6cd;
    color: #1a1a1a;
}

.rolling-table ul li .td:first-child {
    border-radius: 15px 0 0 15px;
}

.rolling-table ul li .td:last-child {
    border-radius: 0 015px 15px 0;
}

.rolling-table ul li:hover .td {
    background-color: #f8f7ff;
}

.rolling-table ul li .icon-panel {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: #d8d7dd;
    color: #5b459b;
    font-size: 20px;
    margin-right: 10px;
}

.rolling-table ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 5%;
}

.rolling-table ul li div.amount {
    width: 36%;
    font-size: 16px;
    padding-right: 2%;
    font-weight: 700;
    justify-content: flex-end;
}

.rolling-table ul li div.date {
    width: 29%;
    justify-content: flex-end;
    padding-right: 5%;
    font-size: 12px;
}


/* Customer Section */

.customer-section {
    margin: 40px 0;
}

.customer-section ul li {
    padding: 0 50px;
    border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.customer-section ul li:first-child {
    padding-left: 0;
}

.customer-section ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.customer-panel {
    height: 100px;
    padding: 10px;
    margin: 0 ;
    flex-wrap: nowrap;
}

.customer-panel:before {
    width: 80px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px 0 0 50px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.25);
}

.customer-panel:after {
    width: 80px;
    height: calc(100% + 10px);
    left: 40px;
    top: -5px;
    background-image: linear-gradient(to right, rgba(89, 89, 89, 0), rgba(89, 89, 89, 1.0), rgba(89, 89, 89, 1.0), rgba(89, 89, 89, 0));
}

.customer-panel .icon-panel {
    width: 80px;
    height: 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    border-radius: 50%;
    color: #fff4e0;
    font-size: 32px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-right: 20px;
} 

.customer-panel .icon-panel:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-image: linear-gradient(#836da3, #271839);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.customer-panel.attendance .icon-panel:before {
    background-image: linear-gradient(#836da3, #271839);
}

.customer-panel .text-panel {
    font-size: 24px;
    white-space: nowrap;
}

.customer-panel .text-panel p {
    margin: -2% 0;
}

.customer-panel .text-panel .text-sm {
    font-size: 14px;
    margin-bottom: 1%;
}


/* Footer Section */

.footer-copyright {
    width: 100%;
    color: #767676;
    font-size: 10px;
    background-color: #4a4a4a;
    padding: 35px 0;
    margin: 20px 0 0;
}


/* Scroll To Top */

.scroll-top {
    width: 80px;
    height: 80px;
    background-color: #352646;
    border: none;
    position:fixed;
    bottom: 20px;
    right: 30px;
    z-index:10;
    color: #ede4ff;
    font-size: 36px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.scroll-top:hover {
    color: #ffe2c0;
    background-color: #4d4687;
    padding: 0 0 15px;
}

.scroll-top .text {
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 12px;
    opacity: 0;
    transition: 0.3s;
}

.scroll-top:hover .text {
    opacity: 1.0;
}


/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal {
    padding: 0 15px !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal *::-webkit-scrollbar {
    width: 8px;
    background: #cccccc;
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background-color: #666666;
    background-image: none;
    border: none;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1400px;
    padding: 0 !important;
}


/* Modal Content */

.modal-content {
    width: 100%;
    border:none;
    z-index: 1;
    background-color: transparent;
    border-radius: 30px;
    overflow: visible;
    margin: 0 auto;
    padding: 10px 0 0;
    background-color: #322950;
}


/* Modal Wrapper */

.modal-wrapper {
    background-color: #f1f0f7;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}


/* Modal Close */

.modal-close {
    width: 98px;
    position: absolute;
    right: 30px;
    top: -13px;
    background-image: url(../Images//bg/modal-close.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 24px;
    padding: 8px 0 0;
}

.modal-close .close-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.15);
    z-index: 9;
}

.modal-close .close-btn:before,
.modal-close .close-btn:after {
    width: 1px;
    height: 60%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #666666;
    transition: 0.3s;
}

.modal-close .close-btn:before {
    transform: rotate(-45deg);
}

.modal-close .close-btn:after {
    transform: rotate(45deg);
}

.modal-close .close-btn:hover:before {
    transform: rotate(-135deg);
    background-color: #e3603c;
}

.modal-close .close-btn:hover:after {
    transform: rotate(-45deg);
    background-color: #e3603c;
}


/* Modal Sidebar */

.modal-sidebar {
    width: 280px;
}

.modal-sidebar .header {
    width: 100%;
    height: 70px;
    padding: 0 5px;
    color: #222222;
    font-size: 20px;
    overflow: hidden;
}

.modal-sidebar .header .icon-panel {
    font-size: 40px;
    margin-right: 13px;
}


/* Modal Menu */

.modal-menu {
    width: 100%;
}

.modal-menu a {
    height: 54px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 15px;
    margin: 5px 0;
    padding: 0 15px;
    color: #777777;
}

.modal-menu a:first-child {
    margin-top: 0;
}

.modal-menu a:hover {
    color: #333333;
    background-color: #fdfdff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.modal-menu a.active {
    color: #ffffff;
    background-color: #32294c;
    background-image: linear-gradient(to left, #32294c, #4d4674);
}

.modal-menu a .icon-panel {
    font-size: 24px;
    margin-right: 10px;
}

.modal-menu a.active .icon-panel {
    color: #ffedd7;
}

.modal-sub-menu {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.modal-sub-menu a {
    height: 60px;
    background-color: rgba(55, 153, 65, 0.05);
    border: solid 1px #379941;
    margin: 10px 0;
    padding: 5px;
    border-radius: 10px;
    color: #000000;
}

.modal-sub-menu a .icon-panel {
    width: 50px;
    height: 100%;
    font-size: 24px;
    margin-right: 8px;
    border-radius: 10px;
    background-color: #379941;
    color: #ebffed;
}

.modal-sub-menu a:hover {
    background-color: #fafaff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}


/* Modal Panel */

.modal-panel {
    width: calc(100% - 295px);
    min-height: 670px;
    background-color: #dfdee6;
    border-radius: 20px;
    margin-left: 15px;
    padding: 0 30px 50px;
}


/* Modal Header */

.modal-header {
    height: 70px;
    border: none;
    padding: 0 10px 0;
    margin: 0 0 30px;
    position: relative;
}

.modal-header:before {
    width: 102.47%;
    height: 30px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%) rotateX(180deg);
    background-position: bottom center;
    background-size: 100% 100%;
    background-image: url(../Images//bg/modal-curve.png);
}

.modal-header .title-panel {
    color: #000000;
    font-size: 26px;
}

.modal-header .title-panel .icon-panel {
    margin-right: 5px;
    font-size: 38px;
}


/* Modal Body */

.modal-body {
    padding: 0;
}


/* Form Container */

.form-container {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 5px;
    margin: 0 0 5px;
}

.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: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
    padding: 0 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-weight: 300;
}

.form-container .w-icon input {
    padding: 0 0 0 65px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: #999999;
}

.form-container .form-group input::placeholder {
    color: #999999;
}

.form-container .form-group .input-container .icon-panel{
    min-width: 50px;
    height: calc(100% - 16px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 18px;
    color: #ffd544;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 48px;
    float: left;
    color: #999999;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 5px;
}

.form-container .form-group .select-input:last-child {
    margin-right: 0;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: #999999;
    font-weight: 300;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 20px;
    cursor: pointer;
}

.form-container .w-icon .select-input select {
    padding-left: 65px;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    color: #999999;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 2px;
    pointer-events: none;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: #999999;
}

.form-container .form-group textarea::placeholder {
    color: #999999;
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 48px;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0 0 0 5px;
    border-radius: 10px;
    font-size: 14px;
}


/* 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;
    border-radius: 8px;
    margin: 0 2px;
    background-color: #555555;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #333333;
}

.form-container .form-group .infos .btn-grp button:last-child {
    background-color: #bb1f1f;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #a10f0f;
}


/* Modal Footer */

.modal-footer {
    width: 100%;
    border: none;
    margin: 40px auto 0;
    padding: 0;
}

.form-footer {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.form-footer button {
    width: 100%;
    max-width: 180px;
    height: 50px;
    margin: 0 5px;
}

.form-footer .btn-purple i {
    color: #ffe2c0;
}


/* Deposit Inquiry */

.deposit-inquiry {
    color: #666666;
    font-size: 12px;
    margin: 20px 0 -10px;
}

.deposit-inquiry .icon {
    font-size: 18px;
    margin-right: 5px;
}

.deposit-inquiry a {
    color: #583295;
    margin-left: 10px;
}

.deposit-inquiry a:before {
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    background-color: #0e971b;
}

.deposit-inquiry a:hover:before {
    width: 100%;
}

.deposit-inquiry a i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}


/* BS Table */

.table-panel {
    background-color: #f1f0f7;
    padding: 15px 15px 0;
    border-radius: 20px;
    margin: 20px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.bs-table thead th {
    height: 54px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #352e58;
    font-weight: 300;
}

.bs-table thead th:first-child {
    border-radius: 15px 0 0 15px;
}

.bs-table thead th:last-child {
    border-radius: 0 15px 15px 0;
}

.bs-table.one-th thead th:first-child {
    border-radius: 15px;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 58px;
    color: #000000;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.bs-table tr:hover td {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.1);
}

.bs-table tr td a {
    color: #000000;
    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: #644dc1;
    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: #ffffff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.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 .status-td {
    width: 15%;
    padding-left: 5px;
}

.bs-table tr .date-td {
    width: 20%;
    color: #999999;
    font-size: 12px;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #999999;
    font-size: 18px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: #d3131a;
}

.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: #997237;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #cd4821;
}

.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: #ffffff;
    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: #f1f0f7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 5px 0 0;
    border-radius: 15px;
    padding: 10px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #333333;
    /*white-space: pre-wrap;*/
    text-align: left;
    overflow-y: scroll;
    padding: 15px 15px;
}


/* Pagination */

.pagination {
    margin: -10px 0 0;
}

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0 0;
    margin: 0 2px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.pagination li a:hover {
    color: #ffffff;
    background-color: #352e58;
}

.pagination li a.active {
    color: #352e58;
    background-color: rgba(155, 134, 217, 0.25);
    border: solid 1px #564997;
}

.pagination .turn-pg a {
    width: 24px;
    color: #666666;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    border-radius: 8px;
}

.pagination .turn-pg:nth-child(1) a {
    margin-right: 5px;
}

.pagination .turn-pg:nth-child(2) a {
    margin-right: 10px;
}

.pagination .turn-pg:nth-last-child(2) a {
    margin-left: 10px;
}

.pagination .turn-pg:last-child a {
    margin-left: 5px;
}

.pagination .turn-pg a:hover {
    color: #564997;
    background-color: transparent;
}


/* Attendance Modal */

.attendance-info {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 15px;
    padding: 0 15px;
}

.attendance-info .bs-ul li {
    height: 50px;
    padding-right: 30px;
    color: #333333;
}

.attendance-info .bs-ul li:last-child {
    padding-right: 0;
}

.attendance-info .bs-ul li .icon-panel {
    color: #e08d00;
    font-size: 20px;
}

.attendance-info .bs-ul li .info {
    margin-left: 8px;
}


/* Attend Nav */

.attendance-nav {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    position: relative;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.attendance-nav .title-panel {
    color: #333333;
    font-size: 18px;
    margin: 0 50px;
}

.attendance-nav .title-panel .date-tag {
    font-size: 20px;
    margin-right: 8px;
}

.attendance-nav .nav-btn {
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    font-size: 28px;
    color: #999999;
}

.attendance-nav .nav-btn:hover {
    color: #0e971b;
}


/* Calendar */

.attendance-calendar {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

.attendance-calendar th {
    color: #fff;
    font-size: 12px;
    height: 40px;
    font-weight: normal;
    text-align:center;
    background-color: #4d68a3;
}

.attendance-calendar th:first-child {
    border-radius: 15px 0 0 0;
}

.attendance-calendar th:last-child {
    border-radius: 0 15px 0 0;
}

.attendance-calendar th.active {
    background-color: #304674;
}

.attendance-calendar td {
    width: 14.28%;
    height: 120px;
    text-align: center;
    background-color: #ffffff;
    border: none;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.attendance-calendar tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}

.attendance-calendar tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}

.attendance-calendar td:hover {
    background-color: #e6f2ff;
}

.attendance-calendar td.attended {
    background-color: #ffffff;
}

.attendance-calendar td.active {
    background-color: rgba(41, 57, 76, 1.0);
}

.attendance-calendar td.empty{
    pointer-events:none;
    background-color: rgba(255, 255, 255, 0.5);
}

.attendance-calendar td.today {
    background-color: #e6f2ff;
    border: solid 1px #6cabec;
}

.attendance-calendar td .date {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000000;
    font-size:12px;
    position: absolute;
    left:5px;
    top:5px;
}

.attendance-calendar td.today .date {
    font-size: 18px;
}

.attendance-calendar td.empty .date {
    color: rgba(0, 0, 0, 0.5);
}

.attendance-calendar td .info-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}

.attendance-calendar td.attended .info-panel {
    opacity: 1;
    transform: scale(1.0);
}

.attendance-calendar td .attend-stamp {
    width: 60px;
}

.attendance-calendar td .attend-stamp:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border:solid 1px rgba(0, 0, 0, 0.75);
}

.attendance-calendar td .info-panel .info{
    width: 100%;
    text-align: center;
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
}

.attendance-calendar td .info i{
    color: #0080ab;
}


/* Modal Nav */

.modal-nav {
    width: 100%;
    background-color: rgba(136, 124, 224, 0.15);
    border: solid 1px #79709d;
    border-radius: 10px;
    margin: 0 0 15px;
    padding: 10px 8px;
    flex-wrap: nowrap;
}

.modal-nav button {
    width: calc(100% - 4px);
    max-width: 200px;
    height: 30px;
    background-color: transparent;
    border: none;
    color: #666666;
    border-radius: 15px;
    font-weight: 300;
    margin: 0 2px;
}

.modal-nav button i {
    color: #49337c;
    font-size: 16px;
    margin-right: 5px;
}

.modal-nav button:hover {
    background-color: #8383a7;
    color: #ffffff;
}

.modal-nav button.active {
    background-color: #322950;
    color: #ffffff;
}

.modal-nav button:hover i {
    color: rgba(0, 0, 0, 0.75);
}

.modal-nav button.active i {
    color: #ffe2c0;
}


/* Modal Tab */

.modal-tab {
    width: 100%;
    display: none;
    margin: 0 auto;
    animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-tab.active {
    display: block;
}


/* Level Information */

.bs-table td .level-icon {
    margin-right: 8px;
}

.bs-table td .level-txt {
    display: inline-block;
    width: 45px;
    text-align: left;
    white-space: nowrap;
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 45px;
    margin-right: 10px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.level-information .bs-ul li .labels {
    margin-right: 10px;
}

.level-information .bs-ul li .amount {
    font-size: 16px;
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
    border-radius: 0;
}

.level-information .point-form input{
    width: calc( 100% - 115px);
    height: 43px;
    padding: 0 5px 0 10px;
    background-color: #ffffff;
    border: none;
    margin-right: auto;
    border-radius: 8px;
    font-weight: 300;
}

.level-information .point-form input::-webkit-input-placeholder{
    color: #999999;
}

.level-information .points-btn{
    width:110px;
    height:43px;
    border-radius: 8px;
    box-shadow: none;
    white-space:nowrap;
    box-shadow: none;
    font-size: 12px;
}


/* Search Form */

.search-form {
    margin: 15px 0 15px;
    position: relative;
}

.search-form input {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 0 10px;
    color: #000000;
    font-weight: 300;
}

.search-form button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.search-form button i {
    color: #ffe2c0;
}


/* Gamelist */

.gamelistModal .modal-panel {
    padding-bottom: 30px;
}

.gamelist-container {
    width: 100%;
}

.gamelist-scroll {
    width: calc(100% + 8px);
    max-height: 620px;
    overflow-y: scroll;
    padding: 0 5px 0 0;
    margin: 0 0 0 -8px;
}

.game-btn {
    width: calc(14.28% - 14px);
    margin: 0 7px 14px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border: solid 3px #ffffff;
}

.game-btn .g-panel {
    width: 100%;
}

.game-btn .g-img {
    transition: 0.5s;
}

.game-btn .g-name {
    width: 100%;
    padding: 0 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    background-color: #edecf1;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
}

.game-btn .g-name .name {
    max-width: 96%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-btn .g-hover {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    transition: 0.3s;
    padding: 0 0 15px;
    position: absolute;
    opacity: 0;
}

@media(min-width: 1200px){
    .game-btn:hover .g-hover {
        opacity: 1;
    }

    .game-btn:hover .g-img {
        transform: scale(1.1);
    }
}

.game-btn .g-hover .play-btn {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1.0);
    padding-left: 10px;
}

.game-btn .g-hover .play-btn i {
    color: #ffe7ba;
    font-size: 44px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.game-btn .g-hover .name {
    width: 98%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(53, 79, 136, .9);
}

.game-btn .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0a0a0a;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Login Join */

.loginModal .modal-dialog {
    max-width: 600px;
}

.loginModal .modal-panel {
    min-height: auto;
}

.loginModal .modal-body {
    max-width: 400px;
    margin: 0 auto;
}

.joinModal .form-footer button {
    max-width: 300px;
}