/* App custom styles */
.time-slot{ display:inline-block; margin:.25rem; padding:.5rem .75rem; border:1px solid rgba(11,31,58,.2); border-radius:10px; cursor:pointer; user-select:none; background:#fff; }
.time-slot:hover{ background:#f2f4f7; }
.time-slot.selected{ background:#0B1F3A; color:#fff; border-color:#0B1F3A; }
.badge-time{ background:#eaf6f6; color:#0B1F3A; border:1px solid #bfe8e6; }


