.nice-select {
    width: 100% !important;
}


.required-label::after {
    content: " *";
    color: red;
    font-weight: bold;
}

button.swal2-confirm.swal2-styled {
    background: #000000 !important;
}

input[readonly], textarea[readonly] {
    background-color: #F1F1F1 !important;
}

.custom-toggle input[type="checkbox"]:disabled {
    cursor: default;
}
.dropdown-menu {
    z-index: 1050 !important;
}

.bootstrap-select .dropdown-menu.inner {
    max-height: 250px;
    overflow-y: auto;
}