﻿.modal-header {
    background-color: #ec0c0c !important;
    color: white !important;
    border-radius: 5px 5px 0px 0px !important;
}

.qlabbir-modal-title {
    color: white !important;
}

.modal-close-icon {
    color: white !important;
}

    .modal-close-icon:hover {
        color: white;
    }

.qlabbir-modal-title {
    color: white;
}

.table-action {
    margin-right: 5px;
    border: 2px solid #c20808 !important;
    color: white;
    background-color: #c20808;
    border-radius: 5px;
    padding: 5px;
}

    .table-action a {
        color: white;
    }

    .table-action:hover {
        opacity: 50%;
    }

    .table-action a:hover {
        text-decoration: none;
    }