@font-face {
  font-family: "Matter";
  src: url("/static/css/Matter-Regular.otf");
}

body {
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: rgb(19, 27, 31);
}

#leftNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 360px;
  background-color: rgb(25, 35, 47);
}

#logoContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10vh;
  background-color: rgb(12, 18, 27);
}

#linkContainer {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  margin-top: 30px !important;
  margin-bottom: 120px;
}

#breadCrumbs {
  position: absolute;
  top: 0;
  left: 360px;
  width: calc(100vw - 320px);
  height: 10vh;
  background-color: rgb(12, 18, 27);
  display: flex;
  align-items: center;
  color: white;
}

.breadcrumb-list {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0px 15px;
  padding-top: 1px;
}

.breadcrumb {
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  /* font-family: Arial, Helvetica, sans-serif; */
}

#breadCrumbs p {
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  text-transform: capitalize !important;
  /* font-family: Arial, Helvetica, sans-serif; */
}

#breadCrumbs a {
  font-size: 20px;
  color: #38bfa1;
  text-transform: capitalize !important;
}

.breadcrumb-title {
  text-decoration: none;
}

.breadcrumb-title-last {
  text-decoration: none;
  color: white !important;
  pointer-events: none;
}

.bootstrap-select {
  position: absolute;
  right: 5vw;
}

#markdown-container {
  position: absolute;
  top: 10vh;
  left: 360px;
  /* height: 95vh; */
  width: calc(100vw - 360px);
  bottom: 30px;
  overflow-y: scroll;
  padding: 50px 50px 100px 50px;
  background-color: rgb(19, 27, 31);
}

#markdown-container .toclink {
  font-family: "Matter";
  color: #d1e4f5;
  text-decoration: none;
  pointer-events: none;
}

#markdown-container .toclink:hover {
  text-decoration: underline;
}

#markdown-container p,
li,
td,
tr {
  font-family: "Matter";
  font-size: 16px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: rgb(219, 235, 255);
}

#markdown-container table {
  border-radius: 4px;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #23305e;
  border-bottom-width: 0;
  border-collapse: collapse;
}

#markdown-container td {
  padding: 15px 16px !important;
  font-family: Matter, sans-serif !important;
  font-size: 14px !important;
  color: #ffffff !important;
  border-bottom: 1px solid #23305e;
}

#markdown-container th {
  padding: 10px 20px;
  background-color: #23305e !important;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

#markdown-container a {
  font-family: "Matter";
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-decoration: none;
}

#markdown-container img {
  width: 100%;
  max-width: 952px;
  border-radius: 8px;
  background-color: #2e384d;
  padding: 24px;
  margin: 18px;
  border-style: none;
}

#markdown-container ul {
  padding-inline-start: 0.83em !important;
}

#jinja-container {
  position: absolute;
  top: 10vh;
  left: 360px;
  width: calc(100vw - 320px);
  height: 95vh;
  overflow-y: scroll;
  padding: 50px 50px 100px 50px;
  background-color: rgb(19, 27, 31);
  color: white;
}

#jinja-container p {
  /* font-family: "Matter"; */
  font-size: 16px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: rgb(219, 235, 255);
  white-space: pre-line;
}

#jinja-container a {
  /* font-family: "Matter"; */
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-decoration: none;
  color: #007bff;
}

#jinja-container h1 {
  /* font-family: "Matter"; */
}

#api-method {
  background-color: rgb(85, 85, 223);
  border-radius: 5px;
  padding: 4px 4px;
}

#jinja-container .hidden {
  display: none;
}

#jinja-container th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3c4c70;
  color: white;
}

.case-links {
  margin-left: 96px;
}

.case-icon {
  width: 100px;
}

.table,
.table2,
.tableC,
.tableO,
table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #23305e !important;
  border-bottom-width: 0;
}

.table thead td,
.table2 thead td,
.table2 thead th,
.tableHeader,
thead {
  padding: 10px 20px;
  background-color: #23305e !important;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.table tbody td,
.table2 tbody td,
.tableCell1,
tbody {
  padding: 15px 16px !important;
  font-family: Matter, sans-serif !important;
  font-size: 14px !important;
  color: #ffffff !important;
}

.table2,
table :not(thead) tr {
  border-bottom: 1px solid #23305e;
}

.table2.noBottomLine tr {
  border-bottom: none !important;
}

.table2 td {
  white-space: pre-line;
}

.training-option {
  width: 10vw;
}

.use-case-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

pre {
  display: block;
  overflow-x: auto;
  background: transparent;
  color: rgb(197, 200, 198);
  padding: 10px 14px;
  border-radius: 4px;
  white-space: pre-wrap;
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  white-space: pre-wrap;
}

pre code {
  word-break: break-word;
}

.editor-header {
  font-family: "Matter";
  margin-top: 20px;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
  background-color: #39456e;
  padding: 11px 10px 6px 26px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02px;
  color: #dbebff;
}

.editor-header span {
  font-family: "Matter";
}

.editor-body {
  border: none;
  border-radius: 0 0 8px 8px;
  background-color: #23305e;
  padding: 15px 16px !important;
  font-family: Matter, sans-serif !important;
  font-size: 14px !important;
  color: #ffffff !important;
}

.language {
  margin: 20px 0px 10px;
  font-size: 13px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.language-header {
  font-size: 13px;
}

.language > .bootstrap-select {
  width: 120px !important;
  position: relative !important;
  right: unset !important;
}

.language-select .dropdown-menu {
  border-radius: 0px !important;
}

.language-select .inner {
  height: 75px !important;
}

.language-select .dropdown-toggle {
  align-items: center;
  background-color: rgb(16, 23, 32);
  border-color: rgb(102, 102, 102);
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: flex;
  width: 120px !important;
  color: #f1f1f1;
  min-height: 32px;
  margin-left: 10px;
}

.language-select > button.dropdown-toggle:focus,
.language-select > button.btn-light:active:focus {
  outline: none !important;
  box-shadow: none !important;
}

.language-select__separator {
  align-self: stretch;
  background-color: rgb(102, 102, 102);
  margin-bottom: 8px;
  margin-top: 8px;
  width: 1px;
  box-sizing: border-box;
}

.language-select option {
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 32px;
  text-transform: capitalize;
}

#api-doc-tables {
  overflow-x: scroll !important;
}

.api {
  font-family: Matter;
  font-size: 16px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: rgb(219, 235, 255);
  margin-bottom: 27px;
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 40px;
}

.api-title {
  font-family: Matter;
  font-size: 24px;
  line-height: 1.33;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
}

.api-header {
  font-family: Matter;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: rgb(219, 235, 255);
  margin: 20px 0px;
  font-weight: 600;
}

.api-header__title {
  font-size: 24px;
  line-height: 1.33;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
}

.api-name {
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}

.api-method {
  font-family: Roboto, sans-serif;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  padding: 4px 7px;
  background-color: rgb(46, 91, 255);
  font-size: 13px;
  font-weight: 700;
}

.api-method-get {
  font-family: Roboto, sans-serif;
  margin: auto;
  text-align: center;
  padding: 4px 7px 4px 0;
  color: green;
  font-size: 13px;
}

.api-method-post {
  font-family: Roboto, sans-serif;
  margin: auto;
  text-align: center;
  padding: 4px 7px 4px 0;
  color: orange;
  font-size: 13px;
}

.api-method-delete {
  font-family: Roboto, sans-serif;
  margin: auto;
  text-align: center;
  padding: 4px 7px 4px 0;
  color: crimson;
  font-size: 13px;
}

.api-method-patch {
  font-family: Roboto, sans-serif;
  margin: auto;
  text-align: center;
  padding: 4px 7px 4px 0;
  color: gray;
  font-size: 13px;
}

.exception-when {
  display: flex;
  align-items: center;
}

.exception-when > p {
  margin-bottom: 0;
}

.api-url {
  border-radius: 6px;
  background-color: #2e384d;
  font-size: 14px;
  margin: 10px 0px;
  padding: 13px 14px;
}

.api-url__copy {
  font-family: Matter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #87a1ff;
  padding-right: 13px;
  cursor: pointer;
}

.api-url-copy-icon {
  transform-origin: 0.4375em 0.5em;
  margin-right: 5px;
}

.custom-type-table-row {
  white-space: normal !important;
}


.inner-table {
  border-radius: 4px;
  border: none !important;
  background-color: #131b26;
}

.inner-table td {
  font-family: Matter, sans-serif !important;
  font-size: 14px !important;
  color: #ffffff !important;
  padding: 7px 16px !important;
  border-bottom: 1px solid rgb(14, 21, 31) !important;
  background-color: #23305e;
}

.inner-table thead th {
  white-space: nowrap;
  background-color: #39456e !important;
  border-bottom: 1px solid rgb(14, 21, 31) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.83 !important;
  color: #d1e4f5 !important;
  padding: 7px 18px !important;
}

#class-reference-inner-table {
  border-radius: 4px !important;
  border: none !important;
  background-color: #131b26 !important;
}

#class-reference-inner-table td {
  font-family: Matter, sans-serif !important;
  font-size: 16px !important;
  color: #ffffff !important;
  padding: 11px 24px !important;
  border-bottom: 1px solid rgb(14, 21, 31) !important;
  background-color: #23305e !important;
}

#class-reference-inner-table thead th {
  white-space: nowrap;
  background-color: #39456e !important;
  border-bottom: 1px solid rgb(14, 21, 31) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.83 !important;
  color: #d1e4f5 !important;
  padding: 7px 18px !important;
}

.side-nav__link,
.nav-link__sub {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 10px 2px 7px 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer !important;
}

.nav-link__sub > span {
  opacity: 0.65 !important;
  font-size: 14px !important;
}

.nav-link__sub > svg {
  opacity: 0.75 !important;
  font-size: 15px !important;
}

.side-nav__link:hover,
.nav-link__sub:hover {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 10px 2px 7px 16px;
  font-weight: 600;
}

.side-nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-spacing: 0px;
  border-collapse: collapse;
}

.side-nav__item > svg {
  font-size: 15px;
  width: 22px;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-nav__item > span {
  flex: 1 1 0%;
  min-width: 0px;
  padding-top: 2px;
  padding-bottom: 4px;
  display: flex;
  padding-right: 6px;
  align-items: center;
}

.side-nav__item > span > span {
  white-space: nowrap;
  line-height: 16px;
  padding-left: 5px;
  font-size: 14px;
  opacity: 0.65;
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlight {
  position: relative;
  color: rgba(0, 248, 197, 0.8) !important;
  padding: 10px 2px 7px 16px !important;
  opacity: 1 !important;
  font-weight: 600;
  background-color: rgba(0, 161, 126, 0.23) !important;
  transition: all 0.15s ease-in-out !important;
}

.highlight span > span:nth-child(2) > span {
  opacity: 1 !important;
}

.highlight span > span:nth-child(1) > span > svg {
  transform-origin: 0.625em 0.4em;
  color: rgba(0, 248, 197, 0.8);
  font-size: 15px;
  opacity: 0.9;
  /* opacity: 1 !important; */
}

.sub-highlight {
  position: relative;
  color: rgba(0, 248, 197, 0.8) !important;
  padding: 10px 2px 7px 16px !important;
  opacity: 1 !important;
  font-weight: 600;
  background-color: rgba(0, 161, 126, 0.23) !important;
  transition: all 0.15s ease-in-out !important;
}

.sub-highlight span > span:nth-child(3) > span {
  opacity: 1 !important;
}

.sub-highlight span > span:nth-child(2) > span > svg {
  transform-origin: 0.625em 0.4em;
  color: rgba(0, 248, 197, 0.8);
  font-size: 15px;
  opacity: 0.9;
  /* opacity: 1 !important; */
}

.highlight-bright {
  color: rgb(255, 255, 255) !important;
  background-color: transparent !important;
}

.highlight-bright span > span:nth-child(1) > span > svg {
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
}

.high2-bright {
  background-color: transparent !important;
}

.high2-bright span > span:nth-child(3) > span {
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
}

.high2-bright span > span:nth-child(2) > span > svg {
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
}

.svg-target > svg {
  transform-origin: 0.625em 0.4em;
  color: rgb(255, 255, 255);
  font-size: 15px;
  opacity: 0.74;
}

.codehilite {
  margin: 15px 0 20px 0;
  border: none;
  border-radius: 8px;
  background: #23305e !important;
  padding: 14px 10px 1px 10px;
}

.codehilite pre {
  background: #23305e;
}

.search-bar {
  background-color: rgb(25, 35, 47);
  color: white;
}

.search-bar:hover {
  background-color: rgb(25, 35, 47);
  color: white;
}

.abstract-class-bar {
  background-color: rgb(25, 35, 47);
  color: white;
  padding: 5px 10px 5px 10px;
  border-color: #23305e;
  margin-top: 10px;
}

.abstract-class-bar:hover {
  background-color: rgb(25, 35, 47);
  color: white;
}

.colab img {
  width: 128px !important;
  border: 0 !important;
  padding: 0 !important;
}

.markdown-img-background img {
  background-color: #2e384d !important;
}

.dropdown-item {
  color: white !important;
  background-color: rgb(20, 35, 33) !important;
}

.dropdown-menu {
  border-radius: 10px;
}

.dropdown-menu,
.dropdown-menu.inner,
.no-results {
  color: white;
  background-color: rgb(20, 35, 33);
  /* height: 170px;

    overflow-y: auto; */
}

.inner {
  height: 170px !important;
}

.dropdown > div.dropdown-menu > div.inner > ul.inner {
  height: 170px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.dropdown > div.dropdown-menu > div.inner > ul.inner::-webkit-scrollbar {
  width: 8px;
}

.dropdown > div.dropdown-menu > div.inner > ul.inner::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown > div.dropdown-menu > div.inner > ul.inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.no-results {
  background-color: transparent !important;
}

input[type="search"],
input[type="search"]:focus {
  background-color: #2e384d;
  color: white;
}

.selected a {
  background-color: rgb(97, 127, 236) !important;
}

.dropdown-menu li a {
  color: #ffffff !important;
}

.dropdown-menu li.selected a {
  color: #ffffff !important;
}

@keyframes slide-down {
  0% {
    top: -60px;
  }
  25% {
    top: -40px;
  }
  50% {
    top: -20px;
  }
  75% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

@keyframes slide-up {
  0% {
    top: 0;
  }
  50% {
    top: -40px;
  }
  100% {
    top: -60px;
  }
}

.show {
  display: unset;
}

.hidden {
  display: none;
}

.notification {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  font-size: 13px;
  margin: 10px 0px 0px;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  transform: translate3d(0px, 0px, 0px);
  will-change: transform, opacity;
  border-top: none;
  background-color: transparent;
  color: white;
  box-shadow: none;
  background-image: linear-gradient(
    to left,
    rgb(12, 207, 228),
    rgb(51, 145, 237) 57%,
    rgb(140, 84, 255)
  );
  top: 0px;
  height: 41px;
}

.notification-message {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.notification-dismiss {
  cursor: pointer;
  font-family: Arial;
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 5px;
  line-height: 15px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: -8px;
}

.notifications-tc {
  font-family: Matter;
  position: fixed;
  width: 320px;
  padding: 0px 10px 10px;
  z-index: 9998;
  box-sizing: border-box;
  height: auto;
  top: 0px;
  bottom: auto;
  left: 50%;
}

.hidden .notifications-tc {
  animation: slide-up 0.3s ease-out;
}

.show .notifications-tc {
  animation: slide-down 0.3s ease-in;
}

.usecase-title {
  font-family: Matter;
  font-size: 24px;
  line-height: 1.33;
  color: rgb(255, 255, 255);
  margin-bottom: 24px;
  margin-top: 0px;
  font-weight: 500;
}

.usecase-header {
  font-family: Matter;
  font-size: 24px;
  line-height: 1.33;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
}

.usecase-column {
  font-family: Matter;
  font-size: 16px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: rgb(219, 235, 255);
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: inherit;
}

.nav-panel {
  position: absolute;
  width: 360px;
  height: 86%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.nav-panel::-webkit-scrollbar {
  width: 8px;
}

.nav-panel::-webkit-scrollbar-track {
  background: transparent;
}

.nav-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.FXgO, .FXgO a {
  font-family: Matter, sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  color: #ffffff;
}

.class-reference-description {
  font-size: 20px !important;
}

.breadcrumb-root {
  position: absolute;
  inset: 0px;
  height: 100%;
}

.breadcrumb-position-specifier {
  position: relative;
  margin: 2px 4px 2px 2px;
  border-radius: 4px;
  height: 100%;
}

.breadcrumb-margin-specifier {
  float: right;
  margin-left: 20px;
  margin-right: 12px;
  height: 54px;
  display: table;
  margin-top: 1px;
}

.breadcrumb-search-container {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0px 15px;
  padding-top: 1px;
}

.breadcrumb-search-container .hbWC {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  margin-right: -200px;
  flex: 1;
}

.custom-type-table-start-hidden {
  display: none;
}

.select-picker-padding {
  width: 40em;
}

.sublink {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 10px 2px 7px 16px;
  font-weight: 600;
  text-decoration: none;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-36 {
  margin-left: 36px;
}

.sublink-container {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-spacing: 0px;
  border-collapse: collapse;
}

.sublink-spacer {
  display: inline-block;
  width: 12px;
}

.sublink-icon-container {
  width: 22px;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sublink-title-container {
  flex: 1 1 0%;
  min-width: 0px;
  padding-top: 2px;
  padding-bottom: 4px;
  display: flex;
  padding-right: 9px;
  align-items: center;
}

.sublink-title {
  white-space: normal;
  line-height: 19px;
  padding-left: 5px;
  font-size: 14px;
}

.sublink-title-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.65;
}

.sublink-title-2 {
  opacity: 0.65;
  word-break: break-word;
}

.logo {
  width: 182px;
}

.first-sublink-title {
  white-space: nowrap;
  line-height: 16px;
  padding-left: 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.65;
}

.search-window {
  overflow-y: scroll;
}

.footer-container {
  position: absolute;
  height: 24px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(7, 15, 27);
}

.footer-copyright-container {
  float: right;
  height: 24px;
  width: 248px;
  text-align: right;
}

.footer-copyright {
  padding: 4px 10px 0px 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 600;
}

.footer-logo-container {
  float: left;
  height: 24px;
  width: 249px;
  border-right: 2px solid rgb(29, 30, 31);
}

.footer-logo {
  padding: 4px 0px 0px 10px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 600;
}

.other-sublink {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 10px 2px 7px 16px;
  font-weight: 600;
  text-decoration: none;
}

.sublinksublinksublink {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 10px 2px 7px 16px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.65;
  font-size: 14px;
}
