/**
 * Main importer for app zone
 * This file imports all LESS files from the layout/ directory
 */
/**
 * Color Variables
 */
#blog-post .post {
  margin-top: 4rem;
}
#blog-post .post h2 {
  margin-top: 2rem;
}
#blog-post .post h3 {
  margin-top: 2rem;
}
#blog-post .image-tool {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}
#blog-post .image-tool img {
  max-width: 100%;
  height: auto;
}
#blog-post em {
  display: inline-block;
  margin: 1rem 0 1.5rem 1rem;
}
#blog-post .image-tool--imgStretched {
  width: 100%;
}
#blog-post .image-tool--wrapStretched {
  width: 100%;
}
#blog-post .image-tool--background {
  background-color: #e8ecec;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#blog-post .image-tool--withBackground {
  max-width: 70%;
  margin: auto;
}
#blog-post .image-tool--bordered {
  padding: 1rem;
  border: solid 1px #917e61;
}
#blog-post .post-footer {
  color: #878787;
  text-align: left;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 1rem;
}
#blog-post .short-description {
  font-style: italic;
  color: #838383;
}
#blog-post .post-content {
  margin-top: 4rem;
}
#blog-post .post-contentimg {
  border-radius: 0.3rem;
}
#blog-post .thumb-wrap {
  max-width: 600px;
}
#blog-post .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* Výška bude 2/3 šířky */
  max-height: 66.666%;
  /* fallback pro starší prohlížeče */
  background-size: cover;
  background-position: center center;
  border-radius: 0.4rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#blog-post .brt-wrapper.brt-public {
  margin: 2.5rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
#blog-post .brt-table-wrap {
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), 0 1.5px 6px rgba(0, 0, 0, 0.04);
  background: #fff;
  overflow: auto;
}
#blog-post .brt-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
#blog-post .brt-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  /* background: linear-gradient(180deg, #f7f8fc 0%, #eef1f7 100%); */
  background-color: #cb8e4c;
  padding: 0.5rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  border-bottom: 2px solid #dce1ea;
  transition: background 0.2s, color 0.2s;
}
#blog-post .brt-table thead th:hover {
  background-color: #c1823e;
  /*color: #374151;*/
}
#blog-post .brt-table thead th:first-child {
  border-top-left-radius: 0.5rem;
}
#blog-post .brt-table thead th:last-child {
  border-top-right-radius: 0.5rem;
}
#blog-post .brt-table thead th .brt-sort-icon {
  font-size: 10px;
  margin-left: 3px;
  opacity: 0.6;
  vertical-align: middle;
}
#blog-post .brt-table .brt-th-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
#blog-post .brt-table .brt-th-sort {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
}
#blog-post .brt-table .brt-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s;
  flex-shrink: 0;
  padding: 0;
}
#blog-post .brt-table .brt-filter-btn:hover {
  opacity: 1;
  border-color: #4f8cff;
  background: #eef3ff;
}
#blog-post .brt-table .brt-filter-btn.brt-filter-active {
  opacity: 1;
  border-color: #4f8cff;
  background: #dbeafe;
}
#blog-post .brt-table .brt-filter-btn svg {
  pointer-events: none;
}
#blog-post .brt-table .brt-filter-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 170px;
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  margin-top: 4px;
}
#blog-post .brt-table .brt-filter-dropdown label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.1s;
}
#blog-post .brt-table .brt-filter-dropdown label:hover {
  background: #f5f7ff;
}
#blog-post .brt-table .brt-filter-dropdown input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #4f8cff;
  cursor: pointer;
  margin: 0;
}
#blog-post .brt-table .brt-filter-dropdown .brt-filter-divider {
  height: 1px;
  background: #eef0f4;
  margin: 4px 0;
}
#blog-post .brt-table .brt-row-hidden {
  display: none !important;
}
#blog-post .brt-table tbody td {
  padding: 0.5rem;
  font-size: 13.5px;
  color: #374151;
  border-bottom: 1px solid #f0f2f5;
  vertical-align: top;
  transition: background 0.2s;
  line-height: 1.5;
}
#blog-post .brt-table tbody tr:last-child td {
  border-bottom: none;
}
#blog-post .brt-table tbody tr.brt-row-main td {
  border-bottom: none;
}
#blog-post .brt-table tbody tr.brt-row-desc td {
  padding: 0 16px 14px 16px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.6;
  border-bottom: 1px solid #eceef3;
  word-break: break-word;
  text-wrap: auto;
}
#blog-post .brt-table tbody tr.brt-row-desc:last-child td {
  border-bottom: none;
}
#blog-post .brt-table .brt-desc-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin-right: 6px;
}
#blog-post .brt-table tbody tr.brt-row-main:nth-of-type(4n+3) td,
#blog-post .brt-table tbody tr.brt-row-desc:nth-of-type(4n+4) td {
  background: #fafbfd;
}
#blog-post .brt-table tbody tr.brt-row-main:hover td {
  background: #f5f7ff;
}
#blog-post .brt-table tbody tr.brt-row-main:hover + tr.brt-row-desc td {
  background: #f5f7ff;
}
#blog-post .brt-table td:nth-child(5) td:nth-child(6) {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: #6b7280;
  font-size: 12.5px;
  letter-spacing: 0.2px;
}
#blog-post .brt-table td:first-child {
  font-weight: 600;
  color: #1f2937;
}
#blog-post .brt-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.15px;
}
#blog-post .brt-badge--red {
  background: #fde8e8;
  color: #b91c1c;
  box-shadow: inset 0 0 0 1px rgba(185, 28, 28, 0.12);
}
#blog-post .brt-badge--green {
  background: #dcfce7;
  color: #15803d;
  box-shadow: inset 0 0 0 1px rgba(21, 128, 61, 0.12);
}
#blog-post .brt-badge--blue {
  background: #dbeafe;
  color: #1d4ed8;
  box-shadow: inset 0 0 0 1px rgba(29, 78, 216, 0.1);
}
#blog-post .brt-badge--orange {
  background: #fef3c7;
  color: #b45309;
  box-shadow: inset 0 0 0 1px rgba(180, 83, 9, 0.12);
}
#blog-post .brt-badge--default {
  background: #f3f4f6;
  color: #6b7280;
}
#blog-post .brt-priority--high {
  background: #fee2e2;
  color: #991b1b;
  box-shadow: inset 0 0 0 1px rgba(153, 27, 27, 0.12);
}
#blog-post .brt-priority--medium {
  background: #fef3c7;
  color: #92400e;
  box-shadow: inset 0 0 0 1px rgba(146, 64, 14, 0.1);
}
#blog-post .brt-priority--low {
  background: #dcfce7;
  color: #166534;
  box-shadow: inset 0 0 0 1px rgba(22, 101, 52, 0.1);
}
#blog-post .brt-status--reported {
  background: #fef3c7;
  color: #b45309;
  box-shadow: inset 0 0 0 1px rgba(180, 83, 9, 0.1);
}
#blog-post .brt-status--resolved {
  background: #dcfce7;
  color: #15803d;
  box-shadow: inset 0 0 0 1px rgba(21, 128, 61, 0.1);
}
#blog-post .brt-status--implemented {
  background: #dbeafe;
  color: #1d4ed8;
  box-shadow: inset 0 0 0 1px rgba(29, 78, 216, 0.1);
}
@media (max-width: 992px) {
  #blog-post .brt-table thead th {
    padding: 10px 10px;
    font-size: 10px;
  }
  #blog-post .brt-table tbody td {
    padding: 10px 10px;
    font-size: 12.5px;
  }
}
@media (max-width: 576px) {
  #blog-post .brt-table-wrap {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }
  #blog-post .brt-table thead th {
    padding: 8px 6px;
    font-size: 9px;
    letter-spacing: 0.3px;
  }
  #blog-post .brt-table tbody td {
    padding: 8px 6px;
    font-size: 11.5px;
  }
  #blog-post .brt-badge {
    padding: 3px 8px;
    font-size: 10px;
  }
  #blog-post .brt-table tr.brt-row-desc td {
    padding: 0 6px 10px 6px;
  }
}

/**
 * Main importer for app zone
 * This file imports all LESS files from the layout/ directory
 */
/**
 * Color Variables
 */
#my-modules-menu {
  /* Close button */
}
#my-modules-menu .cmm-backdrop {
  z-index: 970;
  display: block;
  width: 100%;
  position: fixed;
  top: 0rem;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #my-modules-menu .cmm-tab {
    padding: 3rem 5px 10px 5px !important;
  }
}
#my-modules-menu .cmm-wrapper {
  position: relative;
  width: 100%;
  display: none;
}
#my-modules-menu .cmm-tab {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  padding: 5rem 5px 10px 5px;
  border-radius: 0 0 2px 2px;
  background-color: #fffffec4;
  backdrop-filter: blur(7px);
}
#my-modules-menu .topright {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.3rem;
}
#my-modules-menu .topright-icon {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  text-align: center;
  font-size: 1.2rem;
  color: #5e4915;
  cursor: pointer;
}
#my-modules-menu .topright-icon:hover {
  color: #332708;
}

/**
 * Main importer for app zone
 * This file imports all LESS files from the layout/ directory
 */
/**
 * Color Variables
 */
@media screen and (max-width: 767.99px) {
  .nfcmenu__button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nfcmenu__button svg {
    height: 2.3rem !important;
  }
}
#nfc-dummy .nfcmenu-button {
  width: 2rem;
  height: 2rem;
  transition: all 0.2s ease;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0 1rem;
  overflow: hidden;
}
#nfc-dummy .nfcmenu-button img {
  width: 2rem;
  height: inherit;
  object-fit: contain;
}
#nfc-dummy .icon {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  fill: #696969;
}
#nfc {
  display: block;
  position: relative;
}
#nfc .nfcmenu-button {
  width: 2rem;
  height: 2rem;
  transition: all 0.2s ease;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0 1rem;
  overflow: hidden;
}
#nfc .nfcmenu-button img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}
#nfc .icon {
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  fill: #696969;
}
#nfc a {
  color: #616161;
  text-decoration: none;
}
#nfc a:hover {
  color: #466e70;
  text-decoration: none;
}
@keyframes moveAndClick {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 1;
    transform: translateX(0) rotate(-30deg);
  }
  70% {
    transform: translateX(0) rotate(-30deg) scale(1);
  }
  90% {
    transform: translateX(0) rotate(-30deg) scale(0.8);
  }
  100% {
    transform: translateX(0) rotate(-30deg) scale(1);
  }
}
#nfc .hand {
  position: absolute;
  left: 50%;
  top: 3rem;
  height: 2.2rem;
  animation: moveAndClick 2s infinite;
}
@-webkit-keyframes dyinglight {
  15% {
    transform: scale(1.6);
  }
  50% {
    transform: rotate(-89deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes dyinglight {
  15% {
    transform: scale(1.6);
  }
  50% {
    transform: rotate(-89deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
#nfc .dl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
#nfc .dl__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nfc .dl__list li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#nfc .dl__icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  fill: #818181;
}
#nfc .dl__square {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #d6d6d6;
  border-color: #9c9c9c;
  border-radius: 50%;
}
#nfc .dl__square-ok {
  background-color: #d3e1cb !important;
  border-color: #a7bf99 !important;
}
#nfc .dl__square-error {
  background-color: #fdc5b1 !important;
  border-color: #c59784 !important;
}
#nfc .dl__square-alert {
  background-color: #ebdeb4 !important;
  border-color: #cdbf90 !important;
}
#nfc .dl__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: 50% 50% 0;
  -webkit-animation: dyinglight 1s ease infinite;
  animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#nfc .dl__corner--top:before,
#nfc .dl__corner--top:after,
#nfc .dl__corner--bottom:before,
#nfc .dl__corner--bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #6b6b6b;
  content: "";
}
#nfc .dl__corner--top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px;
}
#nfc .dl__corner--top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px;
}
#nfc .dl__corner--bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px;
}
#nfc .dl__corner--bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px;
}
#nfc .modal {
  text-align: center;
  padding: 0!important;
}
#nfc .modal .icon-mobile {
  display: inline-block;
  width: 3rem;
  animation: moveAndRotate 2s infinite;
}
#nfc .modal .icon-chip {
  display: inline-block;
  width: 1rem;
}
@keyframes moveAndRotate {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(0.7rem) rotate(20deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
#nfc .modal-row {
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
  color: #616161;
}
#nfc .modal-row .dot {
  position: relative;
  display: block;
  width: 100%;
  height: 5rem;
}
#nfc .modal-row-link {
  cursor: pointer;
}
#nfc .modal-row a {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #383838;
}
#nfc .modal-row a:hover {
  color: #000000;
}
#nfc .modal-row.disable {
  cursor: default;
  color: #adadad;
}
#nfc .modal-row.disable .icon {
  fill: #adadad;
}
#nfc .modal-row.disable:hover {
  color: #adadad;
}
#nfc .modal-row.disable:hover .icon {
  fill: #adadad;
}
#nfc .modal-row-link:hover,
#nfc .modal-row-link:hover .icon {
  color: #000000;
  fill: #466e70;
}
#nfc .modal-small {
  color: #383838;
  font-size: 0.8rem;
}
#nfc .modal-footer {
  font-size: 0.9rem;
  padding-top: 1rem;
}
#nfc .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  min-width: 15rem;
  width: 15rem;
}
#nfc .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#nfc .nfcmenu__button.enabled svg {
  fill: #466e70;
  background-color: #f7f7f7;
  border-radius: 0.2rem;
}

/**
 * Main importer for app zone
 * This file imports all LESS files from the layout/ directory
 */
/**
 * Color Variables
 */
#hamburger-menu .tour-burgermenu-cloudmenu li:not(:first-child):not(:last-child) {
  background-color: #568846;
}
#hamburger-menu .b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 2rem;
}
#hamburger-menu .icon-burger {
  transition: all 0.2s ease;
  display: block;
  cursor: pointer;
  padding: 0.15rem 0.3rem;
  background-color: unset;
  border: 0px;
  /* margin-left: 1rem; */
  /* border-radius: .3rem; */
  margin-bottom: 0;
}
#hamburger-menu .icon-burger:focus {
  outline: 0;
}
#hamburger-menu .icon-burger svg {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  fill: #466e70;
}
#hamburger-menu .hamburger-menu-list {
  padding: 0;
  width: -webkit-fill-available;
}
#hamburger-menu .hamburger-menu-list.left {
  text-align: left;
}
#hamburger-menu .hamburger-menu-list li {
  display: inline-block;
  list-style-type: none;
}
#hamburger-menu .menu-main-item a {
  display: inline-block;
  font-size: 1rem;
  margin: 0.3rem 0;
  color: #212529;
  text-decoration: none;
  border: 1px solid #b2c1c1;
  border-radius: 1rem;
  font-weight: 400;
  padding: 0.3rem 1rem;
  background-color: #dce1e1;
  transition: all 0.2s ease-in-out;
}
#hamburger-menu .menu-main-item a:hover {
  text-decoration: none;
  color: #253839;
  background-color: #cbd8d8;
  text-shadow: 0px 0px 1px #9f9f9f;
}
#hamburger-menu .menu-main-item .nav-item-selected {
  text-decoration: none;
  color: #253839;
  background-color: #d5dcdc;
}
#hamburger-menu .menu-spacer {
  height: 1px;
  margin: 0.6rem 0 1.2rem 0;
  border-bottom: 1px solid #c6c6c6;
}
#hamburger-menu .menu-footer {
  display: inline-block;
  padding: 0.9rem 0 1rem 0;
  border-bottom: 1px solid #c6c6c6;
}
#hamburger-menu .menu-footer a {
  font-size: 1em;
  color: #568846;
  padding: 0 0.3rem;
  text-decoration: none;
  border: unset;
}
#hamburger-menu .menu-logout a {
  font-size: 1em;
  padding: 0 0.3rem;
  color: #7A724E;
  text-decoration: none;
  border: unset;
}
#hamburger-menu .menu-logout {
  margin-top: 0.6rem;
}

/**
 * Main importer for app zone
 * This file imports all LESS files from the layout/ directory
 */
/**
 * Color Variables
 */
#blog-menu {
  display: block;
  width: 100%;
  right: 0;
}
#blog-menu .navbar {
  padding: 20px 0 8px 0;
  justify-content: flex-start;
}
#blog-menu .nav {
  font-size: 1rem;
}
#blog-menu .nav-item {
  padding-left: 0.3rem;
  transition: all 0.1s ease-in;
}
#blog-menu .nav-item:first-child {
  padding-left: 0;
}
#blog-menu .nav-item a {
  margin: 0 0;
  color: #696969;
  font-size: 0.9rem;
  border: 0;
  font-weight: 400;
  border-radius: 0;
  cursor: pointer;
  vertical-align: bottom;
  line-height: 1.5rem;
  transition: all 0.1s ease-in;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
}
#blog-menu .nav-item a:hover {
  outline: none;
  color: #ffffff !important;
  background-color: #898169;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#blog-menu .selected-button {
  outline: none;
  color: #ffffff !important;
  background-color: #9d9681;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#blog-menu .bottom-line {
  border-bottom: 1px dashed #8cb3b5;
}
#blog-menu .breadcrumbs {
  width: 100%;
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #696969 !important;
  border: none;
}
#blog-menu .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog-menu .breadcrumbs ul li {
  display: inline-block;
}
#blog-menu .breadcrumbs a {
  border: none;
  color: #696969 !important;
}
#blog-menu .breadcrumbs a:hover {
  text-decoration: none;
  color: #696969 !important;
}
#blog-menu .crumb:before {
  margin-left: 4px;
  margin-right: 4px;
  content: "/";
}

