
.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;
}

.content > .panel,
.content .card {
    background: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
}

.content > .panel > .panel-heading {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e4e7ea;
    color: #2d353c;
    display: flex;
    min-height: 50px;
    padding: 12px 15px;
}

.content > .panel > .panel-heading .panel-title {
    color: #2d353c;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.content > .panel > .panel-heading .panel-heading-btn {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
    margin-left: auto;
}

.content > .panel > .panel-heading .panel-heading-btn .btn,
.content .card .btn,
.content .dataTables_wrapper .btn {
    border-radius: 3px;
}

.content > .panel > .panel-body,
.content .card .card-body {
    padding: 15px;
}

.content .dataTables_wrapper {
    width: 100%;
}

.content .dataTables_wrapper .dt-buttons {
    margin-bottom: 10px;
    margin-right: 12px;
}

.content .dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
}

.content .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #d5dbe0;
    border-radius: 3px;
    margin-left: 8px;
    min-height: 32px;
    padding: 6px 10px;
}

.content table.dataTable.table-hover tbody tr:hover,
.content .table-hover tbody tr:hover {
    background: #f1fbfb;
}

.content table.dataTable thead th,
.content .table thead th {
    border-bottom: 1px solid #d5dbe0;
    color: #2d353c;
    font-size: 12px;
    font-weight: 600;
}

.content table.dataTable tbody td,
.content .table tbody td {
    vertical-align: middle;
}

.content .row-inactive {
    color: #8a8f94;
}

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

.navbar-notification .notification-scroll-pane {
    max-height: 390px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.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;
}

.notification-loading,
.notification-end {
    color: #8a9ba8;
    font-size: 11px;
    padding: 12px;
    text-align: center;
}

.notification-page-list {
    max-height: calc(100vh - 230px);
    min-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.notification-page-list .notification-item {
    border-bottom: 1px solid #e4e7ea;
    color: inherit;
    padding: 14px 16px;
    white-space: normal;
}

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

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

.notification-page-list .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;
}

.notification-page-list .notification-item:hover {
    background: #f8fbfc;
    color: inherit;
    text-decoration: none;
}

.notification-page-list .notification-unread {
    background: #f1fbfb;
}

.notification-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.notification-page-header {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
}

.notification-page-kicker {
    color: #00acac;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.notification-page-title {
    color: #2d353c;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.notification-page-subtitle,
.notification-page-panel-subtitle {
    color: #6c757d;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 4px;
}

.notification-page-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.notification-page-actions .btn {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
}

.notification-page-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.notification-summary-item {
    background: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 6px;
    padding: 14px 16px;
}

.notification-summary-label {
    color: #8a9ba8;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.notification-summary-value {
    color: #2d353c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px;
}

.notification-page-panel {
    background: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 6px;
    overflow: hidden;
}

.notification-page-panel-header {
    align-items: center;
    border-bottom: 1px solid #e4e7ea;
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
}

.notification-page-panel-title {
    color: #2d353c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.notification-page-list .notification-item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    padding: 16px 18px;
}

.notification-page-list .notification-title {
    align-items: flex-start;
    color: #2d353c;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    justify-content: space-between;
    line-height: 1.35;
    margin-bottom: 5px;
}

.notification-page-list .notification-title span,
.notification-page-list .notification-message,
.notification-page-list .notification-meta {
    overflow-wrap: anywhere;
    white-space: normal;
}

.notification-page-list .notification-message {
    color: #5f6b74;
    font-size: 12px;
    line-height: 1.55;
}

.notification-page-list .notification-meta {
    color: #8a9ba8;
    font-size: 11px;
    margin-top: 8px;
}

.notification-page-list .notification-mark-read {
    color: #00acac;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: 600;
}

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

.notification-page-list .notification-empty {
    align-items: center;
    display: flex;
    padding: 28px 18px;
    white-space: normal;
}

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

    .notification-page-header {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .notification-page-actions {
        flex-direction: column;
    }

    .notification-page-summary {
        grid-template-columns: 1fr;
    }

    .notification-page-list {
        max-height: none;
    }
}
