.modal-overlay{position:fixed;justify-content:center;top:0;bottom:0;left:0;right:0;margin:auto;background:#0000007a;z-index:11}.modal-header,.modal-overlay{display:flex;align-items:center}.modal-header{justify-content:space-between;margin-bottom:1rem}.modal-body{width:fit-content;height:fit-content;padding:1rem;max-height:80vh;min-height:10rem;min-width:25rem;max-width:80vw;background:#ffffff;border-radius:1rem;box-shadow:0 0 7px 0 #00000085}.modal-title{width:100%;text-align:center;font-size:1.5rem;font-weight:500;color:var(--text-secondary)}#close{overflow:hidden;position:relative;border:none;padding:0;width:2em;height:2em;border-radius:8px;background:transparent;color:#1da1f2;font:inherit;text-indent:100%;cursor:pointer;transition:.4s ease-in-out;&:focus{outline:0 solid transparent;box-shadow:0 0 0 2px #8ed0f9}&:hover{background:rgba(0,0,0,.171)}&:after,&:before{position:absolute;top:15%;left:calc(50% - .0625em);width:.125em;height:70%;border-radius:.125em;transform:rotate(45deg);background:black;content:""}&:after{transform:rotate(-45deg)}}@media screen and (max-width:768px){.modal-header{margin-bottom:1rem}.modal-body{min-width:unset;width:90vw;padding:1rem}.modal-title{font-size:1.25rem}}.spinner-circle{width:120px;height:120px;border-right:8px solid #cccccc00;border-top:8px solid #cccccc00;border-color:#417df7 #417df7 #cccccc00 #cccccc00;border-style:solid;border-width:8px;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(1turn)}}.login-form{display:flex;flex-direction:column;align-items:center;padding:50px 40px;border-radius:10px;gap:20px;width:fit-content;margin:auto;color:white;width:100%;max-width:750px}input,textarea{padding:6px;border:2px solid var(--text-opaque);border-radius:.75rem!important;width:100%;outline:none;transition:all .4s}.form-input-material{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1024px){.form-input-material,.login-form{width:100%}input,textarea{padding:6px;border:2px solid var(--text-opaque);border-radius:8px;width:100%}}