#panelBancos {
  backdrop-filter: unset;
}

#panelBancos .modal_popup_contenedor {
  width: 520px;
  height: 95%;
}

#panelBancos .tabla_Global {
  margin-bottom: 0;
}

#panelBancos .panel_bancos_dialog_Tabla {
  height: calc(100% - 130px);
  overflow-y: auto;
}

#panelBancos .panel_bancos_dialog_Tabla section {
  padding: 1.5em;
}

#panelBancos .panel_bancos_dialog_Tabla .alerta_nota_Global {
  margin-bottom: 1em;
}

#panelBancos .panel_bancos_dialog_Tabla img {
  max-width: 45px;
}

#panelBancos footer span {
  font-size: 12px;
}

#panelBancos footer small {
  opacity: 0.6;
  font-size: 13px;
}

#panelBancos .panel_bancos_dialog_Tabla td button i {
  transform: rotate(-180deg);
  font-size: 17px;
}

#panelBancos .panel_bancos_dialog_Tabla tr:hover td button {
  background: var(--button-bg);
  color: var(--button-text);
}

#panelBancos .bancos_Active td:nth-child(2):after {
  content: "Activo";
  display: block;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 500 !important;
}

#panelBancos .tabla_fila_active_Global td button {
  background: var(--button-bg);
  color: var(--button-text);
}

.bancos_texto_descargar::before {
  content: "Descargar";
}

/* Vista Detalle */

#bancosVista .modal_popup_contenedor {
  width: 560px;
  color: var(--color-texto);
}

#bancoImagen {
  max-width: 48px;
  margin-right: 10px;
}

#bancosVista .bancos_vista_dialog {
  height: calc(100% - 130px);
  overflow-y: auto;
}

#bancosVista .bancos_vista_dialog section {
  padding: 1.5em 2em;
}

#bancosVista .tabla_Global td {
  font-size: 15px;
}

#bancosVista .banco_descripcion {
  color: var(--color-texto);
  text-align: justify;
  padding: 0.2em;
  font-size: 14px;
}

.bancoArrowDonwload {
  transform: rotate(-90deg);
}

#bancoNameItem small {
  opacity: 0.5;
}

#bancosVista .footer_Modulos_Global {
  padding: 0 2em;
}

#bancoAlertaMensaje > div {
  margin-bottom: 1em;
}

#bancoDvBl article {
  color: var(--color-texto);
}

#bancoDvBl .Panel_Bancos_Referencia {
  color: var(--button-bg);
}

#bancoFb .header_Titulo_Global,
#bancoAgPM .header_Titulo_Global {
  font-size: 15px;
}

#bancoAgOf {
  margin-bottom: 1em;
}

.bancoBogotaCredenciales {
  color: var(--color-texto);
  margin-top: 1.5em;
}

#bancoBG .header_Titulo_Global {
  font-size: 16px;
}

.bancos_vista_dialog .header_Titulo_Global {
  user-select: all;
}

.bancoLineInfo {
  line-height: 25px;
}

.bancoNuevaNota .alerta_nota_Global {
  padding: 1em 1.8em;
}

.bancosBtnReportar {
  font-weight: 600 !important;
  margin-bottom: 6px;
  gap: 5px;
}

.bancosBtnReportar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0e0d0a, transparent);
  border-radius: 80px;
}

.bancosBtnReportar i {
  font-size: 18px;
}

.bancoBogotaCredenciales table:nth-child(1) {
  margin-bottom: 20px;
}

.bancoBogotaCredenciales table td {
  width: calc(100% / 2);
}

.banco___caja__social___table table,
.bancos___bogota___account {
  color: var(--color-texto);
}

.bancos___bogota___account {
  margin: 0.75em 0.4em;
}

.bancos___bogota___account b {
  margin-bottom: 10px;
}

.banco___caja__social___table table tbody tr td {
  padding: 0.75em 1em;
}

.banco___caja__social___table table tbody tr td:first-child {
  background: rgb(73 79 86 / 14%);
}

.banco___caja__social___table table tbody tr td:last-child {
  opacity: 0.85;
}

.active--current {
  background: var(--button-bg);
  color: var(--button-text);
  user-select: none;
  border-radius: 0;
}

.banco____info____footer {
  background: #fbfbaa;
  color: #202001;
  padding: 1em 1.2em;
  border-radius: 5px;
}

.banco____info____footer p {
  font-size: 13px;
  margin: 0;
}

.bancos__colpatria__info p {
  font-size: 14px;
  color: var(--color-texto);
}

#bancoDeBogataCorresponsales {
  color: var(--color-texto);
}

#bancoDeBogataCorresponsales .header_Titulo_Global {
  font-size: 15px;
}

.bancolombia____transferencias___items > div {
  margin-bottom: 1.5em;
}

#bancoColombiaTransferencia .bancolombia____transferencias___items > div > table td:first-child {
  background: rgb(73 79 86 / 14%);
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 525px) {
  #panelBancos .modal_popup_contenedor {
    width: 95%;
  }
}

@media (max-width: 570px) {
  #bancosVista .modal_popup_contenedor {
    width: 95%;
  }
}

@media (max-width: 490px) {
  #bancosVista header .header_Titulo_Global {
    width: min-content;
    max-width: 190px;
  }
}

@media (max-width: 395px) {
  #bancosVista .modal_popup_contenedor {
    height: 90%;
  }

  #bancosVista .tabla_Global,
  #bancosVista .tabla_Global td {
    border: 0;
  }

  #bancosVista .tabla_Global,
  #bancosVista .tabla_Global tbody,
  #bancosVista .tabla_Global tr {
    display: block;
  }

  #bancosVista .tabla_Global thead {
    display: none;
  }

  #bancosVista .tabla_Global tr {
    margin: auto;
    margin-bottom: 1em;
    width: 100%;
    border: var(--tabla-borde);
    border-radius: 10px;
    position: relative;
    padding: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #bancosVista .tabla_Global tr td {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: left;
    background: none;
  }

  #bancosVista .tabla_Global tr td::before {
    content: attr(aria-label);
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500 !important;
    opacity: 0.6;
  }

  #bancosVista .bancos_vista_dialog section {
    padding: 1.5em 1.5em;
  }

  #BancoColpatria table th {
    background: none;
    padding: 0.25em 0;
    opacity: 0.65;
  }
}

@media (max-width: 390px) {
  #panelBancos .tabla_Global,
  #panelBancos .tabla_Global td {
    border: 0;
  }

  #panelBancos .tabla_Global,
  #panelBancos .tabla_Global tbody,
  #panelBancos .tabla_Global tr {
    display: block;
  }

  #panelBancos .tabla_Global thead {
    display: none;
  }

  #panelBancos .tabla_Global tr {
    margin: 20px auto;
    width: 100%;
    border: var(--tabla-borde);
    border-radius: 10px;
    position: relative;
    padding: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #panelBancos .tabla_Global tr td {
    display: inline-block;
    width: 100%;
    padding: 0.45em;
    text-align: left;
  }

  #panelBancos .tabla_Global tr.tabla_fila_active_Global td:last-child:after {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  #panelBancos .tabla_Global tr td:last-child {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
  }
}

@media (max-width: 350px) {
  #bancosVista header .header_Titulo_Global {
    width: 145px;
  }
}

@media (max-width: 310px) {
  #panelBancos .button_Global {
    padding: 1em;
  }

  .bancos_texto_descargar::before {
    content: "Desc";
  }

  #bancoNameItem small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    text-align: left;
  }
}

@media (max-width: 300px) {
  #bancosVista header .header_Titulo_Global {
    width: 90px;
  }
}

@media (max-height: 780px) {
  #bancosVista .modal_popup_contenedor {
    height: 95%;
  }
}
