/* .modal{
    --bs-modal-width:700px;
} */
  #mySidebar { 
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: #fff;
    border-right: 1px solid #ddd;
    transition: all .3s ease-in-out;
    overflow: auto;
  }
  #mySidebar:hover {
    width: 160px;
  }
  .nav-link:hover {
    background-color:none !important;
    }
  #mySidebar a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
    width: 25px;
    white-space: nowrap;
    transition: all .2s ease-in-out;
  }
  #mySidebar a span {
    opacity: 0;
    transition: all .2s ease-in-out;
  }
  #mySidebar a i {
    opacity: 0.5;
    transition: all .2s ease-in-out;
  }
  #mySidebar:hover a i ,#mySidebar:hover a span {
    opacity: 0.5
  }
  #mySidebar a:hover i,  #mySidebar a:hover span {
    opacity: 1;
  }

 
  #mySidebar a:hover {
 
    width: 150px;
  }

  .myicons{
    margin-right: 25px;
  }
   
  
  .myicons,.icons-text {
    vertical-align: middle ;

  }

  

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
 
  

.active span, .active i{
  opacity: 1 !important;
  color:greenyellow !important;
}

td,th{
  width: 11rem;
}
.upload-header{
  position: sticky;
  top: 0;
  background-color: antiquewhite ;
}