body{
    background-color: black;
}

.header{
    padding: 5px 30px;
    background-color: rgb(250, 250, 250);
    box-shadow: 2px 2px 3px 2px rgb(200, 200, 200);
    height: 8vh;
}

.logo-cont{
    width: 45px;
    height: 45px;
    display: inline;
    padding: 0px;
    margin-top: 0px;
}

.logo-cont img{
    width: 100%;
    height: 100%;
}

.head-text{
    display: inline;
    color: navy;
    width: 50%;
    padding: 0px;
    padding-left: 10px;
    font-family: 'Righteous', cursive;
    padding-top: 5px;
    font-weight: bolder;
    font-size: 20pt;
    
}

.menu, .result {
    padding: 15px;
    background-color: rgb(240, 240, 240);
    height:91vh;
    margin-top: 5px;
}

.subsection{
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 10pt;
}

.menu-cont{
    height: 20vh;   
}

.menu-item{
    background-color: grey;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    color: rgb(240, 240, 240);
    cursor: pointer;
}

.menu-item:hover{
    color: white;
    background-color: rgb(56, 56, 56)
}

.active-menu{
    background-color: brown;
}

.info-text{
    color:rgb(56, 56, 56);
    font-size: 10pt;
    text-align: justify;
    display: none;
}

.active-info{
    display: block;
}

.sum-hidden{
    display: none;
}

.sum-show{
    display: block
}

.cursor-title{
    margin-top: -15px;
    color: white !important;
}

.subsection-head{
    font-size: 10pt;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px;
    color: navy;
}

.screen-visual{
    height: 70vh;
    margin: 15px 0px;
    border: 1px solid orangered
}

.code{
    height: 60px;
    border: 1px solid orangered;
    color: rgb(170, 170, 170);
    font-size: 11pt;
    margin: 0px 0px;
}

.cur-value, .cur-label{
    display: inline-block;
}

.cur-label{
    font-weight: bolder;
}

.cur-value{
    margin-right: 40px;
}

.sub-conf{
    height: 70vh;
    overflow: auto;
    background-color: rgb(250, 250, 250);
}

.each-conf{
    margin-left: 10px;
    padding: 2px;
    font-size: 8pt;
}

.conf-label{
    color: rgba(2, 2, 26, 0.9);
    font-family: 'Times New Roman', Times, serif;
    display: inline-block;
    font-size: 10pt;
}

input[type=text], select, input[type=number], input[type=range]{
    width: 100%;
    padding: 5px;
}

input[type=checkbox]{
    width: 15px;
    height: 15px;
    margin-top: 8px;
}

input[type="radio"]{
    display: inline-block;
}

input[type=color]{
    width: 40px;
    height: 30px;
}

.active {
    background-color: rgb(155, 240, 155);
    border: 1px solid red;
}

.half {
    width: 49% !important;
}

#mapDiv{
    width: 100%;
    height: 100%;
}

.summary-label, .summary-value {
    display: inline-block;
    margin-right: 10px;
    font-size: 10pt;
}

.summary-label{
    font-weight: bold;
    color: rgb(56, 56, 56)
}

.visuals{
    display: inline-block;
    float: right;
    margin-top: -35px;
}

.switch-plot, .toggler{
    width: 35px;
    height: 35px;
    margin-left: 20px;
    border: 1px solid rgb(200, 200, 200);
    padding: 5px;
    border-radius: 2px;
}

.switch-plot:hover, .toggler:hover{
    border: 1px solid brown;
    color: red;
    cursor: pointer
}

.active-switch{
    display: block;
}

.myCanvas{
    width: 100%;
    height: 250px;
    margin-top: 70px;
}

.close-3d{
    color: white;
    font-weight: bolder;
    border: 1px solid red;
    position: absolute;
    right: 22%;
    top: 5px;
    background-color: rgb(200, 0, 0);
    font-size: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px grey;
    z-index: 100000;
    cursor: pointer;
}

.close-3d:hover{
    background-color: red;
}

#myDiv{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(100, 100, 100, 0.8);
    z-index: 1000;
    padding: 20px 25%;
    
}

.active-chart{
    border: 4px solid brown;
}

.layer-sub-conf{
    height: 20vh;
    padding: 0px;
    font-size: 8pt;
}

.layer{
    padding: 0px;
    margin: 0px;
}

.conf-desc{
    padding-left: 10px;
    line-height: 3;
}

.depth{
    margin-top: 10px;
}

.loading{
    width: 100%;
    height: 60%;
}

.load-cont{
    position: absolute;
    top: 45%;
    left: 70%;
    padding: 20px;
}

.switch-3d-cont{
    position: absolute;
    bottom: 5%;
    left: 35%;
    right: 35%;
    z-index: 100000;
}

.switch-3d-cont div{
    display: inline-block;
    margin-right: 10%;
    font-size: 10pt;
    color: white;
    margin: 10px;
    background-color: grey;
    width: 20%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.switch-3d-cont div:hover{
    color: grey;
    background-color: white;
}