/* ----------------------------------- */
/* START:::Elements Default style   */
/* ----------------------------------- */
.shopeetech_pd_tag-p {
    text-align: start;
    margin-top: 0;
}

.shopeetech_pd_text {
    font-family: inherit;
    font-weight: 400;
    color: inherit;
}

.shopeetech_pd_title {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.shopeetech_pd_btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    color: #fff;
    background-color: #333;
}

/* #shopeetech_pd-modal_step-1 {
    display: block;
}
#shopeetech_pd-modal_step-2 {
    display: none;
} */

.shopeetech_pd_hide-element {
    display: none !important;
}

.shopeetech_pd_btn-disabled {
    opacity: 50%;
    cursor: not-allowed !important;
}

/* ----------------------------------- */
/* START:::Button style   */
/* ----------------------------------- */

#shopeetech_price-drop-btn-container {
    width: 100%;
}

#shopeetech_price-drop-btn {
    padding: 10px 15px;
    width: 100%;
    cursor: pointer;
    border: none;
}

/* ----------------------------------- */
/* END:::button style   */
/* ----------------------------------- */

#shopeetech_pd_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}

#shopeetech_pd_modal.active {
    opacity: 1;
    visibility: visible;
}

#shopeetech_pd_container {
    background: white;
    padding: 20px;
    width: 400px;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}


/* ----------------------------------- */
/* START:::Modal style   */
/* ----------------------------------- */

#shopeetech_pd_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}

#shopeetech_pd_close:hover {
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
}

/* title  */
.shopeetech_pd_title {
    font-family: inherit;
    font-weight: 500;
    /* line-height: 1.1; */
    color: inherit;
}


/* sub-title  */
#shopeetech_pd-modal_sub-title {
    font-family: inherit;
    font-weight: 400;
    color: inherit;
}

/* Form  */
.shopeetech-pd-form-error {
    font-size: 12px;
    color: #f7374f;
}

.shopeetech-pd-form-success {
    font-size: 12px;
    color: #00814b;
}

.shopeetech_pd-form-group {
    margin-bottom: 10px;
    text-align: start;
}

.shopeetech-form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.shopeetech-form-control:focus {
    /* border-color: #333; */
    outline: none;
}

.shopeetech-image {
    padding: 0;
    margin-top: 35px;
}

/* checkboxes  */
.shopeetech_pd-checkbox-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 10px;
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    /* justify-content: space-between; */
}

.shopeetech_pd-checkbox-item {
    display: flex;
    align-items: center;
    padding: 8px;
    position: relative;
}

.shopeetech_pd-custom-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.shopeetech_pd-custom-checkbox {
    display: none !important;
    /* Hide the default checkbox */
}

.shopeetech_pd-custom-checkbox-style {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #333;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.shopeetech_pd-custom-checkbox:checked+.shopeetech_pd-custom-checkbox-style {
    background-color: #333;
    border-color: #333;
    border: 2px;
}

.shopeetech_pd-custom-checkbox:checked+.shopeetech_pd-custom-checkbox-style::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.shopeetech_pd-checkbox-item:hover .shopeetech_pd-custom-checkbox-style {
    background-color: #333;
    border-color: #333;
}

.shopeetech_pd-checkbox-item .shopeetech_pd-custom-checkbox-label:hover {
    color: #333;
}

/* Responsive Design: Adjust size on smaller screens */
@media screen and (max-width: 480px) {
    .shopeetech_pd-checkbox-group {
        padding: 10px;
    }

    .shopeetech_pd-custom-checkbox-style {
        width: 18px;
        height: 18px;
    }

    .shopeetech_pd-checkbox-item {
        font-size: 12px;
    }
}

/* submit-btn  */
.shopeetech_pd-form-submit-btn {
    /* max-width: 250px; */
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    /* Primary Color */
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

#shopeetech_pd-form-response-group p {
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
}

#shopeetech_pd-form-response-group #shopeetech_pd-form-response-success {
    background: #28a745;
    color: #fff;
}

#shopeetech_pd-form-response-group #shopeetech_pd-form-response-error {
    background: #dc3545;
    color: #fff;
}

#shopeetech_pd-form-privacy {
    text-align: start;
    font-size: 12px;
    color: #555;
}


/* Thank-you page  */
.shopeetech_pd-button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.iti {
    width: 100%;
}

/* Spinner-style  */
#shopeetech_pd-spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: block;
}

.shopeetech_pd-blur-overlay {
    filter: blur(2px);
    pointer-events: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ----------------------------------- */
/* END:::Modal style   */
/* ----------------------------------- */

#shopeetech_powered-by {
    margin: 5px 0 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

#shopeetech_powered-by.powered-by-modal {
    margin-top: 10px;
    margin-bottom: 0px;
}

#shopeetech_powered-by.center {
    justify-content: center;
}

#shopeetech_powered-by .shopeetech_powered-by-text {
    color: #000;
    margin: 0px;
    font-size: 13px;
}

#shopeetech_powered-by .shopeetech_powered-by-img {
    border-radius: 5px;
}

#shopeetech_powered-by.shopeetech_powered-by-hidden {
    display: none !important;
}