@tailwind base;
@tailwind components;
@tailwind utilities;
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "fafa", 'Tohoma';
}
@font-face {
  font-family: "fafa";
  src: url(../18af8c75ab1951a5e56d.woff) format("woff");
}
body {
  font-size: 1.25rem;
  font-family: "fafa", Helvetica, Arial, sans-serif;
  background: #ffffff;
  background-size: 84px 48px ;
  box-sizing: border-box;
}
.noscroll {
  overflow: hidden;
}
.mh-main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  position: relative;
  padding-left: 4rem;
}
.mh-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.mh-total-content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  flex-grow: 1;
  position: relative;
}
.mh-content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
.iframe-class {
  width: 100%;
  height: 100%;
  min-height: 80vh;
}
@media only screen and (orientation: portrait) {
  .mh-total-content-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .mh-content-container {
    flex-direction: column;
    width: 100%;
  }
}
.mh-main-card-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  height: 100%;
}
.mh-main-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-height: 300px;
  background: #ffffff;
  border: 1px solid;
  border-radius: 10px;
}
.mh-item-selected {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  border: 1px solid;
  border-radius: 20px;
}
.mh-item-button-test {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  margin-top: 10px;
  border: 2px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
  width: 200px;
}
.mh-item-button-test:hover {
  background: #6dbe7b;
}
.mh-item-button-test-exit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  width: 200px;
  margin-top: 10px;
  border: 2px solid red;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}
.mh-item-button-test-exit:hover {
  background: #be4f50;
}
.time-line-container {
  width: 100%;
  display: block;
}
.mh-tineline-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: medium;
  padding-right: 15px;
}
.mh-timeline-header-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.mh-timeline-header-text-searched {
  font-size: large;
  font-weight: bold;
  padding: 0 10px;
}
.mh-tineline-header-refresh {
  padding: 0 20px;
  cursor: pointer;
}
.mh-tineline-header-refresh:hover {
  font-weight: bold;
}
.mh-add-form {
  margin-top: 70px;
}
.mh-add-bar {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.mh-add-bar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 5px;
  background: #fff86d;
  height: 100%;
  padding: 20px;
  cursor: pointer;
  font-size: small;
}
.mh-add-bar-item:hover {
  background: #e6c88d;
}
.mh-add-bar-item-selected {
  transform: translateY(50%);
}
.mh-main-header-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 0;
}
.mh-main-header {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-width: max-content;
  background: #0f6d95;
  color: black;
  flex-grow: 1;
}
.mh-main-header-absolute {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  min-width: max-content;
  color: black;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (orientation: portrait) {
  .mh-main-header-absolute {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    min-width: max-content;
    background: #0f6d95;
    color: black;
    position: relative;
  }
}
.mh-main-header-absolute {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mh-main-title {
  min-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 5px;
}
.menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (orientation: portrait) {
  .menu-container {
    position: relative;
  }
}
.menu-container-admin {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  width: 100%;
  z-index: 90;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  width: 100%;
  background: #0f6d95;
  color: white;
  transition: top 300ms;
  z-index: 90;
}
.main-divider {
  height: 150px;
  width: 100%;
}
.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
.main-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.tl-item-card {
  width: 5rem;
  height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.tl-item-title {
  width: 100%;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: small;
}
.tl-item-img {
  width: 5rem;
  height: 7rem;
  object-fit: cover;
}
@media only screen and (orientation: portrait) {
  .main-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    position: relative;
    color: white;
    min-height: 70px;
  }
}
.menu-login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
  position: relative;
  z-index: 5;
}
.menu-otherlink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  height: 100%;
  min-width: max-content;
  position: relative;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}
.main-menu-footer-container {
  font-size: medium;
  background: #0f6d95;
  padding: 2px 10px;
  border-radius: 0 0 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: 400px;
}
.main-menu-footer-title {
  font-size: small;
  margin-left: 20px;
}
.main-menu-footer-items {
  padding: 0 5px;
  border-left: 1px solid;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 5px;
}
.main-menu-footer-items:hover {
  background: black;
  color: white;
}
.btn-text {
  padding: 0 5px;
  word-wrap: unset;
}
.menu-otherlink-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: small;
  height: 30px;
  border: 1px solid;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 6px;
  min-width: fit-content;
}
.menu-otherlink-btn:hover {
  background: black;
  color: white;
  border: 1px solid black;
}
.menu-login-InputGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  font-size: medium;
  padding: 0 5px;
  min-width: max-content;
}
.menu-login-InputGroup-label {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  text-align: left;
}
.menu-login-InputGroup-input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 1px solid;
  border-radius: 15px;
}
.menu-login-InputGroup-loginbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: small;
  border-radius: 15px;
  min-width: max-content;
  background: black;
  color: white;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 3px;
}
.menu-login-InputGroup-loginbtn:hover {
  background: white;
  color: black;
}
.mh-common-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 10px;
  top: 0;
  background: black;
  color: white;
  cursor: pointer;
  transition: top 300ms;
  z-index: 900;
}
.show-menu {
  top: 0;
}
.show-menu-btn {
  background: #0f6d95;
  top: 30px;
}
.mh-common-menu-btn:hover {
  background: #0f6d95;
  color: white;
}
.menu-welcome-text {
  font-size: medium;
  color: black;
  text-shadow: 0 0 6px white;
  padding: 0 5px;
}
.mh-user-profile-pic {
  width: 80px;
  height: 40px;
  position: relative;
}
.mh-user-profile-pic-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid darkred;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-btn-login-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  min-width: 35px;
  height: 35px;
  border-radius: 16px;
  cursor: pointer;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}
.mh-paginate-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  /* .menu-login{
    display: none;
  }*/
  .menu-btn-login-toggle {
    display: flex;
  }
}
@media screen and (max-width: 800px) {
  /*  .main-menu,.menu-login-InputGroup{
    flex-direction: column;
  }
  .menu-login-InputGroup{
    width: 100%;
  }
  .menu-login{
    flex-direction: column;
    padding: 0;
  }*/
  .main-menu-footer-container {
    font-size: medium;
    background: #0f6d95;
    padding: 2px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
  }
  .mh-main-container {
    width: 100%;
    border: none;
  }
  .menu-login-InputGroup-loginbtn {
    margin: 10px 0;
    width: 50%;
    height: 40px;
  }
  .menu-login-InputGroup-input {
    width: 90%;
    height: 40px;
    margin: 5px 0;
  }
  .menu-otherlink-btn {
    margin: 10px 0;
    width: 50%;
  }
  .show-menu-btn {
    background: #0f6d95;
    top: 0;
  }
  .show-menu {
    top: 0;
  }
  .mh-main-title {
    min-width: 200px;
    width: 100%;
  }
}
.mh-user-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 0;
  height: 40px;
  background-color: #ed9189;
  width: 20%;
  min-width: 120px;
  z-index: 2;
  padding: 10px;
  left: 0px;
  border-radius: 0 0 15px 0 ;
  font-size: small;
}
.mh-user-bar-mein-item {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.mh-user-bar-mein-item a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.mh-user-bar-mein-item a:hover {
  color: white;
}
.mh-user-bar-mein-item:hover {
  color: white;
}
.mh-search-grouplabel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: medium;
  min-width: 500px;
  width: 100%;
}
.mh-search-text-input {
  border-radius: 5px;
  border: 1px solid;
  height: 30px;
  padding-right: 10px;
  min-width: 190px;
}
.mh-search-group-unit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: medium;
  min-width: max-content !important;
  z-index: 2;
  padding: 0 5px;
  height: 100%;
}
.mh-search-label {
  min-width: 120px;
  text-align: left;
}
.mh-search-searchbtn {
  border-radius: 5px;
  border: 1px solid;
  cursor: pointer;
  padding: 0 8px;
  min-width: 100px;
}
.mh-search-searchbtn:hover {
  background: #0f6d95;
}
.mh-search-input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: medium;
  padding: 0 10px;
}
.mh-search-input-group select {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: small;
  border: 1px solid;
  border-radius: 5px;
  height: 30px;
}
@media screen and (max-width: 800px) {
  .mh-search-group-unit {
    min-width: 95%!important;
    flex-grow: 1;
  }
  .mh-search-text-input {
    flex-grow: 1;
  }
}
.mh-timeline-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.mh-timeline-options-bottom-panel {
  display: flex;
  background: #ffffff;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.mh-timeline-options-button-group {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 0 40px;
  border-radius: 0 0 15px 0;
}
.mh-timeline-option-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border: 1px solid;
  border-radius: 6px;
  cursor: pointer;
  font-size: medium;
  padding: 3px;
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.mh-timeline-option-button:hover {
  background: #0f6d95;
  color: white;
}
.selected-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mh-selected {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.mh-selected-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 5px 20px;
  margin-top: 10px;
  border-bottom: 1px dashed;
}
@media only screen and (orientation: portrait) {
  .mh-selected-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.mh-selected-row-group {
  position: relative;
  min-width: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 5px;
}
.mh-selected-pic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.mh-selected-pic-container-title {
  font-size: small;
  width: 100%;
  border-bottom: 1px solid;
  margin: 30px 0;
}
.mh-selected-extra-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.mh-selected-extra-text-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  font-size: medium;
  margin-top: 30px;
}
.mh-selected-extra-text {
  padding: 0 10px;
}
.mh-selected-extra-text-phone {
  color: darkred;
  font-size: large;
  padding: 0 15px;
}
.mh-selected-add-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px;
  margin: 40px;
  font-size: small;
  text-align: center;
  cursor: pointer;
}
.mh-selected-add-cart:hover {
  border: 1px solid;
}
.mh-selected-item-label {
  color: #4c4c4c;
  font-size: small;
}
.mh-selected-title {
  width: 100%;
  background: #ffffff;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row;
  font-size: medium;
  cursor: pointer;
  height: 36px;
  border-radius: 4px 4px 0 0;
  z-index: 2;
}
.mh-selected-title a {
  text-decoration: none;
  color: white;
}
.mh-selected-item-value {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: medium;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  margin: 0 5px;
}
@media only screen and (orientation: portrait) {
  .mh-selected-item-value {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.mh-selected-item-value:hover {
  color: darkred;
}
.mh-selected-style {
  margin-right: 7px;
  border-radius: 5px;
  padding: 0 5px;
  cursor: pointer;
  color: black;
  flex-shrink: 3;
}
.mh-selected-style:hover {
  background: white;
  color: black;
}
.mh-selected-row-group-style {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media only screen and (orientation: portrait) {
  .mh-selected-row-group-style {
    align-items: flex-start;
    padding: 0 5px;
  }
}
.mh-selected-container-loaded {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px dashed;
  width: 100%;
  background: white;
}
.mh-selected-pix {
  width: 180px;
  height: 180px;
  margin: 10px 5px;
  font-size: medium;
  cursor: pointer;
  box-sizing: border-box;
  transition: filter 500ms;
  object-fit: cover;
}
.mh-selected-pix:hover {
  filter: grayscale(100%);
  object-fit: contain;
}
.mh-selected-pix-template {
  width: 100px;
  height: 100px;
  margin: 10px;
  font-size: medium;
}
.mh-login-bar {
  width: 100%;
  height: 10%;
  min-height: 80px;
  background: #0f6d95;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mh-input-login {
  height: 30px;
  border-radius: 8px;
  border: 1px solid;
  margin: 3px;
}
.mh-input-group {
  margin-right: 10px;
}
.mh-login-bar-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mh-input-btn {
  height: 30px;
  border-radius: 8px;
  border: 1px solid;
  width: 80px;
  font-family: "fafa";
  font-size: 15px;
  background: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mh-input-btn:hover {
  background: #6a7380;
}
.menu-login-InputGroup button {
  border: none;
  font-family: "fafa", 'Tahoma';
}
@media screen and (max-width: 800px) {
  .mh-login-bar {
    position: relative;
    width: 100%;
    height: 30%;
    min-height: 150px;
    background: #0f6d95;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mh-edit-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 1px dashed;
  border-radius: 10px;
  margin-top: 70px;
  padding: 10px;
  position: relative;
  padding-top: 40px;
}
.mh-form-title {
  position: absolute;
  right: 20px;
  top: -30px;
  background: #6a7380;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mh-for-title-icon {
  width: 48px;
  height: 48px;
}
.mh-editt-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  margin-top: 50px;
  padding: 10px;
  background: #6a7380;
  position: relative;
  padding-top: 40px;
}
.mh-group-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mh-input-group-addform {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
}
.mh-input-group-addform textarea {
  resize: none;
}
.mh-addform-label {
  width: 120px;
  text-align: left;
  font-size: small;
}
.mh-input-add-form {
  resize: none;
  height: 30px;
  width: 60%;
  border: 1px solid;
  border-radius: 5px;
}
.mh-input-textarea {
  height: 150px;
  width: 60%;
  border: 1px solid;
  border-radius: 5px;
}
.mh-input-textarea-building {
  height: 150px;
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
}
.mh-baseClass {
  width: 70%;
}
.mh-input-select {
  height: 30px;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-btn-add {
  width: 200px;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  transform: translateY(50%);
}
.mh-btn-add:hover {
  background: #4c4c4c;
}
@media screen and (max-width: 800px) {
  .mh-group-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.CRUD-container {
  width: 80%;
  padding-bottom: 50px ;
}
.mh-top_section {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  align-items: stretch;
  flex-direction: row;
}
.mh-threeDs_section {
  display: flex;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  align-items: stretch;
  flex-direction: row;
}
#mycanvas {
  display: flex;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
}
.zarrin {
  margin-top: -100px;
  margin-right: 20px;
}
.mh-top-changebg {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  flex-direction: row;
  z-index: 2;
}
.mh-top-img-previmg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: chocolate;
  border-radius: 5px;
  top: 50%;
  right: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
}
.mh-top-img-nextimg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: chocolate;
  border-radius: 5px;
  top: 50%;
  left: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
}
.mh-top-img-nextimg:hover,
.mh-top-img-previmg:hover {
  border: 2px solid #ffffff;
  box-shadow: 2px 2px;
}
.mh-renderStyle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bucket-row {
  display: flex;
  width: 100%;
  flex-grow: 1;
}
.colorbucket {
  position: relative;
  display: flex;
  background: #6a7380;
  width: 100px;
  min-height: 100px;
  flex-grow: 1;
}
.color-on {
  box-sizing: border-box;
  animation-name: coloron;
  animation-duration: 1s;
  background-color: rgba(55, 71, 79, 0);
}
@keyframes coloron {
  0% {
    border: 2px solid white;
    background-color: #6a7380;
  }
  100% {
    background-color: rgba(55, 71, 79, 0.16);
  }
}
.mh-Rentorent-butt {
  position: absolute;
  width: 150px;
  height: 60px;
  border-radius: 20px 20px 0 0;
  background: #f2f1ee;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
  cursor: pointer;
}
.mh-threeD-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 6;
  color: red;
  text-shadow: 2px 2px #3d3d3d;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}
.mh-Rentorent-butt:hover {
  height: 90px;
  box-shadow: 0 0 30px #f2f1ee;
}
.mh-Con {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.mh-Con-form {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #0f6d95;
  z-index: 2;
}
.mh-Con-form-input-group {
  display: flex;
  flex-direction: row;
  width: 70%;
  align-items: center;
  margin-top: 5px;
  position: relative;
}
.mh-Con-form-input {
  min-width: 300px;
  width: 80%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #6a7380;
}
.mh-Con-form-textAreainput {
  min-width: 300px;
  width: 80%;
  border-radius: 5px;
  border: 1px solid #6a7380;
  resize: none;
}
.mh-Con-form-details {
  text-align: right;
  width: 80%;
  margin-bottom: 30px;
}
.mh-Con-btn {
  margin: 20px 5px;
  background: black;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  width: max-content;
  height: 40px;
  padding: 0 5px;
  text-align: left;
  cursor: pointer;
  color: white;
  font-size: small;
  max-width: max-content;
}
.mh-Con-btn:hover {
  background: #6a7380;
  color: white;
}
.mh-Con-form-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  position: relative;
}
.image-gallery {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .mh-Con-form-btn-group {
    flex-direction: column;
  }
  .mh-Con-btn {
    width: 100%;
    max-width: 100%;
  }
}
.mh-top-header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 50px;
  right: 0;
  top: 0;
  background: rgba(0, 12, 23, 0.5);
  z-index: 100;
}
.mh-login-form {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mh-login-input {
  margin: 0 5px 0 5px;
  height: 30px;
  width: 180px;
  text-align: center;
  border: none;
  border-radius: 5px;
}
.mh-login-button {
  margin: 0 30px 0 20px;
  height: 30px;
  width: 80px;
  text-align: center;
  border: none;
  border-radius: 5px;
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-login-button:hover {
  background: #f2f1ee;
}
.mh-login-button-reg {
  margin: 0 10px 0 20px;
  height: 40px;
  width: 80px;
  text-align: center;
  border: none;
  border-radius: 5px;
  font-size: large;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-login-button-reg:hover {
  text-shadow: 0 0 10px #ffffff;
  color: #f2f1ee;
}
.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 80%;
  border: 2px dashed;
  border-radius: 5px;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .mh-top-header {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 200px;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 12, 23, 0.5);
    z-index: 100;
  }
  .mh-login-form {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .mh-login-input {
    margin: 25px 0 0 0;
    height: 50px;
    width: 90%;
    text-align: center;
    border: none;
    border-radius: 5px;
  }
  .mh-login-button {
    margin: 20px;
    height: 30px;
    width: 80px;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: large;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mh-login-button:hover {
    background: #f2f1ee;
  }
}
.auth-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mh-Reg-container {
  display: flex;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
.mh-Reg-form-bg {
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 700px;
  height: 80%;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid;
}
.mh-Reg-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.mh-Reg-form-input-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.mh-Reg-form-label {
  margin-left: 10px;
  font-size: medium;
  text-align: left;
  width: 30%;
}
.mh-Reg-form-input {
  min-width: 300px;
  width: 80%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #6a7380;
}
.mh-Reg-regulation {
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
.mh-Reg-regulation:hover {
  color: red;
}
.mh-Reg-btn {
  margin: 20px auto;
  background: black;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  text-align: left;
  cursor: pointer;
  color: white;
}
.mh-Reg-btn:hover {
  background: #6a7380;
  color: black;
}
.mh-Reg-form-Tab-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #6a7380;
}
.mh-Reg-Tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 20px 10px 0 0 ;
  width: 100%;
  height: 100%;
  background: #6a7380;
  cursor: pointer;
  border-bottom: 1px solid black;
}
.mh-Reg-Tab:hover {
  color: white;
}
.mh-Reg-Tab-active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 10px 20px 0 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  cursor: pointer;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
.mh-Reg-Tab-active:hover {
  color: white;
}
.mh-rules {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translate(50%, 10%);
  width: 50%;
  min-width: 600px;
  height: 80%;
  background: #ffffff;
  border-radius: 10px;
  z-index: 100;
}
.mh-rules-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%;
}
.mh-rules-closebtn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-content: center;
  width: 70px;
  height: 30px;
  background: #000000;
  cursor: pointer;
  font-size: small;
  border-radius: 10px;
  color: white;
  z-index: 50;
}
.mh-rules-closebtn:hover {
  background: #1d2124;
  z-index: 100;
}
.mh-rules-sections {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70%;
  padding: 20px;
  overflow-y: scroll;
  width: 100%;
}
.mh-rules-body {
  text-align: right;
  width: 100%;
}
.mh-rules-sections h4 {
  font-size: medium;
}
.mh-rules-sections h5 {
  font-size: small;
}
.particiles {
  position: fixed;
  width: 100%;
  height: 90%;
  z-index: 0;
}
.mh-Reg-authcode {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #0f6d95;
  transform: translateX(50%);
  z-index: 99;
  justify-content: center;
  align-items: center;
}
.mh-Reg-form-auth {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 50%;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .mh-Reg-form-bg {
    min-height: 300px;
    margin: 10px 0;
    width: 100%;
    height: 100%;
  }
  .mh-Reg-form-input-group {
    flex-direction: column;
  }
  .mh-Reg-form-input {
    min-width: 80%;
    width: 100%;
    height: 35px;
  }
  .mh-Reg-form-label {
    text-align: right;
    width: 100%;
  }
  .mh-Reg-btn {
    width: 100%;
  }
  .mh-Reg-Tab-active {
    border-radius: 0 ;
  }
  .mh-Reg-Tab {
    border-radius: 0;
  }
}
.mh-selected-full-screen-pic {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-screen-pic-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.mh-fullscreen-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  min-height: 40px;
  background: rgba(123, 146, 105, 0.28);
  color: rgba(255, 255, 255, 0.64);
  font-size: medium;
}
.mh-fullscreen-send {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: rgba(255, 255, 255, 0.64);
}
.mh-fullscreen-send-text {
  padding: 0 20px;
}
.pic-frame-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pic-frame-container img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.mh-fulscreen-navbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  padding: 0 10px;
  z-index: 125;
  cursor: pointer;
  height: 60px;
}
.mh-fulscreen-navbtn-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.73);
  border-radius: 50%;
  font-size: small;
  color: rgba(0, 0, 0, 0.73);
  background: rgba(255, 255, 255, 0.64);
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.mh-fulscreen-navbtn-btn:hover {
  width: 50px;
  height: 50px;
}
.mh-fullscreen-header-close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.mh-fullscreen-nave {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.mh-fullscreen-nave:hover {
  background: white;
  color: black;
}
.mh-fullscreen-header-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: x-large;
  color: darkred;
  cursor: pointer;
}
.mh-fullscreen-header-close-btn:hover {
  color: rgba(255, 255, 255, 0.64);
}
.mh-singlePage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.mh-singlePage-brief {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
  padding: 10px;
  font-size: medium;
  border: 1px dashed;
}
.mh-singlePage-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  background-color: #0f6d95;
}
.mh-singlePage-header-title {
  font-size: medium;
  cursor: pointer;
}
.mh-singlePage-header-title a {
  text-decoration: none;
  color: black;
}
.mh-singlePage-header-title a:hover {
  color: white;
}
.underConstruct-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.underConstruct-button {
  padding: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  background: black;
}
.underConstruct-button:hover {
  background: white;
  color: black;
}
.mh-otherpages-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section-title {
  margin-top: 40px;
  font-size: small;
  width: 80%;
  border-bottom: 1px solid;
  display: flex;
  justify-content: flex-start;
}
.section-card-container img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: white;
}
.section-cards-container {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  flex-wrap: wrap;
}
.section-card-container {
  min-width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.section-card-description {
  font-size: small;
  text-align: center;
}
.section-card-description a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.section-card-description a:hover {
  color: darkred;
}
.section-card-description-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mh-comment-reply-container {
  min-height: 20px;
  border-radius: 10px;
  margin: 3px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.mh-comment-reply-container textarea {
  border-radius: 10px;
  width: 100%;
  padding: 0 5px 30px 5px ;
  resize: none;
}
.mh-comment-reply-button-group {
  width: 100%;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.mh-comment-reply-button {
  color: white;
  width: 80px;
  height: 35px;
  margin: 0 5px;
  background: black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.hover-cancel:hover {
  background: darkred;
}
.hover-success:hover {
  background: darkgreen;
}
.mh-CommentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: medium;
  border-top: 1px dashed;
  background: white;
  margin-bottom: 5px;
  padding: 20px 10px;
}
.captcha-container {
  margin: 5px 0;
}
.mh-comment-title {
  display: flex;
  padding: 0 10px;
  width: 100%;
  text-align: right;
  font-size: medium;
}
.mh-comment-send {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
.mh-comment-title-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  padding: 10px 0;
}
.mh-comment-title-group input {
  border: 1px solid;
  width: 300px;
  height: 30px;
  border-radius: 15px ;
  padding: 10px;
}
.mh-comment-sendInputGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.mh-comment-sendInputGroup textarea {
  border: 1px solid;
  width: 100%;
  border-radius: 15px ;
  padding: 10px;
  resize: none;
}
.mh-comment-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: medium;
  border-radius: 10px;
  margin: 2px;
  cursor: pointer;
  padding: 1px 25px;
}
.mh-comment-button-group:hover {
  color: darkred;
  border: 3px solid darkred;
}
.mh-comments-text {
  font-size: medium;
  width: 100%;
  text-align: right;
}
.mh-single-comment-button-group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.mh-single-comment-button {
  padding: 0 15px;
  cursor: pointer;
}
.mh-single-comment-button-report {
  padding: 0 15px;
  cursor: pointer;
  font-size: small;
}
.mh-single-comment-button:hover {
  color: darkred;
}
.mh-single-comment-button-report:hover {
  color: darkred;
}
.mh-comment-text-writer {
  font-size: small;
  color: dimgray;
  padding: 0 5px;
}
.mh-comment-single {
  background: rgba(15, 109, 149, 0.15);
  padding: 1px 10px;
  min-height: 20px;
  border-radius: 10px;
  margin: 3px;
  width: 97%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.mh-comment-single-parent {
  min-height: 20px;
  border-radius: 10px;
  margin: 3px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mh-comment-count {
  padding: 0 5px;
  min-width: 50px;
}
.mh-comment-header-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding: 0 20px;
}
.mh-comment-show-send-comment-button {
  padding: 5px 15px;
  cursor: pointer;
  background: #0f6d95;
  height: 100%;
  border-radius: 0 0 10px 10px;
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.mh-comment-show-send-comment-button:hover {
  background: black;
  color: white;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: small;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.mh-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  margin-top: 120px;
}
.mh-section-container-dailypics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  border-radius: 50%;
}
@media only screen and (orientation: portrait) {
  .mh-section-container-dailypics {
    height: max-content;
  }
}
.mh-section-container-border {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
.mh-section-container-dailypic {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 1;
}
.mh-section-title {
  position: absolute;
  right: 15%;
  top: -25px;
  min-width: 30%;
  background: #0f6d95;
  color: white;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: medium;
  box-shadow: 1px 1px black;
  cursor: pointer;
  height: 36px;
  border-radius: 4px 4px 0 0;
  z-index: 2;
}
.mh-section-top-margin {
  margin-top: 20px;
  width: 100%;
  height: 5px;
}
.mh-blog-list-card-container {
  width: 98%;
  height: 150px;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px;
  background: #87898a;
  box-shadow: 1px 1px;
  border-radius: 70px 0 0 0;
}
.mh-blog-card-thumb {
  height: 140px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-blog-card-thumb img {
  min-height: 140px;
  width: 140px;
}
.mh-blog-card-text-side {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.mh-blog-card-title {
  cursor: pointer;
}
.mh-dilypic-card-title {
  width: 100%;
  cursor: pointer;
}
.mh-blog-card-title a {
  text-decoration: none;
  color: black;
}
.mh-blog-card-title:hover {
  text-shadow: white 2px 2px;
}
.mh-blog-card-description {
  width: 100%;
  text-align: right;
  font-size: medium;
}
.mh-blog-card-created {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: small;
  color: grey;
  width: 100%;
}
.mh-blog-card-created-text {
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .mh-section-container {
    padding: 20px 0;
  }
  .mh-blog-list-card-container {
    flex-direction: column;
    height: max-content;
  }
  .mh-blog-card-thumb {
    width: 100%;
    margin: 20px 0;
  }
}
.mh-singleBlog-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.mh-Blog-container {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
  flex-grow: 1;
}
.mh-Blog-title {
  color: #000000;
}
.mh-Blog-time {
  color: gray;
  font-size: small;
}
@media screen and (max-width: 800px) {
  .mh-Blog-container {
    width: 100%;
  }
}
.mh-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  list-style-type: none;
  flex-wrap: wrap;
  font-family: "fafa", 'Tohoma';
  margin-top: 20px;
}
.mh-pagination li {
  font-size: small;
  margin: 0 8px;
}
.mh-pagination li:hover {
  text-shadow: 2px 2px 8px darkred;
}
.mh-pagination li a:hover {
  cursor: pointer;
}
.mh-pagination li a {
  padding: 10px;
}
.mh-pagination-active {
  color: white;
  text-shadow: 2px 2px 8px darkred;
  border: 1px solid;
  background: darkred;
  border-radius: 10px;
}
.mh-pagination-pageClassName {
  cursor: pointer;
}
.mh-pagination-active a {
  text-decoration: none;
}
.mh-pagination-pageClassName:hover {
  color: darkred;
  text-shadow: 2px 2px 8px darkred;
}
.mh-pagination-disabledClassName {
  display: none;
}
.mh-pagination-previousLinkClassName {
  cursor: pointer;
  font-size: medium;
}
.mh-pagination-nextClassName {
  cursor: pointer;
  font-size: medium;
}
.share-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid;
  border-radius: 15px;
  flex-wrap: wrap;
}
.share-main-item-container {
  margin: 0 5px;
  cursor: pointer;
}
.share-main-title {
  font-size: small;
  margin: 0 5px;
}
.message-page-title {
  width: 100%;
  text-align: right;
  padding: 0 10px;
}
.message-page-card-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
.msg-card {
  min-width: 500px;
  border: 1px solid;
  border-radius: 20px;
  margin: 5px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  width: 100%;
}
.msg-card-title {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  width: 100%;
  color: #4c4c4c;
}
.msg-card-time {
  font-size: small;
}
.sub-message-user {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid;
  border-radius: 20px 0 20px 20px;
  width: 100%;
  margin: 5px 0;
}
.sub-message-user-text {
  width: 100%;
  text-align: right;
  padding: 0 10px;
}
.sub-message-user-time {
  width: 100%;
  text-align: left;
  font-size: small;
  color: #4c4c4c;
  padding: 0 10px;
}
.sub-message-system {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid;
  border-radius: 0 20px 20px 20px;
  width: 100%;
  background: white;
  margin: 5px 0;
}
.sub-message-system-text {
  width: 100%;
  text-align: left;
  padding: 0 10px;
}
.sub-message-system-time {
  width: 100%;
  text-align: right;
  font-size: small;
  padding: 0 10px;
  color: #4c4c4c;
}
.msg-card:hover {
  border-color: darkred;
  background: #0f6d95;
}
.message-page-container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 80%;
  height: 100%;
  flex-grow: 1;
  background: #f2f1ee;
  border: 1px solid;
  border-radius: 0 20px 0 0;
  font-size: medium;
  margin: 20px 0;
}
.msg-reply-input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .message-page-container {
    width: 100%;
  }
  .msg-card {
    min-width: 100%;
  }
}
.mh-building-addData-card {
  padding: 5px 15px;
  color: black;
  background: #0f6d95;
  border-radius: 0 0 10px 10px;
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  flex-direction: row;
  margin: 0 5px;
  height: 100%;
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  flex-direction: row;
  padding: 10px;
  background: @background-color;*/
}
.mh-building-addData-card-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: medium;
  flex-direction: row;
  padding: 2px;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid;
  border-radius: 10px;
}
.mh-building-addData-card-title {
  font-size: small;
  margin: 0 0 0 40px;
}
.mh-building-addData-card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 2px 5px;
  border-left: 1px solid;
  border-radius: 10px;
  font-size: small;
  margin: 2px;
  cursor: pointer;
}
.mh-building-addData-card-item:hover {
  background: black;
  color: white;
}
.mh-add-form-back {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 100;
  overflow-y: auto;
}
.frm-container-ByUser {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f2f1ee;
  border: 1px solid;
  border-radius: 0 20px 0 0;
  font-size: medium;
  margin: 20px 0;
  min-width: 800px;
  max-width: 80%;
}
.form-by-user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  border-top: 1px solid;
  width: 100%;
  flex-direction: column;
}
.form-add-by-user-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-add-by-user-title-building-name {
  padding: 0 10px;
  color: darkred;
}
.frm-input-picture-add-by-user {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .frm-container-ByUser {
    max-width: 100%;
    min-width: 100%;
  }
}
.mh-dailyPic-card-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: white;
  pointer-events: none;
}
.mh-dailyPic-card-text-title {
  width: 100%;
  text-align: center;
}
.mh-dailyPic-card-text-title a {
  text-decoration: none;
  color: white;
  font-size: large;
  width: 100%;
}
.mh-dailyPic-card-text-year {
  width: 100%;
  text-align: center;
  font-size: small;
}
.mh-dailyCard-card-thumb {
  height: 400px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  z-index: 5;
}
/*.mh-dailyCard-card-thumb:hover{
  z-index: 3;
}*/
.mh-dailyCard-card-thumb-active {
  z-index: 3;
}
.mh-dailyCard-card-thumb img {
  height: 400px;
  width: 300px;
  object-fit: cover;
  cursor: pointer;
}
.mh-dailyCard-card-thumbb img {
  height: 250px;
  width: 180px;
  object-fit: cover;
  cursor: pointer;
}
.mh-dailyCard-card-thumbbb img {
  height: 100px;
  width: 75px;
  object-fit: cover;
  cursor: pointer;
}
.mh-dailyCard-card-thumb img:hover {
  object-fit: contain;
  filter: brightness(40%);
  border: 3px solid white;
}
.mh-dailyCard-card-thumbb {
  height: 250px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  z-index: 5;
}
.mh-dailyCard-card-thumbbb {
  height: 100px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  z-index: 5;
}
.mh-dailypic-list-card-container {
  width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px 10px 10px 10px ;
  box-sizing: border-box;
  position: relative;
}
.mh-blog-list-card-container:hover {
  box-shadow: 3px 3px #000000;
}
.menu-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 10px 20px;
}
.share-main-container {
  cursor: pointer;
}
.share-main-container:hover {
  background: black;
}
.mh-toggleMenu-container {
  position: absolute;
  left: 100%;
  top: 100%;
  background: rgba(148, 148, 148, 0.84);
  min-width: 200px;
  border-radius: 0 20px 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
  z-index: 100;
}
.mh-toggleMenu-item {
  display: flex;
  width: 100%;
  border-radius: 10px;
}
.mh-toggleMenu-item:hover {
  background: black;
}
.mh-toggleMenu-item-text {
  font-size: small;
}
.SocialMediaShareButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid;
  padding: 3px;
  border-radius: 10px;
}
.track-horizontal {
  display: flex;
  width: 100%;
  height: 20px;
}
.mh-main-LP-container {
  width: 100%;
  height: 100vh;
  background: rgba(15, 109, 149, 0.96);
  min-height: 100vh;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
}
.mh-main-LP-container-eneter {
  transform: translateY(-100%);
  transition: transform 1s;
}
.LP-title-side {
  height: 100%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 2px solid #ffffff;
}
.LP-title-side-maintitle-text {
  font-size: xx-large;
  cursor: pointer;
}
.LP-title-side-subtitle-text {
  font-size: medium;
  cursor: pointer;
}
.LP-title-side-eneterbtn {
  margin-top: 50px;
  padding: 5px 10px;
  background: black;
  color: white;
  font-size: medium;
  cursor: pointer;
  border-radius: 5px ;
  text-align: center;
}
.LP-title-side-eneterbtn:hover {
  background: white;
  color: black;
}
.LP-intro-side {
  height: 100%;
  max-width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.LP-intro-side-text {
  width: 100%;
  text-align: right;
  padding: 40px;
  overflow-y: auto;
}
.LP-intro-side-text-title {
  font-size: medium;
  font-weight: bold;
}
.LP-intro-side-text-list {
  padding-right: 50px;
  font-size: small;
}
.LP-intro-side-header-img {
  margin-top: 5%;
  width: 100%;
}
@media only screen and (orientation: portrait) {
  .mh-main-LP-container {
    flex-direction: column;
  }
  .LP-title-side {
    border-left: none;
    width: 100%;
    height: 25%;
  }
  .LP-intro-side {
    width: 100%;
    max-width: 100%;
    height: 100%;
    flex-grow: 1;
  }
  .LP-title-side-eneterbtn {
    margin-top: 5px;
  }
  .LP-intro-side-text {
    padding: 5px;
  }
  .LP-intro-side-text-list {
    font-size: small;
  }
}
.frm-edu-add-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  flex-wrap: wrap;
}
.frm-edu-add-card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background: #0f6d95;
  border-radius: 5px;
  border: 1px solid;
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.frm-edu-add-card-text:hover {
  background: white;
}
.frm-edu-card-container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: #0f6d95;
  border-radius: 5px 40px 5px 5px;
  border: 1px solid;
  margin: 10px;
}
.frm-edu-card-label {
  min-width: 160px;
  text-align: left;
  max-width: max-content;
  font-size: small;
}
.frm-edu-card-input {
  border: 1px solid;
  min-height: 30px;
  border-radius: 5px;
  width: 100%;
  padding: 0 5px;
  font-size: small;
}
.frm-edu-card-input-group {
  padding: 0 5px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 5px;
}
.frm-edu-close-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: larger;
}
.frm-edu-close-card:hover {
  color: white;
}
@media screen and (max-width: 800px) {
  .frm-edu-card-input-group {
    flex-direction: column;
  }
  .frm-edu-card-label {
    width: 100%;
    text-align: right;
  }
}
.mh-page-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.mh-page-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background: #0f6d95;
  position: relative;
  padding: 10px;
}
.mh-page-menu-select {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-radius: 20px;
  font-size: medium;
  text-align: center;
  font-family: "fafa", 'Tahoma';
}
.mh-panel-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 0;
}
.mh-section-header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background: #a3bb89;
  padding: 0 20px;
}
.mh-section-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.mh-section-filter select {
  height: 30px;
  margin: 0 10px;
  border-radius: 15px;
  font-family: "fafa", 'Tahoma';
  padding: 0 10px;
}
.mh-section-header-btn {
  height: 30px;
  width: 50px;
  border-radius: 15px;
  background: black;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: medium;
}
.mh-section-header-btn:hover {
  border: 2px solid white;
}
.table-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: medium;
  overflow-x: auto;
}
.mh-table-action {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.mh-table-action-delete {
  font-size: medium;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-table-action-delete:hover {
  color: red;
}
.mh-table-action-edit {
  font-size: larger;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-table-action-edit:hover {
  color: red;
}
.mh-admin-panel-status-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: medium;
  border-radius: 50%;
  min-width: 120px;
  min-height: 120px;
  border: 2px solid;
  margin: 10px;
}
.mh-admin-panel-status-number {
  color: darkred;
  font-size: large;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table,
th,
td {
  border: 1px solid black;
}
th,
td {
  padding: 5px;
}
tr:hover {
  background: #abb9be;
}
.table-header-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.table-header-filter input {
  height: 30px;
  border-radius: 15px;
  width: 95%;
  border: 1px solid;
  padding: 5px 10px;
}
.table-header-order {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
.table-header-order-arrow {
  cursor: pointer;
}
.table-header-order-arrow:hover {
  color: red;
}
.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.mh-pic-card-check {
  width: 305px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-left: 2px solid;
  padding: 2px;
  margin: 5px;
}
.mh-pic-card-check img {
  background-size: cover;
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.mh-pic-card-check-specs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 5px;
}
.mh-pic-card-check-specs-item {
  width: 100%;
  font-size: small;
}
.mh-pic-card-check-specs-item-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: small;
  color: white;
  text-align: center;
}
.mh-pic-card-check-specs-item-edit {
  width: 100%;
  background: black;
  margin: 2px;
  cursor: pointer;
}
.mh-pic-card-check-specs-item-edit:hover {
  background: gray;
}
.mh-pic-card-check-specs-item-remove {
  width: 100%;
  background: black;
  margin: 2px;
  cursor: pointer;
}
.mh-pic-card-check-specs-item-remove:hover {
  background: darkred;
  color: white;
}
.mh-panel-container-search-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .mh-page-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #0f6d95;
    position: relative;
    padding: 10px;
  }
  .mh-page-menu-select {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    border: 1px solid black;
    border-radius: 20px;
    font-size: medium;
    text-align: center;
    font-family: "fafa", 'Tahoma';
  }
  .mh-section-header {
    flex-direction: column;
  }
}
.mh-pic-edit-radio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  font-size: medium;
  background: antiquewhite;
}
.mh-pic-edit-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px;
}
.mh-pic-edit-radio-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px;
  background: #0f6d95;
}
.mh-pic-edit-radio:hover {
  background: darkred;
  color: white;
}
.mh-pic-edit-radio-label {
  width: 100%;
  text-align: right;
  cursor: pointer;
  font-size: small;
}
.pic-edit-button {
  margin: 10px 0;
  font-size: medium;
  background: #0f6d95;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.pic-edit-button:hover {
  border: 2px solid;
}
.mh-admin-uplPic-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.mh-admin-uplPic-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  max-width: 450px;
  height: 450px;
  border: 2px solid darkred;
  box-sizing: border-box;
  margin: 10px;
}
.mh-admin-uplPic-card-img {
  max-width: 440px;
  max-height: 440px;
  width: auto;
  height: auto;
  min-width: 340px;
}
.mh-admin-uplPic-card-title-header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  font-size: small;
  align-items: center;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  min-width: 200px;
  text-align: right;
  padding: 0 5px;
}
.mh-admin-uplPic-card-title-footer {
  position: absolute;
  display: flex;
  justify-content: center;
  font-size: small;
  align-items: center;
  bottom: 0;
  height: 40px;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  min-width: 200px;
  text-align: right;
  padding: 0 5px;
}
.mh-admin-uplPic-card-buttons {
  display: flex;
  padding: 5px 20px;
  background: black;
  border: 1px solid;
  border-radius: 30px;
  color: white;
  margin: 0 10px;
  cursor: pointer;
}
.mh-admin-uplPic-card-buttons:hover {
  color: black;
  background: white;
}
.mh-admin-newBuilding-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: antiquewhite;
  width: 300px;
  min-height: 150px;
  margin: 10px;
  border: 1px solid darkred;
  border-radius: 30px 30px 30px 0 ;
}
.mh-admin-newBuilding-card-title-header {
  font-size: medium;
  width: 100%;
  text-align: center;
}
.mh-admin-newBuilding-card-title-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: antiquewhite;
  font-size: small;
  margin: 20px 0 ;
}
.mh-admin-newBuilding-card-group-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px dashed;
}
.mh-admin-newBuilding-card-itemLabel {
  font-size: small;
  color: gray;
  min-width: 80px;
  text-align: left;
}
.mh-admin-newBuilding-card-itemText {
  font-size: small;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.mh-admin-newBuilding-card-pending-item {
  color: darkred;
}
table {
  border: 1px solid black;
  border-radius: 10px;
  box-sizing: border-box;
}
th,
td {
  font-size: medium;
  border-bottom: 1px solid #000000;
  text-align: center;
}
tr:hover {
  background-color: rgba(245, 245, 245, 0.45);
}
.mh-table-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mh-table-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: medium;
}
.mh-table-header-add {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: medium;
  border: 1px solid;
  border-radius: 15px;
  padding: 5px;
  transform: translateY(-10px);
  cursor: pointer;
}
.mh-table-header-add:hover {
  background: #0f6d95;
}
.mh-table-list {
  width: 100%;
  position: relative;
}
.mh-table-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mh-table-action-delete {
  width: 50px;
  border: 2px solid darkred;
  border-radius: 5px;
  margin: 4px;
  height: 70%;
  font-size: small;
  cursor: pointer;
}
.mh-table-action-delete:hover {
  background: darkred;
  color: white;
}
.mh-table-action-edit {
  border: 2px solid darkblue;
  border-radius: 5px;
  margin: 4px;
  width: 50px;
  height: 70%;
  font-size: small;
  cursor: pointer;
}
.mh-table-action-edit:hover {
  background: darkblue;
  color: white;
}
.mh-uploadPercent {
  position: absolute;
  display: flex;
  top: 40%;
  width: 100%;
  left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: large;
}
.img-frame {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 2px solid;
  object-fit: cover;
}
.mh-pix-edit-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid;
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
}
.mh-pix-edit-container-title {
  position: absolute;
  top: -27px;
  right: 45px;
  background: #6a7380;
  padding: 5px;
}
.mh-img-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px;
  position: relative;
}
.mh-img-card-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -10px;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  border-radius: 5px;
  background: white;
  border: 1px solid black;
  cursor: pointer;
  z-index: 2;
}
.mh-img-card-input:hover {
  background: #4c4c4c;
  color: white;
}
.mh-img-card-input input {
  display: none;
}
.mh-img-card-delete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 30px;
  height: 30px;
  padding: 2px;
  background: darkred;
  transform: translateX(-50%);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  border: 1px solid black ;
}
.mh-img-card-delete:hover {
  background: red;
}
.add-pic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 50px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background: gray;
  position: relative;
  font-size: xx-large;
  border: 1px solid;
  cursor: pointer;
}
.add-pic:hover {
  background: white;
}
.mh-input-select-react {
  min-width: 190px;
  width: max-content;
  max-width: 350px;
  font-size: small;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
}
.cus_select__control {
  width: 100%;
  min-height: 30px !important;
  max-height: 30px !important;
}
.cus_select__control--is-focused {
  width: 100%;
  border-color: black !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-shadow: none !important;
}
.cus_select__value-container--has-value {
  width: 100%;
}
.cus_select__multi-value {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid;
  font-size: 12px;
}
.cus_select__placeholder {
  top: 30% !important;
}
@media screen and (max-width: 800px) {
  .mh-input-select-react {
    flex-grow: 1;
    max-width: 100%;
  }
}
.ReactTags__tags {
  height: 100%;
  width: 100%;
  padding: 5px;
}
.ReactTags__tagInput {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.ReactTags__tagInputField {
  resize: none;
  height: 30px;
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
}
.ReactTags__selected {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 2px;
}
.ReactTags__tag {
  font-size: medium;
  padding: 3px;
  border: 1px solid grey;
  border-radius: 5px;
  margin: 5px;
}
.ReactTags__remove {
  padding: 2px;
  cursor: pointer;
  font-size: large;
}
.ReactTags__remove:hover {
  background: red;
}
.ReactTags__suggestions {
  font-size: large;
}
.ReactTags__activeSuggestion {
  font-size: large;
}
.mh-gform-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 70%;
  padding: 30px 0;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.mh-gform-title {
  font-size: medium;
  width: 40%;
}
.mh-gform-title-select {
  height: 30px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
  font-family: "fafa", 'Tohoma';
}
.mh-gform-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 95%;
  flex-direction: column;
  border-radius: 10px;
}
.mh-gform-inputgroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}
.mh-gform-inputgroup-label {
  font-size: medium;
  min-width: 150px;
  text-align: left;
}
.mh-gform-inputgroup-input {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid;
  font-family: "fafa", 'Tohoma';
  padding-right: 10px;
}
.mh-gform-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: 1px dashed;
  border-radius: 5px;
  margin: 30px 0;
  padding-bottom: 20px;
}
.mh-gform-inputgroup-label-checkbox {
  font-size: small;
  cursor: pointer;
}
.mh-gform-inputgroup-label-checkbox:hover {
  color: white;
}
.mh-gform-InputGroup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: medium;
  border-radius: 15px;
  min-width: 70px;
  background: black;
  color: white;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 10px;
  border: none;
  font-family: "fafa", 'Tohoma';
}
.mh-gform-InputGroup-btn-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: medium;
  border-radius: 15px;
  min-width: 70px;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 10px;
  border: 2px solid red;
  font-family: "fafa", 'Tohoma';
}
.mh-gform-InputGroup-btn-delete:hover {
  background: red;
}
.mh-gform-InputGroup-btn:hover {
  background: white;
  color: black;
}
@media screen and (max-width: 800px) {
  .mh-gform-container {
    width: 100%;
  }
  .mh-gform-inputgroup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mh-gform-inputgroup-label {
    width: 95%;
    text-align: right;
  }
  .mh-gform-inputgroup-input {
    height: 35px;
  }
  .mh-gform-InputGroup-btn {
    margin: 10px 0;
    width: 50% ;
    height: 40px;
  }
}
.frm-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  height: 100%;
  background: #f2f1ee;
  font-size: medium;
  margin: 20px 0;
}
.frm-container-contact-us {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  height: 100%;
  font-size: medium;
  margin: 20px 0;
}
.frm-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  text-decoration: underline;
}
.frm-input-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin: 5px 0;
  padding: 0 5px;
}
.frm-input-group-tr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0;
  padding: 0 5px;
}
.frm-input-text-label {
  min-width: 140px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: small;
  padding: 0 5px;
}
.frm-input-text-label-contactus {
  min-width: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: small;
  padding: 0 5px;
}
@media only screen and (orientation: portrait) {
  .frm-input-text-label-contactus {
    justify-content: flex-start;
  }
}
.frm-label-info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5px;
}
.frm-input-text {
  height: 30px;
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
  padding: 0 5px;
}
.frm-input-textarea {
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
  padding: 0 5px;
  resize: vertical;
}
.frm-input-picture-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.frm-input-picture-label {
  font-size: small;
  width: 100%;
  text-align: right;
  padding: 0 10px;
}
.frm-button-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.frm-button-submit {
  height: 40px;
  min-width: 80px ;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 10px;
  color: white;
  background: black;
  cursor: pointer;
  font-size: small;
}
.frm-button-back {
  height: 40px;
  min-width: 80px ;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 10px;
  color: white;
  background: black;
  cursor: pointer;
  font-size: small;
}
.frm-button-submit:hover {
  background: white;
  color: black;
}
.frm-button-back:hover {
  background: darkred;
}
.frm-comments {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: medium;
  padding: 0 10px;
  margin: 30px 0;
}
@media screen and (orientation: portrait) {
  .frm-container {
    width: 100%;
  }
  .frm-input-group {
    flex-direction: column;
  }
  .frm-button-group {
    flex-direction: column;
  }
  .frm-input-text-label {
    width: 100%;
    justify-content: flex-start;
  }
  .frm-button-submit {
    min-width: 200px ;
  }
  .frm-button-back {
    min-width: 200px ;
  }
}
.pic-upload-container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  min-height: 100px;
}
.pic-upload-container-d {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100px;
}
/*.filepond--root{
  overflow-y: auto;
  max-height: 600px;
}*/
.pic-upload-footer-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  font-size: small;
  min-height: 40px;
}
.pic-upload-form-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  font-size: small;
}
.pic-cards-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 50px;
  border-top: 1px solid #000000;
}
.mh-img-card-pending {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px;
  position: relative;
  filter: grayscale(100%);
}
.greyscale {
  filter: grayscale(100%);
}
.mh-pic-item-photographer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  height: 30px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  font-size: small;
}
.mh-panel-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
.mh-panel-group-cards {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.mh-panel-group-cards-status {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.mh-panel-group-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  min-width: 100px;
  width: max-content;
  min-height: 40px;
  border: 1px solid;
  border-radius: 30px;
  cursor: pointer;
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  /* iOS Safari */
  /* Safari */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  padding: 0 5px;
}
.mh-panel-group-card:hover {
  background: white;
}
.mh-panel-card-text {
  font-size: medium;
  text-align: center;
  width: 100%;
}
.mh-panel-card-text-numbers {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: small;
  bottom: -40%;
  left: 0;
  padding: 0 5px;
  border-radius: 30%;
  background-color: #000000;
  color: white;
}
.mh-panel-group-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  text-align: right;
  padding: 0 30px;
  font-size: small;
  color: #000000;
  border-bottom: 1px dashed;
}
.leaflet-container {
  height: 100%;
  width: 100%;
}
.mh-map-container {
  display: block;
  width: 100%;
  height: 80vh;
  position: relative;
}
.mh-map-marker-container {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0;
}
.mh-map-selected-container {
  display: block;
  width: 100%;
  position: relative;
}
.mh-map-marker {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  z-index: 900;
}
.mh-location-selected-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border-top: 1px dashed;
  font-size: medium;
  background: white;
  padding: 50px 10px;
}
.marker-icon {
  background: none;
  border: none;
}
.Code__code___31Vg8 {
  position: absolute;
  top: 110px;
  right: 10px;
  bottom: 10px;
  width: 425px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 4px;
  padding: 24px;
  font-family: Roboto, monospace;
  white-space: pre;
  font-size: 14px;
  line-height: 22px;
}
.Layout__header___33oX6 {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 0 0 20px;
}
.Layout__header___33oX6 h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 64px;
  margin: 0;
  padding: 0;
}
.Layout__header___33oX6 ul {
  list-style: none;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.Layout__header___33oX6 ul li {
  float: left;
  display: block;
  cursor: pointer;
}
.Layout__header___33oX6 ul li:hover {
  border-bottom: 4px solid #00bcd4;
}
.Layout__header___33oX6 ul li.active {
  border-bottom: 4px solid #2196f3;
}
.Layout__header___33oX6 ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}
.Layout__content___GDRpI {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 20px;
  right: 465px;
}
.Layout__fullWidth___2Qlah {
  left: 0;
  right: 0;
}
.Map__map___2UbOE {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.SearchResults__item___3yUT- > * {
  border: 1px solid transparent;
  line-height: 32px;
  padding: 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SearchResults__item___3yUT- > *:hover,
.SearchResults__item___3yUT- > .active {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
}
.Search__search___2kQjw form {
  position: relative;
  margin: 32px 0;
  background-color: #fff;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.Search__search___2kQjw form:hover,
.Search__search___2kQjw.active form {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.Search__search___2kQjw input {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  outline: none;
  font: 16px arial, sans-serif;
  line-height: 48px;
  height: 48px;
  text-indent: 18px;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.leaflet-control-geosearch.bar {
  position: absolute !important;
  left: 50px;
  right: 515px;
}
/* global styling */
.leaflet__leaflet-control-geosearch___35AKI *,
.leaflet__leaflet-control-geosearch___35AKI *:before,
.leaflet__leaflet-control-geosearch___35AKI *:after {
  box-sizing: border-box;
}
/* leaflet button styling */
.leaflet__leaflet-control-geosearch___35AKI .leaflet__leaflet-bar-part___2_DBQ {
  border-radius: 4px;
  border-bottom: none;
}
.leaflet__leaflet-control-geosearch___35AKI a.leaflet__leaflet-bar-part___2_DBQ:before,
.leaflet__leaflet-control-geosearch___35AKI a.leaflet__leaflet-bar-part___2_DBQ:after {
  position: absolute;
  display: block;
  content: '';
}
/* magnifying glass */
.leaflet__leaflet-control-geosearch___35AKI a.leaflet__leaflet-bar-part___2_DBQ:before {
  top: 19px;
  left: 16px;
  width: 8px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}
.leaflet__leaflet-control-geosearch___35AKI a.leaflet__leaflet-bar-part___2_DBQ:after {
  top: 6px;
  left: 6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #555;
}
/* resets for pending and error icons */
.leaflet__leaflet-control-geosearch___35AKI.leaflet__error___15pc6 a.leaflet__leaflet-bar-part___2_DBQ:before,
.leaflet__leaflet-control-geosearch___35AKI.leaflet__pending___3RDwM a.leaflet__leaflet-bar-part___2_DBQ:before {
  display: none;
}
.leaflet__leaflet-control-geosearch___35AKI.leaflet__pending___3RDwM a.leaflet__leaflet-bar-part___2_DBQ:after,
.leaflet__leaflet-control-geosearch___35AKI.leaflet__error___15pc6 a.leaflet__leaflet-bar-part___2_DBQ:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}
/* pending icon */
.leaflet__leaflet-control-geosearch___35AKI.leaflet__pending___3RDwM a.leaflet__leaflet-bar-part___2_DBQ:after {
  content: '';
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: leaflet__spin___TqeCo 1s linear infinite;
}
/* error icon */
.leaflet__leaflet-control-geosearch___35AKI.leaflet__error___15pc6 a.leaflet__leaflet-bar-part___2_DBQ:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}
/* search form styling */
.leaflet__leaflet-control-geosearch___35AKI form {
  display: none;
  position: absolute;
  top: -2px;
  left: 28px;
  border-radius: 0 4px 4px 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
}
.leaflet__leaflet-control-geosearch___35AKI.leaflet__active___WG2p7 form {
  display: block;
}
.leaflet__leaflet-control-geosearch___35AKI form input {
  min-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}
.leaflet__leaflet-control-geosearch___35AKI .leaflet__results___19EcW {
  background: #fff;
}
.leaflet__leaflet-control-geosearch___35AKI .leaflet__results___19EcW > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaflet__leaflet-control-geosearch___35AKI .leaflet__results___19EcW.leaflet__active___WG2p7 {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}
.leaflet__leaflet-control-geosearch___35AKI .leaflet__results___19EcW > .leaflet__active___WG2p7,
.leaflet__leaflet-control-geosearch___35AKI .leaflet__results___19EcW > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}
/* add missing border to form */
.leaflet__leaflet-control-geosearch___35AKI .leaflet__results___19EcW.leaflet__active___WG2p7:after {
  content: '';
  display: block;
  width: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}
/* animations */
@keyframes leaflet__spin___TqeCo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet__leaflet-top___31xh0 .leaflet__leaflet-control-geosearch___35AKI.leaflet__bar___fXvvA,
.leaflet__leaflet-bottom___OI2at .leaflet__leaflet-control-geosearch___35AKI.leaflet__bar___fXvvA {
  display: none;
}
.leaflet__leaflet-control-geosearch___35AKI.leaflet__bar___fXvvA {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}
.leaflet__leaflet-control-geosearch___35AKI.leaflet__bar___fXvvA form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.leaflet__leaflet-control-geosearch___35AKI.leaflet__bar___fXvvA form input {
  min-width: 100%;
  width: 100%;
}
.leaflet__leaflet-control-geosearch___35AKI.leaflet__bar___fXvvA .leaflet__results___19EcW.leaflet__active___WG2p7:after {
  opacity: 0.2;
}
.leaflet__leaflet-right___3WKWY .leaflet__leaflet-control-geosearch___35AKI form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}
.leaflet__leaflet-control-geosearch___35AKI a.leaflet__reset___1fyCm {
  color: black;
  position: absolute;
  line-height: 30px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
}
.leaflet__leaflet-control-geosearch___35AKI a.leaflet__reset___1fyCm:hover {
  background: #f5f5f5;
}
/* global styling */
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}
/* leaflet button styling */
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}
.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: '';
}
/* magnifying glass */
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 19px;
  left: 16px;
  width: 8px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}
.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 6px;
  left: 6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #555;
}
/* resets for pending and error icons */
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}
/* pending icon */
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: '';
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}
/* error icon */
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}
/* search form styling */
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: -2px;
  left: 28px;
  border-radius: 0 4px 4px 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
}
.leaflet-control-geosearch.active form {
  display: block;
}
.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 20px;
  font-size: 12px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}
.leaflet-control-geosearch .results {
  background: #fff;
}
.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}
.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}
/* add missing border to form */
.leaflet-control-geosearch .results.active:after {
  content: '';
  display: block;
  width: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}
/* animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet-top .leaflet-control-geosearch.bar,
.leaflet-bottom .leaflet-control-geosearch.bar {
  display: none;
}
.leaflet-control-geosearch.bar {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}
.leaflet-control-geosearch.bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.leaflet-control-geosearch.bar form input {
  min-width: 100%;
  width: 100%;
}
.leaflet-control-geosearch.bar .results.active:after {
  opacity: 0.2;
}
.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}
.leaflet-control-geosearch a.reset {
  color: black;
  position: absolute;
  line-height: 30px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
}
.leaflet-control-geosearch a.reset:hover {
  background: #f5f5f5;
}
.S-Container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 60px;
}
.s-tabs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row;
  font-size: small;
}
.s-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  border-left: 1px solid;
  cursor: pointer;
  min-height: 50px;
  padding: 0 15px;
  font-size: smaller;
}
.s-tab-item:hover {
  text-decoration: underline;
}
.s-tab-item-active {
  background: white;
  margin-top: 30px;
}
.main-menu-mobile {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  position: relative;
  color: black;
}
.mh-mobile-header-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 5px;
  background: #0f6d95;
}
.mh-mobile-header-subline-text {
  background: #0f6d95;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 5px;
  border-bottom: 2px solid #000000;
}
.menu-mobile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  min-width: 35px;
  height: 35px;
  border-radius: 16px;
  cursor: pointer;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}
.menu-mobile-btn-addByUser {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}
.menu-mobile-btn:hover {
  color: white;
}
.mh-mobile-button {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.menu-mobile {
  position: absolute;
  top: 0;
  left: 150%;
  min-width: 300px;
  width: max-content;
  background: rgba(123, 146, 105, 0.96);
  border-radius: 0 20px 0 0;
  border: 1px solid white;
  z-index: 10;
}
.menu-mobile-AddByUser {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px;
  width: max-content;
  background: rgba(123, 146, 105, 0.96);
  border-radius: 0 20px 0 0;
  border: 1px solid white;
  z-index: 10;
}
.menu-mobile-AddByUser-Selected {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px;
  width: max-content;
  background: rgba(123, 146, 105, 0.96);
  border-radius: 0 20px 0 0;
  border: 1px solid white;
  z-index: 10;
}
.mh-context-menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 40px;
  font-size: medium;
}
.mh-context-menu-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid;
  color: black;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
}
.mh-context-menu-item:hover {
  background: white;
  color: black;
}
.mh-context-menu-lastitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: black;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
}
.mh-context-menu-lastitem:hover {
  background: white;
  color: black;
}
.mh-context-menu-item-text {
  padding: 0 10px;
}
.mh-menu-close-button {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: x-large;
  color: black;
}
.mh-menu-close-button:hover {
  color: darkred;
}
.menu-mobile-void {
  position: relative;
}
.sidebar-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  position: relative;
  background: #ffffff;
  padding-top: 10px;
  margin-bottom: 100px;
  overflow-y: auto;
}
@media only screen and (orientation: portrait) {
  .sidebar-container {
    width: 100%;
  }
}
.sbc-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  position: relative;
  margin-bottom: 60px;
}
.sbc-container-title {
  font-size: medium;
  color: grey;
}
.sb-blog-card-container {
  cursor: pointer;
}
.sb-blog-card-container:hover {
  background: #ffffff;
  border-radius: 30px;
}
.sb-building-card-container {
  padding: 2px 5px;
  cursor: pointer;
}
.sb-building-card-container:hover {
  background: #ffffff;
  border-radius: 10px;
}
.sb-building-card-title a {
  font-size: small;
  text-decoration: none;
  color: black;
}
.sb-building-card-description {
  font-size: x-small;
}
.sb-blog-card-title a {
  font-size: small;
  text-decoration: none;
  color: black;
}
.sb-blog-card-description {
  font-size: x-small;
}

/*
 * FilePond 3.9.0
 * Licensed under MIT, https://opensource.org/licenses/MIT
 * Please visit https://pqina.nl/filepond for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{transform-origin:center center;left:0;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;will-change:transform,opacity}.filepond--drop-label{left:1em;right:1em;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{animation:fall .5s .125s linear both}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}@keyframes fall{0%{opacity:0;transform:scale(.5);animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);animation-timing-function:ease-in-out}to{transform:scale(1);animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:0;margin-top:.25em;margin-bottom:.25em;will-change:transform,opacity}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:1em;right:1em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=compact] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=compact] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status,.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;backface-visibility:hidden;transform-origin:left top;transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{font-size:inherit;box-sizing:inherit;line-height:inherit}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}
/*
 * FilePondPluginImagePreview 3.1.6
 * Licensed under MIT, https://opensource.org/licenses/MIT
 * Please visit https://pqina.nl/filepond for details.
 */

/* eslint-disable */
.filepond--image-preview-wrapper {
  z-index: 2;
}

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763;
}

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47;
}

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}

.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transform-origin: center center;
  background: #222;
  will-change: transform, opacity;
}
.filepond--image-preview[data-transparency-indicator='grid'] img,
.filepond--image-preview[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 100 100%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23eee%27%3E%3Cpath d=%27M0 0 H50 V50 H0%27/%3E%3Cpath d=%27M50 50 H100 V100 H50%27/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}

.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}

.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview-wrapper {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='left'] {
  left: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='right'] {
  right: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../416d91365b44e4b4f477.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../8f2c4d11474275fbc161.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../2b3e1faf89f94a483539.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

.vis-time-axis {
  position: relative;
  overflow: hidden;
}

.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%;
}

.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;

  white-space: nowrap;
}

.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}

.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid;
}

.vis-time-axis .vis-grid.vis-vertical-rtl {
  position: absolute;
  border-right: 1px solid;
}

.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5;
}

.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf;
}

.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Must be displayed above for example selected Timeline items */
  z-index: 10;
}

.vis-active {
  box-shadow: 0 0 10px #86d5f8;
}

.vis-custom-time {
  background-color: #6E94FF;
  width: 2px;
  cursor: move;
  z-index: 1;
}

.vis-custom-time > .vis-custom-time-marker {
  background-color: inherit;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  padding: 3px 5px;
  top: 0px;
  cursor: initial;
  z-index: inherit;
}
.vis-timeline {
  /*
  -webkit-transition: height .4s ease-in-out;
  transition:         height .4s ease-in-out;
  */
}

.vis-panel {
  /*
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
  */
}

.vis-axis {
  /*
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
  */
}

/* TODO: get animation working nicely

.vis-item {
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
}

.vis-item.line {
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis-current-time {
  background-color: #FF7F6E;
  width: 2px;
  z-index: 1;
  pointer-events: none;
}

.vis-rolling-mode-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 7px;
  right: 20px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #3876c2;
}
.vis-rolling-mode-btn:before {
  content: "\26F6";
}

.vis-rolling-mode-btn:hover {
  opacity: 1;
}
.vis-panel {
  position: absolute;

  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
  border: 1px #bfbfbf;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
} 

.vis-left.vis-panel.vis-vertical-scroll {
  direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
  direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll {
  direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
  direction: rtl;
}

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
  border-left-style: solid;
  border-right-style: solid;
}

.vis-background {
  overflow: hidden;
}

.vis-panel > .vis-content {
  position: relative;
}

.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  /* TODO: find a nice way to ensure vis-shadows are drawn on top of items
  z-index: 1;
  */
}

.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0;
}

.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0;
}
.vis-graph-group0 {
    fill:#4f81bd;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #4f81bd;
}

.vis-graph-group1 {
    fill:#f79646;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #f79646;
}

.vis-graph-group2 {
    fill: #8c51cf;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #8c51cf;
}

.vis-graph-group3 {
    fill: #75c841;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #75c841;
}

.vis-graph-group4 {
    fill: #ff0100;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #ff0100;
}

.vis-graph-group5 {
    fill: #37d8e6;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #37d8e6;
}

.vis-graph-group6 {
    fill: #042662;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #042662;
}

.vis-graph-group7 {
    fill:#00ff26;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #00ff26;
}

.vis-graph-group8 {
    fill:#ff00ff;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #ff00ff;
}

.vis-graph-group9 {
    fill: #8f3938;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #8f3938;
}

.vis-timeline .vis-fill {
    fill-opacity:0.1;
    stroke: none;
}


.vis-timeline .vis-bar {
    fill-opacity:0.5;
    stroke-width:1px;
}

.vis-timeline .vis-point {
    stroke-width:2px;
    fill-opacity:1.0;
}


.vis-timeline .vis-legend-background {
    stroke-width:1px;
    fill-opacity:0.9;
    fill: #ffffff;
    stroke: #c2c2c2;
}


.vis-timeline .vis-outline {
    stroke-width:1px;
    fill-opacity:1;
    fill: #ffffff;
    stroke: #e5e5e5;
}

.vis-timeline .vis-icon-fill {
    fill-opacity:0.3;
    stroke: none;
}


.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.vis-loading-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* override some bootstrap styles screwing up the timelines css */

.vis [class*="span"] {
  min-height: 0;
  width: auto;
}


.vis-item {
  position: absolute;
  color: #1A1A1A;
  border-color: #97B0F8;
  border-width: 1px;
  background-color: #D5DDF6;
  display: inline-block;
  z-index: 1;
  /*overflow: hidden;*/
}

.vis-item.vis-selected {
  border-color: #FFC200;
  background-color: #FFF785;

  /* z-index must be higher than the z-index of custom time bar and current time bar */
  z-index: 2;
}

.vis-editable.vis-selected {
  cursor: move;
}

.vis-item.vis-point.vis-selected {
  background-color: #FFF785;
}

.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}

.vis-item.vis-point {
  background: none;
}

.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}

.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box;
}

.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.vis-item-visible-frame {
  white-space: nowrap;
}

.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block;
}

.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block;
}

.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.vis-item .vis-item-content {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px;
}

.vis-item .vis-onUpdateTime-tooltip {
  position: absolute;
  background: #4f81bd;
  color: white;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-radius: 1px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}

.vis-item .vis-delete, .vis-item .vis-delete-rtl {
  position: absolute;
  top: 0px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0px 5px;
  cursor: pointer;
  transition: background 0.2s linear;
}

.vis-item .vis-delete {
  right: -24px;
}

.vis-item .vis-delete-rtl {
  left: -24px;
}

.vis-item .vis-delete:after, .vis-item .vis-delete-rtl:after {
  content: "\00D7"; /* MULTIPLICATION SIGN */
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  transition: color 0.2s linear;
}

.vis-item .vis-delete:hover, .vis-item .vis-delete-rtl:hover {
  background: red;
}

.vis-item .vis-delete:hover:after, .vis-item .vis-delete-rtl:hover:after {
  color: white;
}

.vis-item .vis-drag-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  cursor: move;
}

.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;

  cursor: w-resize;
}

.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;

  cursor: e-resize;
}

.vis-range.vis-item.vis-readonly .vis-drag-left,
.vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto;
}

.vis-item.vis-cluster {
  vertical-align: center;
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}

.vis-item.vis-cluster-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.vis-item.vis-cluster-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}
div.vis-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;

  font-family: verdana;
  font-size:14px;
  color:#000000;
  background-color: #f5f4ed;
  border-radius: 3px;
  border: 1px solid #808074;

  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;

  z-index: 5;
}


.vis-itemset {
  position: relative;
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.vis-itemset .vis-background,
.vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}

.vis-foreground .vis-group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}

.vis-foreground .vis-group:last-child {
  border-bottom: none;
}

.vis-nesting-group {
  cursor: pointer;
}

.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1 {
  background: #f5f5f5;
}
.vis-label.vis-nested-group.vis-group-level-0 {
  background-color: #ffffff;
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner {
  padding-left: 0;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner {
  padding-right: 0;
}
.vis-label.vis-nested-group.vis-group-level-1 {
  background-color: rgba(0, 0, 0, 0.05);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner {
  padding-left: 15px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner {
  padding-right: 15px;
}
.vis-label.vis-nested-group.vis-group-level-2 {
  background-color: rgba(0, 0, 0, 0.1);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner {
  padding-left: 30px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner {
  padding-right: 30px;
}
.vis-label.vis-nested-group.vis-group-level-3 {
  background-color: rgba(0, 0, 0, 0.15);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner {
  padding-left: 45px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner {
  padding-right: 45px;
}
.vis-label.vis-nested-group.vis-group-level-4 {
  background-color: rgba(0, 0, 0, 0.2);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner {
  padding-left: 60px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner {
  padding-right: 60px;
}
.vis-label.vis-nested-group.vis-group-level-5 {
  background-color: rgba(0, 0, 0, 0.25);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner {
  padding-left: 75px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner {
  padding-right: 75px;
}
.vis-label.vis-nested-group.vis-group-level-6 {
  background-color: rgba(0, 0, 0, 0.3);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner {
  padding-left: 90px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner {
  padding-right: 90px;
}
.vis-label.vis-nested-group.vis-group-level-7 {
  background-color: rgba(0, 0, 0, 0.35);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner {
  padding-left: 105px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner {
  padding-right: 105px;
}
.vis-label.vis-nested-group.vis-group-level-8 {
  background-color: rgba(0, 0, 0, 0.4);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner {
  padding-left: 120px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner {
  padding-right: 120px;
}
.vis-label.vis-nested-group.vis-group-level-9 {
  background-color: rgba(0, 0, 0, 0.45);
}
.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner {
  padding-left: 135px;
}
.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner {
  padding-right: 135px;
}
/* default takes over beginning with level-10 (thats why we add .vis-nested-group
  to the selectors above, to have higher specifity than these rules for the defaults) */
.vis-label.vis-nested-group {
  background-color: rgba(0, 0, 0, 0.5);
}
.vis-ltr .vis-label.vis-nested-group .vis-inner {
  padding-left: 150px;
}
.vis-rtl .vis-label.vis-nested-group .vis-inner {
  padding-right: 150px;
}

.vis-group-level-unknown-but-gte1 {
  border: 1px solid red;
}

/* expanded/collapsed indicators */
.vis-label.vis-nesting-group:before,
.vis-label.vis-nesting-group:before {
  display: inline-block;
  width: 15px;
}
.vis-label.vis-nesting-group.expanded:before {
  content: "\25BC";
}
.vis-label.vis-nesting-group.collapsed:before {
  content: "\25B6";
}
.vis-rtl .vis-label.vis-nesting-group.collapsed:before {
  content: "\25C0";
}
/* compensate missing expanded/collapsed indicator, but only at levels > 0 */
.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0) {
  padding-left: 15px;
}
.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0) {
  padding-right: 15px;
}

.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.vis-labelset {
  position: relative;

  overflow: hidden;

  box-sizing: border-box;
}

.vis-labelset .vis-label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;

  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
  cursor: pointer;
}

.vis-group-is-dragging {
  background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
  border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0;
}

div.vis-configuration {
    position:relative;
    display:block;
    float:left;
    font-size:12px;
}

div.vis-configuration-wrapper {
    display:block;
    width:700px;
}

div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

div.vis-configuration.vis-config-option-container{
    display:block;
    width:495px;
    background-color: #ffffff;
    border:2px solid #f7f8fa;
    border-radius:4px;
    margin-top:20px;
    left:10px;
    padding-left:5px;
}

div.vis-configuration.vis-config-button{
    display:block;
    width:495px;
    height:25px;
    vertical-align: middle;
    line-height:25px;
    background-color: #f7f8fa;
    border:2px solid #ceced0;
    border-radius:4px;
    margin-top:20px;
    left:10px;
    padding-left:5px;
    cursor: pointer;
    margin-bottom:30px;
}

div.vis-configuration.vis-config-button.hover{
    background-color: #4588e6;
    border:2px solid #214373;
    color:#ffffff;
}

div.vis-configuration.vis-config-item{
    display:block;
    float:left;
    width:495px;
    height:25px;
    vertical-align: middle;
    line-height:25px;
}


div.vis-configuration.vis-config-item.vis-config-s2{
    left:10px;
    background-color: #f7f8fa;
    padding-left:5px;
    border-radius:3px;
}
div.vis-configuration.vis-config-item.vis-config-s3{
    left:20px;
    background-color: #e4e9f0;
    padding-left:5px;
    border-radius:3px;
}
div.vis-configuration.vis-config-item.vis-config-s4{
    left:30px;
    background-color: #cfd8e6;
    padding-left:5px;
    border-radius:3px;
}

div.vis-configuration.vis-config-header{
    font-size:18px;
    font-weight: bold;
}

div.vis-configuration.vis-config-label{
    width:120px;
    height:25px;
    line-height: 25px;
}

div.vis-configuration.vis-config-label.vis-config-s3{
    width:110px;
}
div.vis-configuration.vis-config-label.vis-config-s4{
    width:100px;
}

div.vis-configuration.vis-config-colorBlock{
    top:1px;
    width:30px;
    height:19px;
    border:1px solid #444444;
    border-radius:2px;
    padding:0px;
    margin:0px;
    cursor:pointer;
}

input.vis-configuration.vis-config-checkbox {
    left:-5px;
}


input.vis-configuration.vis-config-rangeinput{
    position:relative;
    top:-5px;
    width:60px;
    /*height:13px;*/
    padding:1px;
    margin:0;
    pointer-events:none;
}

input.vis-configuration.vis-config-range{
    /*removes default webkit styles*/
    -webkit-appearance: none;

    /*fix for FF unable to apply focus style bug */
    border: 0px solid white;
    background-color:rgba(0,0,0,0);

    /*required for proper track sizing in FF*/
    width: 300px;
    height:20px;
}
input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #dedede; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #dedede 0%,#c8c8c8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */

    border: 1px solid #999999;
    box-shadow: #aaaaaa 0px 0px 3px 0px;
    border-radius: 3px;
}
input.vis-configuration.vis-config-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #14334b;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #3876c2; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #3876c2 0%,#385380 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3876c2', endColorstr='#385380',GradientType=0 ); /* IE6-9 */
    box-shadow: #111927 0px 0px 1px 0px;
    margin-top: -7px;
}
input.vis-configuration.vis-config-range:focus {
    outline: none;
}
input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
    background: #9d9d9d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #9d9d9d 0%,#c8c8c8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}

input.vis-configuration.vis-config-range::-moz-range-track {
    width: 300px;
    height: 10px;
    background: #dedede; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #dedede 0%,#c8c8c8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */

    border: 1px solid #999999;
    box-shadow: #aaaaaa 0px 0px 3px 0px;
    border-radius: 3px;
}
input.vis-configuration.vis-config-range::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;

    border-radius: 50%;
    background:  #385380;
}

/*hide the outline behind the border*/
input.vis-configuration.vis-config-range:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input.vis-configuration.vis-config-range::-ms-track {
    width: 300px;
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input.vis-configuration.vis-config-range::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background:  #385380;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
    background: #888;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
    background: #ccc;
}

.vis-configuration-popup {
    position: absolute;
    background: rgba(57, 76, 89, 0.85);
    border: 2px solid #f2faff;
    line-height:30px;
    height:30px;
    width:150px;
    text-align:center;
    color: #ffffff;
    font-size:14px;
    border-radius:4px;
    transition: opacity 0.3s ease-in-out;
}
.vis-configuration-popup:after, .vis-configuration-popup:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vis-configuration-popup:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(57, 76, 89, 0.85);
    border-width: 8px;
    margin-top: -8px;
}
.vis-configuration-popup:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #f2faff;
    border-width: 12px;
    margin-top: -12px;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf;
}


.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
}

.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}


.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap;
}

.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}

.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center;
}

.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto;
}

.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-90deg);
}

.vis-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(90deg);
}

.vis-legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}

.vis-legend-text {
  /*font-size: 10px;*/
  white-space: nowrap;
  display: inline-block
}
/*# sourceMappingURL=vis-timeline-graph2d.css.map */
.mh-Alert-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  background: rgba(123, 146, 105, 0.5);
  z-index: 100;
}
.mh-alert-message {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 50px;
  color: white;
  background: black;
  z-index: 102;
}
.mh-alert-close {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  background: darkred;
}
.mh-alert-close:hover {
  background: black;
  border: 1px solid;
}
.mh-alert-text {
  font-size: medium;
  padding: 10px 10px 10px 40px;
  text-align: center;
}
.alert-text-item {
  font-size: small;
}
@media screen and (max-width: 800px) {
  .mh-alert-message {
    width: 100%;
  }
}

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-2 {
  margin: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(66 133 244 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.object-cover {
  object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(66 133 244 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(66 133 244 / var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .md\:pl-4 {
    padding-left: 1rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }
}

.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}

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