:root{
  --global-grey: #E9EDF2; /* Color usado para modulo compra saldo */
}

body {
  counter-reset: fila-plan-comision;
}

/* Fuentes */
@font-face{
  font-family: Inter-Light;
  src: url("/vista/fonts/Inter-Light.ttf");
}
@font-face{
  font-family: Inter-SemiBold;
  src: url("/vista/fonts/Inter-SemiBold.ttf");
}
@font-face{
  font-family: Inter-Bold;
  src: url("/vista/fonts/Inter-Bold.ttf");
}

.font-inter-bold{
  font-family: Inter-Bold;
}

.font-inter,
.font-inter-light{
  font-family: Inter-Light;
}

.font-inter-regular-bold{
  font-family: Inter-Light;
  font-weight: 600;
}

.font-inter-semibold{
  font-family: Inter-SemiBold;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.cursor-pointer{
  cursor: pointer;
}

/* Colors */

/* Color principal diseño nuevo */
.primary-color{
  color: #24AEDA;
}

.muted-color{
  color: #B9BEC0;
}

/* Width clases */
.w-100{
  width: 100%;
}

.w-50{
  width: 50%;
}

.w-90{
  width: 90%;
}

.w-80{
  width: 80%;
}

.w-20{
  width: 20%;
}

.w-auto{
  width: auto;
}

.maxw-100{
  max-width: 100%;
}

.text-nowrap{
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.text-heading{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}

.op-0{
  opacity: 0;
}

.label_maestro_filtro{
  text-align: left;
}

.label_maestro{
  text-align: right;
}

.input_maestro > #celular{
  font-size: unset!important;
}

#logo-plataforma{
  line-height: 0px !important;
}

/* Feed notificaciones */
.feed-notificaciones-permiso{
  background-color: #b400cf;
  color: white;
  border-radius: 5px;
}
.feed-notificaciones .dropdown-menu{
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  width: 300px;
  font-family: Inter-Light;
  font-size: 14px;
  box-shadow: 0 0 10px 2px #00000008;
}
.feed-notificaciones .dropdown-menu:hover{
  display: block;
}
.feed-notificaciones-list{
  list-style: none;
  padding: 10px 5px;
  margin: 0;
}
.feed-notificaciones-list__section{
  padding: 5px;
  background-color: #f5f5f566;
  color: grey;
}
.feed-notificaciones-list__item{
  margin: 5px 0;
  padding: 5px 0;
  color: rgb(78, 78, 78);
  border-radius: 5px;
  display: flex;
}
.feed-notificaciones-list__item:hover{
  background-color: whitesmoke;
  color: rgb(39, 39, 39);
  cursor: pointer;
}
.feed-notificaciones-list__item .list__item__icono{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid lightgrey;
  flex-shrink: 0;
  margin: 10px 10px 10px 5px;
}
.feed-notificaciones-list__item p{
  margin: 0;
}
.feed-notificaciones-list__item p.list__item__date{
  margin: 3px 0;
  color: #909090;
}
.feed-notificaciones-list__item .list__item__icono > img{
  width: 85%;
}
.feed-notificaciones-list__item .list__item__markasread{
  background-color: rgba(255, 255, 255, 0);
  color: #898989;
  border: none;
  font-size: 19px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 3px;
  bottom: 0px;
  opacity: 0;
  transition: opacity .1s ease-in-out;
  border-radius: 3px;
}
.list__item__markasread:hover{
  background-color: #ffffff;
}
.list__item__markasread:hover,
.read-S .list__item__markasread{
  opacity: 1;
  color: rgb(0, 159, 233);
}
.list__item__markasread ion-icon,
.read-S .list__item__markasread{
  pointer-events: none;
}
.feed-notificaciones-list__item:hover.read-N .list__item__markasread{
  opacity: 1;
}

.feed-notificaciones-list__filter > label{
  cursor: pointer;
  font-weight: normal;
  color: rgb(98, 98, 98);
}
.feed-notificaciones-list__filter ion-icon{
  display: none;
}
#checkOnlyUnread:not(:checked) + .feed-notificaciones-list__filter ion-icon[name="square-outline"],
#checkOnlyUnread:checked + .feed-notificaciones-list__filter ion-icon[name="checkbox"]{
  display: inline-block;
}
#checkOnlyUnread:checked ~ .feed-notificaciones-list__item.read-S{
  display: none;
}
/* Fin feed notificaciones */

.btn-oscuro{
  background-color: #202D32;
  border-color: rgb(82, 82, 82);
  color: white;
}

.btn.btn-oscuro:focus,
.btn.btn-oscuro:hover{
  color: white;
  opacity: 0.9;
}

.icono-ayuda{
  cursor: pointer;
  color: lightgrey;
  transition: color .2s;
}
.icono-ayuda:hover,.contador_sms{
  color: grey;
}

.info-box{
  cursor: pointer;
  border-radius: 5px;
}

.info-box-text{
  white-space: normal;
  overflow : hidden;
  /*font-weight: bold;*/
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.img_calendario{
  width:20px;
  height:25px;
  cursor: pointer;
}
.input_cartera,
.input_recarga{
  width: 100%;
}

.label_saldo{
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 3px !important;
}

.file{
  height: 100%;
}

/* Estilos sidebar header */
.sidebar-menu li.header {
  font-weight: bold;
  font-size: 15px;
}
.sidebar-toggle,
.navbar-btn-comprar-saldo,
.navbar-btn-actualizar-saldo,
.btn-retiro-ganancia{
  border: none;
  background: none;
}
/* Estilos sidebar header */

.producto {
  width: 33,3333%;
}

#descripcion-contenido a{
  color:  black;
}

.formcaptcha {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 45px;
  }

  .login-box{
    margin: 2% auto !important;
  }

.user-panel > .image > img {
    max-width: 50px;
    margin-bottom: 5px;
}

.user-panel > .info p {
  white-space: normal;
  vertical-align: 13px;
}

.btn-outline {
    background-color: #428bca;
    color: inherit;
    transition: all .5s;
    border-color: #357ebd;
    border-radius: 6px;
}

.form-element-fixed-height{
  height: 74px;
  vertical-align: middle;
  display: table-cell;
}

#lista_valores a {
  margin-bottom: 5px;
  font-weight: bold;
}

#lista_valores col-md-6 col-md-4 {
  padding-right: 5px;
  padding-left:  5px;
}

.btn-primary.btn-outline {
    color: #FFFFFF;
}

.btn-primary.btn-outline:hover{
    color: #000000;
}

/*Estilos Publicidad*/

.publicidad-rojo {
    border: solid 2px white;
    animation: border-dance-rojo 1s infinite;
}

@keyframes border-dance-rojo {
    from {border:   solid 2px white;}
    to {border:   solid 2px red;}
}

.publicidad-azul {
    border: solid 2px white;
    animation: border-dance-azul 1s infinite;
}

@keyframes border-dance-azul {
    from {border:   solid 2px white;}
    to {border:   solid 2px blue;}
}

.publicidad-amarillo {
    border: solid 2px white;
    animation: border-dance-amarillo 1s infinite;
}

@keyframes border-dance-amarillo {
    from {border:   solid 2px white;}
    to {border:   solid 2px yellow;}
}

.modal-dialog{
    overflow-y: initial !important
}

#modal-autoregistro{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}


/*
  Css para checkbox tipo material desing
*/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

body, html {
    height: 75%;
}

#autoregistro{
  color: #a81847;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.certificado{
  position: fixed; bottom: 0; left: 0;
}

/* Estilos descarga recursos */
.dr .panel .panel-title{
  font-size: 18px;
}
.dr_descripcion{
  color: grey;
}
.dr_titulo_seccion{
  margin-bottom: 0;
  font-size: 18px;
}

.dr span.glyphicon {
  opacity: 1;
}
/* Estilos descarga recursos */

/* Saldos */
#saldos{
  margin: 0;
  padding: 0;
  list-style: none;
}
.saldo{
  /* transform: scale(1); */
  animation: scale-out-saldo .2s ease-in-out forwards;
  min-width: 120px;
}

@-webkit-keyframes scale-out-saldo{
  from{
    transform: scale(0);
  }
  to{
    transform: scale(1);
  }
}
@keyframes scale-out-saldo{
  from{
    transform: scale(0);
  }
  to{
    transform: scale(1);
  }
}
.saldo:not(.traslado_saldos){
  padding: 5px 10px;
}
.saldo:hover .bolsa-icono{
  transform: scale(1.1);
  transition: transform .2s;
}
.traslado_saldos button:not(:disabled):hover{
  transform: scale(1.1);
  transition: transform .3s ease-in-out;
}
.traslado_saldos button:not(:disabled):hover ion-icon{
  transform: rotate(360deg);
  transition: transform .3s ease-in-out;
}
#div-valor-transferir input[name="todo-bolsa"]::after{
  content: "Todo";
  font-size: 12px;
  position: absolute;
  right: -32px;
  top: -2px;
}
#div-valor-transferir input[name="todo-bolsa"]{
  top: -14px; 
  right: 32px;
}
.saldo p{
  margin: 0;
  color: rgb(51, 51, 51);
}
.saldo .label{
  color: inherit;
  font-size: 13px;
}
.saldo .bolsa-icono svg,
.saldo .bolsa-icono img{
  height: 35px;
}
.saldo .saldo_info{
  padding: 0 5px;
}
.traslado_saldos button{
  margin:0;
  border: none;
  background-color: white;
  border-radius: 50%;
  /* box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4); */
  height: 35px;
  width: 35px;
  color: rgb(51,51,51);
}
.multip_inactivo, .inactivar_elemento{
  opacity: .3 !important;
  pointer-events: none !important;
}
.valor_saldo{
  border: 1px solid #eff1ee;
  background-color: #eff1ee;
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
}
/* Saldos */

/* Tarjeta Recaudos */
.tarjeta-recaudo-contenedor{
  padding: 25px 25px;
}
#tarjeta-recaudo-front,
#tarjeta-recaudo-back{
  min-width: 400px;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  margin: auto;
}
#tarjeta-recaudo-front p{
  margin: 0;
}
#barcode-img{
  margin: 8px 0 0;
}
#barcode-img img{
  min-width: auto;
}
.bancos-tabla{
  width: 100%;
  height: 100%;
}
.bancos-tabla td,
.bancos-tabla th{
  line-height: 12px;
  font-size: 11px;
}
.bancos-tabla th{
  padding: 3px;
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}
.bancos-tabla td{
  padding: 2px 3px;
  border: 1px solid #121212;
}
.tarjeta-recaudo-options p{
  margin: 5px 0;
  font-weight: 700;
}
.border-left{
  border-left: 1px solid #121212;
}
.circulo-pasos-tarjeta{
  padding: 10px 15px;
  width: 38.06px;
  height: 40px;
  background-color: black;
  color: white;
  border-radius: 50%;
}

@media (max-width: 992px) { 

  .border-left{
    border-left: none  !important;
    border-top: 1px solid #121212 !important;
  }

}

/* Tarjeta Recaudos */

/* Custom Switch */
.switch{
  cursor: pointer;
}
.switch.lg{
  font-size: 20px;
}
.lever{
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: #da4c4c;
  border-radius: 15px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px 0 10px;
}
.switch .lever::before,
.switch .lever::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}
.switch .lever::after {
  background-color:#ff5656;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),
                      0px 2px 2px 0px rgba(0,0,0,0.14),
                      0px 1px 5px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),
              0px 2px 2px 0px rgba(0,0,0,0.14),
              0px 1px 5px 0px rgba(0,0,0,0.12);
}
.switch input[type="checkbox"]:checked ~ .lever::before,
input[type="checkbox"]:checked ~ .switch .lever::before,
.switch input[type="checkbox"]:checked ~ .lever::after,
input[type="checkbox"]:checked ~ .switch .lever::after {
  left: 18px;
}
.switch input[type="checkbox"]:checked ~ .lever,
input[type="checkbox"]:checked ~ .switch .lever{
  background-color: #62af22;
}
.switch input[type="checkbox"]:checked ~ .lever::after,
input[type="checkbox"]:checked ~ .switch .lever::after {
  background-color: #72cc28;
}
.switch.lg input[type="checkbox"]:not(:checked) + span{
  color: #ff5656;
}

.switch.lg input[type="checkbox"]:checked ~ .lever + span{
  color: #72cc28;
}

.switch input[type="checkbox"]:disabled ~ .lever{
  background-color: #7a7a7a;
}

.switch input[type="checkbox"]:disabled ~ .lever::after{
  background-color: #acacac;
}

/* Custom Switch */

/* Modulo descargas */

.card-recurso-video,
.card-recurso-categoria{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  color: black;
  background-color: white;
}
.modulo-descargas__card-title{
  color: #767676;
}
.modulo-descargas__app-title{
  font-size: 22px;
}
.modulo-descargas__app{
 height: 418px;
 background-color: #38bcb4;
 border-radius: 10px;
}
.modulo-descargas__app-btn{
  background-color: #25a099;
  border-radius: 6px;
  line-height: 38px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
  padding: 0 18px;
}
.modulo-descargas__app-btn:hover{
  color: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.modulo-descargas__listado-recursos{
  gap: 24px;
}
.modulo-descargas__recurso{
 color: #4a4a4a;
 height: 150px;
 width: 200px;
 background-color: #f3f3f3;
 border-radius: 10px;
 position: relative;
 box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
}
.modulo-descargas__recurso:hover{
  color: black;
}
.modulo-descargas-container .list-group-item{
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  color: grey;
  font-size: 16px;
  transition: color .2s;
}
.modulo-descargas-container .list-group-item:hover{
  color: #14b3ff;
  background: white;
}
.card-recurso-video .no-resultados:not(:only-child){
  display: none;
}
.modulo-descargas__recurso:not(.d-none) ~ .no-resultados {
  display: none;
}
.btn-rounded.btn-preview{
  background-color: rgb(223, 68, 21);
  color: white;
}
.recurso-tag{
  position:absolute;
  right: 0;
  top: 0;
  background-color: teal;
}
.recurso-tag.PDF{
  background-color: #ff4e4e;
}
.recurso-tag.EXCEL{
  background-color: #05c234;
}
.recurso-tag.IMAGEN{
  background-color: #cea229;
}
.recurso-tag.ENLACE{
  background-color: #4839d4;
}
/* Modulo descargas */

/* Valores seguros */
.valores-seguro{
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  border: 1px solid rgb(175, 175, 175);
}
.valores-seguro p{
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  font-weight: 700;
}
.valores-seguro li{
  padding: 5px;
}
.valores-seguro li:not(:last-of-type){
  border-bottom: 1px solid rgb(175, 175, 175);
}
#valor_runt_texto,
#valor_prima_texto,
#valor_contribucion_texto,
#valor_descuento_texto,
#cobro_sap_texto,
#porcentaje_descuento_texto,
#valor_poliza{
  font-size: 18px;
  font-weight: 700;
  color: rgb(95, 95, 95);
}

#valor_total{
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 124, 173);
}

.ganancia{
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: rgb(1, 182, 68);
}

#valor_runt_texto::before,
#valor_poliza::before,
#ganancia::before,
#valor_prima_texto::before,
#valor_contribucion_texto::before,
#valor_descuento_texto::before,
#cobro_sap_texto::before,
#valor_total::before{
  content: '$';
}

.info-text{
  display: block;
  line-height: 13px;
  font-size: 12px;
}
#form_recargas .step_soat #documento{
  width: 100%;
  color: unset;
  font-size: unset;
}
/* Valores seguros */

/* Modulo opcion */
.modulo-opcion .info-box{
  position: relative;
}
.modulo-opcion .info-box-content{
  min-height: 70px;
  display: flex;
  align-items: center;
}
.modulo-opcion .svg{
  position: absolute;
  bottom: 0;
  right: 5px;
}
.modulo-opcion .svg svg,
.modulo-opcion .svg img{
  height: 28px;
  width: auto;
}
/* Modulo opcion */

/* Navbar collapse */
#navbar-mobile-collapse.collapse{
  padding: 0;
}
.nav > li.disabled > a{
  border: 1px solid lightgrey;
}
.nav-tabs li a{
  color: #686868;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.nav-tabs li.active a{
  font-weight: 700;
  font-size: 16px;
  color: #313131;
}
/* Navbar collapse */

/* Multiproducto no activo */
.multiproducto-no-activo{
  padding: 15px 0;
}
.multiproducto-no-activo .warning-icon-container{
  padding: 15px 0 15px 15px;
}
.multiproducto-no-activo svg{
  width: 100%;
  max-width: 100px;
  height: auto;
}
.multiproducto-no-activo p{
  padding: 15px;
  font-size: 18px;
  color: red;
  max-width: 275px;
}
/* Multiproducto no activo */

/* Textos */
.text-underline{
  text-decoration: underline;
}
/* Fin textos */

.btn-custom-header{
  padding: 0 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  border: none;
  color: inherit;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.btn-custom-header > ion-icon{
  vertical-align: middle;
  margin-bottom: 3px;
  font-size: 20px;
}

.btn-custom-header:hover{
  color: black;
  background-color: whitesmoke;
}

.btn-custom-header.ver-saldos ion-icon{
  display: none;
}
.btn-custom-header.ver-saldos:not(.collapsed) > ion-icon[name="eye-outline"],
.btn-custom-header.ver-saldos.collapsed > ion-icon[name="eye-off-outline"]{
  display: inline-block;
}

.btn-custom-header.campana::after{
  content: '';
  width: 10px;
  height: 10px;
  background: #e91e63;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 26%;
  opacity: 0;
  transition: opacity .2s ease-in;
}

.btn-custom-header.campana.unread::after{
  opacity: 1;
}

.btn-actualiza-saldos{
  /* box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4); */
  background-color: white;
  font-size: 22px;
  color: rgb(212, 0, 0);
  padding: 5px 10px;
  margin: 5px 10px;
}
.btn-actualiza-saldos:hover{
  background-color: whitesmoke;
  color: red;
}
.btn-actualiza-saldos:focus{
  color: rgb(212, 0, 0);
}

.main-header__icon-button:disabled{
  opacity: 0.5;
}

/* Table alertas */
.table-alerta thead th,
.table-alerta tbody td{
  padding: 2px 5px;
}
.table-alerta thead th{
  text-align: center;
  border-bottom: 1px solid rgb(58, 58, 58);
}
.table-alerta tbody .glyphicon{
  margin-right: 3px;
}
.table-alerta td.mx-w-md{
  max-width: 165px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
/* Table alertas */

/* Formularios */

/* Chrome, Safari, Edge, Opera */
input.remove-arrows::-webkit-outer-spin-button,
input.remove-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.remove-arrows[type=number] {
  -moz-appearance: textfield;
}

/* Elimina la flecha del input que tiene un data list */
input.remove-arrows-list::-webkit-calendar-picker-indicator {
  display: none !important;
}

select.remove-arrows {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select.remove-arrows::-ms-expand {
  display: none;
}

/* Fin Formularios */


/* Formulario recargas */
#formulario_recargas .input-group-addon .glyphicon{
  font-size: 18px;
}
#formulario_recargas .input-group{
  width: 100%;
}
.svg-rounded{
  width: auto;
  height: 50px;
  opacity: .6;
  text-align: center;
  cursor: pointer;
}
.svg-rounded svg,
.svg-rounded img{
  height: 100%;
  width: auto;
}
input[type="checkbox"]:checked ~ .svg-rounded{
  opacity: .9;
}
.switch .inactivo{
  color: grey;
}
.switch .activado{
  color: green;
}
input[type="checkbox"]:not(:checked) ~ .switch .inactivo{
  display: inline;
}
input[type="checkbox"]:not(:checked) ~ .switch .activado{
  display: none;
}
input[type="checkbox"]:checked ~ .switch .inactivo{
  display: none;
}
input[type="checkbox"]:checked ~ .switch .activado{
  display: inline;
}
.form-group label.error{
  margin-bottom: 0;
}
.form-group label.error.valid{
  display: none !important;
}
/* Formulario recargas */

/* Formulario dinamico */
.btn-open-file{
  display: flex;
  height: 43px;
  margin-top: 16px;
  margin-bottom: 15px;
  border: 1px solid lightgrey;
  background-color: whitesmoke;
  color: rgb(71, 71, 71);
}

.btn-open-file .icon{
  padding: 0 6px;
  border-right: 1px solid lightgrey;
}

.btn-open-file .icon i,
.icon-open-new-window i{
  font-size: 20px;
}

.btn-open-file .file-info p{
  line-height: 16px;
  font-size: 14px;
}

.btn-open-file .file-info span{
  display: block;
  line-height: 15px;
  font-size: 12px;
}

.btn-open-file.success{
  border-color: #a1ff9f;
  background-color: #f2fff6;
  color: #02b700;
}

.success .icon{
  border-color: #a1ff9f;
  background-color: #c5ffbe;
}

.btn-open-file.danger{
  border-color: #ff9f9f;
  background-color: #fff2f2;
  color: #b70000;
}

.danger .icon{
  border-color: #ff9f9f;
  background-color: #ffbebe;
}

.form-group.required > label::after, label.required::after{
  content: ' *';
  color: red;
}
/* Formulario dinamico */


/* Utils */

.bg-lightgrey{
  background-color: rgb(240, 240, 240);
  color: rgb(85, 85, 85);
}

.bg-global-grey{
  background-color: var(--global-grey);
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disable {
  pointer-events: none;
  cursor: default;
}
.text-white{
  color: white;
}
.text-black{
  color: rgb(41, 41, 41);
}
.font-weight-bold{
  font-weight: bold !important;
}
.font-weight-normal{
  font-weight: normal !important;
}
.border-radius-1 {
  border-radius: 5px !important;
}
.border-radius-medium {
  border-radius: 8px;
}
.border-radius-2 {
  border-radius: 10px !important;
}
.border-radius-3{
  border-radius: 15px !important
}
.b-b-1{
  border-bottom: 1px solid lightgrey;
}
.fondo-blanco{
  background-color: white;
}
.fondo-gris{
  background-color: #e1e1e1;
}
/* Utils */

#loader-6{
    top: 20px;
    left: -9.5px;
}

#loader-6 span{
    display: inline-block;
    width: 5px;
    height: 15px;
    background-color: #3498db;
}

#loader-6 span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
    0%, 100%{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    50%{
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

.buttonload {
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}

@media (min-width: 1140px) {
    .modal-xlg {
        width: 90%;
    }
}

.text-large {
    font-size: 150%;
}

/* Panel informativo formulario dinamico */
.form-info-card{
  min-width: 0;
  display: flex;
  position: relative;
  display: -ms-flexbox;
  word-wrap: break-word;
  border-radius: .25rem;
  background-color: #fff;
  overflow: hidden;
  flex-direction: column;
  -ms-flex-direction: column;
  background-clip: border-box;
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}
.form-info-card__header{
  border-bottom: 1px solid #eaeaea;
}
.form-info-card__header > h2{
  font-size: 18px;
  margin: 0;
}
.form-info-card__body > ul{
  list-style-type: none;
}
.form-info-card__body > ul > li:not(:last-of-type){
  /* background-color: whitesmoke; */
  border-bottom: 1px solid lightgrey;
}
/* Panel informativo formulario dinamico */

/* Alerta de confirmación */
.table-confirm-container-responsive{
  overflow-x: auto;
}
.table-confirm-container-responsive > table td{
  padding: 3px 7px;
}
.table-confirm-container-responsive > table tbody tr:nth-child(even){
  background-color: whitesmoke;
}
.table-confirm-container-responsive > table tbody tr td:first-of-type{
  font-weight: bold;
}
/* Alerta de confirmación */

/* Select2 */
.autocomplete-select2{
  max-height: 200px;
  overflow-y: auto;
}

.autocomplete-select2 li.select2-results__option--highlighted{
  background-color: whitesmoke;
  color: black;
}
/* Select2 */
.input-horario{
  width: 90%;
}

/*checkbox animacion inicio*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    /* float: left; */
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
/*checkbox animacion fin*/

.config-color-scheme__box-color{
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid grey;
}

/*estilos  modal recaudos Aval*/
#btnFacturasAvalSm{
  display: none;
}

#btnObligAvalSm{
  display: none;
}

@media only screen and (max-width: 1026px) {
  #desktopViewCol {
    display: none !important;
  }

  #modalDialogAval{
    width:85% !important;
    background-size: 105% !important;
    padding-top: 60% !important;
    margin-left: 2em;
  }

  #rowBotonesAval{
    margin-bottom: 11em !important;
  }

  #btnFacturasAvalLg{
    display: none !important;
  }

  #btnObligAvalLg{
    display: none !important;
  }

  #btnFacturasAvalSm{
    display: block !important;
  }
  
  #btnObligAvalSm{
    display: block !important;
  }
}
  
/* Estilos modal TOKEN web */
#modalGeneraQR .modal-content{
  background: none;
  box-shadow: none;
}

.botonera-QR{
  top: 100%;
  left: 12%;
  transform: translateY(0);
  width: 74%;
}

.botonera-QR .btn{
  width:100%;
  border-radius: 12px;
}

#modalGeneraQR .input-group-addon,
#modalGeneraQR input#gtoken{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #0089EE;
}

#modalGeneraQR input#gtoken{
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  font-size: 20px;
}

#modalGeneraQR .input-group-addon{
  background-color:#E9ECEF;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px;
  font-size: 12px;
}
.imagen-QR{
  background-color:white; 
  border-radius:5px; 
  box-shadow: 2px 2px 6px 2px rgb(73, 77, 82); 
  top: 35%;
  left: 60%;
}
/* Swal confirmar omisión token */
button.confirmar-omitir-token::after{
  content: "(No recomendado)";
  position: absolute;
  color: black;
  bottom: -42%;
  left: 20%;
  font-size: 12px
}

@media (min-width: 576px) {
  .botonera-QR{
    transform: translateY(-100%);
  }
}

/* estilos para Modal politica de datos responsivo */
#modal-aceptar-politicas-plataforma{
  background: url('../imagenes/herramientas/poliDatos3.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 600px;
}

#modal-aceptar-politicas-plataforma .modal-dialog{
  margin-top: 215px;
  width: 350px;
  border-radius: 15px;
  box-shadow: 0px 0px 11px 0px #00000047;
  font-family: Poppins, sans-serif;
  overflow: hidden;
}

#modal-aceptar-politicas-plataforma .modal-header{
  font-weight: bold; 
  color:white; 
  text-shadow: 0.5px 0.5px 1px black; 
  font-size: 22px;
  background-color:#0f8cbe;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #modal-aceptar-politicas-plataforma { background: none }

  #modal-aceptar-politicas-plataforma .modal-dialog{
    margin-top: 10px;
    width: unset;
  }

  .icono-banner-superior{
    font-size: 20px !important;
  }
}
/* FIN estilos para Modal politica de datos responsivo */

.swal2-input {
  width: auto !important;
  height: auto !important;
  margin: auto;
  border-radius: 20px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #0089EE !important;
  font-size:2.34em !important;
}

.colored-toast.swal2-icon-success {
  background-color: #5CD461 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}
 
.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}
 
.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}
 
.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}
 
.colored-toast .swal2-close {
  color: white;
}
 
.colored-toast .swal2-html-container {
  color: white;
}

.swal2-container {
  z-index: 9000 !important;
}

.swal-validation-message-fs-big {
  font-size: 15px !important;
}

.swal2-popup.swal2-toast .toast-swal-custom-title.swal2-title{
  font-size: 16px;
}

/* Fin Swal custom styles */

/* Estilos notificaciones push internas */
.notification-toast.swal2-popup.swal2-toast{
  background-color: rgb(44, 44, 44);
}

.notification-toast #swal2-title,
.notification-toast #swal2-html-container{
  color: rgb(228, 228, 228);
  margin: 10px;
  font-size: 16px;
}

.notification-toast #swal2-html-container{
  margin-top: 0;
}

.notification-toast .swal2-timer-progress-bar{
  background-color: rgba(255, 255, 255, 0.29);
}

.notification-toast.swal2-popup.swal2-toast .swal2-close{
  align-self: start;
}

.notification-toast.swal2-popup.swal2-toast .swal2-actions button{
  font-size: 16px;
}

/* Fin estilos notificaciones push internas */

/*aplica efecto blur al backdrop de la alerta*/
body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(5px);
}

/*estilos boton flotante whatsapp*/
.float-btns-bottom-right{
  display: flex;
  gap: 10px;
	position:fixed;
	width: auto;
	height:60px;
	bottom:40px;
	right:30px;
  z-index:100;
}

.float-btns-bottom-right button .icon{
  width: 54px;
  height: 54px;
  opacity: .8;
}

.float-btns-bottom-right button .icon:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
  opacity: 1.0;
} 

.btn-closed {
  right: 1.6em;
  position: absolute;
  z-index: 1000000;
  background: #000;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  top: 4.1em;
  box-shadow: 0 0 30px rgb(0 0 0 / 36%);
  border: none;
  line-height: 5px;
}

/*estilos boton flotante Descargar QR bancolombia*/
.float-download{
  float: left;
	width:20px;
	height:18px;
	margin-top: -2px;
	background-color:#008EBB;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:16px;
  z-index: 2;
  padding: 1px;
}

.input-animation {
  border: 1px solid #ccc;
  padding: 6px 12px 6px 4px;
  background-color: transparent;
  box-shadow: 0 2px 15px 4px rgb(128 98 96 / 16%);
  width: 100%;
  border-radius: 5px;
  font-size:16px;
}

.input-animation:focus {
  outline: none;
}

.disabled-key {
  background: transparent;
  border: none;
  margin: 0 4px 0 0;
  color: #2c3e51;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px!important;
  z-index: auto;
}

/* Estilos modal Recaudos Aval y modal sms */
#modalObligaciones.in, #modalSeleccionOperacion.in{
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#box-aval{
  background-color: #ffffff;
  border-radius: 10px;
  min-width: 330px;
  max-width: 480px;
  /*overflow: hidden;*/
  box-shadow: 1px 1px 15px 5px #00000030;
  position:relative;
}
#box-aval .box-aval-header{
  background: linear-gradient(90deg, rgba(20,89,210,1) 0%, rgba(24,108,255,1) 69%);
  color: #ffffff;
  font-size: 2em !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#box-aval .box-aval-body{
  position: relative;
  z-index: 0;
  height: 240px;
  /*flex-direction: column;*/
}
#box-aval .box-aval-body .imagen{
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}

#box-aval .chica{
  position: absolute;
  bottom: 0;
  right: -25px;
  height:280px;
  /*width: 100%;
  height: 100%;*/
}

#box-aval .logo-aval{
  position: absolute;
  bottom: 5px;
  left: 5px;
}

#box-aval .box-aval-body button{
  outline: none;
  border: none;
  border-radius: 50px 10px 10px 50px;
  font-size: 26px;
  font-family: 'Poppins';
  font-weight: 400;
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 35%);
  color: #ffffff;
  margin-top: 6%;
  margin-left: 2%;
  height: 60px;
  width: 250px;
  position: relative;
  padding-left: 56px;
  vertical-align: middle;
}

#box-aval ion-icon{
  position: absolute;
  left:4px;
  top:-20px;
  transform: translateY(50%);
  font-size: 50px;
}

#box-aval .box-aval-body button:hover{
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  #box-aval .chica{
    position: absolute;
    bottom: 0;
    height:250px;
  }
  #box-aval .box-aval-header{
    font-size: 1.3em !important;
  }
  #box-aval .box-aval-header .m-0{
    font-size: 1.4em;
  }
  #box-aval .box-aval-body button{
    height: 50px;
    width: 190px;
    font-size: 18px;
    margin-top: 10%;
  }
  #box-aval ion-icon{
    font-size: 42px;
    top:-18px;
  }
}

/* Modales estilos nuevo diseño */

/* Tamaños */
.modal-dialog.modal-small{
  max-width: 400px;
  width: 100%;
}

.modal-dialog.modal-medium{
  max-width: 600px;
  width: 100%;
}

.modal-dialog.modal-large{
  max-width: 900px;
  width: 100%;
}


/* Modales con full width background image */
.modal-center.in, .modal-full-background-img.in {
  display: grid !important;
  place-items: center;  /* Centra los elementos tanto vertical como horizontalmente */
}

.modal-full-background-img .modal-dialog:not(.modal-medium):not(.modal-small):not(.modal-large){
  width: 100%;
  max-width: 800px
}

.modal-remove-bg .modal-content,
.modal-full-background-img .modal-content{
  background-color: transparent;
  box-shadow: none
}

.modal-full-background-img .btn-closed{
  right: 0;
  top: -15px;
}
/* Fin Modales con full width background image */

/* Fin Modales estilos nuevo diseño */

.mediano{
  font-size: 18px; 
  vertical-align:middle; 
  margin-right:3px;
  pointer-events: none;
}

#btn_miperfil{
  font-size:1em; 
  border-radius:50px;
  position:absolute;
  bottom: 0;
  right: 25%;
  padding: 6px 11px;
}

/*Avatar mi perfil*/

.mi-perfil__opt-seguridad-titulo {
  font-size: 16px;
}

#mi-perfil__avatar{
  background-color: #efefef;
  border-radius: 7px;
}

#divCircle {
  width: 215px;
  height: 215px;
  border-radius:200px;
  position: relative;
  top:-69%;
  left:-69%;
  opacity:0;
  -webkit-transition:opacity 0s 0s;
}
  
#divCircle img{
  position: absolute;
  width: 50px;
  height: 50px;
  background: none;
  border-radius:60px;
  border:none;
  -webkit-transition:all 0.4s;
  z-index: 9000;
}

#divCircle img:hover {
  border:1px #444444 solid;
  width: 55px;
  height: 55px;
}
  
#middleBubble {
  text-align:center;
  vertical-align:top;
  color: #252525; /*#6d6e71*/
  height:80px;		
  width: 80px;	
  position: absolute;
  text-align:center;
}
  
#middleBubble img {
  top:0px !important;
  left:0px !important;
}

.mainImg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mainImg img {
  border-width:0px;
  border-style:solid;
  border-color:rgba(0,0,0,0);
  overflow:hidden;
  -webkit-transition:all 0.5s;
  width: 100%;
  padding: 5px;
}

.avatarList {
  display:inline-block;
  width:90px;
  height:90px;
  background: linear-gradient(60deg, #24AEDA 0.2%, #008EBB 99.99%);
  border-radius:60px;
  position: relative;
}

.avatarList.expand .mainImg img {
  border-color:none;
  border-width:60px;
  margin:0;
}

#divCircle.expand {
  display:block;
  opacity:1;
  -webkit-transition:opacity 0.5s 0.4s;
}


/* Mi perfil style */
.mi-perfil__seccion-titulo{
  font-size: 14px;
  font-weight: 600;
  color: #101828;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.txt_autoregistro:hover {
  color: #56A3BB !important;
  text-decoration: underline;
}

/* Buttons custom */
.btn-custom{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-custom.rounded:hover{
  opacity: 0.8;
}

.btn-custom.shadow-1{
  box-shadow: 0 2px 6px #00000047;
}

.btn-custom.btn-block{
  width: 100%;
}

.btn-custom-outline-primary{
  border-color: #0085BA;
  color: #0085BA
}

.btn-custom-outline-primary:hover{
  color: white;
  background-color: #0085BA;
  border-color: #0085BA;
}

.btn-custom > ion-icon {
  vertical-align: middle;
}
.btn-custom:not(.icon-only) > ion-icon{
  margin-right: 5px;
  transform: translateY(-2px);
}
.btn-custom.icon-only > ion-icon{
  font-size: 26px;
}

.btn-custom-fill-success{
  background-color: #00954d;
  color: white;
}

.btn-custom-fill-success:hover{
  background-color: #00a857;
  border-color: #00743c;
}

.btn-custom-fill-primary{
  background-color: #0085ba;
  color: white;
}

.btn-custom-fill-primary:hover{
  background-color: #00a0e0;
  border-color: #0085ba;
}

.btn-custom-fill-danger{
  background-color: #e00000;
  color: white;
}

.btn-custom-fill-danger:hover{
  background-color: #ff0000;
  border-color: #ec0000;
}

.btn-custom-fill-secondary{
  background-color: #E6E6E6;
  color: #353535;
}

.btn-custom-fill-secondary:hover{
  background-color: #0085BA;
  color: white;
}

.btn-custom[data-helper-text]::after{
  content: attr(data-helper-text);
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.btn-custom:disabled{
  background-color: #b4b4b4;
  border-color: #999999;
  color: #f1f1f1;
}

.btn-custom.rounded{
  border: none;
  border-radius: 50%;
  padding: 8px;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.274);
}

/* Estilo de botón sin fondo ni border */
.btn-clear { 
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

/* Buttons custom */

@media screen and (max-width: 767px) {
  .col-sm-12.col-mobile-fix-1 {
    width: 100%;
    float: left;
  }
}

.onoffswitch {
  position: relative; 
  width: 58px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block; 
  overflow: hidden; 
  cursor: pointer;
  border: none; 
  border-radius: 20px;
}

.onoffswitch-inner {
  width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 8px;
  background-color: #0077a6; color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 8px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  width: 26px; margin: 2px;
  background: #FFFFFF;
  border: none; border-radius: 50px;
  position: absolute; top: 0; bottom: 0; right: 27px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked ~ .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked ~ .onoffswitch-switch {
  right: 0px; 
}

.marca-agua-no_comprobante{

  background-image: url('../imagenes/no_comprobante.png');
  background-size: 40%;

}
.fs-medium{
  font-size: 18px;
  line-height: 20px;
}

/* Ionicon clases */
ion-icon.medium-size{
  font-size: 24px;
}
/* Fin Ionicon clases */

/* Estilos Comprobante modulo recaudos */
.panel-informativo-doble .nav-pills li>a{
  padding: 5px;
  line-height: 0;
  text-align: center;
}
#comprobanteSolicitud{
  background-color: whitesmoke;
}
#comprobanteSolicitud .btn-custom{
  color: grey;
}
#comprobanteSolicitud .btn-custom:hover{
  color: black;
}
/* Letrero aviso */
.letreroAviso {
  background: white;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  overflow: hidden;
  height: 40px;
  color: red;
  position: relative;
}
.letreroAviso.success{
  color: #36a708;
}
.letreroAviso span{
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 10px;

  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: movingTextToLeft;
}
.letreroAviso span:hover{
  animation-play-state: paused;
}
@keyframes movingTextToLeft{
  from{ margin-left:100%; transform: translateX(0) }
  to{ margin-left:0%; transform:translateX(-100%) }
}
/* FIN Letrero aviso */

/* Modal configuracion Clave Segura */
.clave-segura-form-item label,
.clave-segura-form-item .error-msg,
.token-autenticacion-form-item label,
.token-autenticacion-form-item .error-msg{
  font-size: 18px;
  color: grey;
}

.cambio-clave-segura-instrucciones,
.cambio-clave-segura-vencida{
  font-size: 16px;
  border-radius: 5px;
}

.cambio-clave-segura-instrucciones{
  background-color: #d2f1fd;
  border: 1px solid #b3e7ff;
}

.cambio-clave-segura-vencida{
  background-color: #fdd2d2;
  border: 1px solid #ffb3b3;
}

.clave-segura-preferencias {
  list-style-type: none;
}

.clave-segura-preferencias label{
  font-size: 16px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}

.clave-segura-preferencias label ion-icon{
  font-size: 18px;
}

.clave-segura-preferencias input[type="checkbox"] + label > ion-icon:nth-of-type(2){
  display: none;
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 23px;
}

.clave-segura-preferencias input[type="checkbox"]:checked + label > ion-icon{
  color: #0eb10e;
}

.clave-segura-preferencias input[type="checkbox"]:checked + label > ion-icon:nth-of-type(2){
  display: block;
}

.clave-segura-preferencias input[type="checkbox"]:disabled + label{
  opacity: .6;
  cursor: not-allowed;
}

.btn-clave-segura-recuperar{
  background: transparent;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  color: #878787;
  border-radius: 4px;
  width: 100%;
}

.btn-clave-segura-recuperar:hover{
  color: #0076af;
  background-color: whitesmoke;
}

#cambio-clave-segura-bloqueada{
  font-size: 16px;
}
/* Fin Modal configuracion Clave Segura */

/* Configuración Marcablanca */
.img-configuracion-marcablanca{
  height: 80px;
  width: auto;
  object-fit: contain;
}
/* Fin Configuración Marcablanca */

/* Modales custom */
.full-screen-modal{
  padding-right: 0 !important;
}
.full-screen-modal .modal-dialog{
  margin: 0;
  width: 100%;
}
.full-screen-modal .modal-content{
  height: 100vh;
}
/* Modales custom */

.producto-exequial{
  cursor: pointer;
  box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.producto-exequial:hover{
  cursor: pointer;
  box-shadow: 4px 3px 10px 10px rgba(0, 0, 0, 0.2);
}

.producto-eventos{
  padding: 5px;
  cursor: pointer;
  box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.producto-eventos:hover{
  cursor: pointer;
  box-shadow: 4px 3px 10px 10px rgba(0, 0, 0, 0.2);
}

.seccion-principal {
  width: 100vw;
}

/* Media screen para tamaño de pantalla mayor o igual a 768px */
@media screen and (min-width: 768px){
  .seccion-principal {
    width: calc(100vw - 230px);
  }
}

/* estilos confirmacion placa venta SOAT */
.placa {
  border: 3px solid #f4e921 ;
  border-radius: 5px;
}

.placa-in {
  border: 5px solid #000 ;
  border-radius: 5px;
  background-color: #f4e921;
}

.input-placa{
  width: 100px;
  font-family: monospace;
  background: transparent;
  font-size: 41px;
  font-weight: bolder;
  outline: none;
  letter-spacing: 4px;
  transform: scaleY(2) scaleX(1.2);
  text-transform: uppercase;
}
/* Auditoria de documentos */
.tabla-cambio-estado-masivo-auditoria-documentos{
  max-height: 600px;
  overflow-y: auto;
}

.tabla-cambio-estado-masivo-auditoria-documentos tbody tr td{ padding: 8px !important }

.tabla-cambio-estado-masivo-auditoria-documentos td input{ min-width: 100px }

.tabla-cambio-estado-masivo-auditoria-documentos tr.success td.resultado { color: green }

.tabla-cambio-estado-masivo-auditoria-documentos tr.danger td.resultado { color: red }
/* Fin Auditoria de documentos */

/* Estilos banner superior */
.contenido-banner-superior{
  background-color: var(--color-fondo-banner);
  color: var(--color-texto-banner);
  height: 85px;
  min-height: 85px;
}

.btn-outline-banner {
  border: 2px solid var(--btn-banner-color-texto);
  background: transparent;
  border-radius: 15px;
}

.btn-outline-banner:hover {
  background: var(--btn-banner-color-texto);
  border: 2px solid var(--btn-banner-color-fondo);
  color: var(--btn-banner-color-fondo);
}

.controles-banner-superior {
  width: 62px;
  color: #5858589e;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.contenido-banner-superior.mostrar-mas{
  height: auto;
}

.contenido-banner-superior.mostrar-mas .descripcion-banner-superior{
  display: inline !important; 
}

.contenido-banner-superior.mostrar-mas .btn-menos{
  display: block !important;
}

.contenido-banner-superior.mostrar-mas .btn-mas{
  display: none;
}
/* Fin Estilos banner superior */

/* Swal envio ticket por correo y whatsapp */
.button-swal-ticket-venta{
  width: 106px !important;
}

.contenedor-envio-ticket{
  font-size: 20px;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  box-shadow: 2px 3px 9px #00000040;
  margin: 20px 35px;
  margin-bottom: 8px;
}

.input-envio-ticket-whatsapp,
.input-envio-ticket-email{
  background-color: transparent;
  outline: none;
}

.input-envio-ticket-whatsapp{
  font-size: 24px;
}
/* Swal envio ticket por correo y whatsapp */

/* Arbol de jerarquia comercio_jerarquia.twig */

.caja_arbol_jerarquia li{
  position: relative;
}

.caja_arbol_jerarquia .arbol_jerarquia {
  list-style: none;
}

.btn-gestion-jerarquia{
  color: rgb(45, 45, 45);
  display: inline-block;
}

p.btn-gestion-jerarquia{ color: grey }

.btn-gestion-jerarquia > ion-icon{ display: none }

button.btn-gestion-jerarquia:hover{
  color:rgb(0, 124, 173);
  text-decoration: underline;
}

button.btn-gestion-jerarquia:hover > ion-icon{ display: inline-block }

.caja_arbol_jerarquia li::before, .caja_arbol_jerarquia li::after {
  content: "";
  position: absolute;
  left: -10px;
}

.caja_arbol_jerarquia li::before {
  border-top: 1px solid #D7D7D7;
  top: 16px;
  width: 15px;
  height: 0;
}

.caja_arbol_jerarquia ul > li:last-child::after { height: 15px }

.menos_arbol_jerarquia, .mas_arbol_jerarquia {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 5px -14px;
}

.caja_arbol_jerarquia li::after {
  border-left: 1px solid #D7D7D7;
  height: 100%;
  width: 0px;
  top: 2px;
}

.btn-expande-jerarquia{
  font-family: sans-serif;
  color: white;
  border-radius: 5px;
  border-style: none;
  background-color: gray;
  color: black;
  width: 30.69px;
  margin-right: 5px;
}

.btn-expande-jerarquia:not(:disabled)::before{
  content: "+";
  background-color: whitesmoke;
  border-radius: 50%;
  width: 15px;
  height: 15px;

  line-height: 15px;

  position: absolute;
  top: 50%;
  left: -7px;

  transform: translateY(-50%);
}

.menos > .btn-expande-jerarquia:not(:disabled)::before{ content: "-" }

.btn-expande-jerarquia[data-clase="2"]{ background-color: #ababab }
.btn-expande-jerarquia[data-clase="3"]{ background-color: #c5c5c5 }
.btn-expande-jerarquia[data-clase="4"]{ background-color: #d5d5d5 }
.btn-expande-jerarquia[data-clase="5"]{ background-color: #e5e5e5 }

.arbol_jerarquia[data-estado="1"] > ion-icon.estado{ color: green }
.arbol_jerarquia[data-estado="2"] > ion-icon.estado{ color: grey }
.arbol_jerarquia[data-estado="3"] > ion-icon.estado{ color: red }
/* Fin arbol de jerarquia */


/* Formulario producto no diponible*/
.fondo-degrade-oscuro{
  background: rgb(29,39,44);
  background: linear-gradient(90deg, rgba(29,39,44,1) 52%, rgba(54,73,79,1) 72%);
}

.contenedor-producto-no-diponible{
  border-radius: 50px !important;
}

.triangulo{
  width:  60px;
	height: 60px;
  left: 0;
  right: 0;
	background: #fff;
	border-radius: 10px ;
  transform: rotate(44deg);
}

.position-relative{
  position: relative;
}

.position-absolute{
  position: absolute;
}

.font-poppins-extrabold{
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.font-poppins-semibold{
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.font-poppins-regular{
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

/* Fin Formulario producto no diponible*/
/* Mis comisiones */
.box-mis-comisiones{
  margin-bottom: 0;
  font-family: Inter-Light;
}

.box-mis-comisiones .box-header{
  background-color: #101010;
  color: white;
}

.box-mis-comisiones:not(.d-none) ~ .no-resultados{
  display: none;
}

.box-mis-comisiones .box-header .box-title{
  font-size: 14px;
}

.input_comision{
  min-width: 60px
}
/* Fin Mis comisiones */

/* Consumo bolsas */

.consumo-bolsas > input[type="checkbox"] ~ ion-icon:nth-of-type(1){
  color: #d1cdcd;
  font-size: 18px;
}
.consumo-bolsas > input[type="checkbox"]:checked ~ ion-icon:nth-of-type(1){
  color: #0eb10e;
}
.consumo-bolsas > input[type="checkbox"] ~ ion-icon:nth-of-type(2){
  display: none;
  top: -7px;
  left: calc(50% + 3px);
  transform: translateX(-50%);
  font-size: 23px;
}
.consumo-bolsas > input[type="checkbox"]:checked ~ ion-icon:nth-of-type(2){
  display: block;
}

/* Fin Consumo bolsas */

/* Modal traslado de ganancias */
.modal-btn-traslado {
  width: 115px;
  font-size: 16px;
  font-weight: bolder;
}
/* Fin modal traslado de ganancias */

/* INPUT COLOR PRINCIPAL EN EL ARCHIVO CONFIGURACION_MARCABLANCAS.PHP */
#swatch{
  border: 1px solid #000;
  display: flex;
  align-items: center;
}

#textColorPrimary {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  width: 140px;
  height: 35px;
}

#colorHexadecimalApp {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  width: 22px;
  margin-right: 3px;
  height: 23px;
}

*:focus{
  border-radius: 0;
  outline: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-color-swatch{
  border: 0;
  border-radius: 0;
}

::-moz-color-swatch,
::-moz-focus-inner{
  border: 0;
}

::-moz-focus-inner{
  padding: 0;
}
/* plan de comisiones */
.header-tabla-plan-comisiones {
  padding: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 17px;
  background-color: #1A2226;
}
.body-productos-plan-comisiones {
  min-height: 150px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#input-nombre-plan {
  height: 42px;
  border: 1px solid lightgrey;
  padding: 5px 10px 5px 120px;
  color: #333333;
}
#input-nombre-plan:invalid ~ label:not(.error_visible).error_plan_comision_descripcion {
  display: block;
}
#input-nombre-plan:valid ~ label.error_plan_comision_descripcion, #input-nombre-plan:invalid ~ label.error_plan_comision_descripcion.error_visible {
  display: none;
}
.label-plan-comision-desktop {
  font-size: 12px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input_utilidad_pc, .input_comision_pc {
  width: 50%;
  font-size: 15px;
}
.input_utilidad_pc {
  background-color: transparent !important; 
  color: gray; 
}
.input_comision_pc {
  background-color: rgb(245, 245, 245);
}
.header_title_categoria_pc, .body_categoria_pc {
  width: 33.3%;
  color: #1A2226;
}
.header_title_categoria_pc.opaco {
  opacity: 0.3;
}
.table-procesos-productos {
  max-height: 579px;
}
#barraProgresoProductos{
  max-width: 350px;
}
@media screen and (max-width: 1199px) {
  .sm-plan-comision {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .md-plan-comision {
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  #input-nombre-plan {
    width: 96%;
  }

  #input-nombre-plan:not(.disabled){
    padding-left: 10px;
  }
}
.vistas_plan{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-left: 0;
}
.vistas_plan_boton {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: .4;
}
.vistas_plan_descripcion {
  text-align: center;
  width: 80px;
  height: 40px;
  line-height: 1.2;
}
.vistas_plan_boton.active, .vistas_plan_boton:hover {
  opacity: 1;
}
tr.fila_productos_validos > td:first-child::before {
  counter-increment: fila-plan-comision;
  content: counter(fila-plan-comision);
}
/* fin Plan de comisiones */

/* placeholder centrado */
.ph-center::placeholder{
  font-size:26px;
  line-height: 60px; /* Centrado vertical */
}
.ph-center::-webkit-scrollbar {
  display: none;
}

.contador_sms{
  z-index: 10;
  bottom: 3px;
  right: 15px;
}
/* FIN producto SMS */
/* Estilos nueva apariencia modulos */
.header-section {
  padding: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 17px;
  background-color: #1A2226;
  color: white;
  text-align: center;
}

.body-section{
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 15px;
}
/* Fin Estilos nueva apariencia modulos */

/* Estilos para el modulo medios de compra disponibles */
.color-red{
  color: #E52927 !important;
}

.color-green{
  color: #28C470 !important;
}

.color-blue{
  color: #009CDD;
}

.aviso-cupo-compra-autoregistro {
  background-color: var(--global-grey);
  border-radius: 10px;
  padding: 13px;
  max-width: 680px;
  min-width: 300px;
}

.aviso-cupo-compra-autoregistro button.new-btn-custom {
  height: 40px;
  font-size: 14px;
}

@media (min-width: 1312px) {
  .aviso-cupo-compra-autoregistro {
    max-width: 1095px;
  }
}

.datos-compra-saldo{
  min-height: 290px;
  color: black;
  margin: 8px 8px;
  padding: 0;
  width: 100%;
  /* overflow: hidden; */
}

.box-detail-compra-saldo{
  border: 2px solid #ffff;
  box-shadow: 0px 1px 2px 0px #0000000A;
  border-radius: 12px;
}  

.compra-saldo-col1{
  max-width: 770px;
  font-size: 14px;
}

.compra-saldo-col2{
  width: 100%;
  max-width: 310px;
}

.qr-interoperable-bancos{
  gap: 10px;
}

.qr-interoperable-bancos > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px #00000014;
}

.contenedor-montos{
  background-color: #ffff;
  height: 40px;
  color: #1d1c1c;
  border-radius: 12px;
  padding: 5px;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.valor-monto{
  font-size: 16px;
}

.tutorial-compra-saldo{
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  border: none;
  background-color: var(--global-grey);
  color: #009CDD;
  padding: 0;
}

.footer-datos-compra-saldo{
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 0px 0px 12px 12px;
  border-top: 2px solid #ffffff;
  padding: 1rem 3rem;
}

.header-compra-saldo-ganancias{
  background: #FFFFFF; 
  border: 1px solid #DEE4EA; 
  border-radius: 12px 12px 0px 0px; 
  color: #303D44; 
  display: flex;
  justify-content: center;
  padding: 5px;
  font-size: 16px;
}

.tarjetas-compra-saldo a{
  width: 100%;
  height: 100%;
}

.contenedor-tarjeta-compra-saldo{
  width: 100%;
  max-width: 320px;
  min-width: 300px;
  height: 220px;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #000;
  margin: 25px 12px;
}

.contenedor-tarjeta-compra-saldo:hover, .contenedor-tarjeta-compra-saldo a{
  color:black;
}

.contenedor-tarjeta-compra-saldo:hover, .contenedor-tarjeta-compra-saldo:hover .bg-global-grey {
  background-color: #009bdd3c !important;
}

#formCompraSaldoPse .form-control{
  height: 32px;
  margin-bottom: 20px;
}

.formularios-compra-saldo{
  height: 100%;
  padding: 10px;
}

.formularios-compra-saldo .width-container-input-form-compra{
  width: 80%;
}

.formularios-compra-saldo label{
  font-size: 12px;
  margin-bottom: 1px;
  font-weight: 400;
}

.formularios-compra-saldo .form-control{
  height: 42px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  color: #B9BEC0;
}

.formularios-compra-saldo .form-control:valid, .formularios-compra-saldo .form-control:focus{
  color: #303D44;
  border: 1px solid #009CDD;
  box-shadow: none;
}

.formularios-compra-saldo .form-control:valid ~ .icono-valor-compra-saldo,.formularios-compra-saldo .form-control:focus ~ .icono-valor-compra-saldo{
  color: #009CDD;
}

.icono-valor-compra-saldo{
  color: #B9BEC0;
  padding: 0 6px;
  font-size:22px;
  position: absolute;
  display: block;
}

.btn-compra-saldo{
  min-width: 132px;
  min-height: 32px;
  background-color: #28C570;
  color: white;
  border-radius: 3px;
  font-size: 15px;
}

.btn-generar-qr{
  min-width: 132px;
  min-height: 32px;
  background-color: #009CDD;
  color: white;
  border-radius: 3px;
  font-size: 15px;
}

.btn-compra-saldo:hover, .btn-compra-saldo:focus, .btn-generar-qr:disabled, .btn-generar-qr:hover, .btn-generar-qr:focus, .btn-generar-qr:disabled{
  color: white;
}

.btn-compra-saldo:disabled, .btn-generar-qr:disabled{
  background-color: #c4c3c3;
}

.btn-close-tutorial-compra{
  height: 20px;
  border: none;
  background-color: transparent;
  text-align: left;
}

.modal-tutorial-compra-saldo .contenedor-tutorial-compra-saldo{
  width: 100%; 
  max-width: 720px; 
  min-width: 350px;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

.contenedor-tutorial-compra-saldo iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tarjetas-compra-saldo{
  width: 140px;
  min-width: 140px;
  height: 120px;
  text-align: center;
  background-color: #FFFF;
  color: var(--color-hover-payment-method);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 15px;
}

.tarjetas-compra-saldo > ion-icon{
  width: 95%;
  height: 95%;
}

input[name="medio-compra-saldo"]:checked + label, .tarjetas-compra-saldo:hover{
  background-color: var(--color-hover-payment-method);
  color: #ffff;
}

.linea-color-tarjeta{
  width: 100%;
  background-color: black;
  border-radius: 6px 6px 0px 0px; 
  height:25px; 
  margin: 0;
}

.contenedor-codigo-qr-manual .float-download {
  visibility: hidden;
}

.contenedor-codigo-qr-manual:hover .compra-saldo-col2 ~ a{
  visibility: visible;
}

#capaGenerarQR{
  background-color: rgb(255 255 255 / 90%);
  color: #7c7d7d;
  width: 250px;
  height: 280px;
  top: 0;
  height: 100%;
  width: 100%;
}

#capaGenerarQR:hover{
  color: #009CDD;
}


/* Tabla rangos de cobros bancarios Compra de saldo */

.tabla-montos-compra-saldo {
  background-color: white;
  border-collapse: separate;
  border-spacing: 0;
}

.tabla-montos-compra-saldo th{
  color: #939698;
}

.tabla-montos-compra-saldo tr th,
.tabla-montos-compra-saldo tr td {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 15px;
}

.tabla-montos-compra-saldo tr th:first-child {
  border-left: 1px solid #D9D9D9;
}

.tabla-montos-compra-saldo tr th {
  border-top: solid 1px #D9D9D9;
}

.tabla-montos-compra-saldo tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.tabla-montos-compra-saldo tr th:first-child{
  border-bottom-left-radius: 8px;
}

.tabla-montos-compra-saldo tr:first-child th:last-child{
  border-top-right-radius: 8px;
}

.tabla-montos-compra-saldo tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

#barcode-img-compra-saldo {
  max-width: 550px;
  max-height: 136px;
}

#barcode-img-compra-saldo > img {
  width: 100%;
  height: auto;
  display: block;
}
/* Fin estilos para el modulo medios de compra disponibles */

/* Inicio estilos retiro ganancias */
.titulo-form-retiro-ganancia {
  font-size: 16px;
  line-height: 25.6px;
}

.contenedor-campos-retiro-ganancia{
  max-width: 250px;
}

.tarjeta-retiro-ganancia {
  width: 130px;
  height: 100px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
}

.tarjeta-retiro-ganancia:hover, .tarjeta-retiro-ganancia.active {
  background-color: black;
}

.tarjeta-retiro-ganancia:hover > ion-icon, 
.tarjeta-retiro-ganancia.active > ion-icon {
  filter: invert(200%) sepia(100%) saturate(0%) hue-rotate(222deg) brightness(240%) contrast(200%);
}
/* Fin estilos retiro ganancias */

/* Estilos Falabella TC y Davivienda TC */

.guia_num_tarjeta{
  font-size: calc(0.5em + 0.7vw);
}

@media (max-width: 768px) {
  .guia_num_tarjeta {
    font-size: calc(0.5em + 1vw);
  }
}

@media (max-width: 425px) {
  .guia_num_tarjeta {
    font-size: calc(0.5em + 1.5vw);
  }
}

/* Fin Estilos Falabella TC y Davivienda TC */

/* Estilos Requiere validar identidad */
.contenedor-requiere-validar-identidad{
  border-radius: 6px; 
  background: linear-gradient(180deg, #FFF 0%, #EDEDED 44.1%); 
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06), 0px 4px 8px -2px rgba(0, 0, 0, 0.10);
  font-size: 14px;
}

.contenedor-requiere-validar-identidad .title{
  font-size: 20px;
}

.contenedor-requiere-validar-identidad p{
  max-width: 380px;
  font-weight: 600;
}

/* Modal valida identidad */
#modalValidaIdentidadComercio .modal-content{
  background: #F8FAFC;
  border-radius: 4px;
}

#modalValidaIdentidadComercio .modal-body .contenedor-pasos-form{
  padding: 24px;
}

#modalValidaIdentidadComercio .modal-footer{
  border-top: 1px solid #EAECF0;
  background: white;
  border-radius: 0 0 6px 6px;
  padding: 10px 16px;
}

#modalValidaIdentidadComercio .pasos{
  display: none;
} 

#modalValidaIdentidadComercio .pasos.active{
  display: flex;
} 

#modalValidaIdentidadComercio .modal-body .pasos .row .permisos-ubicacion{
  color: #667085;
  font-size: 14px;
}

#modalValidaIdentidadComercio button.new-btn-custom {
  padding: 12px 24px;
  height: 40px;
  font-size: 14px;
}

/* Animación de carga de un documento */
.small-loading-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #EAECF0; /* Color del círculo */
  border-top: 4px solid #24AEDA; /* Color de la parte azul */
  animation: spin 2s linear infinite; /* Animación de rotación */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Fin Animación de carga de un documento */

/* Pasos del modal valida identidad */
.progress-bar-steps {
  padding: 24px;
}

.circle-step-default{
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  border: 1px solid #EAECF0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.current-step-circle{
  border: 1px solid  #24AEDA;
  background: #C6EDFA;
}

.current-step-circle.complete{
  color: white;
  border: 1px solid #24AEDA;
  background: linear-gradient(60deg, #24AEDA 0.2%, #008EBB 99.99%);
}

.circle-step-default > ion-icon{
  display: none;
}

.current-step-circle.complete > ion-icon{
  display: block;
}

.current-step-circle.complete > div{
  display: none;
}

.current-step-circle > div{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #24AEDA;
}

.line-default{
  width: 45%;
  background: 1px solid #EAECF0;
  border: 1px solid #EAECF0;
}

.line-default.complete{
  border: 1px solid #24AEDA;
}

/* Pasos del modal valida identidad */

.file-error {
  color: #D92D20;
}
/*Fin de estilos Requiere validar identidad */
/* FORMULARIO ASISTENCIAS */
.btn-redireccion-planes{
  position: absolute;
  bottom: 30px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
/* FIN FORMULARIO ASISTENCIAS */

.banner-box{
  text-align: center;
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #F8FAFC;
  line-height: 1.6;
}

.banner-box-title{
  color: #475467;
  font-weight: 600;
}

.banner-box-description{
  color: #667085;
  font-size: 12px;
  margin: 0;
}

/* Stepper */
.stepper{
  list-style: none;
  margin: 0 auto;
  height: 40px;
  padding: 0;
  display: flex;
}

.stepper li{
  flex: 1 1 auto;
  position: relative;
}

.stepper li ion-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  z-index: 1;
  display: none;
}

.stepper li.completed ion-icon{
  display: block;
}

.stepper li::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 8px solid #FFF;
  margin: 8px auto;
  background: #FFF;
  box-shadow: 0 0 0 1px #EAECF0;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}

.stepper li.active::before{
  border-color: #C6EDFA;
  background: #24AEDA;
  box-shadow: 0 0 0 1px #24AEDA;
}

.stepper li.completed::before{
  width: 24px;
  height: 24px;
  border-width: 0;
  background: linear-gradient(60deg, #24AEDA 0.2%, #008EBB 99.99%);
  box-shadow: none;
}

.stepper li:not(:last-of-type)::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EAECF0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.stepper li.completed::after{
  background: linear-gradient(60deg, #24AEDA 0.2%, #008EBB 99.99%);
}

#row_subopciones .info-box:hover{
  transition: background 0.2s;
  background: #f7f7f7;
}

.sidebar-menu,
.content-wrapper{
  padding-bottom: 36px;
}

/* Modal trx pendiente */
.contentenido-trx-pendiente {
  background: var(--aa, #FFF);
  color: #667085;
  font-size: 14px;
  max-width: 400px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}

.contentenido-trx-pendiente button.new-btn-custom {
  height: 40px;
  padding: 12px 24px;
  font-size: 14px;
  flex: 1 0 calc(50% - 12px)
}
/* Modal trx pendiente */

/* Estilos para modal cambio clave */
#formCambioClave .new-form-input ion-icon[name="eye"], #formCambioClave .new-form-input ion-icon[name="eye-off"]{
  display: block ;
  right: calc(76px / 3);
  transform: translate(50%, -50%);
  color: #667085;
}

#formCambioClave .new-form-input:has(> input.invalid:not(:placeholder-shown)) > ion-icon[name="eye"],
#formCambioClave .new-form-input:has(> input.invalid:not(:placeholder-shown)) > ion-icon[name="eye-off"]{
  right: 50px;
}
/* Fin Estilos para modal cambio clave */

/* Spinner Nuevo */
.spinner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.spinner-overlay .progress-indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
}

.spinner-overlay .progress-indicator .dot {
  position: absolute;
  display: flex;
  height: 80%;
  width: 80%;
}

.spinner-overlay .progress-indicator .dot::before {
  content: '';
  height: 28%;
  width: 28%;
  border-radius: 50%;
  background-color: white;
  animation: pulse calc(.9s * 1.111) ease-in-out infinite;
  transition: background-color 0.3s ease;
}

.spinner-overlay .progress-indicator .dot:nth-child(2) {
  transform: rotate(45deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(2)::before {
  animation-delay: calc(.9s * -0.875);
}

.spinner-overlay .progress-indicator .dot:nth-child(3) {
  transform: rotate(90deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(3)::before {
  animation-delay: calc(.9s * -0.75);
}

.spinner-overlay .progress-indicator .dot:nth-child(4) {
  transform: rotate(135deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(4)::before {
  animation-delay: calc(.9s * -0.625);
}

.spinner-overlay .progress-indicator .dot:nth-child(5) {
  transform: rotate(180deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(5)::before {
  animation-delay: calc(.9s * -0.5);
}

.spinner-overlay .progress-indicator .dot:nth-child(6) {
  transform: rotate(225deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(6)::before {
  animation-delay: calc(.9s * -0.375);
}

.spinner-overlay .progress-indicator .dot:nth-child(7) {
  transform: rotate(270deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(7)::before {
  animation-delay: calc(.9s * -0.25);
}

.spinner-overlay .progress-indicator .dot:nth-child(8) {
  transform: rotate(315deg);
}
.spinner-overlay .progress-indicator .dot:nth-child(8)::before {
  animation-delay: calc(.9s * -0.125);
} 

@keyframes pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Fin spinner nuevo */

/* Modal registraduria */
#modalRecaudoRegistraduria .modal-body>img{
  padding: 16px 0;
}

#modalRecaudoRegistraduria .cards-productos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-height: 60vh;
  overflow-y: auto;
  padding: 24px 0;
}

#modalRecaudoRegistraduria .card-producto {
  height: 88px;
  border-radius: 16px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(180deg, #FFF 82%, #D9D9D9 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 12px;
}

#modalRecaudoRegistraduria .card-producto:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(180deg, #FFF 82%, #D9D9D9 100%);
}

#modalRecaudoRegistraduria .card-producto ion-icon{
  font-size: 36px;
}

/* Fin modal registraduria */