.errorMessage {
    color: #db2222;
    font-size: 14px;
}
.dataTables_wrapper{
  padding:20px;
}
.datepicker.datepicker-dropdown {
  z-index: 9999 !important;
}
.notification-item{
  white-space: normal;
}
.main-header {
    /* position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;  */
    height: 60px; 
    display: flex;
    align-items: center; 
    padding: 0 15px;
    z-index: 1030;
}
.content-wrapper {
    padding-top: 10px; 
}
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    height: 60px; 
}

.navbar-nav .dropdown-menu {
    top: 60px !important; 
    z-index: 1050; 
}
