﻿html[dir=rtl] [data-twe-select-wrapper-ref] > div {
    direction: rtl;
}

    html[dir=rtl] [data-twe-select-wrapper-ref] > div > [data-twe-select-clear-btn-ref] {
        right: unset;
        left: 2rem;
        background-color: #fff;
    }

    html[dir=rtl] [data-twe-select-wrapper-ref] > div > span.absolute.right-3 /*:nth-child(3)*/ {
        right: unset;
        left: .5rem;
        background-color: #fff;
    }

    html[dir=rtl] [data-twe-select-wrapper-ref] > div > div.group {
        direction: ltr;
    }



html[dir=rtl] [data-twe-select-option-text-ref] {
    display: flex;
    gap: .5rem;
}

    html[dir=rtl] [data-twe-select-option-text-ref] > input {
        float: unset;
        margin-top: 0;
        margin-right: 0
    }

        html[dir=rtl] [data-twe-select-option-text-ref] > input::after {
            margin-right: 4px;
        }




/* RTL input wrapper */
/*html[dir=rtl] [data-twe-input-wrapper-init] > div[data-twe-input-notch-ref] {
    direction: ltr;
}*/

html[dir=rtl] [data-twe-input-wrapper-init] > [data-twe-input-notch-ref] > [data-twe-input-notch-leading-ref] {
    /*border-right-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;*/
    border-width: 0 !important;
    box-shadow: none !important;
}

html[dir=rtl] [data-twe-input-wrapper-init] > [data-twe-input-notch-ref] > [data-twe-input-notch-middle-ref] {
    /*border-left-width: 0;
    border-right-width: 0;*/
    border-width: 0 !important;
    box-shadow: none !important;
}

html[dir=rtl] [data-twe-input-wrapper-init] > [data-twe-input-notch-ref] > [data-twe-input-notch-trailing-ref] {
    /*border-right-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
    border-width: 0 !important;
    box-shadow: none !important;
}


/*html[dir=rtl] .group[data-twe-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\] {
    --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
    --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
    box-shadow: none;
}

html[dir=rtl] .group[data-twe-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\] {
    --tw-shadow: 0 1px 0 0 #3b71ca;
    --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
    box-shadow: none;
}

html[dir=rtl] .group[data-twe-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\] {
    --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
    --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
    box-shadow: none;
}*/

/*
form [data-twe-validation-feedback] {
    height: 1rem;
}*/