.question {
    font-family: Corbel;
    font-size: 18px;
    color: rgb(148, 5, 5);
    font-weight: bold;
    font-style: italic;
    text-align: justify;
  }
  
  .answer {
    font-family: Corbel;
    font-size: 20px;
    color: black;
    font-style: italic;
    text-align: justify;
  }
  
  .code {
    font-family: Corbel;
    font-size: 18px;
    color: black;
    font-style: italic;
  }
  
 .high-light {
    font-family: Corbel;
    font-size: 24px !important;
    color: rgb(8, 109, 224);
    font-style: italic;
    background-color: rgb(245, 229, 8);
  }
  
  .big {
    font-family: Corbel;
    font-size: 24px !important;
    color: rgb(8, 109, 224);
    font-style: italic;
    background-color: rgb(245, 229, 8);
  }

  .brown {
    color: #795548 !important;
  }  

  .blue {
    color: #007bff !important;
  }  

  .red {
  color: #dc3545 !important;
  }
  
  .darkbrown {
    color: #44251a !important;
  }  

  .big-font {
    font-family: Corbel;
    font-size: 20px !important;
    color: darkblue;
    font-weight: 600;
    font-style: italic;
  }

  .justify{
    text-align: justify;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  main {
    padding-top: 0px; /* adjust this value to match the height of your header */
  }

  .form-control {
    width: 970px !important;
}

.highlight {
  background-color: yellow;
}

.minHeight{
  min-height:0 !important;
}

.multi-row {
  flex-wrap: wrap;
}

#search-bar{
  position: fixed;
  top: 100;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex; 
  justify-content: flex-end;
  
}

#idocs_saibaba{
  padding-top: 0px;
}

#search-list{
  padding-top: 100px;
}