﻿/*@btn-primary: @limbo-yellow;
@btn-primary-text: @limbo-green;*/
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
main {
  display: flex;
  width: 100%;
}
article {
  flex: 1;
  margin-top: 25px;
  padding-bottom: 100px;
}
aside {
  max-width: 350px;
  min-width: 350px;
  margin-left: 20px;
  margin-top: 50px;
}
aside h3 {
  font-size: 22px;
}
h1 {
  margin-top: 55px;
  font-size: 2em;
}
h2 {
  flex: 1;
  margin: 55px 0 25px 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #eaecef;
}
header:has(h1) {
  margin: 55px 0 15px 0;
  display: flex;
}
header:has(h1) h1 {
  margin: 0;
  flex: 1;
}
pre {
  margin: 5px 0;
  padding: 5px;
  background: #efefef;
}
a + i.fa-external-link,
a + i.fa-arrow-up-right-from-square {
  margin-left: 2px;
  font-size: 70%;
}
h4 a + i.fa-external-link,
h4 a + i.fa-arrow-up-right-from-square {
  margin-left: 5px;
}
.comment {
  color: #999;
}
.footer {
  margin-top: 75px;
}
.breadcrumb {
  font-size: 13px;
}
.breadcrumb a + span,
.breadcrumb span + a {
  margin-left: 5px;
}
.container a {
  color: #2D493B;
}
.container a:hover {
  color: #E2C763;
}
.container a.btn {
  color: #fff;
}
.search form {
  display: flex;
}
.search input[type=text] {
  flex-grow: 1;
  max-width: initial;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
}
.search input[type=submit] {
  margin-left: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.color-red {
  color: #f44336;
  color: red !important;
}
.navbar {
  background: #2D493B !important;
}
.navbar .navbar-brand {
  color: rgba(255, 255, 255, 0.9) !important;
}
.navbar .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.55) !important;
}
.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
}
.navbar .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.55) !important;
}
.dimmed {
  color: #999;
}
.alert {
  position: relative;
  margin-bottom: 20px;
  background: #333333;
  padding: 20px 20px;
  padding-left: 60px;
  color: #fff;
  line-height: 25px;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert a {
  color: #fff;
}
.alert:before {
  content: "\f129";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 20px;
  width: 25px;
  text-align: center;
}
.alert.alert-info {
  background: #2E8AEA;
  background: #2196F3;
}
.alert.alert-success {
  background: #46A546;
  background: #4CAF50;
}
.alert.alert-success:before {
  content: "\f058";
}
.alert.alert-warning {
  background: #DF7F48;
  background: #FF5722;
}
.alert.alert-warning:before {
  content: "\f071";
}
.alert.alert-danger {
  background: #EE0070;
  background: #E91E63;
}
.alert.alert-danger:before {
  content: "\f071";
}
h2 + div.alert {
  margin-top: 25px;
}
.alert pre {
  background: rgba(0, 0, 0, 0.15);
  white-space: pre-wrap;
  font-size: 11px;
}
td.fw,
th.fw {
  width: 100%;
}
td.nw,
th.nw {
  white-space: nowrap;
}
table.table.list.bordered,
table.table.list.border {
  border: 1px solid #DEE2E6;
}
table.table.list.bordered > thead > tr > th,
table.table.list.border > thead > tr > th {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #cfd5db;
  background: #DEE2E6;
  padding: 0.2rem 0.5rem;
  font-size: 13px;
}
.section-overview h3 {
  font-size: 18px;
}
.overview .overview-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.overview a.overview-item {
  padding: 8px 15px;
  margin-top: 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  flex-basis: 23%;
  margin-left: 20px;
  display: flex;
  text-decoration: none;
}
.overview a.overview-item > div:first-child {
  flex: 1;
}
.overview a.overview-item.active {
  border: 1px solid #4038a8 !important;
}
.overview a.overview-item:hover,
.overview a.overview-item:focus {
  color: #000;
  border-color: #e2e2e2;
  background-color: #efefef;
}
.overview a.overview-item:hover > div > strong,
.overview a.overview-item:focus > div > strong,
.overview a.overview-item:hover > div > .description,
.overview a.overview-item:focus > div > .description {
  text-decoration: underline !important;
}
.overview a.overview-item.release-group-inactive strong,
.overview a.overview-item.release-group-inactive .overview-item-facts,
.overview a.overview-item.release-group-inactive .overview-item-tags {
  opacity: 0.5;
}
.overview .overview-item-facts {
  margin: 5px 0;
  font-size: 13px;
}
.overview a.overview-item .description {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none !important;
  color: #000;
  font-weight: normal;
}
.overview a.overview-item:hover span {
  text-decoration: none !important;
}
.overview .overview-badges {
  float: right;
}
.overview .overview-details {
  margin: 5px 0;
  font-size: 12px;
}
.overview .overview-details p {
  margin-bottom: 0;
}
.overview .overview-details p + p {
  margin-top: 5px;
}
.overview.--lists {
  /*        a.overview-item .overview-item-header strong {
            font-size: 18px;
        }*/
}
.overview.--lists a.overview-item .description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.overview.--lists.--col3 > div {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 0 -20px;
}
.overview.--lists.--col3 a.overview-item {
  width: calc(33% - 22px);
  margin-left: 20px;
  margin-top: 20px;
  flex-basis: initial;
}
.meh {
  margin-top: 75px;
}
.meh-items {
  display: flex;
  flex-wrap: wrap;
}
.meh-item {
  padding: 8px 15px;
  width: calc(50% - 10px);
  border: 1px solid transparent;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
a.meh-item {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  text-decoration: none;
}
a.meh-item > div:first-child {
  flex: 1;
}
a.meh-item.active {
  border: 1px solid #ff4081;
}
a.meh-item:hover {
  color: #000;
}
a.meh-item:hover > div > strong,
a.meh-item:hover > div > .description {
  text-decoration: underline !important;
}
a.meh-item.meh-left {
  position: relative;
  margin-right: 10px;
  text-align: right;
}
a.meh-item.meh-left:before {
  display: flex;
  float: left;
  content: "<";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 100%;
  align-items: center;
  padding: 0 15px;
  font-size: 22px;
  font-family: FontAwesome;
  content: "\f060";
}
a.meh-item.meh-right {
  position: relative;
  margin-left: 10px;
}
a.meh-item.meh-right:after {
  display: flex;
  float: left;
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 100%;
  align-items: center;
  padding: 0 15px;
  font-size: 22px;
  font-family: FontAwesome;
  content: "\f061";
}
a.meh-item .description {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none !important;
  color: #000;
  font-weight: normal;
}
a.meh-item:hover span {
  text-decoration: none !important;
}
.package-lead-devs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.package-lead-devs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.package-lead-devs img {
  border-radius: 50%;
  margin-right: 5px;
}
.documentation-childrenf ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(10em, 19em));
}
.documentation-childrenf li {
  background: #F3F3F3;
  padding: 10px;
}
.documentation-childrenf li a {
  flex: 1;
}
.documentation-childrenf li strong {
  display: block;
  line-height: 20px;
}
.documentation-children ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.documentation-children li {
  background: #F3F3F3;
  padding: 10px;
  flex: 1;
  display: flex;
  max-width: calc(100% / 4 - (10px * 3));
  min-width: calc(100% / 4 - (10px * 3));
}
.documentation-children li a {
  flex: 1;
}
.documentation-children li strong {
  display: block;
  line-height: 20px;
}
.documentation h2 {
  margin: 24px 0 16px 0;
  font-weight: 600;
  line-height: 1.25em;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
  /*        position: sticky;
        top: 0;
        background: #fff;
        left: 0;
        right: 0;*/
}
.documentation h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.25em;
}
.documentation h4 {
  margin: 24px 0 16px 0;
  font-weight: bold;
  line-height: 1.15em;
  font-size: 1.15em;
}
.documentation div + h2,
.documentation p + h2,
.documentation ul + h2,
.documentation ol + h2 {
  margin-top: 66px;
}
.documentation p code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  color: #4038a8;
}
.highlight.csharp {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.csharp .identifier {
  color: #795da3;
}
.highlight.csharp .keyword {
  color: #a71d5d;
}
.highlight.csharp .comment {
  color: #969896;
}
.highlight.csharp .string {
  color: #df5000;
}
.highlight.csharp .constant {
  color: #0086b3;
}
.highlight.xml {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.xml .cdata {
  color: #df5000;
}
.highlight.xml .cdatavalue {
  color: #df5000;
}
.highlight.xml .element {
  color: #63a35c;
}
.highlight.xml .attribute {
  color: #795da3;
}
.highlight.xml .string {
  color: #df5000;
}
.highlight.xml .quot {
  color: #df5000;
}
.highlight.xml .comment {
  color: #969896;
}
.highlight.javascript {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.javascript .keyword {
  color: #a71d5d;
}
.highlight.javascript .constant {
  color: #0086b3;
}
.highlight.javascript .string {
  color: #df5000;
}
.highlight.json {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.json .keyword {
  color: #a71d5d;
}
.highlight.json .constant {
  color: #0086b3;
}
.highlight.json .string {
  color: #df5000;
}
.highlight.csharp .comment,
.highlight.xml .comment,
.highlight.javascript .comment {
  color: #6a9955;
}
.highlight.nuget preeeee {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.highlight {
  overflow-x: auto;
  /*width: @width - 200px;*/
}
.highlight + p {
  margin-top: 11px;
}
p + .highlight {
  margin-top: -5px;
}
.highlight pre {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
}
.highlight.csharp {
  color: #333;
}
.highlight.csharp .identifier {
  color: #dcdcaa;
}
.highlight.csharp .keyword {
  color: #569cd6;
}
.highlight.csharp .comment {
  color: #6a9955;
}
.highlight.csharp .string {
  color: #ce9178;
}
.highlight.csharp .constant {
  color: #569cd6;
}
.highlight.xml,
.highlight.html {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.xml pre,
.highlight.html pre {
  color: #fff;
}
.highlight.xml .operator,
.highlight.html .operator {
  color: #858585;
}
.highlight.xml .cdata,
.highlight.html .cdata {
  color: #ce9178;
}
.highlight.xml .cdatavalue,
.highlight.html .cdatavalue {
  color: #ce9178;
}
.highlight.xml .element,
.highlight.html .element {
  color: #569cd6;
}
.highlight.xml .attribute,
.highlight.html .attribute {
  color: #8cdcfe;
}
.highlight.xml .string,
.highlight.html .string {
  color: #ce9178;
}
.highlight.xml .quot,
.highlight.html .quot {
  color: #ce9178;
}
.highlight.xml .comment,
.highlight.html .comment {
  color: #6a9955;
}
.highlight.javascript {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.javascript .keyword {
  color: #569cd6;
}
.highlight.javascript .constant {
  color: #0086b3;
}
.highlight.javascript .string {
  color: #ce9178;
}
.highlight.javascript .comment {
  color: #6a9955;
}
.highlight.json {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.json .keyword {
  color: #a71d5d;
}
.highlight.json .constant {
  color: #b5cea8;
}
.highlight.json .string {
  color: #ce9178;
}
.highlight.json .comment {
  color: #6a9955;
}
/*
.highlight.json .property { color: #f8c555; }
.highlight.json .string { color: #7ec699; }
*/
.highlight {
  position: relative;
}
.highlight > button.copy {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  transition: all linear 0.2s;
}
.highlight > button.copy:hover {
  border: 1px solid #fff;
  color: #fff;
}
.markdown {
  display: flex;
  margin-top: 45px;
}
.markdown > aside {
  max-width: 250px;
  min-width: 250px;
  margin-left: 0;
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
  padding-right: 15px;
}
.markdown > aside ul ul ul li {
  margin-top: 4px;
  line-height: 16px;
}
.markdown > aside > ul > li {
  margin-bottom: 5px;
}
.markdown > aside > ul > li > a {
  color: #0366d6;
  font-size: 15px;
}
.markdown > aside pre {
  font-size: 10px;
  line-height: 12px;
}
.markdown > aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.markdown > aside li.version.active + li.version {
  margin-top: 15px;
}
.markdown > aside ul ul ul {
  margin-left: 15px;
}
.markdown > aside li.active > a {
  font-weight: bold;
}
.markdown > aside a {
  text-decoration: none;
}
.markdown > aside a:hover {
  text-decoration: underline;
}
.markdown h1 {
  margin-top: -5px;
  margin-bottom: 20px;
}
.markdown header:has(h1) {
  margin-top: -5px;
  margin-bottom: 20px;
}
.markdown-body h2 {
  margin-top: 65px;
  font-size: 22px;
}
.markdown-body h3 {
  margin-top: 35px;
  font-size: 18px;
}
.markdown-body h4 {
  margin-top: 15px;
  font-size: 16px;
}
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
  position: relative;
}
.markdown-body h2 a.anchor,
.markdown-body h3 a.anchor,
.markdown-body h4 a.anchor {
  position: absolute;
  left: -26px;
  width: 50px;
  display: none;
}
.markdown-body h2:hover a.anchor,
.markdown-body h3:hover a.anchor,
.markdown-body h4:hover a.anchor {
  display: block;
}
.markdown-body h2 code,
.markdown-body h3 code,
.markdown-body h4 code {
  padding: 0.2em 0.4em;
  margin: 0;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  color: #000;
  font-weight: bold;
}
.markdown-body p code,
.markdown-body ul code,
.markdown-body ol code,
.markdown-body table code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  color: #000;
}
.markdown-body h2 > a.anchor {
  line-height: 24px;
  width: 28px;
  color: #2D493B !important;
}
.markdown-body h2 > a.anchor > i {
  font-size: 18px;
}
.markdown-body h3 > a.anchor {
  line-height: 20px;
  width: 25px;
  color: #2D493B !important;
}
.markdown-body h3 > a.anchor > i {
  font-size: 14px;
}
.markdown-body figure {
  margin: 45px 0;
  text-align: center;
}
.markdown-body figure img {
  border: 4px solid #fff;
  outline: 1px solid #ccc;
  max-width: 100%;
}
.markdown-body figure + figure {
  margin-top: 75px;
}
.markdown-body figcaption {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  font-style: italic;
  color: #666;
}
.markdown-body a.external-link + i {
  margin-left: 3px;
  font-size: 12px;
}
h2 + .api-endpoint {
  margin-top: 25px;
}
.api-endpoint {
  border: 1px solid #D8DEE3;
  border-radius: 10px;
  padding: 20px;
}
.api-endpoint .api-endpoint-title {
  display: flex;
}
.api-endpoint h3 {
  margin-bottom: 20px;
  font-size: 19px;
}
.api-endpoint h4 {
  margin-bottom: 20px;
  font-size: 17px;
}
.api-endpoint .api-endpoint-method {
  display: block;
  border-radius: 5px;
  color: #fff;
  width: 6rem;
  margin-right: 10px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  background: #666;
}
.api-endpoint .api-endpoint-url {
  font-size: 16px;
  color: #6b7280;
  font-weight: normal;
  line-height: 32px;
}
.api-endpoint .api-endpoint-method-get {
  background: #2166ae;
}
.api-endpoint .api-endpoint-method-post {
  background: #3b9f0f;
}
.api-endpoint .api-endpoint-method-put {
  background: #f77d05;
}
.api-endpoint .api-endpoint-method-delete {
  background: #e95c5c;
}
.api-endpoint .api-endpoint-method-patch {
  background: #03d1eb;
}
.api-endpoint .api-endpoint-method-head {
  background: #a44eed;
}
.api-endpoint .api-endpoint-method-options {
  background: #ecb500;
}
.api-endpoint pre.debug {
  display: none;
}
.api-endpoint table.responses {
  width: 100%;
}
.api-endpoint table.responses th {
  white-space: nowrap;
  font-weight: normal;
}
.api-endpoint table.responses th:first-child {
  min-width: 150px;
}
.api-endpoint table.responses th,
.api-endpoint table.responses td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.api-endpoint table.responses td {
  border-top: 1px solid #D8DEE3;
}
.api-endpoint table.responses code {
  background: #efefef;
  color: #000;
  border-radius: 3px;
  padding: 2px 4px;
}
.api-endpoint .parameters,
.api-endpoint .properties {
  list-style: none;
  margin: 0;
  padding: 0;
}
.api-endpoint .parameters > li,
.api-endpoint .properties > li {
  border-top: 1px solid #D8DEE3;
  margin: 0;
  padding: 15px 0;
}
.api-endpoint .parameter-title,
.api-endpoint .property-title {
  margin-bottom: 10px;
}
.api-endpoint .parameter-name,
.api-endpoint .property-name,
.api-endpoint code {
  background: #efefef;
  color: #000;
  border-radius: 3px;
  padding: 0 4px;
  font-weight: 500;
}
.api-endpoint .parameter-type,
.api-endpoint .property-type {
  margin-left: 10px;
}
.api-endpoint .parameter-required,
.api-endpoint .property-required {
  margin-left: 10px;
  color: red;
  text-transform: capitalize;
}
.links ul {
  list-style: none;
  margin: -10px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links li {
  display: inline-block;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}
.links a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.links a,
.links a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.links.endpoints {
  background: #4038a8;
  padding: 30px;
  color: #fff;
}
.links.endpoints ul {
  margin: 0;
}
.links.endpoints ul li {
  display: block;
  position: relative;
  min-height: 68px;
  width: 33%;
  margin-bottom: 10px;
}
.links.endpoints ul li > div {
  padding: 10px;
  display: flex;
}
.links.endpoints i {
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #0099d4;
  background: rgba(0, 0, 0, 0.25);
  margin-right: 20px;
}
.links.endpoints i:before {
  position: absolute;
  line-height: 48px;
  width: 48px;
  text-align: center;
  font-size: 24px;
}
.links.endpoints ul li > div > a {
  display: block;
  margin-left: 10px;
  padding: 0;
  background: none !important;
}
.links.endpoints ul li > div > div > a {
  display: block;
  padding: 0;
  background: none !important;
}
.links.endpoints .pages {
  margin-left: 5px;
  padding-top: 3px;
  font-size: 13px;
}
.links.endpoints .pages a {
  display: inline-block;
  width: initial;
  padding: initial;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  background: none;
}
.links.endpoints .pages a {
  position: relative;
  padding-left: 10px;
  border-bottom: 0;
}
.links.endpoints .pages a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 5px 0 10px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  margin: 3px 5px 0 10px;
  font-size: 10px;
}
.links.endpoints h2 {
  margin-top: 0;
  border: 0;
}
.links.endpoints.release-groups h2 {
  margin-top: 0;
  border: 0;
}
.links.endpoints.release-groups .release-group-tags > .badge {
  background: rgba(255, 255, 255, 0.5);
  background: #2F2A7E;
  border-color: #2F2A7E;
  color: white;
}
.links.endpoints.release-groups .release-group-tags > .badge-sm {
  font-size: 9px;
  padding: 3px 5px;
}
.flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.mr10px {
  margin-right: 10px;
}
header.header-h3 {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
header.header-h3 h3 {
  margin-bottom: 0;
}
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
body .btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d;
}
body .btn-outline-secondary:hover {
  color: #fff !important;
}
h1 + section,
h1 + div.section,
header + section,
section + section,
div.section + div.section {
  margin-top: 50px;
}
.search form {
  display: flex;
}
.search input[type=text] {
  flex-grow: 1;
  max-width: initial;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
}
.search input[type=submit] {
  margin-left: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
a.badge {
  color: #fff;
  text-decoration: none;
}
.badge {
  border: 1px solid #999;
  background: #999;
  color: #333;
}
.badge.badge-default {
  background: #4038a8;
  border-color: #4038a8;
  color: white;
}
a.badge.badge-default:hover {
  background: #473ebb;
  border-color: #473ebb;
  color: white;
}
.badge.badge-inverted {
  border: 1px solid #999;
  background: transparent;
  color: #333;
}
a.badge.badge-inverted:hover {
  color: #333;
  background: rgba(0, 0, 0, 0.05);
}
.badge.badge-success {
  color: #fff;
  background: #4CAF50;
  border-color: #4CAF50;
}
.badge.badge-danger {
  color: #fff;
  background: #E91E63;
  border-color: #E91E63;
}
.badge.badge-warning {
  color: #fff;
  background: #FF5722;
  border-color: #FF5722;
}
.badge-sm {
  padding: 0.35em 0.45em;
  font-size: 0.65em;
}
.badge.package-status.package-status-unknown,
.badge.package-status.package-status-stale,
.badge.package-status.package-status-beta,
.badge.package-status.package-status-pre {
  color: #fff;
  background: #FF5722;
  border-color: #FF5722;
}
.badge.package-status.package-status-in-development {
  color: #fff;
  background: #2196F3;
  border-color: #2196F3;
}
.badge.package-status.package-status-active,
.badge.package-status.package-status-latest {
  color: #fff;
  background: #4CAF50;
  border-color: #4CAF50;
}
.badge.package-status.package-status-retired,
.badge.package-status.package-status-alpha {
  color: #fff;
  background: #E91E63;
  border-color: #E91E63;
}
.notifications {
  display: flex;
}
.notification {
  background: #ccc;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 10px;
  text-decoration: none !important;
}
.notification.notification-warning {
  background: #f6ab2e;
  background: #EAA624;
}
.notification.notification-danger {
  background: #ef1226;
  background: #F65B63;
}
.notification.notification-info {
  background: #31AEA0;
}
.notification.notification-success {
  background: #35c786;
}
.notifications {
  display: flex;
}
.notifications > .notification + .notification {
  margin-left: 5px;
}
a:hover .notification {
  text-decoration: none !important;
}
.color-danger {
  color: #E91E63;
}
.release-notes {
  margin-top: 65px;
}
.release-notes h3 {
  font-size: 20px;
  margin-top: 55px;
  margin-bottom: 15px;
}
.release-notes h3:first-child {
  margin-top: 25px;
}
.release-notes div.highlightfff + h3 {
  margin-top: 15px;
}
.release-notes h3 + ul {
  margin-top: 25px;
}
.release-notes h4 {
  margin: 15px 0 15px 0;
  font-size: 17px;
}
.release-notes h4 code {
  font-weight: bold;
}
.release-notes h3 + h4 {
  margin-top: 25px;
}
.release-notes code {
  background: #EFF1F3;
  color: #000;
  padding: 2px 5px;
}
.release-notes strong code {
  font-weight: bold;
}
.release-notes p + div.highlight {
  margin-top: 5px;
}
.release-notes div.highlight + p {
  margin-top: 5px;
}
.search-group header {
  display: flex;
  margin-bottom: 25px;
}
.search-group header h3 {
  flex: 1;
  margin: 0;
  font-size: 22px;
}
.search-group header h4 {
  flex: 1;
  margin: 0;
  font-size: 18px;
}
.navbar-search {
  display: flex;
}
.navbar-search input {
  margin-right: 10px;
  width: 150px;
}
.navbar-search input:focus {
  width: 350px;
}
.navbar-search button.btn {
  height: 30px;
}
.navbar-search + .navbar-nav {
  margin-left: 20px;
}
.flex {
  display: flex;
}
.flex-grow {
  flex: 1;
}
h2 {
  font-size: 25px;
}
body {
  background: #4038a8;
}
.body {
  background: #fff;
  padding-bottom: 75px;
  margin-top: -16px;
  padding-top: 16px;
}
.footer {
  margin-top: 0;
  padding-top: 15px;
  background: #4038a8;
  color: #fff;
}
.footer a {
  color: #e6e6e6;
}
.footer a:hover,
.footer a:active {
  color: #fff;
}
.footer .container {
  margin-top: 25px;
}
.footer .footer-links {
  line-height: 32px;
  display: flex;
  gap: 10px;
}
.footer .footer-links a {
  text-decoration: none;
}
.footer .footer-links a:hover,
.footer .footer-links a:active {
  text-decoration: underline;
}
.footer .social-links {
  display: flex;
  gap: 10px;
}
.footer .social-links a {
  background: #312b82;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
}
.release-notes h2,
.release-notes h3,
.release-notes h4 {
  position: relative;
}
.release-notes h2 a.anchor,
.release-notes h3 a.anchor,
.release-notes h4 a.anchor {
  position: absolute;
  top: 3px;
  left: -26px;
  width: 50px;
  display: none;
  font-size: 80%;
}
.release-notes h2:hover a.anchor,
.release-notes h3:hover a.anchor,
.release-notes h4:hover a.anchor {
  display: block;
}