/* This file is reserved for overriding and extending the template styles. */

.bc-elvi{
  
  background-color: #007dd1 !important;
  
}

.fixed-background {
  background: url(https://twig.centralix.dev/img/background/centralixbackgroundblu.webp) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
}

.logo-default {
  background: url(https://twig.centralix.dev/img/logo/centralix_voice.svg) !important;
  width: 500px;
  min-height: 35px;
  object-position: left;
  object-fit: cover;
  background-repeat: no-repeat !important;
}

.noBorder {
  border-style: none !important;
  

}

.topBorder {
  border-top: 4px solid #FAFAFA !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
  
  

}
/*
#scrollSpyMenuElvi {
  position: sticky;
  overflow-y: auto;
  top: 0;
}

#scrollSpyMenuElvi {
  position: sticky;
  overflow-y: auto;
  width: 190px;
}
/*
@media (min-width: 1400px) {
  #scrollSpyMenu {
    width: 260px;
  }
}

#scrollSpyMenu  {
  padding-left: 35px;
  margin-top: -2px;
  margin-bottom: 2px;
}

#scrollSpyMenu  {
  width: 100%;
  padding: initial;
}

#scrollSpyMenu  {
  width: 100%;
}

#scrollSpyMenu  {
  display: inline-block;
  opacity: 0.8;
  color: var(--alternate);
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0;
}
  #scrollSpyMenu  {
  display: inline-block;
}

#scrollSpyMenu {
  color: var(--primary);
}
  
#scrollSpyMenu  {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 0.25rem;
}

#scrollSpyMenu  {
  float: left;
  display: block;
  line-height: 1.4;
  width: calc(100% - 25px);
}
*/
