:root {
    --ud-sm: 640px;
    --ud-md: 768px;
    --ud-lg: 1024px;
    --ud-xl: 1280px;
    --ud-2xl: 1536px;
    --ud-gray-100-light: #f9f9f9;
    --ud-gray-200-light: #f1f1f4;
    --ud-gray-300-light: #dbdfe9;
    --ud-gray-400-light: #CCCCD1;
    --ud-gray-500-light: #99a1b7;
    --ud-gray-600-light: #78829d;
    --ud-gray-700-light: #4b5675;
    --ud-gray-800-light: #252f4a;
    --ud-gray-900-light: #01001A;
    --ud-gray-100-dark: #1b1c22;
    --ud-gray-200-dark: #26272f;
    --ud-gray-300-dark: #363843;
    --ud-gray-400-dark: #464852;
    --ud-gray-500-dark: #636674;
    --ud-gray-600-dark: #808290;
    --ud-gray-700-dark: #9a9cae;
    --ud-gray-800-dark: #b5b7c8;
    --ud-gray-900-dark: #f5f5f5;
    --ud-brand-light: #ff6f1e;
    --ud-brand-active-light: #f15700;
    --ud-brand-light-light: #fff5ef;
    --ud-brand-clarity-light: rgba(255,111,30,.2);
    --ud-brand-inverse-light: #fff;
    --ud-primary-light: #0C7FD0;
    --ud-primary-active-light: #E6F2FA;
    --ud-primary-light-light: #eff6ff;
    --ud-primary-clarity-light: rgba(27,132,255,.2);
    --ud-primary-inverse-light: #fff;
    --ud-success-light: #38B772;
    --ud-success-active-light: #04b440;
    --ud-success-light-light: #eafff1;
    --ud-success-clarity-light: rgba(23,198,83,.2);
    --ud-success-inverse-light: #fff;
    --ud-info-light: #7239ea;
    --ud-info-active-light: #5014d0;
    --ud-info-light-light: #f8f5ff;
    --ud-info-clarity-light: rgba(114,57,234,.2);
    --ud-info-inverse-light: #fff;
    --ud-danger-light: #f8285a;
    --ud-danger-active-light: #d81a48;
    --ud-danger-light-light: #ffeef3;
    --ud-danger-clarity-light: rgba(248,40,90,.2);
    --ud-danger-inverse-light: #fff;
    --ud-warning-light: #f6b100;
    --ud-warning-active-light: #dfa000;
    --ud-warning-light-light: #fff8dd;
    --ud-warning-clarity-light: rgba(246,177,0,.2);
    --ud-warning-inverse-light: #fff;
    --ud-dark-light: #1e2129;
    --ud-dark-active-light: #111318;
    --ud-dark-light-light: #f9f9f9;
    --ud-dark-clarity-light: rgba(30,33,41,.2);
    --ud-dark-inverse-light: #fff;
    --ud-light-light: #fff;
    --ud-light-active-light: #fcfcfc;
    --ud-light-light-light: #fff;
    --ud-light-clarity-light: hsla(0,0%,100%,.2);
    --ud-light-inverse-light: #4b5675;
    --ud-secondary-light: #f9f9f9;
    --ud-secondary-active-light: #f9f9f9;
    --ud-secondary-light-light: #f9f9f9;
    --ud-secondary-clarity-light: hsla(0,0%,98%,.2);
    --ud-secondary-inverse-light: #4b5675;
    --ud-brand-dark: #d74e00;
    --ud-brand-active-dark: #f35700;
    --ud-brand-light-dark: #272320;
    --ud-brand-clarity-dark: rgba(215,78,0,.2);
    --ud-brand-inverse-dark: #fff;
    --ud-primary-dark: #006ae6;
    --ud-primary-active-dark: #107eff;
    --ud-primary-light-dark: #172331;
    --ud-primary-clarity-dark: rgba(0,106,230,.2);
    --ud-primary-inverse-dark: #fff;
    --ud-success-dark: #00a261;
    --ud-success-active-dark: #01bf73;
    --ud-success-light-dark: #1f2623;
    --ud-success-clarity-dark: rgba(0,162,97,.2);
    ;
    --ud-success-inverse-dark: #fff;
    --ud-info-dark: #883fff;
    --ud-info-active-dark: #9e63ff;
    --ud-info-light-dark: #272134;
    --ud-info-clarity-dark: rgba(136,63,255,.2);
    --ud-info-inverse-dark: #fff;
    --ud-danger-dark: #e42855;
    --ud-danger-active-dark: #ff3767;
    --ud-danger-light-dark: #302024;
    --ud-danger-clarity-dark: rgba(228,40,85,.2);
    --ud-danger-inverse-dark: #fff;
    --ud-warning-dark: #c59a00;
    --ud-warning-active-dark: #d9aa00;
    --ud-warning-light-dark: #242320;
    --ud-warning-clarity-dark: rgba(197,154,0,.2);
    --ud-warning-inverse-dark: #fff;
    --ud-dark-dark: #272a34;
    --ud-dark-active-dark: #2d2f39;
    --ud-dark-light-dark: #1e2027;
    --ud-dark-clarity-dark: rgba(39,42,52,.2);
    --ud-dark-inverse-dark: #fff;
    --ud-light-dark: #1f212a;
    --ud-light-active-dark: #1f212a;
    --ud-light-light-dark: #1f212a;
    --ud-light-clarity-dark: rgba(31,33,42,.2);
    --ud-light-inverse-dark: #9a9cae;
    --ud-secondary-dark: #363843;
    --ud-secondary-active-dark: #464852;
    --ud-secondary-light-dark: #363843;
    --ud-secondary-clarity-dark: rgba(54,56,67,.2);
    --ud-secondary-inverse-dark: #9a9cae;
    --ud-coal-100: #15171c;
    --ud-coal-200: #13141a;
    --ud-coal-300: #111217;
    --ud-coal-400: #0f1014;
    --ud-coal-500: #0d0e12;
    --ud-coal-600: #01001A;
    --ud-coal-black: #000;
    --ud-coal-clarity: rgba(24,25,31,.5)
}

.light, :root {
    --ud-gray-100: #f9f9f9;
    --ud-gray-200: #f1f1f4;
    --ud-gray-300: #dbdfe9;
    --ud-gray-400: #CCCCD1;
    --ud-gray-500: #99a1b7;
    --ud-gray-600: #78829d;
    --ud-gray-700: #4b5675;
    --ud-gray-800: #252f4a;
    --ud-gray-900: #01001A;
    --ud-brand: #ff6f1e;
    --ud-brand-active: #f15700;
    --ud-brand-light: #fff5ef;
    --ud-brand-clarity: rgba(255,111,30,.2);
    --ud-brand-inverse: #fff;
    --ud-primary: #0C7FD0;
    --ud-primary-active: #056ee9;
    --ud-primary-light: #E6F2FA;
    --ud-primary-clarity: rgba(27,132,255,.2);
    --ud-primary-inverse: #fff;
    --ud-success: #38B772;
    --ud-success-active: #04b440;
    --ud-success-light: #eafff1;
    --ud-success-clarity: rgba(23,198,83,.2);
    --ud-success-inverse: #fff;
    --ud-info: #7239ea;
    --ud-info-active: #5014d0;
    --ud-info-light: #f8f5ff;
    --ud-info-clarity: rgba(114,57,234,.2);
    --ud-info-inverse: #fff;
    --ud-danger: #f8285a;
    --ud-danger-active: #d81a48;
    --ud-danger-light: #ffeef3;
    --ud-danger-clarity: rgba(248,40,90,.2);
    --ud-danger-inverse: #fff;
    --ud-warning: #f6b100;
    --ud-warning-active: #dfa000;
    --ud-warning-light: #fff8dd;
    --ud-warning-clarity: rgba(246,177,0,.2);
    --ud-warning-inverse: #fff;
    --ud-dark: #1e2129;
    --ud-dark-active: #111318;
    --ud-dark-light: #f9f9f9;
    --ud-dark-clarity: rgba(30,33,41,.2);
    --ud-dark-inverse: #fff;
    --ud-light: #fff;
    --ud-light-active: #fcfcfc;
    --ud-light-light: #fff;
    --ud-light-clarity: hsla(0,0%,100%,.2);
    --ud-light-inverse: #4b5675;
    --ud-secondary: #f9f9f9;
    --ud-secondary-active: #f9f9f9;
    --ud-secondary-light: #f9f9f9;
    --ud-secondary-clarity: hsla(0,0%,98%,.2);
    --ud-secondary-inverse: #4b5675;
    --ud-default-box-shadow: 0px 4px 12px 0px rgba(0,0,0,.09);
    --ud-light-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-primary-box-shadow: 0px 4px 12px 0px rgba(40,132,239,.35);
    --ud-success-box-shadow: 0px 4px 12px 0px rgba(53,189,100,.35);
    --ud-danger-box-shadow: 0px 4px 12px 0px rgba(241,65,108,.35);
    --ud-info-box-shadow: 0px 4px 12px 0px rgba(114,57,234,.35);
    --ud-warning-box-shadow: 0px 4px 12px 0px rgba(246,192,0,.35);
    --ud-dark-box-shadow: 0px 4px 12px 0px rgba(37,47,74,.35);
    --ud-card-background-color: #fff;
    --ud-tooltip-background-color: #0f1014;
    --ud-popover-background-color: #fff;
    --ud-modal-background-color: #fff;
    --ud-drawer-background-color: #fff;
    --ud-dropdown-background-color: #fff;
    --ud-backdrop-background-color: rgba(0,0,0,.8);
    --ud-table-head-background-color: var(--ud-light-active);
    --ud-card-border: 1px solid var(--ud-gray-200);
    --ud-table-border: 1px solid var(--ud-gray-200);
    --ud-dropdown-border: 1px solid var(--ud-gray-200);
    --ud-popover-border: 1px solid var(--ud-gray-200);
    --ud-tooltip-border: 0;
    --ud-card-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-tooltip-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-popover-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-modal-box-shadow: 0px 10px 14px 0px rgba(15,42,81,.03);
    --ud-drawer-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-dropdown-box-shadow: 0px 7px 18px 0px rgba(0,0,0,.09);
    --ud-input-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1)
}

.dark {
    --ud-gray-100: #1b1c22;
    --ud-gray-200: #26272f;
    --ud-gray-300: #363843;
    --ud-gray-400: #464852;
    --ud-gray-500: #636674;
    --ud-gray-600: #808290;
    --ud-gray-700: #9a9cae;
    --ud-gray-800: #b5b7c8;
    --ud-gray-900: #f5f5f5;
    --ud-brand: #d74e00;
    --ud-brand-active: #f35700;
    --ud-brand-light: #272320;
    --ud-brand-clarity: rgba(215,78,0,.2);
    --ud-brand-inverse: #fff;
    --ud-primary: #006ae6;
    --ud-primary-active: #107eff;
    --ud-primary-light: #172331;
    --ud-primary-clarity: rgba(0,106,230,.2);
    --ud-primary-inverse: #fff;
    --ud-success: #00a261;
    --ud-success-active: #01bf73;
    --ud-success-light: #1f2623;
    --ud-success-clarity: rgba(0,162,97,.2);
    ;
    --ud-success-inverse: #fff;
    --ud-info: #883fff;
    --ud-info-active: #9e63ff;
    --ud-info-light: #272134;
    --ud-info-clarity: rgba(136,63,255,.2);
    --ud-info-inverse: #fff;
    --ud-danger: #e42855;
    --ud-danger-active: #ff3767;
    --ud-danger-light: #302024;
    --ud-danger-clarity: rgba(228,40,85,.2);
    --ud-danger-inverse: #fff;
    --ud-warning: #c59a00;
    --ud-warning-active: #d9aa00;
    --ud-warning-light: #242320;
    --ud-warning-clarity: rgba(197,154,0,.2);
    --ud-warning-inverse: #fff;
    --ud-dark: #272a34;
    --ud-dark-active: #2d2f39;
    --ud-dark-light: #1e2027;
    --ud-dark-clarity: rgba(39,42,52,.2);
    --ud-dark-inverse: #fff;
    --ud-light: #1f212a;
    --ud-light-active: #1f212a;
    --ud-light-light: #1f212a;
    --ud-light-clarity: rgba(31,33,42,.2);
    --ud-light-inverse: #9a9cae;
    --ud-secondary: #363843;
    --ud-secondary-active: #464852;
    --ud-secondary-light: #363843;
    --ud-secondary-clarity: rgba(54,56,67,.2);
    --ud-secondary-inverse: #9a9cae;
    --ud-default-box-shadow: none;
    --ud-light-box-shadow: none;
    --ud-primary-box-shadow: none;
    --ud-success-box-shadow: none;
    --ud-danger-box-shadow: none;
    --ud-info-box-shadow: none;
    --ud-warning-box-shadow: none;
    --ud-dark-box-shadow: none;
    --ud-card-background-color: #111217;
    --ud-tooltip-background-color: #01001A;
    --ud-popover-background-color: #01001A;
    --ud-modal-background-color: #01001A;
    --ud-drawer-background-color: #01001A;
    --ud-dropdown-background-color: #01001A;
    --ud-backdrop-background-color: rgba(0,0,0,.8);
    --ud-table-head-background-color: #13141a;
    --ud-card-border: 1px solid #1b1c22;
    --ud-table-border: 1px solid #1b1c22;
    --ud-dropdown-border: 1px solid #1b1c22;
    --ud-tooltip-border: 1px solid #1b1c22;
    --ud-popover-border: 1px solid #1b1c22;
    --ud-card-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-tooltip-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-popover-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-modal-box-shadow: 0px 10px 14px 0px rgba(15,42,81,.03);
    --ud-drawer-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    --ud-dropdown-box-shadow: 0px 7px 18px 0px rgba(0,0,0,.09);
    --ud-input-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1)
}

/* Displays */
.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.flex {
    display: flex !important;
}

.inline-flex {
    display: inline-flex !important;
}

.grid {
    display: grid !important;
}

.contents {
    display: contents !important;
}

.hidden {
    display: none !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.content-between {
    align-content: space-between !important;
}

.items-start {
    align-items: flex-start !important;
}

.items-end {
    align-items: flex-end !important;
}

.items-center {
    align-items: center !important;
}

.items-baseline {
    align-items: baseline !important;
}

.items-stretch {
    align-items: stretch !important;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}


/* Form Items */

.col-form-label {
    padding-top: calc(.47rem + 1px);
    padding-bottom: calc(.47rem + 1px);
    margin-bottom: 0;
    font-weight: 500;
    line-height: inherit;
    color: inherit;
}


.input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1;
    background-color: var(--ud-light-active);
    border-radius: .375rem;
    height: 2.5rem;
    padding-inline-start: .75rem;
    padding-inline-end: .75rem;
    border: 1px solid var(--ud-gray-300);
    color: var(--ud-gray-700)
}

.input-sm {
    font-weight: 500;
    font-size: .75rem;
    height: 2rem;
    padding-inline-start: .625rem;
    padding-inline-end: .625rem
}

.input-lg {
    font-weight: 500;
    font-size: .875rem;
    height: 3rem
}

.input:disabled, .input:has(input:disabled) {
    background-color: var(--ud-gray-100);
    color: var(--ud-gray-400)
}

input:user-invalid {
    background-color: var(--ud-danger-light-light);
    border-color: var(--ud-danger-active-light);
}

.select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: right .675rem center;
    background-size: 14px 11px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

.dark .select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23808290' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

.select[multiple], .select[size]:not([size="1"]) {
    padding-inline-end: 1rem;
    background-image: none
}

.select:-moz-focusring {
    color: transparent;
    text-shadow: none
}

.select {
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1;
    background-color: var(--ud-light-active);
    border-radius: .375rem;
    height: 2.5rem;
    padding-inline-start: .75rem;
    padding-inline-end: .75rem;
    border: 1px solid var(--ud-gray-300);
    color: var(--ud-gray-700)
}

    .select:hover {
        border-color: var(--ud-gray-400)
    }

    .select:focus {
        border-color: var(--ud-primary);
        box-shadow: var(--ud-input-focus-box-shadow);
        color: var(--ud-gray-700)
    }

        .select:focus::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .select:focus::placeholder {
            color: var(--ud-gray-600)
        }

    .select:active {
        color: var(--ud-gray-700)
    }

        .select:active::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .select:active::placeholder {
            color: var(--ud-gray-600)
        }

    .select:active {
        box-shadow: none
    }

    .select:disabled {
        background-color: var(--ud-gray-100);
        color: var(--ud-gray-400)
    }

        .select:disabled::-moz-placeholder {
            color: var(--ud-gray-300)
        }

        .select:disabled::placeholder {
            color: var(--ud-gray-300)
        }

.select-sm {
    font-weight: 500;
    font-size: .75rem;
    height: 2rem;
    padding-inline-start: .625rem;
    padding-inline-end: .625rem;
    background-size: 14px 10px;
    background-position: inset-inline-end .55rem;
}

[dir=rtl] .select {
    background-position: left .675rem center
}

.textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 0.85rem;
    background-color: var(--ud-light-active);
    border-radius: .375rem;
    padding: .55rem .75rem;
    border: 1px solid var(--ud-gray-300);
    color: var(--ud-gray-700)
}

    .textarea::-moz-placeholder {
        color: var(--ud-gray-500)
    }

    .textarea::placeholder {
        color: var(--ud-gray-500)
    }

    .textarea:hover {
        border-color: var(--ud-gray-400)
    }

    .textarea:focus {
        border-color: var(--ud-primary);
        box-shadow: var(--ud-form-input-focus-box-shadow);
        color: var(--ud-gray-700)
    }

        .textarea:focus::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .textarea:focus::placeholder {
            color: var(--ud-gray-600)
        }

    .textarea:active {
        color: var(--ud-gray-700)
    }

        .textarea:active::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .textarea:active::placeholder {
            color: var(--ud-gray-600)
        }

    .textarea:active {
        box-shadow: none
    }

    .textarea[disabled] {
        background-color: var(--ud-gray-100);
        color: var(--ud-gray-400)
    }

        .textarea[disabled]::-moz-placeholder {
            color: var(--ud-gray-300)
        }

        .textarea[disabled]::placeholder {
            color: var(--ud-gray-300)
        }

    .textarea[readonly] {
        background-color: var(--ud-gray-100);
        color: var(--ud-gray-400)
    }

        .textarea[readonly]::-moz-placeholder {
            color: var(--ud-gray-300)
        }

        .textarea[readonly]::placeholder {
            color: var(--ud-gray-300)
        }

.switch {
    align-items: center;
    gap: .625rem
}

    .switch, .switch input[type=checkbox] {
        display: flex;
        cursor: pointer
    }

        .switch input[type=checkbox] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: var(--ud-gray-300);
            position: relative;
            flex-shrink: 0;
            height: 1.375rem;
            width: 2.125rem;
            border-radius: 1.375rem;
            transition: all .15s ease-in-out
        }

            .switch input[type=checkbox]:before {
                display: flex;
                position: absolute;
                content: "";
                height: 1rem;
                width: 1rem;
                border-radius: 100%;
                background-color: var(--ud-light);
                inset-inline-start: .25rem;
                top: 50%;
                transform: translateY(-50%);
                filter: drop-shadow(0 3px 4px rgba(0,0,0,.03));
                transition: all .15s ease-in-out
            }

            .switch input[type=checkbox]:checked, .switch input[type=checkbox][aria-checked=true] {
                background-color: var(--ud-primary);
                transition: all .15s ease-in-out
            }

                .switch input[type=checkbox]:checked:before, .switch input[type=checkbox][aria-checked=true]:before {
                    background-color: #fff;
                    transition: all .15s ease-in-out;
                    inset-inline-start: calc(100% - .25rem);
                    transform: translate(-100%,-50%);
                    filter: none
                }

            .switch input[type=checkbox]:disabled {
                background-color: var(--ud-gray-100);
                border: 1px solid var(--ud-gray-300);
                cursor: not-allowed;
                opacity: .5
            }

                .switch input[type=checkbox]:disabled:before {
                    background-color: var(--ud-gray-300)
                }

                .switch input[type=checkbox]:disabled:checked, .switch input[type=checkbox]:disabled[aria-checked=true] {
                    background-color: var(--ud-primary-clarity);
                    border: 0
                }

                    .switch input[type=checkbox]:disabled:checked:before, .switch input[type=checkbox]:disabled[aria-checked=true]:before {
                        background-color: var(--ud-light)
                    }

        .switch .switch-label {
            color: var(--ud-gray-700);
            font-size: .875rem;
            font-weight: 500;
            line-height: 1rem
        }

        .switch input[type=checkbox] + .switch-label {
            color: var(--ud-gray-800)
        }

        .switch:has(input[type=checkbox]:disabled) .switch-label {
            color: var(--ud-gray-500)
        }

.switch-sm input[type=checkbox] {
    height: 1.125rem;
    width: 1.875rem;
    border-radius: 1.125rem
}

    .switch-sm input[type=checkbox]:before {
        height: .75rem;
        width: .75rem
    }

.switch-sm .switch-label {
    font-size: .8125rem
}

.switch-lg .switch-label {
    font-size: .9375rem
}

[dir=rtl] .switch input[type=checkbox]:checked:before, [dir=rtl] .switch input[type=checkbox][aria-checked=true]:before {
    transform: translate(100%,-50%)
}

.checkbox[type=checkbox] {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background-color: var(--ud-light-light)
}

.dark .checkbox[type=checkbox] {
    background-color: var(--ud-coal-500)
}

.checkbox[type=checkbox] {
    border-radius: .375rem;
    height: 1.375rem;
    width: 1.375rem;
    border: 1px solid var(--ud-gray-300);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto
}

    .checkbox[type=checkbox]:checked, .checkbox[type=checkbox][aria-checked=true] {
        background-color: var(--ud-primary);
        border: 1px solid var(--ud-primary);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23fff' d='M10.367.542 4.8 6.108 1.567 2.875a.833.833 0 0 0-1.175 0 .833.833 0 0 0 0 1.175l3.825 3.825a.833.833 0 0 0 1.175 0l6.15-6.15A.833.833 0 1 0 10.367.542'/%3E%3C/svg%3E")
    }

    .checkbox[type=checkbox]:indeterminate {
        background-color: var(--ud-primary);
        border: 1px solid var(--ud-primary);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
    }

    .checkbox[type=checkbox]:focus {
        border-color: var(--ud-primary);
        box-shadow: var(--ud-input-focus-box-shadow);
        color: var(--ud-gray-700)
    }

        .checkbox[type=checkbox]:focus::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .checkbox[type=checkbox]:focus::placeholder {
            color: var(--ud-gray-600)
        }

    .checkbox[type=checkbox]:active {
        color: var(--ud-gray-700)
    }

        .checkbox[type=checkbox]:active::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .checkbox[type=checkbox]:active::placeholder {
            color: var(--ud-gray-600)
        }

    .checkbox[type=checkbox]:active {
        box-shadow: none
    }

    .checkbox[type=checkbox]:disabled {
        cursor: not-allowed;
        background-color: var(--ud-gray-200);
        border: 1px solid var(--ud-gray-300)
    }

        .checkbox[type=checkbox]:disabled:indeterminate {
            background-color: var(--ud-primary-clarity);
            border: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
        }

        .checkbox[type=checkbox]:disabled:checked, .checkbox[type=checkbox]:disabled[aria-checked=true] {
            background-color: var(--ud-primary-clarity);
            border: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23fff' d='M10.367.542 4.8 6.108 1.567 2.875a.833.833 0 0 0-1.175 0 .833.833 0 0 0 0 1.175l3.825 3.825a.833.833 0 0 0 1.175 0l6.15-6.15A.833.833 0 1 0 10.367.542'/%3E%3C/svg%3E")
        }

.checkbox-sm[type=checkbox] {
    border-radius: .25rem;
    height: 1.125rem;
    width: 1.125rem
}

    .checkbox-sm[type=checkbox]:checked, .checkbox-sm[type=checkbox][aria-checked=true] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill='%23fff' d='M8.493.233 4.04 4.687 1.453 2.1a.667.667 0 0 0-.94 0 .667.667 0 0 0 0 .94l3.06 3.06a.667.667 0 0 0 .94 0l4.92-4.92a.667.667 0 1 0-.94-.947'/%3E%3C/svg%3E")
    }

    .checkbox-sm[type=checkbox]:indeterminate {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' fill='none'%3E%3Cpath fill='%23fff' d='M9.046.293 1.04.333a.667.667 0 0 0 0 1.334l8-.04a.667.667 0 1 0 0-1.334z'/%3E%3C/svg%3E")
    }

.checkbox-group {
    display: flex;
    align-items: center;
    gap: .4rem
}

.checkbox-label {
    color: var(--ud-gray-800);
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.125rem
}

.radio[type=radio] {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background-color: var(--ud-light-light)
}

.dark .radio[type=radio] {
    background-color: var(--ud-coal-500)
}

.radio[type=radio] {
    border-radius: 50%;
    height: 1.375rem;
    width: 1.375rem;
    border: 1px solid var(--ud-gray-300);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

    .radio[type=radio]:checked, .radio[type=radio][aria-checked=true] {
        background-color: var(--ud-primary);
        border: 1px solid var(--ud-primary);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='10.999' cy='11' r='5.867' fill='%23fff'/%3E%3C/svg%3E")
    }

    .radio[type=radio]:focus {
        border-color: var(--ud-primary);
        box-shadow: var(--ud-input-focus-box-shadow);
        color: var(--ud-gray-700)
    }

        .radio[type=radio]:focus::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .radio[type=radio]:focus::placeholder {
            color: var(--ud-gray-600)
        }

    .radio[type=radio]:active {
        color: var(--ud-gray-700)
    }

        .radio[type=radio]:active::-moz-placeholder {
            color: var(--ud-gray-600)
        }

        .radio[type=radio]:active::placeholder {
            color: var(--ud-gray-600)
        }

    .radio[type=radio]:active {
        box-shadow: none
    }

    .radio[type=radio]:disabled {
        cursor: not-allowed;
        background-color: var(--ud-gray-200);
        border: 1px solid var(--ud-gray-300)
    }

        .radio[type=radio]:disabled:checked, .radio[type=radio]:disabled[aria-checked=true] {
            background-color: var(--ud-primary-clarity);
            border: 0
        }

.radio-sm[type=radio] {
    height: 1.125rem;
    width: 1.125rem
}

    .radio-sm[type=radio]:checked, .radio-sm[type=radio][aria-checked=true] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Ccircle cx='9' cy='9' r='4.8' fill='%23fff'/%3E%3C/svg%3E")
    }

.radio-group {
    display: flex;
    align-items: center;
    gap: .4rem
}

.radio-label {
    color: var(--ud-gray-800);
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.125rem
}


/* Widths */

.max-w-56 {
    max-width: 14rem;
}


/* Card */

hr {
    border-color: var(--ud-gray-500) !important;
}

.card {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: 1rem !important;
    border: 1px solid #f1f1f4;
    margin-bottom: 30px;
}

.card-title {
    font-size: 0.85rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--ud-gray-900)
}

.card-header {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f4;
    padding-inline-start: 1.875rem;
    padding-inline-end: 1.875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

    .card-header:first-child {
        border-radius: 1rem 1rem 0 0;
    }

.card-body {
    flex-grow: 1;
    padding-inline-start: 1.875rem;
    padding-inline-end: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid #f1f1f4;
    padding-inline-start: 1.875rem;
    padding-inline-end: 1.875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

    .card-footer:last-child {
        border-radius: 0 0 1rem 1rem;
    }

/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    border-radius: .375rem;
    height: 2.5rem;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    gap: .375rem;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: .85rem;
    outline: none
}

.btn-icon i {
    line-height: 0 !important
}

.btn-sm {
    height: 2rem;
    padding-inline-start: .75rem;
    padding-inline-end: .75rem;
    font-weight: 500;
    font-size: .75rem;
    gap: .275rem
}

    .btn-sm.btn-icon {
        width: 2rem
    }

.btn.disabled, .btn[disabled] {
    opacity: .5;
    pointer-events: none
}

.btn i {
    font-size: 1.125rem;
    line-height: 0 !important
}

.btn-sm i {
    font-size: .875rem
}

.btn-link {
    color: var(--accent-color);
    font-size: 0.85rem;
    height: auto;
    padding-bottom: .25em;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px dashed var(--accent-color)
}

    .btn-link.active, .btn-link:active, .btn-link:focus, .btn-link:hover {
        background-color: transparent;
        border-bottom: 1px dashed var(--accent-color);
        color: var(--accent-color);
    }

    .btn-link.btn-sm {
        font-size: .75rem
    }

    .btn-link.btn-lg {
        font-size: .875rem
    }

.btn-primary {
    color: #fff !important;
    background-color: var(--accent-color);
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: var(--accent-color);
        box-shadow: var(--ud-dark-box-shadow);
        border-color: var(--accent-color) !important;
        text-decoration: none;
    }

.btn-light {
    color: var(--ud-gray-700);
    border-color: var(--ud-gray-300);
    background-color: var(--ud-light);
}

    .btn-light i {
        color: var(--ud-gray-500)
    }

    .btn-light.active, .btn-light:active, .btn-light:focus, .btn-light:hover {
        border-color: var(--ud-gray-300);
        background-color: var(--ud-light-active);
        box-shadow: var(--ud-default-box-shadow);
        color: var(--ud-gray-800);
    }

        .btn-light.active i, .btn-light:active i, .btn-light:focus i, .btn-light:hover i {
            color: var(--ud-gray-600)
        }

    .btn-light.disabled, .btn-light[disabled] {
        opacity: 1;
        color: var(--ud-gray-500);
        border-color: var(--ud-gray-200);
        background-color: var(--ud-light)
    }

        .btn-light.disabled i, .btn-light[disabled] i {
            color: var(--ud-gray-400)
        }

    .btn-light.btn-clear {
        border-color: transparent;
        background-color: transparent;
        color: var(--ud-gray-700)
    }

        .btn-light.btn-clear i {
            color: var(--ud-gray-600)
        }

        .btn-light.btn-clear.active, .btn-light.btn-clear:active, .btn-light.btn-clear:focus, .btn-light.btn-clear:hover {
            background-color: var(--ud-gray-200);
            border-color: transparent;
            box-shadow: none;
            color: var(--ud-gray-800)
        }

            .btn-light.btn-clear.active i, .btn-light.btn-clear:active i, .btn-light.btn-clear:focus i, .btn-light.btn-clear:hover i {
                color: var(--ud-gray-700)
            }

        .btn-light.btn-clear.disabled, .btn-light.btn-clear[disabled] {
            opacity: 1;
            color: var(--ud-gray-500);
            border-color: transparent;
            background-color: transparent
        }

            .btn-light.btn-clear.disabled i, .btn-light.btn-clear[disabled] i {
                color: var(--ud-gray-400)
            }

.btn-danger {
    color: #fff;
    background-color: var(--ud-danger)
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
        background-color: var(--ud-danger-active);
        box-shadow: var(--ud-danger-box-shadow)
    }

.btn-outline.btn-danger {
    color: var(--ud-danger);
    background-color: var(--ud-danger-light);
    border-color: var(--ud-danger-clarity)
}

    .btn-outline.btn-danger i {
        color: var(--ud-danger)
    }

    .btn-outline.btn-danger.active, .btn-outline.btn-danger:active, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:hover {
        color: var(--ud-danger-inverse);
        background-color: var(--ud-danger);
        border-color: var(--ud-danger);
        box-shadow: none
    }

        .btn-outline.btn-danger.active i, .btn-outline.btn-danger:active i, .btn-outline.btn-danger:focus i, .btn-outline.btn-danger:hover i {
            color: var(--ud-danger-inverse)
        }

.btn-clear.btn-danger {
    border-color: transparent;
    background-color: transparent;
    color: var(--ud-danger)
}

.btn-clear.btn-danger {
    border-color: transparent;
    background-color: transparent;
    color: var(--ud-danger)
}

    .btn-clear.btn-danger.active, .btn-clear.btn-danger:active, .btn-clear.btn-danger:focus, .btn-clear.btn-danger:hover {
        color: var(--ud-danger-inverse);
        background-color: var(--ud-danger);
        border-color: var(--ud-danger);
        box-shadow: none
    }

        .btn-clear.btn-danger.active i, .btn-clear.btn-danger:active i, .btn-clear.btn-danger:focus i, .btn-clear.btn-danger:hover i {
            color: var(--ud-danger-inverse)
        }


.btn-group {
    display: flex;
    align-items: stretch
}

    .btn-group .btn + .btn {
        border-top-inline-start-radius: 0;
        border-bottom-inline-start-radius: 0;
        border-inline-start: 0
    }

    .btn-group .btn:has(+.btn) {
        border-top-inline-end-radius: 0;
        border-bottom-inline-end-radius: 0
    }


/* Dropdown */

.drop {
    display: inline-block;
    position: relative;
    text-align: center;
}

    .drop input[type="checkbox"] {
        display: none;
    }

        .drop input[type="checkbox"]:checked ~ .drop-items {
            opacity: 1;
            max-height: 400px;
            padding: 0.6rem 0;
        }

        .drop input[type="checkbox"]:checked ~ .control {
            z-index: 99;
            box-shadow: 0 0 0 2px var(--ud-gray-300);
        }

            .drop input[type="checkbox"]:checked ~ .control:after {
                transform: rotate(180deg);
            }

        .drop input[type="checkbox"]:checked ~ .overlay-close {
            transform: none;
            pointer-events: initial;
        }

    .drop .control {
        position: relative;
        color: var(--ud-gray-700);
        display: inline-block;
        cursor: pointer;
        padding: 0.8em 1.2em;
        background: var(--ud-light);
        border-radius: .375rem;
        border: 1px solid var(--ud-gray-300);
        padding: .275rem .5rem;
        font-weight: 500;
        font-size: .85rem;
        gap: .25rem;
        outline: none;
        transition: all .3s ease;
    }

}

@media (hover: hover) {
    .drop .control:hover {
        background-color: var(--ud-light-active);
        color: var(--ud-gray-800);
        box-shadow: var(--ud-default-box-shadow);
    }
}

.drop .control:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    margin-left: 0.8em;
    background-image: url("data:image/svg+xml,%3Csvg fill='%234b5675' xmlns='http://www.w3.org/2000/svg' width='16' height='13.838' viewBox='0 0 16 13.838'%3E%3Cpath d='M15.78,12.753a1.529,1.529,0,0,1-1.311,2.314H1.53A1.529,1.529,0,0,1,.219,12.753L6.69,1.969a1.528,1.528,0,0,1,2.619,0L15.78,12.753Z' transform='translate(16 15.067) rotate(180)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.drop .drop-items {
    position: absolute;
    top: calc(100% + 0.4rem);
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: var(--ud-default-box-shadow);
    border-radius: 4px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    z-index: 99;
}

    .drop .drop-items .item-drop {
        list-style: none;
        display: flex;
        align-items: center;
        flex-grow: 1;
        flex-direction: row;
    }

        .drop .drop-items .item-drop a {
            display: block;
            color: var(--ud-gray-700);
            font-weight: 500;
            font-size: .85rem;
            text-decoration: none;
            margin-inline-start: .45rem;
            margin-inline-end: .45rem;
            padding: .625rem;
            border-radius: .375rem;
            transition: all 0.3s ease;
        }

@media (hover: hover) {
    .drop .drop-items .item-drop a:hover {
        background: #eee;
    }
}

.drop .overlay-close {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    transform: translate(100%, 0);
    pointer-events: none;
}


/* Badges */

.badge {
    justify-content: center;
    line-height: 1.375;
    border-radius: .25rem;
    padding: .5rem;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: .875rem;
    text-align: left;
    display: inline-block;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Ensure long words break and don't overflow */
    max-width: 100%; /* Prevents overflowing */
    width: auto; /* Badge width adapts to text */
}

.badge-xs {
    font-size: .785rem;
    padding: .1875rem .3125rem;
}

.badge-sm {
    padding: .275rem .325rem;
    font-size: .785rem;
}

.badge-lg {
    padding: .5625rem .6875rem;
    font-size: .8125rem
}

.badge-outline {
    color: var(--ud-gray-600);
    border-color: var(--ud-gray-300);
    background-color: var(--ud-gray-100)
}

.badge-primary {
    color: #fff;
    background-color: var(--ud-primary)
}

.badge-outline.badge-primary {
    color: var(--ud-primary);
    background-color: var(--ud-primary-light);
    border-color: var(--ud-primary-clarity)
}

.badge-success {
    color: #fff;
    background-color: var(--ud-success)
}

.badge-outline.badge-success {
    color: var(--ud-success);
    background-color: var(--ud-success-light);
    border-color: var(--ud-success-clarity)
}

.badge-danger {
    color: #fff;
    background-color: var(--ud-danger)
}

.badge-outline.badge-danger {
    color: var(--ud-danger);
    background-color: var(--ud-danger-light);
    border-color: var(--ud-danger-clarity)
}

.badge-warning {
    color: #fff;
    background-color: var(--ud-warning)
}

.badge-outline.badge-warning {
    color: var(--ud-warning);
    background-color: var(--ud-warning-light);
    border-color: var(--ud-warning-clarity)
}

/* Wrapper for the stepper */
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Individual stepper item */
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-decoration: none; /* No underline for links */
    color: inherit; /* Inherit text color */
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    /* Step counter styles */
    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--ud-gray-400-light);
        margin-bottom: 6px;
        color: var(--ud-gray-900);
    }

    /* Active step styles */
    .stepper-item.active {
        font-weight: bold;
    }

        .stepper-item.active .step-counter {
            background-color: var(--accent-color);
            color: white;
        }

    /* Completed step styles */
    .stepper-item.completed .step-counter {
        background-color: var(--accent-color);
        color: white;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid var(--accent-color);
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

    /* First step adjustment */
    .stepper-item:first-child::before {
        content: none;
    }

    /* Last step adjustment */
    .stepper-item:last-child::after {
        content: none;
    }

    /* Hover effects for stepper items */
    .stepper-item:hover {
        color: var(--accent-color); /* Accent color on hover */
    }

        .stepper-item:hover .step-counter {
            background: var(--accent-color); /* Change background to accent color on hover */
            color: #fff; /* White text for contrast */
        }

/* Accent color class */
.color-accent {
    background-color: var(--accent-color);
    color: white; /* White text for contrast */
}
