.text-muted { color: #40493d; }
.text-danger { color: #ba1a1a; }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    line-height: 1;
}

.cisms-input {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #bfcaba;
    background: #fff;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #0d1c2e;
}

.cisms-input:focus {
    outline: none;
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(13, 99, 27, 0.15);
}

.cisms-table tbody td {
    padding: 0.75rem;
    vertical-align: top;
}

.cisms-table tbody tr:hover {
    background: #f8faf9;
}

.ap-drill-link {
    color: #0d631b;
    font-weight: 600;
    text-decoration: none;
}

.ap-drill-link:hover {
    text-decoration: underline;
}

.ap-bc-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.ap-bc-sep {
    opacity: 0.7;
    margin: 0 0.25rem;
}

.ap-total-row {
    background: #e8f5e9 !important;
    font-weight: 600;
}

#stock-availability .dataTables_wrapper {
    font-size: 0.875rem;
}

#stock-availability table.dataTable thead th {
    background: #eff4ff;
    border-bottom: 1px solid #bfcaba;
    padding: 0.75rem;
}

#stock-availability table.dataTable tbody td {
    padding: 0.65rem 0.75rem;
}

#stock-availability select,
#stock-availability .form-control {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #bfcaba;
    background: #fff;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.uatt-page-btn {
    margin-left: 0.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #bfcaba;
    background: #fff;
    font-size: 0.875rem;
    cursor: pointer;
}

.uatt-page-btn:hover {
    background: #eff4ff;
}

#loadingmessage {
    display: none;
    opacity: 0.6;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

#loadingmessage img {
    height: 100px;
    width: 100px;
}
