body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, html {
  height: 100%;
  overflow-x: hidden;
}

header {
  padding: 12px 16px;
}
header .navbar-brand {
  padding: 0;
  display: block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
header .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}
header .nav-link {
  font-size: 20px;
  color: #000000;
  display: block;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
header .navbar-toggler {
  padding: 0.55rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #444;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-left-color: #d9e2e2;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out;
}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(180deg);
}
header .navbar-toggler-icon {
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 16px;
  background-image: url(../webapp/img/icon-arrow-down.svg);
}

.mt-0 {
  margin-top: 0;
}

.ms-auto {
  margin-left: auto;
}

.me-2 {
  margin-right: 0.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.navbar-toggler:hover {
  text-decoration: none;
}

.text-primary {
  color: #0b5d66;
}

.home-api {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-api li {
  flex: 0 0 auto;
  margin: 18px 27px;
  width: calc(50% - 54px);
}
.home-api a {
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  color: #333333;
  padding: 2rem 2rem 2.5rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.375rem;
  background: #f8f8f8;
}
.home-api a svg {
  display: block;
  color: #0b5d66;
  width: 45px;
  height: 45px;
  margin: 1rem auto 1.5rem auto;
}
.home-api a:hover {
  background: #f2f2f2;
}

main {
  width: 100%;
  min-height: calc(100vh - 78px - 71px);
  position: relative;
}

footer {
  padding: 0.5rem 1rem;
  margin-top: auto;
  background: #333333;
  color: #ffffff;
}
footer img {
  height: 55px;
  display: block;
}

#swagger-ui .models.is-open .models-control {
  background: none;
}
#swagger-ui select {
  box-shadow: none;
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 0.375rem;
  background: #ffffff;
  min-height: 40px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#swagger-ui select:focus {
  border-color: #85aeb3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(11, 93, 102, 0.25);
}
#swagger-ui .topbar {
  display: none;
}
#swagger-ui .swagger-ui {
  font-family: "Nunito Sans", sans-serif;
}
#swagger-ui .swagger-ui .info {
  line-height: 1.7;
}
#swagger-ui .swagger-ui .info hgroup.main {
  margin-bottom: 40px;
}
#swagger-ui .swagger-ui .info hgroup.main .title {
  font-size: 2em;
  color: #0b5d66;
  font-family: "Nunito Sans", sans-serif;
}
#swagger-ui .swagger-ui .info hgroup.main a {
  font-size: 16px;
}
#swagger-ui .swagger-ui .info a {
  font-family: "Nunito Sans", sans-serif;
  color: #0b5d66;
}
#swagger-ui .swagger-ui .info h1,
#swagger-ui .swagger-ui .info h2,
#swagger-ui .swagger-ui .info h3,
#swagger-ui .swagger-ui .info h4,
#swagger-ui .swagger-ui .info h5 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.3;
}
#swagger-ui .swagger-ui .info .description h2 {
  margin-bottom: 0.8rem;
}
#swagger-ui .swagger-ui .info .description h3 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
#swagger-ui .swagger-ui .info .title small {
  padding: 3px 5px;
  background: #ffc107;
}
#swagger-ui .swagger-ui .info .title small pre {
  font-size: 12px;
}
#swagger-ui .swagger-ui .info .title small.version-stamp {
  background: #28b012;
}
#swagger-ui .swagger-ui .scheme-container {
  display: none;
}
#swagger-ui .swagger-ui .markdown code,
#swagger-ui .swagger-ui .renderedMarkdown code {
  color: #6610f2;
  padding: 3px 5px;
}
#swagger-ui .swagger-ui .opblock-tag {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5em;
  margin-bottom: 15px;
  border-bottom-color: #e4e4e4;
  border-radius: 0.375rem 0.375rem 0 0;
}
#swagger-ui .swagger-ui .opblock-tag.no-desc {
  padding-right: 10px;
}
#swagger-ui .swagger-ui .model-box-control,
#swagger-ui .swagger-ui .models-control,
#swagger-ui .swagger-ui .opblock-summary-control {
  line-height: 1;
  min-height: 30px;
}
#swagger-ui .swagger-ui .model-box-control:focus,
#swagger-ui .swagger-ui .models-control:focus,
#swagger-ui .swagger-ui .opblock-summary-control:focus {
  outline: none;
}
#swagger-ui .swagger-ui .opblock {
  box-shadow: none;
  border-radius: 0.375rem;
}
#swagger-ui .swagger-ui .opblock .opblock-summary-description {
  font-family: "Nunito Sans", sans-serif;
}
#swagger-ui .swagger-ui .opblock .opblock-summary-method {
  font-family: "Nunito Sans", sans-serif;
}
#swagger-ui .swagger-ui .opblock .opblock-summary {
  padding-left: 7px;
}
#swagger-ui .swagger-ui .opblock.opblock-get {
  border-color: #0dcaf0;
  background: rgba(13, 202, 240, 0.08);
}
#swagger-ui .swagger-ui .opblock.opblock-get .opblock-summary {
  border-color: #0dcaf0;
}
#swagger-ui .swagger-ui .opblock.opblock-get .opblock-summary-method {
  background: #0dcaf0;
}
#swagger-ui .swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after {
  background: #0dcaf0;
}
#swagger-ui .swagger-ui .opblock.opblock-post {
  border-color: #28b012;
  background: rgba(40, 176, 18, 0.08);
}
#swagger-ui .swagger-ui .opblock.opblock-post .opblock-summary {
  border-color: #28b012;
}
#swagger-ui .swagger-ui .opblock.opblock-post .opblock-summary-method {
  background: #28b012;
}
#swagger-ui .swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span:after {
  background: #28b012;
}
#swagger-ui .swagger-ui .opblock .tab-header .tab-item.active h4 span:after {
  bottom: -15px;
}
#swagger-ui .swagger-ui .opblock .opblock-section-header {
  background: #f8f8f8;
  box-shadow: none;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#swagger-ui .swagger-ui .opblock .opblock-section-header h4 {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}
#swagger-ui .swagger-ui .opblock-section .renderedMarkdown p {
  line-height: 1.7;
}
#swagger-ui .swagger-ui .opblock-description-wrapper {
  padding-bottom: 5px;
}
#swagger-ui .swagger-ui .opblock-description-wrapper .renderedMarkdown h1 {
  font-size: 28px;
}
#swagger-ui .swagger-ui .opblock-body .responses-wrapper p,
#swagger-ui .swagger-ui .opblock-description-wrapper p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}
#swagger-ui .swagger-ui .opblock-body .responses-wrapper .renderedMarkdown,
#swagger-ui .swagger-ui .opblock-description-wrapper .renderedMarkdown {
  font-size: 16px;
  line-height: 1.7;
}
#swagger-ui .swagger-ui .opblock-body .responses-wrapper .renderedMarkdown h1,
#swagger-ui .swagger-ui .opblock-description-wrapper .renderedMarkdown h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
#swagger-ui .swagger-ui .opblock-body .responses-wrapper .renderedMarkdown h2,
#swagger-ui .swagger-ui .opblock-description-wrapper .renderedMarkdown h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
#swagger-ui .swagger-ui .opblock-body .responses-wrapper .renderedMarkdown ul li + li,
#swagger-ui .swagger-ui .opblock-description-wrapper .renderedMarkdown ul li + li {
  margin-top: 5px;
}
#swagger-ui .swagger-ui section.models {
  border: none;
}
#swagger-ui .swagger-ui section.models .model-box {
  padding: 0;
  display: block;
}
#swagger-ui .swagger-ui section.models .models-jump-to-path + .model-box {
  border: 1px solid #e4e4e4;
}
#swagger-ui .swagger-ui section.models .models-jump-to-path + .model-box .model-box {
  padding: 0 10px;
}
#swagger-ui .swagger-ui section.models .models-jump-to-path + .model-box .model-box .inner-object {
  margin-bottom: 5px;
}
#swagger-ui .swagger-ui section.models .model-box-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
  border: none;
  width: 100%;
}
#swagger-ui .swagger-ui section.models .model-box-control .model-toggle {
  margin: 0 0 0 auto;
}
#swagger-ui .swagger-ui section.models .models-control {
  margin-bottom: 0;
}
#swagger-ui .swagger-ui section.models .model-container {
  margin-left: 0;
  margin-right: 0;
  background: #f1f0f0;
}
#swagger-ui .swagger-ui section.models h4 {
  padding-right: 15px;
  border-bottom: 1px solid #e4e4e4;
}
#swagger-ui .swagger-ui section.models h4 span {
  font-size: 20px;
  color: #3b4151;
}
#swagger-ui .swagger-ui section.models h4:hover .models-control {
  background: none;
}
#swagger-ui .parameters-col_name .parameter__name {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .home-api {
    max-width: 60%;
    margin: 0 auto;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .navbar-brand {
    height: 66px;
  }
  .navbar-brand img {
    height: 66px;
    max-width: 100%;
  }
  .navbar-brand:after {
    content: "";
    position: absolute;
    display: none;
    right: 0;
    top: -0.75rem;
    bottom: -0.75rem;
    border-right: solid 1px #d9e2e2;
  }
  .nav li {
    margin: 0 0.75rem;
  }
}
@media (min-width: 1352.98px) {
  .nav li {
    margin: 0 0.75rem;
  }
  main {
    min-height: calc(100vh - 91px - 71px);
  }
  .home-api {
    max-width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1352.98px) {
  .navbar-expand-long .navbar-brand {
    height: 52.8px;
  }
  .navbar-expand-long .navbar-brand img {
    height: 52.8px;
  }
  .navbar-expand-long .navbar-collapse .nav li {
    margin: 0 0.25rem;
  }
  .navbar-expand-long .navbar-collapse .nav li .nav-link {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199.98px) {
  header .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 0;
  }
  header .container-fluid,
  header .container-sm,
  header .container-md,
  header .container-lg,
  header .container-xl,
  header .container-xxl {
    padding: 0;
  }
  .navbar-expand-long .navbar-brand {
    height: 52.8px;
    order: 1;
    margin: 0.75rem 1rem;
  }
  .navbar-expand-long .navbar-brand img {
    height: 52.8px;
  }
  .navbar-toggler {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .home-api {
    margin: 0 15px;
  }
  .home-api li {
    margin: 0 0 40px;
    width: 100%;
  }
}
