.dropbtn {
  width: 10vw;
  height: 4vh;
  border-top: 2px solid #cccccc;
  /* background-color: #3498db21; */
  color: #04A54D;
  padding: 7px 0;
  font-size: 1.2vw;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .dropbtn:hover, .dropbtn:focus {
  border-top: 2px solid #04A54D;
} */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(202 202 202 / 50%);
}

.dropdown a:hover {background-color: rgb(145 196 62 / 20%);
color:#04A54D;

}

.show {display: block;}

.navbaractive {
  border-top: 1px solid #04A54D !important;
}

.changeTxT:hover {
  color: #04A54D !important;
  }
  