nav.hmenu a:hover {
  color: green;
}
nav.hmenu a {
  text-decoration: none;
  margin: 20px;
}
nav.hmenu a.current {
  color: green;
  font-weight: 600;
  text-decoration: underline;
}
nav.hmenu ul {
  display: inline-flex;
  list-style: none;
}
nav.hmenu ul .mitem {
  margin-right: 30px;
}

.typed-words {
  color: #f91942;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.styled-table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  color: #f91942;
  border-color: #f91942;
  background-color: #fff5f6;
  /*text-align: left;*/
  /*border-bottom: 1px solid #f91942;*/
}

.styled-table th,
.styled-table td {
  padding: 12px 12px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

/* #### spaces management #### */
.add-space.button,
.edit-space.button,
.cancel-space.button {
  margin-top: 15px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  color: #666;
  padding: 8px 22px;
  font-weight: 500;
}

.add-space.button:hover,
.edit-space.button:hover,
.cancel-space.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f91942;
}

@font-face {
  font-family: "Varino Normal";
  src: url("/assets/fonts/VarinoNormal-Regular.woff2") format("woff2"), url("/assets/fonts/VarinoNormal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logo {
  font-family: "Varino Normal";
  font-weight: normal;
  font-style: normal;
  cursor: pointer !important;
  text-decoration: none !important;
  font-size: 12px;
  text-align: center;
}

/* first part is  black and second part of logo is red*/
.logo-p1 {
  color: #000;
  font-size: 1.5em;
  font-weight: lighter;
  max-width: 85px;
}

.logo-p2 {
  color: #ff0000;
  font-size: 1.5em;
  font-weight: bold;
  border-top: 1px solid gray;
  max-width: 85px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.2rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* Disposition icons and space capacities */
.disposition-icons {
  margin: 5px 0 5px 0;
  text-align: center;
}

.disposition-icons > div {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

#markdown-content {
  margin-top: 15px;
}

/***** TOC *****/
.toc__list {
  background-color: #fff;
  margin: 5px 0;
  padding: 10px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  list-style-type: none;
}
.toc__list a:hover {
  color: #781ce0;
  text-decoration: underline;
}

.toc__sublist {
  list-style-type: none;
}
.toc__sublist a:hover {
  color: #781ce0;
  text-decoration: underline;
}

/**************/
select:invalid {
  height: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important;
}

select:invalid[multiple] {
  margin-top: 15px !important;
}

.simple-checkbox-container {
  display: flex;
  margin: 10px 0;
}
.simple-checkbox-container label {
  margin-right: 30px;
}
.simple-checkbox-container .simple-checkbox {
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=styles.css.map */