.divisor {
    border-bottom: 1px solid #ddd;
}

.logo-container {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}

.logo-container img {
    max-width: 70%;
    height: auto;
}

.system-welcome {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.welcome-text {
    font-size: 14px;
    color: #666;
    margin: 5px 0 15px;
}

.sidebar {
    height: 100vh;
    background-color: #f8f9fa;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.sidebar-header img {
    width: 70%;
    margin-right: 10px;
}

.sidebar-header span {
    font-size: 20px;
    font-weight: bold;
}

.nav-link {
    color: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav-link i {
    margin-right: 10px;
}

.nav-link:hover {
    background-color: #eee;
}

.nav-item.active > .nav-link {
    background-color: #007bff;
    color: #fff;
    overflow: hidden;
    transition: width 0.3s ease; /* Animação suave */
    border-radius: 4px;
}

.user-profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.user-profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-profile span {
    font-size: 14px;
}

.content {
    padding: 20px;
}

.page-content {
    min-height: calc(100vh - 60px);
}

.page-content h1 {
    margin-top: 0;
}

.submenu {
    display: none;
}

.submenu.show {
    display: block;
}

.submenu .nav-link {
    padding-left: 20px;
    font-size: 0.9rem;
}

.dtsb-clearAll{
    margin-top: 10px;
    margin-right: 10px;
}

.dtsb-criteria > .dtsb-buttonContainer{
    margin-right: 10px;
}

.hide{
    display: none !important;
}

.m-r-sm{
    margin-right: 10px;
}

.m-r-xs{
    margin-right: 5px;
}

.m-r{
    margin-right: 15px;
}

.m-r-md{
    margin-right: 20px;
}

.m-r-lg{
    margin-right: 25px;
}

.m-r-xl{
    margin-right: 30px;
}

.m-l-sm{
    margin-left: 10px;
}

.m-l-xs{
    margin-left: 5px;
}

.m-l{
    margin-left: 15px;
}

.m-l-md{
    margin-left: 20px;
}

.m-l-lg{
    margin-left: 25px;
}

.m-l-xl{
    margin-left: 30px;
}

.m-t-sm{
    margin-top: 10px;
}

.m-t-xs{
    margin-top: 5px;
}

.m-t{
    margin-top: 15px;
}

.m-t-md{
    margin-top: 20px;
}

.m-t-lg{
    margin-top: 25px;
}

.m-t-xl{
    margin-top: 30px;
}

.m-b-sm{
    margin-bottom: 10px;
}

.m-b-xs{
    margin-bottom: 5px;
}

.m-b{
    margin-bottom: 15px;
}

.m-b-md{
    margin-bottom: 20px;
}

.m-b-lg{
    margin-bottom: 25px;
}

.m-b-xl{
    margin-bottom: 30px;
}