@import "global.css?v2";
@import "animations.css";

.content-header-banner {
    width: 100%;
}

.nav-header {
    padding: 0.5em 1em;
}

.top-section {
    position: fixed;
    background: var(--body-background);
    width: 100%;
    z-index: 99;
}

.menu-btn {
    padding: 0.5em;
}

.menu-btn-container {
    display: inline-block;
    text-align: center;
    min-width: 75px;
}

.menu-icon {
    width: 40px;
}

.menu-text {
    font-size: var(--smallest);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0.25em
}

.game-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.game-card-container {
    margin-top: 1em;
    flex: 0 33.33%;
}

.nav-container {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 5px -2px #cccccc;
}

    .nav-container::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.announcement-scroll {
    position: relative;
    animation: scrollF 15s linear forwards infinite;
    white-space: nowrap;
}

.game-image {
    width: 110px;
    text-align: center;
}

.game-container {
    box-shadow: 0 3px 6px 0 rgba(153, 168, 255, 0.33);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1em;
}

.announcements {
    padding: 1em 0.5em;
    overflow: clip;
}

.trending-section {
    padding: 1em;
    box-shadow: 0 3px 6px 0 rgba(153, 168, 255, 0.34);
    z-index: 1;
}

.trending-header {
    padding: 0.5em;
    font-weight: 600;
    display: flex;
}

.game-label {
    font-weight: 600;
    text-align: center;
    margin-top: 0.5em;
    font-size: var(--smaller);
}

.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 0.75em 2em 0.5em 2em;
    z-index: 5;
}

.trend-image {
    margin: 5px 1em 0 0;
    height: 80px;
    border-radius: 12px;
}

.trend-description {
    color: #5c5f70;
    font-size: var(--small);
}

.trend-title {
    color: black;
    font-size: var(--large);
    margin-bottom: 0;
    font-weight: 600;
}

.trending-card {
    margin-bottom: 1em;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1em;
    display: flex;
    align-items: top;
}

    .trending-card:last-child {
        border-bottom: none;
    }

.trend-play {
    color: white;
    padding: 0.4em 1em;
    min-width: 100px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    margin-top: 0.5em;
}

    .trend-play:hover {
        color: white;
    }

.new-label, .hot-label {
    position: absolute;
    right: 0;
    width: 35%;
}

.game-divider {
    width: 100%;
    border: 1px solid black;
}

.an-mask {
    width: 100%;
    overflow: hidden;
    margin-left: 1em;
}

.bottom-link img {
    vertical-align: top;
    width: 24px;
}

.slick-dots {
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 5px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button {
    width: 10px;
    padding: 0;
}

    .slick-dots li button::before {
        font-size: 5px;
        width: 10px;
        padding: 0;
    }

.slick-dots li {
    margin: 0;
    width: auto;
    pointer-events: none;
}

.slick-next, .slick-prev {
    display: none;
}

@media screen and (max-width: 500px ) {
    .game-image {
        width: 100px;
    }
}

.padding {
    height: 3em;
}

#game_transfer .modal-content {
    background: linear-gradient(to top, #ffffff 0%, #ffffff 60%, #dfe5fc 79%, #c7d1f8 89%);
    box-shadow: box-shadow: 0 8px 8px 0 rgba(18, 30, 102, 0.53);
    border: none;
}

#game_transfer .modal-header {
    background: linear-gradient(5deg, #0d0f1c 18%, #2d3877 95%);
}

#main {
    margin-top: 53px;
}


.navbar {
    margin: 0 auto;
    border-radius: 0;
    background-color: #000;
    padding: 0px;
    font-size: 1.2em;
    border: 0;
    position: absolute;
    display: block;
    width: 100%;
}

.navbar-inverse .navbar-nav li a {
    color: #fff;
    column-width: 150px;
    font-family: sans-serif;
}

    .navbar-inverse .navbar-nav li a:hover {
        color: #fff;
    }

.nav > li > a {
    padding: 10px 15px;
    display: block;
    color: #e1cc96;
    font-size: 12pt;
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.toggle-bar {
    padding: 9px 10px;
    position: fixed;
    left: 0;
    background-color: black;
    margin-left: 10px;
    border-radius: 4px;
}

.icon-bar {
    width: 18px;
    color: #ffCC00;
    border: 2px solid #15879f;
    border-radius: 1px;
    background-color: #15879f;
    margin-top: 3px;
}

.transfer-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    width: 328px;
    height: 400px;
    margin: auto;
    border-radius: 5px;
}

.transfer-row {
    height: 7px;
    background-color: #ff9611;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.transfer-backdrop {
    content: " ";
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(147deg, #1b1a1720, #4a4535ff), transparent;
    z-index: 99;
    overflow: hidden;
}

.transfer-backdrop2 {
    content: " ";
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(147deg, #1b1a1720, #4a4535ff), transparent;
    z-index: 101;
    overflow: hidden;
}

.transfer-content {
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    display: flex;
    flex-direction: column;
    background: url(../images/img-box.png?v2) no-repeat transparent;
    background-size: contain;
}

.transfer-image {
    position: absolute;
    top: -94px;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}

.transfer-close {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 15px;
}

.transfer-load {
    bottom: 50%;
    color: #4856a7;
}

.transfer-modal {
    color: black;
    padding: 1.0em;
    /*margin: 1em 2.5em;*/
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

.transfer-error {
    padding: 1em 0.5em;
    border-radius: 32px;
    background-image: linear-gradient(to bottom, #1e667c, #2999b8);
    color: #88feff;
    width: 70%;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.transfer-start {
    padding: 1em 0.5em;
    border-radius: 32px;
    background-image: linear-gradient(to bottom, #1e667c, #2999b8);
    color: #88feff;
    width: 70%;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

    .transfer-start:hover, .transfer-error:hover {
        color: #88feff;
    }

.transfer-plate {
    background: black;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
}

.transfer-input {
    padding: 0.5em;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    width: 70%;
    box-shadow: 0 4px 4px 0 rgba(153, 168, 255, 0.35);
    border: solid 1px #d5daf5;
    color: #4856a7;
    background-image: linear-gradient(179deg, #fff 12%, #fff 88%, #f2f4fd 99%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    .transfer-input:focus {
        outline: 0;
    }

    .transfer-input.red {
        border-color: var(--red);
    }

.transfer-image img {
    width: 160px;
}

.transfer-logo {
    /*position: absolute;
    top: 102px;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 90px;*/
    position: absolute;
    top: 36px;
    left: 18px;
	min-width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

    .transfer-logo img {
		width: auto;
        height: 42px;
    }

.transfer-balance-header {
    /*opacity: 0.5;*/
}

.transfer-credit {
    font-size: 12px;
    line-height: 1.36;
    color: #fff;
    padding: 0;
}

.transfer-balance {
    font-size: 12px;
    line-height: 1.33;
    text-align: right;
    color: #dadfff;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
}


.transfer-balance-content {
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
    color: #4856a7;
}

.transfer-transfer-in-title {
    font-size: 12px;
    line-height: 1.36;
    color: #fff;
    padding: 0;
}

.transfer-input-error {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    color: #ec2c2c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: 13px;
}

    .transfer-input-error > span {
        background-color: red;
        color: white;
        border-radius: 6px;
        padding: 2px;
        font-size: 8pt;
		display: block;
		width: 70%;
		margin: auto;
    }

.transfer-line {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 0;
    opacity: 0.47;
    border-top: solid 1px #99a8ff;
}

.transfer-modal2 {
    position: absolute;
    top: 115px;
    width: 100%;
}

.transfer-cashout {
    padding: 0.3em 1.5em;
    border-radius: 18px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #53a5bc;
    border: solid 1px #53a5bc;
    background-color: rgba(0, 0, 0, 0);
}

.transfer-error-msg {
    line-height: 1.36;
    color: #fff;
}

.transfer-btmbg {
    background: url(../images/img-greenbox.png) no-repeat;
    background-size: cover;
    flex-grow: 1;
    position: absolute;
    top: 150px;
    width: 100%;
    height: 230px;
    left: 50%;
    transform: translateX(-50%);
}

.transfer-topbg {
    /*background: url(../images/img-box.png?v2) no-repeat transparent;
    background-size: contain;
    height: 260px;*/
}

.transfer-warning-icon {
    padding: 12px 0 6px 0;
}

.transfer-in {
    position: relative;
    top: 15px;
    width: 70%;
    margin: 0 auto;
}

#loading-spinner-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(160, 148, 148, 0.50);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}