html,
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    -webkit-tap-highlight-color: rgba(18, 38, 63, 0);
    background-color: #f9fbfd;
    color: #3b506c;
}

#app,
main {
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo-wrapper {
    text-align: center;
}

.logo-wrapper img {
    max-width: 80%;
    display: inline-block;
}

.h1,
h1 {
    font-size: 1.625rem;
}
.h2,
h2 {
    font-size: 1.25rem;
}
.h3,
h3 {
    font-size: 1.0625rem;
}
.h4,
h4 {
    font-size: 0.9375rem;
}
.h5,
h5 {
    font-size: 0.8125rem;
}
.h6,
h6 {
    font-size: 0.625rem;
}

.app-main {
    margin-left: 220px;
}
.sidebar {
    width: 220px;
}
.sidebar .main-menu {
    overflow: auto;
}
.sidebar .app-logo {
    font-size: 1.5rem;
}
.sidebar .app-logo-img {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
.sidebar .nav-item .nav-link .fas,
.sidebar .nav-item .nav-link .fab {
    margin-right: 0.75rem;
}
.sidebar .nav-item.separator {
    margin: 1.5rem 0 0.5rem;
}
.sidebar .nav-item.separator .nav-link {
    padding-left: 0.5rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #999;
}
.sidebar .nav-item .nav-link {
    color: #6e84a3 !important;
}

.sidebar .nav-item .nav-link.active {
    background-color: #6e84a3 !important;
    color: #fff !important;
}

.app-main > .container-fluid {
    padding: 2rem !important;
}

.h-alert {
    height: 40px;
    font-weight: bold;
    z-index: 10000;
}
.h-space {
    padding-top: 40px;
}
.toast-container.h-space {
    padding-top: calc(0.75rem + 40px) !important;
}

.header {
    margin-bottom: 2rem;
}
.header-img-top {
    height: auto;
    width: 100%;
}
.header-body {
    border-bottom: 1px solid #e3ebf6;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.header.bg-dark .header-body,
.header.bg-hero .header-body {
    border-bottom-color: rgba(227, 235, 246, 0.1);
}
.header-footer {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.header-pretitle {
    color: #95aac9;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.header-title {
    margin-bottom: 0;
}
.header-subtitle {
    color: #95aac9;
    margin-bottom: 0;
    margin-top: 0.375rem;
}
.header-tabs {
    border-bottom-width: 0;
    margin-bottom: -1.5rem;
}
.header-tabs .nav-link {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.bg-muted {
    background-color: #95aac9 !important;
}
.bg-muted-soft {
    background-color: #cddef7 !important;
}
.badge.bg-muted-soft {
    color: #8c9fbb !important;
}

.content-header {
    padding: 0 0 2rem;
}

.content-header h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.content-header + hr {
    margin-top: 0;
    margin-bottom: 2rem;
}

.cursor-pointer {
    cursor: pointer;
}

.datagrid .table {
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.datagrid table.dataTable td,
.datagrid table.dataTable th {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.datagrid .table > thead > tr > td,
.datagrid .table > tbody > tr > td,
.datagrid .table > tfoot > tr > td {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.datagrid.use-datatable .card-body:last-child {
    padding: 0;
}

.datagrid.use-datatable .dataTables_wrapper .dataTables_filter > label {
    float: none;
}

.datagrid.use-datatable .dataTables_wrapper .dataTables_paginate {
    margin: 1rem 0;
    line-height: 1;
}

.datagrid.use-datatable .dataTables_filter,
.datagrid.use-datatable .dataTables_paginate {
    border: 0 none;
}

.datagrid.use-datatable .dataTables_wrapper .dataTables_paginate .pagination {
    justify-content: center;
}

.datagrid.use-datatable .pagination li {
    display: inline-block;
    margin: 0 2px;
}

.datagrid.use-datatable .pagination li + li {
    margin-left: 5px;
}

.datagrid.use-datatable .pagination li a,
.datagrid.use-datatable .pagination li span,
.datagrid.use-datatable .pagination li.prev a,
.datagrid.use-datatable .pagination li.prev span,
.datagrid.use-datatable .pagination li.previous a,
.datagrid.use-datatable .pagination li.previous span,
.datagrid.use-datatable .pagination li.next a,
.datagrid.use-datatable .pagination li.next span {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0;
    min-width: 30px;
    border-radius: 50%;
    border: 0 none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.datagrid.use-datatable .pagination li.prev.disabled,
.datagrid.use-datatable .pagination li.previous.disabled,
.datagrid.use-datatable .pagination li.next.disabled {
    display: none;
}

.datagrid.use-datatable .dataTables_wrapper .dataTables_paginate {
    border-bottom: 0 none;
    text-align: center;
    background: transparent;
}

.datagrid .datagrid-col-actions {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.datagrid .datagrid-col-actions .btn {
    padding: 0;
    width: 30px;
    line-height: 26px;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    bottom: 1.05em;
}

.swal2-loader {
    border-color: #2c7be5 transparent #2c7be5 transparent;
}
.swal2-styled.swal2-confirm {
    background-color: #2c7be5;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.5);
}
.swal2-styled.swal2-deny {
    background-color: #e63757;
}
.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px rgba(239, 55, 87, 0.5);
}
.swal2-styled.swal2-cancel {
    background-color: #6e84a3;
}
.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(110, 132, 163, 0.5);
}

.table thead th {
    background-color: #f0f4f7;
    color: #90a2bd;
}
.table tbody tr td {
    box-shadow: none !important;
}
.table tbody tr.odd td {
    background-color: transparent;
}
.table tbody tr.even td {
    background-color: #f9fbfd;
}
.tabs .nav-item.has-validation-errors .nav-link {
    color: #e63757 !important;
}
.tabs .nav-item.has-validation-errors .nav-link.active {
    border-color: #e63757 !important;
}
.toggle-delete.badge,
.toggle-status.badge {
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.33rem 0.5rem 0.35rem;
  border-radius: 0.375rem;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    border-radius: 2em;
    height: 1em;
    margin-top: 0.375em;
}
.table.fixed-header {
    border-collapse: collapse;
    position: relative;
}
.table.fixed-header thead th {
    cursor: pointer;
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: 0 !important;
}
.is-invalid {
    padding-right: 2rem !important;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
    border-radius: 0.25rem;
}

.form-check .form-check-input[type="checkbox"][class*="bg-"]:not(:checked) {
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.form-check .form-check-input[type="checkbox"][class*="bg-"]:checked {
    border: 0 none;
}
.form-control-sm {
    line-height: 1.5;
}

.dropdown.bootstrap-select > .dropdown-menu {
    max-height: 350px;
    padding: 6px 0;
}

.dropdown.bootstrap-select > .dropdown-menu > .inner {
    max-height: 338px;
}

.dropdown.bootstrap-select > .dropdown-menu > .bs-searchbox + .inner {
    max-height: 294px;
}

.dropdown.bootstrap-select .dropdown-menu .dropdown-item .text {
    text-transform: uppercase;
}

.dt-footer .col > div {
    padding: 0 !important;
    margin: 0 !important;
}

div.dataTables_scrollBody {
    border: 0 none !important;
}

.card-cobrancas .nav-link.active {
    border-bottom-width: 2px;
}
.card-body-cobrancas .card {
    border: 0 none;
}
.table tbody tr.odd td.dtfc-fixed-left {
    background-color: #fff;
}

.table thead tr th.dtfc-fixed-left,
.table tbody tr td.dtfc-fixed-left {
    border-right: 1px solid #f0f0f0;
}

/* .table tbody tr th.dtfc-fixed-left + th.dtfc-fixed-left,
.table tbody tr td.dtfc-fixed-left + td.dtfc-fixed-left {
    border-right: 0 none;
} */

.toggle-saldo,
.toggle-saldo-sm,
.toggle-saldo-lg {
    cursor: pointer;
    font-size: 1rem;
    color: grey;
    display: flex;
    align-items: center;
}

.toggle-saldo,
.toggle-saldo-sm {
    justify-content: space-between;  
}

.toggle-saldo-lg {
    justify-content: flex-start;  
}

.toggle-saldo > i, i.toggle-saldo  {
    margin-left: 10px;
}

.text-saldo-lg{
 font-size: 1.8rem;
}

.btn:disabled {
    cursor: not-allowed;
}

#modal-extrato-balanco  strong{
    font-size: 1.5rem;
}

#modal-extrato-balanco  h1{
    font-size: 2.5rem;
}

#modal-extrato-balanco  h2{
    font-size: 1.8rem;
}