.select2.select2-container.select2-container--admin-autocomplete{
    border: solid #ced4da 1px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
}


.brand-link .brand-image {
    width: 87% !important;
}

.btn {
    border-radius: 8px !important;
}

.jazzmin-login-page {
    /*background-image: url("../img/sanatory-logo.png");*/
    background: linear-gradient(to right, rgb(45, 45, 45), rgb(74, 74, 80)) !important;
}
/*ckeditor style starts from here */
[id^="cke_id"]{
    width: 130% !important;
    margin-top: 5% !important;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f8f9fa;
    color: #333333;

}

.img-square {
    width: 56px;
    height: 56px;
    object-fit: contain;
    object-position: center;
}
