.promotions-banner .main-container,
.promotions-store-discount .main-container,
.promotions-text-promotions .main-container,
.promotions-coupons .main-container {
  overflow: auto;
  position: relative;
  height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) );
}
.promotions-banner h1,
.promotions-store-discount h1,
.promotions-text-promotions h1,
.promotions-coupons h1 {
  color: #000;
  margin-bottom: 25px;
}
.promotions-banner .btn-dark,
.promotions-store-discount .btn-dark,
.promotions-text-promotions .btn-dark,
.promotions-coupons .btn-dark {
  border-radius: 30px;
}
.promotions-banner .create-btn,
.promotions-store-discount .create-btn,
.promotions-text-promotions .create-btn,
.promotions-coupons .create-btn {
  font-size: 14px;
  margin: 15px 0;
  border: 1px solid black;
  border-radius: 20px;
}
.promotions-banner .create-btn i,
.promotions-store-discount .create-btn i,
.promotions-text-promotions .create-btn i,
.promotions-coupons .create-btn i {
  margin-right: 10px;
}

.promotions-banner .add-banner {
  margin-bottom: 25px;
}
.promotions-banner .sort-button {
  color: gray;
  font-size: 14px;
  color: #3e3a39;
  cursor: pointer;
  vertical-align: text-bottom;
}
.promotions-banner .banner-image {
  overflow: hidden;
  height: 147px;
  width: 325px;
  background-color: gray;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.promotions-banner .banner-count {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.promotions-banner .banner-products {
  margin-bottom: 10px;
}
.promotions-banner .banner-action {
  font-size: 14px;
  color: #5cabd2;
  margin-right: 15px;
  cursor: pointer;
}
.promotions-banner .banner-action .fa {
  color: #3e3a39;
  margin-right: 5px;
}
.promotions-banner .promotion-image {
  overflow: hidden;
  height: 147px;
  width: 325px;
  background-color: gray;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.promotions-banner .file-upload-label {
  padding: 50px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 50px;
  font-weight: bold;
}
.promotions-banner #file-upload {
  margin-bottom: 16px;
}
.promotions-banner #defaultCheck2 {
  margin: 5px;
}

.promotions-text-promotions .text-left {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  overflow: hidden;
}
.promotions-text-promotions .text-left .promo-intro {
  float: left;
  width: 30%;
  margin-right: 15px;
}
.promotions-text-promotions .text-left .promo-template {
  height: 99px;
  width: 159px;
  content: url("../img/ipad/promotions_textpromotions.svg");
}
.promotions-text-promotions .promotions-section {
  margin: 0;
}
.promotions-text-promotions .promotions-section .repeat-section {
  min-width: 360px;
  max-width: 360px;
  padding: 0 10px 0 0;
}
.promotions-text-promotions .promotions-section .promotion-wrapper {
  height: 100%;
  padding-bottom: 15px;
}
.promotions-text-promotions .promotions-section .promotion-wrapper .promotion {
  height: 100%;
  padding: 15px;
  min-height: 130px;
  border: 0.5px solid #979797;
  border-radius: 16px;
}
.promotions-text-promotions .promotions-section .promotion-wrapper .promotion .body {
  margin: 10px 0;
}
.promotions-text-promotions .promotions-section .promotion-wrapper .promotion .time {
  font-size: 14px;
  color: #aaa;
  margin: 5px 0;
}
.promotions-text-promotions .promotions-section .promotion-wrapper .promotion .option {
  font-size: 14px;
  color: #aaa;
}

/*# sourceMappingURL=promotions.css.map */
