@keyframes animOpen{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes animClose{0%{transform:translate(0)}to{transform:translateY(100%)}}.rp-developer-list-modal-detail{align-items:stretch;animation:none;background-color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:flex-start;left:0;overflow-y:auto;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:1050}.rp-developer-list-modal-detail .content{max-width:100%;width:100%}.rp-developer-list-modal-detail .rp-dynamic-layout{mix-blend-mode:unset}.rp-developer-list-modal-detail .rp-modal-close{align-items:center;background:var(--opt-site-text-color);border-radius:100%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:40px;top:40px;width:40px;z-index:111}@media (max-width:768px){.rp-developer-list-modal-detail .rp-modal-close{right:20px;top:20px}}.rp-developer-list-modal-detail.is-open{animation:animOpen .5s ease-out 0s 1 forwards}.rp-developer-list-modal-detail.is-closing{animation:animClose .5s ease-out 0s 1 forwards}
