html,body{
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
   overflow:auto;
    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;
    cursor:pointer;
}
.btn {
    background-color: #dddddd;
}

.d-cont{
    
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    overflow:auto;
}
.d-cont > .body{
    position:relative;
    width:100%;
    height:100%;
}

.d-box{
    position:absolute;
    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-tbl-colors{
    position: relative;
    left:50%;
    transform:translateX(-50%);
}
.d-tbl-colors td{
    text-align: center;
    width:150px;
}
.d-tbl-colors th{
    padding:10px;
}
.d-tbl-colors th:nth-child(2), .d-tbl-colors td:nth-child(2){
    visibility:hidden;
}
.d-tbl-colors.active th:nth-child(2), .d-tbl-colors.active td:nth-child(2){
    visibility:visible;
}
.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:absolute;
    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 > .content{
    position: relative;
    /* padding: 20px; */
    /* border: 5px solid #000000; */
    margin-bottom: 20px;
    color: #000000;
    /* border-radius: 10px; */
}
.d-game > .body > .content > .header{
    min-height:80px;
    padding:10px 0px;
}
.d-game > .body > .content > .footer{
    min-height:50px;
    padding:10px 0px;
}
.d-game > .body > .content > .target{
    min-height: 300px;
    max-width: 200px;
    width:100%;
    height:100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0px;
}

.info.dot {
    background: gray;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 2px;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.info.word{
    font-weight:700;
}

.d-items{
    position:relative;
    width:100%;
    height:100%;
    min-height:300px;
    padding:10px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #d7d6d6;
    border-radius: 20px;
}
.d-items > .item.dot{
    position: relative;
    width:30px;
    height:30px;
    background:gray;
    border-radius:50%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom:10px;
}
.d-items > .item.dot:last-child{
    margin-bottom:0px;
}
.d-items > .item.word{
    color: black;
    font-weight: 700;
    font-size: 22px;
    padding: 2px;
}


.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-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;
}



.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;
}


.d-ins-img {
    width: 500px;
    height: auto;
    display: block;
    position: relative;
}
.d-ins-img.p-right{
    left: 100%;
    transform: translateX(-100%);
}
.d-ins-img.p-middle{
    left: 50%;
    transform: translateX(-50%);
}