.pricing-template {
    background-color: white;
    margin-right: 0;
    border-radius: 4px;
    padding: 30px 0 30px 30px;
    margin-bottom: 9px;
}

.pet-zoho-form .pet-zoho-form-part {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pet-zoho-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px 10px;
}

.pet-zoho-form-group.pet-zoho-group-inline {
    display: inline-flex;
    flex-direction: row;
}

.pet-form-required:after {
    content: "*";
    color: red;
}

.pet-zoho-form-slider {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/**
slider
 */
#cleaning_frequency_slider,
#dogs_count_slider {
    align-self: center;
    border: none;

    margin: 20px 0;
}

#cleaning_frequency_slider {
    width: 70%;
}

#dogs_count_slider {
    width: 90%;
}

/* Styling the slider track */
.noUi-base {
    background: #ddd; /* Light gray for the track */
    border-radius: 10px;
    height: 8px; /* Adjust thickness of the slider track */
}

/* Slider handle */
.noUi-handle {
    width: 50px !important;
    height: 50px !important;
    border: none;
    box-shadow: none;
    cursor: pointer;
    top: -20px !important;
    border-radius: 50%;
    background-color: #eef1f9;
    background-repeat: no-repeat;
    background-size: 38px;
    right: -24px !important;
}

#cleaning_frequency_slider .noUi-handle {
    background-image: url("/wp-content/plugins/petscoop-zoho-signup/assets/images/slider-poo.svg");
    background-position: 5px 2px;
}

#dogs_count_slider .noUi-handle {
    background-position: 6px 4px;
    background-image: url("/wp-content/plugins/petscoop-zoho-signup/assets/images/slider-paw.svg");
}

.noUi-handle::before,
.noUi-handle::after {
    content: none !important;
}

.noUi-horizontal {
    height: 0;
}

/* Styling for the marks (optional, if you want specific steps or labels) */
.noUi-marker {
    background-color: #4caf50; /* Custom color for marks */
}

.noUi-value {
    font-size: 1rem;
    color: #000;
}

/* Additional styling for the slider (adjust to match the design better) */
.noUi-connect {
    background: transparent; /* Custom color for the connected range */
}

.noUi-marker {
    visibility: hidden;
}

.active-pip {
    color: #8dc63f;
    font-weight: bold;
}

.pet-zoho-group-inline div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.pet-divider {
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #8dc63f;
}

.pet-divider .pet-zoho-form-group {
    gap: 10px;
}

.pet-last-divider {
    border-bottom: 1px solid #8dc63f;
}

/**
Radio test
 */
.label-question {
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.radio-group {
    display: flex;
    flex-direction: column;
}

.radio-options {
    display: flex;
}

.radio-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* Hide the default radio input */
.radio-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Style the custom radio button */
.radio-custom {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #333;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.radio-options .radio-label:first-of-type .radio-custom {
    border-radius: 4px 0 0 4px;
}

.radio-options .radio-label:last-of-type .radio-custom {
    border-radius: 0 4px 4px 0;
}

/* Active state */
.radio-custom.active {
    background-color: #4caf50; /* Green background */
    color: white; /* White text */
    border-color: #4caf50; /* Border matches the background */
}

.radio-label:hover .radio-custom {
    border-color: #4caf50; /* Change border on hover */
}

.pet-zoho-form-group input[type="radio"][name="provide_card_now"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 13px !important;
    border: 1px solid darkgray;
    border-radius: 50% !important;
    outline: none;
    box-shadow: 0 0 2px 2px white inset;
    width: 13px !important;
}

.pet-zoho-form-group input[type="radio"][name="provide_card_now"]:checked {
    background: #8dc63f;
}

.pet-zoho-form-group textarea {
    padding: 10px;
}

.pet-card-info-box {
    line-height: initial;
    display: flex;
    font-style: italic;
    font-size: 13px;
    background: #d9e5f3;
    padding: 10px 20px;
    border-radius: 5px;
    align-items: end;
}

.pet-zoho-form {
    max-width: 500px;
    margin: 0 auto;
    background: #eef1f9;
    border-radius: 5px;
    padding: 20px 30px;
}

.pet-zoho-form .pricing {
    background-color: white;
    border-radius: 4px;
    margin-top: 20px;
    padding: 2rem;
}

.pet-zoho-form .pricing-box {
    border: 1px solid #8dc63f;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box !important;
}

.pet-zoho-form .pricing-frequency {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.pet-zoho-form .price {
    color: #8dc63f;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}

.pet-zoho-form .underprice {
    color: #8dc63f;
    font-weight: 600;
    font-size: 13px;
}

.pet-zoho-form .monthly_price {
    margin: 10px 0;
    font-size: 15px;
    color: #8dc63f;
    font-weight: 600;
}

.pet-zoho-form .monthly_price span {
    font-size: 13px;
}

.pet-zoho-form .initial-cleanup-box {
    border: 1px solid #8dc63f;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box !important;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pet-zoho-form .initial-cleanup-box .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.pet-zoho-form .initial-price {
    color: #8dc63f;
    font-weight: bold;
    font-size: 18px;
    text-transform: initial;
}

.pet-zoho-form .benefits p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #8dc63f;
    line-height: 140%;
}

.pet-zoho-form .benefits ul {
    list-style: none;
    padding-left: 0;
}

.pet-zoho-form .benefits li {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically align the text and the icon */
    padding-bottom: 0;
    position: relative;
    line-height: normal;
    margin-bottom: 15px;
    margin-left: 0 !important;
    font-size: 13px;
}

.pet-zoho-form .benefits li::before {
    content: "\f00c" !important;
    color: #8dc63f !important;
    font-family: "Font Awesome 5 free" !important;
    margin-left: -35px !important;
    font-weight: 900 !important;
    font-size: 25px !important;
    padding-right: 10px !important;
    margin-top: 0 !important;
    position: absolute !important;
    top: 0 !important;
    display: inline-block;
}

.pet-info-icon {
    background-image: url("/wp-content/plugins/petscoop-zoho-signup/assets/images/info-icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    width: 25px;
    display: block;
    height: 25px;
    align-self: end;
}

.pet-zoho-form label {
    font-weight: 400;
    line-height: 1.3;
}

.pet-zoho-form .onetime-price {
    color: #8dc63f;
    font-weight: bold;
    font-size: 40px;
}

.pet-form-dog-image {
    position: relative;
    bottom: -20px;
    width: 90px;
    left: calc(50% - 45px);
}

.is-invalid {
    border: 1px solid rgb(184, 17, 17) !important;
}

.is-label-invalid {
    color: rgb(184, 17, 17);
}

.pet-zoho-form-group .helper-text {
    font-size: 13px;
    color: #4f4f4f;
}

#pet_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(31, 27, 36, 0.73);
    z-index: 9999999;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 200ms ease-in-out;
}

.pet-loader-image {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 900px) {
    .pet-zoho-form-group.cc-input {
        flex-direction: row;
        display: inline-flex;
    }

    .pet-zoho-form-group.cc-input div:first-child {
        width: inherit;
    }

    .pet-zoho-form-group.cc-input div:last-child {
        width: 6rem;
        line-height: normal;
    }

    .cc-exp-input {
        flex-direction: row;
    }
}

.pet-custom-form-button {
    width: 100%;
    background: #2d77c4;
    color: #fff;
    padding: 1rem;
    border: none;
    cursor: pointer;
}

.pet-privacy-policy {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pet-privacy-policy .just-validate-error-label {
    flex-basis: 100%;
}

@media only screen and (max-width: 912px) {
    .pet-zoho-form-group.pet-zoho-group-inline {
        flex-direction: column;
        gap: 10px;
    }

    #email_confirm {
        margin-top: 0 !important;
    }

    .noUi-value {
        position: absolute;
        white-space: break-spaces;
        text-align: center;
        line-height: normal;
        width: 40%;
    }

    .pet-zoho-form-slider.cleanup-frequency {
        margin-bottom: 4rem;
    }

    .pet-custom-form-button {
        font-size: 1rem;
    }

    .initial-cleanup-box {
        line-height: normal;
    }

    .pet-info-icon {
        align-self: center;
    }

    label[for=expiration_year],
    label[for=card_cvv] {
        margin-top: 15px;
    }

    .pet-zoho-form {
        padding: 20px 15px;
    }
}


#coupon_code.just-validate-success-field {
    border-color: #8dc63f;
    border-style: solid;
}

#coupon_code.just-validate-success-field:focus {

}

.just-validate-success-label {
    color: #8dc63f;
}

.pet-zoho-form-group textarea {
    resize: none;
}

.pet-zoho-form-group.pet-zoho-group-inline .just-validate-success-label,
.pet-zoho-form-group.pet-zoho-group-inline .just-validate-error-label {
    position: absolute;
    transform: translate(0%, 80%);
}

.pet-marketing-note li {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 500;
    list-style: disc;
    padding-left: 0 !important;
    margin-left: 1rem;
}

.pet-marketing-note ul {
    margin-left: 0;
    margin-bottom: 0;
}

.pet-marketing-note ul {
    margin: -10px 0 0 0;
}

.pet-marketing-note li {
    padding-right: 0 !important;
}