.modal-caixa-agendamentos{width:min(880px,calc(100% - 28px));max-height:92vh;overflow:auto}.agendamentos-barra{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #e6e8ef}.agendamentos-barra p{margin:5px 0 0;color:#697386}.lista-agendamentos{display:grid;gap:12px;margin:18px 0}.agendamento-card{display:grid;grid-template-columns:58px 1fr auto;gap:15px;padding:17px;border:1px solid #e3e7ef;border-radius:17px;background:#fff}.agendamento-data{display:grid;place-items:center;align-content:center;min-height:58px;border-radius:14px;background:#f0edff;color:#5c42cc}.agendamento-data b{font-size:1.35rem;line-height:1}.agendamento-data small{text-transform:uppercase;font-weight:850}.agendamento-topo{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.agendamento-topo h3{margin:0}.agendamento-tipo,.agendamento-status{padding:4px 9px;border-radius:99px;background:#eef3ff;color:#3153a5;font-size:.7rem;font-weight:850;text-transform:capitalize}.agendamento-status{background:#e9f8ef;color:#167344}.agendamento-status.cancelado{background:#fff0f1;color:#b42335}.agendamento-status.concluido{background:#eef1f5;color:#586174}.agendamento-detalhes{display:flex;flex-wrap:wrap;gap:6px 15px;margin-top:9px;color:#5f6b7d;font-size:.84rem}.agendamento-observacoes{margin-top:9px;color:#687386;font-size:.82rem}.agendamento-acoes{display:flex;gap:6px}.agendamento-acoes button{width:36px;height:36px;border:1px solid #dfe3eb;border-radius:10px;background:#fff;cursor:pointer}.agendamento-acoes .excluir{color:#c72d44}.agendamentos-atalhos{display:flex;gap:8px;flex-wrap:wrap}.agendamentos-atalhos button{white-space:nowrap}@media(max-width:620px){.modal-caixa-agendamentos{width:100%;height:100vh;max-height:100vh;border-radius:0}.agendamentos-barra{align-items:stretch;flex-direction:column}.agendamentos-atalhos{display:grid}.agendamentos-atalhos button{width:100%}.agendamento-card{grid-template-columns:48px 1fr}.agendamento-acoes{grid-column:1/-1;justify-content:flex-end}.agendamento-topo{align-items:flex-start;flex-direction:column}}
