
/* Header */

.bg-custom {
  border-bottom: 1px;
  background: url(/assets/images/bg.webp) center center #030C30;
}

header {
	background: #030C30!important;
}

header .form-control {
  border: 1px solid #232021;
  background-color: #232021;
  color: #fff !important;
}

header  .form-control:focus{
  border: 1px solid #232021;
  background-color: #232021;
  color: #fff !important;
}

header  ::placeholder {
  color: #fff !important;
  font-size: 15px;
  opacity: .5 !important;
}

section.site-header {
  height: 90px;
  background: #030C30;
  z-index: 9999!important;
}

section.site-header ul.navbar-nav li.nav-item a.nav-link {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 400;
}
section.site-header ul.navbar-nav li.nav-item a.nav-link:hover {
	color: rgb(255,255,255,0.7);
}

/* Header */
.carouselborder {
  border-radius: 15px !important;
  padding: 5px;
}
/* Body */

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Progressive Jackpot */
.progressive-jackpot {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-size: 100% 100%;
    filter: contrast(100%) hue-rotate(-22deg) grayscale(49%) saturate(1.4);
}

.progressive-jackpot > h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    outline: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(179 179 179 / 40%), inset 0 -2px 5px 1px rgb(0 0 0), inset 0 -1px 1px 3px rgb(151 151 151);
    background-image: linear-gradient(160deg, #424242, #595959, #787878, #4f4f4f, #000);
    border: 1px solid #000;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 0 2px 2px rgb(0 0 0);
    transition: all 0.2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    font-size: 16px;
    max-width: 290px;
    z-index: 5;
    letter-spacing: 0;
    margin: 0 auto;
    line-height: 1.5;
}

#jackpot {
    font-family: "Space Mono", monospace;
    background-image: linear-gradient(160deg, #fff, #515151, #f7f7f7, #dfdfdf, #fff, #575757, #e9e9e9);
    color: #F1F1FF;
    -webkit-background-clip: text;
}

.progressive-jackpot,.progressive-jackpot img{width:100%}
.progressive-jackpot img{max-width:100%}
.jackpot-wrapper{display:flex;vertical-align:middle;align-items:center}
.jackpot-wrapper>span{position:absolute;width:100%;font-size:3rem}
.progressive-jackpot{filter:unset;}
.jackpot-wrapper{filter:contrast(95%) hue-rotate(0deg) saturate(0)}
.progressive-jackpot img{width:100%;background-size:100% 100%;}
.progressive-jackpot h2 {
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px rgba(139,66,8,1), inset 0 -1px 1px 3px rgba(250,227,133,1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: #281b01;
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    font-size:14px !important;
  padding:2px;
}

.dashboard {
	background-color: #030C30;
  	border-bottom: 1px;
  	color: #F1F1FF;
}

.dashboard h1,
.dashboard h2,
.dashboard h3,
.dashboard h4,
.dashboard h5,
.dashboard h6 {
	/*color: #0B7DDA;*/
	line-height: 10px;
}

.dashboard .card {
	background: #1e2124!important;
	color: #F1F1FF!important;
	border-radius: 0;
}

.dashboard .card .card-header {
	background: #151819;
}

.dashboard .card .card-header,
.dashboard .card .card-body {
	background: none;
}

.dashboard ul.nav.flex-column li.nav-item a.nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	text-transform:uppercase;
	margin: 0;
	border-bottom: 3px solid #1e2124;
}

.dashboard ul.nav.flex-column li.nav-item a.nav-link:hover,
.dashboard ul.nav.flex-column li.nav-item a.nav-link.active
 {
 	background: #0D47A1CC;
	color: #F1F1FF;
}

.dashboard ul.nav {
	border-bottom: 2px solid #1e2124;
}

.dashboard ul.nav li.nav-item a.nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform:uppercase;
	margin: 0;
	border-bottom: 3px solid #1e2124;
}

.dashboard ul.nav li.nav-item a.nav-link:hover,
.dashboard ul.nav li.nav-item a.nav-link.active
 {
 	background: #0D47A1CC;
  color: #F1F1FF;
}

.dashboard .form-control {
  background-color: #151819;
  color: #fff !important;
}

.dashboard  .form-control:focus{
  border: 1px solid #232021;
  background-color: #F1F1FF;
  color: #232021!important;
}

.dashboard  ::placeholder {
  color: #fff !important;
  font-size: 15px;
  opacity: .5 !important;
}

.pro-jackpot {
	width: 100%;
	height: auto;
	margin: auto;
    margin-top: auto;
    margin-bottom: auto;
	text-align: center;
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.pro-jackpot .home-jackpot-content {
	background: url('../../upload/jackpot-bg.gif') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: auto;
	color: #F1F1FF;
	text-shadow: -1px 0 #cc9f19,0 1px #cc9f19,1px 0 #cc9f19,0 -1px #cc9f19;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 2px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Body */

/* Footer */

.bg-footer {
  position: relative;
  background: #151819;
  width: 100%;
  border-top: 1px;
}

.product-tile__clip-path[data-v-10b0ebbe] {
  display: flex;
padding: 0;
  padding-top: 0px;
padding-top: 0px;
margin-top: -39px;
width: 100%;
height: 50px;
position: absolute;
top: -10px;
background-color: #151819;;
clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
-webkit-clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
}

.product-tile__clip-paths[data-v-10b0ebbe] {
  display: flex;
  padding: 0;
  padding-top: 0px;
  margin-top: -39px;
  width: 100%;
  height: 50px;
  position: relative;
  top: -10px;
  background-color: #e4d00a;
  clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
  -webkit-clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
}


/* Footer */

/* Sidebar */

.sticky-left {
    position: fixed;
    top: 180px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: #151819;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: line-height 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
  border-bottom: 1px dotted #151819;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link:hover {
  background: rgb(253,208,23,0.3);
  color: ##151819!important;
}


@media screen and (max-width: 778px){
    .navbar-collapse {
        background:#1e2124;
    }
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14px;}
}

.game {
  justify-content: center;
  width: auto;
}

.main-content {
  position: relative;
  top: -10px;
}
.owl-theme .custom-nav {
  position: absolute;
  width: 100%;
  top: 3px;
  margin-top: 0 !important;
  height: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff!important;
}

.owl-prev, .owl-next {
  position: absolute;
  height: 80px;
  color: #F1F1FF!important;
  background: linear-gradient(#030C30, #030C30, #030C30);
  border: none;
  z-index: 100;

}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.modal {
  top: 0px!important;
  padding-bottom: 150px;
}