/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/backend.scss ***!
  \*************************************************************************************************************************************************************/
:root {
  --col-white: #ffffff;
  --col-info: #18a6d7;
}

:root {
  --gutter: THEME_GUTTER;
  --half-gutter: calc(var(--gutter) / 2);
  --double-gutter: calc(var(--gutter) * 2);
  --triple-gutter: calc(var(--gutter) * 3);
  --quad-gutter: calc(var(--gutter) * 4);
  --gap: THEME_GAP;
  --half-gap: calc(var(--gap) / 2);
  --double-gap: calc(var(--gap) * 2);
  --triple-gap: calc(var(--gap) * 3);
  --quad-gap: calc(var(--gap) * 4);
}
@media (max-width: THEME_SCREEN_SM) {
  :root {
    --gap: calc(THEME_GAP * 0.8);
    --gutter: calc(THEME_GUTTER * 0.5);
  }
}

b, strong {
  color: currentColor;
}

.tl_content {
  overflow: unset;
}
.tl_content .be_info {
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin: 4px 0 8px 0;
}
.tl_content .be_info .icon-info {
  width: 24px;
  height: 24px;
}
.tl_content .be_info .info-content {
  position: absolute;
  top: 0;
  left: 34px;
  display: flex;
  align-items: center;
  color: var(--col-white);
  font-size: 12px;
  background-color: var(--col-info);
  border-radius: 3px;
}
.tl_content .be_info .info-content span {
  padding: 8px;
  border-left: 1px solid var(--col-white);
}
.tl_content .be_info .info-content span:first-child {
  border-left: unset;
}

#container:not(.has-preview) aside#right {
  display: none;
}
#container:not(.has-preview) .buttons-container svg.preview-on {
  display: block;
}
#container:not(.has-preview) .buttons-container svg.preview-off {
  display: none;
}
#container:not(.has-preview) .buttons-container .button.toggle-size-button {
  pointer-events: none;
}
#container:not(.has-preview) .buttons-container .button.toggle-size-button svg {
  opacity: 0.4;
}
@media screen and (min-width: 1099px) {
  #container.menu-closed aside#left {
    position: absolute;
    transform: translateX(-100%);
  }
}
#container.menu-closed:not(.has-preview) #main {
  width: 100%;
}
#container.has-preview aside#left {
  flex-shrink: 0;
}
#container.has-preview #main {
  width: 70%;
}
@media screen and (max-width: 1100px) {
  #container.has-preview #main {
    width: 100%;
  }
}
#container.has-preview aside#right {
  width: 30%;
  background-color: white;
}
@media screen and (max-width: 1100px) {
  #container.has-preview aside#right {
    display: none;
  }
}
#container.has-preview aside#right iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1099px) {
  #container.has-preview.preview-prior #main {
    width: 30%;
  }
}
#container.has-preview.preview-prior aside#right {
  width: 70%;
}
#container .buttons-container {
  position: fixed;
  bottom: 6vh;
  right: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  transition: right 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #container .buttons-container {
    display: none;
  }
}
#container .buttons-container:hover {
  right: 0;
}
#container .buttons-container .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.07, 0.32, 0.015, 1.09);
  z-index: 1;
}
#container .buttons-container .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 2px 1px rgba(0, 0, 0, 0.2);
}
#container .buttons-container .button svg {
  position: absolute;
  width: 26px;
  height: 26px;
}

.color-preview {
  display: flex;
  align-items: center;
  gap: 4px;
}
.color-preview i {
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid white;
  border-radius: 2px;
  outline: 1px solid #aaa;
}

.custom-select {
  position: relative;
  padding: 0;
}
.custom-select.tl_select_unit {
  float: right;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  display: flex;
  align-items: center;
  height: 30px;
  padding-left: 10px;
}
.custom-select .select-items {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: white;
  pointer-events: auto;
  z-index: 5;
  transition: opacity 0.2s ease-in-out;
}
.custom-select .select-items.select-hide {
  opacity: 0;
  pointer-events: none;
}
.custom-select .select-items > div {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8ea;
  cursor: pointer;
}
.custom-select .select-items > div:last-child {
  border-bottom: none;
}
.custom-select .select-items > div:hover {
  background-color: #e8e8ea;
}
.custom-select span.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 1px solid;
}

.quick-edit-button, .quick-edit-content {
  position: absolute;
  top: 26px;
  border-radius: 6px;
  background-color: #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.quick-edit-button {
  display: none;
  left: -8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.quick-edit-button .close-button {
  display: none;
}

.quick-edit-content {
  left: 28px;
  padding: 12px;
  color: black;
  opacity: 0;
  transform: scale(0);
  overflow: hidden;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out 0.1s;
  transform-origin: left top;
  pointer-events: none;
}
.quick-edit-content .widget {
  margin-top: 10px;
  margin-bottom: 14px;
}
.quick-edit-content .widget h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.quick-edit-content .widget h3 label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.quick-edit-content .widget .tl_checkbox_single_container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quick-edit-content .form-submit {
  width: 100%;
  margin-top: 10px;
}
.quick-edit-content .form-submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}

.quick-editor-active .quick-edit-button {
  display: flex;
}
.quick-editor-active .quick-edit-button .setting-button {
  display: none;
}
.quick-editor-active .quick-edit-button .close-button {
  display: block;
}
.quick-editor-active .quick-edit-content {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.tl_content:hover .quick-edit-button {
  display: flex;
}

.content-button {
  width: -moz-fit-content;
  width: fit-content;
}
.content-button a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.content-button a.icon-left {
  flex-direction: row-reverse;
}
.content-button a svg {
  width: 22px;
  height: 22px;
}

.ce_card, .content-card {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  margin: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.ce_card.has-link, .content-card.has-link {
  border: 2px dashed rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ce_card .card-header, .content-card .card-header {
  margin-bottom: 1rem;
  text-align: center;
}
.ce_card .card-header svg, .content-card .card-header svg {
  width: 100%;
  max-width: 80px;
  height: 100%;
  max-height: 80px;
  padding-top: 1.5rem;
}
.ce_card .card-header picture, .content-card .card-header picture {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 160px;
  overflow: hidden;
}
.ce_card .card-header picture img, .content-card .card-header picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_card .card-content, .content-card .card-content {
  padding: 1rem;
}
.ce_card .card-content a, .content-card .card-content a {
  color: currentColor;
}

.card-link {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.card-link i {
  margin-right: 1rem;
}

.content-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
.content-cta.link-left {
  flex-direction: row-reverse;
}
.content-cta .text-content, .content-cta .link-content {
  z-index: 2;
}
.content-cta .image-container {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  z-index: 1;
}
.content-cta .image-container img {
  max-width: unset;
}
.content-cta .image-container[class*=v-align-] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-cta .image-container.v-align-center img {
  -o-object-position: center;
     object-position: center;
}
.content-cta .image-container.v-align-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.ce_icon_with_text, .content-image-with-text {
  display: flex;
  align-items: center;
}
.ce_icon_with_text .icon-content, .content-image-with-text .icon-content {
  margin-right: 1rem;
}
.ce_icon_with_text .icon-content svg, .content-image-with-text .icon-content svg {
  width: 40px;
  height: 40px;
}
.ce_icon_with_text .text-content, .content-image-with-text .text-content {
  max-width: 600px;
}
.ce_icon_with_text .text-content p, .content-image-with-text .text-content p {
  margin-bottom: 0;
}

.ce_image_with_text, .content-image-with-text {
  display: flex;
  align-items: center;
  max-width: 80%;
  gap: 10px;
}
.ce_image_with_text figure, .content-image-with-text figure {
  display: block;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin-right: 1rem;
}
.ce_image_with_text figure picture, .content-image-with-text figure picture {
  display: block;
}
.ce_image_with_text figure img, .content-image-with-text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_image_with_text.image-right figure, .content-image-with-text.image-right figure {
  order: 2;
  margin-right: 0;
  margin-left: 1rem;
}
.ce_image_with_text.image-right .text-container, .content-image-with-text.image-right .text-container {
  order: 1;
}

.ce_important_text, .preview-container {
  max-width: 80%;
  margin: 1rem 0.5rem 0 0.5rem;
  padding: 2rem 3rem;
  clear: both;
}
.ce_important_text h1, .ce_important_text h2, .ce_important_text h3, .ce_important_text h4, .preview-container h1, .preview-container h2, .preview-container h3, .preview-container h4 {
  color: currentColor;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.ce_important_text .preview-text, .preview-container .preview-text {
  line-height: 1.2;
}
.ce_important_text strong, .preview-container strong {
  color: currentColor;
}
.ce_important_text a, .preview-container a {
  color: currentColor;
}

.ce_picture img {
  max-height: 150px !important;
}

.ce_reassurance {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.ce_reassurance figure {
  margin-bottom: 1rem;
}
.ce_reassurance h3 {
  font-size: 20px;
}

.ce_tabs_inner_start.tab-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem;
  border: 1px solid;
  border-radius: 6px;
}

.tab-inner-content {
  display: inline-block;
  margin: 1rem 0 0.5rem 0;
  padding: 0.6rem 1rem;
  border: 1px solid;
  border-radius: 10px;
}

.ce_text_with_text .text-content {
  justify-content: space-between;
}
.ce_text_with_text .text-content > div {
  flex-basis: 49%;
}
