@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";*{padding:0;margin:0;box-sizing:border-box;list-style:none;text-decoration:none;outline:none}.ant-input,input,input::selection,input:active,input:focus,textarea:focus{outline:none!important}body{font-family:Poppins,sans-serif;background-color:#edf2f7}.input-field{width:100%;height:100%}.input-field .ant-select,.input-field .ant-select .ant-select-selector{width:100%;height:100%;background-color:none;background:none;outline:none;border:none}.input-field .ant-select .ant-select-selector{left:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.input-field .ant-select .ant-select-selector .ant-select-selection-item,.input-field .ant-select .ant-select-selector .ant-select-selection-search,.input-field .ant-select .ant-select-selector .ant-select-selection-search input{width:100%;height:100%;left:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0;background-color:none;background:none;outline:none;border:none}.input-field .ant-select .ant-select-selector .ant-select-selection-item{align-items:center;display:flex;font-size:1.1rem}@media screen and (max-width:768px){input,textarea{font-size:16px!important}}.hiddenStepInput .ant-input-number-handler-wrap{display:none}#nprogress{pointer-events:none}#nprogress .bar{background:red;position:fixed;z-index:1031;top:0;left:0;width:100%;height:5px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:none;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:red transparent transparent red;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}