body {
    margin: 0;
    padding: 0;
    font-family: "Avant Garde-Demi", "Agent Sans Medium", Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    transition: margin-left 0.3s;
    margin-left: 260px;
    color: #848688; /* Nuevo color de texto */
}

.main-sidebar {
    background: #0F6FAB; /* Nuevo color de fondo */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    overflow-y: auto;
    transition: width 0.3s ease;
    z-index: 1000;
}

/* Configuración responsive */
@media (max-width: 768px) {
    .main-sidebar {
        width: 0px; /* Colapsar el menú a solo una barra */
    }
    body {
        margin-left: 0px; /* Ajustar el contenido al colapsar el menú */
    }

    .menu-toggle {
        left: 10px; /* Ajustar la posición del botón de menú */
    }
}

/* Botón de menú para dispositivos pequeños */
.menu-toggle {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1100;
    position: absolute;
    left: 270px;
    transition: all 0.3s ease;
    background-color: #0F6FAB; /* Nuevo color de fondo */
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
}

.settings {
    height: 150px; 
    float: left;
    background-repeat: no-repeat;
    width: 250px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    font-family: "Avant Garde-Demi", "Agent Sans Medium", Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo_main {
    height: 55px;
    float: left;
    background-repeat: no-repeat;
    width: 250px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    font-family: "Avant Garde-Demi", "Agent Sans Medium", Arial, sans-serif;
}

.scrollbar {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden !important;
}

.scrollbar:hover {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#style-1::-webkit-scrollbar-track {
    border-radius: 2px;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #BFBFBF;
}

.fa-lg {
    font-size: 1em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    top: 12px; 
    font-size: 20px;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.main-menu li>a {
    position: relative;
    width: 255px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all .14s linear;
    font-family: "Avant Garde-Demi", "Agent Sans Medium", Arial, sans-serif;
    border-top: 1px solid #f2f2f25d;
    height: 40px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    background-color: #848688; /* Nuevo color de fondo de los enlaces */
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Avant Garde-Demi', 'Agent Sans Medium', Arial, sans-serif;
}

.main-menu .fb-like {
    left: 180px;
    position: absolute;
    top: 15px;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

a:hover, a:focus {
    text-decoration: none;
    background-color: #0F6FAB; /* Color de fondo al pasar el cursor */
    border-left: 0px solid #F7F7F7;
}

nav {
    user-select: none;
}

nav ul, nav li {
    outline: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.darkerli, .darkerlishadow, .darkerlishadowdown {
    background-color: #ededed;
    text-transform: capitalize;  
}

.main-menu li>a:hover,
nav.main-menu li.active>a {
    color: #fff;
    background-color: #0F6FAB; /* Nuevo color de fondo */
    text-shadow: 0px 0px 0px; 
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

/* CSS para los botones de Mes, Semana, Día y Lista */
.fc-button-primary {
    background-color: #0F6FAB; /* Nuevo color de fondo */
    border-color: #0F6FAB; /* Nuevo color del borde */
    color: #fff; /* Color del texto */
}

.fc-button-primary:hover,
.fc-button-primary:active {
    background-color: #423F3F; /* Color de fondo al pasar el cursor o estar activo */
    border-color: #423F3F; /* Color del borde al pasar el cursor o estar activo */
    color: #fff; /* Color del texto */
}

/* Estilizado para el scrollbar de .main-menu */
.main-menu::-webkit-scrollbar {
    width: 8px; /* Ancho del scrollbar */
}

.main-menu::-webkit-scrollbar-track {
    background: #2b2d42; /* Color del track (fondo del scrollbar) */
}

.main-menu::-webkit-scrollbar-thumb {
    background-color: #6C757D; /* Color de la "thumb" (parte movible) */
    border-radius: 10px; /* Borde redondeado */
    border: 2px solid #2b2d42; /* Espacio alrededor de la "thumb" */
}

.main-menu::-webkit-scrollbar-thumb:hover {
    background-color: #a569bd; /* Color cuando se pasa el mouse sobre la "thumb" */
}

/* Para browsers que soportan el track y thumb nativamente */
.main-menu {
    scrollbar-width: thin;
    scrollbar-color: #6C757D #2b2d42; /* thumb color / track color */
}
