.ae-message {
    margin: 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.ae-message-error {
    background: #d50b0b;
}

.ae-message-success {
    background: #259b25;
}

.ae-message-warning {
    background: #c09d13;
}

#alerts {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999999;
}

.ae-alert {
    padding: 8px;
    border-radius: 8px;
    margin: 5px;
}

.ae-alert-info {
    background: #4285f4;
    color: #fff;
}

.ae-alert-error {
    background: red;
    color: #fff;
}

.ae-alert-success {
    color: #fff;
    background: #259b25;
}

.ck-placeholder {
    text-align: left;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    text-align: left !important;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
    text-align: left !important;
}

.item-images-image {
    object-fit: cover;
}

.uz-image-avatar{
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    font-size: 10px;
}

.avatar-1 img{
    border-radius: 500px !important;
}

.form-check-input{
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 10px !important;
}