.toast-message {
  font-size: 14px;
}

.form.impress-auth-form {
  margin: auto;
  overflow-x: auto;
  min-width: 256px;
  position: relative;
}

@media only screen and (max-width: 940px) {
  .chatbot-candidate-signup {
    flex-direction: column;
    height: 100dvh;
    width: 100dvw;
    overflow: auto;
  }
}
.chatbot-candidate-signup {
  font-size: 16px;
  overflow-y: hidden;
  display: flex;
}
.chatbot-candidate-signup * {
  box-sizing: border-box;
}
.chatbot-candidate-signup a {
  color: #3e92d2;
  text-decoration: none;
  background-color: transparent;
}
.chatbot-candidate-signup h1 {
  margin: 0 0 0.5rem;
}
@media only screen and (max-width: 940px) {
  .chatbot-candidate-signup .signup-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}
.chatbot-candidate-signup .signup-wrapper {
  border-radius: 4px;
  margin: auto;
  flex: 1;
  padding: 30px;
  margin: 0;
  max-width: 492px;
  min-width: 250px;
}
.chatbot-candidate-signup .signup-wrapper .mb-5 {
  margin-bottom: 3rem !important;
}
.chatbot-candidate-signup .signup-wrapper .mb-2 {
  margin-bottom: 0.5rem !important;
}
.chatbot-candidate-signup .signup-wrapper .btn {
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  border: 1px solid transparent;
  transition: all 0.35s;
  cursor: pointer;
  color: #313536;
}
.chatbot-candidate-signup .signup-wrapper .btn:disabled {
  opacity: 0.65;
}
.chatbot-candidate-signup .signup-wrapper .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}
.chatbot-candidate-signup .signup-wrapper .btn-primary {
  color: #ffffff;
  font-weight: normal;
  background-color: #f49c26;
  border-color: #f49c26;
  transition: all 0.35s;
}
.chatbot-candidate-signup .signup-wrapper .btn-primary:hover,
.chatbot-candidate-signup .signup-wrapper .btn-primary:focus,
.chatbot-candidate-signup .signup-wrapper .btn-primary:active,
.chatbot-candidate-signup .signup-wrapper .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f49c26;
  border-color: #ed431f;
}
.chatbot-candidate-signup .signup-wrapper .btn-primary:active,
.chatbot-candidate-signup .signup-wrapper .btn-primary.active,
.chatbot-candidate-signup .signup-wrapper .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.chatbot-candidate-signup .signup-wrapper .btn-primary[disabled],
.chatbot-candidate-signup .signup-wrapper .btn-primary[disabled]:hover,
.chatbot-candidate-signup .signup-wrapper .btn-primary[disabled]:focus,
.chatbot-candidate-signup .signup-wrapper .btn-primary[disabled]:active {
  background-color: #f49c26;
  border-color: #f49c26;
}
.chatbot-candidate-signup .signup-wrapper .btn-primary:not(:disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.chatbot-candidate-signup .signup-wrapper .fa {
  animation: fa-spin 2s infinite linear;
  position: relative;
  border-color: #f49c26 #fff;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
}
.chatbot-candidate-signup .signup-wrapper #signup-button .fa {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 2px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form {
  font-family: "Lato" !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #838383;
  margin-top: 16px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .form-control {
  border-radius: 5px;
  padding: 0.9rem 1.75rem;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .input-group {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .input-group input {
  font-size: 15px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .input-group input:not(:disabled)::placeholder {
  color: #838383;
  font-size: 14px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .input-group input:not(:disabled):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}
.chatbot-candidate-signup .signup-wrapper #signup-form .signup-sub-heading {
  text-align: start;
  padding-bottom: 0.4em;
  color: #484d4e;
  font-size: 15px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .d-none {
  display: none !important;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup {
  text-align: center;
  color: #000000;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .communication-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 7px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .communication-icons > a {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: small;
  text-decoration: none;
  color: #000;
  padding: 5px;
  cursor: pointer;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .communication-icons > a > img {
  height: 16px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .communication-icons > a:hover {
  border-radius: 2px;
  background-color: #fff3e3;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .communication-icons .selected {
  border-radius: 2px;
  background-color: #fff3e3;
  outline: 1px solid #f49c26;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .communication-icons .mail-icon {
  pointer-events: none;
  opacity: 0.6;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .checkbox-consent {
  color: #838383;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 5px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .checkbox-consent input {
  cursor: not-allowed;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .info-text-communication {
  font-size: 11px;
  color: #838383;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .number-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .number-input .country-select {
  width: 30%;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .number-input .number {
  width: 70%;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .number-input .number .phone-number.error {
  border-color: var(--im-candy-apple-red);
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup #country-list {
  font-size: 14px;
  padding: 0.4em 0.1em;
  height: 2.7em;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .error-text-number {
  color: var(--im-candy-apple-red);
  margin-top: 5px;
  font-size: 13px;
}
.chatbot-candidate-signup .signup-wrapper #signup-form .communication-section-signup .tnc-block {
  font-size: 12px;
  line-height: 16px;
}
.chatbot-candidate-signup .signup-wrapper .signup-inner-box {
  transition: min-width ease-in-out 500ms, padding ease-in-out 500ms;
  display: flex;
  gap: 6em;
  margin: 0;
  min-width: 468px;
  max-width: 550px;
}
@media (max-height: 611px), (max-width: 749px) {
  .chatbot-candidate-signup .signup-wrapper .signup-inner-box {
    min-width: 250px;
  }
}
.chatbot-candidate-signup .signup-wrapper .singpass-button {
  background-color: #F4333D;
  margin-top: 0.75em;
  display: block;
  padding: 0;
  border-radius: 0.5em;
  line-height: 0.5;
}
.chatbot-candidate-signup .signup-wrapper .password-warning {
  margin-bottom: 1.5em;
  display: inline-block;
  color: #999;
}
.chatbot-candidate-signup .signup-wrapper .tnc-holder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chatbot-candidate-signup .signup-wrapper .tnc-holder #tnc-checkbox + label {
  padding-left: 0.25em;
}
.chatbot-candidate-signup .signup-wrapper .close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #231f20;
  margin-top: -0.1em;
  margin-right: 0.5em !important;
  font-size: 1.5em;
  font-family: "Lato" !important;
  font-weight: normal;
  cursor: pointer;
}
.chatbot-candidate-signup .signup-wrapper .input-group-text {
  background-color: unset;
  border: unset;
  padding: unset;
  min-width: unset;
  position: relative;
  left: 0.5em;
  top: 0.7em;
  z-index: 10;
  max-height: 1em;
}
.chatbot-candidate-signup .signup-wrapper #signup-loading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.chatbot-candidate-signup .signup-wrapper .password-eye {
  position: absolute;
  left: 100%;
  transform: translateX(calc(-100% - 12px));
  max-height: 16px;
  cursor: pointer;
  top: 11px;
}
.chatbot-candidate-signup .signup-wrapper h1 {
  font-family: "roboto", sans-serif;
  font-weight: normal;
  font-size: 26px;
}
@media only screen and (max-width: 940px) {
  .chatbot-candidate-signup .signup-wrapper .singpass-button-container,
  .chatbot-candidate-signup .signup-wrapper .google-login-container {
    width: 100%;
    gap: 24px;
  }
}
.chatbot-candidate-signup .signup-wrapper #signup-button,
.chatbot-candidate-signup .signup-wrapper #saml-login-button,
.chatbot-candidate-signup .signup-wrapper #google-login-button {
  text-decoration: none;
  font-weight: normal;
  padding: 6px;
  width: 100%;
  border-radius: 2.5px;
  max-width: none;
  min-height: 48px;
}
.chatbot-candidate-signup .signup-wrapper #signup-button {
  margin-top: 15px;
  display: block;
}
.chatbot-candidate-signup .signup-wrapper #signup-button[data-loading=true] > span.fa {
  display: inline-block;
  margin-left: 3px;
}
.chatbot-candidate-signup .signup-wrapper #signup-button:disabled {
  cursor: not-allowed;
}
.chatbot-candidate-signup .signup-wrapper #signup-button > span.fa {
  display: none;
}
.chatbot-candidate-signup .signup-wrapper #saml-login-button {
  font-weight: normal;
  margin-top: 0.75em;
}
.chatbot-candidate-signup .signup-wrapper #google-login-button {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65em;
  justify-content: center;
  align-items: center;
  border: 1px #D9D9D9 solid;
  border-radius: 4px;
  margin-top: 0.75em;
}
.chatbot-candidate-signup .signup-wrapper .or-separator {
  margin-top: 0.75em;
  display: flex;
  align-items: center;
  gap: 1em;
  color: #8C8C8C;
  font-weight: 100;
  font-size: 14px;
}
.chatbot-candidate-signup .signup-wrapper .or-separator .dash {
  flex: 1;
  height: 0;
  border: 1px solid #eee;
}
.chatbot-candidate-signup .signup-wrapper .btn-signup {
  font-family: unset;
  font-size: 0.95em;
}
.chatbot-candidate-signup .signup-wrapper .signup-failed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
  gap: 1.5em;
}
.chatbot-candidate-signup .signup-wrapper .signup-failed .fa-exclamation-triangle {
  color: rgb(181, 0, 0);
  font-size: 3em;
}
.chatbot-candidate-signup .compatibility-info-wrapper {
  background-color: #f0f5ff;
  width: 446px;
  display: flex;
  flex-direction: column;
  padding: 59px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.chatbot-candidate-signup .compatibility-info-wrapper h3 {
  font-weight: 500;
  font-size: 18px;
  color: #484d4e;
  line-height: 120%;
  margin: 0;
  height: 22px;
}
.chatbot-candidate-signup .compatibility-info-wrapper h4 {
  font-weight: 500;
  font-size: 16px;
  color: #484d4e;
  line-height: 120%;
  line-height: 22px;
}
.chatbot-candidate-signup .compatibility-info-wrapper p {
  margin: 0;
  color: #484D4E;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.chatbot-candidate-signup .compatibility-info-wrapper .browser-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px 0;
}
.chatbot-candidate-signup .compatibility-info-wrapper .browser-list .browser-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chatbot-candidate-signup .compatibility-info-wrapper .browser-list .browser-item .browser-version {
  margin-top: 16px;
}
.chatbot-candidate-signup .compatibility-info-wrapper .browser-list .browser-item img {
  height: 44px;
  width: 44px;
}
.chatbot-candidate-signup .compatibility-info-wrapper .network-text {
  color: #8c8c8c;
  padding: 0 8px;
  text-align: center;
}
.chatbot-candidate-signup .hidden {
  display: none;
}
@media only screen and (max-width: 940px) {
  .chatbot-candidate-signup .compatibility-info-wrapper {
    width: 100dvw;
  }
}
@media screen and (max-width: 876px) {
  .chatbot-candidate-signup .signup-wrapper .well {
    padding: 20px;
  }
  .chatbot-candidate-signup .signup-body {
    padding: 4em 1em;
  }
}

.impress-auth-container {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  display: none;
  overflow-y: auto;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
}