.incoming_logs_report_icon{
    background-position: center center;
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/pimcoreadmin/img/flat-color-icons/pie_chart.svg) !important;
}
.go_to_magento_icon{
    /* background-position: center center; */
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/app/img/icons/magento.svg) !important;
}

.go_to_tamo_icon{
    /* background-position: center center; */
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/app/img/icons/tamo.png) !important;
}
/*to hide the process manager link from left panel*/
#plugin_pm_shortcut_menu{
    display: none !important;
}

/*to show select all button in center in review screen*/
.center-header {
    margin-left: 15px;
}

.checkbox-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}