.full-screen-form{--top: 40px;top:var(--top)!important;left:var(--sidebar-width)!important;width:calc(100vw - var(--sidebar-width))!important}.full-screen-form .ant-modal,.full-screen-form .ant-modal-wrap{position:fixed;top:var(--top);right:0;left:var(--sidebar-width);width:calc(100vw - var(--sidebar-width))!important;height:calc(100vh - 60px)!important;margin:0;padding:0;max-width:calc(100vw - var(--sidebar-width))!important}.full-screen-form .ant-modal-content{height:calc(100% - 60px);display:flex;flex-direction:column;margin-left:60px;width:calc(100% - 60px)}.full-screen-form .ant-modal-header{height:20px}.full-screen-form .ant-modal-body{flex-grow:1;overflow-y:auto;width:100%}.full-screen-form:has(.ant-modal-header) .ant-modal-body,.full-screen-form:has(.ant-modal-header) .ant-modal-wrap{height:calc(100vh - 60px)}.full-screen-form:has(.ant-modal-footer) .ant-modal-body,.full-screen-form:has(.ant-modal-footer) .ant-modal-wrap{height:calc(100vh - 60px)}.full-screen-form:has(.ant-modal-header):has(.ant-modal-footer) .ant-modal-body,.full-screen-form:has(.ant-modal-header):has(.ant-modal-footer) .ant-modal-wrap{height:calc(100vh - 100px)}.non-full-screen-form{--top: max(40px, 30%);top:var(--top)!important}.non-full-screen-form .ant-modal{position:fixed;margin-top:20px;top:var(--top);left:calc(50% + (var(--sidebar-width) / 2));right:50%;transform:translate(-50%,calc(-1 * var(--top)));max-height:calc(100vh - 40px)!important;height:fit-content;padding:0;max-width:calc(100vw - var(--sidebar-width))!important}.non-full-screen-form .ant-modal-content{height:fit-content;max-height:calc(100% - 40px);display:flex;flex-direction:column;width:calc(100% - 60px)}.non-full-screen-form .ant-modal-header{height:20px}.non-full-screen-form .ant-modal-body{flex-grow:1;overflow-y:auto;width:100%}@keyframes custom-enter{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes custom-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.custom-modal-fade-enter{animation:custom-enter .3s cubic-bezier(.78,.14,.15,.86)}.custom-modal-fade-exit{animation:custom-exit .3s cubic-bezier(.78,.14,.15,.86)}
