:root {
    --blockSize: 60px;
    --coinRedHome:#c73a0e;
    --coinGreenHome:#208224;
    --coinYellowHome:#b58800;
    --coinBlueHome:#086ab7;
    --coinInactive:#cccaca;
    --redHome:#fd7659;
    --blueHome:#65aff3;
    --yellowHome:#fccc59;
    --greenHome:#6fbc71;
    --Home:#ededef;
    --homeInactiveButton:#ececec;
    --diceWidth: 60px;
    --safeBlock:#9e9e9e7d;
}
body {
    padding-bottom: 0px;
    overflow-x: hidden;
	overscroll-behavior: none;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
*:not(.font-icon){font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;letter-spacing: 0.01em;}
.volumeControl{
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 2em;
	color: #484646;
	text-align: center;
	cursor:pointer;
	display: block;
	z-index: 9;
	padding: 10px;
}
.btn-hover {
	/* min-width:170px; */
	padding:10px 40px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	min-height: 55px;
	text-align:center;
	background-size: 300% 100%;
	border: 3px solid #0000;
	border-radius: 50px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.74);
}

.btn-hover.emboss:hover {
	box-shadow: inset 0 0 10px #000!important;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.emboss.color-1 {
	background-image: linear-gradient(to bottom, #51cbfd, #007db1, #39b4e9);
	box-shadow: 1px 5px 0px 0px #013d56;
	border: 2px solid #013b54;
}
.btn-hover.emboss.color-2 {
	background-image: linear-gradient(to bottom, #dc8300, #6f4101, #b56c03);
    box-shadow: 1px 5px 0px 0px #734400;
    border: 2px solid #633a00;
}
.btn-hover.emboss.color-3 {
	background-image: linear-gradient(to bottom, #38c88f, #077b70, #3acf9d);
    box-shadow: 1px 5px 0px 0px #014e46;
    border: 2px solid #026158;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
  
}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
}
.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
   }
.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
   }
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
   }
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
   }
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
   }
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    }
.btn-hover.color-10 {
     background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    }
.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}
.playerCard{
    background: #fff;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 3px #c7c7c7;
    overflow: hidden;
    text-align: center;
    width: 230px;
}
.playerCard h3{
    padding: 10px;
    background: #f5f5f5;
    border-radius: 100px;
    font-size: 17px;
}
.playerCard .imgBlock{
    border-radius: 100px;
    width: 100px;
    height: 100px;
    display: inline-block;
    /* overflow: hidden; */
    background: #fff;
    padding: 10px;
    border: 3px solid #e6e6e6;
    /* margin: 15px 0 15px; */
    vertical-align: bottom;
    float: left;
    position: relative;
}
.playerCard .contentBlock{
    width: 100%;
    padding: 30px 0;
    position: relative;
    display: table;
}
.playerCard .userCoin{
    width: 90px;
    /* height: 100px; */
    display: block;
    padding: 5px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f7f7f7;
    border-radius: 10px;
    border: 3px double #d8d5d5;
}
.playerCard .imgBlock .navigator-controls{
    position: absolute;
    top: 40%;
    /* transform: translateY(-50%); */
    width: 100%;
    left: 0;
}
.playerCard .imgBlock .navigator-controls [handle]{
    background: #eee;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    border: 2px solid #fff;
}
.playerCard .imgBlock .navigator-controls [leftHandle]{
    position: absolute;
    left: -12px;
}
.playerCard .imgBlock .navigator-controls [rightHandle]{
    position: absolute;
    right: -12px;
}
.playerCard .imgBlock .img{
	max-width:100%;
}
.playerCard .coin{
  position: relative;
  display: block;
  margin: 6px;
  width: 25px;
  height: 25px;
  float: left;
  }
 /* Hide default HTML checkbox */
.playerCard .coin input {
  opacity: 1;
  width: 0;
  height: 0;
}

/* The slider */
.playerCard .coin input[disabled="disabled"]:after {
 cursor:no-drop;
}
.playerCard .coin.blue input:after {
 border: 3px solid var(--coinBlueHome);
}
.playerCard .coin.red input:after {
 border: 3px solid var(--coinRedHome);;
}
.playerCard .coin.green input:after {
 border: 3px solid var(--coinGreenHome);;
}
.playerCard .coin.yellow input:after {
 border: 3px solid var(--coinYellowHome);
}

.playerCard .coin.blue input:checked:after{
 	background-color: var(--coinBlueHome);
}
.playerCard .coin.red input:checked:after{
 	background-color: var(--coinRedHome);
}
.playerCard .coin.green input:checked:after{
 	background-color: var(--coinGreenHome);
}
.playerCard .coin.yellow input:checked:after{
 	background-color: var(--coinYellowHome);
}

.playerCard .coin input:after {
	content:'';
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #ffffff;
   
}

.playerCard .coin input:before {
  position: absolute;
  content: "";
  border-radius: 100px;
}

.playerCard .coin input:checked:after{
 	border:none;
}

.playerCard .form-control{text-align:center;}
.horizontal-scroll{
	width: calc(100vw - 30px);
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
}
.cardBlock.active{opacity:1}
.cardBlock.inactive{/* opacity: 0.5!important; */pointer-events:none;background: #ffffff3d;} 
.cardBlock.inactive *{opacity:0.4}
.cardBlock{
	display: inline-block;
	width: 200px;
	margin: 15px;
	padding: 10px;
	background: #f1f1f1eb;
	border-radius: 10px;
	box-shadow: 0 0 3px #c1c1c1;
	white-space: nowrap;
}
.cardBlock .imgBlock{background: #fff;border-radius: 100px;overflow: hidden;border: 7px solid #fff;margin-bottom: 3em;width: 100%;}
.cardBlock .heading{
font-size: 14px;
margin: 10px 0 30px;
}
.cardBlock .btn{
border-radius:100px;
padding:5px 35px;
font-size:14px;			
	}
.cardBlock .imgBlock img{
width: 100%;
padding: 30px;
}
.quantityBlock{
    width: 300px;
    margin: 20px 0;
    height: 50px;
    display: block;
    border: 2px solid #05487d;
    border-radius: 20px;
    position: relative;
    overflow:hidden;
    user-select: none;
}
.quantityBlock span.minus{
    width: 30%;
    background: #c6e6ff;
    color:#0962a9;
    display: inline-block;
    height: 100%;
    padding: 10px;
    font-weight:bold;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    z-index: 2;
}
.quantityBlock span.plus{
	width: 30%;
	background: #c6e6ff;
	color:#0962a9;
	display: inline-block;
	height: 100%;
	padding: 10px;
	font-weight:bold;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	z-index: 2;
}
.quantityBlock span.inputBlock{
    width: 100%;
    display: block;
    padding: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: #fff;
}
.quantityBlock span.inputBlock input{
    width: 100%;
    border: none;
    text-align: center;
    pointer-events: none;
    /* padding: 6px; */
    font-size: 30px;
    user-select: none;
}
#contentBlock{
	padding:10vh 0;
	
}
#background-wrap {
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    bottom: 0;
	left: 0;
	padding-top: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

/* OBJECTS */

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}


/*-----------------------------------------------End Of Css ---------*/