@charset "UTF-8";.profile-selection-popup.fullscreen{position:fixed;width:100vw;height:100vh;background:rgba(0,0,0,0.6);top:0;left:0;z-index:1007;display:none}
.profile-selection-popup .profile-section-box{background:#fff;width:40%;margin:0 auto;position:relative;top:50%;transform:translateY(-50%);min-height:30vh;padding:50px 40px}
@media(max-width:767.98px),(max-width:767.98px) and (max-height:414px){.profile-selection-popup .profile-section-box{width:80%}
}
.profile-selection-popup .profile-section-box ul{width:auto;list-style:none;margin:0;padding:0}
.profile-selection-popup .profile-section-box li{width:auto;padding:10px 0}
.profile-selection-popup .profile-section-box li a{color:inherit}
.profile-selection-popup .profile-section-box li span{cursor:pointer}
.profile-selection-popup .profile-section-box li span:hover{border-bottom:2px solid #00a758}
.profile-selection-popup .profile-section-box li.active span{border-bottom:2px solid #00a758}
.profile-selection-popup .profile-title{font-size:1.875rem;line-height:34px;padding-bottom:10px}