.backgroundModal{background-color:rgba(0,0,0,.3137254902);position:fixed;width:100%;height:100%;top:0;right:0;display:flex;justify-content:center;align-items:center;z-index:2147483650;overflow:auto;padding:1rem;backdrop-filter:blur(2px)}.backgroundModal .modalContentWrapper,.backgroundModal .modalContentWrapper>*{border-radius:12px!important}.modalContentWrapper{box-sizing:border-box;width:calc(100vw - 2rem);max-width:440px;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);padding:16px;margin:0 auto;max-height:calc(100vh - 4rem);overflow-y:auto}.modalContentWrapper input,.modalContentWrapper select,.modalContentWrapper textarea{border-radius:10px!important}.modalContentWrapper input[type=checkbox]{width:18px;height:18px;box-sizing:border-box;aspect-ratio:1/1;display:inline-block;vertical-align:middle;border:2px solid #2563eb;border-radius:4px!important;margin-top:2px;margin-right:8px;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;accent-color:#2563eb;cursor:pointer;pointer-events:auto;position:relative;z-index:20;background:#fff}.modalContentWrapper label{cursor:pointer}.modalContentWrapper .select{height:auto!important;border-radius:10px!important;overflow:hidden}.modalContentWrapper .select .select--select-button{height:48px!important;border-radius:10px!important}.modalContentWrapper input:not([type=checkbox]){height:48px!important}@media(min-width:768px){.modalContentWrapper{max-height:calc(100vh - 4rem);width:520px}}