html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.full-width{width:100%}.full-height{height:100%}.flex-center{justify-content:center;align-items:center;display:flex}.flex-column{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.flex-space-between{justify-content:space-between;display:flex}.text-center{text-align:center}.text-primary{color:#2196f3}.text-error{color:#f44336}.text-success{color:#4caf50}.text-warning{color:#ff9800}.bg-light{background-color:#f5f5f5}.bg-white{background-color:#fff}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}@media (max-width:600px){.hide-xs{display:none}}@media (min-width:601px) and (max-width:960px){.hide-sm{display:none}}@media (min-width:961px) and (max-width:1280px){.hide-md{display:none}}@media (min-width:1281px){.hide-lg{display:none}}.fade-in{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-in{animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media print{body{background-color:#fff}.no-print{display:none}}
