@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";*{font-family:League Spartan,sans-serif;margin:0;padding:0;box-sizing:border-box}.flex-row{display:flex}.flex-row.items-center{align-items:center}.flex-row.content-center{justify-content:center}.flex-row.space-between{width:100%;justify-content:space-between}.flex-row.space-around{width:100%;justify-content:space-around}.flex-column{display:flex;flex-direction:column}.flex-column.items-center{align-items:center}.flex-column-reverse{display:flex;flex-direction:column-reverse}.w-100{width:100%}a.btn{text-decoration:none}.btn-group{display:flex;align-items:center;width:100%}.btn-group.fixed-bottom{position:fixed;background:#ffffff6b;bottom:0;padding:5%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);left:0}.btn-group.fixed-bottom button{width:100%}.btn-group.row{justify-content:space-between}.btn-group.row button{width:48%}button,[type=button],[type=reset]{background:#3d5af1;outline:none;color:#fff;border-radius:100px;padding:20px;font-weight:500;font-size:18px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:.2s;cursor:pointer;border:2px solid transparent}button:hover:not(:disabled),[type=button]:hover:not(:disabled),[type=reset]:hover:not(:disabled){filter:brightness(1.2);box-shadow:5px 4px 25px -5px #3d5af1}button.white,[type=button].white,[type=reset].white{background:#fff;color:#0e153a}button.outline,[type=button].outline,[type=reset].outline{background:transparent;border:2px solid #3d5af1;color:#3d5af1}button.outline.red,[type=button].outline.red,[type=reset].outline.red{background:transparent;border:2px solid #f13d3d;color:#f13d3d}button.outline.green,[type=button].outline.green,[type=reset].outline.green{background:transparent;border:2px solid #16b713;color:#16b713}button.green,[type=button].green,[type=reset].green{background:#16b713;border:1px solid #16b713;color:#fff}button.small,[type=button].small,[type=reset].small{padding:7px 14px;font-size:14px;font-weight:400}button:disabled,[type=button]:disabled,[type=reset]:disabled{filter:brightness(.7);cursor:not-allowed}button.secondary,[type=button].secondary,[type=reset].secondary{background:#0e153a}button .spinner,[type=button] .spinner,[type=reset] .spinner{margin-left:5px}button i,[type=button] i,[type=reset] i{margin-right:5px}select,input,textarea{padding:10px;border-radius:30px;background:#e2f3f5;border:2px solid transparent;outline:none;box-shadow:none;height:50px;font-family:Open Sans,sans-serif;font-weight:700}input:focus,textarea:focus{border:2px solid transparent}input::placeholder,textarea::placeholder{font-weight:400;font-family:Open Sans,sans-serif}input.error,textarea.error{border:2px solid red}input[type=radio],textarea[type=radio]{height:30px;padding:0;width:30px}input[type=range],textarea[type=range]{-webkit-appearance:none;padding:0;outline:none;color:#fff;background:#3d5af1;box-sizing:border-box;cursor:pointer;height:10px;border-radius:15px;margin:20px 0}input[type=range]::-webkit-slider-thumb,textarea[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:3em;height:3em;border:none;border-radius:100%;background:currentColor;box-shadow:inset #000 0 0 10px -5px}textarea{height:200px}@media (max-width: 900px){input,textarea{width:100%}}i.fa-circle-notch{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}main.public{background:#3d5af1}main.public app-tabs{width:100%}main.public .logo-container{display:flex;justify-content:center;align-items:center;height:17vh}main.public .logo-container img{width:100%;max-width:350px}main.public .card-container{padding:50px 5%;background:#fff;border-radius:50px 0 0;display:flex;flex-direction:column;align-items:center}main.public .card-container h1{font-weight:700;font-size:2.5rem;color:#3d5af1;margin-bottom:30px;text-align:center}main.public .card-container h2{color:#0e153a;font-size:22px;font-weight:400;margin-bottom:50px;margin-top:10px;text-align:center}main.public .card-container a.quiet{color:gray;font-size:14px;font-weight:400;text-decoration:none}main.public .card-container form .flex-column a{margin-top:5px}main.public .card-container span.bottom-link{margin-top:50px}main.public .card-container span.bottom-link a{color:#3d5af1;text-decoration:none;font-weight:700}form{width:100%}form .flex-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}form .flex-row .flex-column{width:48%;margin-bottom:0}form .flex-row .flex-column .flex-column{margin-bottom:0}form .flex-column{margin-bottom:20px;width:100%}form .flex-column.center{align-items:center}form .flex-column label{margin-bottom:5px}form .flex-column span.error{color:red;font-size:12px;margin-top:5px}form .flex-column span.quiet{color:gray;font-size:12px;margin-top:5px}form button{width:100%}.card{border-radius:15px;padding:20px;align-items:flex-start}.card.red{background:#f13d3d;margin-bottom:20px}.card.red span{color:#fff;font-size:22px;font-weight:700;margin-bottom:5px}.card.red p{color:#fff;font-weight:300}.card.green{background:#16b713;margin-bottom:20px}.card.green span{color:#fff;font-size:22px;font-weight:700;margin-bottom:5px}.card.green p{color:#fff;font-weight:300}.card.secondary{background:#0e153a;color:#fff}.card.broken-white{background:#e2f3f5}.menu-tab-container{position:fixed;width:100%;padding:20px 5%;background:#3d5af1;display:flex;align-items:center;justify-content:center;bottom:0}.menu-tab-container a{text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:column;width:33.3%}.menu-tab-container a i{color:#fff;margin-bottom:5px}.menu-tab-container a span{color:#fff}.menu-tab-container a .coins{height:35px;width:40px;border-radius:15px;-webkit-backdrop-filter:brightness(.7);backdrop-filter:brightness(.7);display:flex;justify-content:center;align-items:center;margin-right:5px}.menu-tab-container a .coins span,.menu-tab-container a .coins i{color:#fc0}.menu-tab-container a .coins i{margin-right:2.5px;margin-bottom:0}main.private .overlay{padding-top:5%;padding-bottom:25%}main.private .overlay.blue{background-color:#3d5af1}main.private .overlay.aside-padding{padding-left:5%;padding-right:5%}main.private .overlay .title-container a{margin-bottom:10px;color:gray;align-items:center;display:flex;text-decoration:none}main.private .overlay .title-container a i{margin-right:5px;font-size:12px}main.private .overlay h1{font-size:2.5rem;font-weight:700;color:#3d5af1}main.private .overlay h3{font-size:1rem;font-weight:400;color:gray}main.private .overlay .card-container{padding:50px 5%;background:#fff;border-radius:50px 0 0;display:flex;flex-direction:column;align-items:center;position:relative}main.private .overlay .card-container h1{margin-top:50px;font-size:2.5rem;font-weight:700;color:#3d5af1}main.private .overlay .card-container h2{font-size:1rem;font-weight:400;color:gray}#toast-container{width:90%;right:0;margin:0 5%;bottom:72px}#toast-container .ngx-toastr{box-shadow:none!important;border-radius:15px!important;width:100%!important}#toast-container .ngx-toastr.toast-success{background-color:#3d5af1!important}#toast-container .ngx-toastr .toast-progress{background-color:#0e153a!important}.ngx-modal{position:absolute;top:0;left:0;background:#00000087;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%;height:100%;z-index:999;display:flex;align-items:center;justify-content:center}.ngx-modal .modal-wrapper .modal{background:#fff;border-radius:15px;width:100%;overflow:hidden}.ngx-modal .modal-wrapper .modal .modal-header{display:flex;background:#3d5af1;padding:15px;justify-content:space-between;align-items:center}.ngx-modal .modal-wrapper .modal .modal-header h1{color:#fff;font-size:18px;font-weight:500;width:90%}.ngx-modal .modal-wrapper .modal .modal-header i{color:#e2f3f5}.ngx-modal .modal-wrapper .modal .modal-body{padding:15px 15px 0}.ngx-modal .modal-wrapper .modal .modal-footer{display:flex;padding:0 15px 15px;justify-content:space-between;align-items:center}.ngx-modal .modal-wrapper .modal .modal-footer button:not(.w-100){width:48%}.dahsboard section{margin:40px 0}.dahsboard section h2{color:#3d5af1;margin-bottom:20px}.dahsboard section .card{margin-bottom:20px;padding:20px;border-radius:10px;background-color:#e2f3f5}.dahsboard section .card h3{color:#0e153a;font-size:16px;font-weight:700}.dahsboard section .card .space-between span{color:gray;font-weight:400;font-size:13px}.dahsboard section .card .body{margin-top:10px}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
