
.modal-xl{
    min-width:90%;
}
.wms-loader{
    /* position: absolute; */
   min-width: 100%;
   min-height: 100%;  
   z-index:9999999999;
}

.modal{
    overflow-y: auto;
}


.gritter-notice-wrapper{
    z-index: -1; 
}

div .bootstrap-select .btn.bs-placeholder {
    /* color: #000!important; */
    color: #2d353c!important;
}
div .bootstrap-select .btn.btn-light, div .bootstrap-select .btn.btn-white {
    /* color: #fff!important; */
    color: #2d353c!important;
    background-color: #fff;
}

input.form-control{
    border: none;
    border-bottom: 1px #2d353c solid;
}

.navbar-notification .dropdown-menu.media-list {
    width: 360px;
    max-width: calc(100vw - 20px);
}

.navbar-notification .dropdown-header {
    background: #2d353c;
    color: #fff;
    gap: 8px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    white-space: normal;
}

.navbar-notification .dropdown-header > span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.navbar-notification .notification-count-text {
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
}

.navbar-notification .notification-mark-all {
    background: rgba(255, 255, 255, .95);
    border-radius: 3px;
    color: #2d353c;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    padding: 1px 7px;
    text-transform: none;
}

.navbar-notification .notification-mark-all:hover {
    background: #fff;
    color: #00acac;
    text-decoration: none;
}

.navbar-notification .notification-item {
    align-items: flex-start;
    white-space: normal;
    width: 100%;
}

.navbar-notification .notification-item .media-left {
    flex: 0 0 44px;
}

.navbar-notification .notification-item .media-body,
.navbar-notification .notification-empty .media-body {
    min-width: 0;
    overflow: hidden;
    width: calc(100% - 44px);
}

.navbar-notification .notification-unread {
    background: #f1fbfb;
}

.navbar-notification .notification-unread:hover,
.navbar-notification .notification-item:hover {
    background: #edf7f7;
}

.navbar-notification .notification-status-icon {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 13px;
    height: 34px;
    justify-content: center;
    line-height: 34px;
    width: 34px;
}

.navbar-notification .notification-title {
    align-items: flex-start;
    color: #2d353c;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 3px;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
}

.navbar-notification .notification-title span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.navbar-notification .notification-dot {
    flex: 0 0 auto;
    font-size: 8px;
    margin-top: 4px;
}

.navbar-notification .notification-message {
    color: #6c757d;
    font-size: 11px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-word;
}

.navbar-notification .notification-meta {
    color: #8a9ba8;
    font-size: 10px;
    margin-top: 4px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.navbar-notification .notification-mark-read {
    color: #00acac;
    cursor: pointer;
    float: right;
    font-size: 10px;
}

.navbar-notification .notification-mark-read:hover {
    text-decoration: underline;
}

.navbar-notification .notification-empty {
    cursor: default;
    white-space: normal;
}

@media (max-width: 575.98px) {
    .navbar-notification .dropdown-menu.media-list {
        width: calc(100vw - 20px);
    }
}
