.olyticsblocker {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background: linear-gradient(90deg, rgba(23, 40, 94, 0.9) 0%, rgba(24, 64, 137, 0.9) 100%);
  opacity: 0.9;
  text-align: center;
}

.olyticsmodal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: auto;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .olyticsmodal {
    /* max-width: 400px; */
    max-width: 100%;
  }

  .olyticsmodal .omeda-popup-padding {
    padding: 0 !important;
  }

  .olyticsmodal .omeda-popup-padding iframe {
    margin: 0 !important;
  }

}

.omeda-popup-container {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/promos/pro-launch/Promos_ProLaunch_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 800px) {
  .omeda-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-image: none;
  }
}

.omeda-popup-content {
  width: 100%;
  max-width: 400px;
  padding: 60px 40px;
  margin: 0 0 0 -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-90deg, #00CAE0, #0590D5);
}

@media only screen and (max-width: 800px) {
  .omeda-popup-content {
    margin: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  .omeda-popup-content {
    padding: 30px;
  }
}

.omeda-popup-tag-copy {
  padding: 0 0 10px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
}

.omeda-popup-title-copy {
  width: 100%;
  padding: 0 0 20px;
  font-family: urw-din-condensed, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-size: 55px;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 350px) {
  .omeda-popup-title-copy {
    padding: 0 0 10px;
    font-size: 45px;
  }
}


.omeda-popup-subheader-copy {
  width: 100%;
  max-width: 200px;
  padding: 0 0 20px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
  color: #0A2447;
  text-align: center;
}

@media only screen and (max-width: 350px) {
  .omeda-popup-subheader-copy {
    padding: 0 0 10px;
  }
}

.omeda-popup-body-copy {
  width: 100%;
  max-width: 400px;
  padding: 0 0 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.omeda-popup-button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  /* padding: 25px 30px; */
  padding: 22px 30px;
  background: linear-gradient(135deg, #0A2447, #214595);
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border-radius: 5px;
  transition: all 250ms;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.omeda-popup-button:hover,
.omeda-popup-button:hover {
  color: #ffffff;
  box-shadow: rgba(7, 142, 227, 0.4) 0px 2px 24px;
}

.omeda-popup-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 40, 94, 1);
  border-radius: 5px;
  opacity: 0;
  z-index: -1;
  transition: all 250ms;
}

.omeda-popup-button:hover:after {
  opacity: 1;
}

.omeda-popup-button-arrow {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.omeda-popup-close {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  cursor: pointer;
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 350px) {
  .omeda-popup-close {
    padding: 20px 0;
  }
}

.olyticsmodal a.close-olyticsmodal {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/icons/pro/Icons_Close_Blue.svg);
}

@media only screen and (max-width: 800px) {
  /* this was used for the initital pro launch popup -- hiding now so it's not used for everyday Plumb's popups) */
  /*.olyticsmodal a.close-olyticsmodal {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/icons/pro/Icons_Close_White.svg);
  }*/
}

.olyticsmodal a.close-olyticsmodal:hover {
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/icons/pro/Icons_Close_Navy.svg);
}

/* omeda close button */
a.close-persistent-bar {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 10px !important;
    right: 10px !important;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url(https://olytics.omeda.com/olytics/img/xclose.png);*/
	    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/icons/pro/Icons_Close_Blue.svg);
}

/* omeda popup container */
#olyticsPopup {
    border: none !important;
    box-shadow: rgb(23 40 94 / 8%) 0px 4px 24px;
}

/* omeda modal container */
#olyticsModal.overlflow {
    top: 0;
    position: absolute;
}

/* omeda popup overlay */
#olyticPersonalizationOverlay {
    background: linear-gradient(90deg, rgba(23, 40, 94, 0.9) 0%, rgba(24, 64, 137, 0.9) 100%) !important;
    opacity: 0.2;
}
