@charset "UTF-8";
/* CSS Document */

.seomae_box {
  display: block;
  padding: 2%;
  border: 1px solid #000000;
  background-color: #fff;
  margin-bottom: 10px;
}

.tabelle {
  width: 100% !important;
}

.inputfieldclass {
  width: 100% !important;
}

.counter {
  float: right;
  font-weight: bold;
  color: grey;
}

/*
.seomae_box {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 20px;
}
*/
.seomae_field {
  display: contents;
}

.seomae_box_home0 {
  background: #e600ff !important;
  padding: 10px 10px 10px 10px;
}

/* meta box h3 */

.seo_metabox_googletwitterfacebook {
  color: #686868;
}

#seomae_titel {
  background: #eeeded;
  color: aliceblue;
  /*
    padding: 20px 26px 20px;
    line-height: .8;
    position: relative;
    border-radius: 3px 3px 0 0;
	*/
}

.seo_metabox_labeltitel {
  color: #000000;
  font-weight: bold;
}

#seomae_titel h2 {
  background: #fff;
  color: #000;
  font-size: 20px;
  /*
    padding: 20px 26px 20px;
    line-height: .8;
    position: relative;
    border-radius: 3px 3px 0 0;
	*/
}

.seomae_error {
  color: rgb(123, 255, 0) !important;
}

.dots {
  border-width: 0 0 5px;
  color: #1e88a1;
  border-image: linear-gradient(90deg, rgba(135, 206, 235, 0), #1e88a1 50%, rgba(135, 206, 235, 0) 100%) 0 0 100%;
  border-style: solid;
}

/* ################ */
/* # Copy Button */
/* ################ */

#cfc-copy-btn-wrap,
#cfc1-copy-btn-wrap {
  margin: 8px 0 4px;
}

#cfc-copy-btn,
#cfc1-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #2271b1;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

#cfc-copy-btn:hover,
#cfc1-copy-btn:hover {
  background: #135e96;
}

#cfc-copy-btn:active,
#cfc1-copy-btn:active {
  background: #0a4b78;
}

#cfc-copy-btn svg,
#cfc1-copy-btn svg {
  flex-shrink: 0;
}

#cfc-copy-feedback,
#cfc1-copy-feedback {
  display: none;
  margin-left: 10px;
  font-size: 12px;
  color: #00a32a;
  vertical-align: middle;
  font-style: italic;
}

/* checkbox slider settings */

input.seomae_checkbox_slide[type="checkbox"] {
  appearance: none;
  height: 20px;
  width: 50px;
  background-color: #34384b;
  border-radius: 50px;
  position: relative;
  transition: 300ms;
  cursor: pointer;
  outline: none;
  border: 1px solid #000;
}

input.seomae_checkbox_slide[type="checkbox"]:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #d5d5d5;
  border-radius: 50%;
  border: 1px solid #000;
  left: 3px;
  top: 3px;
  transition: 300ms;
}

input.seomae_checkbox_slide[type="checkbox"]:checked {
  background-color: #ececec;
}

input.seomae_checkbox_slide[type="checkbox"]:checked:before {
  background-color: #22c900; /* 5acbff*/
  top: 4px;
  left: 30px;
  height: 15px;
  width: 15px;
}

/* Live Preview Styles */
.seo-preview {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.seo-preview .seo-preview-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
