.topheader {
  background-color: var(--primary-color);
}

.sensory-logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.nav-item .active {
  color: var(--secondary-color) !important;
}
.navbar-nav .nav-item .nav-link:hover {
  background-color: var(--secondary-color);
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  transition: 1s all;
  color: var(--teritory-color) !important;
}
.alwayshover{
  background-color: var(--secondary-color);
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  transition: 1s all;
  color: var(--teritory-color) !important;
}

.nav-link {
  font-size: 19px !important;
}

@media screen and (max-width:480px) {
  .sensory-logo{
    height: 50px;
  }
  .nav-link,.dropdown-item{
    font-size: 15px;
  }
  .dropdown-item{
    white-space: break-spaces !important;
  }
}

@media (min-width:480px) and (max-width:768px) {
  .sensory-logo{
    height: 60px;
  } 
  .nav-link{
    font-size: 15px;
  }
}

@media (min-width:768px) and (max-width:992px){
  .sensory-logo{
    height: 60px;
  } 
  .nav-link{
    font-size: 15px;
  }
}

@media (min-width:992px) and (max-width:1200px){
  .sensory-logo{
    height: 60px;
  } 
  .nav-link{
    font-size: 15px;
  }
  .wordbreak{
    width: 240px !important;
    white-space: break-spaces !important;
  }
  .faqsen{
    width: 230px !important;
    white-space: break-spaces !important;
  }
  
}
@media (min-width:1200px) and (max-width:1440px){
  .sensory-logo{
    height: 60px;
  } 
  .nav-link{
    font-size: 1.25rem !important;
  }
  .wordbreak{
    width: 240px !important;
    white-space: break-spaces !important;
  }
  .faqsen{
    width: 230px !important;
    white-space: break-spaces !important;
  }
}
@media (min-width:1440px) {
  .faqsen{
    width: 230px !important;
    white-space: break-spaces !important;
  }
  .wordbreak{
    width: 240px !important;
    white-space: break-spaces !important;
  }
}


.profile-initials {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--teritory-color);
    border-radius: 50%;
    padding: 5px 10px;
    width: 40px;
    height: 40px;
}

.profile-initials-circle {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--teritory-color);
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;

}

.dropdown-header {
  text-align: center;
  padding: 10px;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-toggle::after {
    display:none !important;
}