/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
div#phone-verification {
    background: #ffdcdc;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
}
#billing_phone_field span {
    display: flex;
}
#send_otp {
    background-color: orange;
    width: 140px;
    color: white;
    transition: background-color 0.5s ease-in-out;
}
#send_otp:hover {
    background-color: #ff8c00;
}