.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
/***** backend login - background image *****/

.cs_cls_login {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cs_cls_login body {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.cs_cls_login body:has(> .cs_cls_bg_image) {
  background: none;
}

.cs_cls_login #container {
  position: relative;
  margin: 15px;
  z-index: 10;
}

.cs_cls_login .tl_message {
  margin-top: -20px;
  padding: 0 45px 40px;
  max-width: 260px;
  background: white;
}

.cs_cls_login .tl_error {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.8125rem;
}

.cs_cls_login .cs_cls_bg_image {
  position: fixed;
  inset: 0;
}

.cs_cls_login .cs_cls_bg_image .image_container {
  height: 100%;
}

.cs_cls_login .cs_cls_bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***** backend login - logo *****/

.cs_cls_logo {
  margin-bottom: 23px;
}

.cs_cls_logo img {
  width: 100%;
  height: auto;
}

/***** backend login - text *****/

.cs_cls_text {
  margin-top: 23px;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
#left:has(.current .cs_error_redirect) + #main td.col_url {
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  #left:has(.current .cs_error_redirect) + #main th.col_count,
  #left:has(.current .cs_error_redirect) + #main td.col_count {
    width: 60px;
    text-align: right;
  }
}

/***** multi-column-editor *****/

.multi-column-editor .selector_container {
  margin-top: 0.1875rem !important;
  margin-bottom: 1.125rem !important;
}



.header_edit {
  display: inline-block;
  padding: 3px 0 3px 21px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  margin-left: 15px;

}

.header_edit {
  background-image: url("../../system/themes/flexible/icons/edit.svg");
}

.cs_ai_page_title_wizard,
.cs_ai_page_description_wizard,
.cs_ai_meta_alt_tag_wizard {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

.cs_ai_page_title_wizard.inactive,
.cs_ai_page_description_wizard.inactive,
.cs_ai_meta_alt_tag_wizard.inactive {
  opacity: 0.5;
  filter: grayscale(1);
  transition: opacity 350ms ease, filter 350ms ease;
}

a.cs_ai_page_title_wizard,
a.cs_ai_page_description_wizard,
a.cs_ai_meta_alt_tag_wizard {
  cursor: pointer;
}

a.cs_ai_page_title_wizard.progress,
a.cs_ai_page_description_wizard.progress,
a.cs_ai_meta_alt_tag_wizard.progress {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
  transition: opacity 350ms ease, filter 350ms ease;
}

a.cs_ai_page_title_wizard.progress img,
a.cs_ai_page_description_wizard.progress img,
a.cs_ai_meta_alt_tag_wizard.progress img {
  animation: rotation 1s infinite linear;
}

.cs_ai_page_title,
.cs_ai_page_description {
  width: calc(100% - 24px);
  resize: vertical;
}

.cs_ai_page_title_wizard,
.cs_ai_page_description_wizard {
  position: relative;
  top: 0;
  vertical-align: middle;
}

.cs_ai_page_title_wizard img,
.cs_ai_page_description_wizard img {
  margin-left: 4px;
}

#tl_page #ctrl_description + a {
  position: absolute;
  top: 38px;
}

span.cs_ai_meta_alt_tag_wizard {
  position: relative;
  top: 7px;
  margin-left: 4px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

