form {
    direction: rtl;
    text-align: right;
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

form input, form select, form textarea, form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

form button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

form button:hover {
    background-color: #005f8d;
}

#cost {
    color: black !important;
    font-size: 14px;
    font-weight: bold;
}

#costLabel {
    color: green !important;
    font-size: 18px;
    font-weight: bold;
}













