/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Assets/scss/app.scss ***!
  \*********************************************************************************************************************************************************/
/*-----------------------*/
/*--labourly  variables--*/
/*-----------------------*/
/*.tag-missing {
    color: #b3b3b3 !important;
    border: 3px solid #b3b3b3 !important;
    background-color: #f9f9f9 !important;
}

.tag-missing:hover {
    color: #f9f9f9 !important;
    border: 3px solid #b3b3b3 !important;
    background-color: #b3b3b3 !important;
}*/
/*placeholder variables*/
/* Temp */
.welcome-main-candidate {
  padding: 0;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-y: scroll;
  /* Hide Scroll Bar unless page becomes scrollable*/
}
@media (min-height: 850px) {
  .welcome-main-candidate {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .welcome-main-candidate::-webkit-scrollbar {
    display: none;
  }
}
.welcome-main-candidate .labourly-images {
  position: relative;
  pointer-events: none;
  z-index: 0;
}
.welcome-main-candidate .labourly-images .labourly-logo {
  bottom: 53px;
  left: 94px;
  height: 44px;
  width: 52px;
  position: absolute;
}
.welcome-main-candidate .labourly-images .labourly-gear {
  right: -10px;
  bottom: -1px;
  height: 180px;
  width: 320px;
  position: absolute;
}
.welcome-main-candidate .welcome-information {
  flex-grow: 1;
  min-height: 850px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .welcome-main-candidate .welcome-information {
    display: none;
  }
}
.welcome-main-candidate .welcome-information .information-div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.welcome-main-candidate .welcome-information .information-content {
  max-height: 444px;
  height: 100%;
  width: 95%;
  max-width: 872px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 3rem;
}
.welcome-main-candidate .welcome-information .company-logo {
  height: 160px;
  width: 95%;
  max-width: 872px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-main-candidate .welcome-information .company-logo img {
  max-width: 100%;
  max-height: 100%;
}
.welcome-main-candidate .welcome-content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #29405b;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}
@media (max-width: 1350px) {
  .welcome-main-candidate .welcome-content {
    width: 100vw;
    max-width: 100%;
    flex: none;
  }
}
.welcome-main-candidate .welcome-content-body {
  background-color: white;
  border-radius: 80px;
  height: fit-content;
  max-height: fit-content;
  width: 670px;
  max-width: 90%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 70px 90px 90px 90px;
}
@media (max-width: 1350px) {
  .welcome-main-candidate .welcome-content-body {
    padding: 35px 45px 45px 45px;
  }
}
.welcome-main-candidate .welcome-content-body-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.welcome-main-candidate .need-help-link {
  color: white;
  font-size: 1em;
}

.form-hauto {
  flex-grow: 0 !important;
}

.login-text {
  font-size: 2.5em;
  font-weight: bold;
  color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.oauth-login {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 14px 14px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .oauth-login {
    gap: 7px 7px;
  }
}

.oauth-login-a-wrapper {
  height: 61px;
  width: 61px;
}
@media (max-width: 600px) {
  .oauth-login-a-wrapper {
    height: 52px;
    width: 52px;
  }
}

.oauth-login-btn {
  display: flex;
  justify-content: center;
  height: 61px;
  width: 61px;
  align-items: center;
  background: transparent;
  color: #444;
  border-radius: 28px;
  white-space: nowrap;
  border: 1px solid #2d2d2d;
}
@media (max-width: 600px) {
  .oauth-login-btn {
    height: 52px;
    width: 52px;
    border-radius: 25px;
  }
}
.oauth-login-btn:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.oauth-login-btn .span.label {
  font-family: serif;
  font-weight: normal;
}
.oauth-login-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  max-width: 20px;
  height: 20px;
  max-height: 20px;
  background-size: contain;
}
.oauth-login-btn.disabled {
  pointer-events: none;
  border: 2px solid #e4e4e4;
  opacity: 0.3;
}

.password-login-form {
  margin-top: 0.625rem;
}

.login-form-label {
  font-weight: 0.875em;
  color: #29405b;
  font-weight: 600;
}

.login-button-div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.login-button {
  margin-top: 1.875em;
  margin-bottom: 3.125em;
}

.register-landing-page-text {
  font-size: 2.5em;
  font-weight: bold;
  height: auto;
  max-height: 140px;
  width: 240px;
  margin-top: 1.25em;
  margin-bottom: 1.5em;
  text-align: center;
  width: 100%;
}

.register-type-button-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register-type-button-div img {
  height: 112px;
  width: 92px;
  margin-bottom: 1.25rem;
}
.register-type-button-div a {
  margin-bottom: 3.375rem;
}

.register-redirect-to-form-button-div {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 5rem;
}

.register-button-previous {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #2d2d2d;
  border-radius: 20px;
  border: 1px solid #2d2d2d;
  width: 170px;
  height: 40px;
  font-weight: 600;
  font-size: 1.125em;
  margin-left: 1px;
  margin-right: 1px;
  min-width: 100px;
  letter-spacing: 1.8px;
  padding: 0;
}
.register-button-previous:hover {
  color: #ffffff;
  background-color: #29405b;
  border: 1px solid black;
}

.register-button-submit {
  background-color: #29405b;
  color: white;
  border-radius: 20px;
  border: 1px solid black;
  width: 170px;
  height: 40px;
  font-weight: 600;
  font-size: 1.125em;
  margin-left: 1px;
  margin-right: 1px;
  min-width: 100px;
  padding: 0;
  letter-spacing: 1.8px;
}
.register-button-submit:disabled {
  opacity: 0.5;
  background-color: #29405b;
  border: 1px solid black;
}

.register-resend-email-title {
  font-size: 2em;
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
}

.register-resend-email-text {
  font-size: 1.375em;
  color: #2d2d2d;
  text-align: center;
}

.register-resend-email-button {
  border-radius: 20px;
  border: 2px solid #b3b3b3;
  font-size: 22px;
  font-weight: bold;
  width: 290px;
  max-width: 80%;
  min-height: 50px;
}

.register-with-email-redirect-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: 80%;
  height: 36px;
  background-color: #e4e4e4;
  border-radius: 10px;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  color: black;
  letter-spacing: 0px;
}
.register-with-email-redirect-button:hover {
  color: #29405b;
  font-weight: 600;
}

.register-associated-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media screen and (max-width: 600px) {
  .register-associated-form {
    gap: 1.5rem;
  }
}
.register-associated-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.register-associated-file-input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.register-associated-dropzone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid #B3B3B3;
  border-radius: 0.5rem;
  background-color: #F7F7F7;
}
.register-associated-dropzone .upload-icon {
  font-size: 1.25rem;
}
.register-associated-dropzone .description {
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: #707070;
}
.register-associated-dropzone .upload-button {
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  box-shadow: -1px 0px 2px 1px #b3b3b3, 1px 0px 2px 1px #b3b3b3;
  background-color: white;
  color: #29405B;
  font-weight: 500;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 1.25px;
  text-align: center;
}

.register-associated-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #28405B;
  border-radius: 0.5rem;
  background-color: white;
  position: relative;
}
.register-associated-preview .register-file-preview-image {
  max-width: 80px;
  max-height: 80px;
}
.register-associated-preview .register-upload-file-remove-button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.register-associated-preview #register-file-preview-title {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #28405B;
  white-space: break-spaces;
  word-break: break-all;
}
.register-associated-preview #register-file-preview-size {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #707070;
}
.register-associated-preview .register-file-preview-iframe {
  pointer-events: none;
}

.welcome-header-text {
  font-weight: bold;
  font-size: 2.625em;
  color: #29405b;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 1350px) {
  .welcome-header-text {
    font-size: 2.2em;
  }
}

.welcome-subheader-text, .welcome-subheader-text-orange {
  font-weight: bold;
  font-size: 1.375em;
  color: #29405b;
  text-align: left;
  margin-bottom: 0.2rem;
}
@media (max-width: 1350px) {
  .welcome-subheader-text, .welcome-subheader-text-orange {
    font-size: 1.1em;
  }
}

.welcome-subheader-text-orange {
  color: #e2a26d;
}

.welcome-description-text {
  font-size: 1.375em;
  text-align: left;
  color: #29405b;
  margin-bottom: 0.5rem;
}
@media (max-width: 1350px) {
  .welcome-description-text {
    font-size: 1.1em;
  }
}

.half-divider {
  display: flex;
  flex-grow: 1;
  text-align: center;
  border-bottom: 1px solid black;
  line-height: 0.1em;
  margin: 15px 0 20px;
}

.half-divider-text {
  font-weight: 600;
  font-size: 1.125em;
  padding: 0 10px;
  color: black;
}

.g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
}

.text-with-links-div {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  position: relative;
  bottom: 0;
  width: 100%;
}
.text-with-links-div .text-with-links {
  text-align: center;
  font-size: 0.9375em;
  width: 100%;
  justify-content: center;
}
.text-with-links-div .text-with-links a {
  color: #e2a26d;
  font-weight: bold;
}

input[type=password]::-ms-reveal {
  display: none;
}

/*Password Fields*/
.password-field-error {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  position: absolute;
  right: 30px;
}

.required-field:after {
  content: " *";
  color: red;
}

.tooltip.show {
  opacity: 1;
}
.tooltip.error-tooltip .arrow {
  left: 0 !important;
  padding-left: 40px;
}
.tooltip.error-tooltip .arrow::before {
  border-bottom-color: #f71b0c;
}
.tooltip.error-tooltip .tooltip-inner {
  background-color: #FEE5E6;
  color: #f71b0c;
  opacity: 1;
  border: 1px solid #f71b0c;
}
