.error {
    color: red;
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102,1);
    z-index: 30001;
    opacity: 0.9;
}

    #divLoading > p {
        position: absolute;
        color: White;
        top: 40%;
        left: 40%;
        text-align: center;
    }

a img.ms-2 {
    cursor: pointer;
}

li.active a.page-link, .page-link:hover {
    background-color: #94c5ff;
    border-color: #94c5ff;
    color: #ffffff;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 66px;
    display: inline-block;
    height: 31px !important;
    min-height: 38px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    float: right !important;
}

.dvAvailability {
    background: #beadf3;
    padding: 12px 0px 0px 12px;
    background-image: linear-gradient(90deg, rgba(0, 35, 40, 1) 0%, rgba(150, 200, 255, 1) 100%);
    height: 47px;
    border-radius: 8px;
    margin-top: -10px;
}

    .dvAvailability label {
        color: #fff !important;
    }

.form-title-head {
    margin-bottom: 10px;
    margin-top: 15px;
}

    .form-title-head h2 {
        font-family: 'Poppins';
        font-size: 19px;
        border-bottom: 2px solid #002328;
        padding-bottom: 10px;
        color: #8C140A;
        font-weight: 600;
    }

.swal2-confirm, .swal2-styled {
    background-color: #597799 !important;
    color: #fff !important;
}

.btnsm {
    padding: 4px 15px !important;
}
