.navbar-header .logo img {
    max-width: 120px;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 10px;
}

.navbar-nav {
    margin-top: 5px;
}

.customers footer {
    font-size: 13px;
    padding: 5px 0px 3px 0px;
}

.customers h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.customers-nav-item-profile img {
    max-width: 50px !important;
}

li.customers-nav-item-profile > a {
    padding: 0px 5px 0px 10px;
}

.alert.float-alert span[data-notify=icon] {
    left: 10px;
}

.alert.float-alert .alert-title {
    margin-left: 25px;
    word-break: break-all;
    max-width: 83% !important;
}

.alert-info.float-alert button.close {
    top: 15%;
    right: 0px;
}

.dt-length label {
    margin-left: 5px;
}

div.dt-container .dt-paging .dt-paging-button {
    background: #FFF;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #FFF;
}

div.dt-container .dt-paging .dt-paging-button.current, 
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #004898;
    color: #FFF !important;
    border: 1px solid #DDD;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #004898 !important;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    border-bottom: 1px solid #DDD !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, 
table.dataTable thead > tr > th.dt-orderable-desc:hover, 
table.dataTable thead > tr > td.dt-orderable-asc:hover, 
table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: none;
    outline-offset: 0;
}

#wrapper {
    margin-left: 10px;
    margin-right: 10px;
}

.noti-box .noti-icon {
    font-size: 18px;
    padding-top: 2px;
}

.noti-box .noti-total {
    font-size: 11px;
    background-color: rgb(202 138 4);
    color: #FFF;
    border-radius: 9999px;
    padding: 0px 5px;
    padding-top: 1px;
    min-height: 18px;
    min-width: 18px;
    text-align: center;
    top: -3px;
    position: absolute;
    right: -5px;
    line-height: 1.5;
}

h5.noti-title {
    color:#000; 
    display:flex; 
    align-items: center;
    column-gap: 5px;
}

.noti-unread {
    background-color:rgba(202,138,4);
    border-radius: 5px;
    padding: 2px 5px 3px 5px;
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.3;
}

.mobile-noti {
    float: right;
    position: relative;
    margin-right: 15px;
    padding-top: 5px;
    padding-right: 10px;
    margin-top: 10px;
}

small.req.text-danger {
  font-size: 14px;
}

@media (min-width: 768px) {
    .mobile-noti {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-noti {
        display: none !important;
    }
}