.nice-select {
   float : none !important;
}


.required-label::after {
    content: " *";
    color: red;
    font-weight: bold;
}

input[readonly], textarea[readonly] {
    background-color: #F1F1F1 !important;
}

button.swal2-confirm.swal2-styled {
    background: #000000 !important;
}

.custom-toggle input[type="checkbox"]:disabled {
    cursor: default;
}

.bootstrap-datetimepicker-widget {
    width: 348px !important;
    max-width: 348px !important;
    font-size: 0.85rem;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        padding: 0.25rem !important;
    }