/**
 * Main importer for app zone
 * This file imports all LESS files from the layout/ directory
 */
/**
 * Color Variables
 */
#home h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}
#home h1 span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
#home h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}
#home h2 span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}

/**
 * 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;
}

