.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: #aa1bf2;
    border-color: #aa1bf2;
    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, rgb(209 116 247) 0%, rgb(187 156 249) 35%, rgb(131 158 249) 100%);
    height: 47px;
    border-radius: 8px;
    margin-top: -10px;
}

    .dvAvailability label {
        color: white !important;
    }

.form-title-head {
    margin-bottom: 10px;
    margin-top: 15px;
}

    .form-title-head h2 {
        font-family: 'Poppins';
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        color: #834cfe;
    font-weight:600;
    }

    select.selectpicker {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 16px 12px !important;
    background-position: right .75rem center !important;
}