:root{
  --dynamic-color:#7F0DF1;
  --banner-header:#141B34;
}
a{text-decoration: none;color: inherit;}
body{  font-family: "Inter", sans-serif;} 
input:-webkit-autofill {
background-color: white !important;box-shadow: 0 0 0px 1000px white inset !important;-webkit-text-fill-color: black !important;}
.loaderFlight.active {display: none;}
.loaderFlight {position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;height: 100vh;background: #fff;display: grid;place-items: center;}

.offcanvas.offcanvas-bottom{height: 48% !important; border-radius: 30px 30px 0 0 !important;}
.login-div button{background-color: var(--dynamic-color);color: white;font-size: 13px;font-weight: 600;border-radius: 10px;padding: 8px 0;width: 100%;border: 0;outline: none;}  
.login-div .form-control{font-size: 13px;}
.login-div a{color: var(--dynamic-color) !important;}