html {
  scroll-behavior: smooth;
}
.choice-container 
{
    display: flex;
    margin-bottom: 0.5rem;
    width: 100%;
    background-color: white;
}

.choice-container:hover 
{
    cursor: pointer;
    box-shadow: 0 0.4rem 1.4rem 0 #FFD803;
    transform: translateY(-0.1rem);
    transition: transform 150ms;
}

.choice-prefix 
{
    padding:22px 0px 0px 25px;
    color: white;
    margin:0px;
    font-weight:400;
    height:65px;
    width:65px;
    
}


.disable-select{
  user-select:none;
}

.choice-text 
{
    padding-top: .9rem;
    padding-left:.9rem;
    padding-left:1rem;
    width: 100%;        
}
.dashboard 
{
    
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0px auto;
}

ul 
{
    margin: 1px;
    padding: 1px;
}

.recruit {
    text-align: justify;
    border-bottom: 1px solid grey;
}
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius:5px;
  
}

#toTop:hover {
  background-color: red;
}
/*
#sub_wise_ques{
    height: 85%;
    position: fixed;
    
    top:60px;
    bottom: 65px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
}
/* small devices  */
@media only screen and (max-width: 768px) {
  #sub_wise_ques{
      position:relative;
      height:100%;
      top:0px;
      bottom:0px;
  }
}