@import "bootstrap.css";
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
/*@import "style-v5.css";*/
@import "responsive.css";
/*@import "fontawesome.css";*/
/*@import "solid.css";*/
@import "global.css";
@import "header.css";
@import "footer.css";
@import "home.css";
@import "page.css";
@import "bonus.css";
@import "account.css";
@import "odometer-theme-default.css";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

#logo {
    position: absolute;
}

#top-search {
    animation: blinker 2s linear infinite;
}

.frontend.myPagination strong {
    padding: 5px 10px;
    /*background-color:#0279ff; */
    color: #fff;
    /*border:1px solid #0279ff;*/
    border-radius: 3px;
}

.frontend.myPagination a {
    border: 1px solid #ebedf2;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.frontend.myPagination a:hover {
    color: #fff;
    text-decoration: none;
    /*background-color:#0279ff; */
    /*border:1px solid #0279ff;*/
}

.footer-list {
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.footer-list li {
    margin-top: 8px;
    display: inline-flex;
}

.footer-list li a {
    padding: 0 8px;
    color: white;
    border-right: 1px solid white;
    text-transform: uppercase;
}

.footer-list li:last-child a {
    border-right: none;
}

.login-header-list {
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.login-header-list li {
    margin-top: 10px;
    display: inline-flex;
}

.login-header-list li a {
    padding: 0 10px;
    color: white;
    border-right: 1px solid white;
}

.account-title {
    border-bottom: 1px dashed yellow;
}

#language-menu {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.mobile-login-panel {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.validationScreenLoader,
.screenLoader {
    position: absolute;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}

.screenLoaderContent {
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img {
    width: 80px;
}

#loginForm input,
#registerForm input {
    background: white;
    /*color: white*/
}

.headerDiv {
    border: 1px solid yellow;
    margin-bottom: 20px;
}

.content-body {
    border: 1px solid gold;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.content ul,
.content li {
    color: white;
}

.noticount {
    border-radius: 20px;
    background: red;
    width: 15px;
    height: 15px;
    position: absolute;
    padding: 2px;
    text-align: center;
    top: -5px;
    right: 213px;
}

.m-auto {
    margin: auto;
}

.game-banner>div {
    padding: 1%;
}

.bankImg img {
    width: 60px;
    margin-right: 5px;
    margin: 7px;
    cursor: pointer;
    z-index: 0;
    filter: brightness(0.5);
}

.bankImg img:hover,
.bankImg img.active {
    transform: scale(1.2);
    transition: all 0.4s ease;
    border: 2px solid yellow;
    z-index: 1;
    border-radius: 3px;
    filter: brightness(1);
    box-shadow: 0 0 20px white;
}

.errText {
    color: red;
    font-style: italic;
}


.btn-playnow {
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: RED;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-android {
    background: linear-gradient(to bottom, #c9ffe2 0%, #3ddd85 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-ios {
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-transfer {
    color: rgba(0, 0, 0, .9);
    font-size: 15px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-history {
    width: 100px;
    color: #fff;
    border-radius: 5px;
    height: 39px;
    padding: 8px 0;
    background: linear-gradient(to bottom, #0087eb 0%, #081f47 100%);
    border: none;
}

.btn-history:hover,
.btn-history.active {
    color: #000;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-yellow {
    width: 140px;
    color: rgba(0, 0, 0, .9);
    border-radius: 5px;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0px;
    margin-top: 10px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-join {
    background: #fdb200;
    color: black;
    width: 180px;
}

.btn-bank {
    width: 140px;
    color: #001c3c;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    height: 45px;
    font-weight: 700;
    border: 1px solid yellow;
    margin-bottom: 10px;
    filter: brightness(0.5);
}

.btn-bank:hover,
.btn-bank.active {
    background: linear-gradient(to bottom, #4eabef 0%, #081f47 100%);
    filter: brightness(1);
    box-shadow: 0 0 10px white;
}

.btn-light-blue {
    background: #3cc2fa;
    color: black;
}

.btn-amount {
    width: 100%;
    float: left;
    color: #ffffff;
    background-color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0px;
    margin-top: 10px;
}

.btn-amount:hover,
.btn-amount.active {
    color: #000;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-menu {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: white
}

.btn-menu:hover {
    color: white
}

.btn-custom1 {
    border: 1px solid white;
    background: white;
    color: black;
    font-weight: 800;
}

.btn-custom1:hover {
    /*background-image: linear-gradient(rgba(160,120,60), rgba(230,207,160), rgba(160,120,60));*/
    color: #00FF00;
    /*font-weight: 800;*/
}

.btn-custom2 {
    border: 1px solid white;
    background: black;
    color: white;
    font-weight: 800;
}

.btn-custom2:hover {
    /*background-image: linear-gradient(rgba(160,120,60), rgba(230,207,160), rgba(160,120,60));*/
    color: #00FF00;
    /*font-weight: 800;*/
}

.btn-gold.active {
    background: linear-gradient(#f8ba2e, #823c1c);
    color: black;
}

.btn-gold {
    background: linear-gradient(#f5d778, #68491b);
    color: black;
}

.btn-blue {
    background-color: blue;
    color: white;
}

.btn-purple {
    background-color: purple;
    color: white;
}

.btn-red {
    background-color: red;
    color: white;
}

.btn-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.sectionBar {
    background: #a97a0e;
    height: 40px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.gameBox {
    color: white;
    border: 2px solid gold;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
}

.gameBox input[disabled] {
    text-align: center;
    /*border-radius: 20px;*/
    border-color: gold;
    background: transparent;
    color: white
}

.btn-rl {
    padding: 10px 0 !important
}

.rl {
    cursor: pointer;
    font-size: 18px;
    font-style: italic;
}


.dropdown .dropdown-menu {
    background-color: #181818;
}

.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 5px 20px;
    color: white;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #a97a0e;
}

.bg-custom1 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-custom {
    background-image: linear-gradient(rgba(252, 242, 138), rgba(107, 64, 22));
    /*background-image: linear-gradient(rgba(252,242,138), rgba(230,207,160), rgba(107,64,22));*/
}

.bg-header-custom {
    background: linear-gradient(to bottom, #a97a0e, #f7eb82, #a97a0e);
}

.bg-modal-body {
    background: rgba(16, 34, 38, 0.8);
}

.bg-grad {
    background: linear-gradient(to bottom, #a97a0e, #f7eb82, #a97a0e);
}

.bg-red {
    background-color: red;
}

.bg-grey {
    background-color: grey;
}

.bg-gold {
    background-color: gold;
}

.bg-yellow {
    background-color: yellow;
}

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: black;
}

.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-whatsapp {
    background-color: #25D366 !important;
}

.bg-telegram {
    background-color: #00B2FF !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-stage {
    background: url('../../images/project/img-stage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
}

.slot-header {
    padding: 10px 0;
    background: linear-gradient(to bottom, #080808 13%, #393939 50%, #080808 87%);
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.slot-header.active {
    top: 0;
    background: linear-gradient(to bottom, #a3700f 1%, #e9c379 50%, #a3700f 99%, #a3700f 100%);
    color: #2b1c00;
}

.main-title {
    background: url('../../images/project/title-bar.png');
    background-repeat: no-repeat;
}

.main-title-past {
    margin-top: 200px;
}

.main-title p {
    color: white;
    margin-left: 30px;
    padding: 5px 0;
}

.homeGameTitle {
    padding: 10 auto;
}

.equalHeight {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equalHeight:before,
.equalHeight:after {
    display: none;
}

.hd {
    display: none !important;
}

.br-20 {
    border-radius: 20px;
}

.md-bl {
    border-left: 1px solid white;
}

.text-center {
    text-align: center !important;
}

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

.text-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

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

.text-green {
    color: green !important;
}

.text-gold {
    color: rgb(160, 120, 60) !important;
}

.text-light-blue {
    color: #4cc5f8 !important;
}

.text-sky {
    color: #81c8ff !important;
}

.border-white {
    border-color: white;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.tcp {
    cursor: pointer;
}

.crd {
    color: #00ff00;
}

.refTitle {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}

.nav-menu {
    /*border-top: 1px solid #fac23c;*/
    /*border-bottom: 2px solid #fac23c;*/
    /*background: linear-gradient(to right, rgba(115, 80, 28), rgba(154, 129, 51), rgba(241, 228, 99), rgba(154, 129, 51), rgba(115, 80, 28));*/
    background: linear-gradient(#956521,#fddb6b,#c08f20,#7a460b);
    text-align: right;
}

.nav-link.nav-header {
    transform: skewX(-15deg);
    transition: all 0.2s ease-in-out;
}

.nav-link.nav-header.active,
.nav-link.nav-header:hover {
    background-color: #112225;
}

.nav-link.nav-header.active .nav-link-rotate img,
.nav-link.nav-header:hover .nav-link-rotate img {
    transform: skewX(0deg) scale(1.3);
    transition: all 0.2s ease-in-out;
}

.nav-link-rotate {
    transform: skewX(15deg);
}

.img-play-btn {
    position: absolute;
    bottom: 12%;
    left: 20%;
    width: 150px;
}

.gameImg {
    filter: grayscale(1);
}

.gameImg:hover,
.gameImg.active {
    transition: 0.3s ease-in-out;
    filter: grayscale(0);
}

.gameImg img {
    filter: grayscale(0);
    margin-top: 150px;
    width: 315px;
}

.gameIcon {
    height: 189px;
    display: flex;
    align-items: center;
    border: 1px solid gold;
    margin: 5px auto;
}

.gameTitle {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.gameIcon:hover .overlay {
    opacity: 1;
}

.gameIcon img {
    width: 100%;
}

.gameIcon .overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

.gameIcon .play {
    margin: 50% auto;
    width: fit-content;
    background: #fbbd2e;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blinker 2s linear infinite;
}

.side_qr {
    text-align: center;
    display: inline-block;
    padding: 15px;
    background: #000;
    /*border: 2px solid rgba(64,202,21);*/
    /*background: url('../../images/project/side_bg.png') bottom center no-repeat;*/
    position: fixed;
    top: 25%;
    right: -250px;
    width: 250px;
    z-index: 999;
    transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
}

.side_qr:hover .qr_button {
    animation: none;
}

.side_qr .qr_button {
    animation: blinker 2s linear infinite;
    position: absolute;
    top: 0px;
    left: -41px;
    display: inline-block;
    width: 50px;
}

.side_qr table {
    margin: 0;
}

.side-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.side-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(12, 34, 50, 1);
}

.side-item {
    height: 30px;
    line-height: 30px;
}

.atmDepTable table.table {
    background-color: transparent
}

.atmDepTable th {
    color: black !important;
    border: 2px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 8px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.atmDepTable td {
    text-align: left;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.button-spin {
    text-align: center
}

.button-spin button {
    padding: 8px;
    margin: 10px;
    width: 120px;
    font: 700 22px arial;
    background: red;
    color: #fff;
    box-shadow: 0 1px 5px #333;
    border-radius: 5px;
    border: 1px solid #fff;
    outline: 0;
    cursor: pointer
}

.button-spin button:hover {
    background: #e00
}

.button-spin #countdown {
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    font: 700 14px arial;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.button-spin i {
    font-size: 50px;
    color: #ff0;
    text-shadow: 0 1px 5px #333
}

.winwheel {
    text-align: center;
    padding: 3px 3px 0;
    background: #666;
    background: radial-gradient(#000 3%, #000 4%, #0f0 5%, #000 6%, #000 7%, #fc0 8%, #000 9%, #000 10%, #ff0 11%, #000 12%, #000 13%, #f0c 14%, #000 15%, #000 16%, #0cf 17%, #000 18%, #000 19%, #c6f 20%, #000 21%, #000 28%, #fc0 28%, #fc0 30%);
    border-radius: 1000px;
    border: 5px solid #000;
}

.winwheel-content {
    /*background:linear-gradient(#09c,#f0f,#ff0);*/
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}

.prize-table td.step-action div {
    padding: 3px 15px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 5px;
}

.youtube_iframe {
    background: url(../../images/project/tv-frame.png) no-repeat center;
    background-size: contain;
    position: relative;
    height: 500px;
}

.youtube_iframe .youtube {
    height: 400px;
    width: 98%;
    margin: auto;
    padding-top: 63px;
}

.youtube_iframe .youtube .fluid-width-video-wrapper {
    padding-top: 56% !important;
}

.progress-status {
    height: 40px;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}

.progress-animation {
    background-color: gold;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.progress-animation.bronzeProgress {
    width: 17%
}

.progress-animation.silverProgress {
    width: 45%
}

.progress-animation.goldProgress {
    width: 75%
}

.progress-animation.platinumProgress {
    width: 100%;
    border-radius: 20px;
}

/*.progress-animation.diamondProgress{
    width: 100%;
    border-radius: 20px;
}*/

.progress-status .bar-separator:nth-child(2) {
    margin-left: 17%;
}

.progress-status .bar-separator:nth-child(3) {
    margin-left: 45%;
}

.progress-status .bar-separator:nth-child(4) {
    margin-left: 75%;
}

/*.progress-status .bar-separator:nth-child(5) {
    margin-left: 70%;
}*/

.progress-status .bar-separator {
    position: absolute;
    top: 0;
    /*left: 25%;*/
    width: 6px;
    height: 40px;
    background-color: #000;
}

.progress-deposit {
    margin-left: 4%;
}

.progress-deposit .treasure-box {
    margin-left: -15px;
}

.progress-deposit .treasure-box.active {
    animation: createBox 2s infinite;
}

@keyframes createBox {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.8);
    }
}

.progress-deposit:nth-child(2) {
    margin-left: 10%;
}

.progress-deposit:nth-child(3) {
    margin-left: 20%;
}

.progress-deposit:nth-child(4) {
    margin-left: 21%;
}

/*.progress-deposit:nth-child(5) {
    margin-left: 17%;
}*/
.progress-deposit:last-child {
    margin-left: 15%;
    margin-right: 20px;
}

.progress-balance {
    height: 30px;
    border: 2px solid gold;
}

/* Shine */
.promoBox figure {
    position: relative;
    margin-bottom: 0px;
}

.promoBox figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.promoBox figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image-powered-by img {
    width: 10%
}

.productmain {
    margin-top: 45px;
    position: relative;
}

.producttitle {
    position: absolute;
    top: -23px;
    left: 25%;
    right: 25%;
    font-size: 25px;
    background: url(../../images/project/body_bg.jpg) no-repeat center;
    color: white;
    padding: 5px;
    text-transform: uppercase;
}

.ourproduct {
    padding: 20px;
    text-align: -webkit-center;
    border: 6px solid #9fd4f8;
    margin: 10px;
}

.ourproduct img {
    width: 30%
}

#ccbx {
    border: 3px solid #f4d374;
    border-radius: 50%;
    margin: -30px auto 0;
    margin-top: -25px;
    /*width:90px;*/
    /*height:90px;*/
    width: 100%;
    max-width: 90px;
    height: auto;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 5px 18px 5px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1002;
    text-align: center;
    background: linear-gradient(to bottom, rgba(145, 88, 5) 0%, rgba(232, 170, 7) 25%, rgba(145, 88, 5) 50%, rgba(232, 170, 7) 75%, rgba(145, 88, 5) 100%);
}

#ccbx img,
#ccbx a {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

#ccbx a,
#ccbx img {
    padding-top: 6px;
    margin: 0 auto;
}

.lang-dropdown img {
    width: 34px;
}

.d-flex {
    display: flex;
}

.desktopView {
    display: block;
}

.mobileView {
    display: none;
}

.odometer {
    position: absolute !important;
    text-align: center !important;
    width: 100% !important;
    padding-left: 10% !important;
}

.jackpot_progress {
    position: relative;
    /*background:url(../../images/project/progressive_jackpot.gif) no-repeat center;*/
    background-size: cover;
}

.jackpot_absolute {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}

.odometer.odometer-auto-theme {}

.odometer.odometer-auto-theme .odometer-digit {
    background: #fff;
    background: transparent;
    color: #fff;
    /* margin: 0 5px;
    border: 5px solid #e6d7bd;
    border-radius: 6px; */
}

.odometer-inside {
    font-style: italic;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
    width: 50px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    /* border: 2px solid #b38838; */
    width: 50px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
    width: 50px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
    width: 50px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value {
    width: 50px;
}

.form-control {
    background-color: #000;
    border: 1px solid #f1cf65;
}

@media (max-width: 1200px) {
    .progress-deposit:nth-child(2) {
        margin-left: 10%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 18%;
    }

    .progress-deposit:last-child {
        margin-left: 14%;
        margin-right: 20px;
    }

    .youtube_iframe .youtube {
        width: 97%;
        height: 380px;
    }

    @media (max-width: 991px) {
        #header.sticky-header #header-wrap {
            position: fixed;
        }

        #logo {
            position: relative;
        }

        .md-bl {
            border-left: initial;
        }

        .desktopView {
            display: none;
        }

        .mobileView {
            display: block;
        }

        .progress-deposit:nth-child(2) {
            margin-left: 7%;
        }

        .progress-deposit:nth-child(3) {
            margin-left: 16%;
        }

        .progress-deposit:nth-child(4) {
            margin-left: 19%;
        }

        .progress-deposit:last-child {
            margin-left: 12%;
            margin-right: 20px;
        }

        .main-title-past {
            margin-top: 20px;
        }

        .homeGameTitle {
            padding: 5 auto;
        }

        /*.side-item {*/
        /*    height: 50px;*/
        /*}*/

        /*.side-left {*/
        /*    width: 50px;*/
        /*    height: 50px;*/
        /*    line-height: 50px;*/
        /*}*/

        .side-left i {
            vertical-align: middle;
        }

        /*.side-right {*/
        /*    width: 80%;*/
        /*    height: 50px;*/
        /*    line-height: 50px;*/
        /*}*/

        .side-right a {
            vertical-align: middle;
        }

        .prof,
        .lang {
            position: absolute;
            top: 10px;
            left: auto;
            right: 20px;
            margin: 20px 0;
        }

        .dropdown-menu.language {
            right: 0;
            left: initial;
        }

        .gameImg {
            filter: grayscale(0);
            position: absolute;
            width: inherit;
            bottom: 10%;
            right: 25%;
        }

        .gameImg img {
            filter: grayscale(0);
            margin-top: 0px;
        }

        .img-play-btn {
            left: 18%;
            width: 120px;
        }
    }

    @media (max-width: 767px) {
        .progress-deposit {
            font-size: 12px;
        }

        .progress-status {
            width: 100%;
        }

        .progress-deposit {
            margin-left: -15px;
        }

        .progress-status .bar-separator:nth-child(2) {
            margin-left: 14%;
        }

        .progress-status .bar-separator:nth-child(3) {
            margin-left: 50%;
        }

        .progress-status .bar-separator:nth-child(4) {
            margin-left: 75%;
        }

        .progress-deposit:nth-child(2) {
            margin-left: 7%;
        }

        .progress-deposit:nth-child(3) {
            margin-left: 28%;
        }

        .progress-deposit:nth-child(4) {
            margin-left: 17%;
        }

        .progress-animation.bronzeProgress {
            width: 15%
        }

        .progress-animation.silverProgress {
            width: 15%
        }

        .progress-animation.goldProgress {
            width: 75%
        }

        .progress-animation.platinumProgress {
            width: 100%;
            border-radius: 20px;
        }

        /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
        .lang {
            right: 60px;
        }

        .producttitle {
            font-size: 18px;
        }
    }

    /*custom width*/
    @media (max-width: 541px) {
        .progress-deposit:nth-child(2) {
            margin-left: 4%;
        }

        .progress-deposit:nth-child(3) {
            margin-left: 25%;
        }

        .progress-deposit:nth-child(4) {
            margin-left: 14%;
        }

        .progress-deposit:last-child {
            margin-left: 9%;
        }
    }

    /*custom width*/
    @media (max-width: 480px) {

        .progress-deposit:nth-child(2) {
            margin-left: 0px;
        }

        .progress-deposit:nth-child(3) {
            margin-left: 18%;
        }

        .progress-deposit:nth-child(4) {
            margin-left: 8%;
        }

        .progress-deposit:last-child {
            margin-left: 0px;
        }

        /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
    }

    @media (max-width: 320px) {
        .progress-deposit {
            font-size: 10px;
        }

        .img-play-btn {
            width: 100px;
        }
    }