.drawer-overlay{width:100%;background-color:#0000004d;z-index:9;position:fixed;top:0;left:0;height:100vh}.drawer{z-index:10;top:0;position:fixed;background-color:var(--color-bg-primary);border-radius:5px;color:var(--color-grey14);border-width:1px;border-style:solid;border-color:var(--color-drawer-border);width:40%;font-size:1rem;height:100vh;box-shadow:0 0 10px #0003;transition:right .3s ease-in-out}.drawer img{cursor:pointer}.drawer .drawer-header{padding:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-drawer-border);display:flex;flex-direction:row;justify-content:space-between}.drawer .drawer-body{min-height:70vh;padding:24px;display:flex;flex-direction:column;gap:32px}.drawer .drawer-body .alert-message{margin-top:24px}.drawer .drawer-footer{position:absolute;bottom:0;left:0;right:0;border-top-width:1px;border-top-style:solid;border-top-color:var(--color-drawer-border);padding:24px}.drawer .button-row{display:flex;flex-direction:row;justify-content:flex-end;gap:1rem}
