#ala-download-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
#downloadButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff5722;
    color: #fff;
    font-family: Inter, Helvetica, sans-serif;
    font-weight: 500;
    border: none;
    font-size: 1rem;
    width: 70%;
    height: 42px;
    box-shadow: 2px 3px 3px 2px #b8b8b8;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.buttonnhapma {
  background-color: #e73935;
  color: #fff;
  border: none;
  margin: 10px 0px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.7s ease;
  box-shadow: 2px 3px 3px 2px #b8b8b8;
  font-family: inherit;
  vertical-align: middle;
}

#alabutCountdown {
  background: rgb(237, 28, 36);
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 2px 3px 3px 2px #b8b8b8;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 17px;
  border-radius: 7px;
  padding: 7px 20px;
  margin: 5px;
  min-height: auto;
  min-width: 170px;
  line-height: 20px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
}

.btn-copy-keyala {
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #e73936;
  line-height: 32px;
  padding: 5px;
  margin: 5px;
}

#noidunghuongdan .alatukhoa {
  background: #108f51;
  color: #ffffff;
  padding: 7px 10px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
