.data-sub {
  width: 100%;
  height: 10%;
  padding: 10px;
  display: none;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #198754;
  background: #198754;
  color: white;
  font-weight: 600;
  text-align: "center";
}
.close-btn {
  height: 30px;
  cursor: pointer;
}