.site-logo {
    width: 90%;
}

.toast-success {
    background-color: green !important;
}

.toast-error {
    background-color: red !important;
}

/* make the swal appear in from of the modal */
.my-swal {
    z-index: 2000 !important;
}


.text-inline {
    white-space: nowrap;
}

/* to make the button round */
.btn-circle {
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
}

/* datatable download buttons custom style */
.btn-group {
    display: inline-block !important;
    margin-top: 20px;
    margin-left: 20px;
}

/* adding asterisk with required input label */
.required::after {
    content: ' *';
    color: #ff001f;
    font-weight: bolder;
}
.ql-editor.ql-blank {
    height: 5rem;
}


button.swal2-confirm {
    background-color: #4e9ce0; /* Blue */
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

button.swal2-confirm:hover {
    background-color: #23527c; /* Darker blue on hover */
}
