.text-content>div {
    align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle
}

.text-content>div .emoji {
    margin: 1px 0;
    vertical-align: sub
}

.preview-element.text-element-preview {
    position: absolute;
    text-align: center;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center
}

.preview-element.text-element-preview .text-content {
    position: relative;
    width: 100%
}

.preview-element.text-element-preview .emoji {
    height: 1em
}

.preview-element.border-map-cirlce {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    border-radius: 50%
}

.preview-element svg {
    width: 100%;
    height: 100%
}

.collapse-setting .collapse-title {
    padding: 0;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center
}

.collapse-setting .collapse-title .arrow {
    width: 30px;
    background-image: var(--asset-arrow-right-svg, url("https://starmap.store/assets/image/arrow-right.svg"));
    min-height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .12s
}

.collapse-setting .collapse-title .title {
    flex-grow: 1;
    padding: 15px 5px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*font-family: 'Quattrocento';*/
    font-weight: 700;
}

.entry-content {
    font-family: 'Quattrocento' !important;

}

.collapse-setting .collapse-title .check-icon {
    width: 30px;
    min-height: 30px;
    margin-right: 10px;
    background-image: var(--asset-checked-svg, url("https://starmap.store/assets/image/icon/image-checked.svg"));
    background-repeat: no-repeat;
    background-position: 50%
}

.collapse-setting .collapse-title .check-icon.no-checked {
    background-image: var(--asset-unchecked-svg, url("https://starmap.store/assets/image/icon/image-uncheck.svg"))
}

.collapse-setting .collapse-body {
    background-color: #f9fafb;
    padding: 15px;
    padding-bottom: 0
}

.collapse-setting .collapse-body .nse-form-group:last-child {
    padding-bottom: 15px
}

.collapse-setting.opening .arrow {
    transform: rotate(90deg)
}

.collapse-setting.opening .collapse-body {
    border-top: 1px solid #f1f1f1
}

#nse-product-preview-mobile .title {
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: auto
}

#nse-product-preview-mobile .confirm-bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding-bottom: 15px
}

#nse-product-preview-mobile .confirm-bottom-bar>* {
    padding-left: 15px;
    padding-right: 15px
}

#nse-product-preview-mobile .image {
    padding-top: 20px
}

#nse-product-preview-mobile .image img {
    max-height: 290px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .1)
}

#nse-product-preview-mobile .additions-area {
    overflow: auto
}

#nse-product-preview-mobile .emoji {
    height: 1.1em
}

#nse-product-preview-mobile .top-desc {
    padding: 20px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 14px
}

#nse-product-preview-mobile .row-additions {
    padding: 4px 0
}

.nse-product-preview .text-right {
    text-align: right
}

.nse-product-preview .emoji {
    height: 1.1em
}

.nse-product-preview .popup-review-overlay {
    position: fixed;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .12s
}

.nse-product-preview .popup-review-overlay.active-show {
    opacity: 1;
    visibility: visible
}

.nse-product-preview .popup-review {
    position: fixed;
    width: 90%;
    max-width: 1200px;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 9999;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .12s
}

.nse-product-preview .popup-review.active-show {
    opacity: 1;
    visibility: visible
}

.nse-product-preview .popup-review .entry {
    background-color: #fff;
    padding: 20px 0;
    align-items: center;
    align-content: center;
    overflow: auto;
    max-height: 90vh
}

.nse-product-preview .popup-review .entry>* {
    flex: 1
}

.nse-product-preview .popup-review .entry .size-name {
    margin-top: 15px;
    font-size: 14px;
    font-style: italic
}

.nse-product-preview .popup-review .entry .image {
    text-align: center;
    padding-left: 20px;
    padding-right: 5px
}

@media(max-width:991px) {
    .nse-product-preview .popup-review .entry .image {
        min-height: 0
    }
}

.nse-product-preview .popup-review .entry .image img {
    margin-top: 30px;
    max-width: 90%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    max-height: 70vh
}

@media(max-width:991px) {
    .nse-product-preview .popup-review .entry .image img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
        box-shadow: none
    }
    .nse-product-preview .popup-review .entry .image img.no-image {
        min-height: 290px
    }
}

.nse-product-preview .popup-review .entry .img-close {
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 22px;
    height: 22px
}

@media(max-width:991px) {
    .nse-product-preview .popup-review .entry .img-close {
        left: auto;
        right: 15px;
        bottom: auto;
        top: 15px
    }
}

.nse-product-preview .popup-review .entry .summary {
    padding: 15px
}

.nse-product-preview .popup-review .entry .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.nse-product-preview .popup-review .entry .total-price {
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    margin: 15px 0 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

@media(max-width:991px) {
    .nse-product-preview .popup-review .entry .total-price {
        margin-top: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 700
    }
}

.nse-product-preview .popup-review .entry .row-additions {
    padding: 7px 0;
    font-size: .9em
}

.nse-product-preview .popup-review .entry .row-additions td {
    padding: 6px 0;
    vertical-align: top
}

.nse-product-preview .popup-review .entry .row-additions td+td {
    padding-left: 10px;
    font-family: Arial
}

.nse-product-preview .popup-review .entry .row-additions>:first-child {
    font-weight: 700
}

.nse-product-preview .popup-review .entry .row-additions>*+* {
    padding-left: 5px;
    font-family: Arial
}

.nse-product-preview .popup-review .entry .button-bottom {
    display: flex
}

.nse-product-preview .popup-review .entry .button-bottom .button {
    color: #000;
    text-align: center;
    padding: 15px 20px;
    border-radius: 1px;
    border: 1px solid #b9b3a3;
    cursor: pointer;
    text-decoration: none;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nse-product-preview .popup-review .entry .button-bottom .button.btn-continue {
    background-color: #fff;
    color: #000
}

.nse-product-preview .popup-review .entry .button-bottom .button.btn-checkout {
    background-color: #b9b3a3;
    font-family: Noto Sans
}

.nse-product-preview .popup-review .entry .button-bottom .button+.button {
    margin-left: 15px
}

@media(max-width:991px) {
    .nse-product-preview .popup-review {
        bottom: 0;
        transform: none;
        top: auto;
        width: 100%;
        overflow: auto;
        max-height: 100%
    }
    .nse-product-preview .popup-review .entry {
        max-height: none
    }
    .nse-product-preview .popup-review .entry .image {
        padding-right: 20px
    }
    .nse-product-preview .popup-review .entry .summary {
        padding-bottom: 0
    }
    .nse-product-preview .popup-review .entry .button-bottom .button {
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 2px
    }
}

@media(max-width:575px) {
    .nse-product-preview .popup-review .entry .button-bottom .button {
        width: 50%
    }
}

@media(min-width:991px) {
    .nse-product-preview .entry {
        display: flex
    }
}

.section-title[data-v-04bf7d4d] {
    font-size: .8em;
    margin-bottom: 10px
}

.section-setting+.section-setting[data-v-04bf7d4d] {
    margin-top: 20px
}

.section-setting .section-body[data-v-04bf7d4d] {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 15px;
    margin-left: -15px;
    margin-right: -15px
}

.popup-send-email button {
    cursor: pointer
}

.popup-send-email .btn-send-email {
    background-color: #b9b3a3;
    padding: 10px 12px;
    border: none;
    width: 100%;
    border-radius: 3px;
    font-size: 16px
}

.popup-send-email .input-email {
    padding: 6px 12px;
    border: 1px solid #b9b3a3;
    border-radius: 3px;
    width: 100%
}

.popup-send-email .checkbox-policy {
    font-size: 16px
}

.popup-send-email .checkbox-policy input {
    margin-right: 10px
}

body {
    background-color: #fff
}

.nse-desktop-editor {
    display: flex;
    height: 100vh
}

.nse-desktop-editor .nse-panel-preview {
    flex-grow: 1;
    position: relative
}

.nse-desktop-editor .setting-panel {
    height: calc(100% - 133px);
    overflow: auto
}

.nse-desktop-editor .settings-tree li+li {
    border-top: 1px solid #e0e0e0
}

.nse-desktop-editor .settings-tree li:last-child {
    border-bottom: 1px solid #e0e0e0
}

.nse-desktop-editor .header-panel {
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    height: 58px;
    border-bottom: 1px solid #efefef;
    overflow: hidden
}

.nse-desktop-editor .header-panel .summary {
    flex-grow: 1;
    background-color: #539fa2; /*#b9b3a3;*/
    padding: 7px 20px;
    font-size: 14px;
    color:#ffffff; /*#5a3905;*/
}

.nse-desktop-editor .header-panel .tips {
    background-color: #539fa2; /*#b9b3a3;*/
    position: relative;
    height: 100%
}

.nse-desktop-editor .header-panel .tips a {
    display: block;
    color: #fff;
    height: 100%;
    padding: 14px 30px
}

.nse-desktop-editor .header-panel .tips a .icon-question {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.nse-desktop-editor .nse-panel-setting {
    min-width: 420px;
    max-width: 420px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.nse-desktop-editor .nse-panel-setting .image-select-wrap {
    justify-content: start
}

.nse-desktop-editor .nse-panel-setting .image-select-wrap .image-select {
    max-width: 20%;
    min-width: 20%
}

.nse-desktop-editor .nse-preivew-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.nse-desktop-editor .settings-tree {
    list-style: none;
    padding: 0;
    margin: auto
}

body,
html {
    background-color: #ececec
}

img {
    max-width: 100%
}

.nse-panel-header {
    background-color: #fff;
    border-radius: 15px 15px 0 0
}

.nse-panel-header .tab {
    display: flex;
    justify-content: space-between
}

.nse-panel-header .tab a.selected {
    color: #b9b3a3
}

.nse-panel-header a {
    display: inline-block;
    padding: 14px 10px;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000 !important;
}

.nse-panel-header a .icon {
    display: block;
    margin: auto;
    margin-bottom: 3px;
    text-align: center;
    width: 26px
}

.nse-panel-body {
    padding: 10px
}

@media(max-width:991px) {
    .nse-panel-body {
        padding: 20px 15px;
        background-color: #ececec
    }
}

.nse-panel-section {
    background-color: #fff;
    border-top: 1px solid #efefef
}

.nse-panel-section .tab {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: scroll
}

.nse-panel-section .tab a.selected {
    color: orange
}

.nse-panel-section a {
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    white-space: nowrap
}

.img-scroll-panel {
    animation: scrollPanel 1.2s ease-out infinite
}

@keyframes scrollPanel {
    0% {
        transform: translateY(0);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    70% {
        transform: translateY(7px)
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 0;
        transform: translateY(7px)
    }
}

.nse-mobile-editor .nse-add-cart {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%
}

.nse-mobile-editor .nse-preivew-wrap {
    box-shadow: 0 3px 12px rgba(34, 34, 34, .1215686275)
}

.nse-mobile-editor .nse-panel {
    z-index: 99;
    position: relative;
    max-height: 70%;
    width: 100%;
    top: 100%;
    margin-top: -75px;
    transition: all .15s;
    bottom: 0;
    padding-bottom: 70px
}

.nse-mobile-editor .nse-panel.active {
    top: auto
}

.nse-mobile-editor .nse-panel-header {
    background-color: #f8f9fa;
    border: 1px solid #dadada;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    z-index: 2
}

.nse-mobile-editor .nse-panel-body {
    padding: 0;
    background-color: #fff
}

.nse-mobile-editor .nse-panel-body .section-setting {
    padding: 15px;
    margin: auto;
    border-bottom: 1px solid #dadada
}

.nse-mobile-editor .nse-panel-body .section-body {
    border-bottom: none;
    padding: 0;
    margin: auto
}

.nse-mobile-editor .section-title {
    font-size: 14px
}

.nse-mobile-editor .nse-preview {
    width: 100vw;
    background-color: #d4e2b6;
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    height: 100vh;
    padding-bottom: 75px
}

.nse-mobile-editor .nse-preview .poster-size-name {
    font-size: 12px;
    padding: 5px 0;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    text-align: center
}

.nse-mobile-editor .nse-preview .poster-size-name img {
    display: block;
    margin: auto;
    margin-top: 5px;
    width: 26px
}

.nse-mobile-editor .nse-preview .nse-preivew-wrap {
    left: 0;
    right: 0;
    background-color: #fff;
    margin: auto;
    transition: all .13s
}

.nse-mobile-editor .nse-preview-col {
    position: relative
}

.nse-mobile-editor .scroll-trigger {
    padding-top: 40px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    width: 100%;
    position: absolute;
    top: -75px;
    z-index: 1
}

.nse-mobile-editor .nse-add-cart {
    transition: all .25s;
    bottom: -75px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .22)
}

.nse-mobile-editor .nse-add-cart.show-bar {
    opacity: 1;
    bottom: 0
}

.nse-mobile-editor .scroll-trigger>img {
    transition: all .55s
}

.nse-mobile-editor .scroll-trigger .show-up {
    transform: rotate(180deg)
}

.nse-mobile-editor .image-select-wrap .image-select {
    max-width: 20%;
    min-width: 20%
}

@media(max-width:575px) {
    .nse-mobile-editor .popup-review {
        top: 0
    }
    .nse-mobile-editor .popup-review .entry {
        min-height: calc(100% - 142px);
        max-height: calc(100% - 142px)
    }
}

body {
    margin: auto
}

* {
    box-sizing: border-box
}

.starmaps-app {
    font-family: 'Quicksand';
  /*  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
    font-size: 1rem
}

.starmaps-app img {
    max-width: 100%
}

.starmaps-app * {
    box-sizing: border-box
}

.starmaps-app button:active,
.starmaps-app button:focus,
.starmaps-app input:active,
.starmaps-app input:focus,
.starmaps-app select:active,
.starmaps-app select:focus,
.starmaps-app textarea:active,
.starmaps-app textarea:focus {
    outline: none;
    box-shadow: none
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 5px !important
}

.mb-3 {
    margin-bottom: 10px !important
}

.mb-4 {
    margin-bottom: 15px !important
}

.mb-5 {
    margin-bottom: 20px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 5px !important
}

.mt-3 {
    margin-top: 10px !important
}

.mt-4 {
    margin-top: 15px !important
}

.mt-5 {
    margin-top: 20px !important
}

.text-b {
    font-weight: 700
}

.image-select-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.image-select-wrap .image-select {
    text-align: center;
    margin-bottom: 15px;
    font-size: 0;
    cursor: pointer;
    min-width: 25%;
    max-width: 25%;
    padding: 5px
}

.image-select-wrap .image-select.selected .image,
.image-select-wrap .image-select:hover .image {
    border-color: #539fa2;
    box-shadow: 0 1px 10px rgba(34, 34, 34, .25)
}

.image-select-wrap .image-select .image {
    position: relative;
    display: block;
    padding-top: calc(100% - 2px);
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    border: 2px solid #e9e9e9;
    transition: all .15s
}

@media(max-width:991px) {
    .image-select-wrap .image-select .image {
        border-color: #f9fafb
    }
}

.image-select-wrap .image-select .image>img {
    background-color: #fff;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.image-select-wrap .image-select.square .image {
    border-radius: 2px;
    padding-top: 125%
}

.image-select-wrap .image-select.square .image img {
    padding: 0
}

.name
{
        color: #000;
}
.image-select-wrap .image-select .name {
    display: block;
    margin-top: 5px;
    font-size: .7rem
}

.image-select-wrap .image-select .price {
    display: block;
    margin-top: 10px;
    font-size: .7rem;
    font-weight: 700
}

#nse-loading-lock-window {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: hsla(0, 0%, 100%, .7)
}

#nse-loading-lock-window:after {
    width: 120px;
    height: 30px;
    content: var(--text-loading, "Loading...");
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: #f1f1f1;
    border-radius: 2px;
    text-align: center;
    line-height: 30px
}

.preview-star-map {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    right: 0;
    margin: auto
}

.frame-preview,
.preview-element,
.preview-star-map {
    transition: all .25s
}

#celestial-map canvas {
    max-width: 100%;
    max-height: 100%
}

.nse-preivew-wrap {
    position: relative;
    transition: all .35s
}

.nse-poster-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .03);
    margin: auto;
    right: 0;
    bottom: 0
}

.nse-poster-preview .preview-element {
    position: absolute
}

.nse-poster-preview .preview-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.nse-poster-preview .nse-star-map svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%
}

.text-center {
    text-align: center
}

.nse-panel-preview {
    background-color: #d4e2b6; /*#e0e0e0*/
}

.test svg {
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.mobile-bottom-bar {
    padding: 10px 15px;
    border-top: 1px solid #efefef;
    background-color: #fff
}

.mobile-bottom-bar .entry-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center
}


.mobile-bottom-bar .currency-value {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Quicksand';
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.mobile-bottom-bar .btn-style {
    display: flex;
    justify-content: space-between;
    background-color: #539fa2;
    color: #ffffff;
    padding: 13px 12px;
    border-radius: 3px;
    text-decoration: none;
    align-content: center;
    align-items: center;
    transition: all .23s
}


.mobile-bottom-bar .btn-style:hover {
    color: #fff;
    background-color: #72b1a4;
}

.mobile-bottom-bar .btn-style:hover .context-button img {
    right: 0
}

.mobile-bottom-bar .btn-style .context-button {
    position: relative;
    padding-right: 30px;
    display: block;
    margin-left: 10px;
    font-family: 'Quicksand';
}

.mobile-bottom-bar .btn-style .context-button img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: all .15s
}

.mobile-bottom-bar .btn-style.disabled {
    background-color: rgba(0, 0, 0, .1);
    pointer-events: none
}

.welcome-popup .ant-modal-confirm-body {
    text-align: center
}

.welcome-popup .ant-modal-confirm-body .ant-modal-confirm-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal
}

.welcome-popup .ant-btn {
    text-shadow: none;
    box-shadow: none;
    height: 48px;
    font-size: 16px
}

.welcome-popup .ant-btn:not(.ant-btn-primary) {
    border: 1px solid #b9b3a3
}

.welcome-popup.ant-modal-confirm-confirm .ant-modal-confirm-btns {
    text-align: center;
    float: none
}

@keyframes pulse {
    0% {
        transform: scale(.95)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

.image-select {
    position: relative
}

.color-select-wrap {
    display: flex;
    margin-bottom: -15px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.color-select-wrap .color-select {
    text-align: center;
    margin-bottom: 15px;
    font-size: 0;
    min-width: 20%;
    max-width: 20%;
    padding: 5px
}

.color-select-wrap .color-select.selected .image .color {
    border-color: #b9b3a3;
    box-shadow: 0 1px 10px rgba(34, 34, 34, .25)
}

.color-select-wrap .color-select .image {
    position: relative;
    display: block;
    padding-top: 100%;
    line-height: 0;
    cursor: pointer
}

.color-select-wrap .color-select .image>.color {
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    border: 2px solid #e9e9e9
}

@media(max-width:991px) {
    .color-select-wrap .color-select .image>.color {
        border-color: #f9fafb
    }
}

.color-select-wrap .color-select .name {
    display: block;
    margin-top: 10px;
    font-size: .7rem
}

.font-select-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.font-select-wrap .font-select {
    text-align: center;
    margin-bottom: 15px;
    font-size: 0;
    cursor: pointer;
    min-width: 20%;
    max-width: 20%;
    padding: 5px
}

.font-select-wrap .font-select.selected .font-text,
.font-select-wrap .font-select:hover .font-text {
    border-color: #b9b3a3;
    box-shadow: 0 1px 10px rgba(34, 34, 34, .25)
}

.font-select-wrap .font-select .font-text {
    position: relative;
    display: block;
    padding-top: calc(100% - 2px);
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    border: 2px solid #e9e9e9;
    transition: all .15s
}

@media(max-width:991px) {
    .font-select-wrap .font-select .font-text {
        border-color: #f9fafb
    }
}

.font-select-wrap .font-select .font-text:before {
    content: "Abc";
    font-size: 22px;
    font-family: var(--font-style);
    background-color: #fff;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.font-select-wrap .font-select.square .font-text {
    border-radius: 2px;
    padding-top: 125%
}

.font-select-wrap .font-select.square .font-text img {
    padding: 0
}

.font-select-wrap .font-select .name {
    display: block;
    margin-top: 5px;
    font-size: .7rem
}

.font-select-wrap .font-select .price {
    display: block;
    margin-top: 10px;
    font-size: .7rem;
    font-weight: 700
}

.label-favorite {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    font-size: 11px;
    background-color: #fff;
    color: #539fa2;
    padding: 1px 9px;
    border-radius: 15px;
    width: 58px;
    right: 0;
    margin: auto;
    transition: all .15s;
    border:1px solid #539fa2;
}

@media(max-width:991px) {
    .label-favorite {
        background-color: #f9fafb
    }
}

.selected .label-favorite {
    background-color: #539fa2;
    color: #fff
}

.font-select {
    position: relative
}

.nse-form-group .wrap-flex {
    display: flex;
    align-items: start;
    align-content: center
}

.nse-form-group.nse-input-error .desc {
    color: red !important
}

.nse-form-group.nse-input-error .input-form input[type=text],
.nse-form-group.nse-input-error .input-form textarea {
    border-color: red !important
}

.nse-form-group .label-show-mobile {
    font-weight: 700;
    margin-bottom: 15px
}

.nse-form-group+.nse-form-group {
    margin-top: 10px
}

.nse-form-group .label-form {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 8px
}

@media(max-width:991px) {
    .nse-form-group .label-form {
        padding-top: 3px
    }
}

.nse-form-group .label-form.only-icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px
}

.nse-form-group .label-form .icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.nse-form-group .label-form .text {
    padding-left: 5px
}

.nse-form-group .toggle-edit {
    padding-top: 5px;
    padding-left: 10px
}

@media(max-width:991px) {
    .nse-form-group .toggle-edit {
        padding-top: 0
    }
}

.nse-form-group .input-form {
    flex-grow: 1
}

.nse-form-group .input-form input,
.nse-form-group .input-form input[type=date],
.nse-form-group .input-form input[type=number],
.nse-form-group .input-form input[type=text],
.nse-form-group .input-form input[type=time],
.nse-form-group .input-form textarea {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background-color: transparent;
    padding: 6px 0;
    border-radius: 0;
    font-size: 15px
}

@media(max-width:991px) {
    .nse-form-group .input-form input,
    .nse-form-group .input-form input[type=date],
    .nse-form-group .input-form input[type=number],
    .nse-form-group .input-form input[type=text],
    .nse-form-group .input-form input[type=time],
    .nse-form-group .input-form textarea {
        padding-top: 2px
    }
}

.nse-form-group .input-form .desc {
    margin-top: 5px;
    font-size: 12px;
    color: #777
}

.nse-form-group .slotInput {
    position: relative
}

.nse-form-group .slotInput:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    transition: all .25s;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.nse-form-group .slotInput.disable-edit:after {
    background-color: rgba(249, 250, 251, .8509803922);
    opacity: 1;
    visibility: visible
}

@media(max-width:767px) {
    .nse-form-group .slotInput.disable-edit:after {
        background-color: hsla(0, 0%, 100%, .7843137255)
    }
}

.coordinate-select {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px
}

.coordinate-select .message-valid {
    font-style: italic;
    font-size: 12px;
    color: red
}

.coordinate-select .input-secondary {
    margin-left: 10%
}

.coordinate-select .switch-checkbox input {
    display: none
}

.coordinate-select .switch-checkbox .text-label {
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #bfbfbf
}

.coordinate-select .coordinate-line {
    display: flex
}

.coordinate-select .coordinate-line input {
    flex-grow: 1
}

@media(max-width:991px) {
    .coordinate-select .coordinate-line input {
        background-color: #fff
    }
}

.coordinate-select .coordinate-line select {
    max-width: 40px;
    min-width: 40px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    padding: 6px 0;
    border-radius: 0;
    font-size: 15px;
    margin-left: 3px;
    width: 100%
}

@media(max-width:991px) {
    .coordinate-select .coordinate-line select {
        max-width: 80px;
        background-color: #fff
    }
}

.coordinate-select .coordinate-line .message-valid {
    width: 100%
}

.wrap-date-native button {
    background-color: transparent
}

.desktop-select-date {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr
}

.desktop-select-date select {
    width: 100%;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    background-color: transparent
}



//** CAMBIO DE ORDEN DE FECHA SOLO PARA USA**/
.desktop-select-date {
  display: flex; /* Convierte el contenedor en un Flexbox */
}

.desktop-select-date > div:nth-child(1) { /* Corresponde al select del Día (actualmente el 1º) */
  order: 2; /* Lo movemos a la segunda posición */
}

.desktop-select-date > div:nth-child(2) { /* Corresponde al select del Mes (actualmente el 2º) */
  order: 1; /* Lo movemos a la primera posición */
}

.desktop-select-date > div:nth-child(3) { /* Corresponde al select del Año (actualmente el 3º) */
  order: 3; /* Se mantiene en la tercera posición */
}





.date-select select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 2px
}

.date-select select+select {
    margin-left: 10px
}




.wrap-date-native {
    position: relative
}

.wrap-date-native button {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0
}

.wrap-date-native input {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 88;
    display: block
}

.list-place-loading {
    position: relative
}

.list-place-loading .image-loading {
    width: 34px;
    display: block;
    margin: auto;
    margin-bottom: 3px
}

.suggestion-place {
    position: relative
}

.suggestion-place .place-pallet.shown {
    opacity: 1;
    visibility: visible
}

.suggestion-place .place-pallet.hidden {
    opacity: 0;
    visibility: hidden
}

.suggestion-place ul {
    position: absolute;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, .2);
    margin: auto;
    list-style: none;
    max-height: 140px;
    overflow: auto;
    width: 100%;
    z-index: 9999
}

.suggestion-place ul a {
    display: block;
    color: #444;
    font-size: 13px;
    padding: 7px 10px;
    cursor: pointer
}

.suggestion-place ul a:hover {
    background-color: #f3f3f3
}

.suggestion-place ul .loading-place {
    text-align: center;
    color: #444;
    padding: 5px 10px;
    font-size: 12px;
    font-style: italic
}

.suggestion-place ul li.selected a {
    font-weight: 700
}

.inspiration-popup a {
    color: #000
}

@media(max-width:991px) {
    .inspiration-popup .message-footer {
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
        margin-left: -25px;
        padding-left: 25px;
        margin-right: -25px;
        padding-right: 25px;
        padding-top: 20px
    }
}

.inspiration-popup .message-footer button {
    width: 100%;
    height: 48px;
    background-color: #b9b3a3;
    color: #000;
    border: none
}

.inspiration-popup .header-title {
    font-size: 14px;
    line-height: normal
}

.inspiration-popup .header-title b {
    display: block;
    font-size: 18px
}

.inspiration-popup .message-item {
    margin-top: 15px;
    border-bottom: 1px solid #dadada;
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto
}

.inspiration-popup .message-item a {
    display: block;
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #dadada;
    font-size: 14px
}

.inspiration-popup .message-item a img {
    height: 14px
}

.inspiration-popup .message-item a.selected {
    color: #b9b3a3
}

@media(max-width:991px) {
    .inspiration-popup .message-item {
        border-bottom: none;
        margin-left: -24px;
        margin-right: -24px
    }
    .inspiration-popup .message-item a {
        padding-left: 25px;
        padding-right: 25px
    }
}

.inspiration-popup .header-tags {
    margin-top: 15px;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap
}

.inspiration-popup .header-tags a {
    margin: 5px;
    padding: 0 15px;
    height: 32px;
    border: 1px solid #b9b3a3;
    line-height: 30px;
    display: block
}

.inspiration-popup .header-tags a.selected {
    background-color: #b9b3a3
}

.nse-textarea .row-textarea {
    display: flex;
    justify-content: space-between
}

.nse-textarea textarea {
    font-family: Arial
}

.nse-textarea .text-inspiration {
    font-size: 12px
}

.nse-textarea .text-maxline {
    text-align: right;
    font-size: 12px
}

.wrap-time-native {
    position: relative
}

.wrap-time-native button {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    background-color: transparent
}

.wrap-time-native input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
    opacity: 0
}

.time-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.time-select select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 2px;
    width: 40%
}

.time-select select+select {
    margin-left: 10%
}

.product-detail {
    border: none
}

.product-detail td,
.product-detail th {
    border: none;
    font-size: 12px;
    padding: 0;
    vertical-align: top
}

.product-detail th {
    min-width: 60px
}

.product-detail td p:first-child {
    margin-top: 0
}

.product-detail td p:last-child {
    margin-bottom: 0
}

.preview-element.border-starmap {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: auto
}

.preview-element.border-starmap svg {
    max-width: 100%;
    max-height: 100%
}

.preview-element.nse-frame {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: var(--frame-background);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3
}

.preview-element.poster-border {
    position: absolute;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

  /*    .nse-desktop-editor {
      display: flex;
      flex-direction: row-reverse;
    }
   O utiliza las reglas de 'order' */
    .nse-panel-preview {
      order: 2;
    }
    .nse-panel-setting {
      order: 1;
    }


    .nse-panel-setting {
  direction: rtl; /* Mueve la barra de scroll al lado izquierdo */
  overflow: auto; /* Asegúrate de que el scroll esté habilitado */
}

.nse-panel-setting > * {
  direction: ltr; /* Restablece la dirección del texto y el contenido interno a LTR */
}


.settings-tree {
  display: flex;
  flex-direction: column; /* Asegura que se apilan verticalmente */
}

/* Definir el orden deseado */
.settings-tree li:nth-child(1) { /* Corresponde a "Style" */
  order: 1;
}

.settings-tree li:nth-child(2) { /* Corresponde a "Moment" */
  order: 3;
}

.settings-tree li:nth-child(3) { /* Corresponde a "Text" */
  order: 4; /* Lo movemos después de "Design" */
}

.settings-tree li:nth-child(4) { /* Corresponde a "Design" */
  order: 5; /* Lo movemos antes de "Text" */
}

.settings-tree li:nth-child(5) { /* Corresponde a "Product" */
  order: 2 ; /*!important Lo movemos al final */
}