@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

body {
  background: #000;
  background-size: cover;
}

h1,
h2,
h3 {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
.direc{
  direction: rtl;
}
.fs-22{
  font-size: 22px;
}
.close a{
  font-family: Arial, Arial, Helvetica, sans-serif;
}

 @media (max-width: 768px){
.close a{
  background: black;
    height: 30px;
    width: 30px;
}
.play-now-button .arrow{
   max-width: 12px;
}

 } 
@media (min-width: 769px){
.play-now-button .arrow{
   max-width: 20px;
}
.fs-sm-32{
font-size: 32px;
}
  }
 select {
    direction: rtl;
    background-image: url(CFOXIN_URI/../../img/arrow_down.webp);
    height: 50px;
    background-position-y: 20px;
    background-position-x: 5%;
    font-family: "Vazirmatn";
}
.play-now-button .casino-logo{
    max-width: 60px;
}
.play-now-button{
  border-radius: 12px;
  transition: .3s;
  background-color: #65c82d;
}
.play-now-button p{
color: #000;
}
@font-face {
  font-family: "Vazirmatn";
  src: url(CFOXIN_URI/../../fonts/vazirmatn-normal-arabic.woff2);
}
.iran-font{
 font-family: "Vazirmatn";
}
.visit-bg{
background: url(CFOXIN_URI/../../img/visit-bg.webp);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.select_option:hover {
background-color: #f1f1f1;
}
.rightarrow > div {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rightarrow {
  margin: 0px 20px;
  width: 70px;
  text-align: center;
}
.rightarrow .b1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rightarrow .b2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.visit-wrap {
  margin: 10% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
}
.outlogo {
  padding: 10px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.outlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visit-popup .outlogo{
  width: 100%;
  border-radius: 4px;
}

.visit-wrap table tr,
.visit-wrap table tr td{
    border: 0;
}
.visit-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4444;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.visit-popup-inner{
  background-color: #d84c4c;
}
.visit-overlay{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .5;
  opacity: 0;
  visibility: hidden;
}
.visit-active .visit-popup{
  opacity: 1;
  visibility: visible;
}
.visit-active .visit-overlay{
  opacity: .6;
  visibility: visible;
}

.casino-list-wrap{
  background-color: #f1f3f4;
}

@media (max-width: 480px) {
  .outlogo img {
    max-width: 90px;
    max-height: 90px;
  }
  .outlogo {
    width: 100px;
    height: 100px;
  }
  h1 {
    font-size: 18px;
  }
  img.big {
    margin: 0;
  }

  a,
  h1 {
    font-size: 20px;
  }
  .leavetable tr td {
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 20px;
  }
  .rightarrow {
    margin: 0 auto;
  }
}
.casino.layout-5 .casino-logo-wrapper a {
height: 140px !important;
}
.casino.layout-5 .casino-logo-wrapper a img {
    max-width: 130px !important;
}
.casino.layout-13 .casino-name {
padding-left: 10px !important;  
}
.casino.layout-16 .casino-logo-wrapper a img {
    max-width: max-content; !important;
}
