.stick-banner__container {
  width: 100%;
  height: 55px;
  background: #fff;
}

.container-banner {
  display: flex;
  width: 100%;
  height: 55px;
  text-align: center;
}

.banner-content {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}

/* theme dark */
.dark {
  background-color: #ebebeb;
}
.dark .container-banner {
  /* border-bottom:5px solid #2775B3; */
}
.dark .banner-content {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}
.dark .banner-content .banner-content__text {
  color: #222222 !important;
  font-size: 16px !important;
}

.dark .banner-content .banner-content__text h1 {
  color: #fff !important;
  font-size: 16px !important;
}

.dark .banner-content .banner-content__text {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  top: 50%;
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  transform: translateY(-50%);
}

.dark .banner-link {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 80px;
}
.dark .banner-link a {
  text-decoration: none !important;
}

.dark .banner-cancel {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.dark .banner-cancel-button {
  display: inline-block;
  right: 20px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  background: #333333;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}
.dark .banner-cancel-button:hover {
  background: #fff;
  cursor: pointer;
}

.dark .banner-cancel__text {
  display: block;
  width: 10px;
  height: 10px;
  top: -0px;
  left: 5px;
  color: #b3b3b3;
  text-align: center;
  position: relative;
}

.dark .banner-cancel__text:before,
.dark .banner-cancel__text:after {
  content: '';
  position: absolute;
  top: 9px !important;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.dark .banner-cancel-button:hover .banner-cancel__text:after {
  background: #444444 !important;
}

.dark .banner-cancel-button:hover .banner-cancel__text:before {
  background: #444444 !important;
}

.dark .banner-cancel__text::before {
  transform: rotate(45deg);
}
.dark .banner-cancel__text::after {
  transform: rotate(-45deg);
}
.dark .banner-cancel__text span {
  display: block;
}

.dark .banner-cancel__text span {
  display: block;
}
.dark .m-event {
  display: none;
}

/* theme light */
.light {
  background-color: #f5f5f5;
}
.light .container-banner {
  border-bottom: 5px solid #2775b3;
}
.light .banner-content {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}
.light .banner-content .banner-content__text {
  color: #1a1a1a !important;
  font-size: 16px !important;
}

.light .banner-content .banner-content__text h1 {
  color: #1a1a1a !important;
  font-size: 16px !important;
}

.light .banner-content .banner-content__text {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  top: 50%;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 14px;
  transform: translateY(-50%);
}

.light .banner-link {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 80px;
}
.light .banner-link a {
  text-decoration: none !important;
}

.light .banner-cancel {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.light .banner-cancel-button {
  display: inline-block;
  right: 20px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  background: #e9e9e9;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}

.light .banner-cancel__text {
  display: block;
  width: 10px;
  height: 10px;
  top: -0px;
  left: 5px;
  color: #4d4d4d;
  text-align: center;
  position: relative;
}

.light .banner-cancel__text:before,
.light .banner-cancel__text:after {
  content: '';
  position: absolute;
  top: 10px !important;
  left: 0;
  right: 0;
  height: 2px;
  background: #4d4d4d;
  border-radius: 2px;
}
.light .banner-cancel__text::before {
  transform: rotate(45deg);
}
.light .banner-cancel__text::after {
  transform: rotate(-45deg);
}
.light .banner-cancel__text span {
  display: block;
}
/* theme Green */
.green {
  background-color: #2b3280;
}
.green .container-banner {
  border-bottom: 5px solid #2775b3;
}
.green .banner-content {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}
.green .banner-content .banner-content__text {
  color: #ffffff !important;
  font-size: 16px !important;
}

.green .banner-content .banner-content__text h1 {
  color: #ffffff !important;
  font-size: 16px !important;
}

.green .banner-content .banner-content__text {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  top: 50%;
  font-weight: 800;
  color: #ffffff;
  font-size: 14px;
  transform: translateY(-50%);
}

.green .banner-link {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 80px;
}
.green .banner-link a {
  text-decoration: none !important;
}

.green .banner-cancel {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.green .banner-cancel-button {
  display: inline-block;
  right: 20px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  background: #3f4798;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}

.green .banner-cancel__text {
  display: block;
  width: 10px;
  height: 10px;
  top: -0px;
  left: 5px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.green .banner-cancel__text:before,
.green .banner-cancel__text:after {
  content: '';
  position: absolute;
  top: 10px !important;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.green .banner-cancel__text::before {
  transform: rotate(45deg);
}
.green .banner-cancel__text::after {
  transform: rotate(-45deg);
}
.green .banner-cancel__text span {
  display: block;
}

/* theme event */
.event {
  background-color: #ebebeb;
}
.event .container-banner {
  /* border-bottom:5px solid #2775B3; */
}
.event .banner-content {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}
.event .banner-content .banner-content__text {
  color: #222222 !important;
  font-size: 16px !important;
}

.event .banner-content .banner-content__text h1 {
  color: #fff !important;
  font-size: 16px !important;
}

.event .banner-content .banner-content__text {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  top: 50%;
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  transform: translateY(-50%);
}

.event .banner-link {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 80px;
}
.event .banner-link a {
  text-decoration: none !important;
}

.event .banner-cancel {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.event .banner-cancel-button {
  display: inline-block;
  right: 20px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  background: #333333;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}
.event .banner-cancel-button:hover {
  background: #fff;
  cursor: pointer;
}

.event .banner-cancel__text {
  display: block;
  width: 10px;
  height: 10px;
  top: -0px;
  left: 5px;
  color: #b3b3b3;
  text-align: center;
  position: relative;
}

.event .banner-cancel__text:before,
.event .banner-cancel__text:after {
  content: '';
  position: absolute;
  top: 9px !important;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.event .banner-cancel-button:hover .banner-cancel__text:after {
  background: #444444 !important;
}

.event .banner-cancel-button:hover .banner-cancel__text:before {
  background: #444444 !important;
}

.event .banner-cancel__text::before {
  transform: rotate(45deg);
}
.event .banner-cancel__text::after {
  transform: rotate(-45deg);
}
.event .banner-cancel__text span {
  display: block;
}

.event .banner-cancel__text span {
  display: block;
}
.event .m-event {
  display: none;
}

@media (max-width: 1000px) {
  .stick-banner__container {
    height: 0 !important;
  }

  .dark {
    position: fixed;
    height: 100% !important;
    top: 0px;
    width: calc(100% - 60px) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999999;
    margin: 0;
    width: 100% !important;
  }
  .dark .m-event {
    display: block;
  }
  .dark .sticky-text {
    display: none;
  }

  .dark .container-banner {
    position: absolute;
    bottom: calc(50% - 150px);
    width: calc(100% - 50px);
    left: 25px;
    height: 300px;
    background: transparent !important;
    border-radius: 25px;
    z-index: 999;
  }

  .dark .banner-cancel {
    width: initial;
    text-align: center;
    position: absolute;
    right: calc(50% - 160px);
  }
  .dark .banner-cancel-button {
    top: 8px;
  }

  .dark .banner-cancel-button {
    transform: none;
  }

  .light .container-banner {
    border: none;
  }

  .light {
    position: fixed;
    bottom: 0;
    height: 100px !important;
    z-index: 999;
    margin: 0px 30px;
    width: calc(100% - 60px) !important;
    background-color: #2775b3 !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .light .container-banner {
    position: absolute;
    bottom: 0;
    height: 94px !important;
    z-index: 999;
    background-color: #f5f5f5 !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .green .container-banner {
    border: none;
  }

  .green .container-banner {
    border: none;
  }

  .green {
    position: fixed;
    bottom: 0;
    height: 100px !important;
    z-index: 999;
    margin: 0px 30px;
    width: calc(100% - 60px) !important;
    background-color: #2775b3 !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .green .container-banner {
    position: absolute;
    bottom: 0;
    height: 94px !important;
    z-index: 999;
    background-color: #2b3280 !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .green .container-banner {
    border: none;
  }

  /* mobile theme event start */
  .event {
    position: fixed;
    height: 100% !important;
    top: 0px;
    width: calc(100% - 60px) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999999;
    margin: 0;
    width: 100% !important;
  }

  .event .m-event {
    display: block;
  }
  .event .sticky-text {
    display: none;
  }

  .event .container-banner {
    position: absolute;
    bottom: calc(50% - 150px);
    width: calc(100% - 50px);
    left: 25px;
    height: 300px;
    background: transparent !important;
    border-radius: 25px;
    z-index: 999;
  }

  .event .banner-cancel {
    width: initial;
    text-align: center;
    position: absolute;
    right: calc(50% - 160px);
  }
  .event .banner-cancel-button {
    top: 8px;
  }

  .event .banner-cancel-button {
    transform: none;
  }

  /* mobile theme event end */
}