#mgLoginModal a{cursor:pointer;margin-left:5px}#mgLoginModal .modal{display:block;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:99999}#mgLoginModal .modal .modal-backdrop{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1}#mgLoginModal .modal .pop-up{align-items:center;background-color:var(--sidebar-bg);border:0;display:flex;flex-direction:column;gap:16px;justify-content:center;margin:15% auto auto;max-height:90vh;padding:24px 32px;position:relative;text-align:center;width:320px;z-index:999}#mgLoginModal .modal .pop-up .title{color:var(--active);font-size:18px;font-weight:600;line-height:26px}#mgLoginModal .modal .pop-up .subtitle{color:var(--active);font-size:14px;font-weight:400;line-height:20px}#mgLoginModal .modal .pop-up .buttons{display:flex;flex-direction:column;gap:8px;width:100%}#mgLoginModal .modal .pop-up .buttons .btn1{background-color:var(--sidebar-bg);border:1px solid var(--chip-text);color:var(--active);font-size:16px}#mgLoginModal .modal .pop-up .buttons .btn1,#mgLoginModal .modal .pop-up .buttons .btn2{align-items:center;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0 12px;width:100%}#mgLoginModal .modal .pop-up .buttons .btn2{background-color:var(--search-bar-bg);border:0;color:var(--chip-text)}@media screen and (max-width:768px){#mgLoginModal .modal .pop-up{margin-top:50%;width:100%}}
