body {
    background-color: #f8f9fa;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7c066d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #7c066d !important;
}

a.btn {
    color: white !important;
}

.text-primary {
    color: #7c066d !important;
}

.btn-primary {
    background-color: #7c066d !important;
    border-color: #7c066d !important;
    border: none !important;
}

.header_page {
    display: flex;
}

.fc .fc-toolbar-title {
    text-transform: lowercase !important;
    font-size: 1.5rem !important;
}

.fc .fc-toolbar-title:first-letter {
    text-transform: uppercase !important;
}

.nav-link {
    color: #7c066d !important;
}

.pt-24 {
    padding-top: 2.4rem !important;
}

.color-green {
    color: #177a4c;
}

.color-red {
    color: #c6303e;
}

.color-yellow {
    color: #ffc107;
}

.card-participant {
    flex-direction: row;
    padding: 2rem;
}

.card-expenseNotes {
    flex-direction: row;
    padding: 2rem;
}

.font-14 {
    font-size: 14px;
}

.noParticipant {
    background: #d0e0ff;
}

.allParticipant {
    background: #d0e8d4;
}

.anyParticipant {
    background: #fff7cc;
}

.rejectParticipant {
    background: #ffcccc;
}

.fc .fc-view-harness {
    min-height: 500px !important;
}

.fc .fc-daygrid-event-harness {
    font-size: 10px !important;
}

#character_actors, #show_companies, #user_roles {
    max-height: 300px;      /* ajusta a tu gusto */
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}