@charset "UTF-8";
#popup-overly {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(45, 45, 45, 0.75);
  z-index: 10000;
}
#popup-overly.show {
  display: block;
}
#popup-overly #close-popup {
  cursor: pointer;
  position: absolute;
  top: 80px;
  right: 60px;
  font-size: 50px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
}
#popup-overly #newsletter-popup {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-image: url(../../assets/images/dan-popup-desk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1014px;
  height: 720px;
  padding: 190px 260px 150px 250px;
}
#popup-overly #logo_popup {
  display: none;
}

#custom-popup-container-new * {
  color: #fff;
}
#custom-popup-container-new #form-1-newsletter,
#custom-popup-container-new #form-2-details {
  display: block;
}
#custom-popup-container-new #form-2-details {
  display: none;
}
#custom-popup-container-new #form-2-details select * {
  color: #000;
}
#custom-popup-container-new #form-1-newsletter .form-header h3 {
  color: #fff;
  font-size: 26px !important;
  margin-bottom: 25px;
  letter-spacing: 0;
}
#custom-popup-container-new #form-1-newsletter input[type=email] {
  box-sizing: border-box;
  width: 100% !important;
  color: #000 !important;
  background: #fff !important;
  margin: 0 !important;
  outline: none !important;
  border: none !important;
  height: 42px !important;
  line-height: 1 !important;
  font-size: 24px !important;
  padding: 0px !important;
  max-width: 348px;
  border-radius: 5px;
  text-align: center !important;
}
#custom-popup-container-new #form-1-newsletter input[type=email]::placeholder {
  color: #292929;
}
#custom-popup-container-new #form-1-newsletter .legal-text {
  text-align: center;
  max-width: 521px;
  margin: 0 auto !important;
  color: #fff;
  font-size: 1rem;
}
#custom-popup-container-new #form-1-newsletter .legal-text a {
  color: #fff;
  text-decoration: underline;
}
#custom-popup-container-new #form-1-newsletter .legal-text-consent {
  text-align: center;
  margin: 15px auto 0 !important;
  color: #fff;
  font-size: 1rem;
  width: auto;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  user-select: none;
}
#custom-popup-container-new #form-1-newsletter .legal-text-consent input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#custom-popup-container-new #form-1-newsletter .legal-text-consent input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
  background: transparent;
  transition: all 0.2s ease;
}
#custom-popup-container-new #form-1-newsletter .legal-text-consent input[type=checkbox]:checked + span::before {
  background-color: transparent;
  border-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M6.173 12.414L2.05 8.293l1.414-1.414 2.709 2.707 6.364-6.364 1.414 1.414z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
#custom-popup-container-new #form-1-newsletter .submit-btn {
  margin-top: 15px;
  background-color: #D80B8C;
  color: #fff;
  outline: none;
  border: none;
  width: 100%;
  height: 42px;
  line-height: 1;
  font-size: 30px;
  padding: 0px;
  max-width: 348px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
#custom-popup-container-new #form-2-details .form-header h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
#custom-popup-container-new #form-2-details .form-header p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
#custom-popup-container-new #form-2-details .form-row {
  display: flex;
  gap: 10px;
  margin: 0 0 15px 0;
}
#custom-popup-container-new #form-2-details .form-row .form-group {
  flex: 1;
}
#custom-popup-container-new #form-2-details input,
#custom-popup-container-new #form-2-details select {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  color: #444 !important;
  border-radius: 0;
  outline: 0;
}
#custom-popup-container-new #form-2-details select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23a0a0a0" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
#custom-popup-container-new #form-2-details .form-group {
  max-width: 100%;
  margin-bottom: 15px;
}
#custom-popup-container-new #form-2-details .checkbox-group label {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
#custom-popup-container-new #form-2-details .checkbox-group input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  appearance: none;
  position: relative;
  padding: 0;
}
#custom-popup-container-new #form-2-details .checkbox-group input[type=checkbox]:checked {
  background-color: #e51d65;
  border-color: #e51d65;
}
#custom-popup-container-new #form-2-details .checkbox-group input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-popup-container-new #form-2-details .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#custom-popup-container-new #form-2-details .dropdown-btn {
  width: 100%;
  padding: 12px 15px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #a0a0a0;
  cursor: pointer;
  text-align: left;
  position: relative;
}
#custom-popup-container-new #form-2-details .dropdown-btn::after {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  font-size: 20px;
}
#custom-popup-container-new #form-2-details .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
}
#custom-popup-container-new #form-2-details .dropdown-content.show {
  display: block;
}
#custom-popup-container-new #form-2-details .dropdown-content label {
  color: #444;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
#custom-popup-container-new #form-2-details .dropdown-content label:hover {
  background-color: #f1f1f1;
}
#custom-popup-container-new #form-2-details .dropdown-content input[type=checkbox] {
  margin-right: 10px;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  padding: 0;
}
#custom-popup-container-new #form-2-details .dropdown-content input[type=checkbox]:checked {
  background-color: #e51d65;
  border-color: #e51d65;
}
#custom-popup-container-new #form-2-details .dropdown-content input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-popup-container-new #form-2-details #popup-submit-btn {
  font-size: 18px;
  line-height: 36px;
  padding: 0 23px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.1s linear;
  background-color: #D80B8C;
  border: none;
  color: #fff;
  margin: 0 auto;
}
#custom-popup-container-new #form-2-details #popup-submit-btn:hover {
  background-color: #c71755;
}

.d-flex {
  display: flex;
}
.d-flex .in-line {
  display: flex;
  margin-right: 20px;
  align-items: center;
}

@media (max-width: 1000px), (max-height: 700px) {
  #popup-overly #newsletter-popup {
    background-image: none !important;
    width: 277px !important;
    height: 500px !important;
    padding: 48px 20px 0 !important;
    border-radius: 20px;
    background-color: #006340 !important;
  }
  #popup-overly #newsletter-popup #logo_popup {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    background-image: url(../../assets/images/popup_logo_mobile.png);
    height: 32px;
    width: 94px;
  }
  #popup-overly #close-popup {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: calc(50% - 20px);
    font-size: 35px;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 35px;
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
    color: #000;
  }
  #custom-popup-container-new #form-1-newsletter .form-header h3 {
    font-size: 18px !important;
    margin-bottom: 0;
  }
  #custom-popup-container-new #form-1-newsletter input[type=email] {
    height: 27px !important;
    font-size: 15px !important;
  }
  #custom-popup-container-new #form-1-newsletter .submit-btn {
    height: 27px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=newsletter-popup.css.map */
