/* V206: degree selectors stay in the top layer without changing document flow. */
#sourcePage .cv-ia-host {
  position: relative !important;
  isolation: isolate;
  box-sizing: border-box !important;
  max-width: 100% !important;
  padding-bottom: 34px !important;
}

#sourcePage .cv-ia-host::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  width: auto !important;
  height: 34px !important;
  min-height: 34px !important;
  background: linear-gradient(180deg, #2c56aa 0%, #183a86 45%, #0d1f4c 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

#sourcePage .cv-ia-host::before {
  content: "" !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

#sourcePage .cv-ia-host > :is(#summaryBox, .responsibility-field) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 3px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#sourcePage .cv-ia-host > .cv-ia-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  transform-origin: center !important;
}

@media (max-width: 420px) {
  html body.cvx-on .cvx-zoom-ajustar {
    font-size: 11px !important;
  }
}

#sourcePage .custom-select-trigger,
#sourcePage .custom-select-trigger:is(:hover, :focus, :focus-visible, :active),
#sourcePage .custom-select-shell.is-open > .custom-select-trigger {
  box-sizing: border-box !important;
  transform: none !important;
}

.custom-select-menu[data-cv-degree-select="1"] {
  box-sizing: border-box !important;
  contain: layout paint;
  overflow-x: hidden !important;
}

.custom-select-menu[data-cv-searchable-select="1"] {
  overscroll-behavior: contain;
}

.custom-select-menu[data-cv-searchable-select="1"] .cv-vacancy-search-wrap {
  flex: 0 0 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.custom-select-menu[data-cv-searchable-select="1"] .cv-vacancy-search-wrap input,
.custom-select-menu[data-cv-searchable-select="1"] input[type="search"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  text-overflow: clip !important;
}

.custom-select-menu[data-cv-searchable-select="1"] .cv-select-options-scroll {
  min-height: 0 !important;
  overscroll-behavior: contain;
}

body.cv-release-open .custom-select-shell.is-open > .custom-select-menu,
body.cv-release-open .custom-select-menu.cv-select-open {
  display: none !important;
  pointer-events: none !important;
}

.preview-content .cv-ia-host::before,
.preview-content .cv-ia-host::after,
.preview-page .cv-ia-host::before,
.preview-page .cv-ia-host::after,
.print-pages .cv-ia-host::before,
.print-pages .cv-ia-host::after,
.pdf-render-stage .cv-ia-host::before,
.pdf-render-stage .cv-ia-host::after {
  display: none !important;
}

@media print {
  #sourcePage .cv-ia-host::before,
  #sourcePage .cv-ia-host::after {
    display: none !important;
  }
}
