/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


@keyframes fadeOut {
    0% {
      opacity: 1;
      display: flex;
      z-index: 102;
    }
  
    80% {
      opacity: 1;
      display: flex;
      z-index: 102;
    }
  
    90% {
      opacity: 0;
      display: flex;
      z-index: 102;
    }
  
    100% {
      opacity: 0;
      display: none;
      z-index: -1;
    }
  }

 body {
    padding: 0;
    margin: 0;
    transition: opacity 0.3s;
 }

 .logout {
    position: absolute;
 }

.auth {
    background-color: #C6CCB0;  
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

descope-text {
    color: red !important;
}

vaadin-button {
    background-color: #fff !important;
}

.login-body-element {
  background-color: #C6CCB0 !important;
}


.alert,
.notice,
.loading {
  display: none;
  position: fixed;
  top: 20px;
  bottom: inherit;
  left: 20px;
  right: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 4px;
  margin: 0;
  padding: 12px;
  z-index: 1010;
  color: var(--Slater-White);
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  animation: fadeOut 5s ease forwards;
}

@fadeOut {
  0% {
    opacity: 1;
    display: flex;
    z-index: 102;
  }

  80% {
    opacity: 1;
    display: flex;
    z-index: 102;
  }

  90% {
    opacity: 0;
    display: flex;
    z-index: 102;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

svg.alert,
svg.notice,
svg.loading {
height: 16px;
width: 16px;
margin-right: 12px;
}


.alert.animate,
.notice.animate,
.loading.animate {
animation: fadeOut 5s ease forwards;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}

.notice {
  border: 1px solid #4FE9A4;
}

.alert {
  border: 1px solid #EB5757;
}

.loading {
  border: 1px solid #383838;
}

.discount-password-field {
  padding: 14px 30px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in, color 200ms ease-in;
  transition: border-color 200ms ease-in, color 200ms ease-in;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: rgba(255, 255, 255, 0.5);
}

::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#wf-form-Hiring-Form [data-select="leadership"],
#wf-form-Hiring-Form [data-select="non-leadership"],
#wf-form-Hiring-Form input[type="submit"] {
  display: none;
}

div.arrow-cta, a.arrow-cta {
    background-image: url(/images/61eb15bb08f23132459b7465_arrow-white.svg);
}

.arrow-card:hover div.arrow-cta,
.arrow-card:hover a.arrow-cta {
  background-image: url("https://assets.website-files.com/615210cde4cb24cb68e53e01/6154bea33f8f73357947279d_arrow.svg");
}


.family---list .hr {
  display: none;
}
