

@font-face {
  font-family: 'SofiaProSemiBold';
  src: url('../fonts/SofiaProSemiBold.eot');
  src: local('☺'), 
       url('../fonts/SofiaProSemiBold.woff') format('woff'), 
       url('../fonts/SofiaProSemiBold.ttf') format('truetype')
}

@font-face {
  font-family: 'sofia-pro-regular-webfont';
  src: url('../fonts/sofia-pro-regular-webfont.eot');
  src: local('☺'), 
       url('../fonts/sofia-pro-regular-webfont.woff') format('woff'), 
       url('../fonts/sofia-pro-regular-webfont.ttf') format('truetype'), 
       url('../fonts/sofia-pro-regular-webfont.svg#sofia_pro_regularregular') format('svg');
}



body{
  font-family: 'Open Sans', sans-serif;
}

.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    text-align: CENTER;
    padding-top: 40vh;
}

#container {
	position: relative;
	
}

#container3d{
      position: fixed;
    
    width: 100%;
    height: 100%;
    z-index: 5;
}

    
#container3d canvas {
	position: absolute;
    z-index: 5;
   
}

.loading-holder,.login,.ordering,.pos,.info-holder,.enter-details{
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;

}.

.in-game{
 position: fixed;
 width: 100%;
 height: 9vh;
 z-index: 5;
}



.bottom-white{
	background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding-top: 6vh;
    text-align: center;
}

.bottom-white-small{
	background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10%;
    padding-top: 3vh;
    text-align: center;
}

.top-area{

    position: fixed;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#609ad9+0,3674c3+100 */
background: #609ad9; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #609ad9 0%, #3674c3 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #609ad9 0%,#3674c3 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #609ad9 0%,#3674c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609ad9', endColorstr='#3674c3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.top-area-landing{
   position: fixed;
    z-index: 100;
    background-color: #8b2c3a;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;

}

.search{
        display: block;
    color: #ffffff;
    background-color: #8b2c3a;
    border: none;
    font-size: 3vh;
    border-radius: 3vh;
    padding: .5vh;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    width: 100%;
}

.setup{
    position: fixed;
    z-index: 100;
    background-color: #363636;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.poswindow{
    position: fixed;
    z-index: 100;
    background-color: #363636;
    top: 0;
    width: 80%;
    height: 100%;
    text-align: center;
    left: 20%;
}
.chat{
   position: fixed;
    z-index: 100;
    background-color: #e0e0e0;
    top: 0;
    width: 20%;
    height: 100%;
    text-align: center;
}

.in-game .top-area{
  position: fixed;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.top-logo{
	width: 45vh;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 2vh auto 0vh;
    z-index: 105;
}

.top-logo-second{
    width: 24vh;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 2vh auto 0vh;
    z-index: 105;
}

.content-holder{
position: absolute;
    left: 0px;
    top: 5vh;
    right: 0px;
    margin: 1vh;
}


.txt{
	width: 35vh;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.7vh;
}

.txt-modal{
	width: 75%;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
    text-align: center;
    margin-bottom: 3vh;
}

.txt-head{
	
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  margin-bottom: 1vh;
  font-size: 2vh;
  margin-top: .5vh;

}

.terms{
	font-family: freebooter;
    font-size: 3vh;
    margin-bottom: 0vh;
    margin-top: .5vh;
}

.terms input{
	vertical-align: text-top;
    width: 2vh;
    height: 2vh;
}
.green-terms{
	color:green;
}

.step{
	font-size: 3.5em;
    font-family: freebooter;
    margin: 0px;
}
.box{
    padding-left: 3vh;
    padding-right: 3vh;
    background-color: white;
    border-radius: 1vh;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-bottom: 1vh;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.75);
}



.termholder{
    height: 36vh;
    overflow: scroll;
    width: 80%;
    margin: 0 auto;
}

.termbtnholder{
    text-align: center;
}

.termholder p{
    font-family: helvetica-bold;
    color: #381805;
    font-size: 1.5vh;
}

.termsbtns{
    width: 20vh;
    position: relative;
    margin: 0 auto;
}

.top-img{
	width: 29vh;
    margin-top: -3vh;
}

.btm-j2o{
    width: 7vh;
    float: right;
    margin-right: 10px;
}

.btm-stone{
    width: 20vh;
    float: right;
}

.top-area-big{
	background-color: white;
    background-image: url(../images/sea-back2.png);
    position: fixed;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 90%;
    text-align: center;
}

.loading-left{
	float: left;
	height: 103%;
}
.loading-right{
	float: right;
	height: 90%;
}

.winner-prize{
	width: 16vh;
    position: absolute;
    bottom: 0px;
    right: 2vh;
    margin: 0px auto 1vh;
}

.winner-prize-s{
	width: 35vh;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px auto 0vh;
}

.loading-j2o{
	width: 21vh;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 13vh auto;
    z-index: 101;
}

.loading-logo{
    width: 14vh;
    position: absolute;
    bottom: 30vh;
    margin: 0 auto;
    height: auto;
    left: 0;
    right: 0;
    margin-left: 50%;
    transform: translateX(-50%);
}

.loading-bar{
	    position: absolute;
    left: 0px;
    top: 32vh;
    right: 0px;
    margin: 0px auto;
}
.loading-bar img{
	    width: 8vh;

}

.grad{
	width: 100%;
	height: 100%;
}

.stonelogo{
	width: 25vh;
}

.p-serif{
	font-family: 'PT Serif', serif;
}

.stp-1-img{
 width: 34vh;
 position: absolute;
 margin: 0 auto;
 left: 0;
 right: 0;
}

.stp-2-img{
	width: 23vh;
    position: absolute;
    margin: 24px auto;
    left: 0;
    right: 0;
}
.stp-3-img{
	width: 20vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 16px;
    right: 0;
}





.scoreboard{
	width: 100%;
    background-image: url(../images/ingame-top.jpg);
    top: 0px;
    background-size: cover;
    height: 9vh;
    text-align: center;
}

.chest-ind{
	width: 6vh;
    margin-top: 2vh;
}

.gemsHolder,.unlocksHolder{
	border: 2px solid orange;
    border-radius: 7px;
    padding: .5vh;
    margin-top: 2vh;
}


.gemsHolder span img,.unlocksHolder span img{
	width:2.5vh;
}

.gemsHolder span b,.unlocksHolder span b{
 color: white;
 font-size: 2vh;
 padding: 4px;
 vertical-align: middle;
}

.modal {
  text-align: center;
  padding: 0!important;
  top: 15px!important;
}



.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;

}

.txt-modal-2{
  width: 75%;
  margin: 0 auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 2.5vh;
  text-align: center;
  margin-bottom: 3vh;
}

.secret-location-found{
  font-size: 5vh;
  font-family: freebooter;
  margin-top: 15%;
}

.modal-small-txt{
  width: 75%;
  margin: 0 auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 1.5vh;
  text-align: center;
  margin-bottom: 3vh;
}

.modal-body{
        position: relative;
    padding: 0vh;
    padding-right: 1vh;
    padding-left: 1vh;
    padding-bottom: 1vh;
    border: 4px solid white;
    border-radius: 2vh;
}

.modal-body2{
    position: relative;
    padding: 15px;
    background-image: url(../images/box3.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 63vh;
    text-align: CENTER;
}

.modal-body3{
   position: relative;
   padding: 15px;
   background-image: url(../images/box.png);
   background-size: contain;
   background-repeat: no-repeat;
   height: 63vh;
   text-align: CENTER;
}

.padding-tp{
  padding-top: 22%;
}

.code{
  width: 64%;
  height: 4vh;
  margin: 0 auto;
  border: 1px solid #381805;
  margin-bottom: 3vh;
  font-size: 2vh;
  font-weight: bolder;
  text-transform: uppercase;
}

.find{
  width: 14vh;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.searching{
  width: 12vh;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.takeme{
  width: 20vh;
  position: relative;
  margin: 0 auto;
  bottom: 1vh;
}

.modal-c{
      position: relative;
    background: #8a2c3a;
    text-align: center;
    border-radius: 2vh;
}

.goback{
      display: block;
    color: #ffffff;
    background-color: #482328;
    border: none;
    font-family: 'LT-Bold';
    font-size: large;
    border-radius: 5vh;
    padding: 1vh;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2vh;
}
.finalizebooking{
      display: block;
    color: #ffffff;
    background-color: #8a2c3a;
    border: 1px solid white;
    font-family: 'LT-Bold';
    font-size: large;
    border-radius: 5vh;
    padding: 1vh;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2vh;
}
.winner-tp{
 width: 33vh;
 right: 0;
 left: 0;
 position: absolute;
 margin: -5vh auto;
 z-index: 15;
}

.txtmodal-head{
   font-family: helvetica-bold;
   font-weight: bold;
   color: #381805;
   text-align: center;
   margin-bottom: 3vh;
   margin-top: 2vh;
   font-size: 2vh;
}

.closebtn{
  width: 5vh;
  float: right;
}

.padding-cover{
  height: 6vh;
}

.pad{
  padding-right: 10px;
  padding-left: 10px;
}

.startshiptxt{
  width: 75%;
  margin: 35% auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 1.5vh;
  text-align: center;
  margin-bottom: 3vh;
}

.orientation{
    width: 100%;
    height: 100%;
    position: FIXED;
    z-index: 5000;
    background-color: white;
}

.orientation center{
    margin: 20% auto;
}

.shpwrk-ready{
  font-size: 5vh;
  font-family: freebooter;
}

.timer{
  background-image: url(../images/timer.png);
  background-repeat: no-repeat;
  width: 12vh;
  height: 13vh;
  background-size: 100%;
  background-position: center top;
  float: right;
  margin-top: 1vh;
  margin-right: 1vh;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.bonusbtle{
    width: 28vh;
    margin-bottom: 2vh;
}

.traininglogin{
      color: white;
    font-family: SofiaProSemiBold;
    font-size: 30px;
   
}

.loginbox{
   border: 1px solid white;
    padding-bottom: 5vh;
    padding-top: 5vh;
    padding-left: 2vh;
    padding-right: 2vh;
    border-radius: 4vh;
}
.secretLoc{
  width: 10vh;
  height: 10vh;
  float: right;
  margin-right: 1vh;
  margin-top: 1vh;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.pulseslow{
   -webkit-animation: pulse2 3s linear infinite;
  animation: pulse2 3s linear infinite;
}

.timer p{
  display: block;
  text-align: CENTER;
  margin: 6vh auto;
  font-size: 3vh;
  font-weight: bold;
  margin-left: 2vh;
}

.timesup{
  font-size: 5vh;
  font-family: freebooter;
  margin: 24% auto 0;
}

.timesupsub{
  width: 75%;
  margin: 5% auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 1.5vh;
  text-align: center;
}

.inputcontrols{
  width: 14vh;
  margin: 1vh;
  border: 1px dashed black;
  border-radius: 50%;
  padding: 2vh;
}

.inputcontrols2{
    width: 9vh;
    margin: 1vh;
}

.txt-cen{
    text-align: center;
}

.info-360{
  position: absolute;
  margin: 30vh auto;
  text-align: CENTER;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.mar-t{
  margin-top: 10vh;
}
.mar-gap{
  margin-top: 4vh;
    margin-bottom: 4vh;
}

.logo-container{
  background-color: white;
    
    padding: 1vh;
    width: 15vh;
    margin: 4vh auto;
}

.logo-container img{
     width: 100%;
}

.nag-btm{
      margin: 0vh auto;
    height: auto;
    z-index: -1;
    left: 0;
    right: 0;
    width: 50vh;
    position: fixed;
    bottom: 0;
}

.ext{
    width: 18vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
}

.ex{
   position: fixed;
   bottom: 2vh;
   right: 0;
   left: 0;
   width: 13vh;
   margin: 0 auto;
}

.p2w{
    width: 14vh;
    margin-bottom: 4px;
}

.single-diamond{
    width: 12%;
    margin: 4px;
}

.coin-d{
    width: 8%;
    margin: 4px;
}


.modal-small-txt-lessmar{
    width: 75%;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size:1.8vh;
    text-align: center;

}

.continue{
    width: 18vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 2vh;
}

.ret-img{
    width: 36%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.txt2{
    width: 35vh;
    margin: 1vh auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
}

.txt4{
    width: 35vh;
    margin: 0px auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
}

.play1{
    width: 18vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 2vh;
}

.txt-dsit{
    width: 75%;
    margin: 7% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
    text-align: center;
    margin-bottom: 3vh;
}

.range{
 display: inline-block;
 width: 70%;
 vertical-align: middle;
}

.speed-change-title{
    width: 75%;
    margin: 7% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 2vh;
    text-align: center;
    margin-bottom: 3vh;
}

.min-t{
    float: left;
    margin-top: 7px;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
}
.max-t{
    float: right;
    margin-top: 7px;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
}

input[type=range] {
 height: 29px;
 -webkit-appearance: none;
 width: 70%;
 margin: 0 auto;
 display: inline-block;
 background-color: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #A1740D;
  border-radius: 50px;
  border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFAF0F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #A1740D;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #A1740D;
  border-radius: 50px;
  border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFAF0F;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #A1740D;
  border: 1px solid #000000;
  border-radius: 100px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #A1740D;
  border: 1px solid #000000;
  border-radius: 100px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFAF0F;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #A1740D;
}
input[type=range]:focus::-ms-fill-upper {
  background: #A1740D;
}


.infobox{
    width: 5vh;
    height: 5vh;
    float: left;
    margin-left: 1vh;
    margin-top: 1vh;
}

.step-3{
 width: 34vh;
 position: absolute;
 margin: 0 auto;
 left: 0;
 bottom: 4vh;
 right: 0;
}

.pag{
    width: 27%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.takeme2{
    width: 20vh;
    position: relative;
    margin: 0 auto;
    bottom: -13vh;
}

.oops{
   font-size: 5vh;
   font-family: freebooter;
   margin-top: 12%; 
}

.mdimg{
  width: 88%;
  margin-top: 21%;
  left: 0;
  right: 0;
}

.platsec{
    width: 18vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 6vh;
}

.timesupsub2{
    width: 75%;
    margin: 3% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
    text-align: center;
}

.count{
    width: 75%;
    margin: 5% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 3vh;
    text-align: center;
}

.txtmodal-head2{
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    text-align: center;
    margin-bottom: 1vh;
    margin-top: -1vh;
    font-size: 2.5vh;
}

.txt-modal2{
    width: 75%;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
    text-align: center;
    margin-bottom: 2vh;
}

.startshiptxt2{
   width: 85%;
   margin: 4vh auto;
   font-family: helvetica-bold;
   font-weight: bold;
   color: #381805;
   font-size: 1.8vh;
   text-align: center;
   margin-bottom: 1vh;
}

.startshiptxt3{
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    display: block;
    font-size: 1.8vh;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.startshiptxt4{
    width: 85%;
    margin: 1vh auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 2vh;
    text-align: center;
    margin-bottom: 1vh;
}

.previewtable{
      font-size: 2vh;
    font-family: SofiaProSemiBold;
    color: black;
    text-align: left;
    background: white;
    border-radius: 3px;
}


.previewtable tbody tr td{
   padding: 1px;
}


.eachitem{
  margin-top: 20px;
}

.eachitem img{
    width: 4vh;
    float: right;
    margin-top: 6px;
}


@-webkit-keyframes pulse {
 0% {
     -webkit-transform: scale(1, 1);
     opacity: 1;
 }
 50% {
     -webkit-transform: scale(1.5, 1.5);
      opacity: .8;
 }
 100% {
     -webkit-transform: scale(1, 1);
      opacity: 1;
 }
}

@keyframes pulse {
 0% {
     transform: scale(1, 1);
      opacity: 1;
 }
 50% {
     transform: scale(1.5, 1.5);
      opacity: .8;
 }
 100% {
    transform: scale(1, 1);
     opacity: 1;
}
}

@-webkit-keyframes pulse2 {
 0% {
     -webkit-transform: scale(1, 1);
     opacity: 1;
 }
 50% {
     -webkit-transform: scale(1.1, 1.1);
      opacity: .8;
 }
 100% {
     -webkit-transform: scale(1, 1);
     opacity: 1;
 }
}

@keyframes pulse2 {
 0% {
     transform: scale(1, 1);
     opacity: 1;
 }
 50% {
     transform: scale(1.1, 1.1);
      opacity: .8;
 }
 100% {
    transform: scale(1, 1);
    opacity: 1;
}
}

@media (min-width: 768px){

    .modal-dialog {
        width: 50vh;
        margin: 30px auto;
    }
}


.title-text-stroked{
       font-family: oswald-regular;
    font-size: 3vh;
    color: #80388d;
    font-weight: bolder;
    text-transform: uppercase;
    padding-top: 2vh;
}

.message-sub{
    font-family: OpenSans-Semibold;
    font-size: 1.8vh;
    margin-top: 2vh;
}

.message-sub span{
    color:#009fe3;
}

.message-sub span:hover{
    cursor: pointer;
}


.prizes-1000{
    width: 30vh;
    bottom: 0px;
    right: 5vh;
    margin: 0px auto 2vh;
    display: block;
}

.btny{
        -webkit-border-radius: 1vh;
    -moz-border-radius: 1vh;
    border-radius: 1vh;
    font-size: 3vh;
    background: white;
    padding: 1vh 5vh 1vh 5vh;
    text-decoration: none;
    border: none;
    font-family: 'Oswald-DemiBold';
    color: #f18f00;
    font-style: italic;
}

.btny:hover {
  background: #e7e7e7;
  text-decoration: none;
  cursor: pointer;
}

.btnx {
  -webkit-border-radius: 1vh;
  -moz-border-radius: 1vh;
  border-radius: 1vh;
  font-size: 3vh;
  background: #f18f00;
  padding: 1vh 5vh 1vh 5vh;
  text-decoration: none;
  border: none;
  font-family: 'Oswald-DemiBold';
  color: white;
  font-style: italic;
}

.btnx:hover {
  background: #ffa930;
  text-decoration: none;
  cursor: pointer;
}

.instructions{
    font-family: OpenSans-Semibold;
    font-size: 1.8vh;
    margin-top: 2.5vh;
    margin-bottom: 1.5vh;
    text-transform: uppercase;
}

.instructions span{
    color: #80398d;
    display: block;
}
.winner1001{
    width: 24vh;
    position: absolute;
    bottom: .5vh;
    left: 1vh;
}
.winner1000{
    width: 30vh;
    position: absolute;
    bottom: 3.5vh;
    left: 0;
    margin: 0px auto 1vh;
    right: 0;
    z-index: 5;
}

.vending-machine{
    position: absolute;
    text-align: CENTER;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.winner-st{
    font-family: oswald-regular;
    font-size: 7vh;
    color: #72317e;
    text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    text-transform: uppercase;
    padding-top: 3vh;
}

.winner-sub{
    font-family: OpenSans-Semibold;
    font-size: 2vh;
    margin-top: 3vh;
    color: white;
}

.winner-msg{
    font-family: Oswald-Regular;
    font-size: 3.5vh;
    margin-top: 0vh;
    color: white;
}

.frm{
    margin-bottom: 1vh;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.tc{
   height: 40vh;
    overflow-y: scroll;
    padding: 2vh;
    text-align: LEFT;
    margin-top: 3vh;
    margin-bottom: 2vh;
}

.style-tc{
    font-family: oswald-regular;
    font-size: 3vh;
    color: #80388d;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: CENTER;
}

#accept{
    margin: .5vh;
    vertical-align: middle;
}

.winningdrink{
    text-align: left;
}

.form-control{
   height: 29px;
}

.er{
    color: red;
}




.h1_{
     font-family: 'LT-Bold';
   
    text-align: left;
}

.h3_{
   font-family: 'LT-Bold';
   
    text-align: left;
}

.pale_blue{
   color: #acdced;
}

.white{
   color: white;
}


.mar_t_half{
      margin-top: 1.5vh;
    margin-bottom: 0px;
}

.mar_t_full{
       margin-top: 3.5vh;
    margin-bottom: 0px;
    font-size: 4vh;
}

.mar_tt_full{
         margin-top: 0vh;
    margin-bottom: 0vh;
    font-size: 3.8vh;
}

.play{
       display: block;
    color: #4bb0eb;
    background-color: #ffffff;
    border: none;
    font-family: 'LT-Bold';
    font-size: 4vh;
    border-radius: 5vh;
    padding: 1vh;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2vh;
    -webkit-box-shadow: 0px 5px 0px 0px #1b96de;
    -moz-box-shadow: 0px 5px 0px 0px #1b96de;
    box-shadow: 0px 5px 0px 0px #1b96de;
}

.leaderboard{
       display: block;
    color: #ffffff;
    background-color: #4bb0eb;
    padding: 1vh;
    font-family: 'LT-Bold';
    font-size: 4vh;
    border-radius: 5vh;
    margin: 0 auto;
    width: 100%;
    border: 1px solid white;
    -webkit-box-shadow: 0px 5px 0px 0px #1b96de;
    -moz-box-shadow: 0px 5px 0px 0px #1b96de;
    box-shadow: 0px 5px 0px 0px #1b96de;
   
}

.share{
    display: block;
    color: white;
    background-color: #ea5a1c;
    border: none;
    padding-left: 1.5vh;
    font-family: 'LT-Bold';
    padding-right: 1.5vh;
    font-size: 5vh;
    margin-top: 12vh;
}

.pl-aga{
       font-family: 'LT-Bold';
    text-align: left;
    line-height: 5vh;
    font-size: 5vh;
    color: white;
     margin-top: 2vh;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    display: block;
    background-color: #ea5a1c;
    border: none;
    padding: 1.5vh;
}

.swinton-bottom{
   width: 18vh;
    position: absolute;
    right: 0;
    left: 0;
    margin: 6vh auto 0vh;
    z-index: 105;
}

.fake-border{
      background: #ffffff;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 14vh;
}
.logo-area{
        position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 15vh;
    background-color: #8a2c3a;
   
    background-size: 35vh;
    background-repeat: repeat-x;
    background-position-y: 1px;
    
}

.book{
      text-align: center;
    background-color: #8a2c3a;
    width: fit-content;
    padding: 1vh;
    margin: -6vh auto;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-bottom: .5vh;
}

.book img{
      width: 9vh;
}

.navbtn{
      width: 5vh;
    margin-top: 2vh;
}

.mart{
  margin-top: 2vh;
}

.remove{
  color: #ffffff;
    background-color: #5d0718;
    font-size: large;
    border-radius: 4vh;
    padding: .5vh;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding-left: 2vh;
    border: none;
    padding-right: 2vh;
    width: 100%;
    margin-bottom: 1vh;
}

.setting{
  width: 5vh;
    position: absolute;
    right: 0;
    z-index: 105;
}
.control-btns{
     color: #ffffff;
    background-color: #8b2c3a;
    font-size: large;
    border-radius: 4vh;
    padding: .5vh;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding-left: 2vh;
    border: 1px solid white;
    padding-right: 2vh;
    width: 100%;
}

.add{
      color: #ffffff;
    background-color: #c54054;
    font-size: large;
    border-radius: 4vh;
    padding: .5vh;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding-left: 2vh;
    border: none;
    padding-right: 2vh;
    width: 100%;
    margin-bottom: 1vh;
}

.peek{
     margin: 0vh auto;
    height: auto;
    z-index: -2;
    left: 0;
    right: 0;
    margin-top: 4vh;
    margin-bottom: 0vh;
    width: 35vh;
    position: relative;
}

.latter-content{
  position: fixed;
    margin-top: -5vh;
}

.btn-group button {
      background-color: #ffffff;
    border: 1px solid #4bb0eb;
    color: #4bb0eb;
    padding: 10px 5vh;
    cursor: pointer;
    float: left;
        font-family: 'LT-Bold';
    font-size: 4vh;
    margin-top: .5vh;
}

.vr{

      border-top-left-radius: 5vh;
    border-bottom-left-radius: 5vh;
}

.hider{
    background: #4bb0eb;
    top: -4vh;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.swipe{
      border-top-right-radius: 5vh;
    border-bottom-right-radius: 5vh;
}
/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.reload{
      display: block;
    color: #ffffff;
    background-color: #8b2d3a;
    border: none;
    font-family: 'LT-Bold';
    font-size: large;
    border-radius: 5vh;
    padding: 1vh;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2vh;
}
.fontincrease{
  font-size: 2vh;
}

.title-bold{
       font-size: large;
    text-align: center;
    color: white;
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-weight: bold;
}

.hidebar{
       margin: 0vh auto;
    height: auto;
    z-index: 1;
    left: 0;
    right: 0;
    margin-top: -4%;
    margin-bottom: 0vh;
    width: 100%;
    position: relative;
}

.file-sizeing{
      height: 5vh;
    font-size: 2vh;
    font-weight: bold;
   border-radius: 3vh;
}

.how-to-whack{
       margin: 0vh auto;
    height: auto;
    z-index: -1;
    left: 0;
    right: 0;
    margin-top: 4vh;
    margin-bottom: 2vh;
    width: 14vh;
}

.home-floor{
      width: 100%;
    background-color: #4275b0;
    height: 13vh;
    position: absolute;
    bottom: 12vh;
    z-index: -2;
}

.modal-backdrop{
  background-color: black!important;
}

.modal-top-label{
        display: block;
    color: #4bb0eb;
    background-color: #ffffff;
    border: none;
    padding: 1vh;
    font-family: 'LT-Bold';
    padding-right: 2vh;
    padding-left: 2vh;
    font-size: 3vh;
    width: min-content;
    width: -moz-min-content;
    margin: -2vh auto;
    border-radius: 5vh;
}

.modal-btm-btn-home{
   color: #4bb0eb;
    background-color: #ffffff;
    border: none;
    font-family: 'LT-Bold';
    font-size: x-large;
    padding: .5vh;
    padding-left: 3vh;
    padding-right: 3vh;
    border-radius: 5vh;

  
}

.modal-btm-btn-play{
   color: #ffffff;
    background-color: #4bb0eb;
    border: none;
    font-family: 'LT-Bold';
    font-size: x-large;
    padding: .5vh;
    padding-left: 3vh;
    padding-right: 3vh;
    border-radius: 5vh;

  }



.modal-btm{
       text-align: center;
    width: 100%;
    position: absolute;
    bottom: -15px;
}

.modal-btm-btn-mar{
  margin-right: 18vh;
}

#leaderboard-table{
      width: 94%;
    color: white;
    font-family: 'LT-Bold';
   
}

#leaderboard-table thead tr th{
        text-align: center;
    font-size: 3.5vh;
}

 #leaderboard-table tbody tr td{
     text-align: center;
    padding: 2vh 1vh 1vh 1vh;
    font-size: 2.5vh;
}

#leaderboard-table tbody tr{
  border-bottom: 1px solid #9e9f9e;
}



/* Important part */
.leaderboard-table-scroll{
    height: 50vh;
    overflow-y: auto;
    margin-top: 5vh;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 49px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #ffffff;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-track {
  background: #4bb0eb;
  border: 0px none #ffffff;
  border-radius: 69px;
}
::-webkit-scrollbar-track:hover {
  background: #4bb0eb;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #4bb0eb;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.in-game-title{
      font-size: 6vh;
}

.countdown-holder{
       position: absolute;
    z-index: 500000;
    width: 100%;
    height: 100%;
    background-color: #4bb0eb;
}

.countdown-holder p{
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-family: 'LT-Bold';
    text-align: center;
    font-size: 30vh;
    color: white;
}

#score,#timer{
  color: black;
    font-size: 4.5vh;
}

.mod-pad{
      padding-left: 2vh;
    padding-right: 2vh;
}

.mad-btm{
  padding-bottom: 3vh;
}

.addi{
    padding-top: 3vh;
    padding-bottom: 2vh;
}

.no-border{
  border: none!important;
}

.desktop-info{
      font-size: 1.8vh;
    text-align: center;
    font-family: 'LT-Bold';
    color: white;
}

.wreaking-ball{
      width: 70vh;
    position: fixed;
    bottom: 13vh;
    margin: 0 auto;
    height: auto;
    left: 0;
    right: 0;
    z-index: -1;
}

.mar-tp-{
  margin-top: 1vh;
}

.play-again-text{
       font-family: 'LT-Bold';
    text-align: left;
    line-height: 5vh;
    font-size: 5vh;
    color: white;
    margin-top: 30vh;
    
}

.congratz{
      font-size: 4.5vh;
    font-family: 'LT-Bold';
    text-align: center;
    color: white;
   
}

.nagging-doubt{
  font-size: 4vh;
    font-family: 'LT-Bold';
    text-align: center;
    color: #acdced;
   
    margin-top: 0;
}

.score{
  font-size: 6vh;
}

.floor{
      width: 100%;
    background-color: #4275b0;
    height: 6vh;
    position: absolute;
    bottom: 12vh;
    z-index: -2;
}

.score-title{
   color: white;
    font-family: 'LT-Bold';
    font-size: 5vh;
    margin-top: 4vh;
    margin-left: 2vh;
    text-align: center;
}

.score-sub{
   color: white;
    font-family: 'LT-Bold';
    font-size: 4vh;
    margin-top: 3vh;
    margin-left: 2vh;
    text-align: center;
    
}

.initials{
     color: white;
    font-family: 'LT-Bold';
    font-size: 4vh;
    margin: 0vh;
    margin-left: 2vh;
    text-align: center;
}

.text-blocks{
    background-color: #158ace;
    font-family: 'LT-Bold';
    border: none;
    border-bottom: 1vh solid white;
    width: 25%;
    height: 10vh;
    color: white;
    font-size: 5vh;
    text-transform: uppercase;
    text-align: CENTER;
    margin: 1vh;
}

.playagain-nagging{
  margin: 0vh auto;
    height: auto;
    z-index: -1;
    left: 0;
    right: 0;
    width: 45vh;
}

.share-mar{
  margin-right: 8vh;
}

.sound-control{
       position: absolute;
    float: RIGHT;
    width: 8vh;
    right: 2vh;
    z-index: 1000;
    bottom: 2vh;
}

.home-title{
  font-size: 6vh;
}

.home-subtitle{
      font-size: 3vh;
    line-height: 4vh;
    text-align: center;
}

.l-eye{
  width: 5vh;
    position: absolute;
    bottom: 14vh;
    margin: 0 auto;
    height: auto;
    left: -21vh;
    right: 6px;
    z-index: 10;
}

.r-eye{
  width: 5vh;
    position: absolute;
    bottom: 14vh;
    margin: 0 auto;
    height: auto;
    left: 21vh;
    right: 6px;
    z-index: 10;
}




.crosshair{
  pointer-events:none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shot{
   position: fixed;
    bottom: 15%;
    left: 56%;
    transform: translate(-56%, 15%);
    width: 4vh;
    z-index: 1;
    pointer-events: none;


-webkit-transition: bottom .1s ease;
  -moz-transition: bottom .1s ease;
  -o-transition: bottom .1s ease;
  transition: bottom .1s ease;


    }

.shotMove{
   bottom: 45%;
    left: 50%;
   webkit-transition: bottom .1s ease;
  -moz-transition: bottom .1s ease;
  -o-transition: bottom .1s ease;
  transition: bottom .1s ease;

}

.snowman{
  position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 14%);
   width: 35vh;
    z-index: 2;
   user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
 pointer-events: none;

}


.login-text{
    color: white;
    font-family: SofiaProSemiBold;
    font-size: 50px;
}

hr{
    width: 5%;
    margin-top: 3vh;
    margin-bottom: 1vh;
}

.card{
    float: right;
    margin-top: 10vh;
    width: 27vh;
}

.arrow{
    margin-top: 17vh;
    width: 8vh;
}

.scanner{
    float: left;
    width: 23vh;
    z-index: -1;
    position: relative;
}

.horizontal {
  animation: horizontal_3247 2.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_3247 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.gap{
     margin-top: 2vh;
}

.text-info{
      color: white;
    font-family: SofiaProSemiBold;
    font-size: 25px;
}

.ui-state-active{
  border: none!important;
  background: transparent!important;
  opacity: .5;
}

.pulse {
   -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

@keyframes pulse_5204 {
  0% { transform: scale(1.0) }
  50% { transform: scale(1.1) }
  100% { transform: scale(1.0) }
  
}


.passing {
  animation: passing_932 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing_932 {
  0% { transform:translateX(-50%); opacity:0 }
  25% { transform:translateX(0%); opacity:1 }
  50% { transform:translateX(50%); opacity:0 }
  100% { transform:translateX(50%); opacity:0 }
}

.customer{
  width: 80%;
}

.customertext{
   color: white;
    font-family: SofiaProSemiBold;
    font-size: 30px;
    text-align: left;
    margin: 0px;

}

.text-gap{
      padding-top: 6vh;
    padding-left: 0;
    padding-right: 0;
}

.item{
    width: 80%;
}

.bucket{
  width: 60%;
}

.scanner2{
   
    width: 23vh;
    z-index: -1;
    position: relative;
}

.circle{
    font-size: xx-large;
    color: white;
    width: 50px;
    height: 50px;
    background: blue;
    border-radius: 50%;
    font-family: SofiaProSemiBold;
    position: absolute;
    left: 7vh;
    top: 0vh;
}

 #init {
        position: absolute;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        z-index: 1000;
    }

.tryagain{
      background: #e9a100;
    border: none;
    border-radius: 3vh;
    font-family: SofiaProSemiBold;
    color: white;
    font-size: 2vh;
    padding: 1vh;
    padding-left: 2vh;
    padding-right: 2vh;
    width: 100%;
}

.pay{
    margin-top: 20vh;
    margin-bottom: 5vh;
    color: white;
    font-family: SofiaProSemiBold;
    background: #e9a100;
    padding-top: 1vh;
    padding-bottom: 2vh;
    padding-left: 4vh;
    padding-right: 4vh;
    font-size: xx-large;
    border: none;
    border-radius: 10px;
}

.scanner-holder{
   margin-top: 8vh;
}

.scan-items{
  color: white;
    font-family: SofiaProSemiBold;
    font-size: 16px;
    text-align: CENTER;
    margin: 0px;
    float: left;
}

.btn-line{
    text-align: left;
    height: 7vh;
    display: inline-table;
    float: left;
}
.btn-holder{
     width: 100%;
    background: #759ee3;
    border-radius: 3px;
    margin-bottom: 4px;
    text-align: left;
    height: 7vh;
    display: inline-table;
    float: left;
    padding-top: 1.5vh;
   
}

.btn-holder-transparent{
    width: 100%;
    border-radius: 3px;
    text-align: left;
    height: 7vh;
    display: inline-table;
    float: left;
    padding-top: 1vh;
}

.nomarginright{
  margin-right: 0!important;
}

.secondsearcht{
     float: left;
    border: none;
    border-radius: 1vh;
    height: 70%;
    width: 28%;
    margin-right: 5px;
    font-size: 2vh;
    text-align: CENTER;
    font-family: SofiaProSemiBold; 
}

.multi{
   font-family: SofiaProSemiBold;
    color: white;
    float: left;
    margin-right: 5px;
    font-size: 2vh;
    height: 70%;
    margin-top: 3px;
}
.secondsearch{
     float: left;
    border: none;
    border-radius: 1vh;
    height: 70%;
    width: 8%;
    margin-right: 5px;
    font-size: 2vh;
    text-align: CENTER;
    font-family: SofiaProSemiBold; 
}

.posbtn{
       font-family: SofiaProSemiBold;
    border: none;
    color: white;
    border-radius: 3px;
    background: #759ee3;
    word-wrap: break-word;
    break-inside: inherit;
    font-size: 1.8vh;
    margin-bottom: .6vh;
    height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 1vh;
    vertical-align: middle;
    width: 13vh;
}

.cardholdertext{
      font-family: SofiaProSemiBold;
    color: white;
    font-size: 2vh;
    float: left;
    margin-right: 5px;
    margin-left: 6px;
   
}

.customersearch{
      float: left;
    border: none;
    border-radius: 3px;
    height: 70%;
    width: 30%;
    padding-left: 14px;
    text-align: left;
    font-size: 1.2vh;
    font-family: SofiaProSemiBold;
    margin-right: 5px;
   
}

.calbox{
  
    margin-top: .5vh;
}
.ptlist{
   font-family: SofiaProSemiBold;
    font-size: 1.6vh;
    padding-top: 3px;
    list-style: none;
    text-align: left;
    padding: 0px;
}

.calbtn{
 font-family: SofiaProSemiBold;
    border: none;
    color: white;
    border-radius: 3px;
    background: #759ee3;
    word-wrap: break-word;
    break-inside: inherit;
    font-size: 1.7vh;
    margin-bottom: .5vh;
    height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    width: 80%;
}

.palepurple{
  background-color:#9d99bd!important;
}

.calculatorholder{
      padding-top: 1.5vh;
}
.changeenter{
     border-radius: 21px;
    border: 1px solid;
    float: left;
    font-size: 2vh;
    font-family: SofiaProSemiBold;
    width: 80%;
    padding-right: 5px;
    margin-left: 1vh;
    text-align: right;
}

.p50{
       font-family: SofiaProSemiBold;
    border: none;
    color: white;
    border-radius: 3px;
    background: #759ee3;
    word-wrap: break-word;
    break-inside: inherit;
    font-size: 1vh;
    margin-bottom: .5vh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    width: 80%;
    height: 5.7vh;
    float: left;
}

.paymentinfoholder{
      padding: 2vh;
}

.paymentinfoholder table{
      font-family: SofiaProSemiBold;
    font-size: 2vh;
    text-align: left;
}
.cashbtn{
  font-family: SofiaProSemiBold;
    border: none;
    color: white;
    border-radius: 3px;
    background: #759ee3;
    word-wrap: break-word;
    break-inside: inherit;
    font-size: 1.7vh;
    margin-bottom: .5vh;
    height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 1vh;
    vertical-align: middle;
}

.ptlist li{
  padding-left: 20px;
  transform-origin: left;
}

.cashbox{
      height: 4vh;
    display: inline-table;
    float: left;
    margin-top: 3vh;
}

.ptlist li:hover{
  color: white;
  background-color: #0564ca;
}

.selected{
  color: white;
  background-color: #0564ca;
}
.pt{
      font-family: SofiaProSemiBold;
    font-size: 2vh;
    padding-top: 3px;
    margin: 0;
    margin-bottom: 6px;
}

.abc{
        font-family: SofiaProSemiBold;
    color: #525252;
    font-size: 2vh;
    background: orange;
    border-radius: 19px;
    float: left;
    margin-right: 3px;
    height: 70%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

.findcus{
      font-family: SofiaProSemiBold;
    border: none;
    color: white;
    border-radius: 3px;
    background: #759ee3;
    word-wrap: break-word;
    break-inside: inherit;
    font-size: 1.9vh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 1vh;
    vertical-align: middle;
    margin-bottom: 5px;
    height: 70%;
    float:right;
}

.orange{
  background-color: #e9a100!important;
}

.black{
   background-color: black!important;
}
.green{
  background-color:green!important;
}

.red{
   background-color:red!important;
}

.item-table-holder,.item-details-holder{
        background: white;
    min-height: 45vh;
    border-radius: 3px;
    padding: 1vh;
    font-size: 2vh;
}

.item-table-holder table thead tr th,.item-table-holder table tbody tr td{
    font-family: SofiaProSemiBold;
}

.item-table-holder table {
   width: 100%;
}

.item-table-holder table tbody tr td{
   text-align: left
}

.item-table-holder table tbody tr:hover{
   background-color: #0564ca;
   color: white;
}

.itemtitle{
     font-family: SofiaProSemiBold;
    text-align: left;
    font-size: 3vh;
    margin: 2px;
}

.paymentoption{
      background: #e0e0e0;
    min-height: 45vh;
    border-radius: 3px;
    padding: 1vh;
    font-size: 2vh;
}

#itemdetail{
  font-family: SofiaProSemiBold;
  font-size: small;
  text-align: left;
  margin-bottom: 0px!important;
}

.payment-type,.cash-type{
    background-color: white;
    width: 100%;
    height: 20vh;
    border-radius: 3px;
    margin-bottom: 1.5vh;
}

.subtitleitem{
      font-family: SofiaProSemiBold;
    text-align: center;
    font-size: 1.5vh;
    text-decoration: underline;
    margin-top: 5px;
}

.subtitleitem1{
      font-family: SofiaProSemiBold;
    text-align: left;
    font-size: 1.5vh;
    text-decoration: underline;
    margin-top: 5px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


.dash{
     border-right: 1px dashed;
    font-size: 2vh;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 1px!important;
}
.itemimage{
    width: 35%;
}

.notification{
      background: white;
    border-radius: 3px;
    font-family: SofiaProSemiBold;
    font-size: 2vh;
    text-align: left;
    width: 100%;
    padding-left: 1vh;
    padding-right: 1vh;
    margin-bottom: 1vh;
   
}

.cashiertalk{
      margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-family: SofiaProSemiBold;
    font-size: 2.5vh;
    background-color: #2498fe;
    border-radius: 10px;
    color: white;
    padding: 2px;
    text-align: left;
    padding-left: 3vh;
}

.customertalk{
      margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-family: SofiaProSemiBold;
    font-size: 2.5vh;
    background-color: #388e3c;
    border-radius: 10px;
    color: white;
    padding: 2px;
    text-align: left;
    padding-left: 3vh;
}

.from-me {
    position: relative;
    padding: 0px 20px;
    padding-top: 5px;
    background-color: #2498fe;
    border-radius: 25px;
    float: right;
    font-family: SofiaProSemiBold;
    font-size: 2.5vh;
    color: white;
    text-align: left;
    margin-bottom: 2vh;
}

.from-me:before {
    content:"";
    position:absolute;
    z-index:-1;
    bottom:-2px;
    right:-7px;
    height:20px;
    border-right:20px solid #2698fe;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform:translate(0, -2px);
  }

  .from-me:after {
    content:"";
    position:absolute;
    z-index:1;
    bottom:-2px;
    right:-56px;
    width:26px;
    height:20px;
    background:#e0e0e0;
    border-bottom-left-radius: 10px;
    -webkit-transform:translate(-30px, -2px);
  }

  #warning-message{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

   #warning-message { display: none; }
    @media only screen and (orientation:portrait){
        #site { display:none; }
        #warning-message { display:block; }
    }
    @media only screen and (orientation:landscape){
        #warning-message { display:none; }
    }
     #warning-message p{
text-align: CENTER;
    margin-top: 50%;
    width: 100%;
     }


  .customerchat{
    width: 60%;
    margin-top: 4vh;
  }

.chatmarb{
  margin-bottom: 4vh;
}
  .from-them {
  position:relative;
 padding: 0px 20px;
    padding-top: 5px;
  background-color: #388e3c;
  border-radius:25px;
  color: black;
  float: left;
    font-family: SofiaProSemiBold;
    font-size: 2.5vh;
     color: white;
         margin-bottom: 2vh;
}

  
  .from-them:before {
    content:"";
    position:absolute;
    z-index:2;
    bottom:-2px;
    left:-7px;
    height:20px;
    border-left:20px solid #388e3c;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform:translate(0, -2px);
  }

  .from-them:after {
    content:"";
    position:absolute;
    z-index:3;
    bottom:-2px;
    left:4px;
    width:26px;
    height:20px;
    background:#e0e0e0;
    border-bottom-right-radius: 10px;
    -webkit-transform:translate(-30px, -2px);
  }


 

.nopadding{
  padding: 0!important;
  margin: 0!important;
}

.grid{

}

.right{
  float: right;
}

.line{
      border-right: 1px solid;
    height: 7vh;
    width: 1px;
    position: absolute;
    top: 6vh;
    right: .5vh;
}
.pink{
    background: #e7c0d1;
    width: 100%;
    height: 22vh;
    border-radius: 3px;
}

.topay span{
  float: right;
    padding-right: 6px;
}

.itemscount{
       font-family: SofiaProSemiBold;
    font-size: 1.7vh;
    margin-top: 7vh;
}

.totaltable{
  font-family: SofiaProSemiBold;
    font-size: 1.7vh;
    text-align: left;
    margin: 0;
    margin-top: 5vh;
    margin-bottom: 2vh;
}

.topay{
    font-family: SofiaProSemiBold;
    font-size: 2vh;
    text-align: left;
    width: 100%;
    background: white;
    border-radius: 3px;
    padding: 2px;
    padding-left: 10px;
}

.logininput{
        border-radius: 5vh;
    font-family: SofiaProSemiBold;
    font-size: medium;
    margin-bottom: 2vh;
    padding: 3vh;
}

.loginbtn{
       width: 100%;
    border-radius: 5vh;
    border: none;
    background-color: #e9a100!important;
    color: white;
    font-family: SofiaProSemiBold;
    font-size: medium;
    padding: 1.5vh;
}

.info{
  margin-top: 25px;
}

.signup{
      border-radius: 5vh;
    border: none;
    color: white;
    font-family: SofiaProSemiBold;
    font-size: smaller;
    margin-top: 2vh;
}

.signup a{
    text-decoration: underline;
    color: white;
    font-family: SofiaProSemiBold;
}

.demobtn{
     width: 100%;
    height: 100%;
    border-radius: 2vh;
    border: none;
    font-size: 2.5vh;
    background: #759ee3;
    color: white;
    font-family: SofiaProSemiBold;
    text-transform: uppercase;
}

.demolearningitem{
       width: 16vh;
    padding: 5px;
}

.staticheight{
       height: 18vh;
}

.details h3{
      color: #759ee3;
    font-family: SofiaProSemiBold;
    font-size: 4vh;
    text-align: left;
    margin-bottom: 5px;
}

.details p{
      color: white;
    font-family: SofiaProSemiBold;
    font-size: 2.5vh;
    text-align: left;
    margin: 0;
}

.details ul li{
   color: white;
    font-family: SofiaProSemiBold;
    font-size: small;
    text-align: left;
}

.detailstitle{
  color: white;
    font-family: SofiaProSemiBold;
    font-size: 30px;
    margin: 0;
}

.setup2{
      position: fixed;
    z-index: 100;
    background-color: #363636;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: auto;
}

.next,.finish{
      border-radius: 3px;
    border: none;
    padding: 1vh;
    padding-left: 3vh;
    padding-right: 3vh;
    background: #759ee3;
    color: white;
    font-family: SofiaProSemiBold;
}


.detailstitle2{
      color: white;
    font-family: SofiaProSemiBold;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}

.testbtn{
      width: 100%;
    border-radius: 1vh;
    border: none;
    font-size: medium;
    background: #759ee3;
    color: white;
    font-family: SofiaProSemiBold;
    height: 76px;
}

.reason{
      font-size: medium;
    color: white;
    font-family: SofiaProSemiBold;
    text-align: left;
}