@media (min-width: 320px) and (max-width: 400px) {
  .text-xxs-right {
    text-align: right !important; }
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important; } }

@media (min-width: 0px) and (max-width: 320px) {
  .col-xs-auto {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xxs {
    max-width: 30%; }
  .text-xxs-right {
    text-align: right !important; }
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important; } }

.tooltip-inner {
  background-color: #007EFF !important;
  color: white !important; }

.b-basic-300 {
  border: 1px solid #E7EBF3; }

.b-basic-400-default {
  border: 1px solid #c9d0e4; }

.b-left {
  border-left: 8px solid #030047 !important; }

input[type=radio]#radio-si, input[type=radio]#radio-no {
  accent-color: #D5006C !important; }

.dropdown-toggle {
  height: 2.5rem; }

.border-tbk-tarifas {
  border: 2px solid #030047; }

.rotate-icon {
  transition: transform 0.3s ease; }

.rotate-icon.rotate-180 {
  transform: rotate(180deg) !important; }