/* Main column width */
.wp-block {
  max-width: 1200px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1680px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}

/* .cookie-logo {
  position: fixed;
  bottom: 0;
} */
#adminmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#adminmenu li.cookie-logo {
  order: 1000;
}
#uip-admin-menu a[href="https://thecookielabs.com"],
#uip-admin-menu a[href="https://thecookielabs.com/"]
{
  display: block;
  background-image: url(/wp-content/themes/thecookielabs/img/logo-tcl--with-text.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 66.67%;
  opacity: 0.6;
  height: 0;
  padding: 10px 5px;
  padding-top: 100%;
  width: 100%;
  transition: opacity 0.5s ease;
  margin: 0 0;
}

#uip-admin-menu a[href="https://thecookielabs.com"] span,
#uip-admin-menu a[href="https://thecookielabs.com/"] span
{
  display: none;
}

#uip-admin-menu a[href="https://thecookielabs.com"]:hover,
#uip-admin-menu a[href="https://thecookielabs.com/"]:hover
{
  opacity: 1;
}
#adminmenu a.cookie-logo {
  display: block;
  background-image: url(/wp-content/themes/thecookielabs/img/logo-tcl--with-text-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 66.67%;
  /* width: 100%; */
  opacity: 0.6;
  height: 0;
  margin: 0 auto;
  padding: 10px 5px;
  padding-top: 100%;
  order: 1000;
  transition: opacity 0.5s ease;
}
#adminmenu a.cookie-logo:hover {
  opacity: 1;
}
#adminmenu a.cookie-logo div.wp-menu-name {
  display: none;
}
.cookie-logo .wp-menu-image.dashicons-before {
  display: none !important;
}
#toplevel_page_tcl-theme-settings .wp-menu-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#toplevel_page_tcl-theme-settings .wp-menu-image img {
  padding: 0;
  width: 22px;
}

/*Hide Buttons for Coupon Page*/

.post-type-shop_coupon .sc-quick-links,
.post-type-shop_coupon div#coupon-root {
  display: none;
}

/*Changelog*/

.tcl-changelog {
  margin-top: 40px;
}

.tcl-changelog__item {
  margin-bottom: 20px;
}

.tcl-changelog__item-content {
  padding: 20px;
  font-size: 16px;
  line-height: 140%;
}

.tcl-changelog__item.current-version .tcl-changelog__item-heading {
  background-color: var(--uip-color-green-wash, rgba(50, 210, 150, 0.21));
}

.tcl-changelog__item-heading {
  display: block;
  font-size: 13px;
  color: var(--uip-text-color-muted, #999);
  padding: var(--uip-padding-xs, 10px);
  border-radius: var(--uip-border-radius, 4px);
  background-color: var(--uip-background-muted, #f2f2f4);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.tcl-changelog__item-heading:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/thecookielabs/img/icons/angle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.tcl-changelog__item-heading.active:after {
  transform: translateY(-50%) rotate(180deg);
}
/*CSS For Admin Tabs*/
.tcl-admin__tabs {
  margin-top: 30px;
}

.tcl-admin__tabs-navigation {
  display: flex;
  align-self: center;
  gap: 15px;
}

.tcl-admin__tabs-navigation button {
  outline: none;
  border: 0;
  display: block;
  font-size: 13px;
  color: var(--uip-text-color-muted, #999);
  padding: var(--uip-padding-xs, 10px);
  border-radius: var(--uip-border-radius, 4px);
  background: var(--uip-background-muted, #f2f2f4);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.tcl-admin__tabs-navigation button.active {
  color: var(--uip-text-color-inverse, white);
  background-color: var(--uip-color-black, black);
}

.tcl-admin__tabs-navigation {
  margin-bottom: 20px;
}

.testing-status {
  color: var(--status-color);
  display: flex;
  align-items: center;
}

.testing-status span {
  margin-right: 5px;
  font-size: 20px !important;
  line-height: 1;
  display: flex;
  align-items: center;
}

/*Fix ACF popup in page builder*/
.acf-tooltip {
  max-width: inherit !important;
}

/*Single Sign On*/
.tcl-admin-area__subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tcl-admin-area__list ol {
  margin: 0 0;
  margin-left: 16px;
}

.tcl-admin-area__list {
  margin-bottom: 30px;
}

.tcl-admin-area__notice {
  font-size: 18px;
  color: red;
  margin-bottom: 30px;
}

/*Admin Area tcl-admin-area__security*/
.tcl-admin-area__button p {
  margin: 0 0;
  padding: 0 0;
}

.tcl-admin-area__field {
  margin-bottom: 30px;
}

.tcl-admin-area__field label span {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.tcl-admin-area__field select,
.tcl-admin-area__field textarea,
.tcl-admin-area__field input {
  border: var(--uip-border-width) solid var(--uip-border-color);
  background-color: var(--uip-background-default);
  color: var(--uip-text-color-normal);
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-size: 14px;
  outline: none;
}

.tcl-admin-area__field-error {
  color: red;
  margin-top: 5px;
}

.tcl-admin-area__security h3 {
  margin-top: 0;
}
.tcl-admin-area__security-item {
  margin-bottom: 15px;
}
.tcl-admin-area__security-item label span {
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.tcl-admin-area__security-item label input {
  width: 100%;
  max-width: 400px;
}

/*Password Protected*/
body.login-password-protected #wp-submit {
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;
}
/*ACF Image Aspect Ratio*/
.acf-image-aspect-ratio-crop-modal-footer-crop-type {
  font-size: 16px;
  font-weight: 500;
}

/* Save layouts */
.acf-text-global-layout {
  text-align: center;
  padding: 20px;
}

.acf-text-global-layout span {
  font-size: 20px;
  display: block;
}

.acf-text-global-layout a {
  font-size: 16px;
}

.acf-icon.acf-save-layout:before {
  content: " ";
  mask-image: url("/wp-content/themes/thecookielabs/img/icons/save.svg");
  -webkit-mask-image: url("/wp-content/themes/thecookielabs/img/icons/save.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 74%;
  -webkit-mask-size: 74%;
  background-color: var(--uip-color-primary, #23282d);
}

.acf-icon.acf-save-layout {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.acf-icon.acf-edit-layout:before {
  content: "\f11f";
  font-family: inherit;
  margin-top: 2px;
  margin-left: 2px;
}

.acf-icon.acf-edit-layout {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Hide layouts */
/* thecookielabs-hide-layouts.php */
.layout-access-denied {
  opacity: 0.5;
  cursor: not-allowed;
}

.layout-access-denied .icon-lock {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-size: 25px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.layout-access-denied:hover .icon-lock {
  opacity: 1;
}

.layout-access-denied .acf-fields {
  display: none !important;
  opacity: 0.5;
  cursor: not-allowed;
}

.acf-layout-hidden .acf-fields {
  opacity: 0.5;
  cursor: not-allowed;
}
.acf-layout-hidden .acf-fields > * {
  pointer-events: none;
}
.acf-layout-hidden .acf-fc-layout-handle {
  background: rgba(0, 0, 0, 0.02);
  opacity: 0.3;
}
.acf-icon.acf-hide-layout:before {
  content: "\f177";
  font-family: inherit;
}
.acf-icon.acf-hide-layout {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.acf-layout-hidden .acf-icon.acf-hide-layout:before {
  content: "\f530";
  font-family: inherit;
}

/* Button style */
.button.button-primary {
  background-color: var(--uip-button-primary-bg, #0c5cef) !important;
  color: var(--uip-button-primary-text-color, #fff) !important;
}

/* Fix ACF broken json sync comparison */
.acf-modal table.diff tbody tr td:nth-child(2) {
  width: auto;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * 1.5rem);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.tcl-admin-area-settings h3 {
  margin-top: 0;
}
.tcl-admin-area-settings__list-card {
  font-size: 14px;
  color: var(--uip-text-color-muted, #999);
  padding: 15px;
  border-radius: var(--uip-border-radius, 4px);
  background-color: var(--uip-background-muted, #f2f2f4);
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  min-height: 142px;
}

.tcl-admin-area-settings__list-card-field input {
  width: 100%;
}

.tcl-admin-area-settings__list-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--uip-text-color-emphasis, #222);
}
.tcl-admin-area-settings__list-card-description {
  margin-bottom: 15px;
}
.tcl-admin-area-settings__list-card-buttons {
  display: flex;
  margin-top: auto;
}
.tcl-admin-area-settings__list-card-buttons button.button.button-primary {
  line-height: 32px;
}
.tcl-admin-area-settings__list-card-buttons input {
  opacity: 0;
  position: absolute;
}
.tcl-admin-area-settings__list-card-buttons input.button {
  opacity: 1;
  position: static;
}
.tcl-admin-area-settings__list label span {
  width: 40px;
  height: 32px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  border: #7e8993 solid 1px;
  background-color: #fff;
}
.tcl-admin-area-settings__list label:first-child span {
  border-radius: 5px 0 0 5px;
}
.tcl-admin-area-settings__list label:last-child span {
  border-radius: 0 5px 5px 0;
}
.tcl-admin-area-settings__list label input:checked + span {
  background: var(--uip-button-primary-bg, #0c5cef);
  color: white;
}

/*Sitemap*/
.tcl-sitemap__choices label {
  display: block;
  margin-bottom: 5px;
}

.tcl-sitemap__choices label span {
  margin-left: 10px;
  font-size: 16px;
}

.tcl-sitemap__download {
  display: block;
  margin-top: 30px !important;
}

/*Redirects*/
.redirects {
  margin: 5px 3px 2px;
  padding: 1px 12px;
  margin-top: 50px;
}
.redirects__additional {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redirects__pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  gap: 10px;
}

.redirects__pagination a {
  text-decoration: none;
  color: black;
  outline: none;
  box-shadow: none;
}

.redirects__pagination span.page-numbers.current {
  color: var(--uip-button-primary-bg, #0c5cef);
}

.redirects__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.redirects__table td,
.redirects__table th {
  width: 20%;
  border: 1px solid #ddd;
  padding: 8px;
}

.redirects__table td a {
  text-decoration: none;
  box-shadow: none !important;
}

.redirects__table td a span {
  font-size: 20px !important;
  color: red;
}

.redirects__table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.redirects__table tr.redirect-status-error {
  background: rgb(255 0 0 / 43%);
}

.redirects__table tr.redirect-status-notice {
  background: rgba(255, 179, 0, 0.749);
}

.redirects__table tr:hover {
  background-color: #ddd;
}

.redirects__table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--uip-button-primary-bg, #0c5cef);
  color: white;
}

.redirects__table-sortable {
  position: relative;
  padding-right: 30px;
}

.redirects__table-sort {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.redirects__table-sort a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.redirects__table-sort a.active {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.redirects__table-sort a span {
  display: block;
  width: 16px;
  height: 16px;
}

.redirects__table-sort a span:before {
  line-height: 1;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
}

.redirects__search {
  margin-bottom: 30px;
}

.redirects__search form {
  width: 400px;
  display: flex;
  align-items: center;
}

.redirects__search input {
  width: 100%;
  margin-right: 20px;
  height: 32px;
}

.redirects__search button {
  display: flex !important;
  align-items: center;
}

.redirects__search button span {
  margin-left: 5px;
}

.redirects__form {
  margin-bottom: 30px;
}

.redirects__form form {
  width: 100%;
  display: flex;
}

.redirects__form-field {
  display: inline-block;
  width: 10%;
  padding-right: 30px;
}
.redirects__form-field:nth-child(1),
.redirects__form-field:nth-child(2) {
  width: 30%;
}

.redirects__form-field span {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.redirects__form-field label {
  position: relative;
  display: inline-block;
  margin: 0 -3px;
}

.redirects__form-field input {
  border: var(--uip-border-width) solid var(--uip-border-color);
  background-color: var(--uip-background-default);
  color: var(--uip-text-color-normal);
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
}

.redirects__form-field label input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.redirects__form-field label input:checked + span {
  background: var(--uip-button-primary-bg, #0c5cef);
  color: #fff;
}

.redirects__form-field label:nth-child(2) span {
  border-radius: 3px 0px 0px 3px;
}

.redirects__form-field label:last-child span {
  border-radius: 0 3px 3px 0;
}

.redirects__form-field label span {
  margin: 0 0;
  display: inline-block;
  border: #7e8993 solid 1px;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  background: #fff;
}

.redirects__form-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*ACF bloks manager*/
.tcl-custom-styles .acf-field-flexible-content > .acf-label label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tcl-custom-styles {
  border: 0;
}
.acf-field-6260161985f8b .layout .tcl-layout-flexible__title,
.tcl-custom-styles .layout .tcl-layout-flexible__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  padding-left: 60px;
  position: relative;
}
.acf-field-6260161985f8b .layout .tcl-layout-flexible__title span,
.tcl-custom-styles .layout .tcl-layout-flexible__title span {
  margin-left: 15px;
}
.acf-field-6260161985f8b .layout .tcl-layout-flexible__title-icon,
.tcl-custom-styles .layout .tcl-layout-flexible__title-icon {
  width: 24px;
  height: 24px;
}
.acf-field-6260161985f8b .layout .tcl-layout-flexible__title-icon img,
.tcl-custom-styles .layout .tcl-layout-flexible__title-icon img {
  width: 100%;
  height: 100%;
}
.acf-field-6260161985f8b .layout .tcl-layout-flexible__title-line,
.tcl-custom-styles .layout .tcl-layout-flexible__title-line {
  height: 100%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.acf-field-6260161985f8b .layout span.acf-fc-layout-order,
.tcl-custom-styles .layout span.acf-fc-layout-order {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.acf-field-6260161985f8b .layout .acf-fc-layout-controls,
.tcl-custom-styles .layout .acf-fc-layout-controls {
  top: 17px;
  right: 10px;
}
.acf-field-6260161985f8b .layout .acf-fc-layout-controls a,
.tcl-custom-styles .layout .acf-fc-layout-controls a {
  visibility: visible !important;
}
.acf-field-6260161985f8b .layout .acf-fc-layout-handle,
.tcl-custom-styles .layout .acf-fc-layout-handle {
  padding: 0 0;
}
.tcl-custom-styles .tcl-sections-navigation {
  width: 251px;
  position: fixed;
  right: 20px;
  bottom: 0;
  background: var(--uip-menu-background, #f2f2f4);
  border-radius: var(--uip-border-radius, 4px);
  padding: 15px;

  z-index: 99999;
}

.tcl-custom-styles .tcl-sections-navigation ul .list-layouts li:nth-child(2),
.tcl-custom-styles .tcl-sections-navigation ul .list-layouts li:last-child,
.tcl-custom-styles .tcl-sections-navigation ul .list-layouts li:first-child {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 6px;
}

.tcl-custom-styles .tcl-sections-navigation .list-layouts {
  max-height: 25vh;
  overflow-y: scroll;
}
.tcl-custom-styles .tcl-sections-navigation .list-layouts::-webkit-scrollbar {
  width: 6px;
}

.tcl-custom-styles .tcl-sections-navigation .list-layouts::-webkit-scrollbar-track {
  background: rgb(223, 223, 223);
}

.tcl-custom-styles .tcl-sections-navigation .list-layouts::-webkit-scrollbar-thumb {
  background-color: rgb(134, 134, 134);
  border-radius: 20px;
}

.tcl-custom-styles .tcl-sections-navigation ul {
  padding: 0 0;
  margin: 0 0;
}
.tcl-custom-styles .tcl-sections-navigation ul li:first-child {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tcl-custom-styles .tcl-sections-navigation ul li:nth-child(2) {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.tcl-custom-styles .tcl-sections-navigation ul li:last-child {
  border-top: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding-top: 5px;
  margin-top: 10px;
}

.tcl-custom-styles .tcl-sections-navigation ul li a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--uip-menu-text-color, #6c6c6ccf);
  padding: var(--uip-padding-xxs, 5px);
  border-radius: var(--uip-border-radius, 4px);
  position: relative;
  padding-left: 10px;
}
.tcl-custom-styles .tcl-sections-navigation ul li a.button {
  margin-left: 35px;
  justify-content: center;
  width: max-content;
}
.tcl-custom-styles .tcl-sections-navigation ul li a .icon {
  width: 18px;
  height: 18px;
  opacity: 0.8;
}
.tcl-custom-styles .tcl-sections-navigation ul li a .icon img {
  width: 100%;
  height: 100%;
}
.tcl-custom-styles .tcl-sections-navigation ul li a .line {
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.tcl-custom-styles .tcl-sections-navigation ul li a span {
  width: calc(100% - 18px - 10px);
  margin-left: 10px;
}
.tcl-custom-styles .tcl-sections-navigation ul li a.active {
  color: var(--uip-menu-text-emphasis, #222);
  font-weight: var(--uip-text-bold, 700);
  background-color: var(--uip-menu-secondary-color, #e7e7e9);
}
.tcl-custom-styles .tcl-sections-navigation ul li a.active img {
  opacity: 1;
}
.tcl-custom-styles .tcl-sections-navigation ul li a:hover {
  background-color: var(--uip-menu-secondary-color, #e7e7e9);
  color: var(--uip-menu-text-color, #6c6c6ccf);
}

body .tcl-list-sections {
  min-height: 200px;
  padding: 15px;
  display: flex;
  width: 750px;
}

.tcl-list-sections__layouts {
  width: 100%;
  order: 2;
}

.tcl-list-sections__global-layouts ul,
.tcl-list-sections__layouts ul {
  max-height: 420px;
  overflow: hidden;
  overflow-y: scroll;
}

.tcl-list-sections__global-layouts ul::-webkit-scrollbar,
.tcl-list-sections__layouts ul::-webkit-scrollbar {
  width: 6px;
}

.tcl-list-sections__global-layouts ul::-webkit-scrollbar-track,
.tcl-list-sections__layouts ul::-webkit-scrollbar-track {
  background: rgb(223, 223, 223);
}

.tcl-list-sections__global-layouts ul::-webkit-scrollbar-thumb,
.tcl-list-sections__layouts ul::-webkit-scrollbar-thumb {
  background-color: rgb(134, 134, 134);
  border-radius: 20px;
}

.tcl-list-sections__global-layouts {
  width: 200px;
  order: 1;
  border-right: solid 1px #c5c5c5;
  padding-right: 15px;
}

.tcl-list-sections__global-layouts-headig {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 32px;
}

.tcl-list-sections__global-layouts ul.tcl-list-sections__saved li.tcl-list-sections__item {
  width: 100%;
  margin-left: 0px;
}

.tcl-list-sections__global-layouts ul.tcl-list-sections__saved li.tcl-list-sections__item a {
}

body .tcl-list-sections ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .tcl-list-sections__item {
  width: calc(33.3333333333% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal !important;
  margin-bottom: 10px;
  margin-left: 5px;
}
body .tcl-list-sections__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 15px;
  color: var(--uip-menu-text-color, #6c6c6ccf);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

body .tcl-list-sections__item--hidden {
  display: none !important;
  opacity: 0.5;
}

body .tcl-list-sections__item--hidden a {
  cursor: no-drop;
}

body .tcl-list-sections__item-link-icon {
  width: 24px;
  height: 24px;
}
body .tcl-list-sections__item-link-icon img {
  width: 100%;
  height: 100%;
}
body .tcl-list-sections__item-link-line {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .tcl-list-sections__item-link span {
  width: calc(100% - 15px - 30px);
  margin-left: 15px;
}
body .tcl-list-sections__item .tcl-list-sections__item-link:hover {
  background-color: var(--uip-menu-secondary-color, #e7e7e9);
  /* color: var(--uip-menu-text-color, #6c6c6ccf); */
  color: #000000;
}

body .tcl-list-sections__item--hidden .tcl-list-sections__item-link:hover {
  background-color: transparent;
  color: #000000;
}

body .tcl-list-sections input {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  background-image: url(/wp-content/themes/thecookielabs/img/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding-right: 30px;
}

.tcl-list-sections__item--not_started {
  opacity: 0.1;
  cursor: not-allowed;
}
.tcl-list-sections__item--development {
  opacity: 0.35;
}
.tcl-list-sections__item--development a:hover {
  background-color: rgba(0, 0, 0, 0.15) !important;
  /* opacity: 0.5; */
}
.tcl-list-sections__item--development:after {
  content: "🛠";
  font-size: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  z-index: -1;
  opacity: 0.75;
  /* transform: rotate(10deg); */
}
.tcl-list-sections__item--buggy {
  background-color: rgba(255, 0, 0, 0.25);
  opacity: 0.75;
}
.tcl-list-sections__item--buggy a:hover {
  background-color: rgba(255, 0, 0, 0.15) !important;
  opacity: 0.85;
}
.tcl-list-sections__item--buggy:after {
  content: "⚠";
  font-size: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  z-index: -1;
  opacity: 0.25;
  /* transform: rotate(10deg); */
}

.tcl-list-sections__item--client-admin.tcl-list-sections__item--not_started,
.tcl-list-sections__item--client-admin.tcl-list-sections__item--development {
  display: none !important;
}

.tcl-preview-action {
  margin-top: 12px;
}
.tcl-import-export {
  margin-top: 12px;
}
.tcl-import-export__button {
  margin-bottom: 15px;
}
.tcl-import-export__file {
  margin-top: 15px;
  margin-bottom: 5px;
}

.tcl-admin-manager-sections tr:hover {
  background-color: #f5f5f5;
}

.tcl-admin-manager-sections__list-icons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.tcl-admin-manager-sections__list-icon img {
  height: 17px;
  width: auto;
}
.tcl-admin-manager-sections__list-icon {
  width: 14%;
  padding: 0 1%;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.tcl-admin-manager-sections__list-icon span {
  width: 100%;
  display: block;
  margin-top: 5px;
  word-wrap: break-word;
}
.tcl-admin-manager-sections table td span.js--open-list-svg {
  margin-left: 10px;
}
.tcl-admin-manager-sections table td span.js--open-list-svg img {
  height: 20px;
  width: auto;
}
.tcl-admin-manager-sections__icons span.js--close-list {
  position: sticky;
  top: 9px;
  left: 100%;
  cursor: pointer;
}
.tcl-admin-manager-sections__icons {
  background: var(--uip-menu-background, #f2f2f4);
  padding: 20px;
  width: 600px;
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
}
.tcl-admin-manager-sections__icons input {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
}
.tcl-admin-manager-sections__icon {
  text-align: center;
}
.tcl-admin-manager-sections__color {
  text-align: center;
}
.tcl-admin-manager-sections__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  position: relative;
  min-height: 44px;
}
.tcl-admin-manager-sections__hide {
  text-align: center;
}
.tcl-admin-manager-sections__name-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.tcl-admin-manager-sections__name-icon img {
  height: 100%;
  width: 100%;
}
.tcl-admin-manager-sections__name-line {
  height: 100%;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-admin-manager-sections table {
  width: 100%;
  border-collapse: collapse;
}
.tcl-admin-manager-sections table td {
  font-size: 16px;
  padding: 5px;
}
.tcl-admin-manager-sections table td textarea {
  width: 100%;
}
.tcl-admin-manager-sections table td span.js--section-icon img {
  height: 20px;
  width: auto;
}
.tcl-admin-manager-sections table td .wp-picker-container {
  position: relative;
}
.tcl-admin-manager-sections table td .wp-picker-container span.wp-picker-input-wrap {
  display: none !important;
}
.tcl-admin-manager-sections table td .wp-picker-container .wp-picker-holder {
  position: absolute;
  z-index: 4;
}
.tcl-admin-manager-sections table td .wp-picker-container button.button.wp-color-result {
  outline: none;
  padding: 0 0;
  margin: 0 0;
  min-height: 20px;
  width: 20px;
  height: 20px;
  background-color: rgba(132, 132, 132, 0) !important;
  background: url(/wp-content/themes/thecookielabs/img/color-picker.svg);
  background-size: cover;
}
.tcl-admin-manager-sections table td .wp-picker-container button.button.wp-color-result span {
  display: none;
}

.acf-tooltip {
  color: var(--uip-menu-text-color, #6c6c6ccf);
  background: var(--uip-menu-background, #f2f2f4);
}
.acf-fc-popup a {
  color: #000;
}

.tcl-admin-menu {
  width: 100%;
}
.tcl-admin-menu thead {
  background-color: #fff;
  position: sticky;
  top: 60px;
  z-index: 2;
}
.tcl-admin-menu thead tr th {
  vertical-align: bottom;
}
.tcl-admin-menu .tcl-admin-menu__item {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
}
.tcl-admin-menu .tcl-admin-menu__item th span {
  font-size: 10px;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.tcl-admin-menu .tcl-admin-menu__item th {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding: 5px 0;
}
.tcl-admin-menu .tcl-admin-menu__item:hover td {
  background-color: lightskyblue;
}
.tcl-admin-menu .tcl-admin-menu__item td {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding: 5px 0;
  text-align: center;
}
.tcl-admin-menu .tcl-admin-menu__item td input:disabled {
  opacity: 0.4;
}
.tcl-admin-menu .tcl-admin-menu__item th:first-child {
  text-align: left;
}
.tcl-admin-menu .tcl-admin-menu__item td:first-child {
  text-align: left;
}
.tcl-admin-menu .tcl-admin-menu__item span span {
  display: none;
}
.tcl-admin-menu .tcl-admin-menu__item td span {
  font-size: 10px;
  cursor: pointer;
  font-weight: bold;
}

.tcl-plugins-list {
  width: 100%;
}
.tcl-plugins-list thead {
  background-color: #fff;
  position: sticky;
  top: 60px;
  z-index: 2;
}
.tcl-plugins-list thead tr th {
  vertical-align: bottom;
}
.tcl-plugins-list .tcl-plugins-list__item {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
}
.tcl-plugins-list .tcl-plugins-list__item th span {
  font-size: 10px;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.tcl-plugins-list .tcl-plugins-list__item th {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding: 5px 0;
}
.tcl-plugins-list .tcl-plugins-list__item:hover td {
  background-color: lightskyblue;
}
.tcl-plugins-list .tcl-plugins-list__item td {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding: 5px 0;
  text-align: center;
}
.tcl-plugins-list .tcl-plugins-list__item td input:disabled {
  opacity: 0.4;
}
.tcl-plugins-list .tcl-plugins-list__item th:first-child {
  text-align: left;
}
.tcl-plugins-list .tcl-plugins-list__item td:first-child {
  text-align: left;
}
.tcl-plugins-list .tcl-plugins-list__item span span {
  display: none;
}
.tcl-plugins-list .tcl-plugins-list__item td span {
  font-size: 10px;
  cursor: pointer;
  font-weight: bold;
}
.tcl-plugins-list__notice {
  color: red;
}

#post-body.columns-2 .postbox button.handle-order-higher,
#post-body.columns-2 .postbox button.handle-order-lower {
  display: none !important;
}

#post-body.columns-2 .postbox h2.hndle.ui-sortable-handle {
  cursor: pointer !important;
}

.tcl-checklist__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.tcl-checklist__table td,
.tcl-checklist__table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tcl-checklist__table th:nth-child(3),
.tcl-checklist__table td:nth-child(3) {
  width: 50px;
  text-align: center;
}

.tcl-checklist__table th:nth-child(4),
.tcl-checklist__table td:nth-child(4) {
  width: 100px;
  text-align: center;
}

.tcl-checklist__table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tcl-checklist__table tr:hover {
  background-color: #ddd;
}

.tcl-checklist .tcl-checklist__item-icon span {
  line-height: 1;
  width: auto;
  height: auto;
  color: green;
}

.tcl-checklist .tcl-checklist__item-icon {
  line-height: 1;
  margin-left: 20px;
}

.tcl-checklist .tcl-checklist__item a,
.tcl-checklist .tcl-checklist__item button {
  width: 100%;
  text-align: center;
}

.tcl-checklist__item.item-error span {
  color: red;
}

.tcl-checklist__item.item-notice span {
  color: #ff9800;
}

.mini-cheklist-card .icon {
  color: green;
}

.mini-cheklist-card .item-notice .icon {
  color: #ff9800;
}

.mini-cheklist-card .item-error .icon {
  color: red;
}

body.uip-login .uip-login-wrap #login h1 a {
  height: 100px !important;
  background-position: center !important;
}

.tcl-admin-area-tabs {
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.tcl-admin-area-tabs__item {
  margin-right: 5px;
  margin-bottom: 5px;
}
.tcl-admin-area-tabs__item a {
  display: block;
  font-size: 13px;
  color: var(--uip-text-color-muted, #999);
  padding: var(--uip-padding-xs, 10px);
  border-radius: var(--uip-border-radius, 4px);
  background-color: var(--uip-background-muted, #f2f2f4);
  text-decoration: none;
  font-weight: 600;
}
.tcl-admin-area-tabs__item.active-tab a {
  color: var(--uip-text-color-emphasis, #222);
  background: var(--uip-background-grey, #e7e7e9);
}
.tcl-checklist__item-heading {
  font-size: 16px;
  color: var(--uip-text-color-muted, #999);
  padding: var(--uip-padding-xs, 10px);
  background-color: var(--uip-background-muted, #f2f2f4);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.tcl-checklist__item-heading:first-child {
  margin-top: 0px;
}

.tcl-list-tours__item {
  display: flex;
  align-items: center;
}
.tcl-list-tours__item-name {
  font-size: 18px;
  font-weight: bold;
  width: 60%;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.tcl-list-tours__item-name:after {
  content: "";
  width: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: var(--uip-menu-secondary-color, #e7e7e9);
  position: absolute;
}
.tcl-list-tours__item-status {
  width: 20%;
}
.tcl-list-tours__item-action {
  width: 20%;
}
.tcl-list-tours__item-action p.submit {
  padding: 0 0;
  margin: 0 0;
  text-align: right;
}
.tcl-list-tours__step-action p.submit {
  padding: 0 0;
  margin: 0 0;
  text-align: right;
}
.tcl-list-tours__steps {
  margin-bottom: 20px;
  position: relative;
}
.tcl-list-tours__steps:after {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 2px;
  height: calc(100% + 18px);
  background-color: var(--uip-menu-secondary-color, #e7e7e9);
}
.tcl-list-tours__step {
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.tcl-list-tours__step-name {
  color: var(--uip-menu-text-color, #6c6c6ccf);
  min-height: 26px;
  display: flex;
  align-items: center;
}
.tcl-list-tours__step-action {
  display: flex;
  align-items: center;
}
.tcl-list-tours__step-action img {
  width: 20px;
  height: auto;
  display: block;
}
.tcl-list-tours__step.completed-step .tcl-list-tours__step-name {
  opacity: 0.5;
}
.tcl-list-tours__step.active-step .tcl-list-tours__step-name {
  font-weight: bold;
}
.tcl-list-tours__step:after {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background-color: var(--uip-menu-secondary-color, #e7e7e9);
  position: absolute;
}
[data-popper-placement="right"] {
  margin-left: 20px !important;
}
[data-popper-placement="left"] {
  margin-right: 20px !important;
}
[data-popper-placement="top"] {
  margin-bottom: 20px !important;
}
[data-popper-placement="bottom"] {
  margin-top: 20px !important;
}
.shepherd-modal-overlay-container {
  z-index: 99999 !important;
}
.shepherd-element {
  z-index: 999999 !important;
}
input.button.button-primary {
  line-height: 1;
}
footer.shepherd-footer {
  position: relative;
}
button.button-skip.shepherd-button {
  position: absolute;
  left: 15px;
  background: #d2d2d2;
  color: #000;
}
button.button-skip.shepherd-button:hover {
  background: #dfdfdf;
  color: #000;
}

.tcl-update-theme__release {
  margin-top: 30px;
}

.tcl-update-theme__release .submit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tcl-update-theme__release .submit span {
  font-size: 18px;
}

.tcl-update-theme__version-item {
  font-size: 20px;
  margin-bottom: 24px;
}

.tcl-update-theme__release h3 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.tcl-update-theme__version h3 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.tcl-upload-theme h3 {
  font-size: 24px;
  margin-top: 40px;
}
.notice {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tcl-search__item {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #898989;
  justify-content: space-between;
}

.tcl-search__item-link a {
  color: #000;
}
.tcl-search form p.submit {
  width: auto;
  margin: 0 0;
  padding: 0 0;
  margin-left: 20px;
}
svg.shepherd-modal-is-visible.shepherd-modal-overlay-container path {
  transform: scale(102%) translate(-1%, -1%);
}
.tcl-search__heading {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tcl-support__heading {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tcl-support__button a {
  line-height: 1;
  display: flex;
  max-width: max-content;
  align-items: center;
}

.tcl-search__found {
  margin-bottom: 10px;
}
.tcl-search__found:last-child {
  margin-bottom: 0px;
}
.tcl-search__found label {
  font-weight: bold;
  margin-bottom: 5px;
}
.tcl-search__found-value * {
  font-size: 13px !important;
  font-weight: normal !important;
  margin: 0 0 !important;
  font-style: normal !important;
}
.tcl-search__found-value-found {
  background-color: yellow;
}
.tcl-search .js--search-found.hide-content {
  height: 60px;
  overflow: hidden;
}
.tcl-search .js--show-all {
  text-decoration: underline;
  margin-top: 7px;
  cursor: pointer;
  display: block;
  width: max-content;
}

.tcl-search th#ID {
  width: 70px;
}
.tcl-search .tcl-search th#post_type {
  width: 150px;
}
.tcl-search th#post_title {
  width: 250px;
}
.tcl-search th#post_date {
  width: 200px;
}
.tcl-list-faqs__list-question {
  width: 100%;
  font-size: 20px;
  cursor: pointer;
  padding: 15px 5px;
  transition: text-shadow 0.2s ease;
  position: relative;
}
.tcl-list-faqs__list-question:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  background-image: url("/wp-content/themes/thecookielabs/img/icons/angle-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tcl-list-faqs__list-question.active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.tcl-list-faqs__list-question:hover {
  text-shadow: 1px 0px 0px #3c434a;
}
.tcl-list-faqs__list-item {
  border-bottom: solid 1px #89898a;
}
.tcl-list-faqs__list-answer {
  font-size: 16px;
  padding: 0px 5px;
  padding-bottom: 15px;
}

.tcl-list-faqs__list-answer p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}
.tcl-list-faqs__list-answer p:last-child {
  margin-bottom: 0;
}
.tcl-admin-area-settings__import p.submit {
  padding: 0 0;
  margin: 0 0;
  display: inline-block;
}
.tcl-admin-area-settings__export p.submit {
  padding: 0 0;
  margin: 0 0;
}

.tcl-admin-area-settings__list {
  margin-bottom: 30px;
}
.tcl-import-export__container {
  display: flex;
  gap: 20px;
  align-items: center;
}

.tcl-import-export__container span {
  font-size: 16px;
}

.tcl-import-export-settings h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.tcl-import-export-settings__item {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
h3.tcl-import-export-settings__heading {
  margin-top: 30px;
}

/*Scroll Table*/
.wp-list-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.wp-list-table-wrapper .wp-list-table {
  position: relative;
}

.wp-list-table-wrapper::-webkit-scrollbar {
  width: 1em;
}

.wp-list-table-wrapper::-webkit-scrollbar-track {
  background-color: var(--uip-background-muted);
  border-radius: var(--uip-border-radius);
}

.wp-list-table-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--uip-background-default);
  border: 2px solid var(--uip-background-muted);
  border-radius: var(--uip-border-radius);
}

.wp-list-table-wrapper .wp-list-table thead tr td,
.wp-list-table-wrapper .wp-list-table thead tr th {
  width: auto;
}

.wp-list-table-wrapper .wp-list-table td.title,
.wp-list-table-wrapper .wp-list-table th.column-title {
  position: sticky;
  left: 0;
  background-color: #fff;
  width: 350px;
}

.wp-list-table-wrapper .wp-list-table tr:hover td {
  background: rgba(153, 153, 153, 0.1);
}

.wp-list-table-wrapper .wp-list-table td.check-column {
  width: 32px;
}

/* .wp-list-table-wrapper .wp-list-table thead tr td,
.wp-list-table-wrapper .wp-list-table thead tr th,
.wp-list-table-wrapper .wp-list-table thead {
  position: sticky;
  top: 0;
} */

.hidden-overflow-x {
  overflow-x: hidden;
}

/* TinyMCE editor */
.tcl-tinymce-editor {
  width: 100%;
}
.tcl-tinymce-editor table {
  width: 100%;
}
.tcl-tinymce-editor thead {
  background-color: #fff;
  position: sticky;
  top: 60px;
  z-index: 2;
}
.tcl-tinymce-editor thead tr th {
  vertical-align: bottom;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
}
.tcl-tinymce-editor .tcl-tinymce-editor__item th span {
  font-size: 10px;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item th {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding: 5px 0;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item:hover td {
  background-color: lightskyblue;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item td {
  border-bottom: solid 1px var(--uip-menu-text-color, #6c6c6ccf);
  padding: 5px 0;
  text-align: center;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item td input:disabled {
  opacity: 0.4;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item th:first-child {
  text-align: left;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item td:first-child {
  text-align: left;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item span span {
  display: none;
}
.tcl-tinymce-editor .tcl-tinymce-editor__item td span {
  font-size: 10px;
  cursor: pointer;
  font-weight: bold;
  text-transform: initial;
}
.tcl-tinymce-editor__item-group {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.tcl-tinymce-editor__notice {
  color: red;
}

/*Rank Math*/
.rank-math-page #wpbody {
  overflow-x: visible;
}

div#acfml-field-group-synchronise {
  display: none !important;
}

.acf-postbox .postbox-header .handle-actions a {
  display: none !important;
}

/* Section Overview*/
.tcl-section-overview__search {
  margin-bottom: 30px;
}

.tcl-section-overview__search .submit {
  margin: 0;
  padding: 0;
}

.tcl-section-overview__search select {
  width: 100%;
}

.tcl-section-overview__content {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column-reverse;
}

.tcl-section-overview__list ul {
  margin: 0 0;
}

.tcl-section-overview__list {
  margin-bottom: 20px;
}

/**/
.column-pin label {
  position: relative;
}
.column-pin label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.column-pin label span {
  font-size: 25px !important;
  cursor: pointer;
}

.column-pin label input:checked + span {
  color: var(--uip-color-primary, #0c5cef);
}

/*ACF Repeater*/
.acf-repeater .acf-row:hover > .acf-row-handle a[data-event="duplicate-row"] {
  top: 30px !important;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon,
.acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon {
  display: block !important;
}

.acf-repeater tr {
  position: relative;
}

.acf-repeater td:nth-of-type(2) .acf-input {
  position: sticky;
  top: calc(var(--uip-toolbar-height) + 5px);
}

#currently-used-container {
  font-size: 12px;
}

#currently-used-container p {
  margin: 0 0;
}

.compat-field-currently_used .field {
  padding-top: 5px;
}

#currently-used-container h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

/*ACF Term */
.term-php #edittag .form-table > tbody > .acf-field[data-name="page_sections"] > .acf-label {
  width: 100%;
  display: block;
}

.term-php #edittag .form-table > tbody > .acf-field[data-name="page_sections"] > .acf-input {
  width: 100%;
  display: block;
}
