.unauthenticated-modal{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:9999}.unauthenticated-modal.is-hidden{display:none}.unauthenticated-modal-content{background:#fff;width:90%;max-width:480px;border-radius:10px;overflow:hidden;animation:fadeInScale .25s ease-out;box-shadow:0 4px 15px rgba(0,0,0,.25);display:flex;margin:auto;flex-wrap:wrap;align-items:center;justify-content:center}.modal-title{width:100%;text-align:center;background:#f9f9f9;padding:14px 18px;font-size:18px;border-bottom:1px solid #ddd;font-weight:700}.description-container{padding:20px 18px}.description{margin-bottom:12px;line-height:1.6;font-size:15px}.unauthenticated-modal-footer{width:100%;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.unauthenticated-modal-footer #unauthenticated-btn{width:100%;background:var(--main-2-color);background:var(--main-2-webkit-linear-gradient)!important;background:var(--main-2-o-linear-gradient)!important;background:var(--main-2-linear-gradient)!important;color:#fff!important;border-radius:.3125em;padding:12px;border:0;font-family:sans-serif;font-weight:700;line-height:1.5;text-shadow:none!important;box-shadow:none}.unauthenticated-modal-footer .btn:hover{opacity:.8}@keyframes fadeInScale{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
