@charset "UTF-8";

/* fonts */

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/InstrumentSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/InstrumentSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/InstrumentSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/InstrumentSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/InstrumentSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/InstrumentSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/RobotoMono-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/RobotoMono-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/RobotoMono-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/RobotoMono-BoldItalic.ttf") format("truetype");
}

:root {
  --akka-black: #1a1a1a;
  --akka-gray-900: #1a1a1a;
  --akka-gray-800: #2f2f2f;
  --akka-gray-700: #434343;
  --akka-gray-600: #606060;
  --akka-gray-500: #808080;
  --akka-gray-400: #adadad;
  --akka-gray-300: #c9c9c9;
  --akka-gray-200: #e5e5e5;
  --akka-gray-100: #f5f5f5;
  --akka-gray-50: #fafafa;
  --akka-blue: #00d8dd;
  --akka-green: #72d35b;
  --akka-yellow: #ffce4a;
  --akka-orange: #ff5400;
  --akka-blue-dkr: #02a4a7;
  --akka-green-dkr: #5aa547;
  --akka-yellow-dkr: #f5b60b;
  --akka-orange-dkr: #d84800;
  --white: #f1f1f1;
  --black: #000000;
  --heavy-black: #0d0d0d;
  --medium-black: #141414;
  --soft-black: #1a1a1a;
  --medium-gray: #4e4e4e;
  --soft-gray: #a6a6a6;
  --caution-color: var(--akka-yellow-dkr);
  --caution-on-color: #ffffff;
  --important-color: var(--akka-orange-dkr);
  --important-on-color: #ffffff;
  --note-color: var(--akka-yellow-dkr);
  --note-on-color: #ffffff;
  --tip-color: var(--akka-green-dkr);
  --tip-on-color: #ffffff;
  --warning-color: var(--akka-orange-dkr);
  --warning-on-color: #ffffff;
  --navbarHeight: 84px;
  --border-color-dark: #313131;
  --border-color: var(--akka-gray-300);
  --link-color: var(--akka-blue-dkr);
  --link-color-hover: var(--akka-blue-dkr);
  --link-color-ltr: var(--akka-blue);
  --link-color-ltr-hover: var(--akka-blue-dkr);
  --panel-bg-color: var(--akka-gray-100);
  /* --max-site-width: 1272px; */
  --max-site-width: 1440px;
}

.debug {
  border: 1px dashed var(--akka-blue-dkr);
}

/* body */

body {
  background: #ffffff;
  color: var(--akka-black);
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  cursor: default;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* docs header */
.docs-header-wrapper {
  background: var(--black);
  width: 100%;
}

.docs-header {
  background: var(--black);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  height: var(--navbarHeight);
  max-width: var(--max-site-width);
  margin: 0 auto;
}

.docs-header .brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.docs-header .brand a {
  color: var(--akka-blue);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.docs-header .brand img {
  width: 110px;
}

.docs-header .ask-ai-search-bar {
    background-color: var(--akka-gray-800);
    padding: .5rem .5rem .5rem .5rem;
    color: var(--white);
    border: 1px solid var(--akka-gray-700);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    margin: 0 2rem;
    
}
@media screen and (min-width: 1280px) {
  .docs-header .ask-ai-search-bar {
    min-width: 340px;
  }
}

.docs-header .ask-ai-search-bar svg {
    margin-left: 2rem;
}

.docs-header nav > span,
.docs-header nav a,
.docs-header nav a:visited,
.docs-header nav a:hover,
.docs-header nav a:active {
  font-size: 0.875rem;
  color: var(--white);
  text-decoration: none;
  position: relative;
  letter-spacing: 0;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition: all 0.4s ease;
}
.docs-header nav a:hover {
  color: var(--akka-blue);
}
.docs-header nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  .docs-header nav {
    gap: 1.5rem;
  }
}

.docs-header nav .drop-down > span .child-triggerm {
  width: 10px;
  height: 8px;
  margin-left: 2px;
  display: inline-block;
  transition: all ease 400ms;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1.00003 0.999984L4.00005 4L7.00006 0.999984' stroke='%2300DBDD'/%3E%3C/svg%3E") no-repeat center center / cover;
}

.docs-header nav .drop-down:hover > span .child-triggerm {
  transform: rotateX(180deg);
  transition: all ease 400ms;
}



/* (adjust menu/nav on small screens) */
@media screen and (max-width: 400px) {
  .docs-header {
    justify-content: center;
  }
  .docs-header .hide-super-small {
    display: none !important;
  }
}
@media screen and (max-width: 540px) {
  .docs-header .hide-small {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .docs-header .hide-medium {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .docs-header .ask-ai-search-bar {
    display: none !important;
  }
}

.docs-header .drop-down {
  position: relative;
  z-index: 999;
}

.docs-header .drop-down-content-wrapper {
  opacity: 0;
  display: none;
  position: absolute;
  left: -160px;
  padding-top: 29px;
  transition: all 0.4s ease;
}

@media screen and (max-width: 750px) {
  .docs-header .drop-down {
    position: static;
  }
  .docs-header .drop-down-content-wrapper {
    right: 0;
    left: 0;
    width: 100%;
  }
}

.docs-header .drop-down-content-wrapper.right {
  right: 0;
  left: auto;
}

.docs-header nav .nav-divider {
  height: 84px;
  width: 1px;
  background-color: var(--border-color-dark);
  margin: 0 1rem;
}

.docs-header nav a.btn {
  background-color: var(--akka-blue);
  border: 1px solid var(--akka-blue);
  color: #000000;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.docs-header nav a.btn:hover {
  background-color: var(--black);
  color: var(--akka-blue);
  transition: all 0.4s ease;
}

.docs-header .drop-down:hover > span {
  color: var(--akka-blue);
  transition: all 0.4s ease;
}

.docs-header .drop-down:hover .drop-down-content-wrapper {
  display: flex;
  opacity: 1;
  transition: all 0.4s ease;
}

.docs-header .drop-down .drop-down-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
  padding: 2rem;
  background-color: var(--soft-black);
  border: 1px solid var(--border-color-dark);
  min-width: max-content;
  width: 100%;
}

.docs-header .drop-down-content .col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.docs-header .drop-down-content .divider {
  width: 1px;
  background-color: var(--akka-gray-700);
}

.docs-header .drop-down-content .col h3 {
  color: var(--akka-yellow);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.sticky-sidebar {
  z-index: 990;
}

/* (large size) */
@media screen and (min-width: 64em) {
  .sticky-sidebar {
    position: sticky;
    top: 0px;
    background: var(--panel-bg-color);
    background: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 18.75rem;
    height: 100vh;
    min-height: 100vh;
    border-right: 0px solid var(--border-color);
  }
  .site-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    max-width: var(--max-site-width);
    margin: 0 auto;
  }
}

.sticky-sidebar-contents {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 300ms ease-in-out;
  border-top: 0px solid var(--border-color);
}

.sticky-sidebar-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 3rem;
  width: 18.75rem;
  overflow: hidden;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.fixed-shift-for-large {
  overflow-x: hidden;
  margin: 0;
}

@media screen and (min-width: 110em) {
  .fixed-shift-for-large {
    margin: 0 auto;
  }
}

/* content */

.site-content .row {
  max-width: 67.5rem;
}

/* adjust top margin for sticky header (not large size) */
@media screen and (max-width: 63.9375em) {
  .site-content {
    margin-top: 0;
  }
}

.page-content {
  position: relative;
  min-height: 600px;
}

.docs {
  padding-top: 1.5rem;
}

.row.source-github {
  padding:  1rem .9375rem;
}

/* @media screen and (min-width: 64em) {
  .docs {
    margin-left: 1rem;
    margin-right: 1rem;
  }
} */

/* headers */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  margin-top: 1.3rem;
  color: var(--akka-black);
}

h1 {
  font-size: 1.8em;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.4rem;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 0.3rem;
}

h3 {
  font-size: 1.125em;
}

h4,
h5,
h6 {
  font-size: 1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* text */

p {
  font-family: inherit;
  font-size: 1em;
  color: var(--akka-black);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

li p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* links */

a {
  font-family: inherit;
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

a:link {
  color: var(--link-color);
}

a:visited {
  color: var(--link-color);
}

a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}

a:active {
  color: var(--link-color);
}

.docs a {
  font-weight: 500;
}

/* header anchors */

a.anchor .anchor-link:before {
  content: "§";
}

.site-content .page-content .prettyprint .snippet-button {
  float: right;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: var(--link-color);
  border: 1px solid var(--border-color);
  padding: 4px 4px;
  margin-left: 8px;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-content .page-content .prettyprint .snippet-button:hover {
  background-color: #e5e6e4;
  border: 1px solid var(--link-color);
}

a.anchor .anchor-link {
  font-size: 1.2rem;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* adjust anchor targets for sticky header (not large size) */
@media screen and (max-width: 63.9375em) {
  :target:before {
    content: "";
    display: block;
    height: 4rem;
    margin-top: -4rem;
  }
}

/* adjust anchor targets to match magellan (large size) */
@media screen and (min-width: 64em) {
  :target:before {
    content: "";
    display: block;
    height: 25px;
    margin-top: -25px;
  }
}

h1 > a.anchor,
h2 > a.anchor,
h3 > a.anchor,
h4 > a.anchor,
h5 > a.anchor,
h6 > a.anchor {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 2rem;
  margin-left: -2rem;
  padding-right: 0.2rem;
  text-align: right;
  text-decoration: none;
}

h1:hover > a.anchor,
h2:hover > a.anchor,
h3:hover > a.anchor,
h4:hover > a.anchor,
h5:hover > a.anchor,
h6:hover > a.anchor {
  visibility: visible;
  color: inherit;
  text-decoration: none;
}

/* code */

pre {
  padding: 1rem !important;
  border: none !important;
  border-left: 10px solid var(--border-color) !important;
  background: var(--panel-bg-color) !important;
  margin: 0 0 1.5rem 0 !important;
  white-space: pre;
  overflow: auto;
}

code {
  line-height: 1.1 !important;
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Courier, monospace !important;
  font-size: 0.9375em !important;
  font-weight: normal !important;
  font-variant-ligatures: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: var(--akka-gray-200);
  color: var(--akka-black);
  padding: 0 0.2rem !important;
}

pre > code {
  background: none;
  border-radius: 0;
  padding: 0 !important;
}

h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
  border: none;
  background: inherit;
  color: inherit;
  padding: 0 !important;
}

a code {
  border: none;
  color: inherit;
  font-weight: bold !important;
}

/* definition lists */

dl dt {
  margin-top: 1.5rem;
}

/* tabbed code snippets */

dl.tabbed {
  position: relative;
}

dl.tabbed dt {
  float: left;
  position: relative;
  margin-top: 0;
  margin-left: 10px;
  background: var(--akka-gray-200);
}

dl.tabbed dt.current {
  z-index: 2;
}

dl.tabbed dt a {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 2;
  color: var(--link-color);
  font-weight: 700;
  text-decoration: none;
}

dl.tabbed dt a:hover {
  background: var(--akka-gray-400);
  color: var(--link-color);
}

dl.tabbed dt.current a {
  background: var(--panel-bg-color);
  color: var(--akka-black);
  font-weight: 700;
  outline: none;
}

dl.tabbed dd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 29px;
}

dl.tabbed dd.current {
  z-index: 1;
}

/* blockquotes */

blockquote {
  color: var(--akka-black);
  border-left: 10px solid var(--akka-yellow-dkr);
  position: relative;
  background-color: var(--panel-bg-color);
  padding: 1rem 1rem 1rem 3.25rem;
}

blockquote::before {
  content: "\201C";
  display: inline-block;
  font-size: 6rem;
  color: var(--akka-yellow-dkr);
  line-height: 1;
  position: absolute;
  left: 0.5rem;
  top: 0;
  height: 3rem;
}

blockquote p {
  color: var(--akka-black);
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}

blockquote code {
  color: var(--akka-black);
}

/* callouts */

.callout {
  background-color: var(--panel-bg-color) !important;
  border: 0;
  margin: 0 0 1.5rem !important;
}

.callout .callout-title {
  font-size: 1.1em;
  margin-bottom: 1rem;
  font-weight: 700;
}

.callout.note {
  border-left: 10px solid var(--note-color);
}

.callout.note .callout-title {
  color: var(--note-color);
}

.callout.warning {
  border-left: 10px solid var(--important-color);
}

.callout.warning .callout-title {
  color: var(--important-color);
}

.callout code {
  background: var(--akka-gray-200);
}

.callout pre {
  border: none !important;
  background: var(--akka-gray-300) !important;
}

/* sidenotes */

.sidenote {
  background: var(--panel-bg-color);
  border-left: 10px solid var(--border-color);
  padding: 1rem;
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
}

.sidenote > :first-child {
  margin-top: 0;
}

.sidenote > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .sidenote {
    position: absolute;
    right: 0;
    width: 25%;
    background: none;
    border: 0;
    padding-top: 0;
  }
}

/* tables */

table {
  border-radius: 12px;
  overflow: hidden;
}

table thead tr {
  background: var(--akka-gray-200);
}

table thead tr th {
  border: 1px solid #ffffff;
}

table tbody tr {
  background: var(--akka-gray-100);
}

table tbody tr:nth-child(even) {
  background: var(--akka-gray-200);
}

table thead tr td,
table tbody tr td {
  border: 1px solid #ffffff;
}

table code {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: var(--panel-bg-color);
  padding: 0 0.2em !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
}
.sticky-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 3rem;
  background: var(--akka-gray-800);
  color: #fff;
}

.sticky-header .logo {
  height: 2rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.sticky-header .menu-icon {
  margin-top: 1rem;
  margin-right: 1.5rem;
}

.overlay-nav {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-top: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: height 0.5s linear;
}

.overlay-nav.nav-open {
  height: calc(100vh - var(--navbarHeight));
}

/* prevent scrolling of the body */
body.nav-open {
  overflow: hidden;
}

.overlay-nav .nav-header {
  background-image: none;
}

.overlay-nav .nav-header .nav-header-title h1 {
  margin-top: 0;
  padding-top: 0.5rem;
}

@media screen and (max-width: 63.9375em) {
  .overlay-nav .algolia-autocomplete .ds-dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--content {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--content:before {
    display: none !important;
  }

  .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
    display: none !important;
  }
}

.overlay-nav .nav-toc {
  padding: 1rem;
}

/* navigation header */

.nav-header {
  text-align: left;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 1rem;
  z-index: 10;
  color: var(--akka-black);
  width: 100%;
}

.nav-header a {
  color: var(--akka-black);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.nav-header a:hover {
  color: var(--akka-blue-dkr);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.nav-header .nav-header-title a {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 700;
}

.nav-header .nav-header-version {
  font-size: 0.9em;
  margin: 0.5rem 0;
}

.nav-header .nav-header-groups select.supergroup {
  width: 100%;
  font-size: 0.9em;
  padding-left: 1rem;
  border-color: var(--border-color);
  /* border: none; */
}

.nav-header .nav-header-groups select.supergroup:focus {
  box-shadow: 0 0 6px #eee;
}

.nav-header .nav-header-search {
  width: 100%;
  margin: 0 auto;
}

.nav-header .nav-header-search .search {
  display: inline-block;
  width: 100%;
  font-size: 0.9em;
  padding-left: 1rem;
  margin-bottom: 0;
  border-radius: 0;
  border-color: var(--border-color);
  box-shadow: none;
}

.nav-header .nav-header-search .search:focus {
  box-shadow: 0 0 6px #eee;
}

input::placeholder {
  opacity: 1;
  color: #000000;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #000000;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #000000;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #000000;
}
input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #000000;
}

.glowGradientWrapper {
  width: 100%;
  height: 6px;
  background-color: var(--akka-black);
}
.glowGradientWrapper .glowGradient {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffce4a 0%, #04c4c5 50%, #d70023 100%);
  background-size: cover;
  background-blend-mode: hard-light;
  /* -webkit-animation: hue-rotate 3s linear infinite;
    animation: hue-rotate 3s linear infinite; */
}
@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/* navigation toc */

.nav-toc {
  background: transparent;
}

.nav-toc ul {
  margin: 0;
  padding: 0;
  line-height: 2rem;
}

.nav-toc ul > li {
  list-style-type: none;
}

.nav-toc ul > li ul {
  margin: 0.2rem 0 0.2rem 0.6rem;
  border-left: 2px solid var(--border-color);
}

.nav-toc ul > li a {
  display: block;
  color: var(--akka-black);
  font-weight: bold;
  font-size: 0.9rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-toc ul > li a.active {
  color: var(--link-color);
}

.nav-toc ul > li a:hover {
  color: var(--link-color);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.nav-toc ul > li a.header {
  font-size: 0.9rem;
  font-weight: normal;
}

/* navigation footer */

.nav-footer {
  background-color: var(--akka-black);
  text-align: center;
}

.nav-footer a {
  text-decoration: none;
}

.nav-footer a:hover {
  text-decoration: none;
}

.nav-footer .logo {
  height: 24px;
  margin: 16px;
}

/* block grid toc */

.page-content .toc ul.toc-grid {
  margin-top: 3rem;
}

.page-content .toc ul.toc-grid li {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 40em) {
  .page-content .toc ul.toc-grid li {
    padding-right: 1rem;
  }
  .page-content .toc ul.toc-grid li:nth-child(2n) {
    padding-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .page-content .toc ul.toc-grid li {
    padding-right: 1rem;
  }
  .page-content .toc ul.toc-grid li:nth-child(2n) {
    padding-right: 1rem;
  }
  .page-content .toc ul.toc-grid li:nth-child(3n) {
    padding-right: 0;
  }
}

.page-content .toc .toc-box {
  background: #fff;
  height: 100%;
  padding: 0;
  border: 1px solid var(--border-color);
}

.page-content .toc .toc-box > a {
  display: block;
  color: var(--akka-yellow);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-bottom: 0px solid var(--border-color);
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
  background-color: var(--akka-black);
}

.page-content .toc .toc-box > a:hover {
  color: var(--link-color-ltr);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.page-content .toc .toc-box li {
  list-style-type: none;
}

.page-content .toc .toc-box ul {
  margin: 0;
  padding: 1rem;
}

.page-content .toc .toc-box ul li ul {
  margin: 0.2rem 0 0.2rem 0.6rem;
  border-left: 2px solid var(--border-color);
  padding: 0;
  padding-left: 0.6rem;
}

.page-content .toc .toc-box li a {
  display: block;
  color: var(--akka-black);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: all 300ms ease-in-out;
}

.page-content .toc .toc-box li a.header {
  font-weight: normal;
}

.page-content .toc .toc-box li a:hover {
  color: var(--akka-blue-dkr);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

/* prev/next navigation */

.nav-prev-next {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: var(--panel-bg-color);
}

.nav-prev {
  padding: 1rem;
}

.nav-next {
  padding: 1rem;
}

.nav-prev-next a {
  color: var(--link-color);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.nav-prev-next a:hover {
  color: var(--link-color-hover);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

/* footer */

.page-footer {
  margin-top: 0;
  border-top: 0px solid var(--border-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.page-footer .copyright {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}

.page-footer .copyright a {
  color: var(--link-color);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.page-footer .copyright a:hover {
  color: var(--link-color-hover);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.page-footer img.logo {
  height: 1.5rem;
  margin-right: 1rem;
}

.page-footer p.legal {
  margin: 0;
}

/*oneTrust cookie*/

body .optanon-alert-box-wrapper .optanon-alert-box-bottom-top {
  height: 20px;
}

body .optanon-alert-box-wrapper .optanon-alert-box-bottom-padding {
  padding-bottom: 20px;
}

.lightbend-privacy-cookie-footer {
  padding: 1rem 0 1rem 0;
  color: white;
  vertical-align: middle;
}

.lightbend-privacy-cookie-footer p {
  font-size: 0.875rem;
  vertical-align: middle;
}

.lightbend-privacy-cookie-footer .optanon-show-settings-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.optanon-cookie-policy-group {
  padding-top: 4rem;
}

.optanon-cookie-policy-group:first-child {
  padding-top: 0;
}

.optanon-cookie-policy-group-name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.optanon-cookie-policy-subgroup-table-column-header {
  font-weight: 700;
}

.cookie-warning {
  background: #6cc04a;
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
}

.cookie-warning p {
  color: white !important;
  font-size: 1rem !important;
  margin: 0;
}

.cookie-warning p > a {
  border: 1px solid white;
  color: white;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  margin: 0.25rem 1rem;
  cursor: pointer;
}

.cookie-warning p > a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #6cc04a;
}

.cookie-warning small {
  color: white !important;
  font-size: 0.875rem !important;
}

.flex-video {
  background-color: #ebeef0;
  text-align: center;
}

.flex-video .cookie-warning {
  background: transparent;
  padding: 0.5rem 2rem;
  margin: 2rem auto 0 auto;
}

.flex-video .cookie-warning p {
  color: #15a9ce !important;
}

.flex-video .cookie-warning p > a {
  display: block;
  margin: 1rem auto;
  max-width: 300px;
  border: 1px solid #15a9ce;
  color: #15a9ce;
}

.flex-video .cookie-warning p > a:hover {
  background: #107f9b;
  color: white;
}

body #onetrust-pc-sdk .ot-switch {
  width: 45px !important;
  padding: 0 !important;
}
body #onetrust-pc-sdk .ot-switch-nob:before {
  transform: translateX(2px);
}
body .onetrust-pc-dark-filter {
  background: rgba(0, 0, 0, 0.75);
}
body #onetrust-button-group {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  text-align: left !important;
}
body #onetrust-accept-btn-handler {
  opacity: 1 !important;
  transition: all 300ms ease-in-out;
  outline: none !important;
}
body #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  outline: none !important;
}
body #onetrust-accept-btn-handler:hover {
  background-color: #0b5567 !important;
  border-color: #0b5567 !important;
  transition: all 300ms ease-in-out;
}
body .ot-pc-footer-logo {
  display: none;
}
body #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #6cc04a;
}
body #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  border-color: #6cc04a;
  background-color: #d4e8cb;
}
body #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #6cc04a;
}

/* project/module metadata info table from sbt-paradox-project-info
  hidden initially, link toggles, see metadata-toggle.js
*/
table.project-info {
  display: none;
  border-radius: 0;
  margin-top: 1rem;
}

table.project-info tbody {
  border: 1px solid #ffffff;
  border-radius: 0;
  overflow: hidden;
  /* border-left: 10px solid var(--akka-yellow-dkr); */
}

table.project-info tbody tr:nth-child(even) {
  /* background-color: var(--akka-gray-200) !important; */
}

table.project-info th {
  border: 1px solid #ffffff;
  text-align: left;
  vertical-align: top;
  color: var(--akka-black);
  font-weight: 400;
}

/* table.project-info td {
  border: none;
} */

a.project-info-toggle {
  margin-bottom: 16px;
}

/* hide build tool selector in navbar */
select[name="BuildTool"] {
  display: none;
}

.hidden {
  display: none !important;
}
