@charset "UTF-8";
.nxt-color-picker-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nxt-color-picker-wrapper .nxt-hex-input {
  width: 120px;
  font-family: "Courier New", monospace;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  padding: 6px 8px;
}
.nxt-color-picker-wrapper .nxt-hex-input:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}
.nxt-color-picker-wrapper .nxt-hex-input:invalid {
  border-color: #d63638;
  box-shadow: 0 0 0 1px #d63638;
}
.nxt-color-picker-wrapper .nxt-color-picker {
  width: 40px;
  height: 35px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}
.nxt-color-picker-wrapper .nxt-color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}
.nxt-color-picker-wrapper .nxt-color-picker::-webkit-color-swatch {
  border: 1px solid #8c8f94;
  border-radius: 4px;
}
.nxt-color-picker-wrapper .nxt-color-preview {
  width: 35px;
  height: 35px;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.nxt-color-picker-wrapper .nxt-color-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  z-index: -1;
  border-radius: inherit;
}

.nxt-size-input-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 200px;
}
.nxt-size-input-wrapper .nxt-size-input {
  width: 80px;
  padding: 6px 8px;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  font-size: 14px;
}
.nxt-size-input-wrapper .nxt-size-input:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}
.nxt-size-input-wrapper .nxt-size-input {
  appearance: textfield;
  -moz-appearance: textfield;
}
.nxt-size-input-wrapper .nxt-size-input::-webkit-outer-spin-button, .nxt-size-input-wrapper .nxt-size-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nxt-size-input-wrapper .nxt-unit-suffix {
  font-size: 14px;
  color: #646970;
  font-weight: 500;
  min-width: 20px;
}
.nxt-size-input-wrapper .nxt-unit-selector {
  padding: 4px 6px;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  min-width: 50px;
}
.nxt-size-input-wrapper .nxt-unit-selector:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}

label:has(#nxt-swiper-radio-horizontal) input {
  display: none;
}
label:has(#nxt-swiper-radio-horizontal)::before {
  content: "\f169";
  font-family: dashicons;
  font-size: 2rem;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  cursor: pointer;
}
label:has(#nxt-swiper-radio-horizontal):has(#nxt-swiper-radio-horizontal:checked)::before {
  background-color: #2271b1;
  color: #fff;
}

label:has(#nxt-swiper-radio-vertical) input {
  display: none;
}
label:has(#nxt-swiper-radio-vertical)::before {
  content: "\f168";
  font-family: dashicons;
  font-size: 2rem;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  cursor: pointer;
}
label:has(#nxt-swiper-radio-vertical):has(#nxt-swiper-radio-vertical:checked)::before {
  background-color: #2271b1;
  color: #fff;
}

#nxt-cpt-swiper-shortcode-output {
  position: relative;
}
#nxt-cpt-swiper-shortcode-output.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
#nxt-autoplay-container {
  margin-top: 10px;
}
#nxt-autoplay-container input[type=range] {
  width: 100%;
  max-width: 200px;
}
#nxt-autoplay-container input[type=number] {
  width: 80px;
  margin-left: 10px;
}

#nxt-animation-container {
  margin-top: 10px;
}
#nxt-animation-container input[type=range] {
  width: 100%;
  max-width: 200px;
}
#nxt-animation-container input[type=number] {
  width: 80px;
  margin-left: 10px;
}

tr:has(#nxt-swiper-autoplay-checkbox) + tr {
  display: none;
}

tr:has(#nxt-swiper-autoplay-checkbox:checked) + tr {
  display: table-row;
}

.button-primary.button-success {
  background-color: #4bb543;
  color: #fff;
  border-color: #4bb543;
}
.button-primary.button-success:is(:hover, :focus-visible) {
  background-color: rgb(59.5766129032, 143.7782258065, 53.2217741935);
  border-color: rgb(59.5766129032, 143.7782258065, 53.2217741935);
}
.button-primary.button-success:focus {
  background-color: #4bb543;
  border-color: #4bb543;
  box-shadow: none;
}
.button-primary.button-error {
  background-color: #D54E21;
  color: #fff;
  border-color: #D54E21;
}
.button-primary.button-error:is(:hover, :focus-visible) {
  background-color: rgb(168.8414634146, 61.8292682927, 26.1585365854);
  border-color: rgb(168.8414634146, 61.8292682927, 26.1585365854);
}
.button-primary.button-error:focus {
  background-color: rgb(168.8414634146, 61.8292682927, 26.1585365854);
  border-color: rgb(168.8414634146, 61.8292682927, 26.1585365854);
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #D54E21;
}
.button-primary.button-error.remove-breakpoint {
  border-radius: 50%;
}

.nxt-swiper-breakpoint-slides {
  display: none;
}

.nxt-cpt-swiper-slides-wrapper {
  display: flex;
  column-gap: 1rem;
}
.nxt-cpt-swiper-slides-wrapper .nxt-cpt-swiper-slides-columns {
  --font-size: 40px;
  cursor: pointer;
}
.nxt-cpt-swiper-slides-wrapper .nxt-cpt-swiper-slides-columns::before {
  content: "";
  color: #DFDFDF;
  width: calc(2 * var(--font-size));
  height: var(--font-size);
  display: block;
  background-color: #DFDFDF;
  border: 1px solid #8c8f94;
  border-radius: 4px;
}
.nxt-cpt-swiper-slides-wrapper .nxt-cpt-swiper-slides-columns:hover::before {
  background-color: #21759B;
}
.nxt-cpt-swiper-slides-wrapper .nxt-cpt-swiper-slides-columns:hover ~ .nxt-cpt-swiper-slides-columns::before {
  background-color: #DFDFDF !important;
}
.nxt-cpt-swiper-slides-wrapper .nxt-cpt-swiper-slides-columns:has(~ .nxt-cpt-swiper-slides-columns:hover)::before {
  background-color: #21759B;
}
.nxt-cpt-swiper-slides-wrapper .nxt-cpt-swiper-slides-columns.nxt-cpt-swiper-slides-columns-active::before {
  background-color: #21759B;
}

#nxt-cpt-swiper-breakpoints .breakpoint-row {
  position: relative;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 30px;
}
#nxt-cpt-swiper-breakpoints .breakpoint-row label:has(.nxt-swiper-breakpoint-input) {
  margin-right: 3rem;
}
#nxt-cpt-swiper-breakpoints .breakpoint-row label:has(.nxt-swiper-breakpoint-input) .nxt-swiper-breakpoint-input {
  max-width: 200px;
}
#nxt-cpt-swiper-breakpoints .breakpoint-row .remove-breakpoint {
  position: absolute;
  top: 0;
  right: 0;
}

.nxt-settings-controls {
  margin: 15px 0;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.nxt-settings-controls button {
  margin-right: 10px;
}

#nxt-custom-taxonomy-container {
  margin-top: 10px;
}

.custom-taxonomy-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.custom-taxonomy-row .taxonomy-name {
  width: 200px;
}
.custom-taxonomy-row .taxonomy-terms {
  width: 300px;
}
.custom-taxonomy-row .remove-taxonomy {
  background: #dc3232;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 14px;
}
.custom-taxonomy-row .remove-taxonomy:hover {
  background: #a00;
}

#add-custom-taxonomy {
  margin-top: 5px;
}

/* Preset Management Styles */
.nxt-settings-controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nxt-preset-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nxt-preset-selector {
  min-width: 250px;
  max-width: 400px;
  flex-grow: 1;
}

.nxt-preset-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* Modal styles for preset dialogs */
.nxt-preset-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nxt-preset-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.nxt-preset-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.nxt-preset-modal-header h3 {
  margin: 0;
}

.nxt-preset-modal-close {
  cursor: pointer;
  font-size: 20px;
  background: none;
  border: none;
  color: #666;
}
.nxt-preset-modal-close:hover {
  color: #000;
}

.nxt-preset-modal-body {
  margin-bottom: 15px;
}

.nxt-preset-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.nxt-preset-input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.nxt-preset-input:focus {
  border-color: #2271b1;
  outline: none;
  box-shadow: 0 0 0 1px #2271b1;
}

/* Confirmation dialog */
.nxt-preset-confirm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nxt-preset-confirm-message {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

/* Loading state */
.nxt-preset-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.nxt-preset-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #ccc;
  border-top-color: #2271b1;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
}

/* Global Load Styling */
.nxt-global-load-wrapper {
  max-width: 600px;
  margin-bottom: 25px;
}
.nxt-global-load-wrapper label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  padding: 12px;
  background: #f0f6fc;
  border: 1px solid #0969da;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.nxt-global-load-wrapper label:hover {
  background: #ddf4ff;
}
.nxt-global-load-wrapper label input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
}
.nxt-global-load-wrapper label strong {
  color: #0969da;
}
.nxt-global-load-wrapper .nxt-global-load-info {
  margin-top: 15px;
}
.nxt-global-load-wrapper .nxt-global-load-info .description {
  background: #f8f9fa;
  border-left: 4px solid #2271b1;
  padding: 12px 15px;
  margin: 8px 0;
  border-radius: 0 4px 4px 0;
  font-size: 13px;
  line-height: 1.5;
}
.nxt-global-load-wrapper .nxt-global-load-info .description:last-child {
  border-left-color: #d63638;
}
.nxt-global-load-wrapper .nxt-global-load-info .description strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}
.nxt-global-load-wrapper .nxt-global-load-info .description br + • {
  margin-left: 0;
}

/* Force Load Pages Styling */
.nxt-force-load-pages-wrapper {
  max-width: 600px;
}
.nxt-force-load-pages-wrapper #nxt-force-load-pages {
  width: 100%;
  min-height: 100px;
  font-family: "Courier New", monospace;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  resize: vertical;
}
.nxt-force-load-pages-wrapper #nxt-force-load-pages:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}
.nxt-force-load-pages-wrapper .nxt-help-text {
  margin-top: 10px;
}
.nxt-force-load-pages-wrapper .nxt-help-text .description {
  background: #f8f9fa;
  border-left: 4px solid #2271b1;
  padding: 12px 15px;
  margin: 10px 0;
  border-radius: 0 4px 4px 0;
}
.nxt-force-load-pages-wrapper .nxt-help-text .description code {
  background: #e8eaeb;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  color: #d63638;
}
.nxt-force-load-pages-wrapper .nxt-help-text .description strong {
  color: #1d2327;
  display: block;
  margin-bottom: 8px;
}
.nxt-force-load-pages-wrapper .nxt-help-text .description br + • {
  margin-left: 0;
}/*# sourceMappingURL=nxt-swiper-admin.css.map */