﻿.e-tooltip {
    display: flex;
    align-items: center;
}

.custom-label {
    display: flex;
    align-items: center;
    gap: 2px;
}

#label-icon {
    font-size: 18px;
}

.text-center > .custom-label {
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}
