.navbar-custom {
    background-color: #0a3761 !important;
    /* box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); */
    padding: 0 10px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1001;
}

button.button-menu-mobile.waves-effect.waves-light {
    display: none;
}
.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    /* color: rgb(255 255 255 / 60%); */
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px;
    color: white !important;
    font-size: 16px !important;
}

.left-side-menu {
    position: absolute;
    padding-top: 0;
    width: 70px !important;
    z-index: 5;
    background: #0a3761 !important;
}

.navbar-custom, .navbar-custom .app-search {
    height: 71px !important;
}

td {
    font-size: 17px;
    font-weight: 700;
    color: black;
}
th {
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.page-title-box .page-title {
    font-size: 1.25rem;
    margin: 0;
    line-height: 75px;
   
    color: black !important;
    font-weight: 700;
}

.breadcrumb-item > a {
     
    color: black !important;
    font-weight: 700 ;
    font-size: 18px;
}

.breadcrumb-item {
    color: #adb5bd !important;;
    font-size: 17px !important;;
    font-weight: 700 !important;;
    color: black !important;
}

a.action {
    color: black !important;
    text-decoration: underline;
}
input.form-control {
    color: black !important;
}
select.form-control {
    color: black !important;
}

textarea.form-control {
    color: black !important;
}




