body {
    background-color: #f8f9fa;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    padding: 20px;
    background-color: #343a40;
    color: white;
    z-index: 1000;
}

.sidebar .nav-link {
    color: #adb5bd;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.sidebar .nav-link i {
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
    color: #ffffff;
    background-color: #495057;
    border-radius: 5px;
}

.sidebar-header {
    margin-bottom: 2rem;
    text-align: center;
}

.sidebar-header h3 {
    font-weight: bold;
}

.sidebar-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 210px;
}

.content {
    margin-left: 250px;
    padding: 30px;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
}

.login-card {
    width: 100%;
    max-width: 400px;
}

.fc-daygrid-event {
    cursor: pointer;
    white-space: normal !important; /* Permite quebrar linha no texto do evento */
}