

/* Start:/local/templates/swisslab/dialog.css?1760916238853*/
.dialog_1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dialog_1_general {
  margin: auto;
  border-radius: 36px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 705px;
  width: fit-content;
  text-align: center;
  font-weight: 400;
}

.dialog_1_general.red {
  background-color: #ff9d9d;
}

.dialog_1_general.green {
  background-color: #7dbf69;
  color: #fff;
}

.dialog_1_general.gray {
  background-color: #e9e9e9;
  color: #2e6f4e;
}

.dialog_display_none {
  display: none !important;
}

.dialog_blur_1 {
  filter: blur(5px);
}

@media(max-width: 500px) {
  .dialog_1_general {
    width: calc(90% - 120px);
  }
}
/* End */


/* Start:/local/templates/swisslab/template_styles.css?1773686317516*/
input[type=submit] {
    border: 0;
}
.basket-added {
    cursor: default;
}
.tablebodytext,
.search-list  {
    display: none;
}
.is-hidden {
    display: none!important;
}
.header-search_active .search-list {
    display: block;
    z-index: 1;
}
.button:disabled {
    cursor: default;
    background-color: #ccc;
}
main .swiper-wrapper {
    height: auto;
}
.spec_error_active {
  border: 1px solid #ffa49f !important;
}
.analyze-tab__item {
    width: 100%;
}
.basket-button_full {
    width: auto !important;
}
/* End */
/* /local/templates/swisslab/dialog.css?1760916238853 */
/* /local/templates/swisslab/template_styles.css?1773686317516 */
