* { box-sizing: border-box; }
table { border-collapse: collapse; }
.modal-backdrop { background: rgba(0,0,0,.5); }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
