.profile-item-details-modal-component{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:var(--header-height);margin-left:var(--sidebar-width);margin-bottom:var(--bottom-nav-bar-height);margin-right:0}.profile-item-details-modal-component__mask{position:absolute;top:0;right:0;bottom:0;left:0;--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity));opacity:.3;cursor:pointer}@media (min-width:992px){.profile-item-details-modal-component{position:static;margin:0}.profile-item-details-modal-component__mask{display:none}}