/*policy page*/


.preview-window {
    position: relative;
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
    border: 1px solid rgba(54,54,54,.125);
    margin-bottom: 20px;
    margin-top: 20px;
    width: 80%;
}

.preview-window .preview-header {
    background-color: rgba(54,54,54,.03);
    border-bottom: 1px solid rgba(54,54,54,.125);
    padding: 15px;
    user-select: none;
}

.preview-window .preview-header .preview-icons {
    position: absolute;
    left: 25;
}


.preview-window .preview-header .preview-title {
    color: #666;
    font-weight: 700;
}

.text-center {
    text-align: center!important;
}

.preview-window .preview-agreement {
    color: #555;
    line-height: 1.7;
    max-height: 800px;
    margin: 20px 15px 20px 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px 15px 0;
    text-align: right;
}


.preview-window .preview-agreement .language-preview {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.preview-window .preview-agreement h1, .preview-window .preview-agreement h2, .preview-window .preview-agreement h3, .preview-window .preview-agreement h4, .preview-window .preview-agreement h5, .preview-window .preview-agreement h6 {
    font-weight: 700;
    margin-bottom: 20px;
}

ul {
text-indent:-20px; 
margin-left:20px;
}


.preview-window .preview-header .preview-icons i {
    font-size: 10px;
    margin-right: 3px;
}

/* width */
.preview-window .preview-agreement::-webkit-scrollbar {
  width: 13px;
}

/* Track */
.preview-window .preview-agreement::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #b7b7b7;
  border-radius: 5px;
  
}

/* Handle */
.preview-window .preview-agreement::-webkit-scrollbar-thumb {
  background: #6b6b6b;
  border-radius: 10px;
 
}

/* Handle */
.preview-window .preview-agreement::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;

}

/*font to policy*/

.preview-agreement h3
{
font-family: 'Open Sans Hebrew', serif;
}

.preview-agreement h1
{
font-family: 'Open Sans Hebrew', serif;
}

.preview-agreement strong
{
font-family: 'Open Sans Hebrew', serif;
}

.preview-agreement h4
{
font-family: 'Open Sans Hebrew', serif;
}



@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

.addalert
{
font-family: 'Open Sans Hebrew', serif;
}

#eXTReMe-Free-tal1212 {
    visibility: hidden;
    display: none;
}


.gmicon
{
width: 18px;
height: 18px;
}



/* footer */
footer{
        background-color: #fff;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.copyright {
    box-shadow: 0 -1px 0 0 #bfbfbf;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
    color: #afafaf;
    margin: 0 auto;
    width: 100vw;
    max-width: 1200px;
}
.cls-2 {
    fill: #afafaf !important;
}
.cls-1 {
    stroke: #afafaf !important;
}

.copr
{
cursor: default;
}
/*  */
/*  */

.footersta {
    height: 100%;
	width: 100vw;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
	background: #ffffff;
	justify-content: space-between;
}

.statsfot {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.footma {
    display: flex;
    align-items: center;
}

.stftr {
    align-items: center;
    display: flex;
    padding: 0px 16px 0;
    white-space: nowrap;
}
.stf2f {
    color: #b4b4bb;
    font-size: 20px;
    font-weight: 500;
    cursor: default;
}
.stf3f {
    padding: 0 16px 0 0;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    cursor: default;
}

.ultra {
    align-items: center;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    /* width: 50%; */
    display: flex;
    width: auto;
    /* gap: 20px; */
    justify-content: space-between;
}

ul.ulr {display: flex;flex-direction: column;}

.ulr {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px;
}

.ulr a {
    color: #525252;
	transition: background-color .2s ease,color .2s ease,border .2s ease;
	line-height: 1.5em;
}

.ulr a:hover {
    color: #0072ff;
  transition: background-color .2s ease,color .2s ease,border .2s ease;
}

h2.titlinks {
    font-size: 1.2em;
    margin-block-start: 0;
    margin-block-end: 0;
	color: #525252;
}

.plotc {
    display: flex;
    /* flex-direction: column; */
    /* padding-left: 10px; */
}

.ulrmain {
    display: flex;
    /* padding: 20px; */
}

.plotc a {
    color: #3e3e3e;
    padding: 20px;
	transition: background-color .2s ease,color .2s ease,border .2s ease;
}

.plotc a:hover {
    color: #0072ff;
	transition: background-color .2s ease,color .2s ease,border .2s ease;
}


table {
    width: 100%;
}

td.titles {
    font-size: 18px !important;
}

/* GSM Discord BOT Page */

.gsmbotpage#page {
    width: 100%;
}

.gsmseco {
    display: flex;
    padding: 20px;
	background: #e9ebff;
}

.gsmgif {
    max-width: 50%;
    padding: 5px;
}

.gsmtit {
    max-width: 50%;
    padding: 10px;
}

img.gsmimg {
    width: 100%;
    object-fit: cover;
}

span.gsmtitleone {
    color: #494949;
}

span.gsmtitletwo {
    color: #5865F2;
    font-size: 1.1em;
}

a.discordbutgs {
    padding: 5px 30px;
    background: #6366f1;
    color: white;
    font-size: 22px;
    border-radius: 6px;
}

h2.hgsmtit {
    font-size: 1.9em;
}

p.pgsmtitl {
}

.gsmfeaturepic {
    display: grid;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
}

img.gsmpicf {
    border-radius: .5rem;
    max-width: 100%;
}

.gsmblock {
    padding: 5px;
}

.gsmsectwo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
	text-align: center;
}

h2.gsmtitlsctw {
    margin: 0;
    font-size: 1.8em;
	color: white;
}

h3.gsmtitlsct {
    margin: 0;
    color: #676767;
    font-weight: 400;
}

h3.h3gsm {
    font-size: 1.4em;
    margin-block-start: 1em;
    margin-block-end: 0em;
}


table.details tr {
    background: white !important;
}

.gsmcomm {
    max-width: 100%;
    width: 100%;
    background: #5867f3;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}




h1 .icon svg {
	fill: #fff;
}

.login-txt {
	margin: 0;
	padding: 15px 0 25px 0;
	color: #3b4252;
}

.google-login-btn {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	background-color: #d6523e;
	cursor: pointer;
	padding-left: 15px;
}

.google-login-btn .icon {
	display: inline-flex;
	height: 100%;
	padding: 15px 20px;
	align-items: center;
	justify-content: center;
	background-color: #cf412c;
	margin-left: 15px;
}

.google-login-btn .icon svg {
	fill: #fff;
}

.google-login-btn:hover {
	background-color: #d44a36;
}

.google-login-btn:hover .icon {
	background-color: #c63f2a;
}



.swiper {
  width: 100%;
  padding: 0;
  position: relative;
  border-radius: 1.5rem;
  max-width: 100vw;
  margin-bottom: 7px;
}

.swiper-wrapper {
  align-items: stretch;
}

.mySwiper .swiper-slide {
  height: auto !important;
  min-height: auto !important;
}
.mySwiper .swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  background: linear-gradient(53deg, #93c5fd 0%, #93c5fd 29%, #2563eb 67%, #2563eb 100%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
  border-radius: 1.5rem;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.swiper-slide.slide-small { width: 40%; }
.swiper-slide.slide-large { width: 60%; }
.swiper-slide.slide-xl { width: 80%; }

.fastc {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: black;
  font-family: 'Open Sans Hebrew';
  z-index: 1;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.top-update {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.title-up {
  position: relative;
}

.updates {
  width: 54px;
  height: 21px;
  transform: skew(20deg);
  background: #00000054;
  border-radius: 8px;
  padding: 3px;
 /* border: 1px solid #8cbbff;*/
    border: 1px solid #c7deff;
    box-shadow: 0 0 2px #c7deff;
}

span.naf {
  color: #ffffff;
  font-family: 'Open Sans Hebrew';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

span.conf {
  color: #ffffff;
  font-size: 35px;
  font-family: 'Open Sans Hebrew';
  line-height: normal;
}

span.spf {
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  margin: 0px 0px;
  color: #f3f3f3;
  font-family: 'Open Sans Hebrew';
  white-space: pre-line;
  line-height: 24px;
  display: flex;
  /* text-align: -webkit-right; */
 /*background: #00000042;*/
    background: linear-gradient(90deg, #000000 0%, #000000ba 0%, #00000042 22%, #00000042 100%);


  padding: 14px;
  border-radius: .5rem;
}

a.igamingl {
  align-items: center;
  background-color: #0000005e;
  border-radius: .5rem;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: background-color .2s ease;
  white-space: nowrap;
  font-family: 'Open Sans Hebrew';
  box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
  border: 1px solid rgba(54,54,54,.125);
  text-decoration: none;
  gap: 6px;
  margin-bottom: 10px; 
}


.character {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  z-index: 20;
}

.swiper-pagination-bullet {
  
  background: #000;
  opacity: .2;
  width: 9px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  opacity: 1;
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
    min-height: 400px;
  }

  span.spf {
  background: #00000042;
}
}

@media screen and (max-width: 500px) {
span.spf {font-size: 14px;}

span.conf {
    font-size: 30px;
}

.top-update {
    align-items: center;
}

.character {
    display: none;
}

}


.slide-1{background: linear-gradient(126deg, #75b5fd 0%, #4ea2ff 29%, #2563eb 67%, #2563eb 100%); */}


.slide-2{
      background: linear-gradient(119deg, #a2b3eb 0%, #99adf3 15% 15%, #7289da 67%, #6278c5 100%);

}

.slide-3{
      background: linear-gradient(118deg, #846eff 0%, #846eff 15% 15%, #7c6add 67%, #6d5ad7 100%);

}

.slide-4{
    background: linear-gradient(126deg, #61e7d5 0%, #4cc7b6 29%, #3ec5b3 67%, #21ab98 100%);
}


.slide-5{
  background: linear-gradient(126deg, #fd9696 0%, #f77c7c 29%, #ff5b5b 67%, #cb3232 100%);
}


.slide-2 .character {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  pointer-events: none;
  z-index: 0;
  animation: footerLogoFloat 4s 
ease-in-out infinite;
}

@keyframes footerLogoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

