.custom-checkbox{align-items:center;display:flex}.custom-checkbox input[type=checkbox]{appearance:none;border:3px solid var(--color-brand-primary-dark);border-radius:4px;cursor:pointer;height:24px;margin-right:10px;width:24px}.custom-checkbox input[type=checkbox]:checked{background-color:var(--color-brand-primary-dark)}.plus_circle{border:3px solid var(--color-brand-primary-dark)}.backdrop{background-color:rgba(0,0,0,.7)}.drawer__backdrop{z-index:30!important}.drawer,.drawer__content{z-index:40!important}.backdrop:where(.dark,.dark *){background-color:rgba(0,0,0,.3)}.dialog{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);color:#000;display:flex;flex-direction:column;gap:1rem;height:fit-content;inset:var(--inset);margin:auto;overflow:auto;padding:1rem;position:fixed;z-index:50;--inset:0.75rem}.dialog:where(.dark,.dark *){background-color:#27292a;border:1px solid #3b3e40;color:#fff}.wrapper{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:.5rem;padding:1rem}.wrapper:where(.dark,.dark *){background-color:#27292a;box-shadow:0 1px 3px 0 rgba(0,0,0,.25),0 1px 2px -1px rgba(0,0,0,.1)}.toast-container{margin-right:var(--scrollbar-width,0)}.drawer__content{max-height:600px!important;max-width:100vw!important;width:100vw!important}.Toastify__toast-container{width:fit-content!important}