@font-face {
  font-family: IRANYekan;
  src: url(/assets/fonts/IRANYekan.woff);
}

@font-face {
  font-family: ui-icons;
  src: url(/assets/fonts/ui-icons.woff2);
}

/*-------- Scroll CSS ---------*/
a , a:hover, a:focus {
text-decoration:none;
color: white;
}

/* Box styles */
.myBox {
border: none;
padding: 5px;
font: 24px/36px sans-serif;
width: 200px;
height: 200px;
overflow: none;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 8px;
}

::-webkit-scrollbar-track {
/* border: 1px solid #23bef8; */
}

::-webkit-scrollbar-thumb {
background: #23bef8;  
}

::-webkit-scrollbar-thumb:hover {
background: #23bef8;  
}
/*-------- Scroll CSS ---------*/

/*------------------------btnLoader----------------------------*/
.pswp__preloader__icn {
      /* opacity: 0.75; */
    /*position: absolute;*/
    right: 50%; 
    width: 20px;
    height: 20px;
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
    /* left: 10px; */
    margin-top: 23%;
}

.pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 20px;
  overflow: hidden;
  
  /*position: absolute;*/
  top: 0;
  /*left: 0;*/
}

.pswp__preloader__donut--fake {
   box-sizing: border-box;

  width: 20px;
	height: 20px;
	
  
  border: 2px solid red;
   border-radius: 50%;
  /*position: absolute;*/
  top: 0;
  /*left: 0;*/
  
	background: none;
	margin:0;
}

.pswp__preloader__donut {
  box-sizing: border-box;

  width: 20px;
	height: 20px;
	
  
  border: 2px solid #FFF;
   border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  
    position: absolute;
  top: 0;
  /*left: 0;*/
 
  
  
	/*position: absolute;*/
  top: 0;
  /*left: 0;*/
  
	background: none;
	margin:0;
  
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;

}


@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg) }
  100% { -webkit-transform: rotate(360deg) }
}
@keyframes clockwise {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0) }
  50% { -webkit-transform: rotate(-140deg) }
  100% { -webkit-transform: rotate(0) }
}
@keyframes donut-rotate {
  0% { transform: rotate(0) }
  50% { transform: rotate(-140deg) }
  100% { transform: rotate(0) }
}
/*------------------------btnLoader----------------------------*/

.fontfa{
  font-family: 'IRANYekan', Open Sans, sans-serif !important; 	
}	

.avatarImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  margin-top: 4px;  
}

.avatarCircle {
	line-height: 0;		/* remove line-height */ 
	display: inline-block;	/* circle wraps image */
	margin: 5px;
  border: 4px solid rgba(200,200,200,0.4);
	border-radius: 50%;	/* relative value */
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
	transition: linear 0.25s;
  height: 60px;
  width: 60px;
}
.avatarCircle img {
	border-radius: 50%;	/* relative value for
				   adjustable image size */
}
.avatarCircle:hover {
	transition: ease-out 0.2s;
  border: 4px solid rgba(0,0,0,0.2);
  -webkit-transition: ease-out 0.2s;
}

/*---------hidden number arrow-------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.cursorPointer {
  cursor: pointer;	
}

.logoLoader {
  width: 125px;
  margin-left: 21%;
  margin-top: 32%; 	
}

@keyframes spinning {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg) }
}
.spin {
  animation-name: spinning;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}

.spinDiv {
  position: relative !important;
  width: auto !important;
  height: 257px !important;
  overflow: hidden !important;
  cursor: pointer !important;  
}

.qrImg1 {
  position: absolute !important;
  top: -9999px !important;
  left: -9835px !important;
  right: -9999px !important;
  bottom: -10072px !important;
  margin: auto !important;	
  width: 150px;
}

.qrImg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;  
}

.stageImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 15px;
}	

.stageSideImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;	
}

.spinImg {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  right: -9999px !important;
  bottom: -10267px !important;
  margin: auto !important;	
}

.tournamentBack {
  background-color: #1f0644;
  background-image: url(/assets/images/latest-activitis.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;	
}

.tourItemImg {
  border-radius: 50%;
  box-shadow: inset 0px 0px 37px 7px #720fa6;	
}

.passedLvl {
  box-shadow: inset 0px 0px 5px 3px #2dda42 !important
}

.lockLvl {
  box-shadow: inset 0px 0px 5px 3px #da7a2d !important;	
  background-image: url(/assets/images/tour/lock.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72px;
  opacity: 70%;
}

.lockLvl img {
  opacity: 30%;	
}

.rightText {
  text-align: right;
  direction: rtl;	
}

.ltr {
  direction: ltr;	
}

.rtl {
  direction: rtl;	
}

.notifCircle {
  font-size: 8px !important;
  color: red !important;
  background-color: red !important;
  border-radius: 50% !important;
  position: sticky !important;
  margin-right: -10px !important;	
}

.tourImg {
  scale: 0.7;	
}

.lastWinText {
  font-size: 12px !important;
  text-align: center !important;
  direction: rtl !important;		
}

.lockItemCollection {
  opacity: 0.5;	
}

.lockIconCollection {
    color: indianred;
    position: absolute;
    font-size: 25px;
    float: left;
    display: flex;	
}

.single-bonus a {
  cursor: pointer;	
}

.tatosGrp {
  height: 120px !important;	
  width: 120px !important;	
} 

.tatosGrpActive {
  height: 120px !important;	
  width: 120px !important;	
  box-shadow: inset 0px 0px 25px 2px #00ff14 !important;	
}

/*--------------tooltip--------------*/
abbr {
  font-style: italic;
  position: relative
}

abbr:hover::after {
  background: #1f0644;
  border-radius: 4px;
  bottom: 100%;
  content: attr(title);
  display: block;
  left: 100%;
  padding: 1em;
  position: absolute;    
  width: 280px;
  z-index: 1;
}
/*--------------tooltip--------------*/

/*--------------collection grp header--------------*/
.headerCollect {
  z-index: 1000;
  padding: 10px;
}

.contentCollect {
  padding: 16px;
}

.stickyCollect {
  position: fixed;
  top: 0;
  width: 100%;
}

.stickyCollect + .contentCollect {
  padding-top: 102px;
}
/*--------------collection grp header--------------*/

.avatarCircleProf {
	line-height: 0;		/* remove line-height */ 
	display: inline-block;	/* circle wraps image */

  border: 4px solid rgba(200,200,200,0.4);
	border-radius: 50%;	/* relative value */
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
	transition: linear 0.25s;
  height: 40px;
  width: 40px;
  position: absolute; 
  margin-left: -93px; 
  margin-top: -38px;
}
.avatarCircleProf i {
  margin-top: 24%;
  margin-left: 20%;  
}
.avatarCircleProf:hover {
	transition: ease-out 0.2s;
  border: 4px solid rgba(0,0,0,0.2);
  -webkit-transition: ease-out 0.2s;
}

.avatarList {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 9px;
  position: relative;
  box-shadow: inset 0px 0px 7px 4px #8bb1c7;
  margin: 3px;
  display: inline-block;
}

/*--------------take photo btn------------*/

/*--------------take photo btn------------*/

.tourIndexProgress {
    margin-top: 35px;
    border-radius: 0.5rem;
    width: 80%;
    margin-left: 10%;		 
}

.tourIndexImg {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  padding: 18px;
  position: relative;
  box-shadow: inset 0px 0px 7px 4px #00a2ff;
}

/*------------Modal Image-------------*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalImg {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 30; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 40px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modalImg-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modalImg-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 17px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*------------Modal Image-------------*/

.faxtext {
  line-height: 32px;
  text-align: justify;
  direction: rtl;
}

.mydisabled {
  pointer-events: none;
  cursor: default;
}

.mynumber,.myprice {
  text-align: center;	
  direction: ltr;
}

.rectBtn {
  border-radius: 3px !important;	
}

.winner-img {
  width: 100px;
  height: 100px;
}

.lottery-img {
  border-radius: 20px;
  width: 526px;
}

@media all and (min-width: 950px) { /*desktop*/
    .paddingLottery {padding-top: 100px !important;}
	.homeImg { margin-top: 130px; }
	.homeBtn { width: 30vh; margin-left: -35px; }
	.homeviewBtn { width: 16vh; }
	/*.homelinktop { margin-top: 200px; }*/
	.homelinktop { margin-top: 20px; }
	.android-text { margin-top: 266px; }
	.android2-img { margin-left: -65px; }
	.daily-rew { height: 60px !important; }
	.daily-reward-home { text-align: right; }
	/*.homeImgHeight { height: 83vh !important; width: auto !important; margin-top: 0px !important; }*/
	.homeImgHeight { width: 150vh !important; margin-top: 0px !important; }
}

@media all and (max-width: 1200px) {
    .paddingLottery {padding-top: 0px !important;}
	.homeImg { margin-top: 121px; }
	.homeBtn { width: 15vh; margin-left: -17px;}
	.homeviewBtn { width: 8vh; }
	/*.homelinktop { margin-top: 30px; }*/
	.homelinktop { margin-top: 0px; }
	.android-text { margin-top: 100px; }
	.android2-img { margin-left: -65px; width: 230px; }
	.daily-rew { height: 30px !important; }
	.daily-reward-home { text-align: center; }
	/*.homeImgHeight { height: auto !important; margin-top: -19px !important; }*/
	.homeImgHeight { margin-top: -19px !important; }
}

.links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.android-dl {
    background: rgb(126, 174, 124);
    background: linear-gradient(90deg, rgba(126, 174, 124, 1) 0%, rgba(162, 200, 114, 1) 50%, rgba(99, 145, 110, 1) 100%);
}

.android-dl-txt {
    color: rgb(126, 174, 124);
    color: linear-gradient(90deg, rgba(126, 174, 124, 1) 0%, rgba(162, 200, 114, 1) 50%, rgba(99, 145, 110, 1) 100%);
}

.fullsize, .boxed {
    float: right;
    margin-top: 50px;
}

.dl-footer li:last-child {
    margin-bottom: 0;
}
.dl-footer li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.dl-footer a {
    padding: 0 10px;
    float: right;
    font-size: 15px;
    width: 230px;
    text-align: center;
    margin: 0;
    height: 60px;
    line-height: 60px;
	border-radius: 16px;
}

.daily-reward-disable {
  background: #2e085c;
  padding: 10px 0px 10px;
  align-items: center;
  border-radius: 10px;
  margin: 5px;
  margin-bottom: 5px !important;
  opacity: 0.4;
}

.daily-reward-enable {
  background: linear-gradient(to top, rgb(71 118 43), rgb(28 93 98));
  padding: 10px 0px 10px;
  align-items: center;
  border-radius: 10px;
  margin: 5px;
  margin-bottom: 5px !important;  
}

.daily-reward-coin {
  margin-top: 7px;
  margin-bottom: 6px;	
}

.lotball-image {
  transform: scale(0.6, 0.6);
  height: 60px;
  width: 60px;
  display: inline-block;
  margin: -13px;  
  /*background-position: 10px 0px;
  background-repeat: no-repeat;*/
}

/*-----------------share buttons------------------------*/
.botao-wpp {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin-top: 3px;
  direction: rtl;
  width: 190px;
}

.botao-wpp i {
  margin-left: 10px;	
}

.botao-wpp:hover {
  background-color: darken(#25d366, 5%);
}

.botao-wpp:focus {
  background-color: darken(#25d366, 15%);
}

/*-----------------share buttons------------------------*/


.mobile-input {
	
	width: 43%;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #55525c;
    background: #21232d;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
	
}

.disabled {
    opacity: 0.5;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color:#de3500 #0000 #fff #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
	left: 42%;
 }
 .loader:before , .loader:after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color:#fff;
    transform: translate(-10px, 19px) rotate(-35deg);
  }
 .loader:after {
    border-color: #de3500 #0000 #0000 #0000 ;
    transform: translate(32px, 3px) rotate(-35deg);
  }
   @keyframes rotate {
    100%{    transform: rotate(360deg)}
  }