#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;margin:auto}@media screen and (max-device-width:768px){#app{height:95vh}}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.d0bc87a8.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Bold.c36a3fe0.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Light.1ad50b89.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Medium.9204c2aa.ttf) format("truetype");font-weight:500;font-style:normal}body{font-family:Roboto,sans-serif;background-image:url(/img/img_background.215275e4.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}@media screen and (max-device-width:768px){body{height:100vh}}.custom-card{width:100%;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:40px!important;margin-bottom:40px!important;margin:auto;max-width:900px;min-height:300px}.el-button{background-color:#2d82a3;border-color:#2d82a3;font-weight:700}.el-button:active,.el-button:hover{background-color:#1c5167}.btn-error{background-color:#f56c6c!important;border-color:#cc4c4c!important;font-weight:700!important}.btn-error:hover{background-color:#ae5050!important}.btn-error:active{background-color:#f56c6c!important}.loader-container{margin-top:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loading-text{margin-top:15px;font-size:16px;font-weight:600;color:#656565}.custom-loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(device-width:768px),(max-device-width:768px),(max-width:768px){.custom-card{width:95%;min-width:200px!important;margin:auto;min-height:200px!important;flex-grow:1}}