/* 
    Created on : 11-Nov-2023, 6:27:33 pm
    Author     : NIC JBS
*/

#transitPassDetailsTable2 th, #transitPassDetailsTable2 td, #allotmentAuthorityDetailsDataTable th, #allotmentAuthorityDetailsDataTable td, .nowrap{
  white-space: nowrap;
}

.ml-0{
  margin-left: 0px;
}

.z-index-2000{
  z-index: 2000;
}

.logo-bg{
  background: url('../images/banner.png') no-repeat;background-size: cover;
}

.height-6{
  height:6rem;
}

.height-8{
  height:8rem;
}
.object-fit-cover{
  object-fit:cover;
}
.object-fit-contain{
  object-fit: contain;
}

.modal-top{
  z-index: 2000;
}
.signin-wrapper{
  align-items: flex-start;
}
.text-justify{
  text-align: justify
}
.roman-list{
  list-style-type: upper-roman;
}
.document-viewer{
  height: 85vh;
}