*{
    font-family: 'Roboto Condensed', sans-serif;
}
html, body{
    height:100%;
}
body{
    background-color: #141414;
    color: #fff;
    margin-top:0;
    width:100%;
    height:100%;
    overflow-x: hidden;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}

.me-card-header{
    text-align:center;
}

.carousel-control-next, .carousel-control-prev {
    width:10%;
}

.me-head-title {
    width: 200px;
    height: 50px;
    position:relative;
    padding-left:50px;
    overflow: hidden;

}

.me-head-title span{
    color:#fff;
    font-weight: bold;
    padding:10px 0;
    position: absolute;
    z-index:0;
    left:49px;
    font-size:18px;
    background-color: #ffcc00;
    width:calc(100% - 98px);
    display: block;
}

.me-head-title:before {
    position: absolute;
    left:0;
    content:"";
    border-style: solid;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #ffcc00;
    border-left: 0;
}

.me-head-title:after {
    content:"";
    position: absolute;
    right:0;
    border-style: solid;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #ffcc00;
    border-right: 0;
}

.me-head-title2{
    background-image: url('../../img/casino/volta-bets/title-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: max-content;
    height: 50px;
    text-align: center;
    font-size: 25px;
    color: #edddc9;
    padding:5px 80px;
    text-transform: capitalize;

}

.me-head-new-games {
    background-image: url('../../img/casino/volta-bets/new-games.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 60em;
    height: 6em;
    padding:5px 80px;
}

.me-head-featured-games {
    background-image: url('../../img/casino/volta-bets/featured-games.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 60em;
    max-height: 73px;
    height: 6em;
    padding:5px 80px;
}

.me-head-trending-games {
    background-image: url('../../img/casino/volta-bets/trending.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 60em;
    height: 6em;
    padding:5px 80px;
}

.me-head-live-games {
    background-image: url('../../img/casino/volta-bets/page-live-casino.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 60em;
    height: 6em;
    padding:5px 80px;
}

.me-card-header a{
    text-decoration: none;
}

#me-games-section{
    padding:0px;
    margin:0px;
}

#me-games-section img{
    width:85%;
    height:auto;
    transition: transform .2s;
}

#me-games-section img:hover {
    transform: scale(1.05);
}

.card-jackpot, .es-sportsbetting-block, #es-poker-section, #es-categories-section, #es-provider-section{
    display:none !important;
}

button[disabled=disabled],
button:disabled,button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.es-bonus-switch .custom-control-input~.custom-control-label::before {
    color: #fff;
    border-color: #ffcc00;
    background-color: #ffcc00;
}
.es-bonus-switch .custom-control-input~.custom-control-label::after {
    background-color: #fff;
}

/*tel input plugin*/
#inputMobile {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.intl-tel-input .flag-container {
    /*position: unset;*/
    /*border: 1px solid #000;*/
    border-radius: .25rem;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.intl-tel-input .flag-container :focus,
.intl-tel-input .flag-container :active,
intl-tel-input .flag-container :hover {
    border: none;
    outline: none;
    background: #fff;
}

.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: #fff;
}

.intl-tel-input {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.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: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px;
    background: #212529;
}

.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;
}

.es-quick-sign-form .form-group label{
    margin-bottom:3px
}
.progress{
    background-color: #6c757d;
}

.intl-tel-input .flag-container {
    position: unset;
    /*border: 1px solid #000;*/
    border-radius: .25rem;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    z-index:99;
}
.intl-tel-input.allow-dropdown .flag-container:hover
{
    border: none;
    outline: none;
    background-color: #fff;

}
.intl-tel-input.allow-dropdown .flag-container.disabled:hover
{
    border: none;
    outline: none;
    background-color: transparent;
    cursor: not-allowed;
}

.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: #fff;
}

.intl-tel-input {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.intl-tel-input .country-list {
    left: 15px !important;
}

.intl-tel-input .country-list .country {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#000;
    font-size: small;
}

.intl-tel-input .country-list .country.highlight{
    background-color: #f5f5f5;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px;
    background: #fff;
    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 .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.allow-dropdown .flag-container:hover .selected-flag{
    background: #fff!important;
    border-radius: .25rem 0 0 .25rem;
}
.iti-flag.us {
    background-position: -5219px 0px!important;
}

/*tel input plugin*/

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

.intl-tel-input .flag-container {
    position: unset;
    /*border: 1px solid #000;*/
    border-radius: .25rem;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    color:#000;
}

.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 {
    outline: none;
    background: #fff;
}

.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 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px;

}

.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;
}


.iti-flag{
    margin-right:10px;
}
/*End Intl CSS*/

a{
    text-decoration: none !important;
}
main.app-content{
    background-image: url('../../img/casino/volta-bets/main-bg-2.jpg');
}
.home-container{
    padding-left:0;
    padding-right:0;
}
.page-container{
    margin-top:50px;
    padding-bottom:50px;
}
.card{
    background: transparent;
}
::placeholder {
    color: #fff!important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff!important;
}
/* [+] ICONS */

i.es-icon {
    margin-right: 10px;
    margin-top: 2px;
    float: left;
    height: 18px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 18px;
    color: #ffcc00;
    filter: drop-shadow(0px 0px 16px rgba(233, 164, 75, 0.67));
}
i.es-horse-icon {
    background-image: url('../../img/casino/volta-bets/icons/horse-icon.png');
    width: 18px;
}

i.es-live-icon {
    background-image: url('../../img/casino/volta-bets/icons/live-icon.png');
    width: 18px;
}

i.es-sportsbetting-icon {
    background-image: url('../../img/casino/volta-bets/icons/sportsbook-icon.png');
    width: 18px;
}
i.es-sportsbook-icon {
    background-image: url('../../img/casino/volta-bets/icons/sportsbook-ultraplay-icon.png');
    width: 18px;
}

i.es-casino-icon {
    background-image: url('../../img/casino/volta-bets/icons/casino-icon.png');
    width: 19px;
}

i.es-lcasino-icon {
    background-image: url('../../img/casino/volta-bets/icons/lcasino-icon.png');
    width: 19px;
}

i.es-virtual-icon {
    background-image: url('../../img/casino/volta-bets/icons/virtual-icon.png');
    width: 19px;
}

i.es-poker-icon {
    background-image: url('../../img/casino/volta-bets/icons/poker-icon.png');
    width: 19px;
}

i.es-aviator-icon {
    background-image: url('../../img/casino/volta-bets/icons/aviator-icon.png');
    width: 19px;
}

i.es-vip-icon {
    background-image: url('../../img/casino/volta-bets/icons/vip-icon.png');
    width: 19px;
}

i.es-plinko-icon {
    background-image: url('../../img/casino/volta-bets/icons/plinko-icon.png');
    width: 19px;
}
i.es-cricketx-icon {
    background-image: url('../../img/casino/volta-bets/icons/cricket-icon.png');
    width: 19px;
}

.fa-plus18 {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.fa-plus18:before {
    content: "18+";
}

/* [-] ICONS */

/* [+] HEADER */
header.header{
    /*background-color:#1f1f1f;*/
    background-image: url(../../img/casino/volta-bets/Header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin: 0 auto;*/
    /*width: 60em;*/
    /*height: 6em;*/
    /*padding: 18px 80px;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}
.menu-wrapper-right{
    display: flex;
}
.navbar-nav{
    flex-direction: row;
}
.lang-item{
    display: block;
}

nav.navbar{
    display: block!important;
    padding-left: 0;
    padding-right: 0;

}
.navbar-toggler{
    padding:0;
    border:none;
}

.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;
}

li.nav-item:last-child{
    margin-right: 0;
}

.navbar-brand.main-brand img{
    width: 100%;
}
.main-navbar li:hover {
    background: #ffcc00;
}
.main-navbar li:hover a, .main-navbar li:hover .nav-item-icon i.es-icon{
    /*    color: #430915;
        color: #fff;*/
    color: #1a1a1a;
}
.main-navbar li:hover .nav-item-icon i.es-icon{
    color: #530a19;
    filter: hue-rotate(0deg) saturate(15) brightness(0.3);
}
nav.navbar .logo-wrapper a.logo img {
    padding-right: 20px !important;
}

.skewed-btn{
    display: inline-block;
    transform: skew(-25deg);
}
.skewed-btn .text, .skewed-btn .icon i,
li .skewed-btn span, li .skewed-btn i{
    display: inline-block;
    transform: skew(25deg);
}
.btn.skewed-btn{
    border-radius: 0!important;
}

.es-header-button-light .icon, .es-header-button-light span{
    transform: none;
}
.es-header-button-light, .es-header-button:hover{
    /*color:#fff;*/
    color:#1a1a1a;

}
.es-header-button-light:hover{
    color:#fff;
    background: linear-gradient(45deg, rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);
}

.es-header-button:hover{
    background: rgb(189,11,132);
    background: -moz-linear-gradient(45deg,  rgba(255,204,0,1) 0%, rgba(255,235,0,1) 50%, rgba(255,204,0,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);
    background: linear-gradient(45deg,  rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=1 );
}


.es-header-button{
    border: 2px solid #ffcc00;
    color:#1a1a1a;
    background-color: #ffcc00;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
}
.es-header-button-light:hover {
    border: 2px solid #ffcc00;
    color:#fff;
    background-color: #ffcc00;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
}

.hide{
    display:none;
}

.es-header-button-light span, .es-header-button:hover span{
    padding: 10px 10px 10px 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.es-header-button-light i, .es-header-button:hover i{
    padding: 10px;
}

.es-header-button i, .es-header-button-light:hover i{
    padding: 10px;
}


.es-header-button span, .es-header-button-light:hover span{
    padding: 10px 10px 10px 0;
    font-weight: bold;
    text-decoration: none;
    color: #1a1a1a;

}

.me-reg-deposit {
    background-image: url(../../img/casino/volta-bets/reg-deposit.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /*    width: 60em;
        height: 6em;*/
    padding: 18px 80px;
}

.me-reg-deposit:hover,
.me-reg-deposit:active {
    background-image: url(../../img/casino/volta-bets/reg-deposit-on.png);
}

.promotions {
    max-width: 1920px;
}

.me-reg-promotions {
    background-image: url(../../img/casino/volta-bets/reg-rewards.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /*    width: 60em;
        height: 6em;*/
    padding: 18px 80px;
}

.me-reg-promotions:hover,
.me-reg-promotions:active {
    background-image: url(../../img/casino/volta-bets/reg-rewards-on.png);
}

.register-now-link {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.me-reg-login {
    display: flex;
    background-image: url(../../img/casino/volta-bets/reg-sign-in.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /*    width: 60em;
        height: 4em;*/
    padding: 28px 80px;
}

.me-reg-login:hover,
.me-reg-login:active {
    background-image: url(../../img/casino/volta-bets/reg-sign-in-on.png);
}

.me-reg-register {
    display: flex;
    background-image: url(../../img/casino/volta-bets/reg-sign-up.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /*    width: 60em;
        height: 4em;*/
    padding: 28px 80px;
}

.me-reg-register:hover,
.me-reg-register:active {
    background-image: url(../../img/casino/volta-bets/reg-sign-up-on.png);
}
/*START HEADER BUTTONS*/

@font-face {
    font-family: "GothamCondensedThin";
    src: url("../../css/fonts/Gotham/Gotham Condensed/GothamCond-Thin.otf") format("otf");
    font-weight: thin;
    font-style: normal;
}

.btn-nav {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../img/casino/volta-bets/btn-blank.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    margin: 0 auto;
    padding: 2rem;
    font-size: small;
    font-family: 'GothamCondensedThin';
}
.btn-nav:hover{
    background-image: url(../../img/casino/volta-bets/btn-blank-on.png);
}
.btn-nav-icon{
    display: block;
    font-size: small;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffd700;
}
.btn-nav-icon:before{
    display: block;
    font-size: small;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
}
.btn-nav-icon img{
    width: 20px;
}
.btn-language .btn-nav{
    background-image: url(../../img/casino/volta-bets/language.png);
}
.btn-language .btn-nav:hover{
    background-image: url(../../img/casino/volta-bets/language-on.png);
}
.btn-language .dropdown-toggle{
    background: transparent;
    border: 0;
    box-shadow: none;
}
.btn-language .dropdown-toggle:after{
    display:none;
}
.fa-right-to-bracket:before {
    content: "\f2f6";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-star:before {
    content: "\f005";
}
.fa-piggy-bank:before {
    content: "\f4d3";
}
/*END HEADER BUTTONS*/
.me-reg-language:hover,
.me-reg-language:active {
    /*background-image: url(../../img/casino/volta-bets/reg-lang.png);*/
}

.me-reg-forgot-password {
    display: flex;
    background-image: url(../../img/casino/volta-bets/reg-sign-up.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /*width: 60em;*/
    height: 4em;
    padding: 18px 80px;
}

.me-reg-forgot-password:hover,
.me-reg-forgot:active {
    background-image: url(../../img/casino/volta-bets/reg-sign-up-on.png);
}

.btn-language span:first-child, .btn-language span:nth-child(2){
    padding:0;
}

.es-header-button i, .es-header-button-light:hover i{
    padding: 10px;
}

.es-header-button .dropdown-toggle{
    color: #ffcc00
}
.es-header-button:hover .dropdown-toggle{
    color:#430915;
}

.es-header-button:focus, .es-header-button-light:focus, .es-header-button .dropdown-toggle{
    box-shadow: none;
}
.es-user-btn{
    font-size: 1rem;
    padding: 0;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: none;
    color: #fff;
    /*    background-image: url(../../img/casino/volta-bets/cta-blank.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;*/



    background: transparent;
    border:none;
    background-image: linear-gradient(-180deg, #000 0%, #616161 100%);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px -1px 0px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 1rem;
    border-radius: 2rem;

}
.es-user-btn :hover{
    color: #ffcc00;
}

.es-menu-wrapper{
    display: flex;
    /*flex-direction: row;*/
    /*display: block;*/
    background-image: url(../../img/casino/volta-bets/menu-bar.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center top;
    margin: 0 auto;
    height: 8rem;
    justify-content: center;
    align-items: center;
    background-position-x: center;
    background-position-y: top;
}

.es-menu-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    margin-top: 3.5%;
    padding:0;
}

.es-menu-wrapper li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
}


.es-menu{
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
}

.es-menu-left {
    width: 100%;
    height: 4em;
    flex: 1;
    margin: 2.1em 0 0 0;
    padding: 10px 0;
}

.es-menu-right {
    width: 100%;
    height: 4em;
    flex: 1;
    margin: 2.1em 0 0 25em;
    padding: 10px 0;
}

.me-head-casino {
    display: flex;
    background-image: url(../../img/casino/volta-bets/casino.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;
    /*    width: 4em;
        height: 3em;*/
    /*padding: 18px 88px;*/
}

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

.me-head-live {
    display: flex;
    background-image: url(../../img/casino/volta-bets/live-casino.png);
    background-repeat: no-repeat;
    /*    background-size: 123% 116%;
        background-position-x: -23px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;
    /*    width: 4em;
        height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-live:hover,
.me-head-horse-live:active {
    background-image: url(../../img/casino/volta-bets/live-casino-on.png);
}

.me-head-sportsbook {
    display: flex;
    background-image: url(../../img/casino/volta-bets/sportsbook.png);
    background-repeat: no-repeat;
    /*    background-size: 123% 116%;
        background-position-x: -23px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

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

.me-head-e-sports {
    display: flex;
    background-image: url(../../img/casino/volta-bets/e-sports.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -24px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-e-sports:hover,
.me-head-horse-e-sports:active {
    background-image: url(../../img/casino/volta-bets/e-sports-on.png);
}

.me-head-horse-racing {
    display: flex;
    background-image: url(../../img/casino/volta-bets/horse-racing.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-horse-racing:hover,
.me-head-horse-racing:active {
    background-image: url(../../img/casino/volta-bets/horse-racing-on.png);
}

.me-head-poker {
    display: flex;
    background-image: url(../../img/casino/volta-bets/poker.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-poker:hover,
.me-head-poker:active {
    background-image: url(../../img/casino/volta-bets/poker-on.png);
}

.me-head-virtuals {
    display: flex;
    background-image: url(../../img/casino/volta-bets/virtual-sports.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-virtuals:hover,
.me-head-virtuals:active {
    background-image: url(../../img/casino/volta-bets/virtual-sports-on.png);
}

.me-head-aviator {
    display: flex;
    background-image: url(../../img/casino/volta-bets/aviator-title.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-aviator:hover,
.me-head-aviator:active {
    background-image: url(../../img/casino/volta-bets/aviator-title-on.png);
}

.me-head-plinko {
    display: flex;
    background-image: url(../../img/casino/volta-bets/plinko-title.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-plinko:hover,
.me-head-plinko:active {
    background-image: url(../../img/casino/volta-bets/plinko-title-on.png);
}

.me-head-cricketx {
    display: flex;
    background-image: url(../../img/casino/volta-bets/cricket-title.png);
    background-repeat: no-repeat;
    /*    background-size: 130% 116%;
        background-position-x: -20px;*/
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 1.25rem 4.5rem;    /*    width: 4em;
           height: 3em;*/
    /*padding: 18px 100px;*/
}

.me-head-cricketx:hover,
.me-head-cricketx:active {
    background-image: url(../../img/casino/volta-bets/cricket-title-on.png);
}


.es-menu .nav-item-icon{
    display:none;
}

.me-head-real-play-real-wins {
    display: block;
    background-image: url(../../img/casino/volta-bets/Real-Play-Real-Wins.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    /*width: auto;*/
    height: 35vw;
    padding: 18px 80px;
}

.es-menu li a{
    display: block;

    color: #fff;
    font-weight: bold;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.es-menu li a i{
    margin-top: 0;
}

.es-menu li a:hover, .es-menu li.active a {
    background: rgb(189,11,132);
    background: -moz-linear-gradient(45deg,  rgba(255,204,0,1) 0%, rgba(255,235,0,1) 50%, rgba(255,204,0,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);
    background: linear-gradient(45deg,  rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=1 );
    box-shadow: none;
    color: #fff;
}

.es-menu li a:hover i, .es-menu li.active a i{
    color: #530a19;
    filter: hue-rotate(0deg) saturate(15) brightness(0.3);
}

.es-menu-promo a {
    background: url('../../img/casino/volta-bets/bonuses-btn.png');
    min-width: 202px;
    height: 64px;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 0 15px 0px 30px;
    position: relative;
    color: #e9a44b;
    letter-spacing: 3px;
    text-decoration: none;
    transition:.3s ease-out;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.es-menu-promo a i {
    background: url('../../img/casino/volta-bets/bonus.png');
    width: 34px;
    height: 40px;
    float: left;
    margin-right: 16px;
    margin-top: 10px;
    filter: drop-shadow(0 0 21px rgba(144, 35, 57, 0.39));
}

.es-menu-promo a:hover {
    filter: brightness(1.5);
}

/* [-] HEADER */

/* [+] FOOTER */

footer {
    display: block;
    /*    background-image: url(../../img/casino/volta-bets/Footer-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;*/
}
.about{
    color: #edddc9;
    font-size: 18px;
    display:none;
}

.about a{
    color: #edddc9!important;
    text-decoration: none;
}

.es-f-icon{
    border: 1px solid #e4401f;
    background-color: #e4401f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.es-f-r-icon{
    border: 1px solid #e4401f;
    background-color: #e4401f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    font-size: 15px;
    margin-left: 10px;
    font-style: normal;
}

.es-f-r-icon-2{
    border: 1px solid #e4401f;
    background-color: #e4401f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px 5px;
    font-size: 15px;
    margin-left: 10px;
    font-style: normal;
}

.es-f-middle{
    text-align: center;
    padding:15px 0;
}

.es-f-middle img{
    width: 180px;
}

.es-f-right{
    color: #edddc9;
    font-size: 15px;
    display: none;
}

.payments{
    display: flex;
    margin-top: 15px;
    margin-bottom: 47px;
}

.payments li{
    display: inline-flex;
    padding: 5px;
}

.footer-transparent{
    background-color: rgba(25, 25, 25, 0.88)
}

.footer-menu{
    display: flex;
    margin: 25px 0 0 0;
}

.footer-menu li{
    display: inline-flex;
    padding: 0 10px;
}

.footer-menu li a{
    font-weight: bold;
    color: #fff;
}
.es-payments2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.es-payments2 li{
    display: inline-flex;
    padding: 0 20px;
}
.es-payments2 li span{
    text-transform: capitalize;
}



.es-copyright-text{
    color: #cbcab8;
}

/* [-] FOOTER */


/* [+] SLIDER */
.banners-wrapper{
    height: auto;
}

.carousel-caption{
    text-align: left;
    top: 5%;
}

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

.es-carousel-caption h3{
    color: #e4401f;
    font-size: 4vw;
    margin-bottom: 0;
    line-height: 1;
}

.es-carousel-caption h2{
    color: #edddc9;
    font-size: 3vw;
    margin-bottom: 0;
    line-height: 1;
}

.es-carousel-text{
    color: #edddc9;
    font-size: 1.4vw;
    font-weight: normal;
}

.caption-bottom a{
    border: 1px solid #e4401f;
    background-color: #e4401f;
    color: #edddc9;
    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);
}

.es-promotion .container {
    display: block;
    background-image: url(../../img/casino/volta-bets/promo/Promotions_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: -10px;
    padding-bottom: 90px;
    margin-bottom: 20px;
}

/* Desktop Compustar Form */

.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;
}


/*CAROUSEL MEDIA QUERY*/
@media (max-width: 991.98px) {
    /*    .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;
	}



}
/* [-] SLIDER */

/* [+] HOME */
.es-card{
    border: 0;
    background-color: transparent;
}

.es-card .card-header{
    background: transparent;
    border-bottom: 0;
}
.es-card a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.es-default-section-title{
    height: 74px;
}
.es-new-games-title{
    background-image: url('../../img/casino/volta-bets/section_bg/new-games-title-bg-large.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: max-content;
    height: 74px;
    text-align: center;
    font-size: 1.5vw;
    color: #edddc9;
    padding-left: 120px;
    padding-right: 80px;
    line-height: 80px;
    text-transform: capitalize;

}
.game-favorite {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 9;
    cursor: pointer;
}
.game-ribbon {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9;
    font-weight: 100 !important;
    cursor: pointer;
}
.es-new-games-desc{
    width: 100%;
    text-align: center;
    color: #cbcab8;
    font-size: 1.1vw;
    margin-top: 1%;
}
.es-card-game{
    background-color: transparent;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0;
    background-color: transparent;
}
.es-card-game .card-footer h4{
    font-size: medium;
    color: #ffd700!important;
}
.card-game img{
    width: 100%;
    height:200px;
}
.game-play-btn{
    height: 80px;
    width: 80px;
    border-radius: 0;
    opacity: 1;
    background-image:url('../../img/casino/volta-bets/play-icon.png');
    background-repeat: no-repeat;
    background-size: contain;

}
.game-play-btn:hover{
    filter: drop-shadow(2px 4px 6px #ffcc00);
}
.card-game .card-footer{
    /*width:300px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    /*text-align: center;*/
    background-image: url('../../img/casino/volta-bets/game-border-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.card-game .card-footer h6 {
    width: 100%;
    color: #cbcab8;
}
.card-game .game-favorite i{
    color: #e4401f;
}
.game-card{
    border:none;
    border-radius:12px;
}

.game-ribbon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    font-weight: 100!important;
}

.es-play-now-button{
    border: 1px solid #e4401f;
    background-color: #e4401f;
    color: #edddc9;
    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:1rem 1rem 0 0;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    /*cursor: default;*/
    /*background: -webkit-linear-gradient(45deg, #E91E63 0%,#3F51B5 100%);
    background: linear-gradient(45deg, #E91E63 0%,#3F51B5 100%);*/
    /*padding: 1rem;*/
    background-image: url('../../img/casino/volta-bets/game-border-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.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;

}
.overlay-buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay-buttons .btn{
    z-index: 999;
}

.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);
    /*border-radius:12px;*/
    -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: #fff;
    font-size: 1.25rem;
}

.game-action-btn:hover{
    color: #b6965a;

}

.kyc-card{
    height: 200px;
    border: 1px solid  #430915;
    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 #000;
    background-color: #1a1a1a;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding:1rem;
    min-height:440px;
}

.kyc-card-empty{
    /*border: 1px solid #FFEB00;*/
    background-color:  #1a1a1a;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding:1rem;
    color: #fff;
}
.kyc-card-full img{
    border-radius: 0.5rem;
    object-fit: cover;
}
.kyc-card-full i{
    font-size: 3rem;
    margin-right: 1rem;
}
/*angular slick slider override*/
.slick-prev, .slick-next{
    top: unset;
    bottom:-50px;
}
.slick-next:before, .slick-prev:before{
    content:'';
}
.slick-prev {
    left: auto;
    right: 45px;
    background-image: url('../../img/casino/volta-bets/arrow-left.png');
    width: 30px;
    height: 30px;
}
.slick-next{
    right: 0;
    background-image: url('../../img/casino/volta-bets/arrow-right.png');
    width: 30px;
    height: 30px;
}
.slick-next:focus, .slick-next:hover{
    background-image: url('../../img/casino/volta-bets/arrow-right-hover.png');
}
.slick-prev:focus, .slick-prev:hover{
    background-image: url('../../img/casino/volta-bets/arrow-left-hover.png');
}
.slick-dots{
    display:none!important;
}

.es-jackpot-title{
    background-image: url('../../img/casino/volta-bets/jackpot-title-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    width: 17.5vw;
    text-align: center;
    font-size: 1.5vw;
    color: #edddc9;
    padding: 1% 0 1% 3%;
}

.es-featured-title{
    background-image: url('../../img/casino/volta-bets/section_bg/featured-title-bg-large.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: max-content;
    height: 55px;
    text-align: center;
    font-size: 1.5vw;
    color: #edddc9;
    padding-left: 100px;
    padding-right: 80px;
    line-height: 60px;
    text-transform: capitalize;
}

.es-providers-title{
    background-image: url('../../img/casino/volta-bets/section_bg/providers-title-bg-large.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: max-content;
    height: 74px;
    text-align: center;
    font-size: 1.5vw;
    color: #edddc9;
    padding-left: 120px;
    padding-right: 80px;
    line-height: 80px;
    text-transform: capitalize;
}

.es-live-casino-title{
    background-image: url('../../img/casino/volta-bets/section_bg/live-casino-title-bg-large.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: max-content;
    height: 74px;
    text-align: center;
    font-size: 1.5vw;
    color: #edddc9;
    padding-left: 120px;
    padding-right: 80px;
    line-height: 80px;
    text-transform: capitalize;
}

.provider-card{
    border: 0;
    background-color: transparent;
    background-image: url('../../img/casino/volta-bets/provider-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    display: block;
    padding: 8% 0;
}

.provider-card img{
    width: 75%;
    margin: 0 auto;
}
.es-categories-title{
    background-image: url('../../img/casino/volta-bets/section_bg/categories-title-bg-large.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: max-content;
    height: 74px;
    text-align: center;
    font-size: 1.5vw;
    color: #edddc9;
    padding-left: 120px;
    padding-right: 80px;
    line-height: 80px;
    text-transform: capitalize;
}

.category-card{
    border: 0;
    background-color: transparent;
    background-image: url('../../img/casino/volta-bets/provider-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    display: block;
    padding: 10% 0;
    color: #FFF;
    font-size: 24px;
}

.category-card:hover{
    color: #FFF;
    text-decoration: none;
}

.card-jackpot{
    border: 0;
    background-color: transparent;
    background-image: url('../../img/casino/volta-bets/jackpot-block-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25vw;
    color: #edddc9;
}
.jackpot-btn a{
    border: 0;
    background-color: transparent;
    background-image: url('../../img/casino/volta-bets/jackpot-btn.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large;
    font-weight: 900;
}
.jackpot-img img{
    height: 15vw;
    margin-bottom: 0.5rem;
    border-radius: 3%;
}

.jackpot-left, .jackpot-right, .jackpot-center{
    text-align:center;
}

.jackpot-right, .jackpot-center{
    margin:auto;
}

.card-jackpot-left{
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 6vw;
}

.card-jackpot-center{
    float: left;
    width: 26.5%;
    text-align: center;
    margin-top: 6vh;
    font-size: 1.5vw;
}

.card-jackpot-right{
    float: left;
    width: 26%;
    text-align: center;
    margin-top: 6vh;
    font-size: 1.5vw;
}

.card-jackpot-inner{
    border: 0;
    background-color: transparent;
}

.jackpot-title{
    color: #edddc9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2vw;
}

.jackpot-title span{
    color: #ffcc00;
    font-weight: 100;
    letter-spacing: -1px;
}

.es-jackpot-title-left{
    margin-top: 15.5vw;
    padding-left: 4.5vw;
    font-size: 1.5vw;
}

.es-jackpot-title-right{
    margin-top: 15.5vw;
    padding-left: 1.5vw;
    font-size: 1.5vw;
}

.es-card-jackpot-text{
    font-size: 1.2vw;
}


.es-sportsbetting-block{
    width: 100%;
    height: 30vw;
    background-image: url('../../img/casino/volta-bets/sports-block-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 6vw 60vw 0 5vw;
    text-align: center;
}

.es-sportsbetting-block h4{
    font-size: 2.3vw;
    color: #edddc9;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 3vw;
}



.es-sportsbetting-block h4 span{
    font-size: 2.45vw;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: bold;
}



.es-sportsbetting-block p{
    font-size: 1vw;
    color: #edddc9;
}

.es-devices-block{
    width: 100%;
    height: 22vw;
    background-image: url('../../img/casino/volta-bets/devices-block-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5vw 60vw 0 5vw;
    text-align: center;
}

.es-devices-block h4{
    font-size: 4vw;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3vw;
}

.es-devices-block h4 span{
    font-size: 3vw;
    color: #edddc9;
    text-transform: uppercase;
    font-weight: 100;
}

.es-devices-block p{
    font-size: 1vw;
    color: #edddc9;
}
/* [-] HOME */

/* [+] PROMOTION */
.es-promotion{
    background-image: url('../../img/casino/volta-bets/promo/promo-bg.jpg');
    background-size: cover;
    background-position: top center;
}

.es-modal .modal-content{
    background-color: #3d3c39;
}

.es-modal .close{
    float: right;
    text-align: right;
    margin-right: .5vw;
    margin-top: .5vw
}

/*.es-promo-modal-top {

}

.es-promo-modal-bottom {

}*/

.es-promo-modal-bg {
    height: auto;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

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

.es-promo-link img{
    max-width: 550px;
    transition: all .5s ease;
}

.es-promo-link .es-promo-caption{
    position: absolute;
    bottom: 2vw;
    width: 100%;
    text-align: center;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.es-promo-link .es-promo-caption h3{
    color: #e4401f;
    font-weight: bold;
    font-size: 3.6vw;
    text-transform: uppercase;
    line-height: 3vw;
}

.es-promo-link .es-promo-caption h4{
    color: #edddc9;
    font-weight: bold;
    font-size: 2.5vw;
    letter-spacing: -2px;
    text-transform: uppercase;
    line-height: 1.6vw;
}

.es-promo-link .es-promo-caption h5{
    color: #edddc9;
    font-weight: 100;
    font-size: 1.5vw;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.es-promo-link .es-promo-caption h3, .es-promo-link .es-promo-caption h4, .es-promo-link .es-promo-caption h5{
    display:none;
}

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

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

.es-promo-link .es-promo-caption-hover{
    transition: all 3s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-image: url('../../img/casino/volta-bets/promo/hover.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;
}
.es-promo-link .es-promo-caption-hover h3{
    width: 100%;
    text-align: center;
    margin-top: 190px;
    color: #edddc9;
    text-transform: uppercase;
}


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

.es-modal .modal-body h3{
    font-size: 3rem;
    font-weight: bold;
    background: #f2ecc4;
    background: -webkit-linear-gradient(to bottom, #f2ecc4 0%, #a35d01 100%);
    background: -moz-linear-gradient(to bottom, #f2ecc4 0%, #a35d01 100%);
    background: linear-gradient(to bottom, #f2ecc4 0%, #a35d01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #ffcc00;
    margin-bottom: 0;
}

.es-modal .modal-body h3 span{
    font-size: 3rem;
    background: #f2ecc4;
    background: -webkit-linear-gradient(to bottom, #f2ecc4 0%, #a35d01 100%);
    background: -moz-linear-gradient(to bottom, #f2ecc4 0%, #a35d01 100%);
    background: linear-gradient(to bottom, #f2ecc4 0%, #a35d01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #edddc9;
}

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

}

.es-modal .modal-body h5{
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
}


.payments li img{
    height: 3vw;
}

/* [-] UPDATES */
a{
    color:  #fff;
}
a:hover{
    color:  #ffcc00;
}
.dropdown-divider {
    border-top: 1px solid  #ffcc00;
}
.profile-image{
    background: #ffcc00;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.droptoleft .dropdown-menu{
    right:0;
    left:auto;
}
.dropdown-menu{
    background-color: #181717;
}
.dropdown-item{
    color: #fff;
}
.dropdown-menu-right{
    position: absolute!important;
    right: 2rem;
    left: auto;
}
@media (max-width: 991px) {
    .dropdown-menu-right{
        right:auto!important;
    }
}
/*local search*/
.search-wrapper {
    width: 100%;
    position: relative;
    display: flex;
}

.search-game {
    width: 100%;
    border: 1px solid #ffcc00;
    border-right: none;
    padding-left: 25px;
    height: 44px;
    border-radius: 50rem;
    outline: none;
    background:#ffcc00;
    color:#1a1a1a;

}
.search-game-button {
    width: 50px;
    height: 44px;
    border: none;
    background: #430915;
    text-align: center;
    color: #fff;
    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: #1a1a1a;

}
.search-wrapper input{
    padding: 12px 0 12px 57px;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #1a1a1a!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #1a1a1a!important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #1a1a1a!important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #1a1a1a!important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1a1a1a!important;
}
*::placeholder {
    /* modern browser */
    color: #1a1a1a!important;
}
.game-select .selectize-control{
    outline:none;
}
.game-select .selectize-control.single .selectize-input{
    border: 1px solid #ffcc00;
    border-radius: 50rem;
    outline: none;
    background: #ffcc00;
    color: #1a1a1a;
    box-shadow:none;
    min-width:180px;
    padding-left:25px;
}

.game-select .selectize-input.selectize-focus{
    border-color: initial;
    border:1px solid #ffcc00!important;
}

.game-select .selectize-control.single .selectize-input:after{
    border-color: #1a1a1a transparent transparent transparent;
}
.game-select .selectize-input input{
    color:#1a1a1a;
}
.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:#fff;
}
.ui-select-clear:focus{
    outline:none;
}
.game-select .selectize-input > input[placeholder]  {
    font-size:1rem;
    padding: 0.25rem 0!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: small;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: small;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: small;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: small;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1a1a1a;
    background-color: #ffcc00;
}
.dropdown-item-user:hover .profile-image{
    border: 1px solid #FFEB00;
    background:#FFEB00;
    color: #fff;
}
.carousel-indicators{
    display:none;
}
.modal-content{
    background-color: #181717;
}
.modal-header{
    border-bottom: 1px solid #181717;
}
#firstLoginModal{
    background-color: #430915;
    /*background-image: url('../../img/casino/volta-bets/popup_logo_500x500.jpg');*/
    background-repeat: repeat;
    /*background-size: contain;*/
    background-position: center;
    /*background-image: url(../../img/casino/volta-bets/main-bg-2.jpg);*/
    /*    width:500px;
        height: 500px;*/
}
#firstLoginModal .modal-header{
    border-bottom: none;
}
#firstLoginModal p{
    font-size: 12px;
}
#firstLoginModal .main-brand{
    position: relative;
    top: -2.5rem;
}
.game-btn{
    min-width: 75px;
}
.game-demo-btn{
    width:80px;
    font-size: smaller;
    padding:0;
}
.es-default-btn .game-btn:hover{
    opacity:0.5
}
.es-default-btn.game-btn-play{
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 100%;
    width:30px;
    height:30px;
}

.es-default-btn, .btn-default.btn-wizard{
    background: #ffcc00;
    /*color: #fff;*/
    cursor: pointer;
    /*background: linear-gradient(90deg, rgba(255,204,0,1) 30%, rgba(255,235,0,1) 100%);*/
    /*border: 2px solid #ffcc00;*/
    color: #1a1a1a;

}
.es-default-btn:hover, .es-default-btn.btn-wizard:hover{
    background: #FFEB00;
    color: #1a1a1a;
    /*border: 2px solid #ffcc00;*/
    /*background: linear-gradient(90deg, rgba(255,235,0,1)  30%,  rgba(255,204,0,1) 100%);*/

}
.es-primary-btn, .es-primary-btn.btn-wizard{
    background-color: #ffcc00;
    color: #fff;
    border: 1px solid #ffcc00;
}
.es-primary-btn:hover, .es-primary-btn.btn-wizard:hover{
    background-color: #FFEB00;
    border:1px solid #FFEB00;
    color: #fff;
}
.es-accent-btn{
    border: 1px solid #e4401f;
    background-color: #e4401f;
    color: #edddc9;
    font-weight: 100!important;
    padding: 0.4rem 1.5rem;
    /*    -webkit-box-shadow: 0px 0px 14px 4px rgb(224 40 40 / 65%);
        -moz-box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
        box-shadow: 0px 0px 14px 4px rgb(224 40 40 / 65%);
    */
}

.es-accent-btn:hover{
    color:#fff;
    -webkit-box-shadow: 0px 0px 14px 4px rgb(224 40 40 / 65%);
    -moz-box-shadow: 0px 0px 14px 4px rgba(224,40,40,0.65);
    box-shadow: 0px 0px 14px 4px rgb(224 40 40 / 65%);
    /*padding: 0.4rem 1.5rem;*/
}

.es-accent-btn:focus {
    box-shadow: 0 0 0 0.2rem #530a19;
}
.card-header .es-header-button-light, .list-group-default .es-header-button-light{
    padding:0.3rem 1rem;
    border:1px solid #ffcc00;
}
.es-icon-button-light{
    /*color:#ffcc00;*/
    color:#fff;
}
.es-icon-button-light:hover{
    color:#e4401f;
}
.text-link-default{
    color: #fff;
    cursor:pointer;
    font-size: 18px;
}

.text-link-default:hover{
    color: #fff;
    text-decoration: underline;
}
.text-yellow{
    color: #ffcc00;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #ffcc00;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffcc00;
    background-color: #ffcc00;
}
.custom-control-label::before{
    border: 1px solid #ffcc00;
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #edddc9;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 1px  #ffcc00;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffcc00;
}
.text-muted{
    color:  #edddc9!important;
}
.close{
    color: #edddc9;
    text-shadow:none;
}

.drop-box{
    background: #1a1a1a;
    border: 1px dashed #000;
    width: 100%;
}

.card-gradient {
    background: #1f1f1f!important;
}
.card-gradient .card-header {
    background-color: #181717;
}
.list-group-default .list-group-item
{
    background: #1a1a1a;
    margin-bottom: 1rem;
    border: 1px solid #000;
}


.games-list{
    list-style-type: none;
    padding: 0;
}
.games-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-radius:0.5rem;
    background: #1a1a1a;
    border: 1px solid #000;
    padding: 1rem;
}
.games-list img{
    width:100px;
    height:100px;
    border-radius: 0.5rem;
    object-fit: cover;
    margin: 0.5rem;
}

/*.games-list-title{
    width: 200px;
    margin-top: 0.5rem;
}*/

.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:#1a1a1a;
    border: 1px solid #000;
    margin-bottom: 1rem;
    border-radius:0.5rem;
    color: #fff;
}
.account-list .badge {
    width:110px;
}
.account-list img{
    width:100px;
    height:100px;
    border-radius: 0.5rem;
    object-fit: cover;
    margin: 0.5rem;
}

.statistics-card{
    background-color: #1a1a1a;
    border: 1px solid #000;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.page-item.active .page-link{
    color: #1a1a1a;
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.page-link{
    color: #430915;
}

.page-link:hover{
    color: #ffcc00;
}
.page-link:focus{
    box-shadow:none;
}
.default-payment-card{
    border: 1px solid #430915;
    margin-bottom: 2rem;
    background: transparent;

}
.default-payment-card .card-header{
    border-bottom: 1px solid #430915;
    background: #002A3D;
    display: flex;
}

.default-payment-card .card-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #430915;
    background: #0f0b35;
}

.btn-deposit, .btn-withdraw, .btn-modal{
    /*border: 1px solid #ffcc00;*/
    background-color:#ffcc00;
    color: #1a1a1a;
    font-weight: 100!important;
    /*padding: 0.5rem 1.5rem;*/
    text-transform: uppercase;
}

#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);
}
.overlay-buttons .btn-light{
    line-height: 1.1;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px;
}
.input-group-text {
    color: #1a1a1a;
    background-color: #ffcc00;
    border: 1px solid #ffcc00;

}

/*new payment UI*/

.payment-list{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*    display: grid;
        grid-template-columns: repeat(5,180px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-gap: 10px;*/
}

.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: #fff;
    border: 2px solid #ffcc00;
}

.payment-card-hidden {
    opacity:0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    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: #e4401f;
    font-size: smaller;
}
.payment-card-hidden .btn{
    border:none;
    color: #1a1a1a;
    width:100%;
    height:52px;
    /*font-weight: 500;*/
    /*    background-color: transparent;
        -webkit-transition: .15s left,.15s top,.15s right,.15s bottom,.2s cubic-bezier(.31,-.105,.43,1.59) background-position;
        -o-transition: .15s left,.15s top,.15s right,.15s bottom,.2s cubic-bezier(.31,-.105,.43,1.59) background-position;
        transition: .15s left,.15s top,.15s right,.15s bottom,.2s cubic-bezier(.31,-.105,.43,1.59) background-position;*/
    border-radius: 0.25rem;
    background-color: #ffcc00;
    /*    background-image: -webkit-gradient(linear,left top,left bottom,from(115deg),color-stop(0,#b093f3),color-stop(#b093f3),color-stop(#ffcc00),color-stop(#ffcc00),color-stop(#b093f3),color-stop(50%,#b093f3),to(#b093f3));
        background-image: -o-linear-gradient(115deg,#b093f3 0,#b093f3 21px,#ffcc00 21px,#ffcc00 calc(50% + 21px),#b093f3 calc(50% + 21px),#b093f3 50%,#b093f3 100%);
        background-image: linear-gradient(115deg,#b093f3 0,#b093f3 21px,#ffcc00 21px,#ffcc00 calc(50% + 21px),#b093f3 calc(50% + 21px),#b093f3 50%,#b093f3 100%);
        background-repeat: no-repeat;
        background-size: calc(200% + 21px * 2) auto;
        background-position: calc(100% - 21px) center;*/
}

.payment-card-hidden .btn:hover{
    background-color: #FFEB00;
    color: #1a1a1a;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    background-position: -21px center;
    border-radius: 0.25rem;
}
/*.payment-item-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.payment-item:hover .payment-item-hidden {
    opacity: 1;
    transition: opacity 2s ease-out;
}*/





/*.btn-login:hover, .btn-register:hover {*/
/*    background: rgb(189,11,132);*/
/*    background: -moz-linear-gradient(45deg,  rgba(255,204,0,1) 0%, rgba(255,235,0,1) 50%, rgba(255,204,0,1) 100%);*/
/*    background: -webkit-linear-gradient(45deg,  rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);*/
/*    background: linear-gradient(45deg,  rgba(255,204,0,1) 0%,rgba(255,235,0,1) 50%,rgba(255,204,0,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=1 );*/

/*}*/

/*.btn-login:hover i, .btn-register:hover i, .btn-login:hover span, .btn-register:hover span {

}

.btn-login i, .btn-register i, .btn-login span, .btn-register span {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
}*/



.select-on-top {
    z-index: 1000;
}

/* quick signup */

.quickSignup{
    background-color: #530a19;
    padding: 25px;
}
.quick-signup-button{
    font-size: 28px;
}
.QuickSinguplogo{
    width: 300px;
}
.f-s-30{
    font-size: 30px !important;
}

.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: #ffcc00;
    box-shadow: none;
    color: #530a19;
    border: none;
    border: #410914;
}


/* withdraw form */
.withdraw_form > input[placeholder]  {
    font-size:1.25rem !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #495057;
    font-size: 1.25rem !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #495057;
    font-size: 1.25rem !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #495057;
    font-size: 1.25rem !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #495057;
    font-size: 1.25rem !important;
}

.parsley-errors-list.filled li {
    font-size: 1.1em !important;
}

.copy-clipboard-btn {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 0;
    opacity: 1;
    background-image:url('../../img/casino/volta-bets/clipboard-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.copy-clipboard-btn:hover {
    filter: drop-shadow(2px 4px 6px #e9a44b);
}

.copyInput {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.3rem !important;
}

.supportButton {
    display: inline-block;
    background-image:url('../../img/casino/volta-bets/support-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}

.sweet-alert .confirm{
    position: absolute;
    top:0;
    right:0;
    margin: 10px;
}

.social-link-heading {
    max-height: 40px;
    pointer-events: none;
}

.social-link-heading .btn {
    opacity: 1;
    cursor: default;
}

.btn-social {
    border: 2px solid #ffcc00;
    background-color: #ffcc00;
}

.btn-social i {
    background-color: #530a19;
    color: #ffcc00;
}

.btn-social:hover i {
    background-color: #ffcc00;
    color: #530a19;
}

.btn-social-mobile {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    font-size: 11px;
    max-height: 21px;
}

.btn-social-mobile i {
    padding: 3px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.btn-social-mobile span {
    padding: 3px 5px 3px 3px !important;
}

.social-menu {
    display: none!important;
}

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

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



@media (max-width: 580px){

    .games-list img{
        margin: 0.5rem auto;
    }
    .games-list-title{
        text-align: center;
    }

    /*    .games-list li, .games-list .d-flex{
            flex-direction: column;
            justify-content: center;
        }*/
    /*    .payment-card{
            width: 18rem;
        }
        .payment-card table{
            font-size: 8px;
            margin-left: 5px;
        }*/

}
@media only screen and (max-width: 1200px) and (min-width: 991px)  {
    .main_logo img{
        max-width: 150px;
    }
}

@media (max-width: 1200px) {
    /*    .payment-list{
            grid-template-columns: repeat(4,180px);
        }*/
}
@media (max-width: 911px) {
    /*    .payment-list{
            grid-template-columns: repeat(3,180px);
        }*/

    .menu-wrapper-right ul{
        flex-direction: row!important;
    }
}
@media (max-width: 768px) {
    /*    #me-roulette-bj img{
            max-height: 450px;
            width: auto!important;
        }*/
    /*    .payment-list{
            grid-template-columns: repeat(3,170px);
        }*/
    /*    .payment-item, .payment-card{
            width: 170px;
        }*/
    .payment-item img{
        height:30px;
    }
}
@media (max-width: 576px) {
    nav.navbar {
        padding-bottom: 3px;
    }
    /*    header.header {
            padding-left: 5px;
            padding-right: 5px;
        }*/
    header .btn-language button{
        padding-left:2px;
        padding-right:2px;
    }
    /*    .payment-list{
            grid-template-columns: repeat(2,160px);
        }*/
    /*    .payment-item, .payment-card{
            width: 160px;
        }*/
    .es-user-btn, .es-header-button, .es-header-button-light{
        font-size: 0.8rem;
        margin: 5px;
    }
    /*    .menu-wrapper .dropdown-menu-right{
            right:initial;
        }*/

    .btn-language
    {
        display: none;
    }

    .supportButton {
        display: inline-block;
        background-image:url('../../img/casino/volta-bets/support-icon.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
    }

    .mobile_dollar p {
        font-size: 1.9rem;
    }

    .mobile_dollar a,
    .mobile_dollar a:active,
    .mobile_dollar a:hover {
        text-decoration: none;
    }

}

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

@media (max-width: 390px) {

    nav.navbar {
        padding-bottom: 10px;
    }
    .es-user-btn, .es-header-button, .es-header-button-light{
        font-size: 11px;
    }
    /*    header.header {
            padding-left: 3px;
            padding-right: 3px;
        }*/

    header button.navbar-toggler{
        margin-left: 5px !important;
    }

    header .btn-login span.icon,
    header .btn-register span.icon
    {
        padding-right:5px;
    }
    /*.btn-login span.text,*/
    /*.btn-register span.text*/
    /*{*/
    /*	padding: 5px 0;*/
    /*}*/


}
@media (max-width: 420px) {
    .history{
        flex-direction: column;
        align-items: center;
    }
    .history div{
        text-align: center;
    }
}


@media (min-width: 1200px) {
    #me-roulette-bj img{
        width: 100%;
    }
    .social-header {
        display: none!important;
    }
    /*    #casino-carousel{
            width: calc(100vw - 50px);
            margin: 0 auto;
            border-radius: 40px;
            overflow: hidden;
        }*/
    .banners-wrapper{
        height: auto;
        /*padding-top: 25px;*/
    }
}

@media (max-width: 1199px) {
    .social-menu {
        display: none!important;
    }
    .carousel-control-next, .carousel-control-prev {
        opacity:0.2;width:auto;
    }
}



@media (max-width: 1625px) {
    .es-menu li a {
        /*padding: 5px 15px !important;*/
        font-size: .8vw;
    }

    .es-menu li a i{
        font-size: 1vw;
        width: 1.2vw;
        margin-right: .2vw;
        height: 1.2vw;
    }
}

@media (max-width: 1200px) {
    .jackpot-img img{
        height: 12vw;
    }

    .jackpot-btn a{
        font-size: 3vw;
    }
    /*    .payment-list{
            grid-template-columns: repeat(4,160px);
        }*/
}

@media (max-width: 991.98px) {
    .menu-wrapper-left{
        display: none!important;
    }
    header.header{
        height: auto;
    }
    .es-new-games-title, .es-jackpot-title, .es-featured-title,.es-default-section-title{
        width: max-content;
        font-size: 3.5vw;
        padding-left: 130px;
        padding-right: 80px;
    }
    /* html[lang='phl'] .es-default-section-title{
            width: 70vw;
            min-width:450px;
            background-size: 100% 100%;
    } */

    .es-new-games-desc{
        font-size: 3vw;
    }

    .es-see-all-button{
        font-size: 2vw;
    }

    .es-play-now-button{
        font-size: 2.5vw;
    }

    .es-providers-title, .es-live-casino-title, .es-categories-title{
        width: max-content;
        font-size: 3.1vw;
        padding-left: 130px;
        padding-right: 80px;
    }

    .es-f-right{
        text-align: center!important;
    }

    .footer-menu li a{
        font-size: 1.8vw;
    }

    .row.casino .about{
        text-align: center;
    }

    .card-jackpot-left{
        margin-top: 4vw;
    }

    .es-card-jackpot-text{
        font-size: 1.5vw;
    }

    .es-sportsbetting-block{
        padding: 5vw 60vw 0 5vw;
    }

    .es-sportsbetting-block p{
        font-size: 1.5vw;
    }

    .es-devices-block{
        padding: 3vw 60vw 0 5vw;
    }

    .es-devices-block h4{
        font-size: 3.5vw;
        line-height: 2.5vw;
    }

    .es-devices-block h4 span{
        font-size: 2.5vw;
    }

    .es-devices-block p{
        font-size: 1.5vw;
        margin-bottom: 10px;
    }

    .es-devices-block .es-see-all-button{
        padding-top: 0;
        padding-bottom: 0;
    }


    jackpot-btn a{
        font-size: 3vw;
    }
    /*    .jackpot-img img{
            height: 10vw;
        }*/
}

@media (max-width: 767.98px) {
    .es-promotion{
        background-size: cover;
    }

    .es-promo-link .es-promo-caption h3{
        font-size: 4.5vw;
    }

    .es-promo-link .es-promo-caption h4{
        font-size:3.5vw;
    }

    .es-promo-link .es-promo-caption h5{
        font-size: 2.5vw;
    }

    .menu-wrapper{
        height: 6vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar .order-lg-last, .logo-wrapper{
        /*margin-left: auto;*/
        margin: auto;
    }
    .payments li img{
        height:8vw;
    }

    /*    .card-game img{
            height: auto !important;
        }*/
    .es-promo-link img{
        width:100%;
        transition: all .5s ease;
    }


}

@media (max-width: 575.98px) {
    /*    .menu-wrapper-right ul{
            flex-direction: column!important;
        }*/
    .lang-item{
        display: none;
    }

    .es-new-games-title, .es-jackpot-title, .es-featured-title{
        width: max-content;
        font-size: 3.5vw;
        padding-left: 120px;
        padding-right: 80px;

    }

    .es-new-games-desc{
        font-size: 3vw;
    }

    .es-see-all-button{
        font-size: 2vw;
    }

    .es-play-now-button{
        font-size: 2.5vw;
    }

    .es-providers-title, .es-live-casino-title, .es-categories-title,.es-default-section-title {

        background-size: 100% 100%;
        font-size: 4.1vw;
        width: max-content;
        padding-left: 120px;
        padding-right: 80px;
    }
    /* html[lang='phl'] .es-default-section-title{
            min-width:250px;
    } */

    .payments li img{
        width: 11vw;
        height: auto;
    }

    .es-f-right{
        text-align: center!important;
    }

    .footer-menu li a{
        font-size: 4vw;
    }

    /*    .es-payments2 {
    
        }*/
    /*.es-payments2 li span{*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.es-payments2 li img{*/
    /*    height: 20px;*/
    /*}*/

    /*    .es-copyright-text{
            font-size: 1.7vw;
        }*/

    .row.casino .about{
        text-align: center;
    }

    .card-jackpot{
        background-image: url('../../img/casino/volta-bets/jackpot-block-m-bg.jpg');
        background-size: 100%;
        height: 110vw;
        padding-top: 10vw;
        position: relative;
    }
    .jackpot-btn a{
        font-size: 1rem;
    }

    .card-jackpot-left{
        float: none;
        width: 100%;
    }
    .card-jackpot .es-accent-btn{
        font-size: smaller
    }

    .card-jackpot {
        flex-direction: column;
        padding-top: 0;
    }
    .all-right{
        width:100%!important
    }
    .jackpot-title{
        letter-spacing: 2px;
        font-size: 4vw;
    }

    .jackpot-btn a {
        font-size: 4vw!important;
    }
    .jackpot-img img{
        height: 25vw;
    }
    .es-card-jackpot-text{
        font-size: 4vw;
    }

    .card-jackpot-center{
        float: none;
        width: 50%;
        text-align: center;
        font-size: 3.5vw;
        padding-left: 5vw;
        position: absolute;
        bottom: 13vw;
    }

    .card-jackpot-right{
        position: absolute;
        float: none;
        width: 50%;
        text-align: center;
        font-size: 3.5vw;
        bottom: 13vw;
        right: 0;
    }

    .card-jackpot-left .es-play-now-button{
        font-size: 4vw;
    }

    .es-sportsbetting-block{
        height: 117vw;
        background-image: url('../../img/casino/volta-bets/sports-block-mobile-bg.png');
        padding: 10vw 5vw 0 5vw;
    }

    .es-sportsbetting-block h4{
        font-size: 6vw;
        line-height: 7vw;
    }

    .es-sportsbetting-block h4 span{
        font-size: 8vw;
    }

    .es-sportsbetting-block p{
        font-size: 4vw;
    }

    .es-sportsbetting-block .es-see-all-button{
        font-size: 4vw;
    }

    .es-devices-block{
        height: 121vw;
        background-image: url('../../img/casino/volta-bets/devices-block-m-bg.jpg');
        padding: 17vw 5vw 0 5vw;
    }

    .es-devices-block h4{
        font-size: 8vw;
        line-height: 6vw;
    }

    .es-devices-block h4 span{
        font-size: 6vw;
    }

    .es-devices-block p{
        font-size: 3.5vw;
    }

    .es-devices-block .es-see-all-button{
        font-size: 4vw;
    }

    .es-promotion{
        background-size: cover;
    }

    .es-promo-link .es-promo-caption h3{
        font-size: 7vw;
        line-height: 6vw;
    }

    .es-promo-link .es-promo-caption h4{
        font-size: 5vw;
    }

    .es-promo-link .es-promo-caption h5{
        font-size: 4.5vw;
    }

    .es-promo-link{
        margin-top: 5vw;
    }

    .es-modal .modal-body h3{
        font-size: 6vw;
        line-height: 6.5vw;
    }

    .es-modal .modal-body h3 span{
        font-size: 5vw;
    }

    .es-modal .modal-body h4{
        font-size: 5.5vw;
        line-height: 5vw;
        margin-bottom: 0;
    }

    .es-modal .modal-body h5{
        font-size: 3.5vw;
    }
    /*    .payment-item-properties{
            display: none;
        }*/

}

@media (max-width: 1500px)  {
    .es-menu-wrapper ul{
        margin-top: 2.5%;
    }
}
@media (max-width: 1300px)  {
    .es-menu-wrapper ul{
        margin-top: 2%;
    }
}
@-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;
    }
}