@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*/
  /* ===============================================
     JOB AGENT - COMPONENTES ESPECÍFICOS 
     =============================================== */
  /* ========== PROGRESO DE BÚSQUEDA ========== */
  /* Animación de pulso para el contenedor de búsqueda */
  /* ========== INFORMACIÓN DE PERFIL ========== */
  /* ========== EDICIÓN DE PERFIL ========== */
  /* ========== BOTONES ESPECÍFICOS ========== */
  /* ========== ACCIONES DE PERFIL ========== */
  /* ========== REGIÓN SELECTOR ========== */
  /* ========== INPUT DE ARCHIVOS ========== */
  /* ========== FORMULARIOS ESPECÍFICOS ========== */
}
.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 .material-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.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 {
  padding-top: 60px;
}
.screening-scope .chat-container .chat-bot-container .navbar {
  height: 60px;
}
.screening-scope .chat-container .chat-bot-container .card-chat {
  height: calc(100dvh - 100px);
  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 .professional-profile-compact {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #333;
}
.screening-scope .professional-profile-compact .profile-section-title {
  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-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 .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;
  }
}
.screening-scope .job-agent-search-progress {
  margin: 20px 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;
}
.screening-scope .progress-bar-container {
  width: 100%;
  height: 12px;
  background-color: #e9ecef;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.screening-scope .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #0056b3, #007bff);
  background-size: 200% 100%;
  border-radius: 6px;
  transition: width 0.8s ease;
  animation: shimmer 2s infinite, glow 3s ease-in-out infinite alternate;
  position: relative;
  overflow: hidden;
}
.screening-scope .progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: progressShine 2s infinite;
}
.screening-scope .progress-bar-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 123, 255, 0.1), rgba(0, 86, 179, 0.1));
  border-radius: 6px;
  animation: backgroundPulse 4s ease-in-out infinite;
}
.screening-scope .progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
.screening-scope .progress-percentage {
  color: #007bff;
  font-weight: 700;
  font-size: 16px;
  animation: numberGlow 2s ease-in-out infinite alternate;
}
.screening-scope .progress-status {
  color: #6c757d;
  font-style: italic;
}
.screening-scope .search-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.screening-scope .loader-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.screening-scope .loader-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #0056b3);
  animation: bounce 1.4s infinite ease-in-out both;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}
.screening-scope .loader-dots .dot-1 {
  animation-delay: -0.32s;
}
.screening-scope .loader-dots .dot-2 {
  animation-delay: -0.24s;
}
.screening-scope .loader-dots .dot-3 {
  animation-delay: -0.16s;
}
.screening-scope .loader-dots .dot-4 {
  animation-delay: -0.08s;
}
.screening-scope .loader-dots .dot-5 {
  animation-delay: 0s;
}
.screening-scope .search-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.screening-scope .pulse-ring {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 50%;
  opacity: 0;
  animation: pulseRing 2s infinite ease-out;
}
.screening-scope .pulse-ring.delay-1 {
  animation-delay: 0.5s;
}
.screening-scope .pulse-ring.delay-2 {
  animation-delay: 1s;
}
.screening-scope .job-agent-profile-info {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #e9ecef;
}
.screening-scope .profile-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.screening-scope .profile-info-item:last-child {
  border-bottom: none;
}
.screening-scope .profile-info-label {
  font-weight: 600;
  color: #495057;
  min-width: 120px;
}
.screening-scope .profile-info-value {
  color: #212529;
  text-align: right;
  flex: 1;
  margin-left: 10px;
  padding: 4px 8px;
  background: white;
  border-radius: 4px;
  border: 1px solid #ced4da;
  font-size: 14px;
}
.screening-scope .job-agent-profile-edit {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.screening-scope .profile-edit-item {
  margin-bottom: 15px;
}
.screening-scope .profile-edit-item:last-child {
  margin-bottom: 0;
}
.screening-scope .profile-edit-label {
  display: block;
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
  font-size: 14px;
}
.screening-scope .profile-edit-input {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.screening-scope .profile-edit-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  background: #fdfdfd;
}
.screening-scope .profile-edit-input:disabled {
  background: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
  border-color: #dee2e6;
}
.screening-scope .profile-edit-input::placeholder {
  color: #9ca3af;
  font-style: italic;
}
.screening-scope .job-agent-button-search {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  color: white;
  font-weight: 600;
  margin-right: 10px;
}
.screening-scope .job-agent-button-search:hover:not(:disabled) {
  background: linear-gradient(135deg, #1e7e34, #155724);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.screening-scope .job-agent-button-search:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.screening-scope .job-agent-button-cancel {
  background: #6c757d;
  border: none;
  color: white;
  font-weight: 500;
}
.screening-scope .job-agent-button-cancel:hover:not(:disabled) {
  background: #545b62;
}
.screening-scope .job-agent-button-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
  position: sticky;
  bottom: -20px;
  background: white;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}
.screening-scope .job-agent-profile-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.screening-scope .job-agent-profile-button {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 120px;
}
.screening-scope .job-agent-edit-button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
}
.screening-scope .job-agent-edit-button:hover:not(:disabled) {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.screening-scope .job-agent-delete-button {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
}
.screening-scope .job-agent-delete-button:hover:not(:disabled) {
  background: linear-gradient(135deg, #c82333, #a71e2a);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.screening-scope .job-agent-profile-button:disabled {
  background: #6c757d !important;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.screening-scope .job-agent-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 #e9ecef;
  border-radius: 8px;
  background: #f8f9fa;
}
.screening-scope .job-agent-region-button {
  padding: 10px 15px;
  border: 2px solid #e9ecef;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
}
.screening-scope .job-agent-region-button:hover:not(:disabled) {
  border-color: #007bff;
  background: #f0f8ff;
  transform: translateY(-1px);
}
.screening-scope .job-agent-region-button.selected {
  border-color: #007bff;
  background: #007bff;
  color: white;
  font-weight: 600;
  animation: pulse 0.3s ease-in-out;
}
.screening-scope .job-agent-region-button:disabled {
  background: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
  border-color: #dee2e6;
}
.screening-scope .job-agent-file-input {
  width: 100%;
  padding: 10px;
  border: 2px dashed #e9ecef;
  border-radius: 8px;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.screening-scope .job-agent-file-input:hover:not(:disabled) {
  border-color: #007bff;
  background: #f0f8ff;
}
.screening-scope .job-agent-file-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.screening-scope .job-agent-file-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
}
.screening-scope .job-agent-edit-form-group {
  margin-bottom: 25px;
}
.screening-scope .job-agent-edit-form-group:last-child {
  margin-bottom: 0;
}
.screening-scope .job-agent-form-label {
  display: block;
  font-weight: 600;
  color: #495057;
  margin-bottom: 10px;
  font-size: 1rem;
  margin-left: 1rem;
}
.screening-scope .job-agent-instruction {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.screening-scope .job-agent-instruction.animated {
  animation: slideInFromBottom 0.5s ease-out;
}
.screening-scope .job-agent-instruction.transitioning {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.screening-scope .job-agent-input-box {
  transition: all 0.2s ease-in-out;
}
.screening-scope .job-agent-input-box.transitioning {
  opacity: 0.7;
  transform: scale(0.98);
}
.screening-scope .job-agent-processing-indicator {
  animation: pulse 1.5s infinite;
}
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.6), 0 0 25px rgba(0, 123, 255, 0.3);
  }
}
@keyframes progressShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes backgroundPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes numberGlow {
  0% {
    text-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }
  100% {
    text-shadow: 0 0 10px rgba(0, 123, 255, 0.6), 0 0 15px rgba(0, 123, 255, 0.3);
  }
}
@keyframes pulseRing {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .screening-scope .profile-info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .screening-scope .profile-info-value {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
  .screening-scope .profile-info-label {
    min-width: auto;
  }
  .screening-scope .job-agent-profile-edit {
    padding: 15px;
  }
  .screening-scope .profile-edit-input {
    padding: 12px;
    font-size: 16px;
  }
  .screening-scope .job-agent-button-group {
    flex-direction: column;
    gap: 10px;
  }
  .screening-scope .job-agent-button-primary,
  .screening-scope .job-agent-button-search,
  .screening-scope .job-agent-button-cancel {
    width: 100%;
    margin-right: 0;
  }
  .screening-scope .job-agent-region-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    max-height: 150px;
  }
  .screening-scope .job-agent-region-button {
    padding: 8px 12px;
    font-size: 13px;
  }
  .screening-scope .job-agent-profile-actions {
    flex-direction: column;
    gap: 8px;
  }
  .screening-scope .job-agent-profile-button {
    width: 100%;
    min-width: auto;
  }
}
@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;
}

@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;
}
