.form-select option, table th, table td, .form-check-label, .form-label, input::placeholder, #sidebar-menu li, .page-title-box h4, .page-title-right ol li, footer, label{
    text-transform: capitalize;
}

#MessageError,#successMessage, #errorMessage{
    position: absolute !important;
    margin-top: 30px !important;
    z-index: 99999 !important;
    right: 10px !important;
    background-color: #ffffff !important;
    box-shadow: -3px 10px 10px 0px rgba(0,0,0,0.3) !important;
}

.drop-image img {
    max-width: 200px;
    max-height: 200px;
    display: none;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    object-fit: fill;
    border-radius: 10px;
}

.drop-image .remove-btn {
    display: none;
    margin-top: 0px;
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
