/* 
This file is to add the custom css 
*/  

#input_5_1_chosen {
    pointer-events: none; /* Disable interaction */
    color: #6c757d; /* Change text color to gray */
    background-color: #e9ecef; /* Gray out the select box */
}

.accessibility-icon {
    display: flex;
    position: absolute;
}

.mega-menu-description{
    display: none !important;
}