
:root {
    --cb-primary: #10fa03;
    --cb-secondary: #0a1330;
    --cb-tertiary: #0d1632;
    --cb-red: #6f1510;
    --cb-yellow: #fcc630;
    --cb-orange: #ff5b4e;
    --cb-black: #000;
    --cb-white: #fff;

}
@font-face {
    font-family: 'CCUltimatum';
    font-weight: normal;
    src: url("../../fonts/CC-Ultimatum/cc-ultimatum-regular.otf") format("opentype");
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--cb-black);
    font-size: 1rem !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--cb-black);
    font-size: 1rem !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--cb-black);
    font-size: 1rem !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--cb-black);
    font-size: 1rem !important;
}
::placeholder {
    font-size: 1rem !important;
    color: var(--cb-black)!important;
    opacity: 1; /* Firefox */
}

*{
    font-family: 'CCUltimatum', sans-serif;
}

.w-90{
    width: 90%!important;
}
html, body{
    height:100%;
    padding:0;
    margin:0;
}
body{
    background-color: var(--cb-secondary);
    color:var(--cb-white);
    margin-top:0;
    width:100%;
    height:100%;
    overflow-x: hidden;
    background-image: url('../../img/casino/real-winz/body-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}
a{
    text-decoration: none !important;
}
.card{
    background: transparent;
    border: 1px solid var(--cb-black);
}
.card-footer{
    border-top: 1px solid var(--cb-black);
}
.text-link-default{
    color: var(--cb-primary)!important;
}
.home-container{
    padding-left:0;
    padding-right:0;
    margin-top: 1.5rem;    
}
.page-container{
    margin-top:50px;
    padding-bottom:50px;
    color:var(--cb-white);
}
.sweet-alert .confirm{
    position: absolute;
    top:0;
    right:0;
    margin: 10px;
}

.supportButton {
    display: inline-block;
    background-image:url('../../img/casino/real-winz/support-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}
#load_more, #no-load_more{
    color: var(--cb-white);
}
.highlight{
    color: var(--cb-primary);
}

/* [+] CUSTOM FORM ELEMENTS START*/

.input-group-text {
    color: var(--cb-secondary);
    background-color:var(--cb-primary);
    border: 1px solid var(--cb-primary);

}
.dropdown-divider {
    border-top: 1px solid  var(--cb-black);
}
.droptoleft .dropdown-menu{
    right:0;
    left:auto;
}
.dropdown-menu{
    background-color: var(--cb-tertiary);
}
.dropdown-item{
    color: var(--cb-white);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--cb-white);
    background-color: var(--cb-primary);
}
.dropdown-item-user:hover .profile-image{
    border: 1px solid var(--cb-primary);
    background:var(--cb-primary);
    color: var(--cb-white);
}

.dropdown-menu-right{
    position: absolute!important;
    right: 1rem;
    left: auto;
}


.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: var(--cb-primary);
}
.custom-control-input:checked~.custom-control-label::before {
    color: var(--cb-white);
    border-color: var(--cb-primary);
    background-color: var(--cb-primary);
}
.custom-control-label::before{
    border: 1px solid var(--cb-primary);
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: var(--es-light);
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 1px  var(--cb-primary);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--cb-primary);
}
/* [+] CUSTOM FORM ELEMENTS END*/



/* [+] HEADER START*/
.header{
    background-color:#1f1f1f;
    /*    padding-left: 20px;
        padding-right: 20px;*/
    background: url('../../img/casino/real-winz/header-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bonus-switch label{
    color: var(--cb-white);
    cursor: pointer;
}

.mobile-deposits-btn a{
    color: var(--cb-white);
}



/*TOP HEADER*/
.menu-right, .menu-left{
    margin: 0;
    padding:0;
}
.logo img{
    max-height: 70px;
}
.menu-right ul{
    flex-direction: row;
}

.header-btn-deposit{
    background: url(../../img/casino/real-winz/header/deposit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.25rem;
    padding: 5px 55px;
}
.header-btn-deposit:hover{
    background: url(../../img/casino/real-winz/header/deposit-on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.25rem;
    padding: 5px 55px;
}

.header-btn-bonus{
    background: url(../../img/casino/real-winz/header/bonuses.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.25rem;
    padding: 5px 55px;
}

.header-btn-bonus:hover{
    background: url(../../img/casino/real-winz/header/bonuses-on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.25rem;
    padding: 5px 55px;
}

.header-btn-signin{
    background: url(../../img/casino/real-winz/header/sign-in.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 5px 55px;
}

.header-btn-signin:hover{
    background: url(../../img/casino/real-winz/header/sign-in-on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
        padding: 5px 55px;
}

.header-btn-signup{
    background: url(../../img/casino/real-winz/header/sign-up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 5px 55px;
}

.header-btn-signup:hover{
    background: url(../../img/casino/real-winz/header/sign-up-on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 5px 55px;
}

.user-btn{
    border-radius: .25rem;
    font-family: 'CCUltimatum';
    background: var(--cb-primary);
    color: var(--cb-secondary);
    text-transform: uppercase;
    padding: 0.2rem 0.5rem 0.75rem 0.5rem;
    cursor: pointer;
    border:none;
    box-shadow: inset 0px 12px 0px rgba(255,255,255, 0.15), inset 0px -5px 0px rgba(0, 0, 0, 0.15);
    /*margin: 0;*/
}

.profile-image{
    background: var(--cb-primary);
    color: var(--cb-white);
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

/*main menu start*/

nav.navbar{
    padding:0;
    padding-top: 1rem;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.navbar-toggler{
    padding:0;
    border:none;
    /*border: 1px solid var(--cb-black)!important;*/
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.navbar-brand{
    padding-bottom: 0;
    margin-right: 0;
}

.navbar-brand.main-brand img{
    width: 100%;
}
.main-menu-bg-wrapper{
    background: url('../../img/casino/real-winz/menu-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: bottom;
    padding: 0.5rem 0;
}

.main-menu-wrapper{
    display: flex;
    justify-content: space-between;
    background: transparent;
    color: var(--cb-secondary);
    /*padding-bottom: 1rem;*/

}
.main-menu-wrapper ul li{
    list-style: none;
    list-style-type: none;
}

.main-navbar .nav-link:hover{
    color: var(--cb-primary);
}
.nav-item-icon{
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item-icon span{
    display: flex;
}

/* [+] HEADER END*/



/* [+] MAIN MENU START*/

/*collapsible mobile mainu*/
.main-navbar{
    margin-bottom: 0
}
.main-navbar .nav-link{
    color: var(--cb-white);
    display: flex;
}


.main-menu-left, .main-menu-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin:0;
    width:50%;
}


.me-head-casino {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/casino.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-casino:hover,
.me-head-casino:active {
    background-image: url(../../img/casino/real-winz/menu/casino-on.png);
}

.me-head-livecasino {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/live-casino.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-livecasino:hover,
.me-head-livecasino:active {
    background-image: url(../../img/casino/real-winz/menu/live-casino-on.png);
}
.me-head-sportsbook {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/sportsbook.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-sportsbook:hover,
.me-head-sportsbook:active {
    background-image: url(../../img/casino/real-winz/menu/sportsbook-on.png);
}

.me-head-esports {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/e-sports.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-esports:hover,
.me-head-esports:active {
    background-image: url(../../img/casino/real-winz/menu/e-sports-on.png);
}
.me-head-virtuals {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/virtuals.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-virtuals:hover,
.me-head-virtuals:active {
    background-image: url(../../img/casino/real-winz/menu/virtuals-on.png);
}
.me-head-aviator {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/aviator.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-aviator:hover,
.me-head-aviator:active {
    background-image: url(../../img/casino/real-winz/menu/aviator-on.png);
}
.me-head-plinko {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/plinko.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-plinko:hover,
.me-head-plinko:active {
    background-image: url(../../img/casino/real-winz/menu/plinko-on.png);
}

.me-head-cricketx {
    display: flex;
    background-image: url(../../img/casino/real-winz/menu/cricket.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1rem 3.5rem;
}

.me-head-cricketx:hover,
.me-head-cricketx:active {
    background-image: url(../../img/casino/real-winz/menu/cricket-on.png);
}
/* [+] MAIN MENU END*/


/* [+] SLIDER START*/
/*.slider-mobile{
    display: none;
}*/
#main-banners-section picture img{
    min-height: auto;
}
.banners-wrapper{
    height: auto;
}
.carousel-indicators{
    display:none;
}
.carousel-caption{
    text-align: left;
    top: 5%;
}

.main-carousel-caption h3{
    color: var(--cb-primary);
    font-size: 4vw;
    margin-bottom: 0;
    line-height: 1;
}

.main-carousel-caption h2{
    color: var(--es-light);
    font-size: 3vw;
    margin-bottom: 0;
    line-height: 1;
}
.caption-bottom a{
    border: 1px solid var(--cb-primary);
    background-color: var(--cb-primary);
    color: var(--es-light);
    font-weight: 100!important;
    font-size: .7vw;
    margin-left: 6%;

    -webkit-box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
    -moz-box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
    box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
}

.carousel-control-next, .carousel-control-prev {
    width:10%;
}
/* [+] SLIDER END*/

/* [+] HOMAPAGE SECTIONS START*/

#me-games-section{
    padding:0px;
    /*    margin:0px;
        margin-top: -10%;*/
}

#me-games-section img{
    width: auto;
    /*height: auto;*/
    transition: transform .2s;
    max-height: 250px;
    margin-bottom: 1.5rem;
}

.btn-see-all{
    /*max-height: 25px;*/
}
/* [+] HOMAPAGE SECTIONS END*/

/* [+] GAMES START*/
/*used for games on different pages*/
.es-card{
    border: 0;
    background-color: transparent;
}

.es-card .card-header{
    background: transparent;
    border-bottom: 0;
}

.es-card .card-header img{
    max-height: 50px;
}
.es-new-games-desc{
    width: 100%;
    text-align: center;
    color: var(--es-light2);
    font-size: 1.1vw;
    margin-top: 1%;
}
.es-card-game{
    background-color: transparent;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0;
    border:none;
    /*    background-image:url('../../img/casino/real-winz/games/game-border.png')!important;
        background-position: center!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;*/
}

.es-card-game .card-footer{
    /*    background-image:url('../../img/casino/real-winz/game-footer.png')!important;
        background-position: left top!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        padding: 10px 20px!important;*/
    /*display:none!important;*/
}

.card-game img{
    width: 100%;
    height:200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.game-play-btn{
    height: 80px;
    width: 80px;
    border-radius: 0;
    opacity: 1;
    background-image:url('../../img/casino/real-winz/play-icon.png');
    background-repeat: no-repeat;
    background-size: contain;

}
.game-play-btn:hover{
    filter: drop-shadow(2px 4px 6px var(--cb-primary));
}

.game-ribbon {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 999;
    font-weight: 100!important;
}
.game-favorite {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 999;
    cursor: pointer;
}
.slick-slide .game-ribbon{
    top: 5px;
    right: 5px;
}
.slick-slide .game-favorite{
    top: 5px;
    left: 5px;
}

.es-play-now-button{
    border: 1px solid var(--cb-primary);
    background-color: var(--cb-primary);
    color: var(--es-light);
    font-size: 1.1vw;

    -webkit-box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
    -moz-box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
    box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
}

/*game hover effect*/
.game-hover-effect {
    width: 100%;
    height: 100%;
    float: left;
    border-radius:0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.game-hover-effect .card-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 1em;
    text-align: center;
    opacity: 0;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0!important;
    background: url('https://realwinz.com/img/casino/real-winz/games/game-border.png') center no-repeat;
    background-size: contain;
    opacity: 1;
}
.slick-track .game-hover-effect  .card-img-overlay {
    background: transparent!important;  
}
.overlay-buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay-buttons .btn{
    z-index: 999;
}
.game-hover-effect .card-img-overlay :hover .overlay-buttons{
    opacity:1;
    display: block;
}

.game-hover-effect img {
    display: block;
    position: relative;
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    object-fit:cover;
}

.game-hover-effect .card-title {
    text-transform: capitalize;
    padding: 10px 0;
    text-align: center;
    max-width:180px;
}

.game-hover-effect .card-img-overlay:before {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    bottom: 1.25em;
    left: 1.25em;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition:opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
}

.game-hover-effect a, .game-hover-effect p {
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
}
.game-hover-effect .card-img-overlay:hover{
    opacity: 1;
}


.game-hover-effect:hover img {
    opacity: 0.15;/*less image opacity more hover opacity*/
    filter: alpha(opacity=15);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.game-hover-effect:hover .card-img-overlay:before,
.game-hover-effect:hover a, .game-hover-effect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
}

.card-img-overlay .card-title{
    width:180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-game-no-slider img{
    width: 300px!important;
    height:200px!important;
}
/*.card-game-no-slider .card-footer{
    width:300px!important;
}*/

.game-launch-card .card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-launch-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-action-btn{
    color: var(--cb-white);
    font-size: 1.25rem;
}

.game-action-btn:hover{
    color: #b6965a;
}
/*games search and filter start*/
#gameFilters label, #gameFilters .label{
    color:var(--cb-white)!important;
}

.search-wrapper {
    width: 100%;
    position: relative;
    display: flex;
}

.search-game {
    width: 100%;
    border: 1px solid var(--cb-primary);
    border-right: none;
    padding-left: 25px;
    height: 44px;
    border-radius: 50rem;
    outline: none;
    background:var(--cb-primary);
    color:var(--cb-black);

}
/*.search-game-button {
    width: 50px;
    height: 44px;
    border: none;
    background: var(--es-maroon2);
    text-align: center;
    color: var(--cb-white);
    border-radius: 0 50rem 50rem 0;
    cursor: pointer;
    font-size: 20px;
    padding:5px;
}*/

.search-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: contain;
    pointer-events: none;

}
.search-wrapper::before {
    width: 21px;
    height: 21px;
    left: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: var(--cb-black);
}
.search-wrapper input{
    padding: 12px 0 12px 57px;
}
.game-select .selectize-control{
    outline:none;
    min-width: 250px;
}
.game-select .selectize-input{
    border:none;
}
.game-select .selectize-control.single .selectize-input{
    border: 1px solid var(--cb-primary);
    border-radius: 50rem;
    outline: none;
    background: var(--cb-primary);
    color: var(--cb-black);
    box-shadow:none;
    min-width:180px;
    padding-left:25px;
}
.selectize-control > .selectize-dropdown{
    z-index:1000!important;
}

.game-select .selectize-input.selectize-focus{
    border-color: initial;
    border:1px solid var(--cb-primary)!important;
}

.game-select .selectize-control.single .selectize-input:after{
    border-color: var(--cb-black) transparent transparent transparent;
}
.game-select .selectize-input input{
    color:var(--cb-black);
}
.game-select .selectize-dropdown .optgroup{
    z-index: 555;
}
.ui-select-clear{
    background:none;
    border:none;
    outline:none;
    cursor:pointer;
    padding:5px 10px;
    position:absolute;
    right:30px;
    top:4px;
    color:var(--cb-black);
}
.ui-select-clear:focus{
    outline:none;
}
.game-select .selectize-input > input[placeholder]  {
    font-size:1rem;
}


.game-btn{
    min-width: 75px;
}

.game-demo-btn{
    background: var(--cb-primary);
    box-shadow: inset 0px 12px 0px rgba(255, 255, 255, 0.15), inset 0px -5px 0px rgba(0, 0, 0, 0.15);
    width:80px;
    font-size: smaller;
    padding:0;
    text-decoration: none!important;
    text-transform: uppercase;
}

.game-demo-btn:hover{
    color: var(--cb-white);
}


/*games search and filter end*/

/* [+] GAMES END*/



/* [+] ACCOUNT PAGES START*/



/*default account card*/
.card-gradient {
    background: var(--cb-tertiary)!important;
}
.card-gradient .card-header {
    background-color: var(--cb-secondary);
}
.card-gradient .default-btn{
    font-size: 1rem;
}
.card-gradient hr{
    background-color: var(--cb-black)!important;
}
.card-gradient .text-link-default{
    color: var(--cb-primary)!important;
}


.card-game .card-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    border:none;
    background: #10392f3d;
    padding: 0.5rem 1rem;
}

.card-game .card-footer .card-title {
    /*width: 100%;*/
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--cb-primary);
    font-size: 1rem;
}

.card-game .card-footer h6 {
    width: 100%;
    color: var(--es-light2);
}
.card-game .game-favorite i{
    color: #e4401f;
}

/*account pages pagination*/
.page-item.active .page-link{
    color: var(--cb-white);
    background-color: var(--cb-primary);
    border-color: var(--cb-primary);
}
.page-link{
    color: var(--cb-secondary);
}
.page-link:hover{
    color: var(--cb-primary);
}
.page-link:focus{
    box-shadow:none;
}
/*account pages games list*/
.games-list{
    list-style-type: none;
    padding: 0.5rem;
}
.games-list li{
    margin-bottom: 1rem;
    border: 1px solid var(--cb-black);
    margin-bottom: 1rem;
    border-radius:0.25rem;
    background-color: var(--cb-secondary);
}
.games-list img{
    width:100px;
    height:100px;
    border-radius: 0.5rem;
    object-fit: cover;
    margin: 0.5rem;
}
.games-list-title h5{
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.btn-delete:hover{
    cursor:pointer;
}
.btn-delete:hover i{
    color: var(--cb-red)!important;
    cursor:pointer;
}




.list-group-default .list-group-item
{
    background: var(--cb-secondary);
    margin-bottom: 1rem;
    border: 1px solid var(--cb-black);
}


/*profile*/
.card-empty{
    border:none;
    color: var(--cb-secondary);
}

.account-list, .limits-list{
    list-style-type: none;
    padding: 0;
}
.account-list li, .limits-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background:var(--cb-secondary);
    border: 1px solid var(--cb-black);
    margin-bottom: 1rem;
    border-radius:0.5rem;
}
.account-list .badge, .kyc-card-full .badge {
    width:110px;
    font-weight: normal!important;
}
.account-list img{
    width:100px;
    height:100px;
    border-radius: 0.5rem;
    object-fit: cover;
    margin: 0.5rem;
}

.statistics-card{
    background-color: var(--cb-secondary);
    border: 1px solid var(--cb-black);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-bottom: 10px;
}
/*kyc*/

.kyc-upload-box{
    background: var(--cb-secondary);
    border: 1px dashed var(--cb-black);
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
}
.kyc-card{
    height: 200px;
    border: 1px solid  var(--cb-black);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kyc-card i{
    opacity:0.2;
    font-size: 7rem;
    margin-bottom: 1rem;
}
.kyc-card-full{
    border: 1px solid var(--cb-black);
    background-color: var(--cb-secondary);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding:1rem;
    min-height:440px;
}

.kyc-card-empty{
    border: 1px solid var(--cb-black);
    background-color:  var(--cb-secondary);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding:1rem;
}
.kyc-card-full img{
    border-radius: 0.5rem;
    object-fit: cover;
}
.kyc-card-full i{
    font-size: 3rem;
    margin-right: 1rem;
}
/* [+] ACCOUN PAGES START*/



/* [-] MODALS START*/

.main-brand img{
    max-height: 80px;
}
.modal .text-link-default{
    color:var(--cb-primary);
}
.close{
    color: var(--cb-primary);
    text-shadow:none;
    opacity: 1!important;
}
/* quick signup */
.quickSignup{
    background-color: var(--es-maroon);
    padding: 25px;
}
.quick-signup-button{
    font-size: 28px;
}
.QuickSinguplogo{
    width: 300px;
}

.modal-content{
    background-color: var(--cb-secondary);
}
.modal-header{
    border-bottom: 1px solid var(--cb-secondary);
}
#firstLoginModal{
    background-color: var(--es-maroon2);
    background-repeat: repeat;
    background-position: center;
    background-image: url(../../img/casino/real-winz/body-bg-2.jpg);
}
#firstLoginModal .modal-header{
    border-bottom: none;
}
#firstLoginModal p{
    font-size: 12px;
}
#firstLoginModal .main-brand{
    position: relative;
    top: -2.5rem;
}
/* [+] MODALS END*/



/* [+] MAIN BUTTONS START*/
.default-btn .game-btn:hover{
    opacity:0.5
}
.default-btn.game-btn-play{
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 100%;
    width:30px;
    height:30px;
}

.default-btn, .btn-default.btn-wizard{
    font-family: 'CCUltimatum';
    background: var(--cb-primary);
    color: var(--cb-secondary);
    text-transform: uppercase;
    padding: 0.2rem 0.5rem 0.75rem 0.5rem;
    cursor: pointer;
    border:none;
    box-shadow: inset 0px 12px 0px rgba(255,255,255, 0.15), inset 0px -5px 0px rgba(0, 0, 0, 0.15);

}
.default-btn:hover, .default-btn.btn-wizard:hover{
    background: var(--cb-primary);
    color: var(--cb-white);

}

.default-btn span, .btn-default.btn-wizard span{
    font-family: 'CCUltimatum'!important;
}

.es-primary-btn, .es-primary-btn.btn-wizard{
    background-color: var(--cb-primary);
    color: var(--cb-secondary);
    border: 1px solid var(--cb-primary);
}
.es-primary-btn:hover, .es-primary-btn.btn-wizard:hover{
    color: var(--cb-white);
}
/* [+] MAIN BUTTONS END*/


/* [+] ANGULAR TELEPHONE INPUT PLUGIN CUSTOM START*/
.intl-tel-input {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#inputMobile {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: .75rem;
}

#inputMobile::placeholder {
    color: var(--cb-secondary)!important;
    font-size: smaller!important;
}

.intl-tel-input .flag-container {
    position: unset;
    border-radius: .25rem;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--cb-white);
    color:var(--cb-black);
}

.intl-tel-input .flag-container :focus,
.intl-tel-input .flag-container :active,
intl-tel-input .flag-container :hover {
    border: none;
    outline: none;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.intl-tel-input .flag-container .selected-flag:focus,
.intl-tel-input .flag-container .selected-flag:active,
intl-tel-input .flag-container .selected-flag:hover {
    /*border: none;*/
    outline: none;
    background: var(--cb-white);
}

.intl-tel-input .selected-flag .iti-flag{
    z-index: 1;
    left:20%;
}
.intl-tel-input .selected-flag .iti-arrow{
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: none;
    right: 0;
    top: 0;
    margin-top:0;
    max-width:20px;
}
.intl-tel-input .country-list {
    right: 0!important;
    z-index: 9999;
}

.intl-tel-input .country-list .country {
    display: flex;
    flex-wrap: wrap;
    color: #212529;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.intl-tel-input .selected-flag {
    padding: 0;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: .75rem;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code{
    font-size: smaller;
}

/* [+] ANGULAR TELEPHONE INPUT PLUGIN CUSTOM END*/

/* [+] ANGULAR SLICK SLIDER CUSTOM START*/

.slick-prev, .slick-next{
    top: unset;
    bottom:-35px;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slick-next:before, .slick-prev:before{
    content:'';
}
.slick-prev {
    left: auto;
    right: 45px;
    background-image: url('../../img/casino/real-winz/sections/left-arrow.png');
}
.slick-next{
    right: 0;
    background-image: url('../../img/casino/real-winz/sections/right-arrow.png');
}
.slick-next:focus, .slick-next:hover{
    background-image: url('../../img/casino/real-winz/sections/right-arrow-hover.png');
}
.slick-prev:focus, .slick-prev:hover{
    background-image: url('../../img/casino/real-winz/sections/left-arrow-hover.png');
}

.slick-dots{
    display:none!important;
}
/* [+] ANGULAR SLICK SLIDER CUSTOM END*/



/* [+] PROMOTION START*/

.promo-modal .close{
    float: right;
    text-align: right;
    margin-right: .5vw;
    margin-top: .5vw;
    opacity: 1; 
}
.promo-modal .close:hover{
    color: var(--cb-white);
}
.promo-modal .modal-body h3{
    font-size: 3rem;
    font-weight: bold;
    background: var(--cb-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--cb-primary);
    margin-bottom: 0;
}

.promo-modal .modal-body h3 span{
    font-size: 3rem;
    background: var(--cb-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--cb-primary);
}

.promo-modal .modal-body h4{
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2rem;
}

.promo-modal .modal-body h5{
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
}
.promo-modal .modal-content{
    background-color: var(--cb-secondary);
}

.promo-modal-bg {
    height: auto;
    padding: 20px 40px;
    text-align: center;
    color: var(--es-light2);
    font-size: 14px;
}

.promo-link{
    position: relative;
    display: block;
    text-align: center;
}

.promo-link img{
    /*max-width: 440px;*/
    transition: all .5s ease;
}

.promo-link:hover img{
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}

.promo-link:hover .promo-caption{
    visibility: hidden;
    opacity: 0;
}

.promo-link .promo-caption-hover{
    transition: all 3s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-image: url('../../img/casino/chrome-bet-beach/promotions/promotions-title-blank.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 2vw;
    width: 100%;
    text-align: center;
    height: 80%;
    transition: visibility 0.5s, opacity 0.5s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.promo-link .promo-caption-hover h3{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: xx-large;
    font-family: 'CCUltimatum'!important;
    color: var(--cb-primary);
    letter-spacing: 1px;
}*/

.promo-link:hover .promo-caption-hover{
    visibility: visible;
    opacity: 1;
}

/* [+] PROMOTION END*/





/* [+] PAYMENTS DEPOSITS/WITHDRAWS UI START*/
.payments-layout body{
    background: var(--cb-secondary);
}

.payment-list{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.payment-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    background-color: #eff5fd;
    cursor: pointer;
    width:180px;
    height:250px;
    margin:0.25rem;
}
.payment-card{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    text-align: center;
    background-color: #eff5fd;
    cursor: pointer;
    width:180px;
    height:250px;

}
.payment-element.payment-item.active .payment-card{
    background-color: var(--cb-white);
}
.payment-card-hidden {
    opacity:0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: var(--cb-white);
    z-index: 99;
    padding: 16px;
    /*    width:180px;
        height:250px;
        transition: opacity .15s ease-in;*/
}
.payment-item:hover .payment-card-hidden {
    opacity:1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.payment-item img{
    margin-bottom: 10px;
    height:36px;
}
.payment-item-properties .payment-item-label{
    font-size: 12px;
    line-height: 16px;
    color: #a7afbe;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.payment-item-properties .payment-item-value{
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    color: #2a394e;
    margin-bottom: 10px;
}
.chosen-payment-option{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.parsley-errors-list{
    padding: 0;
    list-style-type: none;
}
.parsley-errors-list.filled li{
    color: var(--cb-primary);
    font-size: smaller;
}
.payment-card-hidden .btn{
    width:100%;
}

.payment-card-hidden .btn:hover{
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    background-position: -21px center;

}


/* Desktop Compustar Form Start */

.credit-card-wrapper {
    width: 500px;
    margin: auto;
}
.credit-card {
    color: white;
    font-family: Arial;
    position: relative;
}

.credit-card-wrapper .amountMessage {
    position: relative;
    left: 5rem;
}

.credit-card .front,
.credit-card .back {
    background-color: hsl(200, 80%, 30%);
    border: 1px solid hsl(200, 80%, 10%);
    border-radius: .5rem;
    width: 420px;
    height: 275px;
    padding: .75rem 1rem;
    padding-bottom: 1.25rem;
}

.credit-card .front {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.credit-card .card-data-row {
    display: flex;
    margin-bottom: auto;
}

.credit-card .logo {
    height: 40px;
    width: 50px;
    flex-grow: 0;
    position: absolute;
    right: 1em;
}

.credit-card .brand-name {
    flex-grow: 1;
}

.credit-card img.brand-name {
    height: 40px;
    width: 50px;
    flex-grow: 0;
}

.credit-card .form-group {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.credit-card fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.credit-card fieldset legend {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    top: -200vh;
}

.credit-card .horizontal-input-stack {
    display: flex;
    gap: .5rem;
}

.credit-card .cc-inputs input {
    width: 4ch;
    font-family: monospace;
    width: 4em;
}

.credit-card input,
.credit-card select {
    padding: .25em .5em;
    border: none;
    border-radius: .25em;
    appearance: none;
}

.credit-card label {
    font-size: .65rem;
    text-transform: uppercase;
}

.credit-card .saveCard {
    font-size: .65rem;
    text-transform: uppercase;
    margin-top: -15px;
}

.credit-card  p.saveCard {
    padding: 0!important;
    margin-bottom: 0!important;
}

.credit-card .saveCardInput {
    margin-top: -0.6em;
}

.credit-card .input-row {
    display: flex;
    gap: 2rem;
}

.credit-card .name-group {
    flex-grow: 1;
}

.credit-card .front::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 100%;
    background-color: hsl(0, 0%, 100%, .15);
    top: -250px;
    left: -150px;
    z-index: -1;
}

.credit-card .front::after {
    content: "";
    position: absolute;
    height: 600px;
    width: 600px;
    border-radius: 100%;
    background-color: hsl(0, 0%, 100%, .075);
    bottom: -475px;
    left: -150px;
    z-index: -1;
}

.credit-card .back {
    position: absolute;
    top: 2.5rem;
    left: 4.5rem;
}

.credit-card .stripe {
    background-color: hsl(200, 80%, 10%);
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
}

.credit-card .cvc-group {
    position: absolute;
    bottom: 3.25rem;
    right: .5rem;
}

.credit-card .cvc-input {
    width: 3ch;
    font-family: monospace;
    width: 3em;
}

.credit-card .submitButton {
    position: absolute;
    top: 22rem;
}

/* Desktop Compustar Form End */
/* [+] PAYMENTS DEPOSITS/WITHDRAWS UI END*/


#loader {
    margin: 100px auto;
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: load5 1.1s infinite ease;
    -webkit-animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/* [+] FOOTER START*/

footer {
    background: url('../../img/casino/real-winz/footer-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 2.5rem 1.5rem 2.5rem;
}


.footer-menu{
    margin: 0;
    padding: 0;
}
.list-styled li{
    display: list-item;
    list-style-image: url('../../img/casino/real-winz/footer/green-arrow_small.png');
    margin: 0.75rem 0;
}
.list-inline{
    display: inline-flex;
}
.list-inline i, .list-inline img{
    margin: 1rem;
}
.list-inline i:last-child, .list-inline img:last-child{
    margin-right: 0;
}
.footer-menu-wrapper{
    display: flex;
    justify-content: flex-start;
}

.footer-menu li a{
    color: var(--cb-white);
}
.footer-menu li:hover i{
    color: var(--cb-primary);
}

.footer-hr{
    background-color: #ffffff22;
}

.footer-payments{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-payments li span{
    text-transform: capitalize;
}
.footer-payments i, .footer-payments span{
    font-size: 20px;
}

.footer-payments li{
    display: inline-flex;
    margin: 1rem;
}

/*cookies start*/
.cookie-popup {
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #f8f8f8;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    color: black;
}

.cookie-popup p {
    margin: 0;
}

.accept-cookies-btn {
    padding: 7px;
    border-radius: 7px;
    background-color: #410914;
    color: white;
}
.manage-cookies-btn {
    padding: 7px;
    border-radius: 7px;
    background-color: white;
    border: solid 1px black;
}

.accept-cookies-btn:hover {
    background-color: var(--cb-secondary);
    box-shadow: none;
    color: var(--cb-primary);
    border: none;
    border: #410914;
}
/*cookies end*/

/* [+] FOOTER END*/


/* [+] MEDIA QUERIES START*/
@media (max-width: 420px) {
    .history{
        flex-direction: column;
        align-items: center;
    }
    .history div{
        text-align: center;
    }
}

@media (max-width: 580px){
    .games-list img{
        margin: 0.5rem auto;
    }
    .games-list-title{
        text-align: center;
    }

    .footer-menu.list-inline {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #me-games-section img{
        max-height: 150px!important;
    }

}
@media (max-width: 768px){
    .game-card .card-header{
        flex-direction: column;
    }
/*    .slider-desktop{
        display: none!important;
    }
    .slider-mobile{
        display: block;
    }*/
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .promo-link img{
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    
    .es-card .card-header img{
    max-height: 120px;
}
    
    .dropdown-menu-right{
        right:auto!important;
    }
    .menu-right{
        margin-top: 1rem !important;
    }

    .banners-wrapper{
        height: 48vw;
    }

    .es-carousel-caption{
        margin-left: 0%;
    }

    .carousel-caption{
        top: 15%;
    }

    .es-carousel-caption h3{
        font-size: 7vw;
        margin-bottom: 10px;
    }

    .es-carousel-caption h2{
        font-size: 6vw;
        margin-bottom: 10px;
    }

    .es-carousel-text{
        font-size: 4vw;
        margin-bottom: 0px;
    }

    .caption-bottom a{
        font-size: 2vw;
        margin-left: 0;
    }

    /* Mobile Compustar Form */

    .credit-card-wrapper {
        width: 300px;
        margin: auto;
    }
    .credit-card {
        color: white;
        font-family: Arial;
        position: relative;
    }

    .credit-card-wrapper .amountMessage {
        position: relative;
        left: 1rem;
    }

    .credit-card-wrapper .amountMessage p {
        font-size: 0.85em;
    }

    .credit-card .front,
    .credit-card .back {
        background-color: hsl(200, 80%, 30%);
        border: 1px solid hsl(200, 80%, 10%);
        border-radius: .5rem;
        width: 280px;
        height: 235px;
        padding: .75rem 1rem;
        padding-bottom: 1.25rem;
    }

    .credit-card .front {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        z-index: 1;
        overflow: hidden;
        position: relative;
    }

    .credit-card .card-data-row {
        display: flex;
        margin-bottom: auto;
    }

    .credit-card .logo {
        height: 30px;
        width: 40px;
        flex-grow: 0;
        position: absolute;
        right: 1em;
    }

    .credit-card .brand-name {
        flex-grow: 1;
    }

    .credit-card img.brand-name {
        height: 30px;
        width: 40px;
        flex-grow: 0;
    }

    .credit-card .form-group {
        display: flex;
        flex-direction: column;
        gap: .1rem;
    }

    .credit-card fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }

    .credit-card fieldset legend {
        visibility: hidden;
        height: 0;
        width: 0;
        position: absolute;
        top: -200vh;
    }

    .credit-card .horizontal-input-stack {
        display: flex;
        gap: .6rem;
    }

    .credit-card .cc-inputs input {
        width: 4ch;
        font-family: monospace;
        width: 3.5em;
        font-size: .75rem;
    }

    .credit-card input,
    .credit-card select {
        padding: .25em .5em;
        border: none;
        border-radius: .25em;
        appearance: none;
        font-size: 0.75rem;
    }

    .credit-card label {
        font-size: .65rem;
        text-transform: uppercase;
    }

    .credit-card .saveCard {
        font-size: .65rem;
        text-transform: uppercase;
        margin-top: -15px;
    }

    .credit-card  p.saveCard {
        padding: 0!important;
        margin-bottom: 0!important;
    }

    .credit-card .saveCardInput {
        margin-top: -0.6em;
    }

    .credit-card .input-row {
        display: flex;
        gap: 2rem;
        margin-bottom: -5px;
    }

    .credit-card .name-group {
        flex-grow: 1;
    }

    .credit-card .front::before {
        content: "";
        position: absolute;
        height: 400px;
        width: 400px;
        border-radius: 100%;
        background-color: hsl(0, 0%, 100%, .15);
        top: -250px;
        left: -150px;
        z-index: -1;
    }

    .credit-card .front::after {
        content: "";
        position: absolute;
        height: 600px;
        width: 600px;
        border-radius: 100%;
        background-color: hsl(0, 0%, 100%, .075);
        bottom: -475px;
        left: -150px;
        z-index: -1;
    }

    .credit-card .back {
        position: absolute;
        top: 4rem;
        left: 1rem;
    }

    .credit-card .stripe {
        background-color: hsl(200, 80%, 10%);
        height: 35px;
        position: absolute;
        left: 0;
        right: 0;
        top: 1.5rem;
    }

    .credit-card .cvc-group {
        position: absolute;
        bottom: -0.5rem;
        right: 1.6rem;
    }

    .credit-card .cvc-input {
        width: 3ch;
        font-family: monospace;
        width: 2.8em;
        font-size: 0.75rem;
    }

    .credit-card .submitButton {
        position: absolute;
        top: 20rem;
    }
    .footer-menu-wrapper{
        justify-content: center;
    }
    .list-inline i:last-child, .list-inline img:last-child{
        margin-right: 1rem;
    }
    footer .text-left p{
        text-align: center;
    }
}

@media (min-width: 991px) {
    .mobile-deposits-btn{
        display: none;
    }

}

@media (min-width: 911px) and (max-width: 1365px){
    .games-list-title h5 {
        width: 150px!important;
    }
    .main-menu-left, .main-menu-right{
        width:auto;
    }
}

/* [+] MEDIA QUERIES END*/

/* [+] HIDE PARTS OF THE LAYOUT NOT USED*/
.social-header {
    display: none!important;
}
.social-menu {
    display: none!important;
}

.licence-area{
    display: none!important;
}

.copyright-area{
    display: none!important;
}
.btn-language
{
    display: none;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}