body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#00796b,#26a69a);min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f4f6f6}.login-card{border:none;border-radius:1rem;box-shadow:0 8px 20px #0003;background:#fff}.login-card .card-body{padding:2rem}.form-control{border-radius:.75rem}.btn-login{border-radius:.75rem;padding:.75rem;font-weight:600}.logo{width:288px;height:43px;margin-bottom:1rem}.otp-inputs input{width:3rem;height:3rem;font-size:1.5rem;margin:0 .2rem;border-radius:.5rem}.card{border:none}.table thead th{font-weight:600}.btn-outline-primary:hover,.btn-outline-warning:hover,.btn-outline-danger:hover{color:#fff!important}.btn-outline-primary:hover{background-color:#0d6efd}.btn-outline-warning:hover{background-color:#ffc107}.btn-outline-danger:hover{background-color:#dc3545}*{margin:0;padding:0;box-sizing:border-box}.modal__custom,.modal__loader{width:100vw;height:100%;background-color:#6f777b57;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:400}.modal__loader{background-color:#6f777bbf}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;border-top:4px solid var(--color-g000);border-right:4px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.loader:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;border-left:4px solid var(--color-r800);border-bottom:4px solid transparent;animation:rotation .5s linear infinite reverse}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.displayNone{display:none!important}
