@charset "UTF-8";
.smartbanner {
  z-index: 9999 !important;
  background: rgba(219, 219, 219, 0.8) !important;
}

.smartbanner__info__title {
  font-weight: bold !important;
}

.smartbanner__button {
  font-size: 14px !important;
  background: #1474fc !important;
  color: #fff !important;
  border-radius: 100vh !important;
  min-width: auto !important;
}

.smartbanner__info {
  width: calc(100% - 170px) !important;
}
