.text-muted-left {
    --bs-text-opacity: 1;
    color: #b0b3b3!important;
}

input:disabled{
    background-color: #f3f3f3 !important;
    cursor: not-allowed !important;
    /*color:#ffff !important */
}

input:read-only {
    /*background-color: #f3f3f3 !important;*/
    cursor: default !important;
    /*color:#ffff !important */
}

textarea:disabled{
    background-color: #f3f3f3 !important;
    cursor: not-allowed !important;
}

.required {
    color: #ff6b6b;
}

.bg-content{
    background-color:#f0f0f0 !important;
}
.bg-left-bar {
    background-color: #2e2e2e !important;
} 
.text-white{
    color: #ffffff !important;
}
.nav-second-level2 li a{
    padding: 8px 20px;
    color: #ffffff;
    display: block;
    position: relative;
    transition: all 0.4s;
    font-size: 0.875rem; }
.nav-second-level2 li a:focus, .nav-second-level2 li a:hover {
    color: #ffffff; }
  
.nav-second-level2 li.active > a {
color: #ffffff; }

.font-400{
    font-size:13px;
    text-align:justify;
}
.font-300 {
    font-size: 11px;
    text-align: justify;
}

/**
    CSS para desabilitar o input de numeros de associados
*/
input[type=text].disabledInput {
    filter: hue-rotate(210deg) !important;
    height: 36px !important;
    border: none !important;
    background: rgb(248 250 252);
}

input[type=text].disabledInput:focus {
    border: none !important;
}

input[type=text].disabledInput:hover {
    cursor: not-allowed !important;
}

.p-dashboard {
    padding: 0.25rem .25rem !important;
}