/* ----------------------------------------------------------------------------
 * Easy!Appointments - Online Appointment Scheduler
 *
 * @package     EasyAppointments
 * @author      A.Tselegidis <alextselegidis@gmail.com>
 * @copyright   Copyright (c) 2013 - 2023, Alex Tselegidis
 * @license     Proprietary
 * @link        https://easyappointments.org
 * @since       v1.0.0
 * ---------------------------------------------------------------------------- */
/*
| -------------------------------------------------------------------------
| Common CSS
| -------------------------------------------------------------------------
| This file is loaded on all pages by default and can be used for providing
| common CSS styling.
|
*/
.payment-logo {
  max-width: 80px;
  max-height: 80px;
  border-radius: 0.25rem;
  margin-right: 15px;
}

#book-appointment-wizard .wizard-frame .frame-container {
  min-height: 370px !important;
}