@font-face {
  font-family: mainFont;
  src: url(../fonts/font.ttf);
}

#pdfIcon {
  content: url("../img/pdf.svg");
}

#imgnotfound {
  content: url("../img/not-found.svg");
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: white;
  }

  header .title {
    background-color: black;
    color: white;
  }
  input[type="text"] {
    border-bottom: 1px solid white !important;
    color: white;
    background-color: black;
  }
  a {
    text-decoration-line: underline;
  }

  header .logo img {
    filter: invert(1);
  }

  ::placeholder {
    color: white;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: white;
  }

  ::-ms-input-placeholder {
    color: white;
  }

  #pdfIcon {
    content: url("../img/pdf-invert.svg");
  }

  #imgnotfound {
    content: url("../img/not-found-invert.svg");
  }
}

body {
  margin: 24px 48px;
  margin-left: 56px;
  font-family: mainFont;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.4px;
}

header .logo {
  display: none;
  img {
    width: 386px;
    max-width: 100%;
  }
}

header .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
  padding-top: 56px;
  text-transform: uppercase;
  display: none;
}

main {
  padding-top: 40px;
}

@media (max-width: 768px) {
  main {
    padding-top: 8px;
  }
}

.input {
  padding-top: 24px;
}

input[type="text"] {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #000;
  width: calc(100% - 4px);
  padding-bottom: 8px;
  font-size: 15px;
}

::placeholder {
  color: rgb(189, 188, 188);
  opacity: 1;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: rgb(189, 188, 188);
}

::-ms-input-placeholder {
  color: rgb(189, 188, 188);
}

@media (max-width: 768px) {
  input[type="text"] {
    font-size: 11px;
    line-height: 16px;
  }
}

#text {
  display: none;
}

#notvalid {
  color: #ff0000;
  font-size: 13px;
  text-transform: uppercase;
  display: none;
  padding-top: 64px;
}

#notfound {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  padding-top: 170px;
}

#link {
  display: none;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  padding-top: 36px;
  font-size: 13px;
}

@media (min-width: 1920px) and (max-width: 2159px) {
  header .logo img {
    width: 307px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  header .logo img {
    width: 264px;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  header .logo img {
    width: 211px;
  }
}

@media (max-width: 1279px) {
  header .logo img {
    width: 154px;
  }

  header .title {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  header .logo img {
    width: 211px;
  }
}

@media (max-width: 1024px) {
  header .logo img {
    width: 154px;
  }

  header .title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  header .logo img {
    width: 172px;
  }

  header .title {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  body {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  body {
    margin-left: 66px;
    margin-right: 66px;
  }
}

@media (min-width: 1440px) {
  body {
    margin-left: 130px;
    margin-right: 130px;
  }
}

@media (min-width: 1920px) {
  body {
    margin-left: 178px;
    margin-right: 178px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}

@media (min-width: 2560px) {
  body {
    margin-left: 234px;
    margin-right: 234px;
  }
}
