.jalali-date, .time-slot {
    padding: 16px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    min-width: 85px;
    white-space: pre-line;
    transition: all .12s ease;
    background: #fff;
    font-size: 14px;
}
.jalali-date.selected, .time-slot.selected {
    background: #a7f9db;
    color: #033405;
    border-color: #a7f9db;
}
.jalali-date.disabled, .time-slot.disabled {
    background: #f5f5f5;
    color: #9a9a9a;
    cursor: not-allowed;
    border-color: #eee;
}
#jalali_dates { margin-bottom: 12px; }
#appointment_times { margin-bottom: 12px; }

.jalali-dates, .time-slots {
    overflow-x: scroll;
    padding-bottom: 15px;
}

#mellat_appointment_form label {
    display: block;
    margin: 20px 0 3px 0;
    font-weight: 500;
    font-size: 12px;
}

.input-appointment {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: 4px;
}

.input-submit-appointment {
    background: #f5a830;
    color: #fff;
    border-radius: 4px;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    display: block;
    text-align: center;
}

#cost_text {
    font-size: 16px;
    font-weight: 500;
}

.jalali-dates .weekday-name{
    font-weight: 500;
    font-size: 14px;
}

.jalali-dates .date-number-month {
    font-size: 13px;
}

.apponitment-payment-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

#mellat_appointment_form {
    display: inline-grid;
}