.mantine-button[data-variant=primary]{background:var(--theme-gradient-horizontal-btn);color:var(--colors-secondary-white);border-radius:var(--theme-border-radius-3);font-weight:500;height:unset!important;padding:.5rem 1rem;border:none}.mantine-button[data-variant=primary][data-disabled]{background:var(--colors-dark-mode-dark-blue-50);color:var(--colors-dark-mode-white-80)}.mantine-button[data-variant=primaryVertical]{background:var(--theme-gradient-vertical-btn);padding:.5rem 1rem;border-radius:var(--theme-border-radius-3);height:unset!important;color:var(--colors-secondary-white);font-weight:500;border:none}.mantine-button[data-variant=primaryVertical][data-disabled]{background:var(--colors-dark-mode-dark-blue-50);color:var(--colors-dark-mode-white-80)}.mantine-button[data-variant=secondary]{color:var(--colors-primary-dark-blue);border:1px solid var(--colors-primary-dark-blue);border-radius:var(--theme-border-radius-3);font-weight:500}.mantine-button[data-variant=secondary]:hover{background:var(--colors-primary-dark-blue-10)}.mantine-button[data-variant=tertiary]{border:none;border-radius:var(--theme-border-radius-3);font-weight:500;color:inherit}.mantine-button[data-variant=tertiary],.mantine-button[data-variant=tertiary]:hover{background:var(--colors-dark-mode-dark-grey-20)}.mantine-button[data-variant=clear]{background:var(--theme-background-secondary);border-radius:var(--theme-border-radius-3);font-weight:500;border:none}.mantine-button-label p{font-weight:inherit}.mantine-button[data-variant=transparent]{color:var(--theme-text-primary);border-radius:var(--theme-border-radius-3);font-weight:500;border:none}.mantine-checkbox input{cursor:pointer;background:var(--colors-dark-mode-dark-grey-20)}.mantine-checkbox input:checked{background:radial-gradient(circle at 25% 25%,var(--colors-primary-light-blue) 10%,var(--colors-primary-dark-blue) 100%);border:none}.mantine-chip-label{border-radius:1rem;border-width:1px;border-color:var(--theme-chip-unchecked-border);background:var(--theme-chip-unchecked-background);border-style:solid;padding:6px 16px}.mantine-chip-label:active,.mantine-chip-label:hover{background:var(--theme-chip-unchecked-background);cursor:pointer}.mantine-chip-label[data-checked]{padding:6px 16px;background:var(--theme-chip-checked-background);border-width:1px;color:var(--theme-chip-checked-text);border-color:var(--theme-chip-checked-border);border-style:solid}.mantine-chip-label[data-disabled]{background:var(--theme-chip-unchecked-background);color:var(--theme-chip-unchecked-text);cursor:not-allowed;opacity:var(--theme-chip-disabled-opacity);border:1px solid var(--colors-secondary-dark-grey-20)}.mantine-chip-check-icon,.mantine-chip-icon-wrapper{display:none}.mantine-close-button{--cb-icon-size:2rem}.mantine-divider{margin:0}.mantine-drawer-content{height:fit-content}.mantine-notification{border:.5px solid var(--colors-dark-mode-dark-grey-20);padding:.625rem}.mantine-notification:before{all:revert}.mantine-notification-description{color:black;font-size:1rem}.mantine-notification-close-button{color:black;transform:scale(1.5)}.mantine-notification-close-button:active{background:transparent}.mantine-notification-icon{border:2px solid red;background-color:transparent!important}.mantine-number-input[data-checked=true]{width:fit-content}.mantine-number-input-label[data-checked=true]{color:var(--colors-secondary-white);border-radius:var(--theme-border-radius-3);border:1px solid var(--colors-secondary-dark-grey-50);padding:6px 16px!important}.mantine-number-input-label[data-checked=true],.mantine-number-input-label[data-checked=true]:active{background-color:var(--colors-secondary-dark-grey)}.mantine-number-input-label[data-checked=true][data-checked]{padding:6px 16px!important;background-color:var(--colors-dark-mode-dark-blue-50)!important;border:1px solid var(--colors-primary-dark-blue)}.mantine-number-input-label[data-checked=true][data-disabled]{background-color:var(--colors-secondary-dark-grey)}.mantine-number-input-check-icon,.mantine-number-input-icon-wrapper{display:none}.mantine-number-input-input{border-radius:var(--theme-border-radius-3)}.mantine-text-input{border-radius:.5rem;border:none;outline:none;background-color:var(--theme-input-primary)}.mantine-text-input::placeholder{color:var(--theme-input-placeholder-primary)}.mantine-text-input:focus{outline:1px solid var(--colors-primary-dark-blue)}.mantine-text-input[data-invalid]{outline:1px solid var(--colors-tertiary-error-red)}.mantine-text-input-label{font-weight:500;margin-bottom:.4rem}.mantine-action-icon{border:none!important}