:focus{outline:none!important}.App,.root,body,html,main{box-sizing:border-box;height:100%}html{background-color:#f4f6f8}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,form{margin:0}.login-page-bg{background:linear-gradient(310deg,#0c0b34 40%,#fff0 0),linear-gradient(35deg,#55bdbe 25%,#fff0 0),linear-gradient(35deg,#d0eeee 100%,#fff0 0);min-height:100vh;overflow:auto}.login-page-content{align-items:center;display:flex;min-height:100vh}.loader span{border-radius:50%;display:inline-block;margin-left:2px;margin-right:2px;margin-top:10px}.loader span:first-child{animation:move .5s ease-in-out -.25s infinite alternate;background:#004040}.loader span:nth-child(2){animation:move .5s ease-in-out -.5s infinite alternate;background:#066}.loader span:nth-child(3){animation:move .5s ease-in-out -.75s infinite alternate;background:#d0eeee}@keyframes move{0%{transform:translateY(-1px)}to{transform:translateY(5px)}}.shimmering{animation:shimmering-animation 2s linear infinite;background:linear-gradient(90deg,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:100vw 100%;border-radius:8px}.shimmering.body{height:10px;width:100%}@keyframes shimmering-animation{0%{background-position:-100vw 0}to{background-position:100vw 0}}.force-ltr,.force-ltr *{direction:ltr;font-family:Open Sans}.force-rtl,.force-rtl *{direction:rtl;font-family:Tajawal}#file-input-container{max-width:100%;position:relative;text-align:center}.file-input{display:none}#file-input-label{align-items:center;background-color:rgba(145,158,171,.078);border:1px dashed #919eab33;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:32px}#file-input-label.drag-active,#file-input-label:hover{background-color:#0066660d}#drag-file-element{border-radius:1rem;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbcbcb;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#066}