/* Дополнительные стили для приложения */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.error {
    background: #ffe6e6 !important;
    color: #d63031;
}

.success {
    background: #e8f5e8 !important;
    color: #00b894;
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.3s ease-in;
} 

.yellow_logo {
    color: #fb6418;
}

.template-customizer-open-btn {
    display: none !important;
}

:root {
    /* --bs-body-bg: #3777d1 !important; */
}
.avatar img{
    object-fit: cover !important;
}