.dropup {
  position: fixed;
  display: inline-block;
  z-index: 2147483647;
  height: 45px;
  width: 45px;
  left: 30px;
  bottom: 20px;
  /* text-align: center; */
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  min-width: 140px;
  /* min-width: 90px; */
  /* width: auto; */
  bottom: 55px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  margin: 18px 18px;
  text-decoration: none;
  display: block;
}

/* .dropup-content a:hover {
    color: white;
    background-color: #d81324
} */

.flag {
    width: 30px;
    height: 21px;
}