#confirmation-popup,
#notification-popup {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  background-color: #222;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#confirmation-content,
#popup-content {
  padding: 20px;
  color: #fff;
  font-size: 16px;
}

.logotype-sus{
  width: 35px;
  height: 35px;
  transform: translate(440%,0);
}

#confirmation-content h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.dropdown{
  display: flex;
  align-items: center !important;
}
#nosus,
#yessus {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 10px;
}

#nosus:hover {
  background: #6f7071;
}

#yessus {
  background-color: #fff;
  color: #007bff;
}

#yessus:hover {
  background: #403f3f5f;
  color: white;
}

#notification-popup form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#notification-popup input[type="text"],
#notification-popup input[type="email"],
#notification-popup input[type="checkbox"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  color: white;
  background: none;
}

#notification-popup button[type="submit"] {
  background-color: #fff;
  color: #007bff;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 10px;
}


#dropdownButton {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 10px;
}

#SusGo{
    background: black !important;
}

#SusGo:hover{
  background: #403f3f5f !important;
  color: white !important;
}
#dropdownButton:hover {
  background: #6a6a6a5f;
  color: white;
}
