*{box-sizing:border-box}body{font-weight:500}.loader{background:#e60f30;position:fixed;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.loader span{position:relative;width:56px;height:56px;border-radius:50%;background-color:transparent;border:3px solid #ffffff;border-top-color:#e60f30;animation:1s spin linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input,textarea,select,button,a,input:focus,textarea:focus,select:focus,button:focus,a:focus{outline:none;transform:all .3s}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
