@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.calendar-wrapper {
    width: 100%;
    max-width: 1100px;
}

.calendar-card {
    padding: 40px;
    max-width: 1000px;
    width: 100%;
}

.calendar-title {
    color: #041741;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.padel-icon {
    margin-left: 8px;
    font-size: 18px;
}

.event-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

    .event-table th {
        background: #041741;
        color: white;
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }

    .event-table td {
        padding: 10px;
        border: 1px solid #ddd;
        vertical-align: middle;
    }

        .event-table td:first-child {
            text-align: center;
            font-weight: bold;
        }

.month-header {
    color: #041741;
    font-weight: 800;
    font-size: 26px;
}

.actions-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.input-entradas input {
    height: 36px;
    text-align: center;
}

.btn-entradas {
    background-color: #041741;
    color: white;
    font-weight: 700;
    height: 36px;
    border-radius: 4px;
}
