.slick-top .slick-list .slick-track>div {
    width: 100% !important;
}

.thumb.thumb-images-group,
.Image3d {
    width: 20%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.thumb-images-group img,
.Image3d img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    cursor: pointer;
}

.displayBlock {
    display: block !important;
}

.displayNone {
    display: none !important;
}

.box-info {
    display: flex;
    align-items: flex-start;
}

.box-info .left {
    width: 100%;
    position: relative;
    height: 500px;
    background: #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
}

.info-name {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    margin: 30px 0;
    height: 48px;
    font-weight: 500;
}

.box-info-slider {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.box-info .box-info-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* opacity: 0; */
}

.box-info-slider .box-info-item .d3 canvas {
    width: 100% !important;
    height: auto;
}

@media only screen and (min-width: 1602px) and (max-width: 1920px) {
    .box-info-slider {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1921px) {

    .box-info,
    .box-info-slider {
        max-width: 600px !important;
        max-height: 533px !important;
        width: 100%;
        height: 100%;
    }
}

.box-info-item .d3,
.dieline,
.preview {
    width: 100%;
    height: 100%;
}

.box-info .box-info-item:nth-of-type(1) {
    transform: translateX(0);
}

.box-info .box-info-item:nth-of-type(2) {
    transform: translatex(100%);
}

.box-info .box-info-item:nth-of-type(3) {
    transform: translatex(200%);
}

.left .d3-and-d2-switch {
    display: inline-block;
    width: 184px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: auto;
    padding: 3px;
    background-color: #fff;
    border-radius: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3px;
    align-items: center;
}

.d3-and-d2-switch .switch-item {
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    background: #f0f0f0;
    color: #4c4c4c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.d3-and-d2-switch .switch-item.active {
    background: #09a6d5;
    color: #fff;
}

.collapse-control {
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    margin: auto;
    width: 210px;
    height: 28px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    padding: 8px 12px;
    color: #444444;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    cursor: pointer;
    z-index: 10;
}

.collapse-control .slider-box {
    flex: 1;
    margin: 0 8px;
    background-color: #7f7f7f;
    height: 4px;
    border-radius: 4px;
    /* overflow: hidden; */
    position: relative;
}

.slider-box .slider-selecter {
    height: 4px;
    background: #000;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    left: 0;
}

.slider-box .pointer {
    position: absolute;
    left: 100%;
    transform: translateX(-6px);
    top: -4px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #d1d0d2;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.design-online {
    text-align: right;
    justify-content: end;
    margin: 30px 0;
    display: flex;
    gap: 30px;
}

.modal-backdrop {
    background-color: transparent !important;
}

.design-online .design-btn,
.design-online .design-modal,
.design-online .download-btn {
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    color: #444444;
    border: solid 2px transparent;
    flex: 1;
    background-image: linear-gradient(to right, #fff, #fff),
        conic-gradient(#ff7a00,
            #fff500,
            #00ff85,
            #00f0ff,
            #000aff,
            #8f00ff,
            #ff005c,
            #fe0000);
    display: inline-flex;
    height: 42px;
    border-radius: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    max-width: 49%;
    text-align: center;
    justify-content: center;
}

.design-online .design-modal {
    text-align: right;
}

.ml-0 {
    margin-left: 0 !important;
}

.design-root .save-btn[data-v-d2c60a53] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.message-box {
    display: none !important;
}

.pacdora-img {
    position: relative;
}

.loaderWrapper {
    min-width: 100%;
    min-height: 500px;
    width: 100%;
    height: 100%;
}

/* @media only screen and (min-width: 1602px) and (max-width: 1920px) {
    .loaderWrapper {
        max-width: 480px;
    }
} */

#loadingDiv {
    display: block;
    position: absolute;
    left: 55%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -100px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

#loadingDiv:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loadingDiv:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 0%);
    z-index: 2;
    border-radius: 24px;
}

.design-button .row {
    gap: 20px;
}

.design-button {
    border-top: 1px solid #ececec;
    padding-top: 25px;
    margin-top: 25px;
    left: 20%;
}

.input-group:has(input.border-danger) {
    border: 1px solid #ff7777 !important;
    /* background: linear-gradient(248deg, #ffdbdb 5.52%, #ffdbdb 94%) !important;
    scroll-behavior: smooth; */
}

/* Responsive */
@media (max-width: 768px) {
    .design-button .row {
        gap: 10px;
    }

    .design-button {
        position: absolute;
        bottom: -5px;
        border-top: 1px solid #ececec;
        padding-top: 15px;
    }
}