.calendar-head{display:flex;justify-content:space-between;align-items:end;margin:1rem 0 1.3rem}.calendar-head h1{font-size:2.8rem;margin:.2rem 0}.calendar-head p{color:#748596}.calendar-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border:1px solid #dfe8ef;border-radius:16px 16px 0 0;padding:1rem}.calendar-nav{display:flex;gap:.4rem}.calendar-nav a,.view-switch a{display:inline-flex;text-decoration:none;padding:.55rem .75rem;border:1px solid #d8e3ec;color:#375069;font-weight:800}.calendar-nav a:first-child{border-radius:9px 0 0 9px}.calendar-nav a:last-child{border-radius:0 9px 9px 0}.calendar-nav .today{border-radius:0}.view-switch{justify-self:end;display:flex}.view-switch a:first-child{border-radius:9px 0 0 9px}.view-switch a:last-child{border-radius:0 9px 9px 0}.view-switch a.active{background:#0756a3;color:#fff;border-color:#0756a3}.calendar-filters{display:flex;align-items:end;gap:1rem;background:#fff;border:1px solid #dfe8ef;border-top:0;padding:1rem}.calendar-filters div{display:flex;flex-direction:column}.calendar-filters label{font-size:.75rem;font-weight:800;color:#63788b}.calendar-filters select{min-width:210px;border:1px solid #d2dee8;border-radius:8px;padding:.55rem}.calendar-filters>a{margin-left:auto;margin-bottom:.55rem;font-size:.8rem}.space-calendar{background:#fff;border:1px solid #dfe8ef;border-top:0;overflow-x:auto}.calendar-days,.space-row{display:grid;grid-template-columns:190px repeat(7,minmax(135px,1fr));min-width:1140px}.calendar-days{position:sticky;top:0;z-index:3;background:#edf6fc}.calendar-days>span,.calendar-days>div{padding:.8rem;border-right:1px solid #cfe0ec}.calendar-days>div{display:flex;flex-direction:column;align-items:center;text-transform:uppercase;color:#50718c}.calendar-days .is-today{background:#fff7cf;color:#725f0a}.space-row{border-top:1px solid #dfe8ef;min-height:150px}.space-row>header{padding:1rem;border-right:1px solid #dfe8ef;display:flex;flex-direction:column}.space-row>header i{display:block;width:32px;height:5px;border-radius:5px;background:var(--space-color);margin-bottom:.65rem}.space-row>header small{color:#7a8b9a;margin-top:.3rem}.space-cell{position:relative;padding:.45rem;border-right:1px solid #e3ebf1;background:#fff}.space-cell.is-today{background:#fffdf3}.calendar-event{display:flex;flex-direction:column;text-decoration:none;color:#20394e;padding:.65rem;border-radius:9px;background:#edf5fb;border-left:4px solid var(--space-color);margin-bottom:.4rem}.calendar-event time{font-size:.72rem;font-weight:800;color:#0756a3}.calendar-event strong{font-size:.85rem}.calendar-event span,.calendar-event small{font-size:.7rem;color:#687d8f}.event-pendente{background:#fff5d9;border-left-color:#d49a1d}.event-confirmado{background:#e6f2ff}.event-em_curso{background:#eee9ff;border-left-color:#7457b8}.event-concluido{background:#e3f7eb;border-left-color:#248451}.event-cancelado,.event-nao_compareceu{background:#f9e7e7;border-left-color:#b44949;opacity:.7}.empty-cell{position:absolute;right:.5rem;bottom:.5rem;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f7;color:#7190a8;text-decoration:none;opacity:0}.space-cell:hover .empty-cell{opacity:1}.calendar-empty{padding:3rem;text-align:center}.calendar-legend{display:flex;gap:1rem;flex-wrap:wrap;padding:1rem;background:#fff;border:1px solid #dfe8ef;border-top:0;border-radius:0 0 16px 16px}.calendar-legend span{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#607486}.calendar-legend i{width:9px;height:9px;border-radius:50%}.calendar-legend .pending{background:#d49a1d}.calendar-legend .confirmed{background:#1769aa}.calendar-legend .progress{background:#7457b8}.calendar-legend .done{background:#248451}.calendar-legend .cancelled{background:#b44949}
@media(max-width:800px){.calendar-head h1{font-size:2rem}.calendar-toolbar{grid-template-columns:1fr auto}.calendar-toolbar>strong{grid-column:1/-1;grid-row:1;text-align:center;margin-bottom:1rem}.calendar-filters{overflow-x:auto}.calendar-filters>a{display:none}}
