.sidebar-header {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.sidebar-header h1 {
    margin: 1.3rem 0;
    color: var(--second-color);
    line-height: 1.6rem;
}

.project-name-header .project-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #297fb8;
    line-height: 1.3rem;
}

.project-name-header .company-group {
    font-size: 0.95rem;
    font-weight: 600;
    display: block;
    line-height: 0.9rem;
}

.project-name-header .company-name {
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.sidebar-header img {
    width: 9rem;
}

.sidebarMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    background-color: var(--light-color);
    height: calc(100% - 5px);
    z-index: 500;
    border-right: 1px solid var(--medium-color);
    font-family: var(--body-font);
    text-align: center;
    font-size: 15px;
    padding: 20px 10px 10px;
}

.sidebarBody ul {
    list-style-type: none;
    padding: 0;
}

.sidebarBody ul li {
    display: block;
    width: 200px;
    text-align: left;   
    transition: all 1s;
    cursor: pointer;
}

.sidebarBody div {
    margin:  4px 8px 4px 8px;
}

.sidebarBody hr {
    margin:  4px 8px 4px 8px;
}

.sidebarBody span {
    padding: 5px;
}

.sidebarBody ul li:hover {
    cursor: pointer;
}

.sidebarBody a {
    text-decoration: none;
}

.sidebarBody ul li {
    color: var(--first-color);
    width: 100%;
    cursor: pointer;
}

.sidebarBody ul li  i{
    text-align: center;
    color: var(--first-color);
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0deg);
    cursor: pointer;
}

.sidebarMenu-end-group {
    border-top: 1px dotted var(--dark-color);
    border-top: 1px dotted var(--dark-color);
}

.sidebarBody div.active {
    background-color: #297eb7;
    color: var(--light-color);
    border-radius: 5px;
    padding: 8px;
}

.sidebarBody {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(95% - 300px);
    background-color: transparent;
}

.sidebarBody div:hover {
    background-color: #C7DDEC;
    color:#297eb7;
    border-radius: 5px;     
}

.sidebarMenu ul li:hover i.active {
    color: var(--light-color);
}

.sidebarMenu ul li:hover i {
    color:#297eb7;
}

.sidebarMenu ul li:hover span {
    color:#297eb7;
}

.sidebarMenu ul li.active span.active {
    color: var(--light-color);
}

.sidebarMenu i.active {
    color: var(--light-color);
}

.sidebarMenu span {
    margin-right: 4px;
    color: var(--first-color);
}

.hide {
    width: 70px;
    text-transform: uppercase;
}

.hide span {
    display: none;
}

.footerSidebar {
    position: absolute;
    bottom: -40px;
    width: 220px;
    padding: 0 0 15px 0 ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    height: 180px;
}

.footerSidebar ul {
    padding: 7px 7px 0 7px !important;
}

.footerSidebar span {
    padding: 5px !important;
}

.footerSidebar li {
    display: block;
    width: fit-content !important;
    padding: 0 0 0 0 !important;
}

.footerSidebar ul li:hover span {
    color: var(--white-color);
}

.footerSidebar ul li a {
    font-size: 0.7rem;
    font-weight: 400;
    padding-bottom: 10px;
    color: #566572;
}

.footerSidebar ul li a strong {
    font-weight: 700;
}

.footerSidebar ul li hr {
    margin: 0 0 12px 0;
    width: 145px;
    border: 1px dotted #566572;
}

/* Estilos para el div user-in-line */
#user-in-line {
    margin-top: 80px;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    background-color: #f8f9fa; /* Color de fondo opcional */
    z-index: 20;
}

#user-in-line .user-avatar {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}

#user-in-line .user-avatar:last-child {
    margin-right: 0;
}

.image-preview-list {
    position: relative;
    z-index: 30;
}

.email-to-circle {
    position: relative;
    z-index: 30;
}



.sidebar-header-help-active{
    color: var(--second-color);
}

.sidebar-header-help-inactive{
    color: var(--second-light-color);
}

.sidebar-language {
    color: #566572;
    border: 1px solid #566572;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sidebar-language:focus,
.sidebar-language:hover {
    background-color: #d2d3d4;
    border: 2px solid #566572;
    outline: none;
}

#dropdown-language .custom-dropdown-item {
    background-color: #ffffff !important;
    color: #343a40 !important;
    border: none;
}

/* Hover y focus */
#dropdown-language .custom-dropdown-item:hover,
#dropdown-language .custom-dropdown-item:focus {
    background-color: #c1d7e6 !important;
    color: #343a40 !important;
}

/* Estado activo */
#dropdown-language .custom-dropdown-item.active {
    background-color: #566572 !important;
    color: #ffffff !important;
}

 .sidebar-user-inline {
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     padding-top: 18px;
     z-index: 999;
 }

.sidebar-user-inline p {
    margin-right: 10px;
    white-space: nowrap;
}

.sidebar-user-inline p:last-child {
    margin-right: 0;
}