body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.toprow{
	background: #a7a7a7;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 5vw;
    right: 0px;
    border-bottom: 3px solid #f5ae51;
}
.image_d{
	width: 30px;
}
.infordisplay {
    position: absolute;
    margin: 2vw;
    top: 0.0vw;
    color: #fff;
}
.box_dow{
 background: white;
	color: black;
    position: fixed;
    z-index: 1;
    top: 63px;
    width: 83px;
    height: 55px;
    border-style: solid;
    border: 3px double #f5ae51;
    right: 7px;
    text-align: center;
    border-radius: 5px;

}
.floatleft {
    float: left;
}

.clear {
    clear: both;
}

.dispblock {
    display: block;
}

.scorebox {
    height: 100%;
    padding: 1vw;
    font-size: 1.3vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    margin: 0vw 0vw 0vw 0vw;
}

.iblock {
    display: inline-block;
}

.inscore {
    display: inline-block;
	color: black;
}

.scorevalue {
    font-size: 1.5vw;
    font-weight: bold;
}
.icon
.scoreadded {
    position: absolute;
    font-size: 2vw;
    font-weight: bold;
    padding: 0vw 0vw 0vw 1vw
}

.scoreanimate {
    transform: scale(3);
    transition: all 2s;
}

.icon {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 3vw;
    height: 3vw;
    margin: 1%;
    border-radius: 33px;
	border: 3px  double #f5ae51;
}

.border {
    border: 2px solid #fff;
}

.settingsswitches {
        margin: 1vw 0vw 0vw 0vw;
    position: fixed;
    top: 0.5px;
    color: black;
    left: 25vw;
}

.soundofftext {
    padding: 0.1vw 1vw 0vw 0.5vw;
    height: 100%;
    font-size: 1.2vw;
}

.pausetext {
    padding: 1vw 0vw 0vw 0vw;
    font-size: 15px;
	text-align: center;
}
.help_list{
	margin-bottom: 10px;
}

.pauseoverlay {
    position: fixed;
    /* Sit on top of the page content */
    /* display: none; */
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.overlaycenter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3vw;
    margin-left: -15vw;
    font-size: 0.1vw;
    color: #ff8800;
    opacity: 0;
    font-weight: bold;
}

/* ============= switches ================== */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 4vw;
    height: 1.8vw;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.2vw;
    width: 1.2vw;
    left: 0.4vw;
    bottom: 0.3vw;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ff8800;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ff8800;
}

input:checked+.slider:before {
    -webkit-transform: translateX(2vw);
    -ms-transform: translateX(2vw);
    transform: translateX(2vw);
}

/* Rounded sliders */
.slider.round {
    border-radius: 2vw;
}

.slider.round:before {
    border-radius: 50%;
}

.mt10 {
 padding: 0px !important;
    text-align: center;
    font-size: 3vw;
    position: fixed;
    top: 7vw;
	
}
.bx--btn--secondary{
    min-height:0px !important;
    border-style: double !important;
    border-color: #f5ae51 !important;
    background-color: #a7a7a7 !important;

}
.canvasbox {
    position: absolute;
    right: 10px;
    top: 8vw;
    border-radius: 3px;
    margin-right: 10px;
    width: 24vw;
    height: 15vw;
    border: 3px double #f5ae51;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%), 0 4px 10px 0 #00000030;

}


.updatenote{
 padding: 1vw;
    background: #F5AE51;
    display: inline-block;
    font-weight: bold;
    position: fixed;
    top: 3px;
    font-size: 1.5vw;
    color: black;
    left: 40vw;

}

.trackbutton{
    /* background: #ff8800;
    color: #fff; */
}



.help {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.demo-logo{
	width: 4vw;
    position: fixed;
    top: 0.5vw;
    right: 10vw;
}

/* Modal Content */
.help-content {
     background-color: #a2a0a0;
    margin: auto;
    padding: 20px;
    border: 2px solid #936831;
    min-width: 200px;
	max-width: 300px;
    border-radius: 5px;
}
.help-icon{
	position: fixed;
    top: 0.4vw;
    width: 4vw;
    right: 2vw;
}
/* The Close Button */
.close {
  color: #936831;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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