.customall-grid[data-v-401d2f51] {
    display: grid
}

.customall-grid>div[data-v-401d2f51] {
    margin-bottom: 10px
}

.image-item[data-v-5ce532d4] {
    box-sizing: border-box;
    padding: 2px;
    border: 3px solid #fff;
    transition: all .2s ease;
    background-color: #f2f2f2
}

.image-item.active[data-v-5ce532d4] {
    border: 3px solid #6168ff
}

.lds-ring[data-v-bfc038c8] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    background-color: rgba(0,0,0,.2);
    border-radius: 3px
}

.lds-ring div[data-v-bfc038c8] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: calc(50% - 15px);
    border: 3px solid #fdd;
    border-radius: 50%;
    -webkit-animation: lds-ring-data-v-bfc038c8 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring-data-v-bfc038c8 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #fff transparent transparent transparent
}

.lds-ring div[data-v-bfc038c8]:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div[data-v-bfc038c8]:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div[data-v-bfc038c8]:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring-data-v-bfc038c8 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-ring-data-v-bfc038c8 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.buttons-group[data-v-780b545c] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.buttons-group button[data-v-780b545c] {
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 3px
}

.buttons-group button.active[data-v-780b545c] {
    border: 1px solid #6168ff;
    background-color: #6168ff;
    color: #fff
}

.buttons-group button.option-marked[data-v-780b545c] {
    display: flex;
    align-items: center;
    gap: 8px
}

.buttons-group button.option-marked[data-v-780b545c]:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M14.95 6.088a1.025 1.025 0 0 0-.912-.713l-3.713-.256L8.95 1.65A1.025 1.025 0 0 0 8 1a1.025 1.025 0 0 0-.95.65l-1.4 3.488-3.687.237a1.031 1.031 0 0 0-.913.713 1.05 1.05 0 0 0 .325 1.13l2.838 2.4-.844 3.32a1.156 1.156 0 0 0 .437 1.224 1.125 1.125 0 0 0 1.257.038l2.93-1.856h.013l3.156 1.994c.162.105.351.161.544.162a1.03 1.03 0 0 0 .988-1.3L11.8 9.569l2.825-2.35a1.05 1.05 0 0 0 .325-1.131Z' fill='%235551FF'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: block;
    line-height: 1
}

.buttons-group button.active.option-marked[data-v-780b545c]:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M14.95 6.088a1.025 1.025 0 0 0-.912-.713l-3.713-.256L8.95 1.65A1.025 1.025 0 0 0 8 1a1.025 1.025 0 0 0-.95.65l-1.4 3.488-3.687.237a1.031 1.031 0 0 0-.913.713 1.05 1.05 0 0 0 .325 1.13l2.838 2.4-.844 3.32a1.156 1.156 0 0 0 .437 1.224 1.125 1.125 0 0 0 1.257.038l2.93-1.856h.013l3.156 1.994c.162.105.351.161.544.162a1.03 1.03 0 0 0 .988-1.3L11.8 9.569l2.825-2.35a1.05 1.05 0 0 0 .325-1.131Z' fill='%23FFF'/%3E%3C/svg%3E")
}

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none!important;
    max-width: none!important;
    min-height: 0!important;
    min-width: 0!important;
    width: 100%
}

.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas,.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: .5
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51,153,255,.75);
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center:after,.cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-face,.cropper-line,.cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        height:15px;
        width: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height:10px;
        width: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height:5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none!important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point {
    cursor: not-allowed
}

input[type=file][data-v-6ce225cb] {
    display: none
}

img.custom-image[data-v-6ce225cb] {
    margin-right: 0;
    width: 100px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
    border-radius: 3px;
    border: 3px solid var(--pb-primary-color,#5c6ac4);
    cursor: pointer
}

.copper-wrapper[data-v-6ce225cb] {
    display: grid;
    grid-template-columns: auto 120px
}

.btn+.btn[data-v-6ce225cb] {
    margin-left: 10px
}

input[type=file][data-v-4002f586] {
    display: none
}

.toggle-switch[data-v-8c492328] {
    display: flex;
    align-items: center;
    gap: 10px
}

.toggle-switch .ant-switch[data-v-8c492328] {
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0,0,0,.25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.toggle-switch .ant-switch.ant-switch-checked[data-v-8c492328] {
    background-color: #1890ff
}

.vue-recycle-scroller {
    position: relative
}

.vue-recycle-scroller.direction-vertical:not(.page-mode) {
    overflow-y: auto
}

.vue-recycle-scroller.direction-horizontal:not(.page-mode) {
    overflow-x: auto
}

.vue-recycle-scroller.direction-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vue-recycle-scroller__slot {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0
}

.vue-recycle-scroller__item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform
}

.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
    width: 100%
}

.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper {
    height: 100%
}

.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
    width: 100%
}

.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view {
    height: 100%
}

.resize-observer[data-v-b329ee4c] {
    border: none;
    background-color: transparent;
    opacity: 0
}

.resize-observer[data-v-b329ee4c],.resize-observer[data-v-b329ee4c] object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    overflow: hidden
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-.5em,0,0);
        transform: translate3d(-.5em,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-.5em,0,0);
        transform: translate3d(-.5em,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(.5em,0,0);
        transform: translate3d(.5em,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(.5em,0,0);
        transform: translate3d(.5em,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes d {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes d {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.vdp-toggle-calendar-enter-active.vdpPositionReady {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation: c .2s;
    animation: c .2s
}

.vdp-toggle-calendar-leave-active {
    animation: c .15s reverse
}

.vdp-toggle-calendar-enter-active.vdpPositionFixed {
    -webkit-animation: d .3s;
    animation: d .3s
}

.vdp-toggle-calendar-leave-active.vdpPositionFixed {
    animation: d .3s reverse
}

.vdpComponent {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: #303030
}

.vdpComponent.vdpWithInput>input {
    padding-right: 30px
}

.vdpClearInput {
    font-size: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3em
}

.vdpClearInput:before {
    content: "\D7";
    width: 1.4em;
    height: 1.4em;
    line-height: 1.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.7em 0 0 -.7em;
    color: rgba(0,0,0,.3);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 50%;
    background-color: #fff
}

.vdpClearInput:hover:before {
    -webkit-box-shadow: 0 .2em .5em rgba(0,0,0,.15);
    box-shadow: 0 .2em .5em rgba(0,0,0,.15)
}

.vdpOuterWrap.vdpFloating {
    position: absolute;
    padding: .5em 0;
    z-index: 2
}

.vdpOuterWrap.vdpPositionFixed {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.3)
}

.vdpFloating .vdpInnerWrap {
    max-width: 30em
}

.vdpPositionFixed .vdpInnerWrap {
    max-width: 30em;
    margin: 0 auto;
    border: 0;
    -webkit-animation: c .3s;
    animation: c .3s
}

.vdpFloating.vdpPositionTop {
    top: 100%
}

.vdpFloating.vdpPositionBottom {
    bottom: 100%
}

.vdpFloating.vdpPositionLeft {
    left: 0
}

.vdpFloating.vdpPositionRight {
    right: 0
}

.vdpPositionTop.vdpPositionLeft {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.vdpPositionTop.vdpPositionRight {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.vdpPositionBottom.vdpPositionLeft {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.vdpPositionBottom.vdpPositionRight {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.vdpInnerWrap {
    overflow: hidden;
    min-width: 28em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    background: #fff;
    -webkit-box-shadow: 0 .2em 1.5em rgba(0,0,0,.06);
    box-shadow: 0 .2em 1.5em rgba(0,0,0,.06);
    border-radius: .5em;
    border: 1px solid rgba(0,0,0,.15)
}

.vdpHeader {
    position: relative;
    padding: 0 1em 2.5em;
    margin: -1em -1em -2.5em;
    text-align: center;
    background: #f5f5f5
}

.vdp12HourToggleBtn,.vdpArrow,.vdpClearInput,.vdpPeriodControl>button {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none
}

.vdp12HourToggleBtn::-moz-focus-inner,.vdpArrow::-moz-focus-inner,.vdpClearInput::-moz-focus-inner,.vdpPeriodControl::-moz-focus-inner {
    padding: 0;
    border: 0
}

.vdpArrow {
    font-size: 1em;
    width: 5em;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 2.5em;
    text-align: left
}

.vdpArrow:before {
    content: "";
    width: 2.2em;
    height: 2.2em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.1em 0 0 -1.1em;
    border-radius: 100%;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.vdpArrow:active,.vdpArrow:focus,.vdpArrow:hover {
    outline: 0
}

.vdpArrow:focus:before,.vdpArrow:hover:before {
    background-color: rgba(0,0,0,.03)
}

.vdpArrow:active:before {
    background-color: rgba(0,0,0,.07)
}

.vdpArrowNext:before {
    margin-left: -1.4em
}

.vdpArrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.5em;
    width: 0;
    height: 0;
    border: .5em solid transparent
}

.vdpArrowPrev {
    left: -.3em
}

.vdpArrowPrev:after {
    margin-left: -.8em;
    border-right-color: #7485c2
}

.vdpArrowNext {
    right: -.6em
}

.vdpArrowNext:after {
    margin-left: -.5em;
    border-left-color: #7485c2
}

.vdpPeriodControl {
    display: inline-block;
    position: relative
}

.vdpPeriodControl>button {
    font-size: 1.5em;
    padding: 1em .4em;
    display: inline-block
}

.vdpPeriodControl>select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    font-size: 1.6em;
    -webkit-appearance: none
}

.vdpTable {
    width: 100%;
    table-layout: fixed;
    position: relative;
    z-index: 1
}

.vdpNextDirection {
    -webkit-animation: b .5s;
    animation: b .5s
}

.vdpPrevDirection {
    -webkit-animation: a .5s;
    animation: a .5s
}

.vdpCell,.vdpHeadCell {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vdpCell {
    padding: .5em 0
}

.vdpHeadCell {
    padding: .3em .5em 1.8em
}

.vdpHeadCellContent {
    font-size: 1.3em;
    font-weight: 400;
    color: #848484
}

.vdpCellContent {
    font-size: 1.4em;
    display: block;
    margin: 0 auto;
    width: 1.857em;
    line-height: 1.857em;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: background .1s,color .1s;
    -o-transition: background .1s,color .1s;
    transition: background .1s,color .1s
}

.vdpCell.outOfRange {
    color: #c7c7c7
}

.vdpCell.today {
    color: #7485c2
}

.vdpCell.selected .vdpCellContent {
    color: #fff;
    background: #7485c2
}

@media(hover: hover) {
    .vdpCell.selectable:hover .vdpCellContent {
        color:#fff;
        background: #7485c2
    }
}

.vdpCell.selectable {
    cursor: pointer
}

.vdpCell.disabled {
    opacity: .5
}

.vdpTimeControls {
    padding: 1.2em 2em;
    position: relative;
    margin: 1em -1em -1em;
    text-align: center;
    background: #f5f5f5
}

.vdpTimeUnit {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.vdpTimeUnit>input,.vdpTimeUnit>pre {
    font-size: 1.7em;
    line-height: 1.3;
    padding: .1em;
    word-wrap: break-word;
    white-space: pre-wrap;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    border: 0;
    border-bottom: 1px solid transparent;
    text-align: center
}

.vdpTimeUnit>pre {
    visibility: hidden;
    font-family: inherit
}

.vdpTimeUnit>input {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.vdpTimeUnit>input::-moz-selection {
    background-color: rgba(116,133,194,.15)
}

.vdpTimeUnit>input::selection {
    background-color: rgba(116,133,194,.15)
}

.vdpTimeUnit>input:focus,.vdpTimeUnit>input:hover {
    border-bottom-color: #7485c2
}

.vdpTimeUnit>input:disabled {
    border-bottom-color: transparent
}

.vdpTimeUnit>input::-webkit-inner-spin-button,.vdpTimeUnit>input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.vdpTimeCaption,.vdpTimeSeparator {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em;
    color: #848484
}

.vdpTimeCaption {
    margin-right: .5em
}

.vdp12HourToggleBtn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em;
    padding: 0 .4em;
    color: #303030
}

.vdp12HourToggleBtn:focus,.vdp12HourToggleBtn:hover {
    color: #7485c2;
    outline: 0
}

.vdp12HourToggleBtn:disabled {
    color: #303030
}

.voice-message-field-wrapper .btn-outline-primary {
    background: #fff;
    border: 1.5px solid #6662ff;
    border-radius: 6px;
    padding: 7px 12px 7px 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #6662ff;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px
}

.voice-message-field-wrapper .btn-outline-primary:hover {
    background: #6662ff;
    color: #fff
}

.voice-message-field-wrapper .btn-outline-primary:focus {
    box-shadow: none
}

.voice-message-field-wrapper .buttons-group {
    gap: 16px
}

.voice-message-field-wrapper .btn {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1.5px solid #8e8e93;
    border-radius: 4px;
    padding: 8px 24px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #8e8e93
}

.voice-message-field-wrapper .btn:disabled {
    pointer-events: none;
    opacity: .65
}

.voice-message-field-wrapper .btn:focus {
    box-shadow: none
}

.voice-message-field-wrapper .btn.btn-outline-primary {
    background: #fff;
    color: #6662ff;
    border: 1.5px solid #6662ff
}

.voice-message-field-wrapper .btn.btn-outline-primary:hover {
    background: #6662ff;
    color: #fff
}

.voice-message-field-wrapper .btn.btn-outline-secondary:hover {
    background: #8e8e93;
    color: #fff
}

.voice-message-upload-modal h1,.voice-message-upload-modal h2,.voice-message-upload-modal h3,.voice-message-upload-modal h4,.voice-message-upload-modal h5,.voice-message-upload-modal h6,.voice-message-upload-modal p {
    margin-top: 0
}

.voice-message-upload-modal .vm--modal {
    border-radius: 10px
}

.voice-message-upload-modal .modal-wrapper {
    min-height: 400px
}

.voice-message-upload-modal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: -.7rem;
    border-top-right-radius: -.7rem;
    padding: 16px 16px 8px;
    border-bottom: 0
}

.voice-message-upload-modal .modal-header h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

.voice-message-upload-modal .modal-header .modal-header-left {
    display: flex;
    align-items: center;
    gap: 6px
}

.voice-message-upload-modal .modal-body {
    min-height: 266px;
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.voice-message-upload-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-bottom-right-radius: -.7rem;
    border-bottom-left-radius: -.7rem;
    padding: 16px 16px 24px;
    border-top: 0
}

.voice-message-upload-modal .modal-footer .btn-group {
    display: flex;
    width: 100%;
    gap: 8px;
    margin: 0
}

.voice-message-upload-modal .modal-footer .btn {
    border-radius: 6px;
    width: 100%;
    margin: 0;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5px;
    border: 1px solid transparent;
    color: #222
}

.voice-message-upload-modal .modal-footer .btn:focus {
    box-shadow: none
}

.voice-message-upload-modal .modal-footer .btn.btn-outline-secondary {
    border: 2px solid #aeaeb2;
    color: #aeaeb2
}

.voice-message-upload-modal .modal-footer .btn.btn-outline-secondary:hover {
    background: #aeaeb2;
    color: #fff
}

.voice-message-upload-modal .modal-footer .btn.btn-primary {
    background: #f1641e;
    border: 2px solid #f1641e;
    border-radius: 6px;
    color: #fff
}

.voice-message-upload-modal .upload-type-select {
    background: #fff;
    border: 2px solid #f1641e;
    border-radius: 4px;
    display: flex;
    gap: 16px;
    padding: 12px;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer
}

.voice-message-upload-modal .upload-type-icon {
    background: #fbd1a5;
    width: 51px;
    height: 51px;
    min-width: 51px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.voice-message-upload-modal .upload-type-title {
    color: #000
}

.voice-message-upload-modal .upload-type-title h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px
}

.voice-message-upload-modal .upload-type-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.voice-message-upload-modal .click-to-record-wrapper {
    margin-top: -12px
}

.voice-message-upload-modal .click-to-record-wrapper .caution-record {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    margin-bottom: 24px
}

.voice-message-upload-modal .click-to-record-wrapper .click-to-record {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px
}

.voice-message-upload-modal .error-record svg {
    margin: 14px auto 12px;
    display: block
}

.voice-message-upload-modal .error-record p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fc4545;
    text-align: center;
    margin-bottom: 28px
}

.voice-message-upload-modal .countdown-wrapper {
    margin-top: 56px
}

.voice-message-upload-modal .complete-upload-wrapper .upload-complete-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #6ab73d;
    text-align: center;
    margin-bottom: 8px
}

.voice-message-upload-modal .complete-upload-wrapper .upload-complete-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 24px
}

.voice-message-upload-modal .sound-wave-wrapper {
    background: #e5e5ea;
    border-radius: 4px;
    padding: 14px 12px
}

.voice-message-upload-modal .sound-wave-wrapper.complete {
    background: #f1641e
}

.voice-message-upload-modal .sound-wave-wrapper.complete .sound-wave-bar {
    background: #fff
}

.voice-message-upload-modal .sound-wave {
    width: 100%;
    height: 22px;
    text-align: center
}

.voice-message-upload-modal .sound-wave-bar {
    width: 2px;
    height: 100%;
    display: inline-block;
    border-radius: 5px;
    background-color: #f1641e;
    margin-left: 2.5px;
    transform-origin: center center;
    animation-play-state: running;
    -webkit-animation-play-state: running
}

.voice-message-upload-modal .sound-wave-bar:first-child {
    margin-left: 0
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+1) {
    -webkit-animation: sound-wave-animation 1s ease .6s infinite alternate;
    animation: sound-wave-animation 1s ease .6s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+2) {
    -webkit-animation: sound-wave-animation 1s ease .4s infinite alternate;
    animation: sound-wave-animation 1s ease .4s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+3) {
    -webkit-animation: sound-wave-animation 1s ease .2s infinite alternate;
    animation: sound-wave-animation 1s ease .2s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+4) {
    -webkit-animation: sound-wave-animation 1s ease 0s infinite alternate;
    animation: sound-wave-animation 1s ease 0s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+5) {
    -webkit-animation: sound-wave-animation 1s ease .2s infinite alternate;
    animation: sound-wave-animation 1s ease .2s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+6) {
    -webkit-animation: sound-wave-animation 1s ease .4s infinite alternate;
    animation: sound-wave-animation 1s ease .4s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+7) {
    -webkit-animation: sound-wave-animation 1s ease .6s infinite alternate;
    animation: sound-wave-animation 1s ease .6s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n+8) {
    -webkit-animation: sound-wave-animation 1s ease .3s infinite alternate;
    animation: sound-wave-animation 1s ease .3s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar:nth-child(9\n) {
    -webkit-animation: sound-wave-animation 1s ease .8s infinite alternate;
    animation: sound-wave-animation 1s ease .8s infinite alternate
}

.voice-message-upload-modal .sound-wave-bar.pause-animation {
    animation-play-state: paused!important;
    -webkit-animation-play-state: paused!important
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+1) {
    transform: scaleY(.4)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+2) {
    transform: scaleY(1)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+3) {
    transform: scaleY(.4)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+4) {
    -webkit-animation: sound-wave-animation 1s ease 1.6s infinite alternate;
    animation: sound-wave-animation 1s ease 1.6s infinite alternate;
    transform: scaleY(.6)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+5) {
    transform: scaleY(.3)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+6) {
    transform: scaleY(.4)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+7) {
    transform: scaleY(.8)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n+8) {
    transform: scaleY(.4)
}

.voice-message-upload-modal .sound-wave-bar.pause-animation:nth-child(9\n) {
    -webkit-animation: sound-wave-animation 1s ease 1.6s infinite alternate;
    animation: sound-wave-animation 1s ease 1.6s infinite alternate;
    transform: scaleY(.6)
}

@-webkit-keyframes sound-wave-animation {
    0% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(.5)
    }

    to {
        transform: scaleY(1)
    }
}

@keyframes sound-wave-animation {
    0% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(.5)
    }

    to {
        transform: scaleY(1)
    }
}

.voice-message-upload-modal .recording-wrapper .control-icon {
    margin-top: 32px
}

.voice-message-upload-modal .control-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 6px rgba(13,12,34,.1);
    display: flex;
    align-items: center;
    justify-content: center
}

.voice-message-upload-modal .control-icon>div {
    display: flex
}

.voice-message-upload-modal .control-icon .record-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1641e;
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.voice-message-upload-modal .control-icon .stop-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: #f1641e
}

.voice-message-upload-modal .control-icon .countdown-number {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #f1641e
}

.voice-message-upload-modal .recording-progress {
    width: 100%;
    height: 2px;
    border-radius: 9px;
    border: 0;
    background: #e5e5ea;
    margin-top: 0;
    transition: width .3s;
    vertical-align: middle
}

.voice-message-upload-modal .recording-progress::-webkit-progress-bar {
    background: #e5e5ea;
    border: 0;
    height: 2px;
    border-radius: 9px
}

.voice-message-upload-modal .recording-progress::-webkit-progress-value {
    background: #f1641e;
    border: 0;
    height: 2px;
    border-radius: 9px
}

.voice-message-upload-modal .recording-progress::-moz-progress-bar {
    border: 0;
    height: 2px;
    border-radius: 9px
}

.voice-message-upload-modal .play-countdown {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #565959
}

.ant-message {
    z-index: 2000!important
}

.ant-message .anticon-close-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='64 64 896 896' data-icon='close-circle' width='1em' height='1em' fill='currentColor' aria-hidden='true'%3E%3Cpath d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z' fill='%23f5222d'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 16px
}

.personalized-form .ant-form-item[data-v-9c5af116] {
    margin-bottom: 20px
}

.btn-preview[data-v-9c5af116] {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.pb-size-charts[data-v-197f4222] {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 6px
}

@-webkit-keyframes slide-bottom-data-v-4b023d8a {
    0% {
        transform: translateY(-100%);
        opacity: .5
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-bottom-data-v-4b023d8a {
    0% {
        transform: translateY(-100%);
        opacity: .5
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-top-data-v-4b023d8a {
    0% {
        transform: translateY(100%);
        opacity: .5
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-top-data-v-4b023d8a {
    0% {
        transform: translateY(100%);
        opacity: .5
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.popup-preview[data-v-4b023d8a] {
    background-color: green;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    overflow: hidden;
    background-color: #fff;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.popup-preview__overlay[data-v-4b023d8a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgba(34,34,34,.2) 240px,rgba(34,34,34,.8) 240px 100%);
    z-index: 10000
}

.popup-preview__overlay .pinch-icon[data-v-4b023d8a] {
    position: absolute;
    top: 140px;
    right: 30px
}

.popup-preview__overlay .instruction[data-v-4b023d8a] {
    position: absolute;
    top: 315px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    justify-content: center;
    white-space: nowrap
}

.popup-preview__overlay .instruction .arrow-icon[data-v-4b023d8a] {
    position: absolute;
    left: -60px;
    bottom: 6px
}

.popup-preview__wrapper[data-v-4b023d8a] {
    width: 100%;
    height: 100%;
    -webkit-animation: slide-bottom-data-v-4b023d8a .3s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-bottom-data-v-4b023d8a .3s cubic-bezier(.25,.46,.45,.94) both
}

.popup-preview__close[data-v-4b023d8a] {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 10;
    font-size: 10px;
    padding: 10px
}

.popup-preview__wrapper .close-icon[data-v-4b023d8a] {
    width: 16px;
    height: 16px
}

.popup-preview__button-preview .show-popup-button[data-v-4b023d8a] {
    background-color: #6662ff;
    border-radius: 4px;
    height: 48px;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 9px;
    left: 24px;
    right: 24px;
    gap: 8px;
    -webkit-animation: slide-top-data-v-4b023d8a .3s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-top-data-v-4b023d8a .3s cubic-bezier(.25,.46,.45,.94) both;
    z-index: 10000
}

.popup-preview__content[data-v-4b023d8a] {
    width: 100%;
    height: 100%
}

.popup-preview__content img[data-v-4b023d8a] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 576px) {
    .popup-preview__button-preview .show-popup-button[data-v-4b023d8a] {
        max-width:486px;
        margin-left: auto;
        margin-right: auto
    }
}

.ant-form-horizontal.personalized-form .ant-form-item .ant-col-item-label[data-v-cd681324] {
    flex: 0 0 100%;
    text-align: left
}

.btn-add-to-cart[data-v-cd681324],.btn-preview[data-v-cd681324] {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.product-mockup[data-v-745abfff] {
    position: relative;
    height: 100%;
    display: flex
}

.product-mockup .is-render[data-v-745abfff] {
    width: 100%
}

.product-mockup[data-v-745abfff]:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

.product-mockup.mockup-video[data-v-745abfff]:after {
    content: unset
}

.product-loading-image[data-v-745abfff] {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.ant-carousel {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum"
}

.ant-carousel .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.ant-carousel .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.ant-carousel .slick-list:focus {
    outline: none
}

.ant-carousel .slick-list.dragging {
    cursor: pointer
}

.ant-carousel .slick-list .slick-slide {
    pointer-events: none
}

.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide input.ant-radio-input {
    visibility: hidden
}

.ant-carousel .slick-list .slick-slide.slick-active {
    pointer-events: auto
}

.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input {
    visibility: visible
}

.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track {
    transform: translateZ(0)
}

.ant-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.ant-carousel .slick-track:after,.ant-carousel .slick-track:before {
    display: table;
    content: ""
}

.ant-carousel .slick-track:after {
    clear: both
}

.slick-loading .ant-carousel .slick-track {
    visibility: hidden
}

.ant-carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .ant-carousel .slick-slide {
    float: right
}

.ant-carousel .slick-slide img {
    display: block
}

.ant-carousel .slick-slide.slick-loading img {
    display: none
}

.ant-carousel .slick-slide.dragging img {
    pointer-events: none
}

.ant-carousel .slick-initialized .slick-slide {
    display: block
}

.ant-carousel .slick-loading .slick-slide {
    visibility: hidden
}

.ant-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.ant-carousel .slick-arrow.slick-hidden {
    display: none
}

.ant-carousel .slick-next,.ant-carousel .slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 0;
    cursor: pointer
}

.ant-carousel .slick-next,.ant-carousel .slick-next:focus,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev,.ant-carousel .slick-prev:focus,.ant-carousel .slick-prev:hover {
    color: transparent;
    background: transparent;
    outline: none
}

.ant-carousel .slick-next:focus:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-prev:hover:before {
    opacity: 1
}

.ant-carousel .slick-next.slick-disabled:before,.ant-carousel .slick-prev.slick-disabled:before {
    opacity: .25
}

.ant-carousel .slick-prev {
    left: -25px
}

.ant-carousel .slick-prev:before {
    content: "←"
}

.ant-carousel .slick-next {
    right: -25px
}

.ant-carousel .slick-next:before {
    content: "→"
}

.ant-carousel .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none
}

.ant-carousel .slick-dots-bottom {
    bottom: 12px
}

.ant-carousel .slick-dots-top {
    top: 12px
}

.ant-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    text-align: center;
    vertical-align: top
}

.ant-carousel .slick-dots li button {
    display: block;
    width: 16px;
    height: 3px;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: #fff;
    border: 0;
    border-radius: 1px;
    outline: none;
    cursor: pointer;
    opacity: .3;
    transition: all .5s
}

.ant-carousel .slick-dots li button:focus,.ant-carousel .slick-dots li button:hover {
    opacity: .75
}

.ant-carousel .slick-dots li.slick-active button {
    width: 24px;
    background: #fff;
    opacity: 1
}

.ant-carousel .slick-dots li.slick-active button:focus,.ant-carousel .slick-dots li.slick-active button:hover {
    opacity: 1
}

.ant-carousel-vertical .slick-dots {
    top: 50%;
    bottom: auto;
    width: 3px;
    height: auto;
    transform: translateY(-50%)
}

.ant-carousel-vertical .slick-dots-left {
    left: 12px
}

.ant-carousel-vertical .slick-dots-right {
    right: 12px
}

.ant-carousel-vertical .slick-dots li {
    margin: 0 2px;
    vertical-align: baseline
}

.ant-carousel-vertical .slick-dots li button {
    width: 3px;
    height: 16px
}

.ant-carousel-vertical .slick-dots li.slick-active button {
    width: 3px;
    height: 24px
}

@-webkit-keyframes antCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes antCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer
}

.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner {
    border-color: #1890ff
}

.ant-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1890ff;
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: antCheckboxEffect .36s ease-in-out;
    animation: antCheckboxEffect .36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: ""
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid var(--color-border-form,#d9d9d9);
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s
}

.ant-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 22%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%,-50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
    content: " "
}

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1) translate(-50%,-50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    content: " "
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #1890ff;
    border-color: #1890ff
}

.ant-checkbox-disabled {
    cursor: not-allowed
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
    border-color: rgba(0,0,0,.25);
    -webkit-animation-name: none;
    animation-name: none
}

.ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed
}

.ant-checkbox-disabled .ant-checkbox-inner {
    background-color: #f5f5f5;
    border-color: var(--color-border-form,#d9d9d9)!important
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: #f5f5f5;
    border-collapse: separate;
    -webkit-animation-name: none;
    animation-name: none
}

.ant-checkbox-disabled+span {
    color: rgba(0,0,0,.25);
    cursor: not-allowed
}

.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
    visibility: hidden
}

.ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
    cursor: not-allowed
}

.ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-left: 8px
}

.ant-checkbox+span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-checkbox-group-item {
    display: inline-block;
    margin-right: 8px
}

.ant-checkbox-group-item:last-child {
    margin-right: 0
}

.ant-checkbox-group-item+.ant-checkbox-group-item {
    margin-left: 0
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #fff;
    border-color: var(--color-border-form,#d9d9d9)
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border: 0;
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    content: " "
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
    background-color: rgba(0,0,0,.25);
    border-color: rgba(0,0,0,.25)
}

.ant-message {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none
}

.ant-message-notice {
    padding: 8px;
    text-align: center
}

.ant-message-notice:first-child {
    margin-top: -8px
}

.ant-message-notice-content {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    pointer-events: all
}

.ant-message-success .anticon {
    color: #52c41a
}

.ant-message-error .anticon {
    color: #f5222d
}

.ant-message-warning .anticon {
    color: #faad14
}

.ant-message-info .anticon,.ant-message-loading .anticon {
    color: #1890ff
}

.ant-message .anticon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px
}

.ant-message-notice.move-up-leave.move-up-leave-active {
    overflow: hidden;
    -webkit-animation-name: MessageMoveOut;
    animation-name: MessageMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

.ant-select {
    box-sizing: border-box;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0
}

.ant-select,.ant-select ol,.ant-select ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ant-select>ul>li>a {
    padding: 0;
    background-color: #fff
}

.ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 1;
    transform-origin: 50% 50%
}

.ant-select-arrow>* {
    line-height: 1
}

.ant-select-arrow svg {
    display: inline-block
}

.ant-select-arrow:before {
    display: none
}

.ant-select-arrow .ant-select-arrow-icon {
    display: block
}

.ant-select-arrow .ant-select-arrow-icon svg {
    transition: transform .3s
}

.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid var(--color-border-form,#d9d9d9);
    border-top-width: 1.02px;
    border-radius: 4px;
    outline: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ant-select-selection:hover {
    border-color: #40a9ff;
    border-right-width: 1px!important
}

.ant-select-focused .ant-select-selection,.ant-select-selection:active,.ant-select-selection:focus {
    border-color: #40a9ff;
    border-right-width: 1px!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24,144,255,.2)
}

.ant-select-selection__clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
    text-transform: none;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    transition: color .3s ease,opacity .15s ease;
    text-rendering: auto
}

.ant-select-selection__clear:before {
    display: block
}

.ant-select-selection__clear:hover {
    color: rgba(0,0,0,.45)
}

.ant-select-selection:hover .ant-select-selection__clear {
    opacity: 1
}

.ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-select-no-arrow .ant-select-selection-selected-value {
    padding-right: 0
}

.ant-select-disabled {
    color: rgba(0,0,0,.25)
}

.ant-select-disabled .ant-select-selection {
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-select-disabled .ant-select-selection:active,.ant-select-disabled .ant-select-selection:focus,.ant-select-disabled .ant-select-selection:hover {
    border-color: var(--color-border-form,#d9d9d9);
    box-shadow: none
}

.ant-select-disabled .ant-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
    padding-right: 10px;
    color: rgba(0,0,0,.33);
    background: #f5f5f5
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
    display: none
}

.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer
}

.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px
}

.ant-select-no-arrow .ant-select-selection__rendered {
    margin-right: 11px
}

.ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px
}

.ant-select-selection__rendered:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: ".";
    pointer-events: none
}

.ant-select-lg {
    font-size: 16px
}

.ant-select-lg .ant-select-selection--single {
    height: 40px
}

.ant-select-lg .ant-select-selection__rendered {
    line-height: 38px
}

.ant-select-lg .ant-select-selection--multiple {
    min-height: 40px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 32px;
    line-height: 32px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
    top: 20px
}

.ant-select-sm .ant-select-selection--single {
    height: 24px
}

.ant-select-sm .ant-select-selection__rendered {
    margin-left: 7px;
    line-height: 22px
}

.ant-select-sm .ant-select-selection--multiple {
    min-height: 24px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 16px;
    line-height: 14px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
    top: 12px
}

.ant-select-sm .ant-select-arrow,.ant-select-sm .ant-select-selection__clear {
    right: 8px
}

.ant-select-disabled .ant-select-selection__choice__remove {
    color: rgba(0,0,0,.25);
    cursor: default
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
    color: rgba(0,0,0,.25)
}

.ant-select-search__field__wrap {
    position: relative;
    display: inline-block
}

.ant-select-search__field__placeholder,.ant-select-selection__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #bfbfbf;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis
}

.ant-select-search__field__placeholder {
    left: 12px
}

.ant-select-search__field__mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    opacity: 0;
    pointer-events: none
}

.ant-select-search--inline {
    position: absolute;
    width: 100%;
    height: 100%
}

.ant-select-search--inline .ant-select-search__field__wrap {
    width: 100%;
    height: 100%
}

.ant-select-search--inline .ant-select-search__field {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1;
    background: transparent;
    border-width: 0;
    border-radius: 4px;
    outline: 0
}

.ant-select-search--inline>i {
    float: right
}

.ant-select-selection--multiple {
    min-height: 32px;
    padding-bottom: 3px;
    cursor: text;
    zoom:1}

.ant-select-selection--multiple:after,.ant-select-selection--multiple:before {
    display: table;
    content: ""
}

.ant-select-selection--multiple:after {
    clear: both
}

.ant-select-selection--multiple .ant-select-search--inline {
    position: static;
    float: left;
    width: auto;
    max-width: 100%;
    padding: 0
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
    width: .75em;
    max-width: 100%;
    padding: 1px
}

.ant-select-selection--multiple .ant-select-selection__rendered {
    height: auto;
    margin-bottom: -3px;
    margin-left: 5px
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
    margin-left: 6px
}

.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.ant-select-selection--multiple>ul>li {
    height: 24px;
    margin-top: 3px;
    line-height: 22px
}

.ant-select-selection--multiple .ant-select-selection__choice {
    position: relative;
    float: left;
    max-width: 99%;
    margin-right: 4px;
    padding: 0 20px 0 10px;
    overflow: hidden;
    color: rgba(0,0,0,.65);
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    transition: padding .3s cubic-bezier(.645,.045,.355,1)
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
    padding: 0 10px
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: margin .3s cubic-bezier(.645,.045,.355,1)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 4px;
    color: rgba(0,0,0,.45);
    font-weight: 700;
    line-height: inherit;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
    font-size: 12px;
    font-size: 10px\9;
    transform: scale(.83333333) rotate(0deg)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove>* {
    line-height: 1
}

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
    display: inline-block
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
    display: none
}

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
    display: block
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
    font-size: 12px
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
    color: rgba(0,0,0,.75)
}

.ant-select-selection--multiple .ant-select-arrow,.ant-select-selection--multiple .ant-select-selection__clear {
    top: 16px
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
    margin-right: 20px
}

.ant-select-open .ant-select-arrow-icon svg {
    transform: rotate(180deg)
}

.ant-select-open .ant-select-selection {
    border-color: #40a9ff;
    border-right-width: 1px!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24,144,255,.2)
}

.ant-select-combobox .ant-select-arrow {
    display: none
}

.ant-select-combobox .ant-select-search--inline {
    float: none;
    width: 100%;
    height: 100%
}

.ant-select-combobox .ant-select-search__field__wrap {
    width: 100%;
    height: 100%
}

.ant-select-combobox .ant-select-search__field {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1),height 0s
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
    margin-right: 20px
}

.ant-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: normal;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.15)
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
    display: none
}

.ant-select-dropdown-menu {
    max-height: 250px;
    margin-bottom: 0;
    padding: 4px 0;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none
}

.ant-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0
}

.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
    padding-left: 20px
}

.ant-select-dropdown-menu-item-group-title {
    height: 32px;
    padding: 0 12px;
    color: rgba(0,0,0,.45);
    font-size: 12px;
    line-height: 32px
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
    border-radius: 0
}

.ant-select-dropdown-menu-item {
    position: relative;
    display: block;
    padding: 5px 12px;
    overflow: hidden;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background .3s ease
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-selected {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    background-color: #fafafa
}

.ant-select-dropdown-menu-item-disabled,.ant-select-dropdown-menu-item-disabled:hover {
    color: rgba(0,0,0,.25);
    cursor: not-allowed
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    line-height: 0;
    background-color: #e8e8e8
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 32px
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    color: transparent;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;
    transform: translateY(-50%);
    transition: all .2s
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
    color: rgba(0,0,0,.87)
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
    display: none
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
    display: inline-block;
    color: #1890ff
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 12px
}

.ant-select-dropdown-container-open .ant-select-dropdown,.ant-select-dropdown-open .ant-select-dropdown {
    display: block
}

.ant-skeleton {
    display: table;
    width: 100%
}

.ant-skeleton-header {
    display: table-cell;
    padding-right: 16px;
    vertical-align: top
}

.ant-skeleton-header .ant-skeleton-avatar {
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
    border-radius: 50%
}

.ant-skeleton-header .ant-skeleton-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
    border-radius: 50%
}

.ant-skeleton-header .ant-skeleton-avatar-sm {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
    border-radius: 50%
}

.ant-skeleton-content {
    display: table-cell;
    width: 100%;
    vertical-align: top
}

.ant-skeleton-content .ant-skeleton-title {
    width: 100%;
    height: 16px;
    margin-top: 16px;
    background: #f2f2f2
}

.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
    margin-top: 24px
}

.ant-skeleton-content .ant-skeleton-paragraph {
    padding: 0
}

.ant-skeleton-content .ant-skeleton-paragraph>li {
    width: 100%;
    height: 16px;
    list-style: none;
    background: #f2f2f2
}

.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
    width: 61%
}

.ant-skeleton-content .ant-skeleton-paragraph>li+li {
    margin-top: 16px
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
    margin-top: 12px
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
    margin-top: 28px
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
    animation: ant-skeleton-loading 1.4s ease infinite
}

@-webkit-keyframes ant-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes ant-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.ant-switch {
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0,0,0,.25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ant-switch-inner {
    display: block;
    margin-right: 6px;
    margin-left: 24px;
    color: #fff;
    font-size: 12px
}

.ant-switch-loading-icon,.ant-switch:after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
    content: " "
}

.ant-switch:after {
    box-shadow: 0 2px 4px 0 rgba(0,35,11,.2)
}

.ant-switch:not(.ant-switch-disabled):active:after,.ant-switch:not(.ant-switch-disabled):active:before {
    width: 24px
}

.ant-switch-loading-icon {
    z-index: 1;
    display: none;
    font-size: 12px;
    background: transparent
}

.ant-switch-loading-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.ant-switch-loading .ant-switch-loading-icon {
    display: inline-block;
    color: rgba(0,0,0,.65)
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
    color: #1890ff
}

.ant-switch:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24,144,255,.2)
}

.ant-switch:focus:hover {
    box-shadow: none
}

.ant-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 14px
}

.ant-switch-small .ant-switch-inner {
    margin-right: 3px;
    margin-left: 18px;
    font-size: 12px
}

.ant-switch-small:after {
    width: 12px;
    height: 12px
}

.ant-switch-small:active:after,.ant-switch-small:active:before {
    width: 16px
}

.ant-switch-small .ant-switch-loading-icon {
    width: 12px;
    height: 12px
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
    margin-right: 18px;
    margin-left: 3px
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -13px
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
    font-weight: 700;
    transform: scale(.66667)
}

.ant-switch-checked {
    background-color: #1890ff
}

.ant-switch-checked .ant-switch-inner {
    margin-right: 24px;
    margin-left: 6px
}

.ant-switch-checked:after {
    left: 100%;
    margin-left: -1px;
    transform: translateX(-100%)
}

.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -19px
}

.ant-switch-disabled,.ant-switch-loading {
    cursor: not-allowed;
    opacity: .4
}

.ant-switch-disabled *,.ant-switch-disabled:after,.ant-switch-disabled:before,.ant-switch-loading *,.ant-switch-loading:after,.ant-switch-loading:before {
    cursor: not-allowed
}

@-webkit-keyframes AntSwitchSmallLoadingCircle {
    0% {
        transform: rotate(0deg) scale(.66667);
        transform-origin: 50% 50%
    }

    to {
        transform: rotate(1turn) scale(.66667);
        transform-origin: 50% 50%
    }
}

@keyframes AntSwitchSmallLoadingCircle {
    0% {
        transform: rotate(0deg) scale(.66667);
        transform-origin: 50% 50%
    }

    to {
        transform: rotate(1turn) scale(.66667);
        transform-origin: 50% 50%
    }
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
    height: 40px
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
    visibility: hidden
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
    height: 40px;
    margin: 0;
    margin-right: 2px;
    padding: 0 16px;
    line-height: 38px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0;
    transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
    height: 40px;
    color: #1890ff;
    background: #fff;
    border-color: #e8e8e8;
    border-bottom: 1px solid #fff
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active:before {
    border-top: 2px solid transparent
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
    color: #1890ff;
    color: rgba(0,0,0,.25)
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
    padding: 0
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
    margin-bottom: 0
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
    width: 16px;
    height: 16px;
    height: 14px;
    margin-right: -5px;
    margin-left: 3px;
    overflow: hidden;
    color: rgba(0,0,0,.45);
    font-size: 12px;
    vertical-align: middle;
    transition: all .3s
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
    color: rgba(0,0,0,.85)
}

.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane {
    transition: none!important
}

.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive {
    overflow: hidden
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
    opacity: 1
}

.ant-tabs-extra-content {
    line-height: 45px
}

.ant-tabs-extra-content .ant-tabs-new-tab {
    position: relative;
    width: 20px;
    height: 20px;
    color: rgba(0,0,0,.65);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s
}

.ant-tabs-extra-content .ant-tabs-new-tab:hover {
    color: #1890ff;
    border-color: #1890ff
}

.ant-tabs-extra-content .ant-tabs-new-tab svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
    line-height: 56px
}

.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
    line-height: 37px
}

.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
    line-height: 40px
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
    height: 100%
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
    margin-bottom: 8px;
    border-bottom: 1px solid #e8e8e8
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
    padding-bottom: 4px
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
    margin-bottom: 8px
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
    width: 90%
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
    margin-right: 0
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
    margin-right: 1px;
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
    margin-right: -1px;
    padding-right: 18px
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
    margin-left: 0
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
    margin-left: 1px;
    border-left: 0;
    border-radius: 0 4px 4px 0
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
    margin-left: -1px;
    padding-left: 18px
}

.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
    height: auto;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px
}

.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
    padding-top: 1px;
    padding-bottom: 0;
    color: #1890ff
}

.ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    overflow: hidden;
    zoom:1}

.ant-tabs:after,.ant-tabs:before {
    display: table;
    content: ""
}

.ant-tabs:after {
    clear: both
}

.ant-tabs-ink-bar {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 0;
    height: 2px;
    background-color: #1890ff;
    transform-origin: 0 0
}

.ant-tabs-bar {
    margin: 0 0 16px 0;
    border-bottom: 1px solid #e8e8e8;
    outline: none
}

.ant-tabs-bar,.ant-tabs-nav-container {
    transition: padding .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-nav-container {
    position: relative;
    box-sizing: border-box;
    margin-bottom: -1px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    zoom:1}

.ant-tabs-nav-container:after,.ant-tabs-nav-container:before {
    display: table;
    content: ""
}

.ant-tabs-nav-container:after {
    clear: both
}

.ant-tabs-nav-container-scrolling {
    padding-right: 32px;
    padding-left: 32px
}

.ant-tabs-bottom .ant-tabs-bottom-bar {
    margin-top: 16px;
    margin-bottom: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: none
}

.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
    top: 1px;
    bottom: auto
}

.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
    margin-top: -1px;
    margin-bottom: 0
}

.ant-tabs-tab-next,.ant-tabs-tab-prev {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 100%;
    color: rgba(0,0,0,.45);
    text-align: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    opacity: 0;
    transition: width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.ant-tabs-tab-next.ant-tabs-tab-arrow-show,.ant-tabs-tab-prev.ant-tabs-tab-arrow-show {
    width: 32px;
    height: 100%;
    opacity: 1;
    pointer-events: auto
}

.ant-tabs-tab-next:hover,.ant-tabs-tab-prev:hover {
    color: rgba(0,0,0,.65)
}

.ant-tabs-tab-next-icon,.ant-tabs-tab-prev-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    transform: translate(-50%,-50%)
}

.ant-tabs-tab-next-icon-target,.ant-tabs-tab-prev-icon-target {
    display: block;
    display: inline-block;
    font-size: 12px;
    font-size: 10px\9;
    transform: scale(.83333333) rotate(0deg)
}

:root .ant-tabs-tab-next-icon-target,:root .ant-tabs-tab-prev-icon-target {
    font-size: 12px
}

.ant-tabs-tab-btn-disabled {
    cursor: not-allowed
}

.ant-tabs-tab-btn-disabled,.ant-tabs-tab-btn-disabled:hover {
    color: rgba(0,0,0,.25)
}

.ant-tabs-tab-next {
    right: 2px
}

.ant-tabs-tab-prev {
    left: 0
}

:root .ant-tabs-tab-prev {
    filter: none
}

.ant-tabs-nav-wrap {
    margin-bottom: -1px;
    overflow: hidden
}

.ant-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap
}

.ant-tabs-nav {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
    list-style: none;
    transition: transform .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-nav:after,.ant-tabs-nav:before {
    display: table;
    content: " "
}

.ant-tabs-nav:after {
    clear: both
}

.ant-tabs-nav .ant-tabs-tab {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    margin: 0 32px 0 0;
    padding: 12px 16px;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-nav .ant-tabs-tab:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    transition: all .3s;
    content: "";
    pointer-events: none
}

.ant-tabs-nav .ant-tabs-tab:last-child {
    margin-right: 0
}

.ant-tabs-nav .ant-tabs-tab:hover {
    color: #40a9ff
}

.ant-tabs-nav .ant-tabs-tab:active {
    color: #096dd9
}

.ant-tabs-nav .ant-tabs-tab .anticon {
    margin-right: 8px
}

.ant-tabs-nav .ant-tabs-tab-active {
    color: #1890ff;
    text-shadow: 0 0 .25px currentColor
}

.ant-tabs-nav .ant-tabs-tab-disabled,.ant-tabs-nav .ant-tabs-tab-disabled:hover {
    color: rgba(0,0,0,.25);
    cursor: not-allowed
}

.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
    font-size: 16px
}

.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
    padding: 16px
}

.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
    font-size: 14px
}

.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
    padding: 8px 16px
}

.ant-tabs-content:before {
    display: block;
    overflow: hidden;
    content: ""
}

.ant-tabs .ant-tabs-bottom-content,.ant-tabs .ant-tabs-top-content {
    width: 100%
}

.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane {
    flex-shrink: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    transition: opacity .45s
}

.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive {
    height: 0;
    padding: 0!important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none
}

.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive input,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive input {
    visibility: hidden
}

.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated {
    display: flex;
    flex-direction: row;
    transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
    will-change: margin-left
}

.ant-tabs .ant-tabs-left-bar,.ant-tabs .ant-tabs-right-bar {
    height: 100%;
    border-bottom: 0
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
    width: 100%;
    height: 32px
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
    display: block;
    float: none;
    margin: 0 0 16px 0;
    padding: 8px 24px
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
    margin-bottom: 0
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
    text-align: center
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
    width: auto
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
    height: 100%
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
    margin-bottom: 0
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
    padding: 32px 0
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
    margin-bottom: 0
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
    width: 100%
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
    top: 0;
    bottom: auto;
    left: auto;
    width: 2px;
    height: 0
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 32px
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
    top: 0;
    width: 100%;
    height: 32px
}

.ant-tabs .ant-tabs-left-content,.ant-tabs .ant-tabs-right-content {
    width: auto;
    margin-top: 0!important;
    overflow: hidden
}

.ant-tabs .ant-tabs-left-bar {
    float: left;
    margin-right: -1px;
    margin-bottom: 0;
    border-right: 1px solid #e8e8e8
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
    text-align: right
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
    margin-right: -1px
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
    right: 1px
}

.ant-tabs .ant-tabs-left-content {
    padding-left: 24px;
    border-left: 1px solid #e8e8e8
}

.ant-tabs .ant-tabs-right-bar {
    float: right;
    margin-bottom: 0;
    margin-left: -1px;
    border-left: 1px solid #e8e8e8
}

.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
    margin-left: -1px
}

.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
    left: 1px
}

.ant-tabs .ant-tabs-right-content {
    padding-right: 24px;
    border-right: 1px solid #e8e8e8
}

.ant-tabs-bottom .ant-tabs-ink-bar-animated,.ant-tabs-top .ant-tabs-ink-bar-animated {
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-left .ant-tabs-ink-bar-animated,.ant-tabs-right .ant-tabs-ink-bar-animated {
    transition: transform .3s cubic-bezier(.645,.045,.355,1),height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-content-animated,.no-flex>.ant-tabs-content>.ant-tabs-content-animated {
    margin-left: 0!important;
    transform: none!important
}

.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive {
    height: 0;
    padding: 0!important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none
}

.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive input,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive input {
    visibility: hidden
}

.ant-tabs-left-content>.ant-tabs-content-animated,.ant-tabs-right-content>.ant-tabs-content-animated {
    margin-left: 0!important;
    transform: none!important
}

.ant-tabs-left-content>.ant-tabs-tabpane-inactive,.ant-tabs-right-content>.ant-tabs-tabpane-inactive {
    height: 0;
    padding: 0!important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none
}

.ant-tabs-left-content>.ant-tabs-tabpane-inactive input,.ant-tabs-right-content>.ant-tabs-tabpane-inactive input {
    visibility: hidden
}

.customall-product-media ul.slider-thumbnails {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center
}

.customall-product-media ul.slider-thumbnails li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    border: 2px solid #e5e5ea;
    border-radius: 4px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer
}

.customall-product-media ul.slider-thumbnails li.active,.customall-product-media ul.slider-thumbnails li.slick-active {
    border: 2px solid #222
}

.customall-product-media ul.slider-thumbnails li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.customall-product-media .slick-dots {
    height: auto;
    position: relative
}

.customall-product-media .slick-dots li {
    margin: 0 3px
}

.customall-product-media .slick-dots.slick-dots-bottom {
    margin-top: 8px;
    bottom: 0
}

.customall-product-media .ant-carousel .slick-slide img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%
}

.customall-product-media .ant-carousel .slick-thumb li {
    width: 60px;
    height: 60px;
    margin-bottom: 6px
}

.customall-product-media .ant-carousel .slick-thumb li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.customall-product-media .ant-carousel .slick-slide .product-mockup {
    display: block!important
}

.customall-product-media .embla {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.customall-product-media .embla__viewport {
    overflow: hidden;
    width: 100%;
    position: relative
}

.customall-product-media .embla__viewport.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.customall-product-media .embla__viewport.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.customall-product-media .embla__container {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin-left: -10px
}

.customall-product-media .embla__slide {
    padding-left: 10px;
    min-width: 100%;
    position: relative;
    border-radius: 4px
}

.customall-product-media .embla__slide img {
    border-radius: 4px;
    max-width: 100%;
    width: auto;
    max-height: 80vh;
    margin: auto;
    display: block
}

.customall-product-media .embla__slide__inner {
    position: relative;
    overflow: hidden
}

.customall-product-media .embla__slide__img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%,-50%);
    border-radius: 4px
}

.customall-product-media .embla--thumb {
    padding-top: 0;
    margin-top: 10px;
    border-radius: 4px
}

.customall-product-media .embla__container--thumb {
    cursor: default;
    margin-left: -8px
}

.customall-product-media .embla__slide--thumb {
    padding-left: 0;
    margin-left: 8px;
    min-width: 66px;
    border: 1px solid #e5e5ea;
    border-radius: 4px
}

.customall-product-media .embla__slide--thumb.is-selected {
    border: 1px solid #222
}

.customall-product-media .embla__slide__inner--thumb {
    touch-action: manipulation;
    cursor: pointer;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 64px;
    width: 64px;
    background-color: transparent;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px
}

.customall-product-media .embla__slide__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000%;
    right: -10000%;
    margin: auto;
    max-width: 100%;
    border-radius: 4px
}

.customall-product-media .embla__button {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 48px;
    height: 48px;
    background-color: hsla(0,0%,100%,.5);
    border-radius: 100px;
    transform: translateY(-50%);
    transition: all .2s;
    border: none
}

.customall-product-media .embla__button svg {
    vertical-align: middle
}

.customall-product-media .embla__button.embla__button--prev {
    left: 6px
}

.customall-product-media .embla__button.embla__button--prev:before {
    content: ""
}

.customall-product-media .embla__button.embla__button--next {
    right: 6px
}

.customall-product-media .embla__button.embla__button--next:before {
    content: ""
}

.customall-product-media .embla__button:focus,.customall-product-media .embla__button:hover {
    background-color: #fff
}

.customall-product-media .embla__button[disabled] {
    display: none!important
}

.customall-product-media .embla__dots {
    display: flex;
    padding: 16px 0 8px;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.customall-product-media .embla__dots .embla__dot {
    background-color: transparent;
    touch-action: manipulation;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    padding: 0
}

.customall-product-media .embla__dots .embla__dot.embla__dot--selected {
    background: #f13c20
}

@media screen and (max-width: 767px) {
    .customall-product-media .embla--thumb {
        margin-top:8px
    }

    .customall-product-media .embla__slide--thumb {
        min-width: 72px
    }

    .customall-product-media .embla__slide__inner--thumb {
        height: 70px;
        width: 70px
    }
}

.customall-product-image {
    display: flex;
    justify-content: center
}

.customall-product-image .konvajs-content {
    width: 100%!important;
    height: auto!important
}

.customall-product-image .konvajs-content canvas {
    width: 100%!important;
    height: auto!important;
    border-radius: 4px
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.ant-affix {
    background-color: #fff;
    z-index: 99
}

@media only screen and (min-width: 750px) {
    .no-transform {
        transform:none!important
    }
}

.mk-loading {
    transition: all .2s ease-in-out;
    position: absolute;
    background: rgba(0,0,0,.01);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fc4545;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:first-child {
    left: 8px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px
}

.lds-ellipsis div:nth-child(2),.lds-ellipsis div:nth-child(3) {
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

.personalized-form .ant-form-item {
    margin-bottom: 20px
}

.personalized-form .ant-form-item label {
    margin-bottom: 5px
}

.personalized-form .ant-form-item label.ant-form-item-required:after {
    display: inline-block;
    content: " *";
    margin-left: 3px;
    color: #ff7875
}

.personalized-form .ant-form-item .ant-form-extra {
    color: #999;
    font-size: 90%;
    white-space: pre-wrap
}

.personalized-form .ant-form-item.ctm-image-upload .ant-form-extra {
    margin-top: 8px
}

.personalized-form .ant-form-item .ant-form-item-children {
    display: block;
    position: relative
}

.personalized-form .ant-form-item .ant-form-item-children .input-maxlength {
    padding-right: 58px
}

.personalized-form .ant-form-item .ant-form-item-children .input-count {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
    font-size: 80%;
    z-index: 0
}

.personalized-form .ant-form-item .ant-form-item-children .input-count.input-count-textarea {
    top: 18px
}

.personalized-form .ant-form-item input,.personalized-form .ant-form-item select,.personalized-form .ant-form-item textarea {
    width: 100%;
    max-width: 100%
}

.personalized-form .ant-form-item textarea {
    font-size: 1em;
    color: #222;
    margin-bottom: 5px
}

.personalized-form .ant-form-item select [value=""],.personalized-form .ant-form-item select option:disabled {
    color: #a8a8a8
}

.personalized-form .ant-form-item .ctm-input-color {
    height: 60px;
    width: 60px;
    padding: 4px;
    cursor: pointer
}

.personalized-form .ant-form-item-children .buttons-group {
    margin-bottom: 16px
}

.personalized-form .buttons-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.personalized-form .buttons-group button {
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 3px
}

.personalized-form .buttons-group button.active {
    border: 1px solid var(--pb-primary-color,#5c6ac4);
    background-color: var(--pb-primary-color,#5c6ac4);
    color: #fff
}

.gift-box {
    padding: 16px 20px;
    border-radius: 4px;
    border: #e5e5ea;
    background: #f6f6f6;
    margin-bottom: 16px
}

.gift-box .gift-box-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.gift-box .gift-box__container {
    display: flex;
    gap: 16px
}

.gift-box .gift-box__container .gift-box-img {
    width: 150px;
    height: 150px;
    min-width: 150px;
    border: 1px solid #d1d1d6;
    border-radius: 4px;
    position: relative;
    cursor: pointer
}

.gift-box .gift-box__container .gift-box-img .gift-box-icon-container {
    position: absolute;
    background-color: #fff;
    width: 32px;
    height: 32px;
    bottom: 4px;
    right: 4px;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgba(13,12,34,.17)
}

.gift-box .gift-box__container .gift-box-img img {
    max-width: 100%;
    border-radius: 4px
}

.gift-box .gift-box__container .gift-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gift-box .gift-box__container .gift-box-content .gift-box-content-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 271px;
    color: #222;
    margin-bottom: 16px
}

.gift-box .gift-box__container .gift-box-content .sale-price {
    font-weight: 700;
    color: #f13c20
}

.gift-box .gift-box__container .gift-box-content .compare-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: line-through
}

.gift-box .gift-box__container .ant-checkbox-wrapper {
    margin-bottom: -2px!important
}

.gift-box .gift-box__container .ant-checkbox-wrapper .custom-label {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-weight: 400!important;
    color: #222
}

.gift-box .gift-box__container .ant-checkbox-inner {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.gift-box .gift-box__container .ant-checkbox-inner:after {
    width: 8.714286px;
    height: 14.142857px
}

.gift-box .gift-box__container .ant-checkbox-checked:after {
    border: 1px solid #6ab73d;
    border-radius: 4px
}

.gift-box .gift-box__container .ant-checkbox-input:focus+.ant-checkbox-inner,.gift-box .gift-box__container .ant-checkbox-wrapper:hover .ant-checkbox-inner,.gift-box .gift-box__container .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #6ab73d
}

.gift-box .gift-box__container .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #6ab73d;
    border-color: #6ab73d
}

.gift-box .gift-box__container .ant-checkbox+span {
    padding: 0 8px
}

.ant-tabs-nav .ant-tabs-tab-active {
    color: var(--pb-primary-color,#5c6ac4)
}

.ant-tabs-ink-bar {
    background-color: var(--pb-primary-color,#5c6ac4)
}

.template-select.ant-form-item {
    margin-bottom: 20px
}

.template-select.ant-form-item label {
    margin-bottom: 5px
}

.template-select.ant-form-item .ant-form-extra {
    color: #999;
    font-size: 90%
}

.add-to-cart-group {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 15px;
    margin-bottom: 15px
}

.add-to-cart-group .cart-qty {
    position: relative
}

.add-to-cart-group .cart-qty label {
    position: absolute;
    font-size: 12px;
    color: #999;
    left: .75rem;
    top: 2px
}

.add-to-cart-group .cart-qty input,.add-to-cart-group .cart-qty select {
    width: 100%;
    padding-top: 15px
}

.add-to-cart-group button {
    margin-bottom: 0!important
}

.vue-sticky-element--stuck {
    z-index: 999
}

.ant-carousel .slick-arrow {
    display: inline-block;
    z-index: 1;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: hsla(0,0%,100%,.5);
    border-radius: 100px;
    transform: translateY(-100%);
    transition: all .2s
}

.ant-carousel .slick-arrow svg {
    vertical-align: middle
}

.ant-carousel .slick-arrow.slick-prev {
    left: 6px
}

.ant-carousel .slick-arrow.slick-prev:before {
    content: ""
}

.ant-carousel .slick-arrow.slick-next {
    right: 6px
}

.ant-carousel .slick-arrow.slick-next:before {
    content: ""
}

.ant-carousel .slick-arrow:focus,.ant-carousel .slick-arrow:hover {
    background-color: #fff
}

.ant-carousel .slick-arrow.slick-disabled {
    display: none!important
}

.product-images-wrapper {
    position: relative
}

.product-images-wrapper .ant-carousel {
    z-index: 1
}

.product-images-wrapper .carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    grid-template-columns: 100px 100px;
    justify-content: space-between;
    padding: 0;
    z-index: 2
}

.product-images-wrapper .carousel-controls div {
    height: 100%;
    position: relative
}

.product-images-wrapper .carousel-controls div:before {
    position: absolute;
    content: "";
    border: solid #999;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 50%
}

.product-images-wrapper .carousel-controls .prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px
}

.product-images-wrapper .carousel-controls .next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 10px
}

.ant-form-item-control.has-error .ant-select-selection,.ant-form-item-control.has-error input,.ant-form-item-control.has-error select,.ant-form-item-control.has-error textarea {
    border-color: #ff7875
}

.ant-form-item-control.has-error .ant-form-explain {
    color: #ff7875
}

.vm--container {
    z-index: 1999!important
}

.vm--container .vm--overlay {
    background: rgba(0,0,0,.5)
}

.preview-product-cross-sell-modal .preview-wrapper {
    color: #222
}

.preview-product-cross-sell-modal .preview-wrapper .preview-header {
    padding: 16px 14px 12px 24px;
    border-bottom: 1px solid #d1d1d6
}

.preview-product-cross-sell-modal .preview-wrapper .preview-header h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #222
}

.preview-product-cross-sell-modal .preview-wrapper .preview-header .close:before {
    width: 18px;
    height: 2px;
    background-color: #8e8e93
}

.preview-product-cross-sell-modal .preview-wrapper .preview-header .close:after {
    width: 2px;
    height: 18px;
    background-color: #8e8e93
}

@media screen and (max-width: 480px) {
    .preview-product-cross-sell-modal .preview-wrapper .preview-header {
        padding:12px 14px
    }
}

.gift-box-body {
    padding: 16px 24px 24px 24px
}

.gift-box-body .box-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px
}

.gift-box-body .box-price {
    position: absolute;
    top: 0;
    right: 16px;
    background: #c62121;
    padding: 7px 15px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    z-index: 2
}

.gift-box-body .box-price .compare-price {
    color: #ff9696;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    text-decoration: line-through
}

.gift-box-body .product-image-preview {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #d1d1d6
}

.gift-box-body .product-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gift-box-body .product-slide-image .embla__button {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(13,12,34,.17);
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 8px
}

.gift-box-body .product-slide-image .embla__button.embla__button--prev {
    left: 16px
}

.gift-box-body .product-slide-image .embla__button.embla__button--next {
    right: 16px
}

.gift-box-body .product-slide-image .embla__dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 12px;
    z-index: 3
}

.gift-box-body .product-slide-image .embla__dots .embla__dot {
    width: 10px;
    height: 10px;
    min-height: 10px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    margin: 0 4px;
    background: #d9d9d9
}

.gift-box-body .product-slide-image .embla__dots .embla__dot.embla__dot--selected {
    background: #f13c20
}

.gift-box-body img {
    border-radius: 4px;
    max-width: 100%;
    outline: none
}

@media screen and (max-width: 480px) {
    .gift-box-body {
        padding:12px 14px 24px
    }
}

.preview-wrapper {
    position: relative
}

.preview-wrapper .preview-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    align-items: center;
    padding: 5px 5px 5px 15px
}

.preview-wrapper .preview-header h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 30px
}

.preview-wrapper .preview-header .close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ff7875;
    position: relative;
    transform: rotate(45deg)
}

.preview-wrapper .preview-header .close:before {
    width: 20px;
    height: 3px
}

.preview-wrapper .preview-header .close:after,.preview-wrapper .preview-header .close:before {
    position: absolute;
    content: "";
    background-color: #ff7875;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.preview-wrapper .preview-header .close:after {
    width: 3px;
    height: 20px
}

.price__pricing-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    font-size: 1.5em
}

.price__pricing-group .price__sale {
    display: block;
    color: var(--pb-add-to-cart-color,#e32619)
}

.price__pricing-group .price__regular {
    text-decoration: line-through
}

.price__pricing-group .price__saving {
    display: none;
    background: #70bf54;
    border-radius: 100px;
    height: 24px;
    padding: 3px 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

#customall-product-section:after {
    content: "";
    display: block;
    clear: both
}

.pb-color-swatchs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.pb-color-swatchs div.item {
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
    border: 3px solid transparent
}

.pb-color-swatchs div.item.active {
    border: 3px solid var(--pb-primary-color,#5c6ac4)
}

.pb-color-swatchs div.item.disabled {
    opacity: .65;
    pointer-events: none
}

.product-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px
}

.product-attributes>div {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .product-attributes>div {
        flex:0 0 100%
    }
}

.product-attributes>div.pb_selectable {
    flex: 0 0 100%
}

.product-attributes>div input,.product-attributes>div select,.product-attributes>div textarea {
    width: 100%
}

.product-attributes .product-form__item {
    padding: 0
}

.pb-tooltip {
    position: relative
}

.pb-tooltip.tooltip-disabled {
    cursor: not-allowed
}

.pb-tooltip:hover .pb-tooltip-title {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 6px)
}

.pb-tooltip .pb-tooltip-title {
    bottom: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #404040;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    min-width: 50px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 150px;
    overflow-wrap: break-word;
    overflow: ellipsis;
    z-index: 1
}

.pb-tooltip .pb-tooltip-title:hover {
    transition: all 0 ease;
    visibility: hidden
}

.pb-tooltip .pb-tooltip-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #404040;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.pb-offers .pb-offer-item {
    position: relative
}

.pb-offers .pb-offer-item .pb-offer-item-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0
}

.pb-offers .pb-offer-item .pb-offer-item-inner .qty-off {
    display: inline-flex;
    flex: 0 0 100px;
    background-color: var(--pb-offer-color,#ee4d2d);
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px
}

.pb-offers .pb-offer-item .pb-offer-item-inner .offer-detail {
    flex: 1 1 auto
}

.pb-offers .pb-offer-item .pb-offer-item-inner .offer-action {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center
}

.pb-offers .pb-offer-item .pb-offer-item-inner .offer-action .btn-apply-offer {
    border: 1px solid var(--pb-offer-color,#ee4d2d);
    margin-right: 10px
}

.pb-offers .pb-offer-item .pb-offer-item-progress {
    height: 100%;
    z-index: -1
}

.pb-offers .pb-offer-item .pb-offer-item-progress:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.ant-tabs .ant-tabs-left-content {
    padding-left: 15px;
    padding-right: 15px
}

.btn-edit-personalized {
    border: 1px solid #999;
    font-size: 12px
}

.modal-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,.5)
}

.sp-search-wrapper {
    position: relative;
    margin-bottom: 5px
}

.sp-search-wrapper .search-input-wrapper {
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 48px
}

.sp-search-wrapper .search-input-wrapper:focus-visible {
    outline: none
}

.sp-search-wrapper .search-input-wrapper.enable-search input {
    padding-right: 48px;
    border-radius: 4px;
    border-right: 1px solid #e5e5ea;
    width: calc(100% - 56px)
}

.sp-search-wrapper .search-input-wrapper.enable-search .clear-btn {
    right: 58px
}

.sp-search-wrapper .search-input-wrapper.enable-search .search-btn {
    top: 0;
    right: 0;
    background-color: #222;
    color: #fff;
    border-color: #222;
    border-radius: 4px;
    margin-left: 8px;
    height: 48px
}

.sp-search-wrapper .search-input-wrapper input {
    height: 48px;
    line-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    margin-bottom: 0;
    border: 1px solid #e5e5ea;
    border-right: 0;
    transition: none
}

.sp-search-wrapper .search-input-wrapper button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: #fff;
    color: #8e8e93;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    min-height: unset;
    min-width: 48px;
    padding: 0;
    transition: none
}

.sp-search-wrapper .search-input-wrapper .clear-btn {
    width: 48px;
    height: 44px;
    border-radius: 4px;
    position: absolute;
    right: 48px;
    top: 2px
}

.sp-search-wrapper .search-input-wrapper .search-btn {
    border-radius: 4px;
    width: 48px;
    position: absolute;
    right: 1px;
    top: 1px
}

.sp-search-wrapper .search-input-wrapper .search-btn[disabled] {
    cursor: not-allowed;
    color: #d5d5d5
}

.sp-search-list {
    position: absolute;
    width: 100%;
    background: #f2f2f7;
    z-index: 2;
    top: 58px;
    min-height: 80px;
    border-radius: 4px;
    padding: 24px 4px
}

.sp-search-list ::-webkit-scrollbar {
    width: 8px
}

.sp-search-list ::-webkit-scrollbar-track {
    background: #f2f2f7
}

.sp-search-list ::-webkit-scrollbar-thumb {
    background: #d1d1d6;
    border-radius: 100px
}

.sp-search-list ::-webkit-scrollbar-thumb:hover {
    background: #888
}

.sp-search-list .search-not-found {
    text-align: center;
    padding: 0 10px
}

.sp-search-list .search-not-found p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #565959;
    margin-bottom: 0
}

.sp-search-list .search-not-found .description {
    font-size: 14px;
    line-height: 20px;
    color: #aeaeb2
}

.sp-search-list .search-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.1);
    z-index: 1;
    margin-bottom: 0
}

.sp-search-list .sp-search-list-item {
    margin: 0 20px;
    background: #fff;
    border: 1px solid #e5e5ea;
    border-radius: 4px;
    cursor: pointer
}

.sp-search-list .sp-search-list-item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 480px) {
    .sp-search-list {
        padding:14px 0
    }
}

.sp-search-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 60px;
    border-radius: 4px
}

.sp-search-list-item .sp-search-list-item-image {
    width: 60px;
    height: 60px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    flex: 0 0 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.sp-search-list-item .sp-search-list-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sp-search-list-item .sp-search-list-item-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 28%
}

.sp-search-list-item .sp-search-list-item-info .sp-search-list-item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0
}

.sp-search-list-item .sp-search-list-item-info .sp-search-list-item-artist {
    font-size: 13px;
    line-height: 16px;
    color: #8e8e93;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0
}

.sp-search-list-item .apply-btn {
    width: 65px;
    height: 32px;
    background: #f1641e;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border: 0;
    margin-right: 14px
}

.sp-search-list-item.selected-item {
    margin-top: 16px;
    background: #f2f2f7
}

.sp-search-list-item.selected-item button.clear-track {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    margin-right: 16px
}

@media screen and (max-width: 480px) {
    .sp-search-list-item.selected-item button.clear-track {
        margin-right:8px
    }
}

.calendar-field {
    cursor: pointer
}

.calendar-field .calendar-input-wrapper {
    position: relative
}

.calendar-field .calendar-input-wrapper input.form-control {
    height: 48px;
    border: 1px solid #d1d1d6;
    border-radius: 4px;
    box-shadow: none;
    font-size: 16px;
    color: #222;
    background-color: #fff;
    cursor: pointer
}

.calendar-field .calendar-input-wrapper input.form-control:focus {
    border-color: #222;
    outline: 1px auto #222
}

.calendar-field .calendar-input-wrapper .calendar-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer
}

.calendar-field .vdpPeriodControl button:after {
    margin-left: 4px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=)
}

@media screen and (min-width: 768px) {
    .product-images-wrapper.thumbnail-left {
        display:flex;
        gap: 16px
    }

    .product-images-wrapper.thumbnail-left .main-carousel {
        order: 2;
        width: calc(100% - 76px)
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel {
        order: 1;
        margin: 0;
        border-radius: 10px;
        width: 60px
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__container {
        display: block;
        height: 100%;
        margin: 0
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide--thumb {
        border-radius: 10px;
        margin: 0 0 8px 0;
        min-width: 56px;
        border: 2px solid transparent
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide--thumb.is-selected {
        border: 2px solid #222
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide__inner--thumb {
        width: 56px;
        height: 56px;
        border-radius: 8px
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide__inner--thumb img {
        border-radius: 8px
    }
}

@media screen and (min-width: 1024px) {
    .product-images-wrapper.thumbnail-left .main-carousel {
        width:calc(100% - 96px)
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel {
        width: 80px
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide--thumb {
        min-width: 76px
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide__inner--thumb {
        width: 76px;
        height: 76px
    }
}

@media screen and (min-width: 1366px) {
    .product-images-wrapper.thumbnail-left {
        display:flex;
        gap: 24px
    }

    .product-images-wrapper.thumbnail-left .main-carousel {
        width: calc(100% - 124px)
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel {
        width: 110px
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide--thumb {
        min-width: 106px
    }

    .product-images-wrapper.thumbnail-left .thumb-carousel .embla__slide__inner--thumb {
        width: 106px;
        height: 106px
    }
}

.cross-sell-wrapper .cross-sell-header {
    padding: 16px 24px 12px;
    border-bottom: 1px solid #d1d1d6;
    display: flex;
    justify-content: space-between
}

.cross-sell-wrapper .cross-sell-header h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    margin-bottom: 0
}

.cross-sell-wrapper .cross-sell-header .close {
    cursor: pointer;
    width: 30px;
    margin-right: -8px;
    text-align: center;
    line-height: 30px;
    color: #8e8e93;
    position: relative;
    transform: rotate(45deg)
}

.cross-sell-wrapper .cross-sell-header .close:after,.cross-sell-wrapper .cross-sell-header .close:before {
    background-color: #8e8e93;
    border-radius: 1px;
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.cross-sell-wrapper .cross-sell-header .close:before {
    height: 2px;
    width: 18px
}

.cross-sell-wrapper .cross-sell-header .close:after {
    width: 2px;
    height: 18px
}

.cross-sell-wrapper .cross-sell-body {
    padding: 16px 24px 24px
}

.cross-sell-wrapper .cross-sell-body .cross-sell-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #f1641e;
    margin-bottom: 12px
}

.cross-sell-wrapper .cross-sell-body .cross-sell-subtitle {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 16px
}

.cross-sell-wrapper .cross-sell-body .cross-sell-subtitle .sale-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #f1641e
}

.cross-sell-wrapper .cross-sell-body .cross-sell-subtitle .compare-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    color: #8e8e93
}

.cross-sell-wrapper .cross-sell-body .cross-sell-image {
    position: relative;
    padding-bottom: 100%
}

.cross-sell-wrapper .cross-sell-body .cross-sell-image .sale-tag {
    background: #ff9500;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-top-right-radius: 4px
}

.cross-sell-wrapper .cross-sell-body .cross-sell-image img {
    width: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0
}

.cross-sell-wrapper .cross-sell-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px
}

.cross-sell-wrapper .cross-sell-actions button.btn {
    border-radius: 4px;
    height: 44px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px
}

.cross-sell-wrapper .cross-sell-actions button.btn.btn-default {
    background: #fff;
    border: 1px solid #e5e5ea;
    color: #222
}

.cross-sell-wrapper .cross-sell-actions button.btn.btn-add-to-cart {
    width: unset;
    min-width: 153px;
    background: #6ab73d;
    color: #fff
}

.cross-sell-wrapper .cross-sell-actions button.btn.btn-add-to-cart svg {
    display: none
}

@media screen and (max-width: 480px) {
    .cross-sell-wrapper .cross-sell-header {
        padding:12px 14px
    }

    .cross-sell-wrapper .cross-sell-header h3 {
        font-size: 18px
    }

    .cross-sell-wrapper .cross-sell-body {
        padding: 0 14px 20px
    }

    .cross-sell-wrapper .cross-sell-body .cross-sell-image .variant-info {
        padding: 10px 11px
    }

    .cross-sell-wrapper .cross-sell-body .cross-sell-image .variant-info p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0
    }

    .cross-sell-wrapper .cross-sell-body .cross-sell-image .variant-info .price .sale-price {
        font-size: 14px;
        line-height: 20px
    }

    .cross-sell-wrapper .cross-sell-body .cross-sell-image .variant-info .price .compare-price {
        font-size: 12px;
        line-height: 16px
    }

    .cross-sell-wrapper .cross-sell-actions {
        gap: 10px;
        margin-top: 14px
    }

    .cross-sell-wrapper .cross-sell-actions button.btn {
        width: 100%!important
    }

    .cross-sell-wrapper .cross-sell-actions button.btn.btn-default {
        order: 2
    }
}

.ctm-upsize-modal .cross-sell-header h3 {
    display: flex;
    gap: 10px;
    align-items: center
}

.ctm-upsize-modal .cross-sell-header h3 span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.ctm-upsize-modal .upsize-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 4px
}

.ctm-upsize-modal .upsize-price {
    color: #f1641e
}

.ctm-upsize-modal .upsize-subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 32px
}

.ctm-upsize-modal .upsize-images {
    display: flex;
    gap: 24px;
    justify-content: center;
    gap: 10px;
    height: 236px;
    max-width: 303px;
    margin: 0 auto
}

.ctm-upsize-modal .upsize-images .current-image,.ctm-upsize-modal .upsize-images .next-image {
    position: relative
}

.ctm-upsize-modal .upsize-images .current-image img,.ctm-upsize-modal .upsize-images .next-image img {
    max-width: 100%;
    border-radius: 4px
}

.ctm-upsize-modal .upsize-images .current-image .size,.ctm-upsize-modal .upsize-images .next-image .size {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%)
}

.ctm-upsize-modal .upsize-images .current-image {
    width: 45%;
    padding-top: 6px
}

.ctm-upsize-modal .upsize-images .next-image {
    width: 55%
}

.ctm-upsize-modal .upsize-images .next-image .size {
    font-size: 16px;
    transform: translate(-50%,30%)
}

.ctm-upsize-modal.cross-sell-wrapper .cross-sell-actions {
    margin-top: 32px
}

@media screen and (max-width: 480px) {
    .ctm-upsize-modal .cross-sell-body {
        padding-top:16px
    }
}

.sptf-field-wrapper .ant-form-item-label label {
    display: inline-block
}

.sptf-field-wrapper .ant-form-item-label .how-to-use-trigger {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #6662ff;
    cursor: pointer
}

.sptf-field-wrapper .modal-wrapper {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
    letter-spacing: 0
}

.sptf-field-wrapper .modal-wrapper p {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0
}

.sptf-field-wrapper .modal-wrapper h1,.sptf-field-wrapper .modal-wrapper h2,.sptf-field-wrapper .modal-wrapper h3,.sptf-field-wrapper .modal-wrapper h4,.sptf-field-wrapper .modal-wrapper h5 {
    letter-spacing: 0!important
}

.sptf-field-wrapper .modal-wrapper .modal-header {
    padding: 16px 20px;
    border-bottom: 0
}

.sptf-field-wrapper .modal-wrapper .modal-header h3 {
    margin: 16px auto 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.sptf-field-wrapper .modal-wrapper .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.sptf-field-wrapper .modal-wrapper .modal-body {
    text-align: center;
    padding: 0 20px
}

.sptf-field-wrapper .modal-wrapper .modal-body .modal-title {
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d6
}

.sptf-field-wrapper .modal-wrapper .modal-body .modal-title a {
    color: #222;
    font-weight: 700;
    text-decoration: none
}

.sptf-field-wrapper .modal-wrapper .modal-body .step-guide-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d6
}

.sptf-field-wrapper .modal-wrapper .modal-body .step-guide-item h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 0
}

.sptf-field-wrapper .modal-wrapper .modal-body .step-guide-item svg {
    margin-bottom: 14px
}

.sptf-field-wrapper .modal-wrapper .modal-body .guide-note {
    border-radius: 4px;
    border: 1px solid #fbd1a5;
    background: #fcf5ee;
    padding: 12px;
    margin-bottom: 20px
}

@media screen and (max-width: 480px) {
    .sptf-field-wrapper .modal-wrapper .modal-header {
        padding:16px
    }

    .sptf-field-wrapper .modal-wrapper .modal-body {
        padding: 0 16px
    }

    .sptf-field-wrapper .modal-wrapper .modal-body .modal-title,.sptf-field-wrapper .modal-wrapper .modal-body .step-guide-item {
        margin-bottom: 16px;
        padding-bottom: 16px
    }

    .sptf-field-wrapper .modal-wrapper .modal-body .guide-note {
        margin-bottom: 24px
    }
}

.nested-modal-wrapper.vm--container {
    z-index: 2999!important
}

.confirm-modal .modal-header {
    padding-top: 32px
}

.confirm-modal .modal-header h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0
}

.confirm-modal .modal-body {
    text-align: center;
    padding: 0 24px 48px
}

.confirm-modal .modal-body .modal-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 423px;
    margin: 0 auto 24px
}

.confirm-modal .modal-actions {
    display: flex;
    justify-content: center;
    gap: 16px
}

.confirm-modal .modal-actions button.btn {
    max-width: 165px;
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: 400
}

.confirm-modal .modal-actions button.btn.btn-default {
    border: 1px solid #aeaeb2
}

.confirm-modal .modal-actions button.btn.btn-primary {
    font-weight: 700;
    border: 1px solid #4bb232;
    background: #4bb232
}

.btn.btn-personalize-now {
    width: 100%;
    background: #6ab73d;
    border: 1px solid #6ab73d;
    font-weight: 700;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 6px;
    color: #fff
}

.btn.btn-personalize-now:focus,.btn.btn-personalize-now:hover {
    background: #6ab73d;
    border: 1px solid #6ab73d
}

.vue-affix.affix {
    position: sticky
}

#artwork-preview {
    position: sticky;
    top: 0
}

.live-preview-wrapper .live-preview-container {
    height: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all .5s;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 2
}

.live-preview-wrapper .live-preview-container>div {
    height: 100%
}

.live-preview-wrapper .live-preview-container>div .customall-product-image {
    height: 100%!important;
    padding-bottom: 0!important
}

.live-preview-wrapper .live-preview-container>div .customall-product-image canvas {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%!important
}

.live-preview-wrapper .live-preview-container .close-btn {
    position: absolute;
    top: 10px;
    right: 8px;
    padding: 12px;
    border: none;
    min-height: unset;
    background: transparent
}

.live-preview-wrapper .live-preview-container .live-preview-noti {
    height: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 8px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
    box-shadow: 0 3px 10px rgba(13,12,34,.17)
}

.live-preview-wrapper .live-preview-container.show {
    transform: translateY(0);
    opacity: 1
}

.live-preview-wrapper .live-preview-coach {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,.8);
    z-index: 1;
    padding-top: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff
}

.live-preview-wrapper .live-preview-coach svg {
    margin: 16px 0 21px
}

.live-preview-wrapper .live-preview-coach p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 326px;
    text-align: center
}

.live-preview-wrapper .live-preview-coach .skip-live-preview {
    font-weight: 700;
    text-decoration: underline
}

.live-preview-wrapper .live-preview-trigger-btn {
    height: 48px;
    position: fixed;
    bottom: 10px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 12px;
    text-transform: none;
    border-radius: 4px;
    background: #6662ff;
    box-shadow: 0 3px 10px 0 rgba(13,12,34,.17);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all .5s;
    transform: translateY(120%);
    opacity: 0
}

.live-preview-wrapper .live-preview-trigger-btn.show {
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 375px) {
    .live-preview-wrapper .live-preview-container {
        height:200px
    }

    .live-preview-wrapper .live-preview-coach {
        padding-top: 200px
    }
}

.form-image-dropdown-select {
    width: 100%
}

.form-image-dropdown-select .ant-select-selection:active,.form-image-dropdown-select .ant-select-selection:focus,.form-image-dropdown-select.ant-select-focused .ant-select-selection {
    border-color: #222
}

.form-image-dropdown-select .ant-select-selection {
    border-radius: 6px;
    border: 1px solid #d1d1d6;
    height: 48px;
    box-shadow: none
}

.form-image-dropdown-select .ant-select-arrow {
    margin-top: -8px
}

.form-image-dropdown-select .ant-select-selection__rendered {
    margin-left: 16px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #222
}

.form-image-dropdown-select .ant-select-selection__rendered .ant-select-selection-selected-value img {
    display: none
}

.form-image-dropdown-select .ant-select-selection__rendered .ant-select-search input {
    border: 0!important;
    box-shadow: none!important;
    padding-left: 0!important
}

.form-image-dropdown.ant-select-dropdown {
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #d1d1d6;
    box-shadow: 0 2px 6px 0 rgba(13,12,34,.1)
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu {
    max-height: 294px;
    padding: 10px 0;
    margin: 0
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item {
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 16px
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #fcf5ee!important
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #fff
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected {
    background-color: #f3834a!important;
    color: #fff
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover {
    background-color: #f3834a!important
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item .image-wrapper {
    border-radius: 4px;
    border: 1px solid #e5e5ea;
    box-shadow: 0 2px 6px 0 rgba(13,12,34,.1);
    padding: 4px;
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-image-dropdown.ant-select-dropdown .ant-select-dropdown-menu-item .image-wrapper img {
    max-width: 100%;
    height: auto
}

.form-image-dropdown.ant-select-dropdown.ant-select-dropdown--empty .not-found-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 164px;
    width: 100%
}

.form-image-dropdown.ant-select-dropdown.ant-select-dropdown--empty .not-found-wrapper svg {
    vertical-align: middle;
    margin-bottom: 12px
}

.form-image-dropdown.ant-select-dropdown.ant-select-dropdown--empty .not-found-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    color: #aeaeb2;
    max-width: 370px;
    white-space: normal;
    text-align: center
}

.puzzle-dropdown-select {
    width: 100%
}

.puzzle-dropdown-select .ant-select-selection:active,.puzzle-dropdown-select .ant-select-selection:focus,.puzzle-dropdown-select.ant-select-focused .ant-select-selection {
    border-color: #222
}

.puzzle-dropdown-select .ant-select-selection {
    padding: 6px 4px 0;
    border-radius: 6px;
    border: 1px solid #d1d1d6;
    box-shadow: none
}

.puzzle-dropdown-select .ant-select-selection__rendered {
    font-size: 16px;
    color: #222
}

.puzzle-dropdown-select .ant-select-selection__rendered .ant-select-search input {
    border: 0!important;
    box-shadow: none!important;
    padding-left: 0!important;
    height: 24px;
    width: 100%
}

.puzzle-dropdown-select .ant-select-selection--multiple .ant-select-selection__placeholder {
    margin-left: 0
}

.puzzle-dropdown-select .ant-select-selection--multiple .ant-select-selection__rendered {
    margin-bottom: 0
}

.puzzle-dropdown-select .ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.puzzle-dropdown-select .ant-select-selection--multiple>ul>li {
    margin-bottom: 6px
}

.puzzleErrorMsg {
    color: #ff7875;
    margin: 5px 0 0
}

.puzzle-dropdown {
    display: none!important
}

.extra-fee-icon {
    position: absolute;
    left: 4px;
    top: 4px;
    padding: 2px;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(13,12,34,.1)
}

.extra-fee-title {
    margin-left: 10px;
    color: #6662ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.total-extra-fee-noti {
    border-radius: 4px;
    border: 1px solid #d1d1d6;
    background: #f2f2f7;
    padding: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.total-extra-fee-noti b {
    color: #f13c20
}

.ctm-product-trustbadge {
    margin: 16px 0
}

.ctm-product-trustbadge img {
    width: 100%
}

.countdown-timer-wrapper {
    white-space: nowrap
}

.countdown-timer-wrapper .countdown-timer {
    background: #222;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 30px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin: 0 4px
}

.cropper-modal-wrapper.vm--container {
    z-index: 999999999!important
}

.cropper-modal-wrapper .cropper-modal-header {
    position: relative;
    padding: 16px;
    text-align: center
}

.cropper-modal-wrapper .cropper-modal-header p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

.cropper-modal-wrapper .cropper-modal-header .close-icon {
    position: absolute;
    top: 16px;
    right: 16px
}

.cropper-modal-wrapper .cropper-modal-body {
    padding: 5px 20px
}

.cropper-modal-wrapper .cropper-modal-body .mockup-toolbar {
    margin: 12px 0;
    gap: 8px;
    padding: 0
}

.cropper-modal-wrapper .cropper-modal-body .preview-cropper-help-text {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px
}

.cropper-modal-wrapper .cropper-modal-footer {
    padding: 0 16px 24px;
    display: flex;
    justify-content: center;
    gap: 16px
}

.cropper-modal-wrapper .cropper-modal-footer .ant-btn {
    height: 44px;
    width: 111px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-color: #e5e5ea
}

.cropper-modal-wrapper .cropper-modal-footer .ant-btn.ant-btn-primary {
    background: #6ab73d;
    border-color: #6ab73d;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 480px) {
    .cropper-modal-wrapper .cropper-modal-body .mockup-toolbar {
        gap:3px
    }
}

.layer-form-item .btn-upload:disabled,.layer-form-item .btn-upload[disabled] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding-top: 6px
}

.layer-form-item .btn-upload:disabled svg,.layer-form-item .btn-upload[disabled] svg {
    margin: 0!important
}

.mockup-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 6px 0 12px;
    padding: 0 12px
}

.mockup-toolbar div {
    cursor: pointer;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.upload-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.upload-image-wrapper .btn+.btn.btn-custom {
    margin-left: 0
}

.ctm-custom-checkbox .ant-checkbox-wrapper {
    margin-bottom: 0
}

.ctm-custom-checkbox .ant-checkbox-wrapper .custom-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000
}

.ctm-custom-checkbox .ant-checkbox-inner {
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.ctm-custom-checkbox .ant-checkbox-inner:after {
    top: 45%;
    left: 28%;
    width: 5.714286px;
    height: 10.142857px
}

.ctm-custom-checkbox .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #6662ff;
    border-color: #6662ff
}

.ctm-custom-checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.ctm-custom-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.ctm-custom-checkbox .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #6662ff
}

.ctm-custom-checkbox .ant-checkbox-checked:after {
    border: 0;
    border-radius: 4px
}

.shipping-protection-wrapper .ctm-custom-checkbox .ant-checkbox-wrapper .custom-label {
    font-weight: 700
}

.shipping-protection-wrapper .ctm-custom-checkbox .ant-checkbox-wrapper .custom-label .price {
    color: #6662ff;
    white-space: nowrap
}

.shipping-protection-wrapper .ant-checkbox-wrapper {
    display: flex
}

.shipping-protection-wrapper .shipping-protection-description {
    color: #565959;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 3px 0 16px 32px
}

.ctm-video-preview {
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    display: block
}

.ctm-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: rgba(0,0,0,.4)
}

.ctm-image-cropper-wrapper {
    border-radius: 4px;
    border: 1px dashed #d1d1d6;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.ctm-image-cropper-wrapper.has-value {
    padding: 6px;
    justify-content: start
}

.ctm-image-cropper-wrapper .cropper-preview-image {
    margin-right: 4px;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #ebebeb
}

.ctm-image-cropper-wrapper p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ctm-image-cropper-wrapper .btn {
    border-radius: 6px;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    min-height: 40px;
    text-transform: none;
    border: 1px solid #222
}

.ctm-image-cropper-wrapper .btn.btn-dark {
    background: #222;
    color: #fff
}

.ctm-image-cropper-wrapper .btn.btn-light {
    background: #fff;
    color: #222
}

.ctm-image-cropper-help-text {
    margin-top: 10px
}

.ctm-image-cropper-help-text li,.ctm-image-cropper-help-text p {
    color: #565959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 2px
}

.gift-card__tooltip-overlay {
    max-width: unset
}

@media screen and (max-width: 576px) {
    .gift-card__tooltip-overlay {
        max-width:110px
    }
}

.customall-grid .ant-skeleton {
    display: block;
    height: 70px
}

.customall-grid .ant-skeleton .ant-skeleton-header {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 0
}

.customall-grid .ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-lg {
    width: 100%;
    height: 100%
}

.customall-wrapper {
    letter-spacing: 0
}

.customall-wrapper .modal-wrapper {
    display: block!important
}

.product-images-wrapper[data-v-3cbcc192] {
    display: flex
}

.preview-actions[data-v-3cbcc192] {
    display: flex;
    padding: 16px 0 18px
}

.add_to_cart[data-v-3cbcc192] {
    background: #6ab73d;
    border: 1px solid #5fa436;
    box-shadow: 0 2px #5fa436;
    border-radius: 6px;
    width: auto;
    height: 46px;
    margin: 0 auto;
    padding: 12px 18px;
    gap: 8px;
    display: flex;
    align-items: center;
    text-transform: none
}

.add_to_cart span[data-v-3cbcc192] {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    color: #fff
}

.product-images-wrapper[data-v-dec09a2e] {
    display: flex
}

.edit-psnl-modal .vm--modal {
    display: flex;
    flex-direction: column
}

.edit-psnl-modal .modal-header {
    padding: 24px;
    justify-content: center;
    border-bottom: 0
}

.edit-psnl-modal .modal-header h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0
}

.edit-psnl-modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 28px
}

.edit-psnl-modal>.vm--modal>.modal-body {
    min-height: 80vh;
    padding: 0 24px 32px;
    overflow-y: auto;
    overflow-x: hidden
}

.edit-psnl-modal .product-wrapper {
    display: flex;
    gap: 24px
}

.edit-psnl-modal .edit-psnl-preview {
    width: 50%;
    position: sticky;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.edit-psnl-modal .edit-psnl-preview img {
    width: 100%
}

.edit-psnl-modal .product-info {
    width: 50%
}

.edit-psnl-modal .product-title {
    font-size: 23px;
    margin-bottom: 12px;
    line-height: 1.2
}

.edit-psnl-modal .price__pricing-group {
    margin: 12px 0
}

.edit-psnl-modal .btn-preview {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .edit-psnl-modal .modal-header {
        padding:16px
    }

    .edit-psnl-modal .modal-header .close {
        top: 16px;
        right: 16px
    }

    .edit-psnl-modal>.vm--modal>.modal-body {
        min-height: 70vh;
        padding: 0 16px 32px
    }

    .edit-psnl-modal .product-wrapper {
        flex-direction: column
    }

    .edit-psnl-modal .edit-psnl-preview {
        width: 100%;
        position: relative
    }

    .edit-psnl-modal .edit-psnl-preview .vue-affix {
        width: 100%!important
    }

    .edit-psnl-modal .product-info {
        width: 100%
    }
}

.ant-message {
    z-index: 999999!important
}

.ant-message .anticon {
    line-height: 12px
}
