﻿.custom-parent-disable:has(.disabled) {
    cursor: not-allowed;
}

.search_icon.disabled {
    opacity: 0.6;
    pointer-events: none;
    color: unset !important;
    border-color: unset !important;
}