:root {
  --body-font-size: calc(1.02917 * var(--fvw, 1vw));
  --nav-font-size: calc(1.04167 * var(--fvw, 1vw));
  --icon-font-size: calc(1.77083 * var(--fvw, 1vw));
  --title-font-size: calc(1.32344 * var(--fvw, 1vw));
  --yellow: #fed839;
  --pale-yellow: #faf2b9;
  --page: #fffcec;
  --card: #ffffff;
  --field-bg: #fffefb;
  --text: #5c4d00;
  --muted: #7f742e;
  --line: #efe8cd;
  --red: #ff1515;
  --blue: #0076ff;
}

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "vsevn-icons";
  src:
    url("assets/icons/vsevn-icons.woff2") format("woff2"),
    url("assets/icons/vsevn-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-width: none;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Roboto, Arial, sans-serif;
  font-size: var(--body-font-size);
  font-weight: 300;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

button,
input,
select {
  font: inherit;
}

.static-shell {
  position: relative;
  width: calc(100 * var(--fvw, 1vw));
  height: calc(46.92708 * var(--fvw, 1vw));
  min-height: 100vh;
}

.static-stage {
  width: calc(100 * var(--fvw, 1vw));
  min-height: calc(46.92708 * var(--fvw, 1vw));
  background: var(--page);
}

.topbar {
  display: flex;
  align-items: center;
  height: calc(2.85365 * var(--fvw, 1vw));
  background-color: var(--yellow);
  padding-left: calc(3.07292 * var(--fvw, 1vw));
  border-top: var(--ui-hairline, calc(0.05208 * var(--fvw, 1vw))) solid #bda300;
  overflow: hidden;
}

.main-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: calc(1.45833 * var(--fvw, 1vw));
  margin-left: calc(1.35417 * var(--fvw, 1vw));
}

.logo {
  display: block;
  width: calc(9.32292 * var(--fvw, 1vw));
  height: calc(1.66667 * var(--fvw, 1vw));
  line-height: 1;
  text-decoration: none;
}

.logo svg {
  display: block;
  width: calc(9.32292 * var(--fvw, 1vw));
  height: calc(1.66667 * var(--fvw, 1vw));
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: calc(0.72917 * var(--fvw, 1vw));
  height: calc(2.4 * var(--fvw, 1vw));
  color: rgba(98, 86, 14, 0.7);
  font-size: 0;
  font-weight: 300;
  line-height: 1;
  overflow: visible;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link[data-tab="managers"] {
  width: calc(14.42708 * var(--fvw, 1vw));
}

.nav-link[data-tab="resume"] {
  width: calc(7.86458 * var(--fvw, 1vw));
}

.nav-link[data-tab="companies"] {
  width: calc(8.80208 * var(--fvw, 1vw));
}

.nav-link[data-tab="import"] {
  width: calc(7.44792 * var(--fvw, 1vw));
}

.nav-link[data-tab="ads"] {
  width: calc(10.9375 * var(--fvw, 1vw));
}

.nav-link[data-tab="letters"] {
  width: calc(11.82292 * var(--fvw, 1vw));
}

.nav-link[data-tab="settings"] {
  width: calc(14.63542 * var(--fvw, 1vw));
}

.nav-text {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 0;
  font-weight: 300;
  height: calc(1.25 * var(--fvw, 1vw));
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.svg-label {
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  pointer-events: none;
  vertical-align: top;
}

.nav-text .svg-label {
  width: 100%;
  height: calc(1.25 * var(--fvw, 1vw));
}

h1 .svg-label {
  width: calc(18 * var(--fvw, 1vw));
  height: calc(1.66667 * var(--fvw, 1vw));
}

.date-field > span .svg-label,
.select-field > span .svg-label,
.path-field > span .svg-label,
.check-field > span .svg-label {
  width: calc(15 * var(--fvw, 1vw));
  height: calc(1.35417 * var(--fvw, 1vw));
}

.date-field > span .svg-label {
  width: calc(4.6875 * var(--fvw, 1vw));
}

.submit-btn .svg-label {
  width: calc(8.85417 * var(--fvw, 1vw));
  height: calc(1.25 * var(--fvw, 1vw));
}

.nav-link.active {
  color: #ff0000;
  font-weight: 400;
}

.nav-link:hover {
  color: #ff0000;
}

.nav-link.active .nav-text {
  font-weight: 400;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(2.29167 * var(--fvw, 1vw));
  height: calc(2.29167 * var(--fvw, 1vw));
  color: currentColor;
  font-family: "vsevn-icons" !important;
  font-size: 0;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 0;
  overflow: visible;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon::before {
  display: none;
}

.icon .svg-label {
  width: calc(2.29167 * var(--fvw, 1vw));
  height: calc(2.29167 * var(--fvw, 1vw));
}

.icon-settings::before {
  content: "\f101";
}

.icon-settings-hover::before,
.nav-link:hover .icon-settings::before {
  content: "\f102";
}

.icon-resume::before {
  content: "\f103";
}

.icon-resume-hover::before,
.nav-link:hover .icon-resume::before {
  content: "\f104";
}

.icon-managers::before {
  content: "\f105";
}

.icon-managers-hover::before,
.nav-link:hover .icon-managers::before {
  content: "\f106";
}

.icon-letters::before {
  content: "\f107";
}

.icon-letters-hover::before,
.nav-link:hover .icon-letters::before {
  content: "\f108";
}

.icon-import::before {
  content: "\f109";
}

.icon-import-hover::before,
.nav-link:hover .icon-import::before {
  content: "\f10a";
}

.icon-companies::before {
  content: "\f10b";
}

.icon-companies-hover::before,
.nav-link:hover .icon-companies::before {
  content: "\f10c";
}

.icon-ads::before {
  content: "\f10d";
}

.icon-ads-hover::before,
.nav-link:hover .icon-ads::before {
  content: "\f10e";
}

.page {
  padding: calc(1.83802 * var(--fvw, 1vw)) calc(0.98958 * var(--fvw, 1vw)) 0;
}

.import-card {
  width: calc(97.96875 * var(--fvw, 1vw));
  height: calc(13.80208 * var(--fvw, 1vw));
  padding: calc(2.13542 * var(--fvw, 1vw)) calc(1.77083 * var(--fvw, 1vw)) 0;
  background: var(--card);
}

h1 {
  margin: 0 0 calc(1.47083 * var(--fvw, 1vw)) calc(0.51458 * var(--fvw, 1vw));
  color: #3b3200;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
}

.import-form {
  max-width: calc(85.29427 * var(--fvw, 1vw));
}

.date-row {
  position: relative;
  display: block;
  height: calc(2.60417 * var(--fvw, 1vw));
  margin-bottom: calc(0.58802 * var(--fvw, 1vw));
}

.date-field {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: calc(2.60417 * var(--fvw, 1vw));
  width: calc(11.97917 * var(--fvw, 1vw));
  padding: 0 calc(0.80885 * var(--fvw, 1vw));
  border: var(--ui-hairline, calc(0.05208 * var(--fvw, 1vw))) solid var(--line);
  border-radius: calc(0.20833 * var(--fvw, 1vw));
  background: var(--field-bg);
  color: #8a8151;
  font-weight: 200;
  text-transform: uppercase;
}

.date-field:nth-child(1) {
  left: 0;
}

.date-field:nth-child(2) {
  left: calc(12.03125 * var(--fvw, 1vw));
}

.date-field > span {
  font-size: 0;
  line-height: 0;
}

.date-field input {
  width: calc(6.02917 * var(--fvw, 1vw));
  height: calc(1.25 * var(--fvw, 1vw));
  margin-left: calc(0.36771 * var(--fvw, 1vw));
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--blue);
  font-weight: 400;
}

.date-field.rendered input {
  color: transparent;
  caret-color: transparent;
  font-size: 0;
}

.date-value-render {
  position: absolute;
  left: calc(5.55 * var(--fvw, 1vw));
  top: calc(0.62 * var(--fvw, 1vw));
  width: calc(4.94792 * var(--fvw, 1vw));
  height: calc(1.25 * var(--fvw, 1vw));
  pointer-events: none;
}

.date-field:nth-child(2) .date-value-render {
  left: calc(5.78 * var(--fvw, 1vw));
}

.check-field {
  position: absolute;
  top: calc(0.32 * var(--fvw, 1vw));
  display: inline-flex;
  align-items: center;
  height: calc(1.82292 * var(--fvw, 1vw));
  color: #62560e;
  font-size: 0;
  line-height: 0;
}

.check-field:nth-child(3) {
  left: calc(26.82292 * var(--fvw, 1vw));
}

.check-field:nth-child(4) {
  left: calc(47.13542 * var(--fvw, 1vw));
}

.check-field input {
  width: calc(1.35417 * var(--fvw, 1vw));
  height: calc(1.35417 * var(--fvw, 1vw));
  margin: 0 calc(1.04167 * var(--fvw, 1vw)) 0 0;
  appearance: none;
  -webkit-appearance: none;
  border: calc(0.05208 * var(--fvw, 1vw)) solid #86868a;
  border-radius: calc(0.10417 * var(--fvw, 1vw));
  background: #ffffff;
}

.check-field input:checked {
  background:
    linear-gradient(
      45deg,
      transparent 43%,
      #62560e 44%,
      #62560e 56%,
      transparent 57%
    ),
    linear-gradient(
      -45deg,
      transparent 47%,
      #62560e 48%,
      #62560e 60%,
      transparent 61%
    ),
    #ffffff;
}

.check-field > span {
  display: inline-flex;
  align-items: center;
  width: calc(16.875 * var(--fvw, 1vw));
  height: calc(1.35417 * var(--fvw, 1vw));
  font-size: 0;
  line-height: 0;
}

.check-field:nth-child(4) > span {
  width: calc(11.71875 * var(--fvw, 1vw));
}

.file-row {
  position: relative;
  display: block;
  width: calc(88.70417 * var(--fvw, 1vw));
  height: calc(4.22188 * var(--fvw, 1vw));
}

.select-field,
.path-field {
  display: block;
  position: absolute;
  top: 0;
  height: calc(4.22188 * var(--fvw, 1vw));
}

.select-field {
  left: 0;
  width: calc(25.36458 * var(--fvw, 1vw));
}

.path-field {
  left: calc(25.80573 * var(--fvw, 1vw));
  width: calc(51.35417 * var(--fvw, 1vw));
}

.path-field::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(2.60417 * var(--fvw, 1vw));
  border: var(--ui-hairline, calc(0.05208 * var(--fvw, 1vw))) solid var(--line);
  border-radius: calc(0.3125 * var(--fvw, 1vw));
  background: var(--field-bg);
  pointer-events: none;
}

.path-field input {
  position: absolute;
  left: 0;
  bottom: 0;
}

.select-field {
  height: calc(4.22188 * var(--fvw, 1vw));
}

.select-field::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(2.60417 * var(--fvw, 1vw));
  border: var(--ui-hairline, calc(0.05208 * var(--fvw, 1vw))) solid var(--line);
  border-radius: calc(0.3125 * var(--fvw, 1vw));
  background: var(--field-bg);
  pointer-events: none;
}

.select-field::after {
  content: "";
  position: absolute;
  right: calc(1.25 * var(--fvw, 1vw));
  bottom: calc(0.98958 * var(--fvw, 1vw));
  width: calc(0.67708 * var(--fvw, 1vw));
  height: calc(0.67708 * var(--fvw, 1vw));
  border-right: var(--ui-control-strong-line, calc(0.07813 * var(--fvw, 1vw)))
    solid #62560e;
  border-bottom: var(--ui-control-strong-line, calc(0.07813 * var(--fvw, 1vw)))
    solid #62560e;
  pointer-events: none;
  transform: rotate(45deg);
}

.select-field span,
.path-field span {
  display: block;
  height: calc(1.35417 * var(--fvw, 1vw));
  margin: 0 0 calc(0.36771 * var(--fvw, 1vw)) calc(0.29427 * var(--fvw, 1vw));
  color: #82752e;
  font-size: 0;
  line-height: 0;
}

select,
.path-field input {
  width: 100%;
  height: calc(2.60417 * var(--fvw, 1vw));
  border: var(--ui-hairline, calc(0.05208 * var(--fvw, 1vw))) solid var(--line);
  border-radius: calc(0.3125 * var(--fvw, 1vw));
  background: var(--field-bg);
  color: var(--text);
  font-size: 0;
  line-height: 0;
  outline: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  padding: 0 calc(2.60417 * var(--fvw, 1vw)) 0 calc(0.95573 * var(--fvw, 1vw));
  cursor: pointer;
}

.path-field input {
  z-index: 2;
  opacity: 0;
  padding: 0 calc(0.66198 * var(--fvw, 1vw));
}

.clip {
  position: absolute;
  left: calc(77.60105 * var(--fvw, 1vw));
  bottom: var(--ui-hairline, calc(0.05208 * var(--fvw, 1vw)));
  width: calc(1.47083 * var(--fvw, 1vw));
  height: calc(2.5 * var(--fvw, 1vw));
  cursor: pointer;
}

.clip svg {
  position: absolute;
  left: calc(0.42 * var(--fvw, 1vw));
  top: calc(0.25 * var(--fvw, 1vw));
  width: calc(0.72917 * var(--fvw, 1vw));
  height: calc(1.77083 * var(--fvw, 1vw));
  fill: none;
  stroke: #8a8a8a;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.submit-btn {
  position: absolute;
  left: calc(79.51303 * var(--fvw, 1vw));
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(9.63229 * var(--fvw, 1vw));
  height: calc(2.60417 * var(--fvw, 1vw));
  border: 0;
  border-radius: calc(0.3125 * var(--fvw, 1vw));
  background: #ffee80;
  color: #786516;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.bottom-strip {
  width: calc(97.96875 * var(--fvw, 1vw));
  height: calc(2.5 * var(--fvw, 1vw));
  background: var(--pale-yellow);
}

#zoomFrame {
  transform-origin: 0 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.zoom-hover-shield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  cursor: default;
  background: transparent;
}
.zoom-hover-shield[hidden] {
  display: none !important;
}

html.is-zoom-hover-blocked * {
  pointer-events: none !important;
}

.select-value-render,
.path-value-render {
  position: absolute;
  bottom: calc(0.6 * var(--fvw, 1vw));
  pointer-events: none;
  z-index: 1;
}
.select-value-render {
  left: calc(0.95573 * var(--fvw, 1vw));
}
.path-value-render {
  left: calc(0.66198 * var(--fvw, 1vw));
}
