.error { background-color:rgb(204, 3, 3) !important; color:yellow !important;}
.success { background-color:rgb(58, 248, 58) !important; color:yellow !important;}
.hide { display:none !important; }
.show { display:block !important; }
.fas.tp-1{
    background: #0d6efd;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.fas.tp-2{
    background: #0d6efd(48, 231, 161);
    padding: 0px;
    border-radius: 5px;
    color: fff;
}   
body
{
    --bs-body-bg: #fff !important;
}
.navbar-nav{
    border: solid 1px #26CA84;
}
.navbar-nav .nav-item{

} 
.navbar-nav .nav-item .nav-link{
    font-weight: bolder;
    color:#06356D;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar-nav .nav-item:hover{
    background-color: #26CA84;
} 
.navbar-nav .nav-item:hover .nav-link{
    color:#fff;
}
.error-bg{
    background-color: red;
}
.error{
    color: red;
}
.hide{
    display: none !important;
}
.show{
    display: block !important;
}
.indent
  {
      margin-left: 40px;
  }
  .indent1
  {
      margin-left: 60px;
  }

  .indent2
  {
      margin-left: 90px;
  }

  .indent3
  {
      margin-left: 120px;
  }
  .cell-min-w-5{
    min-width: 80px;
  }
  .cell-min-w-6{
    min-width: 100px;
  }
  .cell-min-w-7{
    min-width: 120px;
  }
  .cell-min-w-8{
    min-width: 140px;
  }
  .cell-min-w-9{
    min-width: 160px;
  }
  .cell-min-w-10{
    min-width: 200px;
  }
  .cell-min-w-11{
    min-width: 250px;
  }
  .cell-min-w-12{
    min-width: 300px;
  }