/*
 * @package rnfleet_stripe
 * @author Loïc Vinet from Pantagram
 * @see https://github.com/BnF-Partenariats/Rn_fleet
 *
 * @version 1.0.0
 * @date 2024-09-01
 * @license GPL-2.0-or-later
 *
 * @year 2024
 * Tous droits réservés.
 */

.payment .header-title .fa-solid{
  background-color: #bc51e0;
  color: white;
  border-radius: 50%;
  padding: 4px;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size:300%;
  line-height: 80px;
}

.payment .header-title .pull-right{
  float:right;
}

.payment-list-subtitle{
  color: #6e6e6e;
}

