@keyframes fade-in-0f8e5c6b {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ncpc-animate-fade-in[data-v-0f8e5c6b] {
  animation: fade-in-0f8e5c6b 0.3s ease-out;
}
.ncpc-scrollbar-thin[data-v-0f8e5c6b]::-webkit-scrollbar {
  width: 6px;
}
.ncpc-scrollbar-thin[data-v-0f8e5c6b]::-webkit-scrollbar-thumb,
.ncpc-scrollbar-thin[data-v-0f8e5c6b]::-webkit-scrollbar-track {
  @apply ncpc-bg-gray-300 ncpc-rounded-full;
}
.ncpc-scrollbar-thin[data-v-0f8e5c6b]::-webkit-scrollbar-thumb:hover {
  @apply ncpc-bg-gray-400;
}
.ncpc-prose[data-v-0f8e5c6b] {
  color: #374151;
  line-height: 1.6;
}
.ncpc-prose h1[data-v-0f8e5c6b],
.ncpc-prose h2[data-v-0f8e5c6b],
.ncpc-prose h3[data-v-0f8e5c6b],
.ncpc-prose h4[data-v-0f8e5c6b],
.ncpc-prose h5[data-v-0f8e5c6b],
.ncpc-prose h6[data-v-0f8e5c6b] {
  color: #111827;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.ncpc-prose p[data-v-0f8e5c6b] {
  margin-bottom: 1rem;
}
.ncpc-prose ol[data-v-0f8e5c6b],
.ncpc-prose ul[data-v-0f8e5c6b] {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.ncpc-prose li[data-v-0f8e5c6b] {
  margin-bottom: 0.25rem;
}
.ncpc-prose a[data-v-0f8e5c6b] {
  color: #3b82f6;
  text-decoration: underline;
}
.ncpc-prose a[data-v-0f8e5c6b]:hover {
  color: #1d4ed8;
}
.ncpc-prose code[data-v-0f8e5c6b] {
  background-color: #f3f4f6;
  border-radius: 0.25rem;
  font-size: 0.875em;
  padding: 0.125rem 0.25rem;
}
.ncpc-prose pre[data-v-0f8e5c6b] {
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  padding: 1rem;
}
.ncpc-editor-container[data-v-1101960a] {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
  padding: 10px;
  position: relative;
}
.ncpc-editor[data-v-1101960a] {
  min-height: 120px;
  outline: none;
}
.ncpc-icon-list[data-v-1101960a] {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.ncpc-icon-btn[data-v-1101960a] {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.ncpc-icon[data-v-1101960a] {
  height: 24px;
  width: 24px;
}
.emoji-picker[data-v-1101960a] {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-height: 120px;
  overflow: auto;
  padding: 5px;
  position: absolute;
  right: 35px;
  width: 180px;
  z-index: 1000;
}
.emoji-item[data-v-1101960a] {
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  padding: 5px;
  transition: 0.2s;
}
.emoji-item[data-v-1101960a]:hover {
  background: #eee;
  border-radius: 5px;
}
.ncpc-options-item[data-v-c8bfc5c6] {
  transition: all 0.5s ease-in-out;
}
.ncpc-options-item[data-v-c8bfc5c6]:hover {
  transform: scale(1.02);
}
.no-scrollbar[data-v-28c69620] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar[data-v-28c69620]::-webkit-scrollbar {
  display: none;
}
.ncpc-animate-slideDown[data-v-28c69620] {
  animation: slideDown-28c69620 0.3s ease-in-out;
}
@keyframes slideDown-28c69620 {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.no-scrollbar[data-v-30b6e930] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar[data-v-30b6e930]::-webkit-scrollbar {
  display: none;
}
.ncpc-animate-slideDown[data-v-30b6e930] {
  animation: slideDown-30b6e930 0.3s ease-out;
}
@keyframes slideDown-30b6e930 {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ncpc-fullscreen-modal[data-v-9da8b206] {
  --el-dialog-bg-color: rgba(0, 0, 0, 0.95);
}
.ncpc-fullscreen-container[data-v-9da8b206] {
  height: 100vh;
  position: relative;
  width: 100%;
}
.ncpc-close-btn[data-v-9da8b206]:hover {
  transform: scale(1.1);
}
.ncpc-image-container img[data-v-9da8b206] {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.ncpc-image-container img[data-v-9da8b206]:hover {
  transform: scale(1.02);
}
.no-scrollbar[data-v-0b1dc6db] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar[data-v-0b1dc6db]::-webkit-scrollbar {
  display: none;
}
.ncpc-selected[data-v-0b1dc6db] {
  transform: scale(1.05);
}
.title-sections[data-v-0b1dc6db] {
  font-weight: 600;
}
.description-color[data-v-0b1dc6db] {
  opacity: 0.8;
}
.no-scrollbar[data-v-0677090b] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar[data-v-0677090b]::-webkit-scrollbar {
  display: none;
}
.ncpc-noScroll[data-v-0677090b] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ncpc-noScroll[data-v-0677090b]::-webkit-scrollbar {
  display: none;
}
.title-sections[data-v-0677090b] {
  font-weight: 600;
  margin: 0;
}
.ncpc-selected[data-v-0677090b] {
  transform: scale(1.02);
}
.ncpc-options-item[data-v-0677090b] {
  transition: all 0.3s ease;
}
.ncpc-options-item[data-v-0677090b]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.title-options[data-v-79ecde51],
.title-sections[data-v-79ecde51] {
  @apply ncpc-font-medium;
}
.lilScroll[data-v-2b342ba3]::-webkit-scrollbar {
  height: 4px;
}
.lilScroll[data-v-2b342ba3]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.lilScroll[data-v-2b342ba3]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.lilScroll[data-v-2b342ba3]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ncpc-noScroll[data-v-2b342ba3]::-webkit-scrollbar {
  display: none;
}
.ncpc-noScroll[data-v-2b342ba3] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-arrow {
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
}
.slick-prev.custom-arrow:before {
  border-left: 2px solid;
  transform: rotate(-45deg);
}
.slick-next.custom-arrow:before,
.slick-prev.custom-arrow:before {
  border-top: 2px solid;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.slick-next.custom-arrow:before {
  border-right: 2px solid;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .no-scrollbar::-webkit-scrollbar {
    overflow: auto;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
  }
  #additionals-options,
  #backboard-colors,
  #backboards,
  #colors,
  #fonts,
  #jackets,
  #materials,
  #mountings,
  #ncpc-finish-button-container,
  #sizes {
    display: block !important;
  }
  .ncpc-scrollDiv {
    gap: 5px !important;
  }
}
.no-scrollbar-2::-webkit-scrollbar {
  display: none;
  overflow: auto;
}
.no-scrollbar-2 {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.lilScroll::-webkit-scrollbar {
  height: 1px;
  overflow: scroll;
}
#ncpc-editor-container {
  touch-action: pan-y !important;
}
.ncpc-editor[data-v-3e43681d] {
  font-size: 16px !important;
  font-weight: 700;
  min-height: 100px !important;
  padding-bottom: 50px;
}
.ncpc-editor-container[data-v-3e43681d] {
  background-color: #fafafa !important;
  border: none !important;
}
.ncpc-selected-center,
.ncpc-selected-left,
.ncpc-selected-right {
  border: none;
  margin: 0 !important;
}
.ncpc-selected {
  border-radius: 10px;
}
#ncpc-fontSelected-dropdown {
  background-color: transparent;
}
.text-fonts,
.title-sections {
  font-size: 0.875em;
  font-weight: 700;
}
.description-color {
  font-size: 0.875em;
  font-weight: 500;
}
.title-options {
  font-size: 0.875em;
  font-weight: 700;
}
.description-options {
  font-size: 0.6875em;
  font-weight: 700;
}
:root {
  --ncpc-scrollColor: #0e7490;
  --secondary: #fff;
  --ncpc-face: #0b165a;
  --ncpc-face-dark: #0b165a;
  --ncpc-trim: #60b6d0;
  --ncpc-side: transparent;
  --ncpc-light: transparent;
  --ncpc-pre-light: transparent;
  --ncpc-font-size: 110;
  --ncpc-font-family: "Arial";
  --ncpc-line-height: normal;
  --ncpc-text-align: start;
  --ncpc-def-board-color: #00000000;
  --ncpc-def-board-color-rgba1: rgba(var(--ncpc-def-board-color), 0.8);
  --ncpc-def-board-color-rgba2: rgba(var(--ncpc-def-board-color), 0.9);
  --ncpc-def-board-color-rgba3: rgba(var(--ncpc-def-board-color), 0.7);
  --ncpc-def-race-color: transparent;
  --ncpc-defBacking-border-color: transparent;
  --ncpc-defBacking-shadow-color: transparent;
  --ncpc-defStandBase-color: transparent;
  --ncpc-stand-visibility: hidden;
  --ncpc-def-Neon-race-color: #d7d7d769;
  --ncpc-def-box-color: transparent;
  --ncpc-def-box-dot-border: #8989896f 1px solid;
  --ncpc-def-box-dot-color: #3e3e3eaf;
  --ncpc-neon-text-color: #fff;
  --ncpc-cutToShape-weight: 500;
  --ncpc-cutToShape-stroke: 13;
  --ncpc-cutToShape-color: transparent;
  --ncpc-one-visibility: hidden;
  --ncpc-visibility: hidden;
  --ncpc-box-visibility: hidden;
  --ncpc-def-back-image: "";
  --ncpc-scene-visibility: visible;
}
*,
:after,
:before {
  border: 0 solid #e8e8e8;
}
#scene {
  height: 100%;
  position: absolute;
  visibility: var(--ncpc-scene-visibility);
  width: 100%;
}
#text-container {
  text-wrap: nowrap !important;
  align-items: var(--ncpc-text-align);
  display: flex;
  flex-direction: column;
  white-space: nowrap !important;
}
#channel-text,
.line {
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  text-shadow: 2px 2px var(--ncpc-side), 3px 3px var(--ncpc-side),
    4px 4px var(--ncpc-side), 5px 5px var(--ncpc-side), 6px 6px var(--ncpc-side),
    0 10px 90px var(--ncpc-light), 0 10px 100px var(--ncpc-light);
  z-index: 1;
}
#after-channel-text,
#channel-text,
.after-line,
.line {
  color: transparent;
  font-family: var(--ncpc-font-family);
  font-size: calc(var(--ncpc-font-size) * 1px);
  font-weight: 500;
  line-height: 85%;
  padding-left: 5px;
  padding-right: 9px;
}
#after-channel-text,
.after-line {
  -webkit-text-stroke: 2px var(--ncpc-trim);
  background: linear-gradient(
    180deg,
    var(--ncpc-face),
    var(--ncpc-face) 50%,
    var(--ncpc-face-dark) 51%,
    var(--ncpc-face)
  );
  background-clip: text;
  -webkit-background-clip: text;
  left: 0;
  padding-bottom: 25px;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 0;
}
.ncpc-board {
  border: 1px solid var(--ncpc-defBacking-border-color);
  box-shadow: 0 4px 30px var(--ncpc-defBacking-shadow-color);
  height: fit-content;
  padding-bottom: 10px;
  position: relative;
  width: fit-content;
}
#ncpc-box,
.ncpc-board {
  background: linear-gradient(
    135deg,
    var(--ncpc-def-board-color-rgba1),
    var(--ncpc-def-board-color-rgba2) 50%,
    var(--ncpc-def-board-color-rgba3) 51%,
    var(--ncpc-def-board-color-rgba1)
  );
}
#ncpc-box {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
#ncpc-box,
.ncpc-box-dot {
  visibility: var(--ncpc-box-visibility);
}
.ncpc-box-dot {
  background-color: rgba(62, 62, 62, 0.686);
  border: var(--ncpc-def-box-dot-border);
  border-radius: 9999px;
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -10;
}
#ncpc-dot-1,
#ncpc-dot-5 {
  left: 1%;
  top: 2%;
}
#ncpc-dot-2,
#ncpc-dot-6 {
  right: 1%;
  top: 2%;
}
#ncpc-dot-3,
#ncpc-dot-7 {
  bottom: 2%;
  left: 1%;
}
#ncpc-dot-4,
#ncpc-dot-8 {
  bottom: 2%;
  right: 1%;
}
#ncpc-standBase1,
#ncpc-standBase2 {
  backdrop-filter: blur(2.7px);
  -webkit-backdrop-filter: blur(2.7px);
  background: var(--ncpc-defStandBase-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.624);
  visibility: var(--ncpc-stand-visibility);
}
.ncpc-race {
  background: var(--ncpc-def-race-color);
  height: 9%;
  top: 50%;
  visibility: var(--ncpc-one-visibility);
  z-index: -1;
}
.ncpc-race,
.ncpc-race1 {
  backdrop-filter: blur(2.7px);
  -webkit-backdrop-filter: blur(2.7px);
  border: 1px solid var(--ncpc-defBacking-border-color);
  box-shadow: 0 4px 30px var(--ncpc-defBacking-shadow-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.624);
  position: absolute;
  right: 0;
  width: 100%;
}
.ncpc-race1 {
  top: 45%;
}
.ncpc-race1,
.ncpc-race2 {
  background: var(--ncpc-def-Neon-race-color);
  height: 4%;
  visibility: var(--ncpc-visibility);
  z-index: -10;
}
.ncpc-race2 {
  -webkit-backdrop-filter: blur(2.7px);
  border: 1px solid var(--ncpc-defBacking-border-color);
  bottom: 27%;
  box-shadow: 0 4px 30px var(--ncpc-defBacking-shadow-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.624);
  position: absolute;
  right: 0;
  width: 100%;
}
#neon-text,
.neon-text {
  text-wrap: nowrap !important;
  animation: ease-in;
  animation-duration: 0.5s;
  color: var(--ncpc-neon-text-color);
  font-weight: var(--ncpc-cutToShape-weight);
  line-height: var(--ncpc-line-height);
  position: relative;
  text-shadow: 0 0 5px var(--ncpc-pre-light), 0 0 10px var(--ncpc-pre-light),
    0 0 20px var(--ncpc-light), 0 0 30px var(--ncpc-light),
    0 0 40px var(--ncpc-light), 0 0 55px var(--ncpc-light),
    0 0 75px var(--ncpc-light);
  transition: all;
  z-index: 20;
}
#ncpc-lower-neon-text,
#neon-text,
.ncpc-lower-neon-text,
.neon-text {
  font-family: var(--ncpc-font-family);
  font-size: calc(var(--ncpc-font-size) * 1px) !important;
  white-space: nowrap !important;
}
#ncpc-lower-neon-text,
.ncpc-lower-neon-text {
  -webkit-text-stroke-width: calc(var(--ncpc-cutToShape-stroke) * 1px);
  -webkit-text-stroke-color: var(--ncpc-cutToShape-color);
  text-wrap: nowrap !important;
  color: #fff !important;
  left: 0;
  position: absolute;
  text-shadow: 0 0 5px transparent, 0 0 10px transparent, 0 0 20px transparent,
    0 0 30px transparent, 0 0 40px transparent, 0 0 55px transparent,
    0 0 75px transparent;
  top: 0;
  z-index: -10;
}
@media (max-width: 1024px) {
  #lower-neon-text,
  .lower-neon-text {
    -webkit-text-stroke-width: 4px;
  }
  .ncpc-noScroll::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 1px;
  }
}
.copy {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 4px;
  z-index: 10;
}
#ncpc-frontend-app p {
  margin: 0 !important;
}
#ncpc-frontend-app input[type="radio"] + label {
  display: flex !important;
  margin: 0 !important;
}
.ncpc-noScroll::-webkit-scrollbar {
  height: 4px;
  overflow: scroll;
  width: 6px;
}
.ncpc-noScroll::-webkit-scrollbar-thumb {
  background-color: var(--ncpc-scrollColor);
  border-radius: 20px;
}
.ncpc-noScroll {
  scrollbar-color: var(--ncpc-scrollColor) transparent;
  scrollbar-width: thin;
}
#ncpc-frontend-app #scene #ncpc-active-review-image {
  height: 100% !important;
  width: 100% !important;
}
#ncpc-frontend-app #scene #ncpc-config-review {
  height: auto !important;
  width: 100% !important;
}
#ncpc-frontend-app .ncpc-main-header-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  #ncpc-frontend-app .ncpc-main-header-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
  }
}
#ncpc-frontend-app .ncpc-title {
  font-size: 16px;
  font-weight: 600;
}
#ncpc-frontend-app .ncpc-description {
  font-size: 14px;
}
#ncpc-frontend-app #ncpc-fontSelected-dropdown,
#ncpc-frontend-app #ncpc-height-bar {
  text-wrap: nowrap !important;
  white-space: nowrap !important;
}
.ncpc-base-animation {
  transition-duration: 0.5s;
  transition-property: all;
}
.ncpc-scrollDiv {
  gap: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}
.ncpc-cardDiv {
  display: inline-block;
}
.ncpc-cardDiv label {
  height: 50px !important;
  width: 50px !important;
}
@media (min-width: 768px) {
  .ncpc-cardDiv label {
    height: 60px !important;
    width: 60px !important;
  }
}
.ncpc-cardDiv span {
  height: 50px !important;
  width: 50px !important;
}
@media (min-width: 768px) {
  .ncpc-cardDiv span {
    height: 60px !important;
    width: 60px !important;
  }
}
.ncpc-cardDiv span img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
@keyframes pulseGradient {
  0%,
  to {
    background-position: 200% 50%;
    background-size: 200% 100%;
    opacity: 0.5;
  }
  50% {
    background-position: -100% 50%;
    background-size: 200% 100%;
    opacity: 1;
  }
}
#ncpc-configurator-loader .ncpc-loader-container {
  animation: pulseGradient 1.5s ease infinite;
}
.ncpc-fonts-option .ncpc-fonts-label {
  align-content: center;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  height: 25px;
  justify-content: center;
  line-height: 10px;
  padding: 0.5rem;
}
.ncpc-config-container img {
  height: 100%;
  width: 100%;
}
.ncpc-editor-container .ncpc-editor img {
  width: 24px !important;
}
.ncpc-editor img {
  display: inline-block;
}
.ProseMirror {
  -webkit-user-drag: none;
  user-select: text;
  -webkit-user-select: text;
}
.ProseMirror *,
.ProseMirror-focused {
  -webkit-user-drag: none;
  user-drag: none;
}
.ProseMirror-focused {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
.ProseMirror [draggable="true"] {
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 1023px) {
  #additionals-options,
  #backboard-colors,
  #backboards,
  #colors,
  #fonts,
  #jackets,
  #letter-types,
  #materials,
  #mountings,
  #ncpc-finish-button-container,
  #sizes {
    display: block !important;
  }
  #ncpc-finish-button-container {
    position: sticky !important;
  }
  .container-price {
    width: 100%;
  }
  .block-price {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 6px;
  }
  .text-price {
    top: 30px;
  }
  .ncpc-scrollDiv {
    overflow-x: scroll;
    overflow-y: visible;
  }
  #ncpc-preview-images {
    left: 0;
  }
}
@keyframes ncpc-pulse-gradient {
  0% {
    background-position: -200% 0;
  }
  to {
    background-position: 200% 0;
  }
}
.ncpc-loader-placeholder {
  animation: ncpc-pulse-gradient 1.5s ease-in-out infinite;
  background: linear-gradient(90deg, #a1a1a1, #e4e4e7, #a1a1a1);
  background-size: 300% 100%;
  border-radius: 6px;
}
.ncpc-loader-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  justify-content: center;
  padding: 1rem;
  width: 100%;
}
.ncpc-loader-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
}
.ncpc-loader-preview {
  flex: 1;
  min-width: 300px;
}
.ncpc-loader-buttons {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.ncpc-loader-toggle-btn {
  height: 24px;
  width: 48px;
}
.ncpc-loader-preview-box {
  align-items: center;
  background-color: #ddd;
  border-radius: 10px;
  display: flex;
  height: 300px;
  justify-content: center;
  width: 100%;
}
.ncpc-loader-text-box {
  height: 50px;
  width: 60%;
}
.ncpc-loader-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 300px;
}
.ncpc-loader-style-btn {
  height: 40px;
  width: 100%;
}
.ncpc-loader-size-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.ncpc-loader-size-btn {
  height: 40px;
}
.ncpc-loader-button {
  height: 40px;
  width: 100%;
}
.ncpc-loader-input {
  height: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .ncpc-loader-container {
    align-items: center;
    flex-direction: column;
  }
  .ncpc-loader-sidebar {
    width: 100%;
  }
}
.el-popover.el-popper {
  min-width: 250px !important;
  padding: 2px !important;
}
