.eslotpress-casino-game-section{}
.eslotpress-casino-game-section h2{}
.eslotpress-casino-game-section iframe{
    width: 100%;
    min-height: 600px;
    border-radius: 20px;
}

#eslotpress-register-message, #eslotpress-login-message{
    color: #f3ff04;
    text-align: center;
}

.eslotpress-post{}
.eslotpress-post .eslotpress-post-thumb, .eslotpress-post .eslotpress-post-image{
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
}

.eslotpress-post .eslotpress-post-image{
    
}

.eslotpress-post .eslotpress-post-title{
    margin-bottom: 0;
}

.eslotpress-post .eslotpress-post-meta{
    font-size: 11px;
    line-height: 12px;
}

.eslotpress-post .eslotpress-post-exarpt{
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

.eslotpress-profile-btn{
    height: 45px;
    padding: 5px 10px;
    display: block;
    max-width: 150px;
    text-align: right;
    background: #00915d;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.eslotpress-profile-btn.eslotpress-profile-btn-mobile{
    font-size: 14px;
    height: 30px;
    border-radius: 5px;
    margin-right: 7px;
    padding: 3px 10px;
}

.eslotpress-profile-btn span{

}

.eslotpress-profile-btn img{
    width: 35px;
    margin-left: 10px;
    height: auto;
    border-radius: 50px;
}

.eslotpress-profile-btn.eslotpress-profile-btn-mobile img{
    width: 20px;
    margin-left: 3px;
}


nav.menu-main-sidebar-menu-container ul.menu li {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    margin-left: -20px;
}

nav.menu-main-sidebar-menu-container ul.menu li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--white-color);
    transition: all 0.5s;
    margin-left: 24px;
    font-weight: 400;
}

nav.menu-main-sidebar-menu-container ul.menu li a:hover{
    color: #3be41f;
}

#mc_signup_form .mc_var_label.mc_header.mc_header_email{
    display: none;
}

#mc_signup_form .mc_merge_var{
    max-width: 65%;
    float: left;
}

#mc_signup_form .mc_signup_submit {
    float: left;
    max-width: 35%;
}

#mc_signup_form #mc_signup_submit{
    margin: 0;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    border: none;
    padding: 12px 10px;
    background: #35c31d;
    color: #fff;
}

#mc_signup_form #mc_signup_submit:hover{
    background: #00915d;
}
#mc_signup_form {
    padding: 0;
}
#mc_signup_form .mc_input {
    color: #444;
    border-radius: 10px 0px 0px 10px;
}

.footer__top .widget__items{
    clear: left;
}

.footer__top .widget__items .gallery-item{
    display: inline-block;
    margin-right: 20px;
}

.bottom__ling nav.menu-main-sidebar-menu-container ul.menu li{
    display: inline-block;
    margin-left: 5px;
}

.eslotpress-providers{
    
}

.eslotpress-providers ul{

}
.eslotpress-providers ul li{
    width: 250px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.eslotpress-providers ul li .card, .eslotpress-providers ul li .card .card-body{
    background: none;
    border: 1px solid #35c31d;
}
.eslotpress-providers ul li img{
    width: 100%;
    height: 80px;
}

.eslotpress-floaring-sidebar{
    position: fixed;
    top: 0px;
    /* right: 0; */
    width: 300px;
    height: calc(100vh - 1px);
    background-color: #030815;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 999999999;
    display: none;
    transition: right 1s ease;
}

.eslotpress-floaring-sidebar.active{
    display: block !important;
    right: 0;
}

.eslotpress-floaring-sidebar .close-btn{
    position: absolute;
    left: -25px;
    top: 0;
    border: none;
    background: red;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.eslotpress-floaring-sidebar .sidebar-user-info{
    display: flex;
    flex-flow: column;
    align-items: center;
}

.eslotpress-floaring-sidebar .sidebar-user-info div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-user-avatar img{
    border-radius: 100%;
}
.sidebar-user-name span{
    margin-top: 15px;
    font-size: 20px;
    color: #02ccff;
    font-weight: bold;
}
.sidebar-user-name h5{
    color: #35c31d;
    margin-bottom: 0;
    font-size: 20px;
}
.sidebar-user-name p{
    font-size: 15px;
    margin-top: 0;
    line-height: 20px;
}

.sidebar-trx-container{
    margin-top: 20px;
}
.sidebar-trx-container .col{
    text-align: center;
    padding: 0;
}
.sidebar-trx-container .trx-btn{
    padding: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 2px solid #060a15;
}
.sidebar-trx-container .trx-btn.deposit{
    background: #00915d;
    color: #fff;
}
.sidebar-trx-container .trx-btn.deposit:hover{
    background: #060a15;
    border: 2px solid #00915d;
}
.sidebar-trx-container .trx-btn.payout{
    background: #35c31d;
    color: #fff;
}
.sidebar-trx-container .trx-btn.payout:hover{
    background: #060a15;
    border: 2px solid #35c31d;
}

.eslotpress-currencies{
    margin-top: 20px;
    margin-bottom: 20px;
}
.eslotpress-currencies ul.list{}
.eslotpress-currencies ul.list li.items{
    display: inline-flex !important;
    color: #fff;
    text-align: center;
    border: 1px solid #253461;
    min-width: 120px;
    min-height: 100px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0px 0px 10px 3px #253461;
    cursor: pointer;
}
.eslotpress-currencies ul.list li.items:hover{
    background: #192340;
}
.eslotpress-currencies ul.list li.items img{
    width: 50px;
    height: 50px;
}
.eslotpress-currencies ul.list li.items.active{
    background: #192340;
}

.eslotpress-currencies .deposit-amount, .eslotpress-currencies .payout-amount{
    max-width: 500px;
    width: 100%;
    background: #192340;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #35c31d;
    outline: none;
}

.eslotpress-currencies .deposit_btn{
    padding: 15px 40px;
    display: block;
    text-align: right;
    background: #00915d;
    border-radius: 10px;
    border: none;
    color: #fff;
    position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::placeholder {
    font: 17px/3 sans-serif;
    font-weight: bold;
}
.nowpaymentDepositAmountContainer, 
.nowpaymentDepositAction, 
.nowpaymentConvertedAmountContainer, 
.nowpaymentPayoutAction, 
.nowpaymentPayoutAmountContainer, 
.nowpaymentAddressContainer
{
    display: none;
}
.nowpaymentDepositAmountContainer .currency-choose-warning{
    color: rgb(255, 153, 0);
    font-size: 15px;
    display: none;
}

.nowpaymentDepositAmountContainer .currency-choose-warning{
    display: block !important;
}
.nowpaymentDepositAmountContainer .deposit-amount-converter{
    display: none;
    color: #f79319;
    font-size: 13px;
}

.active{
    display: block !important;
}

.hide{
    display: none !important;
}

.loader:before{
    background: url(../images/loader.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
    min-height: -webkit-fill-available;
    display: block;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background-color: #00000054;
    border-radius: 10px;
}

.nowpaymentDetailsCallback{
    display: none;
}
.nowpaymentDetailsCallback .payment-address {}
.nowpaymentDetailsCallback .payment-address p {
    color: #f7931a;
}
.nowpaymentDetailsCallback .payment-address .deposit-address-value {
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #273864;
    max-width: 80%;
    border-radius: 5px;
    background: #18233f;
    position: relative;
}

.nowpaymentDetailsCallback .payment-address .button_copy{
    border: 1px solid #555abe;
    outline: 0;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 5px 10px;
    background: #000616;
    border-radius: 5px;
    color: #555abe;
}

.nowpaymentDetailsCallback .payment-address .button_copy:hover{
    background: #555abe;    
    color: #18233f;
}

.nowpaymentDetailsCallback .payment-address .table{
    width: 80%;
}

.nowpaymentDetailsCallback .payment-address .table th, .nowpaymentDetailsCallback .payment-address .table td{
    border: 1px solid #18233f;
    color: #b0b0b0;
    text-align: right;
    font-size: small;
}

.nowpaymentDetailsCallback .payment-address .table td{
    text-align: left !important;
}

.sidebar-personal-menu .user-profile-menu{
    margin-top: 20px;
}
.sidebar-personal-menu .user-profile-menu .page_item{}
.sidebar-personal-menu .user-profile-menu .page_item a{
    padding: 7px 0px;
    display: block;
}

.sidebar-personal-menu .user-profile-menu .page_item a span{
    font-size: 17px;
    margin-right: 15px;
    font-weight: bold;
    color: #fff;
}

.eslotpress-floaring-sidebar .logout_footer{
    display: flex;
    position: absolute;
    bottom: 5px;
}

.eslotpress-floaring-sidebar .logout_footer a{
    display: block;
    background: red;
    color: #fff;
    padding: 7px 20px;
    width: 100%;
    text-align: center;
}
.user-profile-menu li{
    display: flex;
}
.user-profile-menu li a{
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.user-profile-menu li img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -5px;
}

.eslotpress-table tr th, .eslotpress-table tr td{
    text-align: left;
    /* border: 1px solid; */
    text-align: center;
    border-bottom: 5px solid #030815 !important;
}
.eslotpress-table tr th:first-child, .eslotpress-table tr td:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
}
.eslotpress-table tr th:last-child, .eslotpress-table tr td:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
}
.eslotpress-table tr{
    background: none !important;
}
.eslotpress-table tr th{
    color: #36c31d;
    background: #444;
}

.eslotpress-table tr td{
    color: #00915d;
    background: #101317;
}

.eslotpress-table-container .dataTables_filter {
    color: #36c31d;
    margin-bottom: 5px;
}
.eslotpress-table-container .dataTables_length{
    color: #36c31d;
    margin-bottom: 5px;
}

.eslotpress-table-container .dataTables_length select{
    color: #36c31d;
}

.eslotpress-table-container .dataTables_info{
    color: #36c31d;
}

.eslotpress-table-container .dataTables_paginate {
    color: #36c31d;
    margin-top: 5px;
}

/* .eslotpress-table-container .dataTables_paginate a {
    height: 45px;
    padding: 5px 15px;
    display: block;
    max-width: 150px;
    text-align: right;
    background: #00915d;
    border-radius: 10px;
} */

@media screen and (max-width: 991px){
    .cmn--btn{
        padding: 3px 8px;
        margin-right: 5px;
        font-size: 14px;
    }
}

.eslotpress-gallery{
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.eslotpress-gallery h5.title{
    text-align: center;
    margin-top: 50px !important;
}
.eslotpress-gallery img.attachment-thumbnail.size-thumbnail{
    width: 50px;
    height: 50px;
}

.eslotpress-gallery .gallery{
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.eslotpress-gallery .gallery .gallery-item{

}

#nowpaymentPayoutAddress{
    font-size: 18px;
}

.nowpaymentPayoutAddressValidation, .nowpaymentPayoutAmountConvertChecking, .nowpaymentPayoutActionMsg{
    display: none;
    color: #35c31d;
    font-size: 14px;
}

.footer__section .menu .menu-item{
    line-height: 30px;
}
.footer__section .menu .menu-item a{
    color: #f1f1f1;
}

.main__body__wrap .left__body__wrap .header-wrapper .main-menu li a img{
    width: 20px;
    height: 18px;
}

.main__body__wrap .left__body__wrap .header-wrapper .main-menu li .sub-menu{
    padding-top: 10px;
    display: none;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li .sub-menu li{
    padding: 5px;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li .sub-menu li a{
    padding-left: 25px;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li.has_child:before{
    display: block;
    content: "";
    position: absolute;
    background-color: #35c11e;
    width: 10px;
    height: 8px;
    right: 10px;
    top: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li.active .sub-menu{
    display: block !important;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li.active{
    background: #1A2030;
}

.menu-footer-copyright-right-container ul{}
.menu-footer-copyright-right-container ul li{
    display: inline-block;
    margin-left: 20px;
}
.menu-footer-copyright-right-container ul li a{
    font-size: 15px !important;
}

.game-name-title{
    font-size: 15px;
    margin: 0;
    padding: 5px 15px;
    line-height: 25px;
    background: #1a2130;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.allgames__items img{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.header-wrapper .search__form form input{
    width: 380px;
}

.eslotpress-pagination{
    background: #192340;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    border-radius: 100px;
}
.eslotpress-pagination .page-numbers.current{
    background: #35c31d;
    color: #fff;
}
.eslotpress-pagination .page-numbers{
    padding: 5px 10px;
    background: #fff;
    border-radius: 50px;
    color: #000;
}
.eslotpress-pagination .page-numbers:hover{
    background: #35c31d;
    color: #fff;
}

.allgames__head__wrap{
    margin-bottom: 10px;
}

.eslotpress_banner__winer, .eslotpress_banner__winer .row{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eslotpress-post:hover .eslotpress-post-meta, .eslotpress-post:hover .eslotpress-post-exarpt{
    color: #fff;
}