
.table-banks-accounts .table .thead-dark th{
    text-wrap: nowrap !important;
}
[dir] .table-banks-accounts .table .thead-dark th{
    background-color: #1ea0fc;
    border-color: #1ea0fc;
}


.sidebar-content {
  overflow-y: auto;
}


[dir] .animated-border {
  border: 2px solid;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
[dir=ltr] .animated-border {
  animation: borderAnimation 5s infinite linear;
}
[dir=rtl] .animated-border {
  animation: borderAnimation 5s infinite linear;
}
@keyframes borderAnimation {
0% {
    border-color: var(--border-color-start);
}
50% {
    border-color: #f7f7f7;
}
100% {
    border-color: var(--border-color-start);
}
}


/*# sourceMappingURL=chunk-66b6b35d.448e282e.css.map*/