body,html{padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{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{display:flex;justify-content:center;align-items:center}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-space-between{display:flex;justify-content:space-between}.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:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media print{body{background-color:#fff}.no-print{display:none}}