@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);
#frm-select-channel {
  font-family: "Montserrat", sans-serif;
  background-color: black;
  border: 2px solid white;
  border-radius: 30px;
  padding: 25px 25px 15px;
  z-index: 1001;
  display: none;
  max-width: 1280px;
}

#frm-select-channel h1 {
  text-align: center;
  font-size: 30px;
  margin: 5px 0 20px;
  color: white;
}

/*#frm-select-channel section {*/
/*display: block;*/
/*}*/
/*#frm-select-channel .cards {*/
/*display: flex;*/
/*flex-wrap: nowrap;*/
/*justify-content: space-between;*/
/*padding: 20px;*/
/*}*/
#frm-select-channel .card {
  position: relative;
  height: 462px;
  width: 300px;
  /* adjust according to image */
}

#frm-select-channel .card .channel-overlay {
  display: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#frm-select-channel .card .channel-overlay button {
  background-color: #00FB3B !important;
  padding: 20px 20px !important;
  border: none;
  font-size: 1.6em !important;
  font-weight: bold;
  cursor: pointer;
}

#frm-select-channel .card:hover .channel-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
}

#frm-select-channel .card:hover .channel-overlay .overlay-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frm-select-channel-close {
  background: url("/images/trial/close-icon-thinner-gray.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
}

#frm-dialog {
  backgroundColor: transparent;
  borderColor: #fff;
  height: 685px !important;
  z-index: 50002 !important;
  padding: 0;
  width: auto;
}

#frm-dialog .simplemodal-wrap {
  height: auto !important;
}

.ExpiredModal {
  font-family: "Montserrat", sans-serif;
  position: fixed;
  z-index: 50000;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
.ExpiredModal.Prepare {
  display: none;
}
.ExpiredModal.Active {
  display: flex;
}
.ExpiredModal .ExpiredContent {
  border: 2px solid #fff;
  border-radius: 20px;
  background: #000;
  padding: 15px 20px 25px 20px;
  width: 60%;
  position: relative;
}
.ExpiredModal .ExpiredContent.ReactivationContent {
  width: 680px;
}
.ExpiredModal .ExpiredContent .ExpiredTitle {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: normal;
  padding-bottom: 7px;
}
.ExpiredModal .ExpiredContent .ExpiredTitle .Upper {
  text-transform: uppercase;
}
.ExpiredModal .ExpiredContent .ExpiredTitle .Green {
  color: #00FB3B;
}
.ExpiredModal .ExpiredContent .ExpiredClose {
  background: url("/images/trial/close-icon-thinner-gray.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
}
.ExpiredModal .ExpiredContent .ExpiredItem a {
  position: relative;
  display: block;
}
.ExpiredModal .ExpiredContent .ExpiredItem a .ExpiredOverlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 200ms;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ExpiredModal .ExpiredContent .ExpiredItem a .ExpiredOverlay span {
  background: #00FB3B;
  padding: 20px 20px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.ExpiredModal .ExpiredContent .ExpiredItem:hover .ExpiredOverlay {
  opacity: 1;
}
.ExpiredModal .ExpiredBottomText {
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  #frm-select-channel .card:hover .channel-overlay {
    display: none;
  }

  #frm-dialog {
    backgroundColor: transparent;
    borderColor: #fff;
    height: 685px;
    z-index: 50002;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  #frm-select-channel .card {
    width: 150px;
    height: auto;
  }

  #frm-select-channel {
    border-color: transparent;
  }

  #frm-dialog {
    backgroundColor: transparent;
    borderColor: #fff;
    height: auto !important;
    padding: 0;
    width: auto;
    top: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ExpiredModal .ExpiredContent .ExpiredTitle {
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .ExpiredModal .ExpiredContent {
    padding-bottom: 10px;
  }
  .ExpiredModal .ExpiredContent.ReactivationContent {
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .ExpiredModal .ExpiredBottomText {
    font-size: 15px;
    line-height: 15px;
  }
}
/**
* modules.promo_bar
*/
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  35% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  35% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#promo-bar {
  height: auto;
  width: 100%;
  background: #3fb343;
  background-attachment: scroll;
  background-clip: border-box;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  color: #000;
  display: none;
}

#promo-bar .promo-content {
  display: block;
  padding-top: 13px;
  padding-bottom: 10px;
}

.animate {
  -webkit-animation: slide-in-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#promo-bar .promo-text-content {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  font-size: 1.2em;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  text-transform: uppercase;
}

#promo-bar .promo-text-content .promo-text {
  display: block;
  margin-left: 5px;
  max-width: 50%;
  margin-right: 0.8em;
  letter-spacing: 1px;
  font-size: 19.2px;
}

#countdown-container {
  padding-top: 2px;
}

.countdown {
  display: flex;
  background-color: transparent;
}

.countdown-data {
  background-color: transparent;
  color: #000;
  border: none;
  min-width: 50px;
  text-align: center;
  font-size: 28.8px;
  line-height: 1;
}

#promo-bar .promo-text-content .promo-link {
  border: 2px solid;
  color: #fff;
  padding: 13px 17px;
  white-space: nowrap;
  font-size: 1.5em;
  z-index: 1002;
  margin-left: 15px;
}

#promo-bar .promo-text-content .promo-link.desktop:hover {
  transition: 0.3s;
  background-color: #333;
  border-color: black !important;
  color: #fff !important;
}

.cover-anchor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.close-promo-bar {
  color: white;
  position: absolute;
  right: 15px;
  height: auto;
  font-size: 1.9em;
  font-weight: bold;
  padding: 5px;
  z-index: 1001;
}

.close-promo-bar:hover {
  color: #000;
}

.countdown .countdown-data .countdown-text {
  margin-top: 15px;
}

.countdown .countdown-days-counter:after {
  content: ":";
  position: absolute;
  margin-left: 6px;
}

.countdown .countdown-hours-counter:after {
  content: ":";
  position: absolute;
  margin-left: 6px;
}

.countdown .countdown-minutes-counter:after {
  content: ":";
  position: absolute;
  margin-left: 6px;
}

.countdown-text {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
}

.countdown-text.mobile {
  display: none;
}

.promo-link.mobile {
  display: none;
  text-align: center;
  font-size: 0.8em !important;
  padding: 10px 10px !important;
  border: 0 !important;
  letter-spacing: 1px !important;
  text-decoration: underline;
}

.promobar-logo {
  display: none;
  padding-right: 10px;
}

.promobar-logo.active {
  display: block;
}

.promobar-logo img {
  height: 30px;
  max-height: 100px;
}

@media (max-width: 1200px) {
  #promo-bar .promo-text-content .promo-text {
    font-size: 1.35em;
    line-height: 1.6em;
  }

  .countdown .countdown-data .countdown-text {
    margin-top: 10px;
  }

  #promo-bar .promo-text-content .promo-link {
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 4px 12px;
  }

  .countdown-data {
    font-size: 2em;
  }
}
@media (max-width: 989px) {
  #promo-bar .promo-content {
    padding: 2px 0;
  }

  #promo-bar .promo-text-content .promo-text {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 5px;
  }

  .countdown-data {
    font-size: 1.3em;
    padding: 0px;
    min-width: 40px;
  }

  .countdown .countdown-data .countdown-text {
    margin-top: 10px;
  }

  #promo-bar .promo-text-content .promo-link.desktop {
    display: none;
  }

  #promo-bar .promo-link.mobile {
    display: block;
  }
}
@media (max-width: 800px) {
  #promo-bar .promo-text-content .promo-text {
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 0px;
    max-width: 100%;
    margin-right: 0px;
  }

  .countdown-text.mobile {
    display: block;
  }

  .countdown-text.desktop {
    display: none;
  }

  .close-promo-bar {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .close-promo-bar {
    right: 2px;
  }

  #promo-bar .promo-content {
    padding: 0;
  }

  #promo-bar .promo-text-content {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  #countdown-container {
    padding: 0;
  }

  .countdown .countdown-data .countdown-text.mobile {
    margin-top: 5px;
    font-size: 9px !important;
  }

  #promo-bar .promo-text-content .promo-text {
    font-size: 12px;
    line-height: 1;
  }

  #promo-bar .promo-text-content .promo-text .text {
    padding-left: 5px;
    display: block;
    padding-bottom: 5px;
  }

  #promo-bar .promo-link.mobile {
    margin: 0 !important;
    line-height: 1;
    padding: 0 !important;
  }

  .countdown .countdown-days-counter:after {
    content: ":";
    position: absolute;
    margin-left: 5px;
  }

  .countdown .countdown-hours-counter:after {
    content: ":";
    position: absolute;
    margin-left: 5px;
  }

  .countdown .countdown-minutes-counter:after {
    content: ":";
    position: absolute;
    margin-left: 5px;
  }

  .countdown {
    padding-right: 25px;
  }

  .promobar-logo img {
    /* height: 15px; */
    height: 16px;
  }
}
@media (max-width: 500px) {
  .countdown-data {
    min-width: 30px;
  }
}
