/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

/* Corrigir o círculo azul (avatar) que aparece incorretamente no cabeçalho */
.page-title-box .breadcrumb-item.active + .avatar,
.page-title-box .breadcrumb-item.active + div[class*="avatar"],
.page-title-box .breadcrumb-item.active + span.rounded-circle,
.page-title-box .breadcrumb-item.active ~ .rounded-circle,
.page-title-right .rounded-circle,
.page-title-box .user-status {
    display: none !important;
}

/* Estilização do checkbox de status */
.form-switch .form-check-input {
    width: 40px;
    height: 20px;
    background-color: #f3f6f9;
    border-color: #e9ebec;
}

.form-switch .form-check-input:checked {
    background-color: #0ab39c;
    border-color: #0ab39c;
}

.form-switch .form-check-input:focus {
    box-shadow: none;
    border-color: #0ab39c;
}

/* Badge de status */
.badge-status-ativo {
    background-color: #0ab39c !important;
}

.badge-status-inativo {
    background-color: #f06548 !important;
}

.badge-status-em_desenvolvimento {
    background-color: #405189 !important;
}

.badge-status-descontinuado {
    background-color: #878a99 !important;
}

.badge-status-esgotado {
    background-color: #f7b84b !important;
}