#billing_delivery_date {
    border: 2px solid #e2e4e9; /* Adding a red border */
    background-color: #f9f9f9; /* Changing background color */
    font-weight: bold; /* Adjusting the font weight */
    padding: 20px; /* Adding padding */
}

.woocommerce-form-login, .woocommerce-form-login-toggle, .woocommerce-form-register, #customer_login{ 
    display: none !important;
}
.woocommerce .wc_points_redeem_earn_points {
    display: none !important;
}

.serp-submit-btn{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    background-color: #6cc283 ;
    border-width: 0px  !important;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    cursor: pointer;

}

.serp-input-text{
    border-width: 1px !important;
    border-color: #959595 !important;
    color:#000 !important;
    font-weight: bold !important;
    background-color: #f9f9f9 !important;
    padding: 8px !important;
    margin-right: 11px !important;
    margin-bottom: 10px !important;
}

.serp-input-text::placeholder {
    color: #858484 !important;
    font-weight: bold !important;
}

.serp-verify-otp-main{
    margin-top:25px; 
    border:1px solid gray;
     padding:15px
}

#billing_delivery_datepicker,#billing_delivery_timepicker{
    border: 2px solid #e2e4e9; /* Adding a red border */
    background-color: #f9f9f9; /* Changing background color */
    font-weight: bold; /* Adjusting the font weight */
    padding: 20px; /* Adding padding */
}

/* Animation styles for the dropdown */
.serp-loading {
    background: url('../img/loading.gif') no-repeat right center;
    background-color: #f0f0f0; /* Change the background color */
    animation: serp-pulse 1s infinite; /* Add a pulse animation */
}

/* Keyframes for the pulse animation */
@keyframes serp-pulse {
    0% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
}