/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.email-alert-popup .form .gform_footer .button,
.email-alert-popup .form .gform_footer .button:visited {
  font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  padding: 9px 20px 12px;
  cursor: pointer;
  color: var(--white);
  background: var(--btn-color);
  text-align: center;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  border-radius: 100px;
  border: 1px solid transparent; }
  .email-alert-popup .form .gform_footer .button:hover, .email-alert-popup .form .gform_footer .button:focus,
  .email-alert-popup .form .gform_footer .button:visited:hover,
  .email-alert-popup .form .gform_footer .button:visited:focus {
    background-color: var(--medium-gray);
    color: var(--white);
    text-decoration: none;
    outline: none; }
  .email-alert-popup .form .gform_footer .red.button,
  .email-alert-popup .form .gform_footer .button:visited.red {
    background-color: var(--red);
    color: var(--white); }
    .email-alert-popup .form .gform_footer .red.button:hover, .email-alert-popup .form .gform_footer .red.button:focus,
    .email-alert-popup .form .gform_footer .button:visited.red:hover,
    .email-alert-popup .form .gform_footer .button:visited.red:focus {
      background-color: var(--medium-gray);
      color: var(--white);
      text-decoration: none;
      outline: none; }
  .email-alert-popup .form .gform_footer .yellow.button,
  .email-alert-popup .form .gform_footer .button:visited.yellow {
    background-color: var(--yellow);
    color: var(--dark-gray); }
    .email-alert-popup .form .gform_footer .yellow.button:hover,
    .email-alert-popup .form .gform_footer .button:visited.yellow:hover {
      background-color: #cca000; }

.email-alert-popup {
  position: fixed;
  top: 2em;
  right: -100%;
  padding: 30px;
  background-color: var(--white);
  transition: right 1.5s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  z-index: 9999; }
  @media (max-width: 767px) {
    .email-alert-popup {
      width: 90%; } }
  .email-alert-popup.show {
    right: 5%; }
    @media (min-width: 768px) {
      .email-alert-popup.show {
        right: 2em; } }
  .email-alert-popup.stay-away {
    right: -100% !important; }
  .email-alert-popup .close-option {
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer; }
  .email-alert-popup .content h1, .email-alert-popup .content h2, .email-alert-popup .content h3, .email-alert-popup .content h4 {
    margin-bottom: 0; }
    .email-alert-popup .content h1 + p, .email-alert-popup .content h2 + p, .email-alert-popup .content h3 + p, .email-alert-popup .content h4 + p {
      margin-top: 0; }
  .email-alert-popup .form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
  .email-alert-popup .form textarea, .email-alert-popup .form select {
    padding: .5em 1em;
    display: block;
    width: 100%;
    box-shadow: none;
    border-radius: 3px;
    height: 55px;
    border: 0.5px solid var(--dark-gray);
    font-size: 16px;
    line-height: 150%;
    transition: .1s all linear; }
    .email-alert-popup .form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):focus,
    .email-alert-popup .form textarea:focus, .email-alert-popup .form select:focus {
      border-color: var(--dark-gray);
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
      outline: 0; }
    .email-alert-popup .form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::-moz-placeholder, .email-alert-popup .form textarea::-moz-placeholder, .email-alert-popup .form select::-moz-placeholder {
      color: var(--dark-gray); }
    .email-alert-popup .form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::placeholder,
    .email-alert-popup .form textarea::placeholder, .email-alert-popup .form select::placeholder {
      color: var(--dark-gray); }
  .email-alert-popup .form input:not([type="checkbox"]) {
    border-radius: 100px; }
  .email-alert-popup .form .form-checkbox .ginput_container_consent {
    align-items: center;
    display: flex;
    position: relative; }
    .email-alert-popup .form .form-checkbox .ginput_container_consent label {
      letter-spacing: .4px;
      padding-left: 1.5em !important; }
      .email-alert-popup .form .form-checkbox .ginput_container_consent label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid var(--dark-gray);
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        top: 0;
        border-radius: 3px; }
      .email-alert-popup .form .form-checkbox .ginput_container_consent label:after {
        content: '';
        width: 6px;
        height: 12px;
        position: absolute;
        left: 6px;
        top: 4px;
        background-color: transparent;
        visibility: hidden;
        transform: rotate(45deg);
        border-bottom: 2px solid var(--white);
        border-right: 2px solid var(--white);
        display: block; }
      .email-alert-popup .form .form-checkbox .ginput_container_consent label:hover {
        cursor: pointer; }
    .email-alert-popup .form .form-checkbox .ginput_container_consent input {
      opacity: 0;
      width: 100%;
      position: absolute;
      z-index: 2; }
      .email-alert-popup .form .form-checkbox .ginput_container_consent input:checked + label:before {
        background-color: var(--dark-gray); }
      .email-alert-popup .form .form-checkbox .ginput_container_consent input:checked + label:after {
        display: block;
        opacity: 1;
        visibility: visible; }
      .email-alert-popup .form .form-checkbox .ginput_container_consent input:focus {
        border-bottom: 1px solid var(--dark-blue); }
    .email-alert-popup .form .form-checkbox .ginput_container_consent a {
      color: #2A252D;
      text-decoration: underline;
      z-index: 3; }
  .email-alert-popup .form .gform_fields {
    grid-row-gap: 9px; }
  .email-alert-popup .form .gform_wrapper .gfield_consent_description {
    overflow: unset;
    max-height: inherit;
    border: 0;
    font-size: 16px;
    padding: 0 0 2em; }
  .email-alert-popup .form .gform_footer .button {
    display: block;
    width: auto;
    margin-left: auto;
    margin-bottom: 0;
    line-height: 120% !important; }
    @media (min-width: 981px) {
      .email-alert-popup .form .gform_footer .button {
        font-size: 25px;
        line-height: 110% !important; } }
  .email-alert-popup .form .validation_message:before {
    content: '\e90d';
    font-family: Icomoon;
    color: #c02b0a;
    font-size: 20px;
    position: relative;
    margin-right: .5em;
    top: 3px;
    margin-left: -11px; }
  .email-alert-popup .form .gfield_error legend:before {
    content: '\e90d';
    font-family: Icomoon;
    color: #c02b0a;
    font-size: 20px;
    position: relative;
    margin-right: .5em;
    top: 3px;
    font-weight: normal; }
  .email-alert-popup .form .gform_required_legend {
    display: none; }
  .email-alert-popup .form .gform_wrapper .float-label.active label, .email-alert-popup .form .gform_validation_error .gfield.float-label label {
    color: rgba(42, 37, 45, 0.7);
    font-size: 12px;
    top: 11px !important;
    left: 18px; }
  .email-alert-popup .form .gform_wrapper span.gfield_required {
    color: var(--dark-gray);
    font-weight: 100; }
  .email-alert-popup .form .gform_wrapper .gfield {
    position: relative; }
  .email-alert-popup .form .gform_wrapper .ginput_complex > span {
    position: relative; }
  .email-alert-popup .form .gform_wrapper .float-label label {
    color: var(--dark-gray);
    cursor: text;
    font-weight: 100 !important;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s all linear;
    z-index: 1; }
  .email-alert-popup .form .gform_wrapper .float-label input::-moz-placeholder {
    display: none; }
  .email-alert-popup .form .gform_wrapper .float-label input::placeholder {
    display: none; }
  .email-alert-popup .form .gform_wrapper legend.gfield_label {
    font-size: inherit !important; }
  .email-alert-popup .form h2.gform_submission_error {
    color: #c02b0a !important; }
  .email-alert-popup .form .gform_validation_error .gfield.gfield_error.float-label label {
    color: #c02b0a; }
  .email-alert-popup .form .gform_validation_error .gfield.gfield_error.float-label input {
    border-color: #c02b0a; }
  @media (min-width: 768px) {
    .email-alert-popup .form form {
      display: flex;
      align-items: flex-end;
      gap: .5em; }
      .email-alert-popup .form form .gform_body {
        flex-grow: 1; }
      .email-alert-popup .form form .gfield_consent_label a {
        text-decoration: underline; }
        .email-alert-popup .form form .gfield_consent_label a:hover {
          text-decoration: none; }
      .email-alert-popup .form form .gform_footer {
        margin: 0;
        padding: 0; }
        .email-alert-popup .form form .gform_footer .button {
          font-size: 16px;
          line-height: 120%; } }

/*# sourceMappingURL=email-alert.css.map */
