@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500&amp;display=swap');

div.captcha {display: none;}

.swal2-html-container .fullwidth {
  width: 100%;
}

/* Reset everything in the overlay for manual styling  */
.swal2-popup.swal2-modal .swal2-html-container,
.swal2-popup.swal2-modal .swal2-html-container *,
.swal2-popup.swal2-modal .swal2-html-container *::before,
.swal2-popup.swal2-modal .swal2-html-container *::after {
  all: revert-layer;
}

/* Reset all form elements in the toast form only (keep the SWAL2 styles outside the form) */
.swal2-popup.swal2-toast form,
.swal2-popup.swal2-toast form *,
.swal2-popup.swal2-toast form *::before,
.swal2-popup.swal2-toast form *::after {
  all: revert-layer;
}

/* *** OVERLAY +  DEFAULT STYLES *** */
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay p{
  line-height: 130%;
  margin:  0 0 5px;
}
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .pd-md{
  padding: 20px;
}
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .pd-xl{
  padding: 30px 15px;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .m-md{
  margin: 15px 0;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .form-item {
  margin:  0 10px 5px 0;
}
.swal2-popup.swal2-modal .swal2-html-container .form-elements-horizontal #pfb-form-container .form-item {
  margin:  0 10px 10px 0;
}


.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay #pfb-form-compliance-container {}
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay #pfb-form-compliance-container .form-item {
  margin:  0 10px 10px 0;
  font-size: 12px;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .compliance-check p {
  font-size: 11px;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay table {
  table-layout: fixed;
  width: 100%;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay table tr{}
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay table td{
  vertical-align: top;
}
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay table td img {
  display: block;
}

.swal2-popup.swal2-toast .swal2-html-container .pfb-custom-form label,
.swal2-popup.swal2-toast .swal2-html-container #pfb-form-container label,
.swal2-popup.swal2-modal .swal2-html-container #pfb-form-container label{
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  display: block;
  margin:  0 0 4px 0;
  font-size: 14px;
}

.swal2-popup.swal2-toast .swal2-html-container #pfb-default-overlay select,
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay select,
.swal2-popup.swal2-toast .swal2-html-container .pfb-custom-form input[type=text],
.swal2-popup.swal2-toast .swal2-html-container #pfb-default-overlay input[type=text],
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay input[type=text]{
  padding: 4px 8px;
  border:  1px solid #cacaca;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  min-height: inherit;
  border-radius: 4px;
}


.swal2-popup.swal2-toast .swal2-html-container .pfb-custom-form .form-type-checkbox input[type=checkbox],
.swal2-popup.swal2-toast .swal2-html-container #pfb-default-overlay .form-type-checkbox input[type=checkbox],
.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .form-type-checkbox input[type=checkbox] {
  float: left;
  width: auto;
  margin: 0 6px 0 0;
}

.swal2-popup.swal2-toast .swal2-html-container .form-item input[type="checkbox"]:checked:before {
  display: none;
  content: inherit;
}
.swal2-popup.swal2-toast .swal2-html-container .form-type-checkbox input[type="checkbox"]:checked:before {
  display: none;
  content: inherit;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay .form-type-checkbox label {

}

.swal2-html-container .actions-container {
  margin:  0 0 10px;
}


.swal2-html-container div.actions-container input:disabled{
  background-color: #d8d8d8;
  cursor: default;
}

.swal2-container.pfb-medium-build .swal2-popup{
  max-height: 600px;
  width: 750px;
  max-width: 750px;
}

.swal2-popup.swal2-modal .swal2-html-container #pfb-default-overlay div.vertical-constrain {
  overflow-y: auto;
  max-height: 600px;
}
.swal2-popup.swal2-modal.pfb-medium-build {
  width: 850px !important;
  max-width: 850px !important;
}


#pfb-notification-wrapper form .pfb-form-errors .error-text,
.swal2-popup.swal2-modal .swal2-html-container form .pfb-form-errors .error-text{
  color: red;
}

.swal2-popup.swal2-toast {
}

.swal2-popup.swal2-toast h2#swal2-title{
  line-height: 120%;
  margin:  0 0 10px;
  padding:  0;
  font-size: 16px !important;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin:  0 !important;
  font-size: 14px !important;
}

.swal2-popup.swal2-toast .swal2-html-container #pfb-form-container {
  margin:  0 0 15px;
}
.swal2-popup.swal2-toast .swal2-html-container #pfb-form-container .form-item{
  margin:  0 0 5px;
}

.swal2-popup.swal2-toast .swal2-html-container #pfb-form-container select,
.swal2-popup.swal2-toast .swal2-html-container #pfb-form-container input {
  padding: 8px;
  border:  1px solid #cacaca;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.swal2-popup.swal2-toast .swal2-html-container #pfb-form-compliance-container label,
.swal2-popup.swal2-toast .swal2-html-container #pfb-form-compliance-container{
  font-size: 12px;
}
.swal2-popup.swal2-toast .swal2-html-container .form-item{
  margin:  0 0 8px;
}
.swal2-popup.swal2-toast .swal2-html-container p,
.swal2-popup.swal2-toast .swal2-html-container .form-item p {
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 10px;
}

.swal2-popup.swal2-toast .compliance-check {
  font-size: 11px;
  line-height: 1.5;
  color: #888;
}

.swal2-popup.swal2-toast .swal2-html-container #pfb-form-container input[type=checkbox] {
  float: left;
  width: auto;
  margin: 0 6px 0 0;
}


/* PFB GLOBAL */
.swal2-popup.swal2-toast .swal2-html-container ul,
.swal2-popup.swal2-modal .swal2-html-container ul{
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  list-style: circle;
  line-height: 1;
  font-size: 13px;
}

.swal2-popup.swal2-toast .swal2-html-container ul li,
.swal2-popup.swal2-modal .swal2-html-container ul li{
  margin: 0;
  padding: 0;
}

.swal2-container .swal2-actions {
  display: none !important;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-row: 1/1 !important;
}
.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}


#pfb-notification-wrapper form .form-item .form-required:after,
.swal2-popup.swal2-modal .swal2-html-container form .form-item .form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(https://v4.profilebuilder.app/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}


#pfb-notification-wrapper form input.pfb-styled-submit,
.swal2-popup.swal2-toast .swal2-html-container form input.pfb-styled-submit,
.swal2-popup.swal2-modal .swal2-html-container form input.pfb-styled-submit {
  margin:  10px 10px 0 0;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  text-decoration: none;
  color: #333333 !important;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb !important;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  text-shadow: 0 1px hsl(0deg 0% 100% / 60%);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  width: auto;
  height: inherit;
}

#pfb-notification-wrapper form input.pfb-styled-submit,
.swal2-popup.swal2-toast .swal2-html-container form input.pfb-styled-submit,
.swal2-popup.swal2-modal .swal2-html-container form input.pfb-styled-submit {
  display: inline-block;
}

#pfb-notification-wrapper form input.pfb-styled-cancel,
.swal2-popup.swal2-toast .swal2-html-container form input.pfb-styled-cancel,
.swal2-popup.swal2-modal .swal2-html-container form input.pfb-styled-cancel {
  display: inline-block;
  border:  0 none;
  color:  #0071b3 !important;
  cursor: pointer;
  background: 0 none;
  width: auto;
  height: inherit;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}

#pfb-notification-wrapper form div.actions-container input.loading,
.swal2-popup.swal2-toast .swal2-html-container form div.actions-container input.loading,
.swal2-popup.swal2-modal .swal2-html-container form div.actions-container input.loading {
  padding-left:  33px;
  background: #f2f1eb url(../gif/throbber-active.gif) no-repeat 8px 7px;
}

.swal2-popup.sweetalertlg {
  max-width: 1200px !important;
  width: auto !important;
  padding: 0px 0px 0px 0px;
}

.swal2-popup.sweetalertnormal {
  padding: 0 !important;
  width:  750px;
}



.swal2-popup.overlay_input_lg .swal2-html-container #pfb-default-overlay select,
.swal2-popup.overlay_input_lg .swal2-html-container #pfb-default-overlay input[type=text]{
  padding: 12px 14px;
}


#campaign-form-builder.form-elements-horizontal #pfb-form-container{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
}
#campaign-form-builder.form-elements-horizontal #pfb-form-container div.form-item:last-child:nth-child(odd){
  grid-column: span 2;
}


#pfb-notification-wrapper{
  position: fixed;
  bottom: 0px;
  min-height: 150px;
  width: 100%;
  z-index: 999;
}

#pfb-notification-wrapper,
#pfb-notification-wrapper label,
#pfb-notification-wrapper p,
#pfb-notification-wrapper div,
#pfb-notification-wrapper h2,
#pfb-notification-wrapper h3,
#pfb-notification-wrapper h4,
#pfb-notification-wrapper input,
#pfb-notification-wrapper select,
{
  font-family: 'Ubuntu', sans-serif;
}

#pfb-notification-wrapper #pfb-notification-container select,
#pfb-notification-wrapper #pfb-notification-container input {
  display: inline-block;
}

#pfb-notification-wrapper.dark {
  background-color: rgba(0,0,0);
  color: #f6f6f6;
}
#pfb-notification-wrapper.dark_transparent {
  background-color: rgba(0,0,0,.8);
  color: #f6f6f6;
}

#pfb-notification-wrapper.light {
  background-color: rgb(217 217 217);
  color: #0d0d0d;
}
#pfb-notification-wrapper.light_transparent {
  background-color: rgb(217 217 217 / 92%);
  color: #0d0d0d;
}


#pfb-notification-wrapper #pfb-notification-container{
  width: 1100px;
  margin: 20px auto;
  position: relative;
  font-size: 16px;
}
#pfb-notification-wrapper #pfb-notification-container button#pfb-notification-close{
  position: absolute;
  right: 0;
  font-size: 20px;
  background: 0;
  color: #f6f6f6;
  border: 0 none;
}


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

  .swal2-popup.swal2-modal .swal2-html-container #pfb-form-container {
    display: block;
  }

  .swal2-popup.swal2-modal .swal2-html-container .mobile-hide{
    display: none;
  }
}

