/* tarjetas de pago*/
.card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.with_icon {
    padding: 0px;
    background: none;
    border-style: none;
    cursor: pointer;
}

.card-targeta input,select{
    font-family: "signika-Regular";
    text-align: justify;
    color:#797B78;
    font-weight: unset;
}

.card-targeta p {
    font-family: "signika-Regular";
    text-align: justify;
    color:#797B78!important;
    font-weight: unset;
}
.targeta_pago{
    display:flex;
}

.size_img_cards{
    border-bottom: 1px solid #ffffff !important;
    /*width: 45px;*/
    height: 36px;
    margin-left: -1em;
}

.size_img{
    width: 45px !important;
    height: 36px;
}

.targeta_pago .mistarjetas {
    width: 50px;
    height: 56px;
}


.targeta_pago .agregartarjetas {
    margin: 0.4rem 0rem;
    width: 30px;
    height: 30px;
}

.targeta_pago h4{
margin:1rem 0rem;
}


.targeta_pago h5{
margin:0.7rem 0rem;
color:#00ACC8;
}

#agregar-tarjetas{
cursor: pointer;
}

#ver-tarjetas{
cursor: pointer;
}



.lista-tarjetas div > img{
       width:18px;
       cursor: pointer;
}

.lista-tarjetas div.row {
       border-radius: 14px;
       border: 1px solid #00000024;
}

.form_direct_send input {
    border: 0px;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px;
}

.card-targeta input, select {
    font-family: "signika-Regular";
    text-align: justify;
    color: #797B78;
    font-weight: unset;
}

input.form-control {
    display: initial !important;
}

form input[type="text"]:focus {
    outline: none !important;
    border-color: none !important;
    box-shadow: none !important;
}

.form_direct_send input:focus {
    border: 0px;
    border-bottom: 1px solid #dee2e6;
    color: #495057;
    background-color: #fff;
    border-color: #d0d0d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/*toast*/

#mitoast {
  visibility: hidden;
  position: fixed;
  z-index: 1;
  right: 2.5%;
  top:75%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
  max-width: 350px;
  width: 350px;
}

p#mensaje-alerta{
margin:0rem;
}

#mitoast.mostrar {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.6s;
  animation: fadein 0.5s, fadeout 0.5s 4.6s;
}

@-webkit-keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 2.5%; opacity: 1;}
}

@keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 2.5%; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

#mitoast.cerrar {
  /* visibility: visible; */
  -webkit-animation: fadeout 0.5s 4.8s;
  animation: fadeout 0.5s 4.8s;
}

@-webkit-keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

#mitoast-start {
  visibility: hidden;
  position: fixed;
  z-index: 1;
  right: 2.5%;
  top:75%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
  max-width: 350px;
  width: 350px;
}

p#mensaje-alerta{
margin:0rem;
}

#mitoast-start.mostrar {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.6s;
  animation: fadein 0.5s, fadeout 0.5s 4.6s;
}

@-webkit-keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 2.5%; opacity: 1;}
}

@keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 2.5%; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

#mitoast-start.cerrar {
  /* visibility: visible; */
  -webkit-animation: fadeout 0.5s 4.8s;
  animation: fadeout 0.5s 4.8s;
}

@-webkit-keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 2.5%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background: rgb(0,0,0);
    opacity: .8;
}

.loader h2.text-white{
    margin: 20% 0%;
}

