@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans);

body {
  font-family: "IBM Plex Sans", serif;
  margin: 0px;
  background-color: #F1EFE9;
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
  color: rgb(91, 52, 185);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.36px;
}

.header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 78px;
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.footer {
  width: 100%;
  height: 50px;
  padding: 0px;
  margin: 0px;
}

.logo {
  display: block;
  height: 30px;
  padding: 10px 16px;
}

.copyright {
  text-align: center;
  padding: 36px;
  font-size: 13px;
}

.content {
  /* position  : absolute;
    top       : 50px; */
  overflow: auto;
  padding: 8px 24px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 15px;
  height: calc(100vh - 64px);
}

.entries {
  margin: 12px 0px;
}

.sectionEntry {
  padding: 4px 16px;
}

.sectionHeader {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.71px;
  padding: 12px 0px 6px 0px;
}

.title {
  font-weight: 600;
  text-align: left;
}

.sectionSubHeader {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.71px;
  padding: 12px 0px 6px 0px;
}

.sectionBody {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.36px;
  margin: 16px 0px;
}

a {
  font-size: 16px;
  font-weight: 600;
}

table {
  border: 1px solid black;
  font-size: 18px;
  border-collapse: collapse;
}

th {
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid black;
  padding: 2px 6px;
}

td {
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid black;
  padding: 2px 6px;
}

.back-to-top {
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
}

.sectionBody #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p {
  font-size: 16px;
  letter-spacing: -0.36px;
  margin: 16px 0px;
}

.sectionBody #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.71px;
  padding: 12px 0px 6px 0px;
}

.sectionBody #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.71px;
  padding: 12px 0px 6px 0px;
}

.sectionBody #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
  background-color: #F1EFE9;
  border: 0.5px solid #d7d7d7;
  font-size: 18px;
  font-weight: 600;
}

.sectionBody #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: 16px;
  font-weight: 400;
}

.sectionBody #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
  background-color: unset;
}

.sectionBody #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 35px;
  line-height: 1;
  border-radius: 2em;
  background-color: #8d61c8;
  border: none;
  color: #fff;
  font-family: "IBM Plex Sans", serif;
}

.sectionBody #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #602ca5;
}