/*!
 * CSS by XeonDesigns (https://xeondesigns.com/)
 * Copyright 2019 by XeonDesigns and Muf Tayebaly
 */
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-Regular.ttf') format('truetype');
   font-weight: normal;
 }
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-Light.ttf') format('truetype');
   font-weight: 300;
 }
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-ExtraLight.ttf') format('truetype');
   font-weight: 200;
 }
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-Bold.ttf') format('truetype');
   font-weight: bold;
 }
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-Medium.ttf') format('truetype');
   font-weight: 500;
 }
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-SemiBold.ttf') format('truetype');
   font-weight: 600;
 }
 @font-face {
   font-family: 'Dosis';
   src: url('../fonts/Dosis/Dosis-ExtraBold.ttf') format('truetype');
   font-weight: 700;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
   font-weight: normal;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
   font-weight: 300;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
   font-weight: bold;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
   font-weight: 600;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
   font-weight: 700;
 }

 @font-face {
   font-family: 'Mohave';
   src: url('../fonts/Mohave/Mohave-Regular.ttf') format('truetype');
   font-weight: normal;
 }
 @font-face {
   font-family: 'Mohave';
   src: url('../fonts/Mohave/Mohave-Light.ttf') format('truetype');
   font-weight: 300;
 }
 @font-face {
   font-family: 'Mohave';
   src: url('../fonts/Mohave/Mohave-Bold.ttf') format('truetype');
   font-weight: bold;
 }
 @font-face {
   font-family: 'Mohave';
   src: url('../fonts/Mohave/Mohave-Medium.ttf') format('truetype');
   font-weight: 500;
 }
html {
  position: relative;
  min-height: 100%;
  font-size:12px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 180px;
  font-size:12px;
  line-height:normal;
  transition:all 0.3s ease;
  height:100%;
}
body.game{
  margin-bottom:0;
}
.standardbg{
  background-color:#86a397;
  background-image: linear-gradient(-20deg, rgba(13,112,147,0.8), rgba(13,112,147,0));
}
.bgnew{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
  text-align:center;
  color:#fff;
  z-index:1;
  font-size:10px;
}
.btn-plum, .btn-plum:visited{
  color:#fff;
  background-color:#fa6b52;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:120px;
}
.btn-plum:hover{
  background-color:#f74943;
  color:#fff;
}
.btn-plum:hover div.circle-bg{
  background-color:#fff !important;
  color:#7e476e;
}
.btn-plum:hover div.btn-circle{
  background-color:#fff !important;
  color:#7e476e;
}

.btn-plum-light, .btn-plum-light:visited{
  color:#fff;
  background-color:#fa6b52;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:120px;
}
.btn-plum-light:hover{
  background-color:#fff;
  color:#fa6b52;
}
.btn-plum-light:hover div.circle-bg{
  background-color:#fff !important;
  color:#7e476e;
}
.btn-plum-light:hover div.btn-circle{
  background-color:#fff !important;
  color:#7e476e;
}
.btn-teal, .btn-teal:visited{
  color:#2a253c;
  background-color:#DEF2F4;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:120px;
}
.btn-white, .btn-white:visited{
  background-color:#fff;
  color:#fa6b52;
  border:1px solid #eee;
}
.btn-white:hover{
  background-color:#def2f4;
  color:#fa6b52;
}
.btn-teal:hover{
  background-color:#b1e6eb;
  color:#2a253c;
}
.brk{
  height:30px;
  margin-bottom:30px;
  border-bottom:1px solid #cbcbcb;
  width:100%;
  clear:both;
}
.bg-plum{
  background-color:#fa6b52;
  color:#fff;
}
.bg-dark-plum{
  background-color:#4a1a3c;
}
.bg-navy{
  background-color:#2a253c;
}
.bg-light-grey{
  background-color:#eee;
}
.bg-dark-plum{
  background-color:#4a1a3c;
  color:#fff;
}
.bg-navy-gradient{
  background-image: linear-gradient(-20deg, rgba(60,37,45,0.86), rgba(60,37,45,0));
}
.main-logo{
  font-family: 'Dosis', sans-serif;
  font-size:28px;
  letter-spacing:3px;
  color:#fff;
  font-weight:600;
  max-width:69px;
}
/*-- nav --*/
.navbar-thril .navbar-nav li{
  margin-right:8px;
  font-size:14px;
  position:relative;
  letter-spacing:1px;
}
.navbar-thril .navbar-nav li:last-child{
  margin-right:0px;
}
.navbar-dark {
  background-color:#2a253c;
  color:#fff;
  font-family:'Dosis', sans-serif;
  text-transform: uppercase;
  padding:5px 15px;
  border-bottom:1px solid #3a324a;
}
.navbar-dark .navbar-brand a, .navbar-dark .navbar-brand a:visited{
  color:#fff;
  font-size:28px;
  text-transform: none;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus{
  color:#b1e6eb;
}
.navbar-brand{
  font-family: 'Dosis', Arial, sans-serif;
  font-weight:600;
  letter-spacing: 3px;
  padding:0;
  font-size:28px;
}
.navbar-brand a, .navbar-brand a:visited{

}
.navbar-brand a:hover{
  color:#30869e;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
 color:rgba(187,187,187,1);
}
.navbar-dark .navbar-nav .nav-link:hover {
 color:rgba(255,255,255,1);
}
.navbar-dark .navbar-nav a, .navbar-dark .navbar-nav a:visited{
  padding:16px 8px;
  color:#bbb;
  margin-top:-6px;
  margin-bottom:-6px;
  opacity:1;
}
.navbar-dark .navbar-nav a.btn-plum, .navbar-dark .navbar-nav a.btn-plum:visited{
  color:#ccc;
}
.navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav a:focus{
  color:#fff;
}
.navbar-dark .navbar-nav a.btn-plum:hover, .navbar-dark .navbar-nav a.btn-plum:focus{
  color:#fff;
}
/*.navbar-dark .navbar-nav li.active:before{
  content:'';
  position:absolute;
  height:2px;
  width:88%;
  background-color:#b1e6eb;
  color:#fff;
  left:6%;
  bottom:-6px;
}*/
.navbar-dark a.icon{
  padding:10px 8px;
  font-size:24px;
  line-height:31px;
}
.navbar-collapse{
  flex-grow:0 !important;
}
.nav-account{
  float:left;
  width:30px;
  height:30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#bbb;
  margin-right:8px;
  margin-top:-4px;
  background-image:url("../users/default_avatar.png");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  border:1px solid #414655;
}
.my-alerts {
	position:absolute;
	top:4px;
	height:15px;
	width:15px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	background-color:#f83649;
	color:#fff;
	z-index:99999;
	font-size:10px;
	line-height:15px;
	right:5px;
	text-align:center;
}
.btn .circle-bg{
  position:absolute;
  width:17px;
  height:17px;
  background-color:#4a1a3c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height:17px !important;
  font-size:14px;
  color:#f7f7f7;
  top:12px;
  right:12px;
  text-align: center;
  transition: all 0.3s ease;
}
.nav-btn{
  margin:6px 0px 3px 8px !important;
  padding:4px 14px !important;
  color:#f0f0f0 !important;
}
.nav-btn1{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left:12px !important;
  padding-right:10px !important;
  padding-top:3px;
  padding-bottom:3px;
  margin-left:8px;
  border:none;
  font-size:15px;
  min-width:80px;
}
.nav-btn1:hover{
  background-color:#fa6b52;
}
.nav-search{
  width:580px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top:-6px;
  margin-bottom:-6px;
  padding:27px 23px 27px 43px;
  background-color:#3a334a;
  border:none;
  margin-right:8px;
  caret-color: #f7f7f7;
  color:#f7f7f7;
  letter-spacing:1px;
}
.nav-search:focus{
  box-shadow:none;
  background-color:#453f53;
  color:#f7f7f7;
}
@media (max-width: 1199px) {
  .nav-search{
    width:410px !important;
  }
}
@media (max-width: 991px) {
  .nav-search{
    width:188px !important;
  }
}
@media (max-width: 767px) {
  .nav-search{
    width:400px !important;
  }
}
@media (max-width: 621px) {
  .nav-search{
    width:180px !important;
  }
}
.navbar-dark input::placeholder {
  color:#888;
  color:rgba(255,255,255,.3);
}
.navbar-dark input:-ms-input-placeholder{
  color:#888;
  color:rgba(255,255,255,.3);
}
.navbar-dark input::-ms-input-placeholder {
  color:#888;
  color:rgba(255,255,255,.3);
}
.navbar .search-icon{
  position:absolute;
  font-size:18px;
  margin-left:15px;
  color:#cbcbcb;
  color:rgba(200,200,200,0.5);
}
.navbar-nav .dropdown-menu{
  padding:0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 1px 2px 9px rgba(150,150,150,0.15);
}
.navbar-nav .dropdown-item, .navbar .dropdown-item:visited{
  padding:10px !important;
  text-align:center;
  display:block;
  color:#414655 !important;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1px;
  border-bottom:1px solid #ddd;
  margin:0px !important;
}
.navbar-nav .dropdown-item:last-child{
  border-bottom:none;
}
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus{
  background-color:#def2f4;
  color:#2a253c;
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active{
  background-color:#b1e6eb;
}
.triangle-point{
  position:absolute;
  top:-8px;
  color:#fff;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left:34px;
}
.high-z{
  position:relative;
  z-index:999;
}
.btn-plum:focus{
  color:#fff;
}
.badge{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding:1px;
}
.badge-plum{
  background-color:#fa6b52;
  color:#fff;
}


/*-- home --*/
.bg-home-top{
  background: url('../imgs/home-main1.jpg') no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  height: 100%;
  min-height: 100vh;
}
.bg-home-top:before{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:300px;
  background:url('../imgs/newcurve.png');
  background-size: 100%;
  background-repeat:no-repeat;
  background-position:left 0px bottom 34px;
  z-index:0;
}
.home-center-vert{
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.home-center-vert p{

}
.home-platform{
  padding:15px;
}
.home-platform img {
  width:100%;
  height:auto;
}
.home-webapp{
  position:absolute;
  width:calc(90.2% - 40px);
  height:calc(60% - 40px);
  background-color:#fff;
  left:calc(5.2% + 20px);
  top:calc(9.3% + 20px);
}
.modal-content{
  overflow:hidden;
}
.signup-bg{
  background-image:url("../imgs/signup-modal.jpg");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  position:relative;
}
.signup-text{
  position:absolute;
  bottom:10px;
  left:35px;
}
.login-bg{
  background-image:url("../imgs/login-modal.jpg");
  background-position:bottom center;
  background-size:cover;
  background-repeat: no-repeat;
  position:relative;
}
.login-text h2{
  color:#fff;
}
.login-text{
  padding:20px 0px 0px 20px;
}
.modal-close-plum{
  position:absolute;
  top:8px;
  right:23px;
  z-index:99;
}
.modal-close-plum button{
  font-size:12px;
  color:#fff;
}
.round-plum{
  background-color:#fa6b52;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width:20px;
  height:20px;
  line-height: 20px;
  color:#fff;
  padding:0px;
  text-align:center;
  transition: all 0.3s ease;
}
.round-plum:hover, .round-plum:focus{
  background-color:#4a1a3c;
}
.modal-content{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.nav-start{
  background-image: linear-gradient(0deg, rgba(250,250,250,0), rgba(250,250,250,0.07), rgba(250,250,250,0.3));
  transition: background-color 0.3s ease;
  padding-left:41px;
}
.nav-start.scrolled{
  background-image: none;
  background-color:#123772;
}
.logo-link{
  /*width:69px;*/
}
.nav-start.scrolled .logo-link img{
  filter: invert(60%);
}
.nav-intro{
  margin:0;
  padding:0;
  transition:all 0.3s ease;
}
.nav-intro li{
  display:inline-block;
  list-style: none;
  margin:0px 6px;
  position:relative;
}
.nav-intro li.last-button{
  margin-right:0px;
}
.nav-intro li a div{
  width:22px;
  margin:0 auto;
  margin-top:-3px;
}
.nav-intro li a div span{
  color:#fa6b52;
  font-size:14px;
  transition: all 0.3s ease;
}
.nav-intro li a, .nav-intro li a:visited {
  display:block;
  padding:5px 15px;
  color:#2a253c;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size:16px;
  transition: all 0.3s ease;
  letter-spacing:1.5px;
}
.nav-start.scrolled .nav-intro li a, .nav-start.scrolled .nav-intro li a:visited {
  color:#f0f0f0;
}
.nav-start.scrolled .nav-intro li a:hover {
  color:#fff;
}
.nav-start.scrolled .nav-intro li.last-button a, .nav-start.scrolled .nav-intro li.last-button a:visited {
  color:#fff;
}
.nav-start.scrolled .nav-intro li a.active, .nav-start.scrolled .nav-intro li a.active:visited {
  color:#fff;
}
.nav-intro li a:hover, .nav-intro li a:focus {
  text-decoration: none;
}
.nav-intro li a:focus span {
 color:#4a1a3c;
}
.nav-intro li a:hover span {
  color:#7cc8d0;
}
.nav-start.scrolled .nav-intro li div{
  display:none;
}
.nav-start .nav-intro li a.active span{
  color:#7cc8d0;
}
.nav-intro{
  margin-top:12px;
}
.nav-start.scrolled .nav-intro{
  margin-top:2px;
  margin-bottom:2px;
}
.neg4{
  margin-top:-5px;
}
.neg5{
  margin-top:-8px;
}
.nav-start li a:before{
  position:absolute;
  content:" ";
  border-bottom: 4px solid #fa6b52;
  width:40px;
  height:4px;
  bottom:-8px;
  left:calc(50% - 20px);
  transition:all 0.3s ease;
  opacity:0;
}
.nav-start li a.active:before{
  opacity:1;
}
.nav-start.scrolled li a.active:before{
  opacity:1;
}
.nav-start .btn{
  padding:2px 14px;
  margin-top:4px;
}
.nav-start .btn-plum, .nav-start .btn-plum:visited{
  color:#fff;
  background-color:#fa6b52;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.nav-start .btn-plum:hover{
  background-color:#f74943;
  color:#fff;
}
.home-center-vert2{
  position: absolute;
  width:280px;
  top: 50%;
  transform: translate(0%, -50%);
}
.navbar-light .navbar-toggler {
  border:none;
  color:#fa6b52;
  font-size:28px;
}
.navbar-dark .navbar-toggler {
  border:none;
  color:#fa6b52;
  font-size:18px;
}
.navbar-light .navbar-toggler:hover {
  color:#fff;
}
@media (max-width: 991px) {
  .nav-intro li{
    margin:0px 4px;
  }
}
@media (max-width: 767px) {
  .nav-start{
    background-image:none;
    background-color:#123772;
  }
  .nav-intro li{
    display:block;
  }
  .nav-intro li.last-button{
    margin-left:auto;
    margin-right:auto;
  }
  .nav-intro li.last-button button{
    width:100%;
    padding:2px 0px !important;
    margin-left:0px !important;
  }
  .nav-intro li a div{
    position:absolute;
    top:6px;
  }
  .nav {
    display:block;
  }
  section.home{
    margin-top:43px;
  }
}
.btn-blue, .btn-blue:visited{
  color:#fff;
  background-color:#7cc8d0;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.btn-blue:hover{
  background-color:#44a0a9;
  color:#fff;
}
.btn-dark-blue, .btn-dark-blue:visited{
  color:#fff;
  background-color:#123772;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.btn-dark-blue:hover{
  background-color:#1c4991;
  color:#fff;
}
.btn-light-blue, .btn-light-blue:visited{
  color:#fff;
  background-color:#b1e6eb;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.btn-light-blue:hover{
  background-color:#7cc8d0;
  color:#fff;
}
.show-sm{
  display:none !important;
}
@media (max-width: 767px) {
  .show-sm{
    display:block !important;
  }
  .hide-mobile{
    display:none;
  }
}
.hide-mobile a.customizeModal{
  color:#8dabd6;
}
.hide-mobile a.customizeModal:hover{
  text-decoration: none;
  color:#7396c9;
}


/*---splash home---*/
.splash-bg-home-top{
  background: url('../imgs/splash-home.jpg') no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}
#content-splash {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}
.nav-start{
  background-image:none;
  color:#fff;
}
.nav-start .nav-intro li a, .nav-start.scrolled .nav-intro li a{
  color:#fff;
  opacity:0.86;
  transition:all 0.3s ease;
}
.nav-start .nav-intro li a:hover, .nav-start.scrolled .nav-intro li a:hover{
  opacity:1;
}
#content-splash .nav-start{
  padding-left:1rem;
}
.splash-bg-home-top h4{
  color:#fff;
  font-size:30px;
}
.splash-bg-home-top p{
  font-size:17px;
  line-height:24px;
  padding-right:15px;
  font-weight:300;
}
.splash-cycle{
  position:absolute;
  margin-left:8px;
  font-weight:600;
  display:none;
}
.splash-home-footer .footer {
    padding-left: 0px;
}
.card.early-access{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  box-shadow: 0px 0px 20px rgba(150,150,150,0.3);
  border:none;
  padding:18px 35px;
}
.early-access h5{
  font-size:24px;
  color:#fa6b52;
  padding:8px 6%;
}
h5.lg{
  font-size:36px;
  letter-spacing:2px;
}
h5.thin{
  font-weight:300;
}
h5.section-title{
  font-size:26px;
  font-weight:600px;
  color:#fa6b52;
  margin-top:6px;
}
.form-clear{
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  border:none;
  border-bottom:1px solid #ddd;
  padding-left:0px;
  font-size:1.3rem;
}
.section-icon{
  width:90%;
  height:220px;
  margin:0 auto;
}
.section-icon img{
  max-width:100%;
  max-height:100%;
}
p.section{
  font-size:17px;
  line-height:23px;
}
p.light{
  color:#666;
}
.light-blue{
  color:#def2f4 !important;
}
.light-blue:hover{
  color:#b1e6eb !important;
}
.early-success{
  display:none;
}
#loading-signup{
  display:none;
}
.logo-v1{
  background:url('../imgs/logo-light.png') no-repeat center left;
  background-size: 100%;
  width:200px;
  height:28px;
}
.scrolled .logo-v1{
  background:url('../imgs/logo-light.png') no-repeat center left;
  background-size: 100%;
  width:200px;
  height:28px;
}
.splash-platform-img{
  width:90%;
  margin:0 auto;
  text-align:center;
}
.splash-platform-img img{
  width:100%;
  height:auto;
}
.splash-dynamic{
  height:100%;
}
p.md-text{
  font-size:16px;
  line-height: 22px;
}
.min-h-475{
  min-height:475px;
}
.img-round{
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  width:90%;
  padding-bottom:90%;
  -webkit-border-radius:200px;
  -moz-border-radius:200px;
  border-radius:200px;
}
.center-vert{
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width:100%;
}
@media (max-width: 767px) {
  /*.logo-v1{
    background:url('../imgs/logo-light.png') no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }*/
  .splash-bg-home-top{
    position:relative;
  }
  .center-vert{
    position:relative;
    top:0px;
    transform: none;
    margin-bottom:90px;
  }
  .home-center-vert{
    position:relative;
    transform:none;
    top:10px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
  }
  .splash-bg-home-top h4{
    font-size:26px;
  }
  .splash-bg-home-top p{
    font-size:16px;
    line-height:22px;
  }
  p.section{
    margin-bottom:120px;
  }
  .nav-start .nav-intro li a {
    /*color:#2a253c;*/
    margin-bottom:15px;
  }
  .card.early-access{
    width:90%;
  }
  .splash-platform-img{
    width:100%;
    margin:0 auto;
    text-align:center;
  }
  .center-sm{
    text-align:center;
  }
  .center-sm div{
    margin-left:auto;
    margin-right:auto;
  }
  .sm-b-space{
    margin-bottom:30px;
  }
  .sm-b-space2x{
    margin-bottom:60px;
  }
  .sm-max-w-75{
    max-width:75%;
    padding-bottom:75%;
  }
}
.color-white{
  color:#fff !important;
}
.form-light{
  border:1px solid #e6e6e6;
  background-color:#f7f7f7;
  padding:0px 10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  line-height:1;
  height:34px;
  letter-spacing: .5px;
  font-size:14px;
}
textarea.form-light{
  width:100%;
  height:100px;
  padding:8px 10px;
  color:#414655;
  font-size:14px;
}
.form-light:focus{
  background-color:#f7f7f7;
  box-shadow:none;
  border-color:#bbb;
}



.uppercase{
  text-transform: uppercase;
}
.title{
  max-width:300px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}
.panel .title, .panel2 .title{
  margin-top:4px;
}
.title img{
  width:100%;
  height:auto;
}
.title div{
  margin-top:6px;
}
.contain{
  position:absolute;
  max-width:450px;
  width:90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  background-color:#fff;
  box-shadow:1px 2px 12px rgba(33,33,33,0.6);
  border-radius: 6px;
  padding:12px;
  z-index:9;
}
section.game{
  margin-top:24px;
}
.aspectwrapper {
  width: calc(100% - 36px);           /* whatever width you like */
  max-width: calc(96vh / 0.58);
  min-width:1000px;
  position: relative;    /* so .content can use position: absolute */
  margin:0 auto;
}
.aspectwrapper::after {
  padding-top: 56%; /* percentage of containing block _width_ */
  display: block;
  content: '';
}
.gameboard {
  font-size:0px;
  position: absolute;
  top: 0; bottom: 0; right: 250px; left: 0;  /* follow the parent's edges */
  display:grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-auto-rows:11.1111%;
}
footer.footer2{
  position:absolute;
  bottom:20px;
}

.block{
  display:inline-block;
  margin:0;
  padding:0;
  border:1px solid #ddd;
  position:relative;
  height:100%;
}
.block-blank{
  display:inline-block;
  margin:0;
  padding:0;
}
.spot{
  display:block;
  background-color:#f5f5f5;
  height:100%;
  min-height:56px;
  font-size:1rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
.block .text{
  padding:6px;
  position:absolute;
  display:flex;
  height:100%;
  width:100%;
}
.btn{
  font-size:1.5rem;
}
.block .text.center{
  vertical-align: middle;
  text-align:center;
}
.block .text.center p{
  margin:auto;
  padding:0;
}
.block .text.top-center{
  text-align:center;
}
.block .text.top-center p{
  margin:0 auto;
}
.block .text.bottom-center{
  vertical-align: bottom;
  text-align:center;
}
.block .text.bottom-center p{
  margin:auto auto 0 auto;
  padding:0;
}
.block .text.bottom-left{
  vertical-align: bottom;
  text-align:left;
}
.block .text.bottom-left p{
  margin:auto auto 0 0;
  padding:0;
}
.block .text.bottom-right{
  vertical-align: bottom;
  text-align:right;
}
.block .text.bottom-right p{
  margin:auto 0 0 auto;
  padding:0;
}
.block .text.top-right{
  text-align:right;
}
.block .text.top-right p{
  margin:0 0 auto auto;
}
.block .text.small{
  font-size:0.9rem;
}
.block .text.medium{
  font-size:1.05rem;
}
.block .text.large{
  font-size:1.2rem;
}
.block .text.xlarge{
  font-size:1.35rem;
}
.block .text.bold{
  font-weight:bold;
}
.block .text.regular{
  font-weight:normal;
}
.block .text.medium{
  font-weight:600;
}
.block .text.bold-italic{
  font-weight:bold;
  font-style: italic;
}
.block .text.italic{
  font-style: italic;
}
.block .icon {
  position:absolute;
  padding:2px;
  height:100%;
  width:100%;
}
.block .icon.center, .block .icon.center-sm, .block .icon.center-md{
  text-align:center;
  display:flex;
  overflow: hidden;
}
.block .icon.top-center{
  text-align:center;
  top:0;
  height:auto;
}
.block .icon.top-right{
  text-align:right;
  top:0;
  height:auto;
}
.block .icon.top-left{
  text-align:left;
  top:0;
  height:auto;
}
.block .icon.bottom-center{
  text-align:center;
  bottom:0;
  height:auto;
}
.block .icon.bottom-right{
  text-align:right;
  bottom:0;
  height:auto;
}
.block .icon.bottom-left{
  text-align:left;
  bottom:0;
  height:auto;
}
.block .icon.right-middle-neg{
  text-align:right;
  right:-15%;
  z-index:9;
  top:35%;
}
.block .icon.right-middle-neg img{
  width:22%;
}
.block .icon img {
  width:40%;
  height:auto;
}
.block .icon.center img{
  flex-shrink: 0;
  min-width: 100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}
.block .icon.center-md img{
  flex-shrink: 0;
  min-width: 60%;
  min-height: auto;
  margin:auto;
  width:60%;
  height:auto;
}
.block .icon.center-sm img{
  flex-shrink: 0;
  min-width: 40%;
  min-height: auto;
  margin:auto;
  width:40%;
  height:auto;
}



.panel{
  position:absolute;
  top:0; bottom: 0; right:0;
  width:230px;
  padding:10px 12px;
  background-color:#fff;
  box-shadow:1px 2px 8px rgba(33,33,33,0.4);
  border-radius:3px;
}
.panel .game-code{
  font-size:2rem;
}
.panel ul.players{
  margin:0;
  padding:0;
}
.panel .players li{
  list-style:none;
  font-size:1.1rem;
  padding:4px 6px;
  margin:2px 0;
  position:relative;
}
.panel .players li.host::after{
  content:' (Host)';
  color:#89aaad;
}
.panel .players li.me{
  background-color:#dff2ef;
}
.panel .players li.active{
  background-color:#115975;
  color:#fff;
}
.panel .players li.active::after{
  content:'Let\'s Roll';
  position:absolute;
  right:25px;
  color:#91bdc2 !important;
}
.panel .copy, .panel .copy:visited{
  font-size:1.1rem;
  transition: all 0.3s ease;
  cursor:pointer;
}
.panel .copy:hover{
  color:#007bff !important;
}
.copied{
  position:absolute;
  right:-75px;
  font-size:1rem;
  text-align:center;
  width:100%;
  display:none;
}

.block .players{
  position:absolute;
  z-index:99;
  bottom:2px;
  left:2px;
  margin:0;
  padding:0;
}
.block .players li{
  display:inline-block;
  list-style:none;
  background-color:rgba(30,30,30, 0.65);
  text-align: center;
  width:30px;
  height:30px;
  line-height:30px;
  color:#fff;
  font-size:1rem;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.block .players li:first-child{
  margin-left:0px;
}

.options{
  position:absolute;
  bottom:10px;
  width:calc(100% - 24px);
  text-align:center;
  z-index:99;
}
.options button{
  margin-bottom:4px;
  display:none;
}
.options button.doJoin{
  display:block;
  margin:0 auto 10px auto;
}
#copy-url{
  position:relative;
  margin-bottom:14px;
}
#remove-p{
  font-weight:bold;
}
.copyTheUrl{
  margin-bottom:8px;
}

.turn-modal{
  position:absolute;
  display:none;
  box-shadow:2px 2px 9px 3px rgba(40,40,40,0.4);
  width:90%;
  top:calc(50% - 85px);
  padding:15px;
  text-align: center;
  border-radius:4px;
  z-index:302;
  background-color:#fff;
}
.turn-modal #rolled{
  font-size:6rem;
  margin-bottom:10px;
  color:#1f4dc1;
}
.turn-modal .roll-name{
  font-size:1.6rem;
  margin-bottom:10px;
}
.turn-modal .your-turn{
  margin-bottom:6px;
}

.landed{
  width:100px;
  height:100px;
  margin:0 auto;
}
.tile-block{
  width:100px;
  height:100px;
}
.tile-block .block{
  width:100px;
  height:100px;
}
.landed .block{
  display:none;
  width:100px;
  height:100px;
}
.has-error{
  border:1px solid #b32e22;
}
.has-error2{
  border:1px solid #b32e22;
}
.error{
  color:#b32e22;
}
.error-msg{
  display:none;
}
#prompt{
  font-size:1.8rem;
  text-align:center;
}
#prompt span{
  font-weight:bold;
  color:#17a2b8;
}
.prompt-sample{
  font-size:14px;
}
.prompt-sample span{
  font-weight:bold;
  color:#17a2b8;
}
#rollName{
  text-align:center;
  font-size:1.4rem;
}
#playerNameRoll{
  font-weight:bold;
}
#rolledIcon{
  font-size:1.8rem;
  color:#1f4dc1;
}
.ro {
  transform: rotate(-20deg);
}
.ro1 {
  transform: rotate(10deg);
}
#roll{
  font-size:1.7rem;
}
.your-turn{
  font-size:1.6rem;
}

.player-options{
  position:absolute;
  /*display:none;*/
  right:0;
  top:1.5px;
  z-index:101;
}
.btn-player-options{
  padding:0px 2px;
  line-height:normal;
  background-color:rgba(0,0,0,0);
  border:none;
  color:#333;
}
.active .btn-player-options{
  color:#fff;
}
.btn-player-options:hover{
  color:#fff;
}
.btn-player-options::after, .btn-player-options::before{
  content:none;
}
.btn-player-options:focus{
  border:none;
  box-shadow:none;
}
.players > li:hover > .player-options{
  display:block;
}
.player-options < .dropdown.show{
  display:block;
}
.player-options < .dropdown:hover{
  display:block;
}
.player-options < .dropdown .dropdown-menu:hover{
  display:block;
}
.player-options < .dropdown button:hover{
  display:block;
}
.player-options .dropdown-menu{
  margin-top:0px;
}
.playerCopied{
  display:none;
}

#resume-game{
  margin-top:8px;
  display:none;
}
.pauseBox{
  z-index:999;
}
.start-text{
  text-align:center;
  font-size:1.4rem;
}
.donateText{
  font-size:10px;
  line-height:20px;
}
.donateButton{
  background-color:#ffe741;
  color:#222;
  border-radius: 20px;
  padding:1px 7px;
  border:none;
  font-size:12px;
  font-weight:bold;
  transition:all 0.3s ease;
}
.donateButton:hover{
  background-color:#f7d439;
}
.greyText{
  color:#bbb;
}


h1{
  font-size:2rem;
}
h2{
  font-size:1.5rem;
  font-weight:bold;
}
.msg-body{
  padding:18px 22px;
}
.btn-orange, .btn-orange:visited{
  background-color:#ef8354;
  border:none;
}
.btn-orange:hover{
  background-color:#d8693e;
}
.btn-green, .btn-green:visited{
  background-color:#0f7173;
  border:none;
}
.btn-green:hover{
  background-color:#0a6565;
}
.btn-primary2, .btn-primary2:visited{
  background-color:#361d2e;
  border:none;
}
.btn-primary2:hover{
  background-color:#2e1525;
}
.mobile-notice{
  display:none;
  font-size:10px;
  color:#aaa;
  text-align: center;
  margin-bottom:5px;
  margin-top:1px;
}
.mini-board{
  width:300px;
  display:none;
}
.mini-board .block{
  display:block;
  width:100px;
  height:100px;
}
.mini-board .block .text.small{
  font-size:1.05rem;
}
.mini-board .block .text.medium{
  font-size:1.25rem;
}
.mini-board .block .text.large{
  font-size:1.45rem;
}
.mini-board .block .text{
  padding:3px;
}
.mini-board .block .players li {
  width:28px;
  height:28px;
  line-height:28px;
  padding:0px;
  text-align: center;
}
.block.me{
  border:2px solid #ed586e;
}
.panel-gap{
  /*height:134px;*/
}
#blockSlider > li{
  list-style:none;
}
.rolled-close{
  position:absolute;
  right:10px;
  top:10px;
  font-size:1rem;
}
.rolled-close .btn-warning{
  font-size:1.2rem;
}
.buttonOptions .btn{
  font-size:1.2rem;
}

.footer-link{
  color:#eee;
}
.footer-link:hover{
  color:#fff;
}

.panel2{
  position:absolute;
  top:0; bottom: 73px; right:0;
  width:230px;
  padding:10px 12px;
  background-color:#fff;
  box-shadow:1px 2px 8px rgba(33,33,33,0.4);
  border-radius:3px;
}
.ad1{
  position:absolute;
  bottom: 0; right:0;
  width:230px;
}
.ad1 h3{
  margin-bottom:0;
}
.ad2{
  position:absolute;
  height:auto;
  width:300px;
  text-align:left;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.gad1{
  display:block;
  width:auto;
  height:72px;
}
.panel2 .game-code{
  font-size:2rem;
}
.panel2 ul.players{
  margin:0;
  padding:0;
}
.panel2 .players li{
  list-style:none;
  font-size:1.1rem;
  padding:4px 6px;
  margin:2px 0;
  position:relative;
}
.panel2 .players li.host::after{
  content:' (Host)';
  color:#89aaad;
}
.panel2 .players li.me{
  background-color:#dff2ef;
}
.panel2 .players li.active{
  background-color:#115975;
  color:#fff;
}
.panel2 .players li.active::after{
  content:'Let\'s Roll';
  position:absolute;
  right:25px;
  color:#91bdc2 !important;
}
.panel2 .copy, .panel2 .copy:visited{
  font-size:1.1rem;
  transition: all 0.3s ease;
  cursor:pointer;
}
.panel2 .copy:hover{
  color:#007bff !important;
}
.drizlyAd{
  width:230px;
  height:auto;
  border:none;
}

.block-edit:hover{
  opacity:0.7;
  cursor:pointer;
}
.btn-small{
  font-size:12px;
}

/*-- fonts --*/
.arial{
  font-family: Arial, sans-serif;
}
.georgia{
  font-family: Georgia, sans-serif;
}
.times{
  font-family: 'Times New Roman', serif;
}
.opensans{
  font-family: 'OpenSans', serif;
}
.dosis{
  font-family: 'Dosis', serif;
}
.mohave{
  font-family: 'Mohave', serif;
}
.segoe{
  font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.custom-file-label{
  overflow:hidden;
}
.icon-it button{
  position:absolute;
  top:6px;
  right:62px;
  z-index:99;
}
.icon-it button.btn{
  padding:3px;
  line-height:0.9;
}
.screen-size-custom{
  display:none;
}
@media (max-width: 767px) {
  .screen-size-custom{
    display:block;
  }
}


/*--splash--*/
.dual-pill-bg{
  background-color:#f3f3f3;
  /*width:260px;
  margin:0 auto;*/
  border-radius:0.25rem;
}
.dual-pill-bg .nav-item{
  width:49.9%;
  font-size:1.2rem;
  text-align:center;
}
.tab-pane .form-group{
  margin-bottom:1.5rem;
}
.tab-pane .btn, .home-center-vert .btn {
  font-size:1.2rem;
}
.form-clear:focus, .form-round:focus{
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color:#123772;
}
.form-clear::placeholder, .form-round::placeholder{
  color:#aaa;
}
input.form-clear{
  padding-left:4px;
}
.tab-pane label{
  font-size:11px;
  margin:0px 0px 0px 4px;
  color:#777;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #174999;
}
.nav-pills a{
  color:#174999;
}
.nav-pills a:hover{
  color:#0c2c61;
}
#gameSlider{
  width:98%;
  height:500px;
  margin:0 auto;
}
#gameSlider > li > div{
  width:(25% - 20px);
}
#games .lSAction > .lSPrev {
  left:-10px;
}
#games .lSAction > .lSNext {
  right:-10px;
}
.abs-body{
  position:absolute;
  top:10px;
  width:calc(100% - 25px);
}
.splash-game{
  margin:10px;
  background-color:#f7f7f7;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border:1px solid #ddd;
  text-align: left;
}
.splash-game .btn{
  font-size:13px;
}
.splash-game .details{
  position:relative;
  height:30px;
}
.splash-game .details2{
  position:relative;
  height:80px;
}
.card .game-title{
  width:calc(100%-61px);
  float:left;
  font-size:15px;
  margin-top:16px;
  position:relative;
  font-weight:600;
}
.card .game-title::before{
  content: "Game";
  position:absolute;
  top:-18px;
  font-size:11px;
  color:#777;
}
.card .game-price{
  width:60px;
  float:right;
  font-size:15px;
  margin-top:16px;
  position:relative;
  text-align:right;
}
.card .game-price::before{
  content: "Price";
  position:absolute;
  top:-18px;
  font-size:11px;
  color:#777;
}
.splash-game .padding-0:first-child{
  padding-right:0;
}
.splash-game .padding-0:last-child{
  padding-left:0;
}
section#say-hello .btn{
  font-size:1.2rem;
}
.splash-game > .image{
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  width:100%;
  padding-bottom:56.4%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.splash-game > .image2{
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  width:100%;
  padding-bottom:75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-icon{
  width:50%;
  max-width:200px;
  margin:0 auto;
  margin-bottom:20px;
}
#games .lSSlideOuter {
  margin-left:auto;
  margin-right:auto;
  width:94%;
}
.left-chevy{
  position:absolute;
  left:0px;
  font-size:28px;
  background-color:inherit;
  border:none;
  top:calc(50% + 67px);
  transition:all 0.3s ease;
  border-radius:5px;
}
.right-chevy{
  position:absolute;
  right:0px;
  font-size:28px;
  background-color:inherit;
  border:none;
  top:calc(50% + 67px);
  transition:all 0.3s ease;
  border-radius:5px;
}
.left-chevy:hover, .right-chevy:hover{
  box-shadow:none;
  border:none;
  background-color:#f0f0f0;
}
.left-chevy:focus, .right-chevy:focus{
  outline:none;
}
a.left-chevy, a.right-chevy{
  color:#123772;
}
#games .center-vertically{
  position:absolute;
  top:calc(50% - 10px);
  width:calc(25% - 20px);
  color:#aaa;
}
.buy-price{
  font-size:14px;
}
.buy-price span{
  font-size:2rem;
}

@media (max-width: 767px) {
  .splash-preview .nav{
    display:inherit;
  }
  #games .lSSlideOuter {
    width:88%;
  }
}

.panel ul.players{
  max-height:calc(100% - 210px);
  overflow-y:auto;
}
.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .steps-timeline {
    border-left: 2px solid #fa6b52;
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .steps-timeline {
    border-top: 2px solid #fa6b52;
    padding-top: 15px;
    margin-top: 40px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}
.steps-timeline h3{
  font-size:2.3rem;
}
.steps-timeline .steps-name{
  color:#123772;
}
.steps-timeline .steps-description{
  font-size:1.2rem;
}
.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}
@media screen and (max-width: 768px) {
  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
    margin-top: -35px;
  }
}
@media screen and (max-width: 768px) {
  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
  .steps-three {
	  padding-bottom:40px;
  }
  .steps-three .steps-description {
	  margin-left:57px;
  }
}
@media screen and (min-width: 768px) {
  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}
@media screen and (max-width: 768px) {
  .steps-three {
    margin-bottom: -10%;
  }
}
@media screen and (min-width: 768px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}
.steps-img {
  display: block;
  margin: auto;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-bottom: 16px;
  border:2px solid #fa6b52;
  background-color:#fff;
  font-size:23px;
  color:#123772;
  overflow:hidden;
  padding:0px;
}
@media screen and (max-width: 768px) {
  .steps-img {
    float: left;
    margin-right: 20px;
    margin-left: 5px;
  }
  .steps-name {
	  text-align:left;
	  padding-top:5px;
	  margin-top:20px;
  }
  .steps-description {
    text-align: left;
  }
  .steps-img {
    font-size:23px;
    padding:2px;
  }
}
.steps-name,
.steps-description {
  margin:3px 0px 15px 0px;
}
@media screen and (min-width: 768px) {
  .steps-name {
    text-align: center;
  }
}
.steps-description {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .steps-description {
    text-align: center;
  }
}

.splash-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 180px;
  /*line-height: 40px;  Vertically center the text there */
  background-color:#3a4557;
  color:#fff;
  padding:20px 0px;
}



/*--for mobile--*/
@media (max-width: 1086px) {
  .ad2{
    display:none;
  }
}
@media (max-width: 767px) {
  .gameboard{
    display:none;
  }
  .aspectwrapper{
    max-width:100%;
    min-width:100%;
  }
  .aspectwrapper::after {
    padding-top: 0%; /* percentage of containing block _width_ */
    display: block;
    content: '';
  }
  .panel{
    position:relative;
    width:96%;
    max-width:325px;
    margin:0 auto;
    min-height:calc(100vh - 170px);
  }
  .panel2{
    position:relative;
    width:96%;
    max-width:325px;
    margin:0 auto;
    min-height:calc(100vh - 170px);
  }
  .panel ul.players{
    padding-bottom:28px;
  }
  .panel-gap{
    height:134px;
  }
  .gad1{
    display:none;
  }
  .ad1{
    display:none;
  }
  .mobile-notice{
    display:block;
  }
  .mini-board{
    display:block;
  }
  #roll{
    font-size:2.3rem;
  }
}

/*-- keep 57% ratio --*/
@media all and (min-width: 1px)   {  html  { font-size:10px;  } }
@media all and (min-width: 1000px)   {  html  { font-size:10px;  } }
@media all and (min-width: 1100px)   {  html  { font-size:11px;  } }
@media all and (min-width: 1300px)   {  html  { font-size:12px;  } }
@media all and (min-width: 1900px)   {  html  { font-size:13px;  } }
@media (min-height: 500px) and (min-width: 1100px)   {  html  { font-size:10px;  } }
@media (min-height: 600px) and (min-width: 1100px)   {  html  { font-size:11px;  } }
@media (min-height: 800px) and (min-width: 1100px)   {  html  { font-size:11px;  } }
@media (min-height: 600px) and (min-width: 1300px)   {  html  { font-size:11px;  } }
@media (min-height: 700px) and (min-width: 1300px)   {  html  { font-size:12px;  } }
@media (min-height: 800px) and (min-width: 1300px)   {  html  { font-size:13px;  } }
@media (min-height: 1000px) and (min-width: 1600px)   {  html  { font-size:14px;  } }
@media (min-height: 1200px) and (min-width: 1900px)   {  html  { font-size:15px;  } }
@media (min-height: 1400px) and (min-width: 2200px)   {  html  { font-size:16px;  } }

.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}

::-webkit-scrollbar {
  width:14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-track {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
::-webkit-scrollbar-thumb:hover {
  border: 5px solid rgba(255, 255, 255, 0);
  background-color:#dbdbdb;
}
