/* Ekko Download File {Light Mode}
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button_download_file {
    background-image: url("/assets/icons/download.svg") !important;
    background-color: #F8F9FA !important; 
    color: #1D1C1D !important;
    border-radius: 10px !important;    
}

.button_download_file:hover {
    background-image: url("/assets/icons/download.svg") !important;
    background-color: #E3E5E6 !important;    
    color: #1D1C1D !important; 
    border: 1px solid #4C9BE8;
    box-shadow: none !important;    
}
