.nav-bottom {
    height: 80px;
    width: 100vw;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
  }

.caps {
    text-transform: uppercase;
}

.icon-color {
    --vz-text-opacity:1;
    color:#000!important;
}

.text-success {
    --vz-text-opacity:1;
    color:#fcc000 !important;
}
.diffnames{
    list-style: none;
    color: #fcc000;
    
}
.diffnames li{
    display: inline;
    padding: 0 5px;
    border-left: solid 0px #fcc000;
}
.diffnames li:first-child{
    border-left: none;
}
.border-right {
    border-right: 1px solid white;
}
.border-left {
    border-left: 1px dashed white;
}
.avatar-title  img {
    /* object-fit: contain;*/
  object-fit: cover; 
  } 
.avatar-xxs  img {
    /* object-fit: contain;*/
  object-fit: cover; 
} 

.avatar-sm  img {
    /* object-fit: contain;*/
  object-fit: cover; 
} 
.flex-shrink-0  img {
    /* object-fit: contain;*/
  object-fit: cover; 
} 
.avatar-group-item  img {
    /* object-fit: contain;*/
  object-fit: cover; 
} 