.eaav-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  z-index: 2147483638;
}
.eaav-popup-container:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.eaav-popup-inner {
  max-width: 920px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  min-height: 400px;
  display: -webkit-flex;
  display: flex;
  margin: 0 20px;
}
.eaav-popup-show {
  display: -webkit-flex;
  display: flex;
}
.eaav-popup-close {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 20px;
  padding: 8px;
  cursor: pointer;
}
.eaav-popup-close svg {
  fill: rgba(0,0,0,0.2);
  transition: 0.3s ease all;
}
.eaav-popup-close:hover svg {
  fill: rgba(0,0,0,0.8);
}
.eaav-popup-message {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #111;
}
.eaav-popup-content {
  overflow: auto;
  max-height: calc(100% - 72px);
  margin-top: 44px;
}
.eaav-item-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.eaav-item-error {
    opacity: 0;
    position: absolute;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(17,17,17,0.9);
    top: -10px;
    padding: 20px;
    transition: 0.3s ease all;
    box-sizing: border-box;
    z-index: 1;
}
.eaav-popup-inner.jsx-705355201 {
    width: 100%;
}
.eaav-item-content.jsx-2491195318 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    align-items: center;
}

.eaav-item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}

.eaav-item-logoContainer {
    overflow: hidden;
    max-width: 120px;
    max-height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.eaav-item-logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
	width: auto;
}

.eaav-item-message.jsx-2491195318 {
    font-size: 24px;
    text-align: center;
}

.eaav-popup-container.jsx-705355201::after {
    background-color: rgba(17, 17, 17, 0.7);
}


.eaav-item-message.jsx-2491195318, .eaav-item-message.jsx-2491195318 a, .eaav-item-caption.jsx-2491195318, .eaav-item-caption.jsx-2491195318 a, .eaav-item-additionalInfo.jsx-2491195318, .eaav-item-additionalInfo.jsx-2491195318 a {
    color: rgb(17, 17, 17);
}

.eaav-item-message {
    text-align: center;
    font-weight: 700;
    margin-top: 32px;
    font-size: 28px;
    line-height: 1.15;
}

.eaav-item-caption.jsx-2491195318 {
    font-size: 16px;
    text-align: center;
}


.eaav-item-caption.jsx-2491195318 span{
	font-family: BlackerDisplay-Regular !important;
    font-size: 20px;
}

.eaav-item-caption {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

.eaav-item-allow-container {
    display: -webkit-flex;
    display: flex;
    margin-top: 32px;
    width: 100%;
}

.eaav-item-allow-form {
    width: 100%;
}

.eaav-item-allow-buttons-container {
    display: -webkit-flex;
    display: flex;
    margin: -10px;
}

.eaav-item-allow-buttons-yes.jsx-766905102 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.eaav-item-allow-buttons-yes, .eaav-item-allow-buttons-no {
    display: block;
}

.eaav-item-allow-buttons-button {
    position: relative;
    width: 50%;
    margin: 10px;
    padding: 12px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    top: 0;
    transition: 0.3s ease top;
}

.eaav-item-allow-buttons-button {
    font-family: 'BlackerText-Regular' !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.eaav-item-allow-buttons-no.jsx-766905102 {
    border-color: rgba(17, 17, 17, 0.4);
    color: rgb(17, 17, 17);
    font-size: 16px;
}

.eaav-item-allow-buttons-no {
    border: 1px solid;
}

.eaav-item-additionalInfo.jsx-2491195318 {
    font-size: 12px;
    text-align: center;
}

.eaav-item-additionalInfo {
    display: block;
    margin-top: 20px;
    text-align: center;
    line-height: 1.25;
    width: 100%;
}

.eaav-item-image {
    display: block;
    width: 50%;
    height: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.eaav-item-image-imageContainer {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.eaav-item-image-image.jsx-57502307 {
    background-image: url(https://www.jidvei.ro/wp-content/uploads/2020/04/KV_oameni_768x1024.jpg);
}

.eaav-item-image-image {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.eaav-item-allow-buttons-yes, .eaav-item-allow-buttons-no {
    display: block;
}