.dropify-wrapper .dropify-message span.file-icon {
    font-size: 20px;
    color: #ccc;
}

.file-container {
    position: relative;
    width: 100%;
}

.file-container > .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.file-container > .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.file-container:hover .image {
    opacity: 0.3;
}

.file-container:hover .middle {
    opacity: 1;
}

.file-container > .middle > .text {
    background-color: #e05e74;
    color: white;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
    border-radius: 3%;
}

.logo span.logo-lg img {
    height: 3rem;
}
.login-logo span.logo-lg img {
    max-width: 200px;
}
.ql-container {
    height: 400px;
}

img {
    display: inline;
}

.bg-brand-1 {
    background-color: #092c4c;
}
.border-brand-1 {
    border-color: #092c4c;
}
.bg-brand-2 {
    background-color: #064193;
}
.border-brand-2 {
    border-color: #064193;
}
.bg-brand-3 {
    background-color: #5787c3;
}
.border-brand-3 {
    border-color: #5787c3;
}
.bg-brand-4 {
    background-color: #939598;
}
.border-brand-4 {
    border-color: #939598;
}
.bg-brand-5 {
    background-color: #e8e8e8;
}
.border-brand-5 {
    border-color: #e8e8e8;
}
.avatar-md {
    object-fit: cover;
}
