
/* Estilos personalizados para Tigra Calendar con clases únicas */

.tc-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.tc-calendar-wrap {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.tc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.tc-table td, .tc-table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.tc-weekdays {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
}

.tc-othermonth {
    color: #bbb;
}

.tc-weekend {
    background-color: #f9f9f9;
}

.tc-today {
    background-color: #d1ecf1;
    border: 2px solid #17a2b8;
}

.tc-selected {
    background-color: #bee5eb;
    font-weight: bold;
    border: 2px solid #0c5460;
}

.tc-shade {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    pointer-events: none;
    z-index: 9998;
}

.tc-iframe {
    position: absolute;
    z-index: 9997;
    border: none;
}
