*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serifz;
}
body{
    background-color: #3E4B58;
}
label{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* #9E6CD6 */

.main-body{
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100%;
}
.main-paper{
    width: 65%;
    height: 100vh;
    position: relative;
}

.mainn-sidebar{
    width: 35%;
    height: 100vh;
    position: absolute;
    overflow: auto;
    right: 0;
    border-left: 3px solid #9E6CD6;
    background-color: #516374;
}
.main_div{
    position: absolute;
    width: 70%;
    transform: translate(30%,30%);
}
.sub_div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sub_div div{
    box-shadow: #9E6CD6;
    padding: 10px 5px;
    margin: 10px 0;
}
.main_div h2{
    color: white;
    
}
.main_div hr{
    width: 100%;
    margin: 10px 00 0;
    height: 2px ;
    background-color: #9E6CD6;
    border: none;
}

.radio-input .label input {
    display: none;
  }
  
  .radio-input {
    display: flex;
    min-width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .radio-input .label {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  
  .radio-input .label .check {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 20px 0 0 ;
    border: 3px solid transparent;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5),
     -1px -1px 4px rgba(255, 255, 255, 0.5);
  }
  
  .radio-input .label input:checked + .check {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5),
     -1px -1px 4px rgba(255, 255, 255, 0.5),
     inset 3px 3px 6px rgba(0, 0, 0, 0.5),
     inset -1px -1px 4px rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
  }
  
 .label {
    
    color: lightgray;
 }
  .a,.b,.c,.d{
    width: 100%;
    cursor: pointer;
  }
  .sub_div div div {
    width: 100%;
    color: lightgray;
  }

  /**----------------------------------*/
.btns_main_div{
    padding: 15% 0 0 0;
}
.btns{
    padding: 15px 10px;
    border: 1px solid #9E6CD6;
    background: none;
    outline: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    border-radius: 7px;
    cursor: pointer;
}
#side_qus{
    color: white;
    border-bottom: 1px solid #9E6CD6;
    padding: 15px 10px;
    
}
#side_qus1{
    color: white;
    border-bottom: 1px solid #9E6CD6;
    padding: 15px 10px;
    
}
.addded{
    background-color: #3E4B58;
}
#submit_div{
    width:94%;
    margin: 10px 3%;
}
.trues{
    background-color: green;
}
.false{
    background-color: lightcoral;
}
.gray{
    color: gray;
}
.hid{
    display: none;
}