@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.searchable-select {
  position: relative;
  width: 100%;
}
.searchable-select__toggle {
  display: block;
  width: 100%;
  padding-right: 2.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.searchable-select__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  right: 0;
  z-index: 1060;
  background: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow);
  overflow: hidden;
}
.searchable-select__search {
  background: var(--bs-body-bg);
}
.searchable-select__options {
  max-height: 14rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.searchable-select__option {
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  line-height: 1.35;
}
.searchable-select__option:hover:not(.searchable-select__option--disabled), .searchable-select__option--selected {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary-text-emphasis, var(--bs-body-color));
}
.searchable-select__option--disabled {
  color: var(--bs-secondary-color);
  cursor: default;
}
.searchable-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.searchable-select.is-open {
  z-index: 1060;
}
.searchable-select.is-open .searchable-select__menu {
  display: block;
}
.searchable-select.is-open .searchable-select__toggle {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}

.screening-scope {
  /* Ocultar el input nativo */
  /* Estilo del botón personalizado */
  /* Asegurar buen contraste para el botón de archivo */
  /* Animación */
  /* Custom File input */
  /* BTN LINKS DE COLORES */
  /*INPUTS ERRORS*/
  /* HTML General */
  /* Custom Panel Bootstrap accordion */
  /* HOME */
  /*.chat-logo:before {
    content: "";
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-image: image-url("logo-chat.png");
    background-repeat: no-repeat;
    background-size: cover;
  }*/
  /*RADIO BUTTONS*/
}
.screening-scope .screening-scope {
  height: 100%;
  margin: 0;
}
.screening-scope .stephi-app #sidebar.sidebar {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-left: 0 !important;
  background-color: #343a40;
  color: white;
  min-height: 100vh;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.screening-scope .stephi-app #sidebar.sidebar .navbar-brand {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  height: 56px;
  background: #00063a;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.screening-scope .stephi-app #sidebar.sidebar .navbar-brand.logo img {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.screening-scope .stephi-app #sidebar.sidebar a {
  color: #ccc;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.screening-scope .stephi-app #sidebar.sidebar a:hover {
  background-color: #495057;
  color: #fff;
}
.screening-scope .stephi-app #sidebar.sidebar .nav-item span {
  display: none;
  opacity: 0;
  visibility: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.screening-scope .stephi-app .content {
  flex: 1;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.screening-scope .stephi-app .main-container {
  padding: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 3.5rem 0;
  background-color: rgba(226, 230, 255, 0.3);
}
.screening-scope .stephi-app .header-section h1 {
  font-size: 1.4rem;
}
.screening-scope .stephi-app .navbar.fixed-top {
  margin-left: 50px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.screening-scope .stephi-app .navbar.fixed-top a.navbar-brand.logo img {
  width: auto;
  height: 40px;
}
.screening-scope .stephi-app .navbar.fixed-top .select2-container {
  width: 250px !important;
}
.screening-scope .stephi-app.toggled #sidebar.sidebar {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  margin-left: 0 !important;
}
.screening-scope .stephi-app.toggled #sidebar.sidebar .nav-item a {
  text-align: left;
}
.screening-scope .stephi-app.toggled #sidebar.sidebar .nav-item span {
  display: inline-block;
  margin-left: 10px;
  opacity: 1;
  visibility: visible;
}
.screening-scope .stephi-app.toggled .navbar.fixed-top {
  margin-left: 200px;
}
@media (max-width: 991.98px) {
  .screening-scope .stephi-app #sidebar.sidebar {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-left: 0 !important;
  }
  .screening-scope .stephi-app .navbar.fixed-top {
    margin-left: 50px;
  }
  .screening-scope .stephi-app.toggled #sidebar.sidebar {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
  .screening-scope .stephi-app.toggled .navbar.fixed-top {
    margin-left: 200px;
  }
}
.screening-scope .stephi-app .nav-pills .nav-link {
  color: #0e1870;
}
.screening-scope .stephi-app .nav-pills .nav-link:hover:not(.active):not(.disabled) {
  color: #0e1870;
  background-color: rgba(14, 24, 112, 0.08);
}
.screening-scope .stephi-app .nav-pills .nav-link.active,
.screening-scope .stephi-app .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0e1870;
}
.screening-scope .stephi-app .nav-pills .nav-link.disabled {
  color: #6c757d;
}
.screening-scope .social-share-button .ssb-icon {
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.screening-scope .hover-icon {
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.screening-scope .hover-icon:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  opacity: 0;
  visibility: hidden;
  margin-left: 0.4em;
  transition: all 0.15s ease-in-out;
}
.screening-scope .hover-icon.link {
  content: "\f35d";
}
.screening-scope .hover-icon.download {
  content: "\f019";
}
.screening-scope .hover-icon:hover, .screening-scope .hover-icon:focus {
  font-weight: bold;
}
.screening-scope .hover-icon:hover:after, .screening-scope .hover-icon:focus:after {
  opacity: 1;
  visibility: visible;
}
.screening-scope .light-success-bg {
  background-color: #ebf7ed !important;
}
.screening-scope .light-danger-bg {
  background-color: #f8d7da !important;
}
.screening-scope .stephi-landing {
  padding-top: 50px;
}
.screening-scope .bg-ai {
  background: #020024;
  background: -webkit-linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(29, 2, 85) 38%, rgb(55, 2, 146) 100%);
  background: -moz-linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(29, 2, 85) 38%, rgb(55, 2, 146) 100%);
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(29, 2, 85) 38%, rgb(55, 2, 146) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#370292", GradientType=1);
  color: #ffffff;
}
.screening-scope .burbuja {
  background: #f0f0f0;
  color: #333;
  padding: 1em 1.5em;
  border-radius: 1em;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.screening-scope .burbuja.to-left:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -50px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right-color: #f0f0f0;
}
.screening-scope .burbuja.to-right:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -50px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left-color: #f0f0f0;
}
.screening-scope .call-to-action {
  font-weight: bold;
}
.screening-scope .call-to-action h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.screening-scope .call-to-action.overflow-visible {
  overflow: visible;
}
.screening-scope .cta-icon {
  width: 100px;
  position: absolute;
}
.screening-scope .cta-icon.to-top-left {
  top: -35px;
  left: 70px;
}
.screening-scope .cta-icon.to-top-right {
  top: -35px;
  right: 70px;
}
.screening-scope .cta-icon.to-top-center {
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.screening-scope #footer {
  background-color: #2c2c2c;
  color: #7b7b7b;
  font-weight: 400;
  margin-left: 0;
}
.screening-scope #footer .social-links a.social-button {
  display: inline-block;
  font-weight: 600;
  border-bottom: none;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  background-color: #5779fd;
  background-image: -webkit-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -moz-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -o-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.screening-scope #footer .social-links a.social-button:hover, .screening-scope #footer .social-links a.social-button:focus, .screening-scope #footer .social-links a.social-button:active {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  background-image: none;
}
.screening-scope #footer .direct-contact-links a {
  color: #737373;
  font-weight: 700;
  border-bottom: 1px dotted #444;
}
.screening-scope #footer .direct-contact-links a:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #666;
}
.screening-scope .stars-bg {
  background: #020024;
  background: -webkit-linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(29, 2, 85) 38%, rgb(55, 2, 146) 100%);
  background: -moz-linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(29, 2, 85) 38%, rgb(55, 2, 146) 100%);
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(29, 2, 85) 38%, rgb(55, 2, 146) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#370292", GradientType=1);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  animation: nightPulse 20s ease-in-out infinite alternate;
}
.screening-scope .star-layer {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.screening-scope .stars-static {
  width: 1px;
  height: 1px;
  background: white;
  box-shadow: 50px 100px white, 200px 300px #ddd, 400px 150px #ccc, 600px 350px white, 800px 500px #aaa, 1000px 200px #eee;
  opacity: 0.6;
  animation: twinkle 5s ease-in-out infinite alternate;
}
.screening-scope .stars-float {
  width: 2px;
  height: 2px;
  background: white;
  box-shadow: 150px 250px white, 350px 400px #eee, 750px 100px white, 950px 450px #ccc, 1300px 250px #fff;
  opacity: 0.8;
  animation: floatDiag 80s ease-in-out infinite;
}
.screening-scope .stars-bright {
  width: 3px;
  height: 3px;
  background: white;
  box-shadow: 250px 150px white, 550px 300px #fff, 850px 200px #fff, 1150px 400px #fff;
  opacity: 1;
  animation: floatCircle 100s linear infinite, twinkle 4s ease-in-out infinite alternate;
}
.screening-scope .shooting-star {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, white, transparent);
  border-radius: 50%;
  opacity: 0;
  transform: rotate(-45deg);
  animation: shooting 20s linear infinite;
}
@keyframes twinkle {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes floatDiag {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, -15px);
  }
  50% {
    transform: translate(-10px, -25px);
  }
  75% {
    transform: translate(5px, -35px);
  }
  100% {
    transform: translate(0, -40px);
  }
}
@keyframes floatCircle {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15px, -10px);
  }
  50% {
    transform: translate(0, -20px);
  }
  75% {
    transform: translate(-15px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shooting {
  0%, 95% {
    opacity: 0;
    transform: translate(-300px, -300px) rotate(-45deg);
  }
  96% {
    opacity: 1;
    transform: translate(200px, 200px) rotate(-45deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes nightPulse {
  0% {
    filter: brightness(0.8);
  }
  50% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(0.85);
  }
}
.screening-scope .file-upload input[type=file] {
  display: none;
}
.screening-scope .custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f1f1f1;
  font-weight: bold;
  color: #2c2c2c;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin: 0;
  border: 1px solid #d1d1d1;
}
.screening-scope .custom-file-upload:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}
.screening-scope .custom-file-upload.btn-primary {
  background-color: #f1f1f1 !important;
  color: #2c2c2c !important;
  border-color: #d1d1d1 !important;
}
.screening-scope .custom-file-upload.btn-primary:hover {
  background-color: #007bff !important;
  color: white !important;
  border-color: #007bff !important;
}
.screening-scope .professional-summary {
  line-height: 1.6;
}
.screening-scope .professional-summary p {
  margin-bottom: 0.75rem;
}
.screening-scope .professional-summary strong, .screening-scope .professional-summary b {
  font-weight: 600;
}
.screening-scope .professional-summary em, .screening-scope .professional-summary i {
  font-style: italic;
}
.screening-scope .professional-summary ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.screening-scope .professional-summary ul li {
  margin-bottom: 0.25rem;
}
.screening-scope .professional-summary ul li ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style-type: circle;
}
.screening-scope .professional-summary ul li ol {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.screening-scope .professional-summary ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.screening-scope .professional-summary ol li {
  margin-bottom: 0.25rem;
}
.screening-scope .professional-summary a {
  color: #007bff;
  text-decoration: underline;
}
.screening-scope .professional-summary a:hover {
  color: #0056b3;
  text-decoration: none;
}
.screening-scope .professional-summary h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #0e1870;
  line-height: 1.3;
}
.screening-scope .professional-summary h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.875rem;
  color: #0e1870;
  line-height: 1.3;
}
.screening-scope .professional-summary h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: #0e1870;
  line-height: 1.3;
}
.screening-scope .professional-summary h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.875rem;
  margin-bottom: 0.625rem;
  color: #0e1870;
  line-height: 1.3;
}
.screening-scope .professional-summary h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.screening-scope .professional-summary h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.625rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.screening-scope .ai-card {
  position: relative;
  border-radius: 12px;
  background: #fff;
  z-index: 0;
  border: none;
  margin: 2px;
}
.screening-scope .ai-card:before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(270deg, #00f5ff, #7a5cff, #ff4ecd, #00f5ff);
  background-size: 400% 400%;
  animation: ai-border 6s ease infinite;
  z-index: -1;
}
.screening-scope .ai-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
.screening-scope .ai-card:hover::before {
  animation-duration: 3s;
  filter: brightness(1.2);
}
.screening-scope .ai-card:before {
  opacity: 0.6;
}
.screening-scope .ai-card:hover::before {
  opacity: 1;
}
@keyframes ai-border {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.screening-scope .wrapper {
  margin-left: 0;
}
.screening-scope .glow-shadow {
  box-shadow: 0 0 7px #8e59ff;
}
@media (max-width: 768px) {
  .screening-scope #fixed-mini-banner {
    top: 0;
    transition: opacity 0.4s ease, visibility 0.4s, top 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .screening-scope #fixed-mini-banner.show {
    opacity: 1;
    visibility: visible;
    top: 60px !important;
  }
}
@media (min-width: 769px) {
  .screening-scope #fixed-mini-banner {
    display: none !important;
  }
}
.screening-scope .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.screening-scope .inputfile.w100 + label {
  width: 100%;
  text-align: center;
}
.screening-scope .inputfile + label {
  font-size: 1.05rem;
  font-weight: 700;
  color: black;
  background-color: transparent;
  display: inline-block;
  cursor: pointer; /* "hand" cursor */
  padding: 10px;
  border: 1px dashed black;
  word-break: break-word;
}
.screening-scope .inputfile + label:hover, .screening-scope .inputfile + label:focus {
  background-color: #0e1870;
  color: white;
  border-color: #0e1870;
}
.screening-scope .inputfile:focus + label {
  outline: 1px dotted #0e1870;
  outline: -webkit-focus-ring-color auto 5px;
}
.screening-scope .inputfile.input-success + label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #28a745;
  background-color: transparent;
  display: inline-block;
  cursor: pointer; /* "hand" cursor */
  padding: 10px;
  border: 1px dashed #28a745;
  word-break: break-word;
}
.screening-scope .inputfile.input-success + label:hover, .screening-scope .inputfile.input-success + label:focus {
  background-color: #28a745;
  color: white;
  border-color: #28a745;
}
.screening-scope .inputfile.input-success:focus + label {
  outline: 1px dotted #28a745;
  outline: -webkit-focus-ring-color auto 5px;
}
.screening-scope .btn-link {
  color: rgb(0, 13.9137931034, 134.5);
}
.screening-scope .btn-link:hover {
  color: #00063a;
}
.screening-scope .btn-link.link-warning {
  color: #ffc107;
}
.screening-scope .btn-link.link-warning.btn-link:disabled, .screening-scope .btn-link.link-warning.btn-link.disabled {
  color: rgb(185.5, 139.125, 0);
}
.screening-scope .btn-link.link-success {
  color: #28a745;
}
.screening-scope .btn-link.link-success.btn-link:disabled, .screening-scope .btn-link.link-success.btn-link.disabled {
  color: rgb(25.2173913043, 105.2826086957, 43.5);
}
.screening-scope .btn-link.link-danger {
  color: #dc3545;
}
.screening-scope .btn-link.link-danger.btn-link:disabled, .screening-scope .btn-link.link-danger.btn-link.disabled {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266);
}
.screening-scope .line-through {
  text-decoration: line-through;
}
.screening-scope .main-container {
  margin-top: 140px;
}
.screening-scope #info-bar {
  position: fixed;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #0e1870;
  color: #ffffff;
  z-index: 999;
  padding: 5px 0;
}
.screening-scope #info-bar .available-item {
  cursor: default;
}
.screening-scope .available-item.badge {
  min-width: 50px;
}
.screening-scope .available-item.badge span {
  font-size: 1rem;
}
.screening-scope .twilio-sms .rce-mbox {
  max-width: 60%;
  min-width: 150px;
}
.screening-scope .twilio-sms .rce-mbox-time {
  font-size: 10px;
}
.screening-scope .twilio-sms .rce-mbox-text {
  white-space: pre-wrap;
}
.screening-scope ul.shipping-type {
  list-style: none;
}
.screening-scope ul.shipping-type li {
  position: relative;
}
.screening-scope ul.shipping-type li span {
  position: absolute;
  right: 100%;
  width: 20px;
  text-align: center;
}
.screening-scope .dropdownInviteButtons span {
  position: relative;
  display: block;
  margin: 10px 0 10px 30px;
}
.screening-scope .dropdownInviteButtons span a {
  display: block;
  position: relative;
}
.screening-scope .dropdownInviteButtons span a i {
  position: absolute;
  text-align: center;
  right: 100%;
  width: 20px;
  top: 5px;
}
.screening-scope .has-error {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
  padding: 5px;
  margin: 5px 0 0 0;
  border-radius: 0.25rem;
}
.screening-scope .has-error span:after {
  content: ",";
}
.screening-scope .badge.badge-soft-primary {
  color: #0e1870;
  background-color: rgba(14, 24, 112, 0.1);
  border: 1px solid #0e1870;
}
.screening-scope .badge.badge-soft-secondary {
  color: #17e1be;
  background-color: rgba(23, 225, 190, 0.1);
  border: 1px solid #17e1be;
}
.screening-scope .badge.badge-soft-success {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid #28a745;
}
.screening-scope .badge.badge-soft-info {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.1);
  border: 1px solid #17a2b8;
}
.screening-scope .badge.badge-soft-warning {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid #ffc107;
}
.screening-scope .badge.badge-soft-danger {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid #dc3545;
}
.screening-scope .badge.badge-soft-dark {
  color: #00063a;
  background-color: rgba(0, 6, 58, 0.1);
  border: 1px solid #00063a;
}
.screening-scope .badge.badge-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 1rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screening-scope .table thead.thead-light-primary th {
  color: #0e1871;
  background-color: #e6e8f1;
  border-color: #e6e8f1;
  font-size: 14px;
  vertical-align: middle;
}
.screening-scope .bg-light-primary {
  color: #0e1871;
  background-color: #e6e8f1 !important;
  border-color: #e6e8f1;
}
.screening-scope .gap-0 {
  gap: 0 !important;
}
.screening-scope .row-gap-0 {
  row-gap: 0 !important;
}
.screening-scope .col-gap-0 {
  column-gap: 0 !important;
}
.screening-scope .gap-1 {
  gap: 0.25rem !important;
}
.screening-scope .row-gap-1 {
  row-gap: 0.25rem !important;
}
.screening-scope .col-gap-1 {
  column-gap: 0.25rem !important;
}
.screening-scope .gap-2 {
  gap: 0.5rem !important;
}
.screening-scope .row-gap-2 {
  row-gap: 0.5rem !important;
}
.screening-scope .col-gap-2 {
  column-gap: 0.5rem !important;
}
.screening-scope .gap-3 {
  gap: 1rem !important;
}
.screening-scope .row-gap-3 {
  row-gap: 1rem !important;
}
.screening-scope .col-gap-3 {
  column-gap: 1rem !important;
}
.screening-scope .gap-4 {
  gap: 1.5rem !important;
}
.screening-scope .row-gap-4 {
  row-gap: 1.5rem !important;
}
.screening-scope .col-gap-4 {
  column-gap: 1.5rem !important;
}
.screening-scope .gap-5 {
  gap: 3rem !important;
}
.screening-scope .row-gap-5 {
  row-gap: 3rem !important;
}
.screening-scope .col-gap-5 {
  column-gap: 3rem !important;
}
.screening-scope .animated-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.screening-scope .animated-action-bar.animated-action-bar-visible {
  transform: translateY(0);
  opacity: 1;
}
.screening-scope .animated-action-bar.animated-action-bar-hidden {
  transform: translateY(100%);
  opacity: 0;
}
.screening-scope .animated-action-bar .animated-action-bar-content {
  background-color: #fff;
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.screening-scope .animated-action-bar .animated-action-bar-content .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.screening-scope .animated-action-bar .animated-action-bar-content .d-flex.justify-content-between .flex-grow-1 {
  min-width: 0;
}
.screening-scope .animated-action-bar .animated-action-bar-content .btn-group {
  display: flex;
  align-items: center;
}
.screening-scope .animated-action-bar .animated-action-bar-content .btn-group .btn {
  border-radius: 0.25rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  border-width: 1px !important;
}
.screening-scope .animated-action-bar .animated-action-bar-content .btn-group .btn:not(:last-child) {
  margin-right: 0.5rem;
}
.screening-scope .animated-action-bar .animated-action-bar-content .btn-group .dropdown .btn {
  border-radius: 0.25rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  border-width: 1px !important;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .screening-scope .animated-action-bar .animated-action-bar-content {
    padding: 0.75rem 0;
  }
  .screening-scope .animated-action-bar .animated-action-bar-content .btn-group {
    flex-direction: column;
    width: 100%;
  }
  .screening-scope .animated-action-bar .animated-action-bar-content .btn-group .btn, .screening-scope .animated-action-bar .animated-action-bar-content .btn-group .dropdown {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
}
.screening-scope .content-with-action-bar {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .screening-scope .content-with-action-bar {
    padding-bottom: 120px;
  }
}
.screening-scope html {
  height: 100%;
  scroll-behavior: smooth;
}
.screening-scope html, .screening-scope body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
.screening-scope .bg-img,
body.screening-scope.bg-img {
  background-image: url("/assets/screening/stephai/bg_stephi-1b3c5bb7.png");
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.screening-scope .main-container {
  padding-bottom: 5rem;
  min-height: 70vh;
}
.screening-scope a:hover {
  text-decoration: none;
}
.screening-scope .navbar-light .navbar-nav .show > .nav-link,
.screening-scope .navbar-light .navbar-nav .active > .nav-link,
.screening-scope .navbar-light .navbar-nav .nav-link.show,
.screening-scope .navbar-light .navbar-nav .nav-link.active {
  color: #17e1be;
}
.screening-scope footer.footer {
  padding: 50px 0px;
  color: #696969;
}
.screening-scope footer.footer p {
  font-size: 1rem;
  line-height: 1.2rem;
}
.screening-scope footer.footer a {
  color: #696969;
}
.screening-scope footer.footer a:hover, .screening-scope footer.footer a:focus {
  color: #17e1be;
}
.screening-scope .footer-links li a {
  display: inline-block;
  font-weight: 600;
  border-bottom: none;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  background-color: #5779fd;
  background-image: -webkit-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -moz-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -o-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 2px;
}
.screening-scope .footer-links li a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  background-image: none;
}
.screening-scope .btn {
  border-radius: 30px;
}
.screening-scope .google-btn,
.screening-scope .google-btn:hover,
.screening-scope .google-btn:focus,
.screening-scope .google-btn:active,
.screening-scope .google-btn:disabled {
  font-family: "Roboto", sans-serif;
  color: #1f1f1f !important;
  background-color: #f2f2f2 !important;
  background-image: none !important;
  border: 1px solid #dadce0 !important;
  font-weight: 500;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 44px;
}
.screening-scope .google-btn:hover,
.screening-scope .google-btn:focus {
  background-color: #e8e8e8 !important;
}
.screening-scope form.button_to:has(.google-btn) {
  width: 100%;
}
.screening-scope .google-btn img {
  width: 20px;
  height: 20px;
}
.screening-scope .material-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.screening-scope .box-form .screening-auth-form .form-control,
.screening-scope .box-form .screening-auth-form .input-group-text {
  min-height: 44px;
}
.screening-scope .box-form .screening-auth-form .input-group-text {
  color: #0e1870;
}
.screening-scope .box-form .screening-auth-form .form-control:focus {
  border-color: #0e1870;
  box-shadow: 0 0 0 0.2rem rgba(14, 24, 112, 0.15);
}
.screening-scope .box-form .screening-auth-form .form-control:focus + .password-toggle-btn,
.screening-scope .box-form .screening-auth-form .input-group:focus-within .input-group-text {
  border-color: #0e1870;
}
.screening-scope .bg-gradient-4t {
  background-color: #06dcf9;
  background-image: -webkit-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -moz-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -o-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
}
.screening-scope .react-phone-number-input__country {
  display: flex;
  align-items: center;
}
.screening-scope .react-phone-number-input__country .react-phone-number-input__icon {
  border: 0 !important;
  position: relative;
  top: -1px;
}
.screening-scope .react-phone-number-input__icon-image,
.screening-scope .v-align-top {
  vertical-align: middle;
  display: inline-block;
}
.screening-scope .react-phone-number-input input {
  border-bottom: 0;
  height: 38px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.screening-scope .react-phone-number-input__input:focus {
  border-color: #b8acf2 !important;
  color: #495057;
  background-color: #fff;
  border-color: #b8acf2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 62, 224, 0.25);
}
.screening-scope .react-phone-number-input__input--invalid,
.screening-scope .react-phone-number-input__input--invalid:focus {
  border-color: #b8acf2 !important;
}
.screening-scope .__with_collapsible-icons {
  position: relative;
}
.screening-scope .__with_collapsible-icons [data-bs-toggle^=collapse] {
  cursor: pointer;
}
.screening-scope .__with_collapsible-icons [data-bs-toggle^=collapse]:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  content: "\f107";
  transition: 0.3s transform ease-in-out;
  line-height: 1;
}
.screening-scope .__with_collapsible-icons [data-bs-toggle^=collapse].collapsed:before {
  content: "\f105";
}
.screening-scope .hidden {
  visibility: hidden;
  display: none;
}
.screening-scope .card {
  border: 1px solid #f1f1f4;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  cursor: default;
}
.screening-scope .hover-card {
  border: 1px solid #f1f1f4;
  cursor: pointer;
  border-radius: 10px !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.screening-scope .hover-card:hover, .screening-scope .hover-card:focus, .screening-scope .hover-card.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  background: #f8f9fa;
}
.screening-scope .hover-card:hover.hover-scale, .screening-scope .hover-card:focus.hover-scale, .screening-scope .hover-card.active.hover-scale {
  transform: scale(1.01);
}
.screening-scope .lh-1 {
  line-height: 1;
}
.screening-scope .navbar-collapse .select2-container {
  max-width: 250px !important;
}
.screening-scope .nav-active-icon .nav-link {
  position: relative;
  text-align: left;
}
.screening-scope .nav-active-icon .nav-link.active {
  padding-right: 40px;
}
.screening-scope .nav-active-icon .nav-link.active:before {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  position: absolute;
  top: 7px;
  right: 10px;
  font-weight: bold;
}
.screening-scope label.required:after,
.screening-scope .required:after {
  content: " * ";
  color: #dc3545;
  font-weight: bold;
}
.screening-scope .errors img {
  max-width: 300px;
}
.screening-scope .errors h2.text-primary {
  font-size: 60px;
  line-height: 50px;
}
.screening-scope .spark-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  top: 0;
}
.screening-scope .spark-bg .spark {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  animation: sparkle 3.5s ease-in-out infinite;
  will-change: transform, opacity;
}
.screening-scope .spark-bg .star {
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.5);
  animation-duration: 2.8s;
}
.screening-scope .spark-bg .sparkle {
  background: #20e0c0;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #17e1be;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  opacity: 0;
  transform: scale(0.3);
  filter: drop-shadow(0 0 10px rgba(32, 224, 192, 0.4));
}
.screening-scope .spark-bg .sparkle:nth-of-type(1) {
  width: 20px;
  height: 20px;
}
.screening-scope .spark-bg .sparkle:nth-of-type(2) {
  width: 20px;
  height: 20px;
}
.screening-scope .spark-bg .sparkle:nth-of-type(3) {
  width: 20px;
  height: 20px;
}
.screening-scope .spark-bg .spark:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}
.screening-scope .spark-bg .spark:nth-child(2) {
  top: 40%;
  left: 70%;
  animation-delay: 0.8s;
}
.screening-scope .spark-bg .spark:nth-child(3) {
  top: 65%;
  left: 20%;
  animation-delay: 1.6s;
}
.screening-scope .spark-bg .spark:nth-child(4) {
  top: 20%;
  left: 55%;
  animation-delay: 0.4s;
}
.screening-scope .spark-bg .spark:nth-child(5) {
  top: 75%;
  left: 80%;
  animation-delay: 1.2s;
}
.screening-scope .spark-bg .spark:nth-child(6) {
  top: 50%;
  left: 15%;
  animation-delay: 2s;
}
.screening-scope .spark-bg .spark:nth-child(7) {
  top: 30%;
  left: 85%;
  animation-delay: 2.6s;
}
.screening-scope .spark-bg .spark:nth-child(8) {
  top: 60%;
  left: 50%;
  animation-delay: 1s;
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(6px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  55% {
    opacity: 0.9;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.75) translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .screening-scope .spark {
    animation: none;
    opacity: 0.3;
  }
}
.screening-scope .number-step {
  width: 40px;
  height: 40px;
  background-color: #06dcf9;
  background-image: -webkit-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -moz-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: -o-linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  background-image: linear-gradient(90deg, #06dcf9 0%, #7455ff 100%);
  display: inline-block;
  line-height: 2.8rem;
  color: #E9ECEF;
  border-radius: 50%;
  text-align: center;
}
.screening-scope .pulse {
  -webkit-animation: pulse 1.2s ease infinite;
  animation: pulse 1.2s ease infinite;
  position: absolute;
  background-color: rgb(0, 105, 217);
  height: 48px;
  top: -8px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-color: transparent;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    box-shadow: 0 0 black;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.15, 1.5);
    transform: scale(1.15, 1.5);
    opacity: 0;
  }
}
.screening-scope p.buttonpulse {
  position: relative;
  max-width: 150px;
  margin: auto;
  z-index: 1;
}
.screening-scope .test:before {
  content: " ";
  background: image-url("Background-chat.jpg");
  background-size: auto;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}
.screening-scope .jumbotron {
  margin-bottom: 0;
  background-color: rgb(245, 245, 245);
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.screening-scope .jumbotron:first-of-type {
  min-height: 100vh;
  padding: 100px 0;
}
.screening-scope .jumbotron:last-of-type {
  background-color: #fff;
}
.screening-scope .jumbotron:first-of-type .jumbotron-heading {
  margin-top: calc(50vh - 156px);
}
.screening-scope .parallax {
  background-image: image-url("grey-wave.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .screening-scope .number-step {
    display: block;
    margin: 15px auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .screening-scope .step-title {
    font-size: 1.5rem;
  }
}
.screening-scope .section {
  padding: 5rem 0;
}
.screening-scope .section.call-to-action {
  padding: 3rem 0;
}
.screening-scope .section.parallax {
  min-height: 100vh;
}
.screening-scope a.navbar-brand.logo {
  font-family: "Nunito", sans-serif;
  color: #505050;
  text-transform: none !important;
  font-weight: 300 !important;
  letter-spacing: 5px;
  font-size: 18px;
  padding: 0;
}
.screening-scope a.navbar-brand.logo img {
  height: 40px;
  width: auto;
}
.screening-scope .bubble-box {
  background-color: #eef1ff;
  color: #525252;
  width: 85%;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 20px 0;
}
.screening-scope .bg-deep-color {
  background-color: #5779fd;
  color: #ffffff;
}
.screening-scope .bg-waves {
  background-image: image-url("waves.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.screening-scope .bg-grey-wave {
  background-image: image-url("grey-wave.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.screening-scope .section-title h2 {
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
}
.screening-scope .section-title h2.hr-white:after {
  content: "";
  height: 5px;
  width: 40px;
  border-radius: 40px;
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: #ffffff;
}
.screening-scope .section-title h2.hr-black:after {
  content: "";
  height: 5px;
  width: 40px;
  border-radius: 40px;
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: #000000;
}
.screening-scope .test-experience input {
  border-radius: 50px;
  border: none;
}
.screening-scope .what_is_it_for .item-box {
  padding: 10px;
}
.screening-scope .what_is_it_for .item-box img {
  padding: 20px;
  max-width: 230px;
  width: 100%;
}
.screening-scope .how_works .step-item {
  position: relative;
}
.screening-scope .how_works .step-item .step-img {
  max-width: 250px;
}
.screening-scope .how_works .step-item .steps-dots {
  width: 270px;
  height: auto;
  position: absolute;
  top: 60%;
  left: 85%;
  z-index: 999;
}
.screening-scope .contact-section {
  display: block;
  min-height: 100vh;
  height: 100%;
}
.screening-scope .price-card {
  border-radius: 20px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.screening-scope .price-card .card-body {
  z-index: 2;
}
.screening-scope .price-card .card-title {
  color: #0e1870;
}
.screening-scope .price-card .plan-name {
  letter-spacing: 5px;
  font-size: 0.6rem;
}
.screening-scope .price-card .list-group-flush {
  color: gray;
  padding: 10px 20px;
}
.screening-scope .price-card:hover, .screening-scope .price-card:focus {
  cursor: pointer;
  background-color: #0e1870;
  color: #ffffff;
  transform: scaleY(1.02);
  border-color: #0e1870;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.screening-scope .price-card:hover .card-title, .screening-scope .price-card:focus .card-title {
  color: #ffffff;
}
.screening-scope .price-card:hover .list-group-flush, .screening-scope .price-card:focus .list-group-flush {
  color: #fff;
}
.screening-scope .price-card:hover .btn, .screening-scope .price-card:focus .btn {
  background-color: #17e1be;
  color: #ffffff;
}
.screening-scope .price-card:hover .card-with-sparks, .screening-scope .price-card:focus .card-with-sparks {
  background-position: top left 30px, bottom right 30px;
  background-size: 60px auto, 30px auto;
}
.screening-scope .card-with-sparks {
  width: 105%;
  height: 105%;
  background-image: image-url("/assets/screening/steph_sparks-bf74157b.png"), image-url("/assets/screening/steph_sparks-bf74157b.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px auto, 50px auto;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  transition: background-position 0.6s ease, background-size 0.6s ease;
}
.screening-scope .spark-indicator {
  width: 30px;
  height: 30px;
  background-image: image-url("/assets/screening/steph_sparks-bf74157b.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 20px auto;
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -5px;
}
.screening-scope .absolute-badge {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  padding-left: 40px;
}
.screening-scope .absolute-badge img {
  height: 50px;
  width: auto;
  position: absolute;
  top: -20px;
  left: 0;
}
.screening-scope .client-images {
  width: 8em;
  height: 8em;
  border-radius: 100%;
  background-color: #fff;
  padding: 1em;
  margin: 10px auto;
  overflow: hidden;
}
.screening-scope .item-box {
  padding: 10px;
}
.screening-scope .item-box img {
  max-width: 80px;
  width: 100%;
}
.screening-scope .pricing-section {
  padding: 0;
}
.screening-scope .pricing-section__bg {
  background: linear-gradient(180deg, #1a0a2e 0%, #16213e 35%, #0f3460 100%);
  color: #fff;
  padding: 3rem 0 4rem;
  border-radius: 0;
  min-height: 100%;
}
.screening-scope .pricing-billing-switch {
  position: relative;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.screening-scope .pricing-billing-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.screening-scope .pricing-billing-switch__track {
  display: flex;
  border-radius: 10px;
  position: relative;
}
.screening-scope .pricing-billing-switch__label {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: color 0.2s ease;
  user-select: none;
  min-width: 6rem;
  text-align: center;
}
.screening-scope .pricing-billing-switch__label:hover {
  color: rgba(255, 255, 255, 0.95);
}
.screening-scope .pricing-billing-switch__input#pricing-billing-monthly:checked ~ .pricing-billing-switch__track .pricing-billing-switch__label:nth-child(1),
.screening-scope .pricing-billing-switch__input#pricing-billing-semiannual:checked ~ .pricing-billing-switch__track .pricing-billing-switch__label:nth-child(2),
.screening-scope .pricing-billing-switch__input#pricing-billing-annual:checked ~ .pricing-billing-switch__track .pricing-billing-switch__label:nth-child(3) {
  color: #fff;
}
.screening-scope .pricing-billing-switch__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  transform: translateX(0);
}
.screening-scope .pricing-billing-switch__input#pricing-billing-semiannual:checked ~ .pricing-billing-switch__track::before {
  transform: translateX(100%);
}
.screening-scope .pricing-billing-switch__input#pricing-billing-annual:checked ~ .pricing-billing-switch__track::before {
  transform: translateX(200%);
}
.screening-scope .pricing-section__header {
  margin-bottom: 2.5rem;
}
.screening-scope .pricing-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.screening-scope .pricing-section__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
}
.screening-scope .pricing-section__cards {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .screening-scope .pricing-section__cards .col-lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.screening-scope .pricing-card {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  color: #2d3748;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.screening-scope .pricing-card .pricing-card__discount-ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 3;
  width: 5.5rem;
  height: 5.5rem;
  overflow: hidden;
  pointer-events: none;
}
.screening-scope .pricing-card .pricing-card__discount-ribbon .pricing-card__discount-ribbon-inner {
  position: absolute;
  top: 0.5rem;
  right: -2.15rem;
  width: 8.5rem;
  padding: 0.32rem 0 0.36rem;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(115deg, #da58bf 0%, #df02b1 45%, #a90086 100%);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transform: rotate(42deg);
}
.screening-scope .pricing-card .pricing-card__discount-ribbon .pricing-card__discount-ribbon-inner .small {
  display: block;
  opacity: 0.85;
}
.screening-scope .pricing-card .pricing-card__discount-ribbon .pricing-card__discount-ribbon-inner .fw-bold {
  display: block;
  font-size: 1rem;
}
.screening-scope .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.screening-scope .pricing-card .pricing-card__cta .btn {
  background: #fff;
  color: #0e1870;
}
.screening-scope .pricing-card .pricing-card__cta .btn:hover {
  background: #0e1870;
  color: #fff;
}
.screening-scope .pricing-card--featured {
  background: linear-gradient(160deg, #FFEDD4 0%, #FFF9F0 100%);
  color: #2d3748;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transform: scale(1.03);
  z-index: 1;
}
.screening-scope .pricing-card--featured:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.screening-scope .pricing-card--featured .pricing-card__subtitle {
  color: #4a5568;
}
.screening-scope .pricing-card--featured .pricing-card__features li {
  color: #4a5568;
}
.screening-scope .pricing-card--featured .pricing-card__cta .btn {
  background: #1a0a2e;
  color: #fff;
  border: none;
}
.screening-scope .pricing-card--featured .pricing-card__cta .btn:hover {
  background: #16213e;
  color: #fff;
}
.screening-scope .pricing-card__badge {
  position: absolute;
  top: -10px;
  left: 12px;
  right: auto;
  z-index: 2;
  background: #fff;
  color: #2d3748;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.screening-scope .pricing-card__body {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.screening-scope .pricing-card__name {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  color: #0e1870;
}
.screening-scope .pricing-card__subtitle {
  font-size: 0.85rem;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 1rem;
  display: block;
}
.screening-scope .pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex: 1;
}
.screening-scope .pricing-card__features li {
  font-size: 0.85rem;
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #4a5568;
}
.screening-scope .pricing-card__features li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.screening-scope .pricing-card__price {
  margin-bottom: 1rem;
  min-height: 2.75rem;
  line-height: 1.2;
}
.screening-scope .pricing-card__price-list {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  color: rgba(45, 55, 72, 0.55);
  text-decoration: line-through;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
.screening-scope .pricing-card__price-list span {
  font-weight: 400;
  text-decoration: line-through;
}
.screening-scope .pricing-card__list-currency {
  font-size: 0.68rem;
  font-weight: 400;
  margin-right: 1px;
}
.screening-scope .pricing-card__currency {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 2px;
}
.screening-scope .pricing-card__amount {
  font-size: 1.75rem;
  font-weight: 700;
}
.screening-scope .pricing-card__budget {
  font-size: 1.2rem;
  font-weight: 700;
}
.screening-scope .pricing-card__period {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.9;
}
.screening-scope .pricing-card__cta .btn {
  border-radius: 10px;
  padding: 0.6rem 1rem;
}
.screening-scope .pricing-section__footer {
  margin-top: 1rem;
}
.screening-scope .pricing-section__footer-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .screening-scope .pricing-card--featured {
    transform: none;
  }
  .screening-scope .pricing-card--featured:hover {
    transform: translateY(-4px);
  }
}
.screening-scope .bg-galaxy {
  background-image: url("/assets/screening/stephai/galaxy_bg-36c53c7b.png");
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.screening-scope .chat-container .chat-bot-container {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.screening-scope .chat-container .chat-bot-container .navbar {
  height: 60px;
  flex: 0 0 auto;
}
.screening-scope .chat-container .chat-bot-container .card-chat {
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
  border: 0;
  box-shadow: none;
}
.screening-scope .chat-container .chat-bot-container .card-chat .card-body {
  position: relative;
}
.screening-scope .chat-container .chat-bot-container .card-chat .scroll-container {
  padding: 1rem;
  height: 100%;
}
.screening-scope .chat-container .chat-bot-container .card-chat .scroll-to-bottom-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: rgb(0, 123, 255);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  transition: 0.3s;
  opacity: 0.7;
  z-index: 1000;
}
.screening-scope .chat-container .chat-bot-container .card-chat .pre-footer {
  padding: 0 1rem;
}
.screening-scope .chat-container .chat-bot-container .card-chat .card-footer {
  border: 1px solid #cacaca;
  border-radius: 26px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  overflow: hidden;
  margin: 0 1rem 1rem;
  padding: 0.4rem 0.4rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.screening-scope .chat-container .chat-bot-container .card-chat .card-footer:focus-within {
  border-color: #0e1870;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}
.screening-scope .custom-chat-preview .card-chat .card-footer {
  border: 1px solid #cacaca;
  border-radius: 20px;
  box-shadow: none;
  background: #ffffff;
  overflow: hidden;
  margin: 0 1rem;
}
.screening-scope .custom-chat-preview .container-input input#answer.chat-preview-input {
  background-color: #fff;
  opacity: 1;
  color: #212529;
  cursor: text;
}
.screening-scope .chat-color-picker {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.125rem;
  cursor: pointer;
}
.screening-scope .message {
  max-width: 60%;
  margin-bottom: 20px;
  order: 2;
  position: relative;
  padding-bottom: 5px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-direction: row;
}
.screening-scope .message.user-message {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
.screening-scope .message span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  border-color: grey;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  background-color: #17e1be;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.screening-scope .message.answer {
  margin-left: auto;
}
.screening-scope .message.answer span {
  color: rgb(255, 255, 255);
  background-color: #0e1870;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
.screening-scope .message.answer audio {
  margin-left: initial;
  margin-right: 50px;
  max-width: calc(100% - 40px);
}
.screening-scope .card-chat {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgb(244, 245, 255);
  border-radius: 0;
}
.screening-scope .chat-logo {
  max-height: 35px;
  overflow: hidden;
  width: 160px;
}
.screening-scope .chat-logo span {
  font-family: "Nunito", sans-serif;
  color: #505050;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 18px;
  padding: 0;
  vertical-align: top;
  margin: 5px 0;
  display: inline-block;
}
.screening-scope .card-chat .card-header,
.screening-scope .card-chat .card-footer {
  background-color: #ffffff;
}
.screening-scope .card-chat .card-body {
  overflow-y: auto;
  overflow-x: hidden !important;
  height: calc(100% - 110px);
  padding: 0;
}
.screening-scope .card-chat .card-body .scroll-container {
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-padding-bottom: 20px;
}
.screening-scope .card-chat .card-body .scroll-container::-webkit-scrollbar {
  width: 6px;
}
.screening-scope .card-chat .card-body .scroll-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.screening-scope .card-chat .card-body .scroll-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.screening-scope .card-chat .card-body .scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.screening-scope .container-input {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.screening-scope input#answer,
.screening-scope select#answer,
.screening-scope .card-footer .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-right: 10px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}
.screening-scope .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 5px 0 0 5px;
}
.screening-scope select#answer {
  height: 45px;
}
.screening-scope .select2-selection.select2-selection--multiple {
  min-height: 45px;
}
.screening-scope .container-input button {
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
}
.screening-scope .avatar-img {
  border-radius: 50%;
  position: relative;
  height: 45px;
  width: 45px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .screening-scope .message {
    max-width: 90%;
  }
  .screening-scope .card-chat {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.screening-scope .loading-message {
  max-width: 60px;
  display: inline;
  margin: -8px 0 7px -5px;
}
.screening-scope .bot-text {
  font-size: 12px;
  line-height: 5px;
  display: inline;
  padding: 10px 0 0 10px;
  color: rgb(173, 173, 173);
}
.screening-scope .message.animated.delay-2s {
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.screening-scope .message.animated.delay-3s {
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 3s;
  -webkit-animation-delay: 3s;
}
.screening-scope .message.animated.delay-4s {
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
.screening-scope .message.animated.delay-5s {
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.screening-scope .funkyradio div {
  clear: both;
  overflow: hidden;
  display: inline-block;
  padding-right: 10px;
  min-width: 100px;
}
.screening-scope .funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 0;
}
.screening-scope .funkyradio input[type=radio]:empty,
.screening-scope .funkyradio input[type=checkbox]:empty {
  display: none;
}
.screening-scope .funkyradio input[type=radio]:empty ~ label,
.screening-scope .funkyradio input[type=checkbox]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.screening-scope .funkyradio input[type=radio]:empty ~ label:before,
.screening-scope .funkyradio input[type=checkbox]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}
.screening-scope .funkyradio input[type=radio]:hover:not(:checked) ~ label,
.screening-scope .funkyradio input[type=checkbox]:hover:not(:checked) ~ label {
  color: #888;
}
.screening-scope .funkyradio input[type=radio]:hover:not(:checked) ~ label:before,
.screening-scope .funkyradio input[type=checkbox]:hover:not(:checked) ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #c2c2c2;
}
.screening-scope .funkyradio input[type=radio]:checked ~ label,
.screening-scope .funkyradio input[type=checkbox]:checked ~ label {
  color: #777;
}
.screening-scope .funkyradio input[type=radio]:checked ~ label:before,
.screening-scope .funkyradio input[type=checkbox]:checked ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #ffffff;
  background-color: #337ab7;
}
.screening-scope .funkyradio input[type=radio]:focus ~ label:before,
.screening-scope .funkyradio input[type=checkbox]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.screening-scope .funkyradio {
  width: calc(100% - 50px);
  min-height: 45px;
}
.screening-scope .sound-wave {
  height: 50px;
  width: calc(100% - 65px);
  margin-left: 10px;
}
.screening-scope button.btn.btn-danger.cancel-audio {
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: calc(100% + 40px);
  left: 10px;
  font-size: 10px;
}
.screening-scope button.btn.btn-danger.cancel-audio i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 7px;
}
.screening-scope .ai-generated-indicator {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.screening-scope .ai-generated-indicator .badge {
  font-size: 0.65rem;
  padding: 0.3em 0.6em;
  border-radius: 12px;
  background-color: #1976d2 !important;
  color: white !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  animation: fadeInScale 0.3s ease-in-out;
  font-weight: 600;
  border: 1px solid #1565c0;
}
.screening-scope .ai-generated-indicator .badge i {
  margin-right: 3px;
  font-size: 0.7rem;
}
.screening-scope .answer-container {
  position: relative;
  display: flex !important;
  align-items: center !important;
}
.screening-scope .answer-container .ai-generated-indicator {
  order: 1;
}
.screening-scope .answer-container span {
  order: 2;
  transition: all 0.3s ease;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.screening-scope .message.answer .ai-generated-indicator {
  position: relative;
  top: -2px;
}
.screening-scope .message.answer span[style*="border: 1px dashed #2196f3"] {
  background-color: #e3f2fd !important;
  color: #1565c0 !important;
  border-color: #2196f3 !important;
  font-weight: 500 !important;
}
.screening-scope .ai-answer-style {
  background-color: #e3f2fd !important;
  color: #1565c0 !important;
  border: 1px dashed #2196f3 !important;
  border-radius: 15px !important;
  font-weight: 500 !important;
  padding: 10px !important;
}
.screening-scope .chat-container.stephi-chat-bot {
  background: #f9f9f9;
  background-color: #f9f9f9;
  background-image: none;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container {
  padding-top: 60px;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .navbar-light {
  background-color: #ffffff;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .card-chat {
  border: 0;
  box-shadow: none;
  background: #f9f9f9;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .card-chat .chat-logo,
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .card-chat .chat-logo span {
  width: 200px;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .card-chat .card-body {
  background: #f9f9f9;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .card-chat .card-body .message:not(.answer) span.message-content {
  background-color: rgb(227, 242, 253);
  color: rgb(21, 101, 192);
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .card-chat .card-body .message.ai-disclaimer-message .message-content {
  background: transparent !important;
  color: #6b7280 !important;
  box-shadow: none !important;
}
.screening-scope .chat-container.stephi-chat-bot .chat-bot-container .footer {
  background: #f9f9f9;
}
@media (min-width: 2650px) {
  .screening-scope .chat-container .chat-bot-container .card-chat .scroll-container {
    padding: 2rem 50rem;
  }
  .screening-scope .chat-container .chat-bot-container .card-chat .card-footer,
  .screening-scope .chat-container .chat-bot-container .card-chat .pre-footer {
    margin: 0 50rem;
  }
}
@media (min-width: 2000px) {
  .screening-scope .chat-container .chat-bot-container .card-chat .scroll-container {
    padding: 2rem 40rem;
  }
  .screening-scope .chat-container .chat-bot-container .card-chat .card-footer,
  .screening-scope .chat-container .chat-bot-container .card-chat .pre-footer {
    margin: 0 40rem;
  }
}
@media (min-width: 1440px) and (max-width: 1999px) {
  .screening-scope .chat-container .chat-bot-container .card-chat .scroll-container {
    padding: 2rem 20rem;
  }
  .screening-scope .chat-container .chat-bot-container .card-chat .card-footer,
  .screening-scope .chat-container .chat-bot-container .card-chat .pre-footer {
    margin: 0 20rem;
  }
}
@media (min-width: 700px) and (max-width: 1439px) {
  .screening-scope .chat-container .chat-bot-container .card-chat .scroll-container {
    padding: 2rem 10rem;
  }
  .screening-scope .chat-container .chat-bot-container .card-chat .card-footer,
  .screening-scope .chat-container .chat-bot-container .card-chat .pre-footer {
    margin: 0 10rem;
  }
}
.screening-scope .message.new-message {
  animation: slideInMessage 0.5s ease-out;
}
.screening-scope .message:not(.answer).new-bot-message {
  animation: slideInBot 0.6s ease-out;
}
.screening-scope .message.answer.new-user-message {
  animation: slideInUser 0.5s ease-out;
}
@keyframes slideInMessage {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideInBot {
  from {
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes slideInUser {
  from {
    opacity: 0;
    transform: translateX(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.screening-scope .scroll-indicator {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: rgba(33, 150, 243, 0.9);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.screening-scope .scroll-indicator:hover {
  background-color: rgb(33, 150, 243);
  transform: scale(1.1);
}
.screening-scope .scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.screening-scope .scroll-indicator i {
  font-size: 16px;
}
.screening-scope .notification-pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(33, 150, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}
.screening-scope .job-profile-chat__summary,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact {
  max-height: none;
  font-size: 0.95rem;
  line-height: 1.45;
}
.screening-scope .job-profile-chat__summary .profile-doc-title,
.screening-scope .job-profile-chat__summary h1,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact .profile-doc-title,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact h1 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #0e1870;
  line-height: 1.3;
}
.screening-scope .job-profile-chat__summary .profile-section-title,
.screening-scope .job-profile-chat__summary h2,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact .profile-section-title,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.95rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0e1870;
  border-bottom: 1px solid #e0e0e0;
}
.screening-scope .job-profile-chat__summary .profile-section-subtitle,
.screening-scope .job-profile-chat__summary h3,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact .profile-section-subtitle,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.55rem;
  margin-bottom: 0.2rem;
  color: #334155;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: none;
}
.screening-scope .job-profile-chat__summary .profile-section-title + .profile-section-subtitle,
.screening-scope .job-profile-chat__summary h2 + h3,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact .profile-section-title + .profile-section-subtitle,
.screening-scope .job-profile-summernote .note-editable.professional-profile-compact h2 + h3 {
  margin-top: 0.35rem;
}
.screening-scope .job-profile-summernote {
  margin-bottom: 1rem;
}
.screening-scope .job-profile-summernote .note-editable {
  min-height: 240px;
}
.screening-scope .professional-profile-compact {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #333;
}
.screening-scope .professional-profile-compact .profile-doc-title,
.screening-scope .professional-profile-compact h1 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: #0e1870;
  line-height: 1.3;
}
.screening-scope .professional-profile-compact .profile-section-title,
.screening-scope .professional-profile-compact h2 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.5rem 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0e1870;
  border-bottom: 1px solid #e0e0e0;
}
.screening-scope .professional-profile-compact .profile-section-subtitle,
.screening-scope .professional-profile-compact h3 {
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0.4rem 0 0.15rem;
  color: #334155;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: none;
}
.screening-scope .professional-profile-compact .profile-section-title + .profile-section-subtitle,
.screening-scope .professional-profile-compact h2 + h3 {
  margin-top: 0.3rem;
}
.screening-scope .professional-profile-compact .profile-section-text {
  margin: 0 0 0.25rem;
  text-align: left;
}
.screening-scope .professional-profile-compact .profile-section-list {
  margin: 0 0 0.25rem;
  padding-left: 1.1rem;
}
.screening-scope .professional-profile-compact .profile-section-list li {
  margin: 0 0 0.15rem;
  padding: 0;
}
.screening-scope .professional-profile-compact p:last-child,
.screening-scope .professional-profile-compact ul:last-child {
  margin-bottom: 0;
}
.screening-scope .typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px;
  background-color: #17e1be;
  border-radius: 14px;
  border-top-left-radius: 2px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}
.screening-scope .typing-dots span {
  width: 8px;
  height: 8px;
  min-width: 8px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: typing-bounce 1.4s infinite ease-in-out both;
}
.screening-scope .typing-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.screening-scope .typing-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.screening-scope .typing-dots span:nth-child(3) {
  animation-delay: 0s;
}
@keyframes typing-bounce {
  0%, 80%, 100% {
    transform: translateY(0) scale(0.7);
    opacity: 0.45;
  }
  40% {
    transform: translateY(-4px) scale(1);
    opacity: 1;
  }
}
.screening-scope .screening-candidate-chat .message.ai-disclaimer-message {
  max-width: 85%;
  margin-top: -10px;
  margin-bottom: 18px;
  padding-left: 53px;
  align-items: flex-start;
}
.screening-scope .screening-candidate-chat .message.ai-disclaimer-message .message-content {
  background: transparent !important;
  color: #6b7280 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding: 0 4px 0 0;
  display: block;
}
@media (max-width: 576px) {
  .screening-scope .screening-candidate-chat .message.ai-disclaimer-message {
    max-width: 95%;
    padding-left: 0;
    margin-top: -6px;
  }
}
.screening-scope .screening-candidate-chat .message.cv-processing-notice {
  max-width: 85%;
  margin-bottom: 12px;
  padding-left: 53px;
  align-items: flex-start;
}
.screening-scope .screening-candidate-chat .message.cv-processing-notice .message-content {
  background: transparent !important;
  color: #6b7280 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding: 0 4px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 576px) {
  .screening-scope .screening-candidate-chat .message.cv-processing-notice {
    max-width: 95%;
    padding-left: 0;
  }
}
.screening-scope .screening-candidate-chat .navbar .avatar-img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.screening-scope .screening-candidate-chat .message span.message-content {
  line-height: 1.45;
  font-size: 0.95rem;
  padding: 10px 14px;
}
.screening-scope .screening-candidate-chat .message span.message-content ul, .screening-scope .screening-candidate-chat .message span.message-content ol {
  margin: 0.25rem 0 0.25rem 0;
  padding-left: 1.1rem;
}
.screening-scope .screening-candidate-chat .message span.message-content li {
  margin-bottom: 0.15rem;
}
.screening-scope .screening-candidate-chat .message span.message-content strong {
  font-weight: 700;
}
.screening-scope .screening-candidate-chat .message span.message-content p:last-child {
  margin-bottom: 0;
}
.screening-scope .screening-candidate-chat .message span.message-content a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.screening-scope .screening-candidate-chat .message span.message-content a:hover, .screening-scope .screening-candidate-chat .message span.message-content a:focus {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}
.screening-scope .screening-candidate-chat .message .avatar-img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.screening-scope .screening-candidate-chat .message.answer.text-end {
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
}
.screening-scope .screening-candidate-chat .card-footer .input-group {
  align-items: center;
  flex-wrap: nowrap;
}
.screening-scope .screening-candidate-chat .card-footer input#answer {
  height: 46px;
  padding: 0 1.1rem;
  font-size: 0.95rem;
  border: 1px solid transparent;
  box-shadow: none;
  background: transparent;
  margin-right: 8px;
}
.screening-scope .screening-candidate-chat .card-footer input#answer:focus {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}
.screening-scope .screening-candidate-chat .card-footer input#answer::placeholder {
  color: #9a9a9a;
}
.screening-scope .screening-candidate-chat .card-footer input#answer:disabled {
  background: transparent;
}
.screening-scope .screening-candidate-chat .card-footer .container-input button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.screening-scope .screening-candidate-chat .card-footer .container-input button i {
  font-size: 0.95rem;
  line-height: 1;
}
.screening-scope .screening-candidate-chat .card-footer .container-input button:hover:not(:disabled) {
  transform: scale(1.06);
}
.screening-scope .screening-candidate-chat .card-footer .container-input button:disabled {
  opacity: 0.45;
}
.screening-scope .screening-candidate-chat [data-screening--conversational-chat-target=cvUploadForm] {
  padding-top: 0.25rem;
}
.screening-scope .screening-candidate-chat [data-screening--conversational-chat-target=cvUploadForm] .d-flex {
  row-gap: 0.5rem;
}
.screening-scope .screening-candidate-chat [data-screening--conversational-chat-target=cvUploadForm] .custom-file-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 42px;
  padding: 0 1.1rem;
  border: 1.5px solid #0e1870;
  color: #0e1870;
  background: #ffffff;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.screening-scope .screening-candidate-chat [data-screening--conversational-chat-target=cvUploadForm] .custom-file-upload:hover {
  background-color: #0e1870;
  color: #ffffff;
}
.screening-scope .screening-candidate-chat [data-screening--conversational-chat-target=cvUploadForm] button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 42px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}
.screening-scope .screening-candidate-chat [data-screening--conversational-chat-target=cvUploadForm] span.text-muted {
  align-self: center;
}
.screening-scope .screening-candidate-chat .completed-banner {
  animation: slideInMessage 0.4s ease-out;
}
.screening-scope .screening-candidate-chat .chat-bot-container .navbar.navbar-light {
  background-color: var(--candidate-chat-header-bg, #ffffff) !important;
  border-bottom: 5px solid var(--candidate-chat-header-bg, #ffffff);
}
.screening-scope .screening-candidate-chat .card.card-chat {
  background-color: var(--candidate-chat-bg, rgb(244, 245, 255)) !important;
}
.screening-scope .screening-candidate-chat .card.card-chat .card-body {
  background-color: var(--candidate-chat-bg, rgb(244, 245, 255)) !important;
}
.screening-scope .screening-candidate-chat .message:not(.answer):not(.ai-disclaimer-message):not(.cv-processing-notice) > span.message-content {
  background-color: var(--candidate-chat-question-bg, #17e1be) !important;
  color: var(--candidate-chat-question-color, #ffffff) !important;
}
.screening-scope .screening-candidate-chat .message.answer .message-content,
.screening-scope .screening-candidate-chat .message.answer.user-message > span.message-content {
  background-color: var(--candidate-chat-answer-bg, #0e1870) !important;
  color: var(--candidate-chat-answer-color, #ffffff) !important;
}
.screening-scope .screening-candidate-chat .typing-dots {
  background-color: var(--candidate-chat-question-bg, #17e1be) !important;
}
.screening-scope .screening-candidate-chat .card-footer {
  background-color: var(--candidate-chat-footer-bg, #ffffff) !important;
}
.screening-scope .screening-candidate-chat .card-footer .container-input button.btn-primary {
  background-color: var(--candidate-chat-footer-button-bg, #0e1870) !important;
  border-color: var(--candidate-chat-footer-button-color, #0e1870) !important;
  color: var(--candidate-chat-footer-button-color, #ffffff) !important;
}
.screening-scope .chat-container[style*="--candidate-chat-container-bg-0"] {
  background: linear-gradient(180deg, var(--candidate-chat-container-bg-0) 0%, var(--candidate-chat-container-bg-1, var(--candidate-chat-container-bg-0)) 100%) !important;
  background-image: none !important;
}
.screening-scope .chat-container[style*="--candidate-chat-container-bg-0"].stephi-chat-bot, .screening-scope .chat-container[style*="--candidate-chat-container-bg-0"].stephi-chat-bot .chat-bot-container .card-chat, .screening-scope .chat-container[style*="--candidate-chat-container-bg-0"].stephi-chat-bot .chat-bot-container .card-chat .card-body {
  background-color: transparent !important;
  background: transparent !important;
}
.screening-scope .candidate-project-panel {
  position: relative;
}
.screening-scope .candidate-project-panel__toolbar-title {
  color: #0e1870;
}
.screening-scope .candidate-project-panel__select-all.form-check-label {
  color: #0e1870;
  font-weight: 700;
  cursor: pointer;
  margin-left: 0.5rem;
}
.screening-scope .candidate-project-panel__select-all-input.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  margin-top: 0.125rem;
}
.screening-scope .candidate-project-panel__search-card .input-group-text {
  background-color: #e9ecef;
}
.screening-scope .candidate-project-panel__semantic-intro {
  color: var(--bs-primary);
}
.screening-scope .candidate-project-panel__selection-ribbon {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 1040;
  min-width: min(32rem, 100vw - 2rem);
  max-width: calc(100vw - 2rem);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}
.screening-scope .candidate-project-panel__selection-ribbon.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.screening-scope .candidate-project-panel__list .list-group-item {
  border-radius: 10px !important;
}
.screening-scope .candidate-project-panel__list .list-group-item.hover-card {
  margin-bottom: 0.5rem;
}
.screening-scope .candidate-project-panel__badge-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff !important;
}
.screening-scope .candidate-project-panel__badge-link--answered {
  background-color: #0e1870;
}
.screening-scope .candidate-project-panel__badge-link--delivered {
  background-color: #28a745;
}
.screening-scope .candidate-project-panel__row--submissions-open {
  border-color: #28a745 !important;
  background-color: rgba(40, 167, 69, 0.06);
}
.screening-scope .candidate-project-panel__submissions {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0 0 8px 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.screening-scope .candidate-project-panel__submissions-list {
  background: transparent;
}
.screening-scope .candidate-project-panel__row--profile-open {
  border-color: #17a2b8 !important;
  background-color: rgba(23, 162, 184, 0.06);
}
.screening-scope .candidate-project-panel__profile {
  background-color: rgba(23, 162, 184, 0.08);
  border-radius: 0 0 8px 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.screening-scope .candidate-project-panel__profile-body {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.screening-scope .professional-summary-view {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #1a1d21;
}
.screening-scope .professional-summary-view__heading {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.screening-scope .professional-summary-view__facts, .screening-scope .professional-summary-view__list, .screening-scope .professional-summary-view__text {
  font-size: inherit;
}
.screening-scope .professional-summary-view__keywords .badge {
  font-size: 0.875rem;
  font-weight: 500;
}
.screening-scope .candidate-project-panel__hist-badge {
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff !important;
}
.screening-scope .candidate-project-panel__hist-badge--answered {
  background-color: #0e1870;
}
.screening-scope .candidate-project-panel__hist-badge--delivered {
  background-color: #28a745;
}
.screening-scope .candidate-project-panel__hist-badge--muted {
  background-color: #6c757d;
}
.screening-scope .candidate-project-panel__answers-modal {
  font-size: 0.95rem;
}
.screening-scope .candidate-project-panel__conversation-dialog {
  max-width: 42rem;
}
.screening-scope .candidate-project-panel__conversation-dialog .modal-content {
  min-height: min(80vh, 40rem);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  box-shadow: 0 12px 40px rgba(14, 24, 112, 0.18);
}
.screening-scope .candidate-project-panel__conversation-header {
  background: #fff;
  border-bottom: 1px solid rgba(14, 24, 112, 0.08);
  flex-shrink: 0;
}
.screening-scope .candidate-project-panel__conversation-body {
  flex: 1 1 auto;
  overflow-y: auto;
  background: #f4f5ff;
  padding: 1rem 0.875rem;
  -webkit-overflow-scrolling: touch;
}
.screening-scope .candidate-project-panel__conversation-footer {
  background: #fff;
  border-top: 1px solid rgba(14, 24, 112, 0.08);
  flex-shrink: 0;
}
.screening-scope .candidate-project-panel__chat-loading,
.screening-scope .candidate-project-panel__chat-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  text-align: center;
}
.screening-scope .candidate-project-panel__chat-empty i {
  font-size: 2rem;
  opacity: 0.45;
}
.screening-scope .candidate-project-panel__chat-thread {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.9375rem;
}
.screening-scope .candidate-project-panel__chat-message {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  max-width: 88%;
}
.screening-scope .candidate-project-panel__chat-message--assistant {
  align-self: flex-start;
  flex-direction: row;
}
.screening-scope .candidate-project-panel__chat-message--user {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.screening-scope .candidate-project-panel__chat-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(14, 24, 112, 0.12);
  background: #fff;
}
.screening-scope .candidate-project-panel__chat-stack {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  flex: 1;
}
.screening-scope .candidate-project-panel__chat-message--user .candidate-project-panel__chat-stack {
  align-items: flex-end;
}
.screening-scope .candidate-project-panel__chat-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  padding: 0 0.25rem;
}
.screening-scope .candidate-project-panel__chat-message--user .candidate-project-panel__chat-meta {
  justify-content: flex-end;
}
.screening-scope .candidate-project-panel__chat-author {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0e1870;
  line-height: 1.2;
}
.screening-scope .candidate-project-panel__chat-time {
  font-size: 0.7rem;
  color: #6c757d;
  line-height: 1.2;
  white-space: nowrap;
}
.screening-scope .candidate-project-panel__chat-bubble {
  position: relative;
  max-width: 100%;
  padding: 0.7rem 0.9rem;
  line-height: 1.45;
  word-break: break-word;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.screening-scope .candidate-project-panel__chat-bubble--assistant {
  background-color: #e3f2fd;
  color: #1565c0;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.screening-scope .candidate-project-panel__chat-bubble--user {
  background-color: #0e1870;
  color: #fff;
  border-radius: 0.75rem 0.25rem 0.75rem 0.75rem;
}
.screening-scope .candidate-project-panel__chat-content p {
  margin-bottom: 0.5rem;
}
.screening-scope .candidate-project-panel__chat-content p:last-child {
  margin-bottom: 0;
}
.screening-scope .candidate-project-panel__chat-content ul,
.screening-scope .candidate-project-panel__chat-content ol {
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
}
.screening-scope .candidate-project-panel__chat-content ul:last-child,
.screening-scope .candidate-project-panel__chat-content ol:last-child {
  margin-bottom: 0;
}
.screening-scope .candidate-project-panel__chat-content strong {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .screening-scope .candidate-project-panel__conversation-dialog .modal-content {
    min-height: 100%;
    max-height: none;
    border-radius: 0;
  }
  .screening-scope .candidate-project-panel__conversation-body {
    padding: 0.75rem 0.625rem;
  }
  .screening-scope .candidate-project-panel__chat-message {
    max-width: 94%;
    gap: 0.5rem;
  }
  .screening-scope .candidate-project-panel__chat-avatar {
    width: 2.125rem;
    height: 2.125rem;
  }
  .screening-scope .candidate-project-panel__chat-bubble {
    padding: 0.625rem 0.75rem;
    font-size: 0.9rem;
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.3);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0.6;
    transform: scale(0.7);
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
.screening-scope .stephi-loader.stephi-loader--fullscreen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}
.screening-scope .stephi-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background: #0e1870;
  background: radial-gradient(circle, rgba(0, 6, 59, 0.8) 0%, rgba(0, 6, 59, 0.5) 100%);
}
.screening-scope .stephi-loader .spark-loader {
  position: relative;
  width: 250px;
  height: 160px;
  margin: 60px auto;
}
.screening-scope .stephi-loader .spark {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #17e1be;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  opacity: 0;
  transform: scale(0.3);
  animation: twinkle 1.6s ease-in-out infinite;
}
.screening-scope .stephi-loader .spark:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0.3);
  animation-delay: 0s;
}
.screening-scope .stephi-loader .spark:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(0, -50%) scale(0.3);
  animation-delay: 0.4s;
}
.screening-scope .stephi-loader .spark:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0.3);
  animation-delay: 0.8s;
}
.screening-scope .stephi-loader .spark:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%) scale(0.3);
  animation-delay: 1.2s;
}
.screening-scope .stephi-loader .spark-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #17e1be;
  animation: fadeInOut 2s ease-in-out infinite;
  user-select: none;
}
.screening-scope .publication-format-loader-host {
  position: relative;
  min-height: 320px;
}
.screening-scope .publication-format-loader-host .stephi-loader {
  border-radius: 0.375rem;
}
.screening-scope .publication-format-loader-host .stephi-loader .spark-loader {
  margin: 28px auto;
}
.screening-scope .action-button-container {
  position: relative;
  width: 280px;
}
.screening-scope .action-button-container button.action-button {
  width: 100%;
  padding: 18px 0;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.screening-scope .action-button-container .stephi-loader {
  background: #00063b;
  border-radius: 50px;
}
.screening-scope .action-button-container .stephi-loader .spark-loader {
  position: relative;
  top: -18px;
  width: 250px;
  height: 70px;
  margin: 0 auto;
}
.screening-scope .tern-container .tern-header {
  margin-bottom: 0.5rem;
}
.screening-scope .tern-container .tern-header h3 {
  color: #2d3748;
  font-size: 1.5rem;
}
.screening-scope .tern-container .tern-header h3 i {
  color: #ffc107;
  filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.3));
}
.screening-scope .tern-container .tern-card {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}
.screening-scope .tern-container .tern-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  border-color: #cbd5e0;
}
.screening-scope .tern-container .tern-card .tern-card-title {
  color: #2d3748;
  font-size: 1.1rem;
}
.screening-scope .tern-container .tern-card .tern-card-title i {
  font-size: 1.2rem;
}
.screening-scope .tern-container .tern-card .tern-card-text {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.6;
}
.screening-scope .tern-quantity-selector {
  display: inline-flex;
  align-items: center;
  background: #f7fafc;
  border-radius: 10px;
  padding: 0.25rem;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}
.screening-scope .tern-quantity-selector:hover {
  border-color: #cbd5e0;
  background: #edf2f7;
}
.screening-scope .tern-quantity-selector .tern-quantity-btn {
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #ffffff;
  color: #4a5568;
  transition: all 0.2s ease;
  cursor: pointer;
}
.screening-scope .tern-quantity-selector .tern-quantity-btn:hover:not(:disabled) {
  background: #0e1870;
  color: #ffffff;
  transform: scale(1.05);
}
.screening-scope .tern-quantity-selector .tern-quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #f7fafc;
}
.screening-scope .tern-quantity-selector .tern-quantity-btn:focus, .screening-scope .tern-quantity-selector .tern-quantity-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 24, 112, 0.3);
}
.screening-scope .tern-quantity-selector .tern-quantity-btn i {
  font-size: 0.75rem;
}
.screening-scope .tern-quantity-selector .tern-quantity-input {
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 1.1rem;
  color: #2d3748;
  text-align: center;
  width: 50px;
  padding: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}
.screening-scope .tern-quantity-selector .tern-quantity-input:focus, .screening-scope .tern-quantity-selector .tern-quantity-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 24, 112, 0.2);
  border-radius: 6px;
}
.screening-scope .tern-quantity-selector .tern-quantity-input::-webkit-inner-spin-button, .screening-scope .tern-quantity-selector .tern-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.screening-scope .tern-download-btn {
  background: linear-gradient(135deg, #28a745 0%, rgb(30.1449275362, 125.8550724638, 52) 100%);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.25);
  color: #ffffff;
}
.screening-scope .tern-download-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, rgb(30.1449275362, 125.8550724638, 52) 0%, rgb(25.2173913043, 105.2826086957, 43.5) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
  color: #ffffff;
}
.screening-scope .tern-download-btn:active {
  transform: translateY(0);
}
.screening-scope .tern-download-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.screening-scope .tern-download-btn:focus, .screening-scope .tern-download-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.3);
}
.screening-scope .tern-download-btn i {
  font-size: 1rem;
}
.screening-scope .tern-download-btn.tern-download-processing {
  background: linear-gradient(135deg, #17a2b8 0%, rgb(17.3333333333, 122.0869565217, 138.6666666667) 100%);
  box-shadow: 0 2px 8px rgba(23, 162, 184, 0.25);
}
.screening-scope .tern-alert-info {
  background: linear-gradient(135deg, rgb(189.6666666667, 239.0217391304, 246.8333333333) 0%, rgb(167, 233.4782608696, 244) 100%);
  border: 1px solid rgb(121.6666666667, 222.3913043478, 238.3333333333);
  border-radius: 10px;
  font-size: 0.85rem;
  border-left: 4px solid #17a2b8;
}
.screening-scope .tern-alert-info i {
  color: #17a2b8;
  font-size: 1rem;
}
.screening-scope .tern-alert-info strong {
  color: rgb(11.6666666667, 82.1739130435, 93.3333333333);
  font-weight: 700;
}
.screening-scope .tern-spinner {
  animation: tern-spin 1s linear infinite;
}
@keyframes tern-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .screening-scope .tern-container .tern-header h3 {
    font-size: 1.25rem;
  }
  .screening-scope .tern-container .tern-card .tern-card-title {
    font-size: 1rem;
  }
  .screening-scope .tern-container .tern-card .tern-card-text {
    font-size: 0.85rem;
  }
  .screening-scope .tern-quantity-selector .tern-quantity-btn {
    width: 32px;
    height: 32px;
  }
  .screening-scope .tern-quantity-selector .tern-quantity-btn i {
    font-size: 0.7rem;
  }
  .screening-scope .tern-quantity-selector .tern-quantity-input {
    width: 45px;
    font-size: 1rem;
  }
  .screening-scope .tern-download-btn {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .screening-scope .tern-download-btn i {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .screening-scope .tern-container .tern-header {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .screening-scope .tern-quantity-selector {
    margin-bottom: 0.75rem;
  }
}
.screening-scope #ternAlert, .screening-scope #ternErrorAlert {
  animation: slideInRight 0.4s ease-out;
}
.screening-scope #ternAlert .alert-heading, .screening-scope #ternErrorAlert .alert-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.screening-scope #ternAlert hr, .screening-scope #ternErrorAlert hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  opacity: 0.3;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.screening-scope .ranking-candidate-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.screening-scope .ranking-candidate-card--tern-selected {
  border-color: #0e1870;
  box-shadow: 0 0 0 1px rgba(14, 24, 112, 0.2), 0 6px 18px rgba(14, 24, 112, 0.1);
}
.screening-scope .ranking-candidate-card__profile {
  position: relative;
}
.screening-scope .ranking-candidate-tern-header {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  background-color: #f7fafc;
  border-bottom: 1px solid #e2e8f0;
}
.screening-scope .ranking-candidate-tern-header__discard {
  align-self: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.screening-scope .ranking-candidate-tern-header__discard-text {
  margin-left: 0.35rem;
}
.screening-scope .ranking-candidate-card--tern-selected > .ranking-candidate-tern-header {
  background-color: rgb(176.6, 183.6, 245.2);
  border-bottom-color: rgb(117.6666666667, 129.9285714286, 237.8333333333);
}
.screening-scope .ranking-candidate-tern-toggle {
  flex: 1 1 auto;
  min-width: 0;
}
.screening-scope .ranking-candidate-tern-toggle.is-selected .ranking-candidate-tern-toggle__indicator {
  color: #0e1870;
}
.screening-scope .ranking-candidate-tern-toggle__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screening-scope .ranking-candidate-tern-toggle__label {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.625rem 0.875rem;
  margin: 0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.screening-scope .ranking-candidate-tern-toggle__label:hover {
  background: rgba(14, 24, 112, 0.06);
}
.screening-scope .ranking-candidate-tern-toggle__label:active {
  transform: scale(0.995);
}
.screening-scope .ranking-candidate-tern-toggle__input:focus + .screening-scope .ranking-candidate-tern-toggle__label, .screening-scope .ranking-candidate-tern-toggle__input:focus-visible + .screening-scope .ranking-candidate-tern-toggle__label {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 24, 112, 0.25);
  background: rgba(14, 24, 112, 0.08);
}
.screening-scope .ranking-candidate-tern-toggle__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ffffff;
  color: #718096;
  font-size: 1.35rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.screening-scope .ranking-candidate-tern-toggle.is-selected .screening-scope .ranking-candidate-tern-toggle__indicator {
  background: #ffffff;
  color: #0e1870;
}
.screening-scope .ranking-candidate-tern-toggle__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.screening-scope .ranking-candidate-tern-toggle__title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #2d3748;
  line-height: 1.3;
}
.screening-scope .ranking-candidate-tern-toggle__subtitle {
  font-size: 0.8rem;
  color: #4a5568;
  line-height: 1.35;
}
@media (max-width: 576px) {
  .screening-scope .ranking-candidate-tern-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .screening-scope .ranking-candidate-tern-header__discard {
    width: 100%;
  }
  .screening-scope .ranking-candidate-tern-header__discard-text {
    display: inline;
  }
  .screening-scope .ranking-candidate-tern-toggle__label {
    min-height: 2.75rem;
    padding: 0.5rem 0.625rem;
  }
  .screening-scope .ranking-candidate-tern-toggle__subtitle {
    font-size: 0.75rem;
  }
}
.screening-scope .ranking-display .ranking-display__accordion {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.screening-scope .ranking-display .ranking-display__panel {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 6, 58, 0.06);
}
.screening-scope .ranking-display .ranking-display__header {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.screening-scope .ranking-display .ranking-display__toggle {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0.95rem 2.6rem 0.95rem 1rem;
  font-weight: 600;
  color: #00063a;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.screening-scope .ranking-display .ranking-display__toggle:hover, .screening-scope .ranking-display .ranking-display__toggle:focus {
  color: #00063a;
  background-color: rgba(255, 255, 255, 0.35);
}
.screening-scope .ranking-display .ranking-display__toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  opacity: 0.65;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.screening-scope .ranking-display .ranking-display__toggle.collapsed::after {
  content: "\f054";
  opacity: 0.55;
}
.screening-scope .ranking-display .ranking-display__toggle h2,
.screening-scope .ranking-display .ranking-display__toggle .ranking-display__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.screening-scope .ranking-display .ranking-display__collapse {
  border: none;
  background: transparent;
}
.screening-scope .ranking-display .ranking-display__body {
  padding: 0 1rem 1rem;
  margin: 0;
  border: none;
  background: transparent;
}
.screening-scope .ranking-display .ranking-display__body-text {
  margin: 0;
  white-space: pre-line;
  color: #1a1d21;
  font-size: 0.95rem;
  line-height: 1.55;
}
.screening-scope .ranking-display .ranking-display__placeholder {
  margin: 0;
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.45;
}
.screening-scope .ranking-display .ranking-display__body-html {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #212529;
}
.screening-scope .ranking-display .ranking-display__panel--overall {
  background-color: #e4f2ef;
}
.screening-scope .ranking-display .ranking-display__panel--overall .ranking-display__toggle {
  color: #0b3d56;
}
.screening-scope .ranking-display .ranking-display__panel--reco {
  background-color: #fff6df;
}
.screening-scope .ranking-display .ranking-display__panel--reco .ranking-display__toggle {
  color: #5c4a00;
}
.screening-scope .ranking-display .ranking-display__panel--profile {
  background-color: #e3f4fb;
}
.screening-scope .ranking-display .ranking-display__panel--profile .ranking-display__toggle {
  color: #0b3d56;
}
.screening-scope .ranking-display .ranking-display__panel--answers {
  background-color: #fff5f5;
}
.screening-scope .ranking-display .ranking-display__panel--answers .ranking-display__toggle {
  color: #c53030;
}
.screening-scope .ranking-display .ranking-display__answers-list {
  margin: 0;
}
.screening-scope .ranking-display .ranking-display__answer-block {
  border-color: #fed7d7 !important;
}
.screening-scope .ranking-display .card.hover-card.mb-4 {
  border: 1px solid #e8eaf4;
  box-shadow: 0 2px 8px rgba(0, 6, 58, 0.06);
}
.screening-scope .screening-ranking-toast-stack {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
  max-width: calc(100vw - 2rem);
  pointer-events: none;
}
.screening-scope .screening-ranking-toast-stack .screening-ranking-toast {
  pointer-events: auto;
}
.screening-scope .screening-ranking-toast {
  max-width: 22rem;
  border-radius: 0.35rem;
  box-shadow: 0 4px 24px rgba(0, 6, 58, 0.14);
  opacity: 0;
  transform: translateY(0.35rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.screening-scope .screening-ranking-toast--visible {
  opacity: 1;
  transform: translateY(0);
}
.screening-scope .screening-ranking-toast__inner {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.65rem 0.75rem 0.9rem;
}
.screening-scope .screening-ranking-toast__text {
  flex: 1;
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}
.screening-scope .screening-ranking-toast__title {
  display: inline;
  font-weight: 700;
  margin-right: 0.35rem;
}
.screening-scope .screening-ranking-toast__message {
  font-weight: 400;
}
.screening-scope .screening-ranking-toast__close {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0 0.15rem;
  margin: -0.15rem 0 0;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.55;
  cursor: pointer;
}
.screening-scope .screening-ranking-toast__close:hover {
  opacity: 1;
}
.screening-scope .screening-ranking-toast--success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}
.screening-scope .screening-ranking-toast--danger {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

html:has(> body.front-desk-embed) {
  height: 100%;
  overflow: hidden;
}

body.front-desk-embed {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: var(--front-desk-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}

.front-desk-scope {
  --front-desk-primary-color: #3b82f6;
  --front-desk-primary-dark: #1d4ed8;
  --front-desk-secondary-color: #f3f4f6;
  --front-desk-danger-color: #dc2626;
  --front-desk-danger-dark: #b91c1c;
  --front-desk-text-primary: #111827;
  --front-desk-text-secondary: #374151;
  --front-desk-border-color: #e5e7eb;
  --front-desk-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --front-desk-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --front-desk-shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.15);
  --front-desk-transition: all 0.3s ease;
  --front-desk-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --front-desk-header-color: #ffffff;
  --front-desk-bubble-radius: 18px;
  --fd-header-bg: var(--front-desk-header-bg, #007bff);
  --fd-footer-bg: var(--front-desk-footer-bg, #f8f9fa);
  --fd-chat-bg: var(--front-desk-chat-bg, #ffffff);
  --fd-messages-bg: var(--front-desk-messages-bg, #f8f9fa);
  --fd-user-bg: var(--front-desk-user-bubble-bg, #f3e5f5);
  --fd-user-color: var(--front-desk-user-bubble-color, #7b1fa2);
  --fd-bot-bg: var(--front-desk-bot-bubble-bg, #e3f2fd);
  --fd-bot-color: var(--front-desk-bot-bubble-color, #1565c0);
  --fd-button-bg: var(--front-desk-button-bg, var(--front-desk-primary-color));
  --fd-button-color: var(--front-desk-button-color, #ffffff);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  color: var(--front-desk-text-primary);
  font-family: var(--front-desk-font-family);
  font-size: 14px;
}
.front-desk-scope *,
.front-desk-scope *::before,
.front-desk-scope *::after {
  box-sizing: border-box;
}

/* ========== SHELL (card-chat parity) ========== */
.front-desk-chat {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: var(--front-desk-font-family);
}

.front-desk-shell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 0;
  height: 100%;
  background-color: var(--front-desk-container-bg-0, #f8f9fa);
  background-image: linear-gradient(90deg, var(--front-desk-container-bg-0, #f8f9fa) 0%, var(--front-desk-container-bg-1, #e9ecef) 100%);
}

.front-desk-shell__col {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  padding: 0;
}

.front-desk-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: var(--fd-chat-bg);
  border: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.front-desk-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  outline: none;
}

.front-desk-card__footer {
  flex-shrink: 0;
  min-height: 60px;
  background: var(--fd-footer-bg);
  border-top: 1px solid var(--front-desk-border-color);
}

/* ========== HEADER ========== */
.front-desk-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--fd-header-bg);
  color: var(--front-desk-header-color);
  flex-shrink: 0;
  position: relative;
}

.front-desk-header__logo-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.front-desk-header__logo {
  width: 160px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}

.front-desk-header__close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.front-desk-header__close:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ========== ALERT ========== */
.front-desk-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  margin: 0;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  width: 90%;
  animation: front-desk-slide-in-from-top 0.3s ease-out;
}

.front-desk-alert[hidden] {
  display: none !important;
}

.front-desk-alert--success {
  background: #ecfdf5;
  color: #065f46;
  border-color: #10b981;
}

.front-desk-alert--error {
  background: #fef2f2;
  color: #991b1b;
  border-color: #ef4444;
}

.front-desk-alert--warning {
  background: #fffbeb;
  color: #92400e;
  border-color: #f59e0b;
}

.front-desk-alert--info {
  background: #eff6ff;
  color: #1e40af;
  border-color: #3b82f6;
}

.front-desk-alert__icon {
  font-size: 1.25rem;
  line-height: 1;
}

.front-desk-alert__text {
  flex: 1;
}

.front-desk-alert__close {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  color: inherit;
  opacity: 0.7;
  line-height: 1;
}

.front-desk-alert__close:hover {
  opacity: 1;
}

/* ========== MESSAGES ========== */
.front-desk-messages {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  background: transparent;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.front-desk-message {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  max-width: 92%;
}

.front-desk-message--user {
  margin-left: auto;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.front-desk-message--agent {
  justify-content: flex-start;
}

.front-desk-message--note {
  max-width: 100%;
  margin: 0;
  font-size: 12px;
  color: var(--front-desk-text-secondary);
  font-style: italic;
  line-height: 1.5;
}

.front-desk-message__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.front-desk-message__bubble {
  margin: 0;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: var(--front-desk-bubble-radius);
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
}

.front-desk-message__bubble--rich {
  white-space: normal;
}

.front-desk-message__bubble--rich strong,
.front-desk-message__bubble--rich b {
  font-weight: 700;
}

.front-desk-message--agent .front-desk-message__bubble {
  background: var(--fd-bot-bg);
  color: var(--fd-bot-color);
  border: 1px solid var(--front-desk-border-color);
}

.front-desk-message--user .front-desk-message__bubble {
  background: var(--fd-user-bg);
  color: var(--fd-user-color);
}

.front-desk-typing {
  display: flex;
  gap: 6px;
  padding: 0.35rem 0;
  align-items: center;
}

.front-desk-typing span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--front-desk-primary-color), var(--front-desk-primary-dark));
  animation: front-desk-bounce 1.4s infinite ease-in-out both;
}

.front-desk-typing span:nth-child(2) {
  animation-delay: 0.16s;
}

.front-desk-typing span:nth-child(3) {
  animation-delay: 0.32s;
}

/* ========== INLINE PANELS ========== */
.front-desk-panel,
.front-desk-privacy-panel,
.front-desk-cv-panel,
.front-desk-region-panel,
.front-desk-matched-jobs {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--front-desk-border-color);
  background: #f8f9fa;
  flex-shrink: 0;
}

.front-desk-privacy-panel {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

.front-desk-panel[hidden],
.front-desk-privacy-panel[hidden],
.front-desk-cv-panel[hidden],
.front-desk-region-panel[hidden],
.front-desk-matched-jobs[hidden],
.front-desk-input[hidden],
.front-desk-input__send[hidden],
.front-desk-typing-row[hidden],
.front-desk-search-progress[hidden],
.front-desk-modal-overlay[hidden],
.front-desk-processing-indicator[hidden],
.front-desk-results-actions[hidden],
.front-desk-file-error[hidden],
.front-desk-input-group[hidden],
.front-desk-btn[hidden] {
  display: none !important;
}

.front-desk-panel h2,
.front-desk-panel .front-desk-panel__title,
.front-desk-privacy-panel .front-desk-panel__title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--front-desk-text-primary);
}

.front-desk-panel p,
.front-desk-privacy-panel p {
  margin: 0 0 0.75rem;
  color: var(--front-desk-text-secondary);
  line-height: 1.5;
}

.front-desk-panel .form-label,
.front-desk-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--front-desk-text-secondary);
  margin-bottom: 0.5rem;
}

.front-desk-scope .form-control,
.front-desk-scope .form-select,
.front-desk-input__field,
.front-desk-panel input[type=text],
.front-desk-modal input[type=text],
.front-desk-modal input[type=email] {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--front-desk-border-color);
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
  color: var(--front-desk-text-primary);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.front-desk-scope .form-control:focus,
.front-desk-scope .form-select:focus,
.front-desk-input__field:focus,
.front-desk-panel input[type=text]:focus,
.front-desk-modal input[type=text]:focus,
.front-desk-modal input[type=email]:focus {
  outline: none;
  border-color: var(--front-desk-primary-color);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.front-desk-scope .form-control:disabled,
.front-desk-input__field:disabled {
  background: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}

.front-desk-scope .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.front-desk-scope .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--front-desk-primary-color);
}

.front-desk-scope .form-check-label {
  margin: 0;
  color: var(--front-desk-text-primary);
}

.front-desk-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.front-desk-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  min-width: 100px;
  background: var(--fd-button-bg);
  color: var(--fd-button-color);
  transition: var(--front-desk-transition);
  white-space: nowrap;
}

.front-desk-btn:hover:not(:disabled) {
  background: var(--front-desk-primary-dark);
  transform: translateY(-1px);
}

.front-desk-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.front-desk-btn--ghost {
  background: var(--front-desk-secondary-color);
  color: var(--front-desk-text-secondary);
  border: 1px solid #d1d5db;
}

.front-desk-btn--ghost:hover:not(:disabled) {
  background: #e5e7eb;
}

.front-desk-btn--danger {
  background: var(--front-desk-danger-color);
  color: #fff;
}

.front-desk-btn--danger:hover:not(:disabled) {
  background: var(--front-desk-danger-dark);
}

.front-desk-btn--search {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: #fff;
}

.front-desk-results-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0.5rem 0.75rem 0.75rem;
}

.front-desk-results-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  min-width: 120px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.front-desk-results-btn--secondary {
  background: var(--front-desk-secondary-color);
  color: var(--front-desk-text-secondary);
  border: 1px solid #d1d5db;
}

.front-desk-results-btn--secondary:hover:not(:disabled) {
  background: #e5e7eb;
  transform: translateY(-1px);
}

.front-desk-results-btn--edit {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
}

.front-desk-results-btn--edit:hover:not(:disabled) {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.front-desk-results-btn--delete {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: #fff;
}

.front-desk-results-btn--delete:hover:not(:disabled) {
  background: linear-gradient(135deg, #c82333, #a71e2a);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.front-desk-results-btn:disabled {
  background: #6c757d !important;
  color: #fff;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}

/* ========== INPUT FOOTER ========== */
.front-desk-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: transparent;
  flex-shrink: 0;
}

.front-desk-input__field {
  flex: 1;
  min-width: 0;
  border-color: var(--front-desk-primary-color, #007bff) !important;
}

.front-desk-input__field:focus {
  border-color: var(--front-desk-primary-dark, #0056b3) !important;
}

.front-desk-input__send {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--fd-button-bg);
  color: var(--fd-button-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--front-desk-transition);
}

.front-desk-input__send svg {
  width: 18px;
  height: 18px;
  display: block;
}

.front-desk-input__send:hover:not(:disabled) {
  background: var(--front-desk-primary-dark);
  transform: translateY(-1px);
}

.front-desk-input__send:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.front-desk-error {
  color: var(--front-desk-danger-color);
  font-size: 0.85rem;
  min-height: 1.1em;
  margin: 0.25rem 0 0;
}

.front-desk-file-name,
.front-desk-progress {
  font-size: 0.8rem;
  color: var(--front-desk-text-secondary);
  margin-top: 0.35rem;
}

.front-desk-cv-drop {
  display: block;
  width: 100%;
  padding: 10px;
  border: 2px dashed var(--front-desk-border-color);
  border-radius: 8px;
  background: #f8f9fa;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  color: var(--front-desk-text-secondary);
}

.front-desk-cv-drop:hover {
  border-color: var(--front-desk-primary-color);
  background: #f0f8ff;
}

.front-desk-processing-indicator {
  margin-top: 0.5rem;
  padding: 8px 12px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.front-desk-region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--front-desk-border-color);
  border-radius: 8px;
  background: #fff;
}

.front-desk-region-button {
  padding: 10px 15px;
  border: 2px solid var(--front-desk-border-color);
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--front-desk-text-secondary);
  transition: all 0.2s ease-in-out;
}

.front-desk-region-button:hover:not(:disabled) {
  border-color: var(--front-desk-primary-color);
  background: #f0f8ff;
  transform: translateY(-1px);
}

.front-desk-region-button.is-selected {
  border-color: var(--front-desk-primary-color);
  background: var(--front-desk-primary-color);
  color: #fff;
  font-weight: 600;
}

/* ========== SEARCH PROGRESS ========== */
.front-desk-search-progress {
  margin: 8px 0;
  padding: 15px;
  background: rgba(0, 123, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(0, 123, 255, 0.1);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.front-desk-progress-bar-container {
  width: 100%;
  height: 12px;
  background: #e9ecef;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.front-desk-progress-bar {
  height: 100%;
  width: 35%;
  background: linear-gradient(90deg, var(--front-desk-primary-color), var(--front-desk-primary-dark), var(--front-desk-primary-color));
  background-size: 200% 100%;
  border-radius: 6px;
  animation: front-desk-shimmer 2s infinite, front-desk-glow 3s ease-in-out infinite alternate;
  position: relative;
  transition: width 0.8s ease;
}

.front-desk-progress-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: front-desk-progress-shine 2s infinite;
}

.front-desk-progress-bar-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 123, 255, 0.1), rgba(0, 86, 179, 0.1));
  border-radius: 6px;
  animation: front-desk-bg-pulse 4s ease-in-out infinite;
  pointer-events: none;
}

.front-desk-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.front-desk-progress-percentage {
  color: #007bff;
  font-weight: 700;
  font-size: 16px;
  animation: front-desk-number-glow 2s ease-in-out infinite alternate;
}

.front-desk-progress-status {
  margin: 0;
  color: #6c757d;
  font-style: italic;
  font-size: 14px;
}

.front-desk-search-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-desk-loader-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.front-desk-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #0056b3);
  animation: front-desk-bounce 1.4s infinite ease-in-out both;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.front-desk-dot--1 {
  animation-delay: -0.32s;
}

.front-desk-dot--2 {
  animation-delay: -0.24s;
}

.front-desk-dot--3 {
  animation-delay: -0.16s;
}

.front-desk-dot--4 {
  animation-delay: -0.08s;
}

.front-desk-dot--5 {
  animation-delay: 0s;
}

.front-desk-search-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.front-desk-pulse-ring {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 50%;
  opacity: 0;
  animation: front-desk-pulse-ring 2s infinite ease-out;
}

.front-desk-pulse-ring--delay-1 {
  animation-delay: 0.5s;
}

.front-desk-pulse-ring--delay-2 {
  animation-delay: 1s;
}

/* ========== JOB CARDS ========== */
.front-desk-match-disclaimer {
  font-size: 12px;
  color: var(--front-desk-text-secondary);
  font-style: italic;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.front-desk-job-card {
  background: #fff;
  border: 1px solid var(--front-desk-border-color);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: var(--front-desk-shadow-sm);
  transition: var(--front-desk-transition);
  position: relative;
  overflow: hidden;
  animation: front-desk-fade-in-up 0.5s ease-out;
}

.front-desk-job-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--front-desk-primary-color), var(--front-desk-primary-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.front-desk-job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--front-desk-shadow-md);
  border-color: #d1d5db;
}

.front-desk-job-card:hover::before {
  transform: scaleX(1);
}

.front-desk-job-info {
  margin-bottom: 16px;
}

.front-desk-job-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--front-desk-text-primary);
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.front-desk-badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.front-desk-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--front-desk-secondary-color);
  color: var(--front-desk-text-secondary);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--front-desk-border-color);
}

.front-desk-badge--archetype {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}

.front-desk-badge--location {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.front-desk-match-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
}

.front-desk-job-card--match-excellent {
  border-color: var(--front-desk-primary-color);
  box-shadow: var(--front-desk-shadow-md);
}

.front-desk-job-card--match-excellent::before {
  transform: scaleX(1);
}

.front-desk-match-badge--excellent {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #93c5fd;
}

.front-desk-job-card--match-very-good {
  border-width: 2px;
  border-color: #93c5fd;
}

.front-desk-match-badge--very-good {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}

.front-desk-match-badge--good {
  background: var(--front-desk-secondary-color);
  color: var(--front-desk-text-secondary);
  border-color: var(--front-desk-border-color);
}

.front-desk-job-card__link,
.front-desk-job-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--front-desk-primary-color), var(--front-desk-primary-dark));
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.front-desk-job-card__link::before,
.front-desk-job-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.front-desk-job-card__link:hover::before,
.front-desk-job-button:hover::before {
  left: 100%;
}

.front-desk-job-card__link:hover,
.front-desk-job-button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

/* ========== MODALS ========== */
.front-desk-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  box-sizing: border-box;
}

.front-desk-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border: 1px solid var(--front-desk-border-color);
  box-sizing: border-box;
  max-width: calc(100vw - 40px);
  width: 90%;
}

.front-desk-modal--email,
.front-desk-modal--clear {
  max-width: 450px;
}

.front-desk-modal--edit {
  max-width: 640px;
}

.front-desk-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--front-desk-border-color);
}

.front-desk-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--front-desk-text-primary);
  margin: 0;
  word-wrap: break-word;
}

.front-desk-modal__title--danger {
  color: #dc2626;
  font-size: 1.25rem;
}

.front-desk-modal__close {
  background: none;
  border: none;
  font-size: 24px;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-desk-modal__close:hover {
  background-color: var(--front-desk-secondary-color);
  color: var(--front-desk-text-secondary);
}

.front-desk-modal__close:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.front-desk-modal__body {
  padding: 20px 24px;
}

.front-desk-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px;
  border-top: 1px solid var(--front-desk-border-color);
  flex-wrap: wrap;
}

.front-desk-modal__footer--edit,
.front-desk-modal__footer--otp {
  justify-content: space-between;
}

.front-desk-validation-message {
  font-size: 16px;
  color: var(--front-desk-text-primary);
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.front-desk-validation-instruction {
  font-size: 15px;
  color: var(--front-desk-text-secondary);
  margin: 0 0 24px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  background-color: #f8fafc;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid var(--front-desk-primary-color);
}

.front-desk-validation-error {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #fef2f2;
  color: var(--front-desk-danger-color);
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.front-desk-validation-loading {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.front-desk-validation-error[hidden],
.front-desk-validation-loading[hidden] {
  display: none !important;
}

.front-desk-btn--link {
  background: none;
  border: none;
  color: var(--front-desk-primary-color);
  min-width: 0;
  padding: 8px 0;
  margin-top: 8px;
  box-shadow: none;
  text-decoration: underline;
}

.front-desk-btn--link:hover:not(:disabled) {
  background: none;
  transform: none;
  color: var(--front-desk-primary-dark);
}

.front-desk-input-group {
  margin-bottom: 12px;
}

.front-desk-edit-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.front-desk-modal__description {
  margin: 0 0 1rem;
  color: var(--front-desk-text-secondary);
  line-height: 1.5;
  font-size: 0.95rem;
}

.front-desk-edit-section {
  margin-bottom: 1rem;
}

.front-desk-edit-section:last-of-type {
  margin-bottom: 0;
}

.front-desk-file-input {
  display: block;
  width: 100%;
  font: inherit;
  font-size: 14px;
}

.front-desk-file-error {
  margin: 0.5rem 0 0;
  color: #b91c1c;
  font-size: 13px;
}

/* ========== DISABLED ========== */
.front-desk-disabled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.front-desk-disabled__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: var(--front-desk-shadow-md, 0 4px 16px rgba(0, 0, 0, 0.1));
  border: 1px solid var(--front-desk-border-color, #e5e7eb);
  max-width: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.front-desk-disabled__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0e1870, #17e1be);
}

.front-desk-disabled__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #0e1870, #17e1be);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--front-desk-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
  color: #fff;
}

.front-desk-disabled__icon svg {
  width: 40px;
  height: 40px;
}

.front-desk-disabled__icon--pulse {
  animation: front-desk-pulse-scale 2s infinite;
}

.front-desk-disabled__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--front-desk-text-primary, #111827);
  margin: 0 0 1rem;
  line-height: 1.3;
}

.front-desk-disabled__message {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--front-desk-text-secondary, #374151);
  margin: 0 auto 2rem;
  max-width: 400px;
}

.front-desk-disabled__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.front-desk-disabled__button {
  background: linear-gradient(135deg, #0e1870, #1a237e);
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--front-desk-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
  transition: all 0.3s ease;
}

.front-desk-disabled__button:hover {
  background: linear-gradient(135deg, #1a237e, #0e1870);
  transform: translateY(-2px);
  box-shadow: var(--front-desk-shadow-md, 0 4px 16px rgba(0, 0, 0, 0.1));
  text-decoration: none;
  color: white;
}

.front-desk-disabled__footer {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: var(--front-desk-text-secondary, #374151);
  opacity: 0.7;
}

/* ========== HOST WIDGET (FAB / corner iframe) ========== */
.front-desk-iframe-container {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: var(--front-desk-iframe-width, 400px);
  height: var(--front-desk-iframe-height, 600px);
  max-height: 100dvh;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--front-desk-shadow-lg);
  z-index: 9998;
  display: none;
  overflow: hidden;
  transition: var(--front-desk-transition);
}

.front-desk-iframe-container.is-open {
  display: block;
}

.front-desk-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  background: #fff;
}

.front-desk-fab {
  position: fixed;
  bottom: var(--front-desk-fab-bottom, 20px);
  right: var(--front-desk-fab-right, 20px);
  width: var(--front-desk-fab-size, 64px);
  height: var(--front-desk-fab-size, 64px);
  border-radius: 50%;
  background: var(--front-desk-fab-bg, linear-gradient(135deg, #00e1ff 0%, #7b61ff 100%));
  border: none;
  box-shadow: var(--front-desk-shadow-md);
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.front-desk-fab:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.front-desk-fab img {
  width: calc(var(--front-desk-fab-size, 64px) * 0.75);
  height: calc(var(--front-desk-fab-size, 64px) * 0.75);
  border-radius: 50%;
}

.front-desk-scope .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.front-desk-scope .w-100 {
  width: 100%;
}

.front-desk-scope .d-grid {
  display: grid;
}

.front-desk-scope .text-start {
  text-align: start;
}

.front-desk-scope .text-end {
  text-align: end;
}

@keyframes front-desk-bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes front-desk-shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
@keyframes front-desk-glow {
  0% {
    box-shadow: 0 0 5px rgba(59, 130, 246, 0.3);
  }
  100% {
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
  }
}
@keyframes front-desk-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes front-desk-progress-shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes front-desk-bg-pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes front-desk-number-glow {
  0% {
    text-shadow: 0 0 0 transparent;
  }
  100% {
    text-shadow: 0 0 8px rgba(0, 123, 255, 0.45);
  }
}
@keyframes front-desk-pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes front-desk-pulse-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes front-desk-slide-in-from-top {
  from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .front-desk-job-card {
    padding: 16px;
    margin-bottom: 12px;
  }
  .front-desk-job-card__title {
    font-size: 16px;
  }
  .front-desk-actions,
  .front-desk-results-actions,
  .front-desk-modal__footer {
    flex-direction: column;
  }
  .front-desk-btn,
  .front-desk-results-btn,
  .front-desk-job-card__link {
    width: 100%;
    min-width: auto;
  }
  .front-desk-btn--link {
    width: auto;
  }
  .front-desk-region-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    max-height: 150px;
  }
  .front-desk-disabled {
    padding: 1rem;
  }
  .front-desk-disabled__card {
    padding: 2rem 1.5rem;
  }
  .front-desk-disabled__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .front-desk-header,
  .front-desk-messages,
  .front-desk-input {
    padding: 12px 16px;
  }
  .front-desk-iframe-container {
    width: calc(100vw - 20px);
    height: calc(100vh - 100px);
    right: 10px;
    bottom: 70px;
    border-radius: 12px;
  }
  .front-desk-fab {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .front-desk-job-card {
    padding: 14px;
    border-radius: 8px;
  }
}
/* ========== DEV PREVIEW HOST PAGE ========== */
.front-desk-dev-preview {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.front-desk-dev-preview *,
.front-desk-dev-preview *::before,
.front-desk-dev-preview *::after {
  box-sizing: border-box;
}

.front-desk-dev-preview__header {
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-desk-dev-preview__header h1 {
  margin: 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
}

.front-desk-dev-preview__badge {
  background: #ff6b6b;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.front-desk-dev-preview__container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.front-desk-dev-preview__iframe-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 80vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.front-desk-dev-preview__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.front-desk-dev-preview__info {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  font-size: 0.875rem;
}
.front-desk-dev-preview__info h3 {
  color: #667eea;
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.front-desk-dev-preview__info p {
  color: #666;
  margin: 0.25rem 0;
}
.front-desk-dev-preview__info code {
  background: #f5f5f5;
  padding: 0.125rem 0.25rem;
  border-radius: 3px;
  font-size: 0.75rem;
  word-break: break-all;
}

.front-desk-dev-preview__info-meta {
  margin-top: 0.5rem !important;
}

@media (max-width: 768px) {
  .front-desk-dev-preview__container {
    padding: 1rem;
  }
  .front-desk-dev-preview__iframe-wrapper {
    height: 70vh;
  }
  .front-desk-dev-preview__info {
    position: static;
    margin: 1rem;
    max-width: 100%;
  }
}
@keyframes bell-ring {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(-10deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.screening-scope .invitation-section {
  background: linear-gradient(359deg, #020024 0%, #1d0255 38%, #370292 100%);
  color: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  position: relative;
}
.screening-scope .invitation-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 123, 255, 0.4);
}

.screening-scope .invitation-avatar {
  transition: all 0.3s ease;
}
.screening-scope .invitation-avatar:hover {
  transform: scale(1.05);
}

.screening-scope .invitation-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.screening-scope .invitation-description {
  font-size: 1.1rem;
  opacity: 0.95;
}

.screening-scope .invitation-link-input {
  background: white !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  color: #333 !important;
  font-weight: 500 !important;
}
.screening-scope .invitation-link-input::placeholder {
  color: #666 !important;
}
.screening-scope .invitation-link-input:focus {
  background: white !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.screening-scope .invitation-copy-btn {
  background: #17a2b8;
  border: 2px solid #17a2b8;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}
.screening-scope .invitation-copy-btn:hover {
  background: #138496;
  border-color: #138496;
  transform: translateY(-2px);
}

.screening-scope .social-share-icons .btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.screening-scope .social-share-icons .btn:hover {
  transform: translateY(-3px) scale(1.1);
}

.screening-scope .tab-no-candidates {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screening-scope .bell-container .bell-icon {
  animation: bell-ring 2s infinite;
  filter: drop-shadow(0 4px 8px rgba(255, 193, 7, 0.3));
}
.screening-scope .bell-container .bell-ring {
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.screening-scope .alert-info.custom-alert-info {
  border-left: 4px solid #17a2b8;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.screening-scope .alert-info.custom-alert-info .fas.fa-lightbulb {
  animation: pulse 2s infinite;
}

.screening-scope .invitation-section .bell-corner {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 1000;
}
.screening-scope .invitation-section .bell-corner .bell-icon {
  font-size: 4rem !important;
  color: #ffc107 !important;
  animation: bell-ring 2s infinite !important;
  filter: drop-shadow(0 4px 8px rgba(255, 193, 7, 0.3)) !important;
  display: block !important;
}
.screening-scope .invitation-section .bell-corner .bell-indicator {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  width: 16px !important;
  height: 16px !important;
  background: #ffc107 !important;
  border-radius: 50% !important;
  animation: pulse 2s infinite !important;
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.6) !important;
}

.screening-scope .invitation-avatar,
.screening-scope .invitation-section img,
.screening-scope .invitation-section .invitation-avatar {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.screening-scope .invitation-section img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.screening-scope .dropdown-toggle-icon-only::after {
  display: none;
}

.screening-scope .note-editor .note-para .dropdown-toggle::after {
  display: none;
}

.screening-scope .note-editor .note-insert .dropdown-toggle::after {
  display: none;
}

.screening-scope .ai-icon-color-success {
  color: #28a745;
}
.screening-scope .ai-icon-color-warning {
  color: #f1c40f;
}
.screening-scope .ai-icon-color-purple {
  color: #6f42c1;
}
.screening-scope .ai-icon-color-danger {
  color: #dc3545;
}
.screening-scope .ai-icon-color-info {
  color: #17a2b8;
}
.screening-scope .ai-icon-color-primary {
  color: #007bff;
}
.screening-scope .ai-icon-color-orange {
  color: #fd7e14;
}
.screening-scope .ai-icon-color-dark {
  color: #343a40;
}
.screening-scope .ai-icon-color-teal {
  color: #20c997;
}
.screening-scope .ai-icon-color-pink {
  color: #e83e8c;
}
.screening-scope .ai-icon-color-indigo {
  color: #6610f2;
}
.screening-scope .ai-icon-color-blue {
  color: #0d6efd;
}
.screening-scope .ai-icon-color-coral {
  color: #ff6b6b;
}
.screening-scope .ai-icon-color-sky {
  color: #4dabf7;
}
.screening-scope .ai-icon-color-green {
  color: #51cf66;
}
.screening-scope .ai-icon-color-slate {
  color: #495057;
}
.screening-scope .ai-icon-color-gold {
  color: #fcc419;
}
.screening-scope .ai-icon-color-money {
  color: #40c057;
}
.screening-scope .ai-icon-color-rose {
  color: #f06595;
}
.screening-scope .ai-icon-color-cobalt {
  color: #5c7cfa;
}
.screening-scope .ai-icon-color-cyan {
  color: #15aabf;
}
.screening-scope .ai-icon-color-lightblue {
  color: #74c0fc;
}
.screening-scope .ai-icon-color-amber {
  color: #e8590c;
}

body.stephi-landing.screening-scope {
  padding-top: 50px;
}

body.screening-scope .pricing-card .pricing-card__price-list {
  display: block;
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  color: rgba(45, 55, 72, 0.55) !important;
  text-decoration: line-through !important;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
body.screening-scope .pricing-card .pricing-card__price-list span {
  font-size: inherit !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

body.screening-scope .pricing-card > .pricing-card__discount-ribbon {
  left: auto !important;
  right: -4px !important;
  top: -4px !important;
}
body.screening-scope .pricing-card > .pricing-card__discount-ribbon > .pricing-card__discount-ribbon-inner {
  left: auto !important;
  right: -2.15rem !important;
  transform: rotate(42deg) !important;
}
