html,body{
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
    overflow:hidden;
    font-size:20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
body{
    color:black;
}

.d-cont{
    
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 800px;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    overflow:auto;
}
.d-cont > .body{
    position:relative;
    width:100%;
    height:100%;
}

.d-box{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:900px;
    width:98%;
    text-align:center;
    display:none;
}
.d-box > .body{
    position:relative;
    width:100%;
    height:100%;
}
.d-box > .body > .content{
    position: relative;
    padding: 20px;
    border: 5px solid #000000;
    margin-bottom: 20px;
    color: #000000;
    border-radius: 10px;
}

.d-box > .body > .footer{
    text-align:right;
}

.d-box-canvas{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:98%;
    text-align:center;
    display:none;
}
.d-box-canvas > .body{
    position:relative;
    width:100%;
    height:100%;
}
.d-box-canvas > .body > .content{
    position: relative;
    border: 5px solid #000000;
    margin-bottom: 20px;
    color: #000000;
    border-radius: 10px;
}

.d-box-canvas > .body > .footer{
    text-align:right;
}

.btn{
    background-color: #dddddd !important;
}

.d-ins{
    font-size:20px;
    text-align:left;
}

.d-ins .ins-img{
    width:auto;
    height:100px;
    margin:0px 10px;
}

.d-chart-box{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:900px;
    width:98%;
    text-align:center;
    display:none;
}
.d-chart-box > .body{
    position:relative;
    width:100%;
    height:100%;
}
.d-chart-box > .body > .content, .d-chart-box > .body > .chart{
    position:relative;
    padding:20px;
    border:5px solid #000000;
    margin-bottom:20px;
    color:#000000;
    border-radius: 10px;
    text-align:left;
}
.d-chart-box > .body > .chart{
    min-height: 350px;
}
#chart3,#chart4{
    height:290px;
    width:100%;
}

.d-chart-box > .body > .footer{
    text-align:right;
}

canvas{
    margin-bottom:10px;
}

.d-game{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:900px;
    width:98%;
    text-align:center;
    display:none;
}
.d-game > .body{
    position:relative;
    width:100%;
    height:100%;
}
.d-game > .body > .header{
    position: relative;
    padding: 20px;
    border: 5px solid #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 35px;
    font-weight: 700;
}
.d-game > .body > .target{
    position:relative;
    padding:20px;
    border:5px solid #000000;
    margin-bottom:20px;
    border-radius: 10px;
    height:auto;
    max-height: 500px;
    text-align: left;
}
.d-game > .body > .target > .content{
    position:relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height:100%;
    width:100%;
    padding:10px;
    max-width:500px;
    max-height:200px;
}

.d-game > .body > .target > .content > img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%); 
    max-width:100%;
    max-height:100%;   
}

.d-game > .body > .target .d-countdown{
    display:none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    font-size: 25px;
    width: 100%;
    padding: 10px;
}
.d-game > .body > .target .d-countdown > .title{
    font-weight:500;
}
.d-game > .body > .target .d-countdown > .count{
    font-weight:700;
    font-size:30px;
}

.d-game > .body > .footer{ 
    text-align:right; 
}
/* .d-game > .body > .footer > button{
    min-width:200px;
}  */
.d-notify{
    position: fixed;
    width: 100%;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 500;
}


.d-cont.d-scroll{
    max-height: unset;
    position: relative;
    transform: translate(-50%,0%);
    top: 0px;
    overflow:auto;
    width: 100%;
    max-width: unset;
}
.d-cont.d-scroll > .body{
    padding:10px;
}

.d-cont.d-scroll .d-box{
    position:relative;
    top:70px;
    transform: translate(-50%,0%);  
    margin:0px 0px;
}
.d-cont.d-scroll .d-game{
    position:relative;
    top:70px;
    transform: translate(-50%,0%);  
    margin:0px 0px;
}
.d-cont.d-scroll .d-box-canvas{
    position:relative;
    top:70px;
    transform: translate(-50%,0%);  
    margin:0px 0px;
}
.d-cont.d-scroll .d-chart-box{
    position:relative;
    top:70px;
    transform: translate(-50%,0%);  
    margin:0px 0px;
}



.d-progress{
    border: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 5px;
    z-index:9999;
    background: #86888b;
}

.d-progress::-webkit-progress-value {
  background: #86888b;
}

.d-progress::-moz-progress-bar {
  background: #86888b;
}
.d-progress::-webkit-progress-value {
  background: #86888b;
}
.d-progress::-webkit-progress-bar {
  background: #dddddd;
}

.d-header {
    position: fixed;
    top: 0px;
    font-size: 30px;
    font-weight: 700;
    background: black;
    width: 100%;
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 9998;
}


.d-wrong{
    color:rgba(0,0,0,.5);
}

@media only screen and (max-width: 1000px) {
    .d-ins .ins-img{
        width:auto;
        height:80px;
        margin:0px 5px;
    }  
    
    .d-game > .body > .header{
        padding: 10px;
        border: 5px solid #000000;
        margin-bottom: 10px;
        border-radius: 10px;
        font-size: 20px;
    }    
    .d-game > .body > .target {
        padding: 10px;
        border: 5px solid #000000;
        margin-bottom: 10px;
        max-height: unset;
    }   
    
    
    .d-game > .body > .footer > button{
        min-width:40%;
    }     
    
    
    
}

.browserCont{
    position:relative;
    width:100%;
    text-align:center;
    margin:20px 0px;
}
.browserCont > .browser{
    position:relative;
    width:50px;
    height:auto;
    margin:10px;
}
.browserCont > .browser > img{
    width:50px;
    height:auto;
}


/** -- CANVAS CSS -- **/
.canvas-clickhere {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
}

.canvas-circleTopLeft {
    position: absolute;
    font-weight: bold;
    top:10px;
    left: 10px;
    background-color: #b2b5b9;
    text-align: center;
    border-radius: 50%;
    display: none;

}

.canvas-circleTopRight {
    position: absolute;
    font-weight: bold;
    top: 10px;
    right: 10px;
    background-color: #b2b5b9;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.canvas-circleBottomLeft {
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    left: 10px;
    background-color: #b2b5b9;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.canvas-circleBottomRight {
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    right: 10px;
    background-color: #b2b5b9;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.canvas-largeCircle {
    height: 140px;
    width: 140px;
    padding: 52px 0px;

}

.canvas-smallCircle {
    height: 110px;
    width: 110px;
    padding: 39px 0px;

}
