#tmenu .icon-mimic {
    background:url("/bundles/corecustomisations/icon/eye.svg") 20px center no-repeat;
}

@media (max-width:767px) {
    #tmenu .switchuser .h2 {
        width:16px;
		margin:0 0 -2px;
		padding-right:12px;
		overflow:hidden;
		white-space:nowrap;
		text-indent:28px; /* 16px width + 12px padding */
		background:url("/bundles/corecustomisations/icon/eye_white.svg") center center no-repeat;
		background-size:18px;
    }
}

@media (max-width:400px) {
    #tmenu .switchuser ul.menu_level_1 {
        width: 220px;
    }

    #tmenu .switchuser ul.menu_level_1 li a {
        white-space: break-spaces;
    }
}

.tl_listing tbody tr.need-validation td {
    background-color: #f8d7da !important;
}

.tl_listing tbody tr.need-validation:hover td {
    background-color: #f4bec2 !important;
}

.align_version {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.icon-alert {
    height: 16px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    overflow: visible !important;
}

.icon-alert sup {
    left: 23px !important;
}