.swiper-main {
    display: none;
    /* Hide main slider */
}

.main-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.main-image-container img,
.main-image-container svg {
    max-width: 100%;
    height: auto;
}

#popup {
    display: none;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popupContent {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    max-height: 90%;
    overflow: auto;
}

#canvas {
    max-width: 80%;
    max-height: 60vh;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#editImageBtn {
    z-index: 1;
    position: relative;
    margin-top: 10px;
    padding: 8px 16px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#previewContainer canvas {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e1e5e9;
}

#holographic_images_container {
    text-align: center;
    align-content: center;
    display: block;
}

.canvas-wrapper {
    position: relative;
    display: inline-block;
}

.remove-image {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

#fileError {
    color: red;
}

/*--checklist-offcanvas--*/
.offcanvas.checklist-wrap {
    padding: 46px 33px 46px 40px;
}

.checklist-wrap h5 {
    color: #474747;
    font-weight: 700;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.checklist-wrap .btn-close {
    background-image: none;
    opacity: 1;
    padding-top: 0;
}

.checklist-wrap .btn-close:focus {
    box-shadow: none;
}

.checklist-wrap .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 14px;
}

.checklist-wrap .form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #B2B2B2;
    background-color: #B2B2B2;
    appearance: none;
    cursor: pointer;
    position: relative;
}

.checklist-wrap .form-check-input[type=checkbox] {
    background-image: url(white-check.svg) !important;
    background-size: 10px;
    background-position: center center;
}

.checklist-wrap .form-check-input:focus {
    box-shadow: none;
}

.checklist-wrap .form-check-input.active {
    background-color: #17B26A;
    border-color: #17B26A;
}


.checklist-wrap .form-check-label {
    font-size: 20px;
    color: #474747;
}

.checklist-wrap ul {
    list-style: none;
    padding: 0;
    margin-top: 38px;
}

.checklist-wrap ul li {
    margin-bottom: 25px;
}

.checklist-wrap ul li:last-child {
    margin-bottom: 0px;
}

.cropper-bg {
    overflow: hidden;
}

.coverflow-slider .main-image-container .imagecropper #popupContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.coverflow-slider .main-image-container .cropper-actions {
    display: flex;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    margin: 0 auto;
    gap: 10px;
}
.coverflow-slider .main-image-container .cropper-actions .btn {
    border: 1px solid #d8d4d4;
    width: 50%;
}
.coverflow-slider .main-image-container .cropper-actions .btn:hover {
    background-color: #efeded;
}

.coverflow-slider .main-image-container .imagecropper {
    position: absolute;
    top: 70px;
    right: 30px;
}

.coverflow-slider .main-image-container .imagecropper #popupContent .cropper-container.cropper-bg {
    max-width: 350px !important;
    /* height: 100% !important; */
    max-height: 300px !important;
}

#popupContent .cropper-actions button.btn {
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    margin-bottom: 6px;
    padding: 5px 10px;
}

#popupContent .cropper-actions button.btn:hover {
    background-color: #ddd;
}

#popupContent .cropper-actions button.btn img {
    width: 14px;
    height: auto;
    object-fit: contain;
}

.canvas-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.canvas-btn button.btn {
    border: 1px solid #1d1d1d;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 5px 10px;
    background-color: #fff !important;
    font-size: 14px;
}

.canvas-btn button.btn:hover {
    background-color: #ddd !important;
}

.canvas-btn button.btn img {
    width: 14px;
    height: auto;
    object-fit: contain;
    margin-right: 5px;
}

.canvas-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: 10px;
}

.canvas-btn button.btn:last-child img {
    width: 12px;
}

.rookie_cards select.form-select {
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    padding: 11px 20px;
}

.rookie_cards label {
    color: #474747;
    margin-bottom: 5px;
    font-size: 18px;
}

.rookie_cards {
    padding-right: .5rem;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.rookie-radio-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.rookie-radio-btn .form-check input {
    padding: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.form-check-input:checked[type=radio] {
    width: 10px;
    height: 10px;
}
.form-check-input:checked {
    background-color: #259DCD !important;
    border-color: #259DCD !important;
}
.rookie-radio-btn .form-check label.form-check-label {
    font-size: 16px;
}
.cropper-zoom-in-out {
    padding: 10px 0px 0px;
}
.cropper-zoom-in-out label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    color: #000;
    padding: 0px 15px;
}
.cropper-zoom-in-out label input#zoomRange {
    width: 100%;
    max-width: 180px;
}
.coverflow-slider .main-image-container .cropper-actions button img {
    max-width: fit-content;
}

@media screen and (max-width: 767px) {

    .checklist-wrap .form-check-label {
        font-size: 16px;
    }

    .checklist-wrap ul {
        margin-top: 28px;
    }

    .checklist-wrap h5 {
        font-size: 22px;
    }

    .checklist-wrap ul li {
        margin-bottom: 20px;
    }

    .checklist-wrap .form-check {
        gap: 10px;
    }

    .coverflow-slider .main-image-container .imagecropper {
        position: relative;
        top: 20px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rookie_cards {
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .offcanvas.checklist-wrap {
        padding: 30px;
        max-width: 300px;
    }
}

.carddetails input.error-danger{
	border: 2px solid red !important;
}