:root {
    --es-yellow: #E8B95C;
    --es-light: #edddc9;
    --es-maroon: #590353;
    --es-maroon2: #380047;
    --es-light2: #cbcab8;
    --es-red: #964faa;
}
html, body{
    height:100%;
}
body{
    background-color: var(--es-maroon);
    color: #fff;
    margin-top:0;
    width:100%;
    height:100%;
}


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: var(--es-yellow);
	background-color: var(--es-yellow);
}
.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 {*/
/*	right: 0!important;*/
/*}*/

.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;
	/*background-color: #252527;*/
}

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

.intl-tel-input .country-list .country.highlight{
	/*background-color: rgba(0,0,0,0.2);*/
	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;
	/*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 {
	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: 50px;*/
	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*/

*{
    font-family: 'Roboto Condensed', sans-serif;
}
.logo{
    margin-right: 28px;
}
.logo img{
        height: 70px;
    }


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}

footer .container-fluid{
    max-width: 1284px;
    margin: 0 auto;
}

main.app-content{
    /* background-image: url('../../img/casino/eight-storm/main-bg.jpg'); */
    background-color: #2d0738;
}
.home-container{
    padding-left:0;
    padding-right:0;
}
.page-container{
    margin-top:50px;
    padding-bottom:50px;
}
.card{
    background: transparent;
}
/* [+] 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: var(--es-yellow);
    filter: drop-shadow(0px 0px 16px rgba(233, 164, 75, 0.67));
}
i.es-horse-icon {
    background-image: url('../../img/casino/eight-storm/icons/horse-icon.png');
    width: 18px;
}

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

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

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

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

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

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

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

i.es-vip-icon {
    background-image: url('../../img/casino/eight-storm/icons/vip-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: var(--es-maroon) url('../../img/casino/eight-storm/header-bg.jpg') repeat-x;
    padding-left: 20px;
    padding-right: 20px;
}

nav.navbar{
    padding: 0;
}
.navbar-toggler{
    padding:0;
}
.navbar-brand{
    padding-bottom: 0;
}

li.nav-item{
    margin-right: 7px;
    display: none;
}

li.nav-item:nth-child(1),
li.nav-item:nth-child(2){
    display: block;
}

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

.navbar-brand.main-brand img{
    width: 100%;
}
.main-navbar li:hover{
    background: var(--es-yellow);
}
.main-navbar li:hover a, .main-navbar li:hover .nav-item-icon i.es-icon{
    color: var(--es-maroon2);
}
.main-navbar li:hover .nav-item-icon i.es-icon{
    color: var(--es-maroon);
    filter: hue-rotate(0deg) saturate(15) brightness(0.3);
}

.es-header-button-light, .es-header-button:hover{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: var(--es-maroon2);
    border: 2px solid var(--es-yellow);
    background-color: var(--es-yellow);
    padding: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}

.es-header-button-light span, .es-header-button:hover span{
    padding: 10px 10px 10px 0;
    font-weight: bold;
    color: var(--es-maroon);
}

.es-header-button-light i, .es-header-button:hover i{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--es-maroon);
    color: var(--es-yellow);
    padding: 10px;
}

.es-header-button, .es-header-button-light:hover{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid var(--es-maroon2);
    background-color: var(--es-maroon2);
    padding: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}
.es-header-button span, .es-header-button-light:hover span{
    padding: 10px 10px 10px 0;
    font-weight: bold;
    color: var(--es-yellow);
}
.btn-language span:first-child, .btn-language span:nth-child(2){
    padding:0;
}

.es-header-button i, .es-header-button-light:hover i{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

    background-color: var(--es-yellow);
    color: var(--es-maroon);
    padding: 10px;
}
.es-header-button-light:hover{
    color:var(--es-yellow);
}
.es-header-button .dropdown-toggle{
    color:var(--es-yellow)
}
.es-header-button:hover .dropdown-toggle{
    color:var(--es-maroon2);
}

.es-header-button:focus, .es-header-button-light:focus, .es-header-button .dropdown-toggle{
    box-shadow: none;
}
.es-user-btn{
    font-size: 1rem;
}

.es-menu-wrapper{
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

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

.es-menu li a{
    display: block;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--es-maroon2);
    box-shadow: inset 0 0 16px 0px rgba(0, 0, 0, 0.82), 0 0 18px rgba(141, 39, 60, 0.21);
    color: var(--es-light);
    font-weight: bold;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 12px;
}

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

.es-menu li a:hover, .es-menu li.active a{
    background-color: var(--es-yellow);
    box-shadow: none;
    color: var(--es-maroon);
}

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

.es-menu-promo a {
    background: url('../../img/casino/eight-storm/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/eight-storm/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{
    background: url('../../img/casino/eight-storm/footer-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 50px;
}

.about{
    color: var(--es-light);
    font-size: 18px;
}

.about a{
    color: var(--es-light)!important;
    text-decoration: none;
}

.es-f-icon{
    border: 1px solid var(--es-red);
    background-color: var(--es-red);
    -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 var(--es-red);
    background-color: var(--es-red);
    -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 var(--es-red);
    background-color: var(--es-red);
    -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;
}

.es-f-middle img{
    width: 70%;
}

.es-f-right{
    color: var(--es-light);
    font-size: 15px;
}

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

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

.footer-transparent{
    background-color: rgba(20, 2, 21, 0.77);
}

.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: var(--es-light);
}
.es-payments2 li span{
    text-transform: capitalize;
}
.es-payments2{
    display: flex;
    margin: 20px 0;
}

.es-payments2 li{
    display: inline-flex;
    padding: 0 20px;
}

.es-copyright-text{
    color:var(--es-light2);
}

/* [-] FOOTER */


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

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

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

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

.es-carousel-caption h2{
    color: var(--es-light);
    font-size: 3vw;
    margin-bottom: 0;
    line-height: 1;
}

.es-carousel-text{
    color: var(--es-light);
    font-size: 1.4vw;
    font-weight: normal;
    margin-bottom: 20px;
}

.caption-bottom a{
    border: 1px solid var(--es-red);
    background-color: var(--es-red);
    color: var(--es-light);
    font-weight: 100!important;
    font-size: 1vw;
    margin-left: 4%;
    box-shadow: 0px 0px 14px 4px rgb(21, 14, 21);
}


/* [-] SLIDER */

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

.es-card .card-header{
    background: transparent;
    border-bottom: 0;
    display: flex;
    align-items: center;
}
.es-default-section-title{
	height: 74px;
}


.es-new-games-desc{
    text-align: left;
    color: var(--es-light2);
    font-size: 18px;
    flex: 2;
}
.es-card-game{
    background-color: transparent;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: var(--es-maroon2);
}

.card-game img{
    width: 100%;
    height:200px;
    /*border: 1px solid var(--es-red);*/
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}
.game-play-btn{
    height: 80px;
    width: 80px;
    border-radius: 0;
    opacity: 1;
    background-image:url('../../img/casino/eight-storm/play-icon.png');
    background-repeat: no-repeat;
    background-size: contain;

}
.game-play-btn:hover{
    filter: drop-shadow(2px 4px 6px #e9a44b);
}
.card-game .card-footer{
    /*width:300px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 1rem 1rem;
    /*text-align: center;*/
}

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

.card-game .card-footer h6 {
    width: 100%;
    color: var(--es-light2);
}
.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 var(--es-red);
    background-color: var(--es-red);
    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: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%);*/
}

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

}
.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  var(--es-maroon2);
    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(--es-maroon2);
    background-color: var(--es-maroon2);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding:1rem;
    min-height:440px;
}

.kyc-card-empty{
    border: 1px solid var(--es-maroon2);
    background-color:  var(--es-maroon2);
    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;
}
/*angular slick slider override*/
.slick-prev, .slick-next{
    top:unset;
    bottom:-65px;
    width: 40px;
    height:40px;
    color: #333;
    border: 1px solid var(--es-yellow);
}

.slick-prev {
    border-radius: 50%;
    left: calc(50% - 50px);
}

.slick-next{
    border-radius: 50%;
    right: calc(50% - 50px);
}
.slick-next:before, .slick-prev:before{
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before{
    content: "\f105";
}
.slick-prev:before{
    content: "\f104";
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
    background-color: var(--es-red);
}
.slick-dots{
    display:none!important;
}


.es-jackpot-title{
    background-image: url('../../img/casino/eight-storm/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: var(--es-light);
    padding: 1% 0 1% 3%;
}

.es-new-games-title,
.es-featured-title,
.es-providers-title,
.es-categories-title,
.es-live-casino-title{ 
    background-repeat: no-repeat;
    background-size: 54px 54px;
    width: max-content;
    height: 54px;
    text-align: center;
    font-size: 28px;
    color: var(--es-light);
    padding-left: 65px;
    padding-right: 24px;
    line-height: 54px;
    text-transform: capitalize;
}

.es-new-games-title{
    background-image: url('../../img/casino/eight-storm/section_bg/new-games-title-bg-large.png');    
}

.es-featured-title{
    background-image: url('../../img/casino/eight-storm/section_bg/featured-title-bg-large.png');
}

.es-providers-title{
    background-image: url('../../img/casino/eight-storm/section_bg/providers-title-bg-large.png');
}

.es-live-casino-title{
    background-image: url('../../img/casino/eight-storm/section_bg/live-casino-title-bg-large.png');
}

.es-categories-title{
    background-image: url('../../img/casino/eight-storm/section_bg/categories-title-bg-large.png');    
}


.provider-card{
    border: 0;
    background-color: #441f4f;
    /* background-image: url('../../img/casino/eight-storm/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;
}


.category-card{
    border: 0;
    background-color: #441f4f;
    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/eight-storm/jackpot-block-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25vw;
    color: var(--es-light);
}
.jackpot-btn a{
    border: 0;
    background-color: transparent;
    /* background-image: url('../../img/casino/eight-storm/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: var(--es-light);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2vw;
}

.jackpot-title span{
    color: var(--es-yellow);
    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/eight-storm/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: var(--es-light);
    text-transform: uppercase;
    font-weight: 100;
    line-height: 3vw;
}



.es-sportsbetting-block h4 span{
    font-size: 2vw;
    color: var(--es-yellow);
    text-transform: uppercase;
    font-weight: bold;
}



.es-sportsbetting-block p{
    font-size: 1vw;
    color: var(--es-light);
}

.es-devices-block{
    width: 100%;
    height: 22vw;
    background-image: url('../../img/casino/eight-storm/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: var(--es-yellow);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3vw;
}

.es-devices-block h4 span{
    font-size: 3vw;
    color: var(--es-light);
    text-transform: uppercase;
    font-weight: 100;
}

.es-devices-block p{
    font-size: 1vw;
    color: var(--es-light);
}
/* [-] HOME */

/* [+] PROMOTION */
.es-promotion{
    background-image: url('../../img/casino/eight-storm/promotions/es-promo-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.es-modal .modal-content{
    background-color: var(--es-maroon);
    background-image: url('../../img/casino/eight-storm/promotions/es-promo-modal-pattern.png');
}

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

.es-promo-modal-top {
    background: url('../../img/casino/eight-storm/promotions/es-promo-modal-top.png') no-repeat center top;
    background-size: contain;
}

.es-promo-modal-bottom {
    background: url('../../img/casino/eight-storm/promotions/es-promo-modal-bottom.png') no-repeat center bottom;
    background-size: contain;
}

.es-promo-modal-bg {
    background: url('../../img/casino/eight-storm/promotions/es-promo-modal-bg.png') repeat-y center;
    height: auto;
    background-size: contain;
    padding: 20px 40px;
    text-align: center;
    color: var(--es-light2);
    font-size: 14px;
}

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

.es-promo-link img{
    width: 100%;
    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: var(--es-red);
    font-weight: bold;
    font-size: 3.6vw;
    text-transform: uppercase;
    line-height: 3vw;
}

.es-promo-link .es-promo-caption h4{
    color: var(--es-light);
    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: var(--es-light);
    font-weight: 100;
    font-size: 1.5vw;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.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/eight-storm/promotions/es-promo-hover.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 2vw;
    width: 100%;
    text-align: center;
    height: 90%;
    transition: visibility 0.5s, opacity 0.5s linear;
}
.es-promo-link .es-promo-caption-hover h3{
    width: 100%;
    text-align: center;
    margin-top: 30%;
    color: var(--es-light);
    text-transform: uppercase;
}


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

.es-modal .modal-body h3{
    font-size: 4vw;
    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: var(--es-yellow);
    line-height: 3.5vw;
    margin-bottom: 0;
}

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

    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: var(--es-light);
}

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

}

.es-modal .modal-body h5{
    font-size: 1.5vw;
    font-weight: normal;
    text-transform: uppercase;
}
/* [-] PROMOTION */

/* [+] UPDATES */
.payments li img{
    height: 4vw;
}

.es-menu li a{
    padding: 8px 15px!important;
}

/* [-] UPDATES */
a{
    color:  var(--es-yellow);
}
a:hover{
    color:  var(--es-yellow);
}
.dropdown-divider {
    border-top: 1px solid  var(--es-yellow);
}
.profile-image{
    background: var(--es-yellow);
    color: var(--es-maroon2);
    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: var(--es-maroon);
}
.dropdown-item{
    color: var(--es-light);
}
/*local search*/
.search-wrapper {
    width: 100%;
    position: relative;
    display: flex;
}

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

}
.search-game-button {
    width: 50px;
    height: 44px;
    border: none;
    background: var(--es-maroon2);
    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;
}
.search-wrapper input{
    padding: 12px 0 12px 57px;
}
.game-select .selectize-control{
    outline:none;
}
.game-select .selectize-control.single .selectize-input{
    border: none;
    border-radius: 50rem;
    outline: none;
    background: #ffffff14;
    color: #fff;
    box-shadow:none;
    min-width:180px;
    padding-left:25px;
}

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

.game-select .selectize-control.single .selectize-input:after{
    border-color: #ffffff transparent transparent transparent;
}
.game-select .selectize-input input{
    color:#fff;
}
.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;
}

::-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: var(--es-maroon2);
    background-color: var(--es-yellow);
}
.dropdown-item-user:hover .profile-image{
    border: 1px solid var(--es-maroon2);
    background:var(--es-maroon2);
    color: var(--es-yellow);
}
.carousel-indicators{
    display:none;
}
.modal-content{
    background-color: var(--es-maroon);
}
.modal-header{
    border-bottom: 1px solid var(--es-maroon);
}
#firstLoginModal{
    background-color: var(--es-maroon2);
    /*background-image: url('../../img/casino/eight-storm/popup_logo_500x500.jpg');*/
    background-repeat: repeat;
    /*background-size: contain;*/
    background-position: center;
    background-image: url(../../img/casino/eight-storm/main-bg.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-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{
    border: 1px solid var(--es-red);
    background-color: var(--es-red);
    color: var(--es-light);
    cursor: pointer;
}
.es-default-btn:hover, .es-default-btn.btn-wizard:hover{
    box-shadow: 0px 0px 14px 4px rgb(95, 5, 121);
}
.es-primary-btn, .es-primary-btn.btn-wizard{
    border: 1px solid var(--es-red);
    background-color: var(--es-red);
    color: var(--es-light);
}
.es-primary-btn:hover, .es-primary-btn.btn-wizard:hover{
    box-shadow: 0px 0px 14px 4px rgb(95, 5, 121);
}
.es-accent-btn{
    border: 1px solid var(--es-red);
    background-color: var(--es-red);
    color: var(--es-light);
    font-weight: 100!important;
    padding: 0.4rem 1.5rem;
    margin-top: 0;
}

.es-accent-btn:hover{
    color:#fff;
    box-shadow: 0px 0px 14px 4px rgb(95, 5, 121);
}

.es-accent-btn:focus {
    box-shadow: 0 0 0 0.2rem var(--es-maroon);
}
.card-header .es-header-button-light, .list-group-default .es-header-button-light{
    padding:0.3rem 1rem;
    border:1px solid var(--es-yellow);
}
.es-icon-button-light{
    color:var(--es-yellow);
}
.es-icon-button-light:hover{
    color:var(--es-red);
}
.text-link-default{
    color: var(--es-yellow);
    cursor:pointer;
}

.text-link-default:hover{
    color: #fff;
    text-decoration: underline;
}
.text-yellow{
    color: var(--es-yellow);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: var(--es-yellow);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--es-yellow);
    background-color: var(--es-yellow);
}
.custom-control-label::before{
    border: 1px solid var(--es-yellow);
}
.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(--es-yellow);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--es-yellow);
}
.text-muted{
    color:  var(--es-light)!important;
}
.close{
    color: var(--es-light);
    text-shadow:none;
}

.drop-box{
    background: var(--es-maroon2);
    border: 1px dashed var(--es-yellow);
    width: 100%;
}

.card-gradient {
    background: var(--es-maroon)!important;
}
.card-gradient .card-header {
    background-color: rgba(0,0,0,.1);
}
.list-group-default .list-group-item
{
    background: var(--es-maroon2);
    margin-bottom: 1rem;
    border: 1px solid var(--es-maroon2);
}

.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;
    background:var(--es-maroon2);
    border: 1px solid var(--es-maroon2);
    margin-bottom: 1rem;
    border-radius:0.5rem;
}
.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:var(--es-maroon2);
    border: 1px solid var(--es-maroon2);
    margin-bottom: 1rem;
    border-radius:0.5rem;
}
.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: var(--es-maroon2);
    border: 1px solid var(--es-maroon2);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-bottom: 10px;
}

.page-item.active .page-link{
    color: #fff;
    background-color: var(--es-yellow);
    border-color: var(--es-yellow);
}
.page-link{
    color: var(--es-maroon2);
}

.page-link:hover{
    color: var(--es-yellow);
}
.page-link:focus{
    box-shadow:none;
}
.default-payment-card{
    border: 1px solid var(--es-maroon2);
    margin-bottom: 2rem;
    background: transparent;

}
.default-payment-card .card-header{
    border-bottom: 1px solid var(--es-maroon2);
    background: #002A3D;
    display: flex;
}

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

.btn-deposit, .btn-withdraw, .btn-modal{
    border: 1px solid var(--es-red);
    background-color: var(--es-red);
    color: var(--es-light);
    font-weight: 100!important;
    -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);
    padding: 0.5rem 1.5rem;
}

#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: var(--es-maroon2);
    background-color: var(--es-yellow);
    border: 1px solid var(--es-yellow);

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

@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;
        }*/

}
/*new payment UI*/

.payment-list{
    padding: 0;
    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;
}
.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;
}

.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: var(--es-red);
    font-size: smaller;
}
.payment-card-hidden .btn{
    border:none;
    color: #530a19;
    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: 1px;
    background-color: #e9a44b;
    background-image: -webkit-gradient(linear,left top,left bottom,from(115deg),color-stop(0,#e9a44b),color-stop(#e9a44b),color-stop(#530a19),color-stop(#530a19),color-stop(#e9a44b),color-stop(50%,#e9a44b),to(#e9a44b));
    background-image: -o-linear-gradient(115deg,#e9a44b 0,#e9a44b 21px,#530a19 21px,#530a19 calc(50% + 21px),#e9a44b calc(50% + 21px),#e9a44b 50%,#e9a44b 100%);
    background-image: linear-gradient(115deg,#e9a44b 0,#e9a44b 21px,#530a19 21px,#530a19 calc(50% + 21px),#e9a44b calc(50% + 21px),#e9a44b 50%,#e9a44b 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: #530a19;
    color: #e9a44b;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    background-position: -21px center;

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

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

@media (max-width: 1200px) {
    .payment-list{
        grid-template-columns: repeat(4,180px);
    }
}
@media (max-width: 911px) {
    .payment-list{
        grid-template-columns: repeat(3,180px);
    }
}
@media (max-width: 768px) {
    .payment-list{
        grid-template-columns: repeat(3,170px);
    }
    .payment-item, .payment-card{
        width: 170px;
    }
    .payment-item img{
        height:30px;
    }
}



@media (min-width: 1200px) {
	.social-header {
		display: none!important;
	}
}

@media (max-width: 1199px) {
	.social-menu {
		display: none!important;
	}
}

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

.btn-register {
	background-color: #50c644;
	border: 2px solid #50c644;
}

.btn-register i {
	background-color: var(--es-maroon2);
    color: #50c644;
}

.btn-register span {
    color: var(--es-maroon2);
}

.btn-register:hover {
	background-color: var(--es-maroon2);
	border: 2px solid var(--es-maroon2);
}

.btn-register:hover i {
	background-color: #50c644;
    color: var(--es-maroon2);
}

.btn-register:hover span {
    color: #50c644;
}


.btn-login:hover {
	background-color: #50c644;
	border: 2px solid #50c644;
}

.btn-login:hover i {
	background-color: var(--es-maroon2);
    color: #50c644;
}

.btn-login:hover span {
    color: var(--es-maroon2);
}

.btn-login {
	background-color: var(--es-maroon2);
	border: 2px solid var(--es-maroon2);
}

.btn-login i {
	background-color: #50c644;
    color: var(--es-maroon2);
}

.btn-login span {
    color: #50c644;
}

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

/* quick signup */

.quickSignup{
    background-color: var(--es-maroon);
	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: var(--es-yellow);
	box-shadow: none;
	color: var(--es-maroon);
	border: none;
	border: #410914;
}

footer .social-header{
        display: none !important;
    }


@media (max-width: 1625px) {
    .es-menu li a{
        padding: 8px .7vw!important;
        font-size: .7vw;
    }
    .es-menu li a i{
        font-size: 1vw;
        width: 1.2vw;
        margin-right: .2vw;
        height: 1.2vw;
    }
}

@media screen and (max-width: 1280px){
	/*html[lang='phl'] #es-new-games-section .es-new-games-title,
	html[lang='phl'] #es-featured-games .es-new-games-title,
	html[lang='phl'] #es-provider-section .es-providers-title{
		min-width: 450px;
	}
	html[lang='phl'] .es-default-section-title{
        background-image: url('../../img/casino/eight-storm/es-section-title-bg.png');
		font-size: 1.5vw;
		min-height: 74px;
		background-size: 100% 100%;
		padding-left: 0;
	}*/


    .es-new-games-desc{
        margin-top: 0;
    }

    .es-accent-btn{
    font-size: 1.5vw;
    padding: 0.5rem 1rem;
    margin-top: 0px;
    }


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

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

@media (max-width: 991.98px) {

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

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



    .es-accent-btn{
        font-size: 2vw;
        padding: 0.5rem 1rem;
        margin-top: 0;
       
    }

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

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

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

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

}

@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-card .card-header{
        flex-wrap: wrap;
    }

    .es-card .card-header .es-new-games-desc{
        order: 3;
        flex: 0 0 100%;
    }

    .es-card .card-header .es-accent-btn{
        margin-left: auto;
    }


}

@media (max-width: 575.98px) {
    .es-new-games-title, .es-jackpot-title, .es-featured-title{
        font-size: 25px;
      
    }

    footer .social-header{
        display: none !important;
    }


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

    .es-play-now-button{
        font-size: 2.5vw;
    }
    .es-accent-btn{
        font-size: 4vw;
        padding: 0.5rem 1rem;
        margin-top: 0;
       
    }


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

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

    .footer-menu li a{
        font-size: 3vw;
    }
    .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/eight-storm/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/eight-storm/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/eight-storm/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: 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;
    }
    .menu-wrapper .dropdown-menu-right{
        right:initial;
    }

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

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

}
@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: 320px) {
    .payment-item{
        width: 180px;
    }
    .payment-list{
        grid-template-columns: repeat(1,180px);
    }
}

.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 var(--es-yellow);
	background-color: var(--es-yellow);
}

.btn-social i {
	background-color: var(--es-maroon);
    color: var(--es-yellow);
}

.btn-social:hover i {
	background-color: var(--es-yellow);
	color: var(--es-maroon);
}

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