.MobileApp-pma .Lytics-modal.pf-widget-modal .pf-widget-content {
  transform: translate(-50%,-25%) !important;
} 

@media only screen and (max-width: 767px) {
  .Lytics-modal.pf-widget-modal .pf-widget-content {
    width: 90%;
    transform: translate(-50%,-50%);
  }

  .Lytics-modal.pf-widget-modal .pf-widget-message {
    font-size: 14px;
  }
}

.Lytics-modal.pf-widget-modal .pf-widget-message a {
   color: #006cb4 !important;
   text-decoration: underline;
}

.Lytics-modal.pf-widget-modal .pf-widget-content {
  padding: 0;
  border-radius: 20px;
}

.Lytics-modal .pf-widget-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.Lytics-modal.pf-widget-modal.pf-widget-variant-2 .pf-widget-headline {
  margin: 0 20px 20px 20px;
}

.Lytics-modal.pf-widget-modal.pf-widget-variant-2 .pf-widget-img {
  width: 100%;
  position: static;
  height: auto;
  left: 0;
  top: 0;
  order: -1;
  border-radius: 0;
  margin-left: 0;
  
}

.Lytics-modal .pf-widget-close {
  z-index: 1;
}

.Lytics-modal .pf-widget-body {
  padding: 0 20px;
}

.Lytics-modal .pf-widget-text {
  padding: 20px 0;
  background: #fff;
}

.Lytics-modal.pf-widget .pf-widget-btn.pf-widget-ok {
  background: #006cb4;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
}

.Lytics-modal.pf-widget .pf-widget-btn:hover {
  opacity: 0.8;
}

.Lytics-modal.pf-widget-modal .pf-widget-message {
  color: #000;
  margin: 0px 20px 20px 20px;
  text-align: center;
}

.Lytics-modal.pf-widget .pf-widget-close {
  color: #fff;
  font-weight: bold;
  background: #0009;
  padding: 0 8px 5px;
  border-radius: 42px;
}

.Lytics-modal.pf-widget input[type=email] {
  box-shadow: none;
  border: 1px solid #ccc;
}

.LyticsElectionStickyBar {
  background: linear-gradient(90deg, #0082c9 0%, #5478ba 14.285%, #7b6db0 28.57%, #9c5ea5 42.85%, #c64698 57.14%, #db2a74 71.427%, #ec1c24 100%);
  color: #fff !important;
}

.LyticsElectionStickyBar .pf-widget-close {
  top: 0% !important;
  margin-top: 0 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  body.lytics-sticky-bar-visible {
    --lyticsStickyBarHeight: 120px;
    padding-top: calc(var(--headerHeight) + var(--lyticsStickyBarHeight));
  }
}

@media only screen and (min-width: 1024px) {
  body.lytics-sticky-bar-visible {
    --lyticsStickyBarHeight: 60px;
  }
}

.StripperEnergyPopup .pf-widget-headline {
  /* display: none !important; */
}

.StripperEnergyPopup .pf-widget-content {
  background: black !important;
  color: white !important;
}

.StripperEnergyPopup .pf-widget-img {
  position: static !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

.StripperEnergyPopup .pf-widget-btn {
  background: #ea0e8a !important;
  color: white !important;
  font-weight: bold !important;
}

.LyticsElectionEmailPopupForm {
  background: linear-gradient(90deg, #0082c9 0%, #5478ba 14.285%, #7b6db0 28.57%, #9c5ea5 42.85%, #c64698 57.14%, #db2a74 71.427%, #ec1c24 100%);
}

.LyticsElectionEmailPopupForm .pf-widget-headline,
.LyticsElectionEmailPopupForm .pf-widget-message,
.LyticsElectionEmailPopupForm .pf-widget-close {
  color: #fff !important;
}

.LyticsElectionEmailPopupForm .pf-widget-ok {
  font-weight: bold !important;
}

.LyticsElectionEmailPopupForm .pf-widget-cancel {
  font-weight: bold !important;
  color: #eee !important;
  background: transparent !important;
}

.LyticsElectionEmailPopupForm .pf-widget-message a {
  text-decoration: underline;
}

.Lytics-modal.alt-give-now--orange .pf-widget-btn.pf-widget-ok {
  background: #E58426 !important;
}

.Lytics-modal.alt-give-now--red .pf-widget-btn.pf-widget-ok {
  background: #D63D36 !important;
}

.Lytics-modal.alt-give-now--green .pf-widget-btn.pf-widget-ok {
  background: #3D9E3E !important;
}

.Lytics-modal.alt-give-now--teal .pf-widget-btn.pf-widget-ok {
  background: #2FB2AB !important;
}

.Lytics-modal.alt-give-now--black .pf-widget-btn.pf-widget-ok {
  background: #000000 !important;
}

.Lytics-modal.alt-give-now--yellow .pf-widget-btn.pf-widget-ok {
  background: #F1B434 !important;
  color: #000 !important;
}

.Slideout-Popup .pf-widget-headline {
  margin-top: 10px !important; 
  color: #000 !important;
  font-weight: 800 !important;
}
.Slideout-Popup .pf-widget-content {
  background: #ffffff !important;
  color: #000;
  font-weight: 500;
  border-width: 0px 4px 2px 2px;
}

.Slideout-Popup p.pf-widget-message {
line-height: 22px !important;
font-size: 16px !important;
}

.Slideout-Popup .pf-widget-img {
  position: static !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

.Slideout-Popup .pf-widget-btn {
  background: #006CB4 !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 18px !important;
}

.Slideout-Popup.pf-widget-slideout {
  filter: drop-shadow(3px 6px 6px black);
  border-radius: 15px;
}

.Slideout-Popup .pf-widget-btn.pf-widget-cancel {
    color: #bbb !important;
    background-color: #f1f1f1 !important;
}

.Slideout-Popoup.button-orange .pf-widget-btn.pf-widget-ok {
  background: #E58426 !important;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.Slideout-Popup.button-red .pf-widget-btn.pf-widget-ok {
  background: #D63D36 !important;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.Slideout-Popup.button-green .pf-widget-btn.pf-widget-ok {
  background: #3D9E3E !important;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.Slideout-Popup.button-teal .pf-widget-btn.pf-widget-ok {
  background: #2FB2AB !important;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.Slideout-Popup.button-black .pf-widget-btn.pf-widget-ok {
  background: #000000 !important;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.Slideout-Popup.button-yellow .pf-widget-btn.pf-widget-ok {
  background: #F1B434 !important;
  color: #000 !important;
}

.Slideout-Popup.pf-widget .pf-widget-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #555;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 4px;
}

.MobileApp-pma .pf-widget-modal .pf-widget-content {
  top: 25%;
}

.Lytics-modal.bigger-font.pf-widget-modal .pf-widget-message {
  font-size: 20px !important;
}

@media only screen and (max-width: 767px) {

  .Lytics-modal.bigger-font.pf-widget-modal .pf-widget-message {
    font-size: 16px !important;
  }
}