@font-face {
  font-family: 'CustomIT';
  src: url('/wt/fonts/Inter Tight/InterTight-Bold.ttf');
}

@font-face {
  font-family: 'CustomITRegular';
  src: url('/wt/fonts/Inter Tight/InterTight-Regular.ttf');
}

.downloads,
.version {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px !important;
}

.title {
  font-size: 30px;
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
  font-style: italic;
  color: black;
  font-weight: 700;
}

.setup {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: rgba(229, 115, 38, 0.15);
  padding: 10px 15px 10px 20px;
  align-items: center;
  border-radius: 30px;
}

.version .title {
  font-size: 24px !important;
}

.version .subtitle {
  margin-bottom: 30px !important;
  font-size: 16px !important;
}

.setup-title {
  color: black;
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
  font-weight: 700;
  font-style: normal;
  font-size: 18px !important;
  width: 140px;
}

.setup button {
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  margin-left: auto;
  margin-right: 0;
  font-weight: 600;
}

.new-page-header,
.page-indicator {
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
}

.setup a {
  margin-left: auto;
  margin-right: 0;
}

.infoContainer {
  flex-direction: column;
}

.subtitle,
.setup-subtitle {
  color: #3f444b !important;
  font-size: 16px !important;
  font-family: 'Inter Tight', 'CustomITRegular', 'sans-serif' !important;
}

.version:last-child {
  margin-bottom: 0 !important;
}

.docs-history {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  flex-wrap: wrap;
}

.docs-history .infoContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 26px;
  height: 100%;
  width: 244px !important;
  flex-grow: 1;
}

.docs-history .infoContainer img {
  width: 80px;
  height: 80px;
}

.docs-history .infoContainer div {
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
  font-style: normal;
  font-weight: 800;
  font-size: 16px !important;
  line-height: 19px;
  text-align: center;
  color: #000000;
  height: 38px;
  display: flex;
  align-items: center;
}

.docs-history .infoContainer button {
  border: none;
  background: #e57326;
  border-radius: 40px;
  padding: 12px 20px;
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  width: 100%;
}

.docs-history .infoContainer a {
  width: 100%;
}

.docs-history .break {
  flex-basis: 100%;
  height: 0;
  display: none;
}

.doc-history-title {
  padding-left: 37px;
  font-family: 'Inter Tight', 'CustomIT', 'sans-serif' !important;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-top: 30px !important;
}

.setup button {
  color: #ffffff;
}

.setup button:hover {
  background: #242627 !important;
}
