/*Add Badge indicators for transporeon and ifo*/
.custom-badge-stack {
    position: absolute;
    top: -15px;
    right: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.custom-badge-stack .badge {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  color: white;
  text-align: center;
  border-radius: 50%;
}

.custom-badge-stack .orange {
  background-color: #f4511e;  
}

.custom-badge-stack .blue {
  background-color: #1793ff;  
}


.t-NavigationBar-item .t-Button {
  position: relative;
}
/*change default to allow trans and ifo icons*/
#t_Header .transporeon-badge .t-Button-badge {
  background-color: white !important;
  color: #33adff00 !important; /* or whatever text color you want */
}
