.custom-popup-wrapper{cursor:initial;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99;background-color:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.custom-popup{-ms-overflow-style:none;scrollbar-width:none;background:#fff;border-radius:2rem;flex-direction:column;align-items:center;max-width:95svw;max-height:95svh;padding:1.5rem 2rem;display:flex;position:relative;box-shadow:0 5px 25px #0000001a}.custom-popup::-webkit-scrollbar{width:0}.custom-popup--widthAuto{width:auto}.custom-popup__loader-wrapper{z-index:100;border-radius:2rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.custom-popup__header{justify-content:space-between;align-items:center;width:100%;display:flex}.custom-popup__header h3{color:#2d4258;font-size:1.3rem;font-weight:600}.custom-popup__icon-close{fill:#6d7986;cursor:pointer;align-self:flex-start}.custom-popup__body{flex-direction:column;flex:1;justify-content:start;gap:1.25rem;width:100%;max-height:74svh;margin-top:1rem;margin-bottom:2.5rem;display:flex;overflow-y:auto}.custom-popup__body__constructor{margin-bottom:2.5rem}.custom-popup__body--no-footer{margin-bottom:0}.custom-popup__body__row{flex-wrap:wrap;justify-content:space-between;gap:1.31rem 2rem;display:flex}.custom-popup__body__row .customField{flex:1}.custom-popup__footer{justify-content:center;align-items:center;gap:1.4rem;width:100%;margin-top:auto;display:flex}.custom-popup__footer>button{width:12.5rem;height:2.5rem;font-size:1.125rem;font-weight:600}
