.appsflyer-banner-container {
  display: flex;
  min-width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  height: 70px;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  transition: all 00.25s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
}

.appsflyer-banner-close-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  cursor: pointer;
}

.appsflyer-banner-close-img {
  height: 10px;
  width: 10px;
}

.appsflyer-banner-icon-container {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.appsflyer-banner-icon-img {
  width: 44px;
  height: 44px;
  border-radius: 5px;
}

.appsflyer-banner-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  flex: 1;
}

.appsflyer-banner-title {
  font-family: "SFProText-Regular", "Roboto", sans-serif;
  font-size: 14px;
  padding: 2px;
}

.appsflyer-banner-subtitle {
  font-family: "SFProText-Regular", "Roboto", sans-serif;
  font-size: 12px;
  padding: 2px;
}

.appsflyer-banner-download-button {
  font-family: "SFProText-Regular", "Roboto", sans-serif;
  border: 1px solid;
  border-radius: 5px;
  margin: 15px 15px;
  text-decoration: none;
  color: #000000;
  text-align: center;
  letter-spacing: 1.15px;
  width: auto;
  font-size: 14px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0 10px;
  height: 40px;
}

.appsflyer-banner-download-button:hover {
  background-color: #f5f6f8;
}
