@layer components{.modal-background{z-index:3;background-color:#0008;justify-content:center;align-items:center;width:100dvw;height:100dvh;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow:auto}.modal-wrapper{border-radius:4px;flex-direction:column;display:flex;position:relative;overflow:hidden}.modal-container{color:#2f2b28;z-index:4;background-color:#fff;border-radius:4px;flex-direction:column;flex:1;width:fit-content;min-width:28rem;max-height:90vh;padding:2.25rem;display:flex;position:relative;overflow:hidden auto}.modal-header{margin-bottom:1.5rem}.modal-body{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}.modal-close-button{cursor:pointer;position:absolute;top:2.25rem;right:2.25rem}.upload-document-button{position:relative;overflow:hidden}.upload-document-button:after{content:"";width:var(--loading-width,0%);pointer-events:none;background-color:#06427d;border-radius:0 0 4px 4px;height:8px;transition:width .3s;position:absolute;bottom:0;left:0}}
