:root {
    --tblr-font-sans-serif: "Poppins", sans-serif;
}
body {
    font-feature-settings: "cv03", "cv04", "cv11";
}
.card {
    border-radius: 15px !important;
}
/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #ff6201;
}

.nav-link {
    font-weight: 500;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.nav-link.active,
.dropdown-item.active {
    background-color: #ff6201;
}

.nav-link:hover,
.nav-link:focus,
.dropdown-item.active:hover,
.dropdown-item.active:focus {
    background-color: #fff;
    color: #f1c40f !important;
}

.nav-link.active,
.nav-link.active .nav-link-icon i {
    color: #f1c40f !important;
}

.nav-link:hover,
.nav-link:hover .nav-link-icon i,
.nav-link:focus,
.nav-link:focus .nav-link-icon i {
    color: #f1c40f !important;
}

.nav-link:hover,
.nav-link:hover .nav-link-icon,
.nav-link:focus,
.nav-link:focus .nav-link-icon {
    color: #f1c40f !important;
}
.swal2-popup {
    width: 30em !important;
    padding: 1em;
    font-size: 14px !important;
    border-radius: 10px;
    border-top: 3px solid #ff6201 !important;
}

.swal2-loading {
    border-top: none !important;
}

.swal2-container .swal2-toast {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.swal2-container .swal2-toast .swal2-title {
    font-size: 14px !important;
}

.swal2-container .swal2-toast .swal2-icon {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.swal2-title {
    font-size: 22px !important;
    font-weight: bold;
}

.swal2-content {
    font-size: 12px !important;
}

.swal2-actions {
    font-size: 14px !important;
    justify-content: center;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 12px !important;
    padding: 8px 12px !important;
    border-radius: 5px;
    min-width: 50px;
}

.swal2-styled.swal2-confirm {
    background-color: #ff6201 !important;
    color: #fff !important;
}

.swal2-styled.swal2-cancel {
    background-color: #d33 !important;
    color: #fff !important;
}

[class*="iconPwd"] {
    cursor: pointer;
    pointer-events: auto !important;
}
.navbar-brand-logo {
    width: 200px;
    height: auto;
}

.dt-scroll-body {
    overflow: unset !important;
}
.dt-scroll-head {
    overflow: unset !important;
}
.dt-scroll-body {
    overflow: unset !important;
    width: 100%;
    border-bottom: transparent !important; /* Add border to th and td */
}
.dt-scroll-foot {
    overflow: unset !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--tblr-dropdown-link-hover-color);
    text-decoration: none;
    background-color: rgba(var(--tblr-secondary-rgb), 0.08);
}
#map {
    border-radius: 10px;
    height: 500px;
    width: 100%;
}
body[data-bs-theme="dark"] .select2-results__option--highlighted[aria-selected],
body[data-bs-theme="dark"] .select2-results__option--highlighted {
    background-color: rgba(var(--tblr-primary-rgb), 0.9) !important;
    color: var(--tblr-white) !important;
}

body .select2-results__option--highlighted[aria-selected],
body .select2-results__option--highlighted {
    background-color: rgba(var(--tblr-primary-rgb), 0.9) !important;
    color: var(--tblr-white) !important;
}
body[data-bs-theme="dark"] .select2-selection,
body[data-bs-theme="dark"] .select2-dropdown,
body[data-bs-theme="dark"] .select2-search__field {
    color: white !important;
    background: var(--tblr-bg-forms) !important;
}
body[data-bs-theme="dark"] .select2-selection .select2-selection__rendered {
    color: var(--tblr-white) !important;
}
.select2-results__option.select2-results__option--selected {
    background: rgba(var(--tblr-dark-rgb), 0.9) !important;
}
body[data-bs-theme="dark"]
    .select2-results__option.select2-results__option--selected {
    background: rgba(var(--tblr-primary-rgb), 0.9) !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--tblr-primary) !important;
    box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--tblr-primary) !important;
}
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:focus {
    border-color: var(--tblr-primary) !important;
    box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.bank_foto {
    --tblr-avatar-size: 1.5rem;
    --tblr-avatar-status-size: 0.75rem;
    --tblr-avatar-bg: var(--tblr-bg-surface-secondary);
    --tblr-avatar-box-shadow: var(--tblr-box-shadow-border);
    --tblr-avatar-font-size: 1rem;
    --tblr-avatar-icon-size: 1.5rem;
    position: relative;
    width: 150px;
    height: 40px;
    font-size: var(--tblr-avatar-font-size);
    font-weight: var(--tblr-font-weight-medium);
    line-height: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tblr-secondary);
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--tblr-avatar-bg) no-repeat center/cover;
}

[data-bs-theme="dark"] .navbar-brand-autodark .navbar-brand-logo {
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .navbar-brand-logo {
        width: auto;
        height: 45px;
    }

    #map {
        height: 250px;
    }
}
