/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */


.subscription-section {
    margin-top: 150px;
}

.subscription-section .card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscription-section .card .card-header h4 {
    font-size: 30px;
}

.subscription-section .card .card-body p {
    font-size: 20px;
    text-align: center;
}

/* .stud-error-alert {
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 99999;
    width: max-content;
    padding: 15px 50px 15px 20px;
}

.stud-error-alert button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    padding: 0px;
} */

.hr {
    text-align: center;
    position: relative;
}

.hr::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c7c7c7;
    position: absolute;
    top: 12px;
    left: 0px;
    z-index: 0;
}

.hr p {
    font-size: 20px;
    margin: 20px 0px;
    background-color: #fff;
    z-index: 1;
    position: inherit;
    width: fit-content;
    padding: 0px 10px;
    margin: 20px auto;
    color: #c7c7c7 !important;
}

#paypal-button-container {
    width: fit-content;
    margin: 0 auto;
}

.register-section {
    padding: 50px 0px 500px;
}

.userRegisterBtn {
    width: max-content;
}

.steps-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0px;
}

.steps-box .step {
    width: 40px;
    height: 40px;
    background-color: #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.steps-box .step.active,
.steps-box .step.completed {
    background-color: #2d1066;
    color: #fff;
    z-index: 1;
}

.steps-box .step::before {
    content: "";
    width: 147px;
    height: 10px;
    background-color: #cecece;
    position: absolute;
    right: 39px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

.steps-box .step.active::before,
.steps-box .step.completed::before {
    background-color: #2d1066;
}

.steps-box .step:first-child::before {
    display: none;
}

.btn-block+.btn-block {
    margin: 0px !important;
}

.img-uploader {
    position: relative;
    border: 2px solid #2d1066;
    width: 250px;
    height: 250px;
    border-radius: 5px;
    margin-top: 10px;
}

.img-uploader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-uploader label {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: #cecece;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.img-uploader label input {
    display: none;
}

.form-group .form-check label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding-left: 10px;
}

#mainImagePreview .preview-wrapper,
#motherImagePreviewBox .preview-wrapper,
#fatherImagePreview .preview-wrapper {
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

#mainImagePreview .preview-wrapper img,
#motherImagePreviewBox .preview-wrapper img,
#fatherImagePreview .preview-wrapper img {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#mainImagePreview .remove-btn,
#motherImagePreviewBox .remove-btn,
#fatherImagePreview .remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
}

#mainImagePreview .remove-btn:hover,
#motherImagePreviewBox .remove-btn:hover,
#fatherImagePreview .remove-btn:hover {
    background: #e60000;
}



#puppyVideoPreview .preview-wrapper {
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

#puppyVideoPreview .preview-wrapper video {
    max-width: 300px;
    max-height: 200px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#puppyVideoPreview .remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
}

#puppyVideoPreview .remove-btn:hover {
    background: #e60000;
}

.form-step h4 small {
    color: #ff0000;
    font-weight: 700;
    font-size: 16px;
}

#puppyVideoErrorMsg,
#fatherSirePhotoErrorMsg,
#motherDamPhotoErrorMsg {
    color: #dc3545;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.puppyPhotosPreviewBox .preview {
    width: 120px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    background: #fff;
    height: 200px;
}

.puppyPhotosPreviewBox .preview img {
    max-width: 100%;
    max-height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.puppyPhotosPreviewBox .preview .meta {
    font-size: 12px;
    text-align: center;
    word-break: break-word;
}

.puppyPhotosPreviewBox .remove-btn {
    background: #ff5c5c;
    color: #fff;
    border: none;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.puppyPhotosPreviewBox .non-img-icon {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #666;
    background: #f5f5f5;
    border-radius: 6px;
}

.puppyPhotosPreviewBox .controls {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.puppyPhotosPreviewBox progress {
    width: 200px;
    height: 12px;
}

.puppyPhotosPreviewBox .error {
    color: #b00020;
    font-size: 13px;
    margin-top: 6px;
}

#puppyPhotosPreview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.puppyPhotosPreviewBox #clearBtn {
    background-color: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
    border-radius: 5px;
}

@media (max-width: 1440px) {
    .sub-summary-card h4 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .sub-summary-card h4 {
        font-size: 21px;
    }
}

@media(max-width:1280px) {
    .form-group label {
        font-size: 15px;
    }

    .sub-summary-card h4 {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .steps-box .step::before {
        width: 148px;
    }

    .form-group label {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .steps-box .step::before {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .steps-box .step::before {
        width: 65px;
    }
}

@media (max-width: 575px) {
    .steps-box .step::before {
        width: 72px;
    }
}

@media (max-width: 480px) {
    .steps-box .step::before {
        width: 52px;
    }
}

@media (max-width: 375px) {
    .steps-box .step::before {
        width: 32px;
    }
}