﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    margin:0;
    font-family: "Montserrat", sans-serif;
}
::-webkit-scrollbar {
  /*width: 12px;
  height: 5px;*/
}
::-webkit-scrollbar-track {
/*  background: #ddd;*/
}
::-webkit-scrollbar-thumb {
/*  background: #999;*/
}
.table-responsive {
    scrollbar-width: none;
}
.highlight_section .row {
    margin: 0;
}
.highlight_section .row .col-4 {
    padding: 0 4px;
    margin-bottom: 8px;
}
.highlight_section {
    margin: 10px 0;
}
.highlight_section .row .col-4 img {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #222;
}
.myslider1 .swiper-slide img,
.casino-provider img {
    border-radius: 10px;
}
.casino-provider .row {
    margin: 0;
}
.casino-provider .row .col-4 {
    padding: 0 3px;
    margin-bottom: 6px;
}
.casino-provider .row .col-4 img {
    border-radius: 10px;
    border: 1px solid #222;
}
.page_title {
    font-size: 30px;
    font-weight: 600;
    background:var(--theme-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}
.sportsbook img{
    border-radius: 5px;
    border: 1px solid #333;
}
.hotgames_section .tab-content>.tab-pane {
    display: block !important;
}
.title_casino_name {
    font-size: 15px;
    color: #fff;
    position: relative;
    border-left: 3px solid var(--theme-secondary);
    padding-left: 5px;
}
.more_games {
    position: absolute;
    right: 0;
    font-size: 10px;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid var(--theme-secondary);
    padding: 2px 5px;
    border-radius: 5px;
}
.hotgames_section .row {
    margin:10px 0;
}
.hotgames_section .row .col-md-4 {
    padding: 0 3px;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}
.hotgames_section img {
    transition: all .65s;
    width: 100%;
    display: block;
    transform: scale(1);
    border-radius: 10px;
    border: 1px solid #222;
}
.hotgames_section img:hover{
    transform: scale(1.05);
}
.new_casino_highlight {
    margin: 0;
}
.new_casino_highlight .col-4 {
    padding: 0;
}
.new_casino_highlight .col-4 img{
    margin: 0 auto;
    display: block;
}
.games_content_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000087;
    box-shadow: inset 1px 1px 15px 0px #343434;
    opacity: 0;
    transition: all .65s;
}
.hotgames_section .row .col-md-3:hover .games_content_area{
    opacity: 1;
}
.games_content_area p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}
.tabs_theme ul::-webkit-scrollbar{
    height: 0;
    width: 0;
}
input:-webkit-autofill {
/*    -webkit-box-shadow: 0 0 0 50px black inset;
    -webkit-text-fill-color: var(--theme-secondary);*/
}
.fixed-top{
    position: sticky;
}
.myheader{
    background: #151427;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(255,255,255,0.1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between;
}
.logo img{
    width: 150px !important;
}
.myheader nav ul{
    background: #000;
    display: flex;
    width: 100%;
    margin: 0;
    /* box-shadow: inset 0 0 0 1px var(--theme-secondary); */
    padding: 0;
    border: 1px solid var(--theme-secondary);
}
.myheader nav ul li{
    list-style: none;
}
.myheader nav ul li:first-child a{
    border-right: 1px solid var(--theme-secondary);
}
.myheader nav ul.dropdown-menu{
    display: inline;
}
.myheader nav ul li a,
.mob-navigation nav ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
}
.myheader .activemenu,
.myheader nav ul li a:hover,
.mob-navigation nav ul .activemenu,
.mob-navigation nav ul li a:hover{
    border-bottom: 2px solid var(--theme-secondary);
    background: var(--theme-primary);
    color: #fff;
}
.activemenu:before{
/*    content: ' ';
    height: 100%;
    width: 5px;
    border-radius: 10px;
    left: -8px;
    right: 0;
    position: absolute;
    background-color: var(--theme-secondary);*/
}
.myheader .auth-btn {
    display: table;
    float: right;
    padding: 20px 0px;
}
.login-btn {
    background: var(--theme-primary);
    font-weight: 600;
}
.register-btn{
    color: #fff !important;
}
.myheader .auth-btn a,
.mob-auth-btn a{
    text-decoration: none;
    font-size: 14px;
    border: 1px solid var(--theme-secondary);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
}
.myheader .auth-btn a:hover,
.mob-auth-btn a:hover{
    background: var(--theme-secondary);
}
.register-btn{
    /* margin-left: 10px; */
}
.casino_navbar{
    overflow-x: hidden;
    padding: 12px 35px;
    position: relative;
    width: 100%;
    background-image: var(--theme-primary);
}
.log_data {
    display: flex;
    align-items: center;
}
.balance{
    /* background: #00800061; */
}
.exposure{
    /* background: #ff00004a; */
}
.bal_expo_divition {
    border: 1px solid var(--theme-secondary);
    margin-right: 5px;
}
.bal_expo_divition a {
    border-bottom: 1px solid var(--theme-secondary);
}
.bal_expo_divition a:last-child {
    border-bottom: none;
}
.balance,
.exposure{
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 3px 5px;
    /* border-radius: 30px; */
    margin: 0;
}
.balance svg,
.exposure svg{
    margin-right: 2px;
    filter: invert(1);
    display: none;
}
.balance span,
.exposure span{
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.nav-profile {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.nav-profile:hover{
    color: var(--theme-secondary);
}
.nav-profile svg{
/*    filter: grayscale(1);*/
}
ul.profile-menus{
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 0;
}
ul.profile-menus h6{
    font-size: 13px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}
ul.profile-menus li{
    border-bottom: 1px solid #f2f2f2;
}
ul.profile-menus li:last-child{
    border-bottom: none;
}
ul.profile-menus li:last-child a{
    text-align: center;
    padding: 8px;
    display: block !important;
    text-transform: uppercase;
}
ul.profile-menus li:last-child a:hover{
    background: darkred;
    color: #fff;
}
ul.profile-menus li a{
    text-transform: capitalize;
    font-size: 13px;
}
ul.profile-menus li a:hover{
    background: var(--theme-primary);
}
.casino_division iframe{
    width: 100%;
    height: calc(100vh - 100px);
}

.userscreen-title {
    display: flex;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px;
    margin: 0;
    align-items: center;
    background: var(--theme-primary);
    justify-content: center;
}
.tabs_theme ul{
    scrollbar-width: none;
    margin-bottom: 5px;
    padding: 0;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border: 1px solid #333;
    /* border-radius: 50px; */
    background: #111;
}
.tabs_theme li a img {
    width: 20px;
    margin: 0 auto;
}
.tabs_theme li a.nav-link{
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    border-right: 1px solid #333;
}
.tabs_theme li a.active,
.tabs_theme li a:hover{
    background: var(--theme-primary) !important;
    color: #fff !important;
}
.tabs_theme li a.active img, .tabs_theme li a:hover img {
    filter: invert(1);
}
.tabs_theme li a.nav-link span img {
    display: block;
    width: 20px;
    margin: 0 auto;
    filter: invert(1);
}
.tabs_theme li a.nav-link:hover span img,
.tabs_theme li a.nav-link.active span img {
    filter: brightness(0.5);
}
.icasino_ul_tabs .row .othercasino {
    padding: 3px;
    margin-bottom: 6px;
    overflow: hidden;
    transition: 0.9s;
}
.icasino_ul_tabs .row .othercasino a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: 0.9s;
}
.icasino_ul_tabs .row .othercasino a:hover:after {
    content: '';
    background: rgb(0 0 0 / 56%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.casino-name {
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.icasino_ul_tabs .row {
    margin: 0;
}
.othercasino:hover img{
    transform: scale(1.09);
}
.othercasino a img{
    height: 200px;
    object-fit: fill;
    width: 100%;
    border-radius: 10px;
}
.casino-back {
    background: #222;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #fff;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.profile .card{
    background: #fff;
    border: 1px solid #eee;
}
.profile-card img{
    width: 100px;
}
.profile .nav-tab{
    border: 1px solid var(--theme-secondary);
}
.profile .nav-tab li a{
    background: none;
    padding: 5px 10px;
    color: #222;
}
.profile .nav-tab li a.active,
.profile .nav-tab li a:hover{
    background: var(--theme-primary);
}
.cp_form .input-group{
    margin-bottom: 10px;
}
.cp_form label{
    color: #222;
    padding-bottom: 0;
}
.profile-overview .label{
    color: #222;
    padding-bottom: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.cp_form p{
    color: #222;
}
.btn-fs,
.btn-fs:hover,
.btn-thmemes,
.btn-thmemes:hover{
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    background: var(--theme-primary);
}
.form_search{
    margin-bottom: 10px;
    background: #222;
    padding: 10px;
}
.form_search input,
.form_search select{
    border: none;
    background: #f2f2f2;
}
.form_search input:focus,
.form_search select:focus{
    outline: none;
    box-shadow: none;
}
.form_search label {
    color: #ddd;
}
.table{
    margin-bottom: 0;
}
.table th{
    white-space: nowrap;
    background: var(--theme-primary);
    color: #000;
    text-transform: uppercase;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}
.table td{
    padding: 8px;
    font-size: 12px;
    color: #222;
    background: #fff;
    font-weight: 400;
}
.page-item.active .page-link{
    background: var(--theme-primary);
    color: #000;
    border: 1px solid var(--theme-primary);
}
.swiper {
    position: relative;
}
.swiper a{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.swiper-slide{
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev{
    color: #fff;
    font-size: 48px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.casino_navbar .swiper-slide img{
    width: 35px;
    display: block;
    margin: 0 auto;
}
.mob-auth-btn,
.mob-navigation{
    display: none;
}

.mainDiv{
    overflow-y: auto;
    padding: 10px 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    background-color: #0c0b1e;
    background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png");
}
.landing_page .no-overlay{
    height: 100vh;
    display: block;
}
.page-title{
    text-align: center;
    color: #ffffff;
    padding: 40px 0 18px;
    text-transform: uppercase;
}
.casinoItemParent{
    position: relative;
    margin-bottom: 20px;
}
.home-casino-img {
    border-radius: 100%;
    height: 350px;
    width: 350px;
    object-fit: cover;
}
.casinoItemParent .featuredicon{
    position: absolute;
    right: 90px;
    top: 0;
    width: 35px;
}
.btn_allgames{
    display: block;
    padding: 15px 26px;
    line-height: 17px;
    transition: .5s;
    background-size: 200% auto !important;
    color: #f5f5f5;
    background: var(--theme-primary) !important;
    border-radius: 50px;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    font-weight: bold;
    text-align: center;
    width: 20%;
    margin: 10px auto 50px auto;
    transition: 0.9s;
}
.btn_allgames:hover{
    background: var(--theme-secondary) !important;
    color: #33baf4;
    border: 1px solid #33baf4;
}
.footer{
    background:#000;
    padding: 30px 0;
    text-align: center;
}
.footer p{
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.footer ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 0 30px;
    border-right: 2px solid #fff;
    text-transform: capitalize;
}
.footer ul li:last-child {
    border-right: none;
}
.footer ul li a{
    text-transform: capitalize;
    color: var(--theme-secondary);
    font-size: 15px;
    text-decoration: none;
}
.login-popup {
    background: #000000d4;
}
.modalTheme .modal-logo {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
.modalTheme .modal-content {
    background: #111;
    border: 3px solid var(--theme-secondary);
    border-radius: 10px;
}
.modalTheme .modal-body {
    padding:25px;
}
.modalTheme .close{
    position: absolute;
    right: 10px;
    top: 15px;
    background: none;
    border: none;
}
.modalTheme form label{
    color:#fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.modalTheme form{
    padding: 10px 20px 20px 20px;
}
.modalTheme form .form-group{
    margin-bottom: 20px;
    position: relative;
}
.modalTheme form .eyeonoff svg{
    position: absolute;
    right: 12px;
    top: 12px;
}
.modalTheme h2{
    color: #fff;
    margin: 0;
    text-align: center;
    position: relative;
}
.modalTheme form input{
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-size:15px;
    height: 50px;
    color: #fff;
}
.modalTheme form input::placeholder{
    color:#555;
    font-size:15px;
}
.modalTheme form input:focus{
    box-shadow: none;
    outline: none;
    background: none;
    border-color: var(--theme-secondary);
    color: var(--theme-secondary);
}
.modalTheme form .btn-login{
    background: var(--theme-secondary);
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 10px; */
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    height: 55px;
    border-radius: 10px;
}
.modalTheme form .btn-logindemo{
    background: var(--theme-primary);
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    height: 55px;
    border-radius: 10px;
}
.modalTheme .forgotlink{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}
.modalTheme .forgotlink a{
    color: var(--theme-secondary);
    margin: 0 3px;
}

.socials_floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
socials_floating a {
    display: block;
    margin-top: 10px;
}
.socials_floating img {
  width: 70px;
}
.evolution-iframe iframe{
    height: 100vh;
}
.ezugi-iframe iframe{
    height: 100vh;
}
.desk-dw-btns .wtw_btns {
  display: flex;
  align-items: center;
  background: red;
  color: #fff;
  background: red;
  border: 1px solid transparent;
  transition: 0.9s;
}
.desk-dw-btns .wtw_btns:hover{
  color: red;
  background: none;
  border: 1px solid red;
}
.desk-dw-btns .dpt_btns {
  color: green;
  display: flex;
  align-items: center;
  color: #fff;
  background: green;
  border: 1px solid transparent;
  transition: 0.9s;
}
.desk-dw-btns .dpt_btns:hover{
  color: green;
  background: none;
  border: 1px solid green;
}
.desk-dw-btns {
  display: flex;
  align-items: center;
}
.desk-dw-btns a {
  margin: 0 5px;
  border-radius: 5px;
  padding: 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  width: 125px;
  text-align: center;
  justify-content: center;
}
.desk-dw-btns a img {
  height: 22px;
  margin-right: 5px;
}
.deposit-withdraw-sidebar-title{
    display: none !important;
}
.mobile-dw{
    display: none;
}

.power-wrap {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #2a2a2a;
    background: #0b0a1c;
    border-radius: 8px;
    padding: 0 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
}
.power-wrap h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #2a2a2a;
    padding-right: 7px;
    margin-right: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.power-wrap img {
    width: 100px;
    margin: 20px 0;
    filter: invert(1);
}
.licence_embed {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
}
.power-wrap p {
    color: #fff;
    text-align: left;
    flex: 1;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding-left: 5px;
}
.download-app {
    width: 150px;
    margin: 12px 0;
}
.profile-overview .row div {
    padding: 10px;
}
.cp_form .input-group-text {
    background: var(--theme-primary);
    border-color: #000;
    color: #000;
    font-weight: 300;
}
.cp_form .input-group input {
    border-left: none;
    border-color: var(--theme-primary);
    color: #222;
    font-size: 14px;
}
.accounts,
.section{
    margin: 20px auto;
}
.mobile-footer-menu{
    display: none;
}
@media (max-width: 991px) {
    .socials_floating{
        bottom: 70px;
    }
    .footer{
        margin-bottom: 50px;
    }
    .mobile-footer-menu {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: var(--theme-primary);
        color: #fff;
        z-index: 9;
      }
      .mobile-footer-menu ul {
        display: flex;
        padding: 0;
        margin-bottom: 0;
      }
      .mobile-footer-menu ul li {
        list-style: none;
        position: relative;
      }
      .mobile-footer-menu a {
        width: 20vw;
        box-sizing: border-box;
        color: #fff;
        font-size: 3vw;
        text-align: center;
        line-height: 1.1;
        padding: 10px 0;
        display: block;
        text-decoration: none;
        text-align: center;
      }
      .mobile-footer-menu img {
        width: 7.33333vw;
        height: 7.33333vw;
        margin: 0 auto 0.53333vw;
        display: block;
        filter: invert(1);
      }
      .mobile-footer-menu .main-nav {
        position: relative;
      }
      .mobile-footer-menu .activefmenu,
      .mobile-footer-menu li.main-nav a.activefmenu {
        background: 151427 !important;
        color: #fff;
      }
      .mobile-footer-menu .activefmenu img,
      .mobile-footer-menu li.main-nav a.activefmenu img{
        filter: invert(1);
      }
    .profile .card-body {
        padding: 5px;
    }
    .profile .nav-tab li a {
        padding: 7px;
        font-size: 10px;
    }
    .power-wrap img{
        margin: 0;
    }
    .modalTheme form {
        padding: 0;
    }
    .modalTheme .modal-body {
        padding: 15px;
    }
    .power-wrap{
        display: block;
        padding: 10px;
    }
    .power-wrap h3{
        border: none;
        flex-direction: inherit;
    }
    .mainDiv .container {
        padding: 0 2px;
    }
    .othercasino a img {
        height: 90px;
    }
    .desk-dw-btns.mobile-dw {
        display: flex;
    }
    .deposit-withdraw-sidebar-title{
        display: block !important;
    }
    .desk-dw-btns{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        display: none;
    }
    .desk-dw-btns a{
        width: 50%;
        margin: 0;
        border-radius: 0;
    }
    .evolution-iframe iframe{
        height: 312vh;
    }
    .ezugi-iframe iframe{
        height: 360vh;
    }
    .home-casino-img{
        height: 140px;
        width: 140px;
        object-fit: cover;
    }
    .myheader{
        height: 50px;
    }
    .logo img {
        width: 100px !important;
    }
    .mob-navigation{
        display: block;
    }
    .mob-navigation nav ul{
        background: #000;
        margin: 0;
        display: flex;
        padding: 0;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        border: 1px solid var(--theme-secondary);
    }
    .mob-navigation nav ul li{
        list-style: none;
        flex: 1 1 auto;
    }
    .mob-navigation nav ul li a{
        /* white-space: nowrap;
        border-right: 1px solid var(--theme-secondary); */
    }
    .myheader .auth-btn,
    .myheader nav,
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    .mob-auth-btn{
        display: block;
    }
    .mob-auth-btn a {
        font-size: 12px;
        padding: 8px 12px;
    }
    .casino_navbar{
        padding-left: 1px;
        padding-right: 1px;
    }
    .casino_navbar .swiper-slide img{
        width: 25px;
    }
    .swiper a{
        white-space: nowrap;
    }
    .footer ul li a,
    .footer p{
        font-size: 10px;
    }
    .footer ul{
        display: table;
    }
    .btn_allgames{
        width: 60%;
        font-size: 15px;
        margin: 10px auto 20px auto;
    }
    .casinoItemParent .featuredicon {
        right: 10px;
        top: 0;
        width: 25px;
    }
    .mainDiv .row .col-md-4 {
        /* padding: 5px; */
    }
    .casino-name{
        font-size: 10px;
    }
    .balance,
    .exposure{
        line-height: normal;
        display: flex;
        text-align: center;
    }
    .balance svg,
    .exposure svg{
        display: none;
    }
    .nav-profile{
        padding-left: 0;
    }
    .btn-fs, .btn-fs:hover, .btn-thmemes, .btn-thmemes:hover{
        width: 100%;
        font-size: 14px;
    }
    .form_search .row .col-6{
        margin-bottom: 5px;
    }
}
@media (max-width: 320px) {
    .profile .nav-tab li a{
        padding: 7px;
        font-size: 12px;
    }
}
.containPage{
    color: #fff;
}