@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.form-floating > label {
    font-weight: normal !important
}

.login-page .alert ul {
    margin-bottom: 0;
    padding-left: 0;
}

.login-page .alert li {
    list-style: none;
}

.input-validation-error {
    border: 1px solid #dc3545 !important;
}

.box-profile h3 {
    margin-bottom:1rem;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6 !important;
}

.table ul {
    margin-bottom: 0px
}

#cardholder-datatable td {
    vertical-align: middle;
}

#cardholder-datatable_filter .form-control {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    margin-left: 0px;
}

#cardholder-datatable th::after,
#cardholder-datatable th::before {
    display: none;
}

#cardholder-datatable th {
    cursor: default;
}

.badge.bg-badge-BL {
    background-color: #258cfb;
    color: white
}

.badge.bg-badge-GE {
    background-color: #ffd800;
    color: black
}

.badge.bg-badge-GR {
    background-color: #0db64f;
    color: white
}

.badge.bg-badge-FU {
    background-color: #ca2c92;
    color: white
}

.badge.bg-badge-RO {
    background-color: #dc3545;
    color: white
}

.badge.bg-badge-OR {
    background-color: orange;
    color: white
}

.badge.bg-badge-WI {
    background-color: white;
    color: black;
    border: 1px solid black
}

.transaction-table-Charge {
    background: #c3e6cb
}

.transaction-table-Other {
    background: #fff3cd
}

.transaction-table-Manual .table-striped td {
    background: #cce5ff
}

.transaction-table-saldo.negative {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 0.25rem 1rem;
    border-radius: 0.25rem;
}

.dashboard-card-button a {
    width: 100%;
}

.dashboard-card-button {
    margin-top: 20px;
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom:#ffffff !important;
}

.description-block>.description-header {
    margin-top: 10px !important;
}