:root {
  --body-font-size: 1.02917vw;
  --nav-font-size: 1.04167vw;
  --icon-font-size: 1.77083vw;
  --title-font-size: 1.32344vw;
  --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;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page);
  color: var(--text);
  font-family: Roboto, Arial, sans-serif;
  font-size: var(--body-font-size);
  font-weight: 300;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

.static-shell {
  position: relative;
  width: 100vw;
  height: 46.92708vw;
  min-height: 100vh;
}

.static-stage {
  width: 100vw;
  min-height: 46.92708vw;
  background: var(--page);
}

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

.main-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1.45833vw;
  margin-left: 1.35417vw;
}

.logo {
  display: block;
  width: 9.32292vw;
  height: 1.66667vw;
  line-height: 1;
  text-decoration: none;
}

.logo svg {
  display: block;
  width: 9.32292vw;
  height: 1.66667vw;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.72917vw;
  height: 2.4vw;
  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: 14.42708vw;
}

.nav-link[data-tab="resume"] {
  width: 7.86458vw;
}

.nav-link[data-tab="companies"] {
  width: 8.80208vw;
}

.nav-link[data-tab="import"] {
  width: 7.44792vw;
}

.nav-link[data-tab="ads"] {
  width: 10.9375vw;
}

.nav-link[data-tab="letters"] {
  width: 11.82292vw;
}

.nav-link[data-tab="settings"] {
  width: 14.63542vw;
}

.nav-text {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 0;
  font-weight: 300;
  height: 1.25vw;
  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: 1.25vw;
}

h1 .svg-label {
  width: 18vw;
  height: 1.66667vw;
}

.date-field > span .svg-label,
.select-field > span .svg-label,
.path-field > span .svg-label,
.check-field > span .svg-label {
  width: 15vw;
  height: 1.35417vw;
}

.date-field > span .svg-label {
  width: 4.6875vw;
}

.submit-btn .svg-label {
  width: 8.85417vw;
  height: 1.25vw;
}

.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: 2.29167vw;
  height: 2.29167vw;
  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: 2.29167vw;
  height: 2.29167vw;
}

.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: 1.83802vw 0.98958vw 0;
}

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

h1 {
  margin: 0 0 1.47083vw 0.51458vw;
  color: #3b3200;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
}

.import-form {
  max-width: 85.29427vw;
}

.date-row {
  position: relative;
  display: block;
  height: 2.60417vw;
  margin-bottom: 0.58802vw;
}

.date-field {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 2.60417vw;
  width: 11.97917vw;
  padding: 0 0.80885vw;
  border: 0.05208vw solid var(--line);
  border-radius: 0.20833vw;
  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: 12.03125vw;
}

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

.date-field input {
  width: 6.02917vw;
  height: 1.25vw;
  margin-left: 0.36771vw;
  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: 5.55vw;
  top: 0.62vw;
  width: 4.94792vw;
  height: 1.25vw;
  pointer-events: none;
}

.date-field:nth-child(2) .date-value-render {
  left: 5.78vw;
}

.check-field {
  position: absolute;
  top: 0.32vw;
  display: inline-flex;
  align-items: center;
  height: 1.82292vw;
  color: #62560e;
  font-size: 0;
  line-height: 0;
}

.check-field:nth-child(3) {
  left: 26.82292vw;
}

.check-field:nth-child(4) {
  left: 47.13542vw;
}

.check-field input {
  width: 1.35417vw;
  height: 1.35417vw;
  margin: 0 1.04167vw 0 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0.05208vw solid #86868a;
  border-radius: 0.10417vw;
  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: 16.875vw;
  height: 1.35417vw;
  font-size: 0;
  line-height: 0;
}

.check-field:nth-child(4) > span {
  width: 11.71875vw;
}

.file-row {
  position: relative;
  display: block;
  width: 88.70417vw;
  height: 4.22188vw;
}

.select-field,
.path-field {
  display: block;
  position: absolute;
  top: 0;
  height: 4.22188vw;
}

.select-field {
  left: 0;
  width: 25.36458vw;
}

.path-field {
  left: 25.80573vw;
  width: 51.35417vw;
}

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

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

.select-field {
  height: 4.22188vw;
}

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

.select-field::after {
  content: "";
  position: absolute;
  right: 1.25vw;
  bottom: 0.98958vw;
  width: 0.67708vw;
  height: 0.67708vw;
  border-right: 0.07813vw solid #62560e;
  border-bottom: 0.07813vw solid #62560e;
  pointer-events: none;
  transform: rotate(45deg);
}

.select-field span,
.path-field span {
  display: block;
  height: 1.35417vw;
  margin: 0 0 0.36771vw 0.29427vw;
  color: #82752e;
  font-size: 0;
  line-height: 0;
}

select,
.path-field input {
  width: 100%;
  height: 2.60417vw;
  border: 0.05208vw solid var(--line);
  border-radius: 0.3125vw;
  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 2.60417vw 0 0.95573vw;
  cursor: pointer;
}

.path-field input {
  z-index: 2;
  opacity: 0;
  padding: 0 0.66198vw;
}

.clip {
  position: absolute;
  left: 77.60105vw;
  bottom: 0.05208vw;
  width: 1.47083vw;
  height: 2.5vw;
  cursor: pointer;
}

.clip svg {
  position: absolute;
  left: 0.42vw;
  top: 0.25vw;
  width: 0.72917vw;
  height: 1.77083vw;
  fill: none;
  stroke: #8a8a8a;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.bottom-strip {
  width: 97.96875vw;
  height: 2.5vw;
  background: var(--pale-yellow);
}
