@mixin css-ngSelect
{
    ng-select.form-control
    {
        --select-normalState-borderColor: var(--input-border);
        --select-normalState-borderStyle: var(--input-borderStyle);
        --select-normalState-borderWidth: var(--input-borderWidth);
        --select-normalState-background: var(--input-background);
        --select-normalState-foreground: var(--input-foreground);
        --select-normalState-boxShadow: var(--input-boxShadow);
        --select-normalState-padding: var(--input-padding);
        --select-normalState-borderRadius: var(--input-borderRadius);
        --select-normalState-fontFamily: var(--input-fontFamily);
        --select-normalState-fontSize: var(--input-fontSize);
        --select-normalState-letterSpacing: var(--input-letterSpacing);

        --select-normalState-disabled-background: var(--input-disabled-background);
        --select-normalState-disabled-foreground: var(--input-disabled-foreground);
        --select-normalState-disabled-borderColor: var(--input-disabled-border);

        --select-normalState-focus-borderColor: var(--input-focus-border);
        --select-normalState-focus-outlineColor: var(--input-focus-border);

        --select-normalState-tag-background: var(--select-tag-background);
        --select-normalState-tag-foreground: var(--select-tag-foreground);
        --select-normalState-tag-padding: var(--select-tag-padding);
        --select-normalState-tag-fontSize: var(--select-tag-fontSize);

        --select-liveSeach-placeholder-foreground: var(--input-placeholder-foreground);
        --select-liveSeach-placeholder-opacity: var(--input-placeholder-opacity);
        --select-liveSeach-placeholder-letterSpacing: var(--input-placeholder-letterSpacing);
    }
}