.highlight {
  background: #FFFF00;
  padding: 1px;
  border: #FFFF00 dotted 1px;
}

#spinnerSearch {
  display: none !important;
}

#unSubscribeBtn .spinner-border {
  display: none;
}

.viewing-as-dropdown {
  position: absolute !important;   
  top: 20px !important;
  right: 20px !important;
  z-index: 10000 !important;    
  left: auto !important;     
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.viewing-as-btn {
  background-color: #1f355d !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  padding: 8px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: unset !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; 
  cursor: pointer !important;
  text-decoration: none !important;
}

.viewing-as-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  line-height: 1.2 !important;
  pointer-events: none !important; 
}

.viewing-as-label {
  font-size: 11px !important; 
  opacity: 0.8 !important;
  margin-bottom: 2px !important;
}

.viewing-as-email {
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important; 
}

.viewing-as-btn:hover,
.viewing-as-btn:focus {
  background-color: #172a4a !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px); 
}

.viewing-as-menu {
  min-width: unset !important;
    width: max-content !important;
}

.viewing-as-logout-btn {
  width: 100% !important;
    white-space: nowrap !important;
}

.viewing-as-logout-btn:hover {
  background-color: #f4f5f7 !important;
  text-decoration: none !important;
}
