/* This file contains custom styles for Telerik components in the Investment Portal */

/* Selector more specific for the button */
.k-button.dropdown-class .k-button-text,
.k-button.dropdown-class .k-button-icon {
    color: white !important;
}

/* Use fill for SVG */
.k-button.dropdown-class .k-button-icon svg {
    fill: white !important;
}

/* Hover styles for the button */
.change-lng>.k-button.dropdown-class:hover .k-button-text,
.change-lng>.k-button.dropdown-class:hover .k-button-icon {
    color: #FC4239 !important;
}

/* Hover styles for the SVG icon */
.change-lng>.k-button.dropdown-class:hover .k-button-icon svg {
    fill: #FC4239 !important;
}

/* Keep normal color for dropdown items */
.dropdown-class .k-dropdown .k-item {
    color: inherit;
}