﻿.toast-index {
    z-index: 10000;
}

.form-label {
    display: block;
}
#layout-navbar {
    height: 100px;
    background-image: url(../../assets/img/head.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.apexcharts-legend-text {
    font-family: Neo Sans Arabic !important;
}

.detVal {
    color: #14415a !important;
}

.cardHeaderBg {
    background-color: #238E86 !important;
}
.app-brand-logo {
    width: 105px !important;
    height: 44px !important;
}
.landing-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
div.dataTables_processing > div:last-child > div {
    background: #238E86 !important;
    background: #238E86 !important;
}

@media print {
    .do-not-print {
        display: none !important;
    }
}