/**
* 2023 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
*  @author    Danzai Software <contacto@danzai.es>
*  @copyright 2023 Danzai Software
*  @license   https://danzai.es  Commercial license
*/

.dspaymenticons-icons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  display: flex;
  justify-content: end;
}
.dspaymenticons-icons-list {
  justify-content: end;
  gap: 1rem;
  display: flex;
}
@media (max-width: 767px) {
  .dspaymenticons-icons-list {
    justify-content: center;
  }
}
