@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");

body,
.container {
  background: #fff;
}
.paddingZero {
  padding-top: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
table {
  font-family: "PT Serif", serif;
}
.response {
  width: 1176px;
  table-layout: fixed;
}
table tr,
table th {
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
p,
ul {
  font-family: "PT Serif", serif;
}
.navbar {
  font-family: "PT Serif", serif;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0 0 0;
}
.nav-item {
  position: relative;
}
.nav-item:first-child,
.nav-item:first-child .nav-link {
  position: relative;
  padding-left: 0 !important;
}
.nav-item:last-child,
.nav-item:last-child .nav-link {
  position: relative;
  padding-right: 0 !important;
}
.nav-link {
  font-size: 14px !important;
}
.nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -0px;
  width: 2px;
  top: 10px;
  bottom: 10px;
  background-color: #ffffff59;
}
h4 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  /*font-size: 2em;*/
}
.list-counter-circle {
  list-style: none;
  counter-reset: list;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list-counter-circle > li {
  position: relative;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 1.75rem;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #fff;
  background: #1aadc3;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.list-counter-circle > li:last-child {
  margin-bottom: 0;
}
.list-counter-circle > li::before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  left: -2rem;
  top: -0.25rem;
  bottom: -0.25rem;
  width: 2.5rem;
  line-height: 2rem;
  border-radius: 1.25rem;
  border: 0.25rem solid #fff;
  text-align: center;
  color: #fff;
  background: #1aadc3;
}
.api_info_bold {
  font-weight: bold;
}
