.props-to-show-modal .modal-content{max-height:85vh}.props-to-show-modal .props-to-show-body{max-height:calc(85vh - 130px);overflow-y:auto}.props-to-show-modal .props-to-show-footer{position:sticky;bottom:0;background:inherit;z-index:2;border-top:1px solid var(--color-border)}.props-to-show-modal .props-to-show-footer .props-to-show-footer__listo{height:38px;padding:0 18px;border-radius:10px;font-size:.875rem;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:var(--color-primary);border-color:var(--color-primary);color:#fff;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.props-to-show-modal .props-to-show-footer .props-to-show-footer__listo:hover{filter:brightness(.94);background:var(--color-primary);border-color:var(--color-primary)}.props-to-show-modal .props-to-show-footer .props-to-show-footer__listo:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.25)}