[data-bs-theme=dark] a { color: #fff; }
[data-bs-theme=dark] .active, .active path, .nav_link:hover, .nav_link:hover path {
    color: var(--white-color);
    fill: var(--white-color) !important; /*para svg*/
}
[data-bs-theme=dark] .btn-primary, .bg-primary, .form-check-input:checked {
  background-color: #0a58ca !important;
}

[data-bs-theme=dark] .text-dark { color: #fff !important; }
/* BUTTONS */
[data-bs-theme=dark] .btn-link { color: #fff; }
[data-bs-theme=dark] .btn-close { filter: invert(1) grayscale(100%) brightness(200%); }
[data-bs-theme=dark] .btn-dark { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; }
[data-bs-theme=dark] .btn-dark:hover { color: #000; background-color: #f9fafb; border-color: #f9fafb; }
[data-bs-theme=dark] .btn-check:focus + .btn-dark,
[data-bs-theme=dark] .btn-dark:focus { color: #000; background-color: #f9fafb; border-color: #f9fafb; box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
[data-bs-theme=dark] .btn-check:checked + .btn-dark,
[data-bs-theme=dark] .btn-check:active + .btn-dark,
[data-bs-theme=dark] .btn-dark:active,
[data-bs-theme=dark] .btn-dark.active,
[data-bs-theme=dark] .show > .btn-dark.dropdown-toggle { color: #000; background-color: #f9fafb; border-color: #f9fafb; }
[data-bs-theme=dark] .btn-check:checked + .btn-dark:focus,
[data-bs-theme=dark] .btn-check:active + .btn-dark:focus,
[data-bs-theme=dark] .btn-dark:active:focus,
[data-bs-theme=dark] .btn-dark.active:focus,
[data-bs-theme=dark] .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
[data-bs-theme=dark] .btn-dark:disabled,
[data-bs-theme=dark] .btn-dark.disabled { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; }
[data-bs-theme=dark] .btn-light { color: #fff; background-color: #212529; border-color: #212529; }
[data-bs-theme=dark] .btn-light:hover { color: #fff; background-color: #1c1f23; border-color: #1a1e21; }
[data-bs-theme=dark] .btn-check:focus + .btn-light,
[data-bs-theme=dark] .btn-light:focus { color: #fff; background-color: #1c1f23; border-color: #1a1e21; box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
[data-bs-theme=dark] .btn-check:checked + .btn-light,
[data-bs-theme=dark] .btn-check:active + .btn-light,
[data-bs-theme=dark] .btn-light:active,
[data-bs-theme=dark] .btn-light.active,
[data-bs-theme=dark] .show > .btn-light.dropdown-toggle { color: #fff; background-color: #1a1e21; border-color: #191c1f; }
[data-bs-theme=dark] .btn-check:checked + .btn-light:focus,
[data-bs-theme=dark] .btn-check:active + .btn-light:focus,
[data-bs-theme=dark] .btn-light:active:focus,
[data-bs-theme=dark] .btn-light.active:focus,
[data-bs-theme=dark] .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
[data-bs-theme=dark] .btn-light:disabled,
[data-bs-theme=dark] .btn-light.disabled { color: #fff; background-color: #212529; border-color: #212529; }
[data-bs-theme=dark] .btn-outline-dark { color: #f8f9fa; border-color: #f8f9fa; }
[data-bs-theme=dark] .btn-outline-dark:hover { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; }
[data-bs-theme=dark] .btn-check:focus + .btn-outline-dark,
[data-bs-theme=dark] .btn-outline-dark:focus { box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
[data-bs-theme=dark] .btn-check:checked + .btn-outline-dark,
[data-bs-theme=dark] .btn-check:active + .btn-outline-dark,
[data-bs-theme=dark] .btn-outline-dark:active,
[data-bs-theme=dark] .btn-outline-dark.active,
[data-bs-theme=dark] .btn-outline-dark.dropdown-toggle.show { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; }
[data-bs-theme=dark] .btn-check:checked + .btn-outline-dark:focus,
[data-bs-theme=dark] .btn-check:active + .btn-outline-dark:focus,
[data-bs-theme=dark] .btn-outline-dark:active:focus,
[data-bs-theme=dark] .btn-outline-dark.active:focus,
[data-bs-theme=dark] .btn-outline-dark.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
[data-bs-theme=dark] .btn-outline-dark:disabled,
[data-bs-theme=dark] .btn-outline-dark.disabled { color: #f8f9fa; background-color: transparent; }
[data-bs-theme=dark] .btn-outline-light { color: #212529; border-color: #212529; }
[data-bs-theme=dark] .btn-outline-light:hover { color: #fff; background-color: #212529; border-color: #212529; }
[data-bs-theme=dark] .btn-check:focus + .btn-outline-light,
[data-bs-theme=dark] .btn-outline-light:focus { box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
[data-bs-theme=dark] .btn-check:checked + .btn-outline-light,
[data-bs-theme=dark] .btn-check:active + .btn-outline-light,
[data-bs-theme=dark] .btn-outline-light:active,
[data-bs-theme=dark] .btn-outline-light.active,
[data-bs-theme=dark] .btn-outline-light.dropdown-toggle.show { color: #fff; background-color: #212529; border-color: #212529; }
[data-bs-theme=dark] .btn-check:checked + .btn-outline-light:focus,
[data-bs-theme=dark] .btn-check:active + .btn-outline-light:focus,
[data-bs-theme=dark] .btn-outline-light:active:focus,
[data-bs-theme=dark] .btn-outline-light.active:focus,
[data-bs-theme=dark] .btn-outline-light.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
[data-bs-theme=dark] .btn-outline-light:disabled,
[data-bs-theme=dark] .btn-outline-light.disabled { color: #212529; background-color: transparent; }
/* DROPDOWNS */
[data-bs-theme=dark] .dropdown-menu { color: #dee2e6; background-color: #343a40; border-color: rgba(0, 0, 0, 0.15); }
[data-bs-theme=dark] .dropdown-menu .dropdown-item { color: #dee2e6; }
[data-bs-theme=dark] .dropdown-menu .dropdown-item:hover,
[data-bs-theme=dark] .dropdown-menu .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); }
[data-bs-theme=dark] .dropdown-menu .dropdown-item.active,
[data-bs-theme=dark] .dropdown-menu .dropdown-item:active { color: #fff; background-color: #0a58ca; }
[data-bs-theme=dark] .dropdown-menu .dropdown-item.disabled,
[data-bs-theme=dark] .dropdown-menu .dropdown-item:disabled { color: #adb5bd; }
[data-bs-theme=dark] .dropdown-menu .dropdown-divider { border-color: rgba(0, 0, 0, 0.15); }
[data-bs-theme=dark] .dropdown-menu .dropdown-item-text { color: #dee2e6; }
[data-bs-theme=dark] .dropdown-menu .dropdown-header { color: #adb5bd; }
/* LIST GROUPS */
[data-bs-theme=dark] .list-group-item-action { color: #fff; }
[data-bs-theme=dark] .list-group-item-action:hover,
[data-bs-theme=dark] .list-group-item-action:focus { color: #fff; background-color: #333; }
[data-bs-theme=dark] .list-group-item-action:active { color: #212529; background-color: #e9ecef; }
[data-bs-theme=dark] .list-group-item { background-color: #111; border: 1px solid #333; }
[data-bs-theme=dark] .list-group-item:not(:first-child) { border-top: none; }
[data-bs-theme=dark] .list-group-item.disabled,
[data-bs-theme=dark] .list-group-item:disabled { color: #fff; background-color: #000; }
[data-bs-theme=dark] .list-group-item.active { color: #fff; background-color: #0a58ca; border-color: #0a58ca; }
/* TABS */
[data-bs-theme=dark] .nav-tabs { border-bottom: 1px solid #000; }
[data-bs-theme=dark] .nav-tabs .nav-link:hover,
[data-bs-theme=dark].nav-tabs .nav-link:focus { border-color: #212529 #212529 #000; }
[data-bs-theme=dark] .nav-tabs .nav-link.disabled { color: #333; }
[data-bs-theme=dark] .nav-tabs .nav-link.active,
[data-bs-theme=dark] .nav-tabs .nav-item.show .nav-link { color: #fff; background-color: #000; border-color: #212529 #212529 #000; }
/* PAGINATION */
[data-bs-theme=dark] .page-link { color: #fff; background-color: #111; border: 1px solid #333; }
[data-bs-theme=dark] .page-link:hover { color: #fff; background-color: #333; border-color: #333; }
[data-bs-theme=dark] .page-link:focus { color: #fff; background-color: #000; }
[data-bs-theme=dark] .page-item.active .page-link { color: #fff; background-color: #0a58ca; border-color: #0a58ca; }
[data-bs-theme=dark] .page-item.disabled .page-link { color: #fff; background-color: #000; border-color: #333; }
/* BACKGROUNDS */
[data-bs-theme=dark] .bg-light { background-color: #212529 !important; }
[data-bs-theme=dark] .bg-dark { background-color: #f8f9fa !important; }
[data-bs-theme=dark] .bg-white { background-color: #000 !important; }
[data-bs-theme=dark] .bg-white.text-white,
[data-bs-theme=dark] .bg-dark.text-white,
[data-bs-theme=dark] .bg-warning.text-dark,
[data-bs-theme=dark] .bg-info.text-dark { color: #212529 !important; }
/* BORDERS */
[data-bs-theme=dark] .border,
[data-bs-theme=dark] .border-top,
[data-bs-theme=dark] .border-end,
[data-bs-theme=dark] .border-bottom,
[data-bs-theme=dark] .border-start { border-color: #212529 !important; }
/* BREADCRUMB */
[data-bs-theme=dark] .breadcrumb.border { border-color: #333 !important; }
/* SHADOWS */
[data-bs-theme=dark] .shadow { box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15) !important; }
[data-bs-theme=dark] .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.075) !important; }
[data-bs-theme=dark] .shadow-lg { box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.175) !important; }
/* CARDS */
[data-bs-theme=dark] .card { background-color: #212529; border: 1px solid rgba(255, 255, 255, 0.125); color: #FFF;}
/* TABLES */
[data-bs-theme=dark] table { --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;}
/*[data-bs-theme=dark] .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {border-left: 1px solid #373b3e; border-right: 1px solid #373b3e;}
[data-bs-theme=dark] .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {border-bottom: 1px solid #373b3e;}*/
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {border-left: 0px solid #111 !important; border-right: 0px solid #111 !important;}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {border-bottom: 0px solid #111 !important;}
[data-bs-theme=dark] .fixed-table-pagination {color: white;}
[data-bs-theme=dark] .bootstrap-table.fullscreen {background: #111;}
/* MODALS */
[data-bs-theme=dark] .modal-content { background-color: #000; border: 1px solid rgba(255, 255, 255, 0.2); color: #FFF;}
[data-bs-theme=dark] .modal-header { border-bottom: 1px solid #212529; color: #FFF;}
[data-bs-theme=dark] .modal-footer { border-top: 1px solid #212529;color: #FFF; }
[data-bs-theme=dark] .modal-backdrop.show { opacity: 0.75; }
/* LIST GROUP */
[data-bs-theme=dark] .list-group-item {
	color: #fff;
}
/* ACCORDIONS */
[data-bs-theme=dark] .accordion:not(.accordion-flush) { border-top: 1px solid #333; border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }
[data-bs-theme=dark] .accordion-button { color: #fff; background-color: #000; border: 1px solid #333; border-top: none; }
[data-bs-theme=dark] .accordion-button:not(.collapsed) { color: #fff; background-color: #111; border-bottom: none; }
[data-bs-theme=dark] .accordion-button::after { filter: invert(1) grayscale(100%) brightness(200%); }
[data-bs-theme=dark] .accordion-collapse { border: 1px solid #333; }
[data-bs-theme=dark] .accordion-flush .accordion-button { border-right: 0; border-left: 0; border-radius: 0; }
[data-bs-theme=dark] .accordion-flush .accordion-collapse { border-width: 0; }
[data-bs-theme=dark] .accordion-flush .accordion-item:first-of-type .accordion-button { border-top-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
[data-bs-theme=dark] .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-width: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
/* PROGRESS BARS */
[data-bs-theme=dark] .progress { background-color: #333; }
/* FORMS */
[data-bs-theme=dark] .form-select { color: #fff; border-color: #111 !important; background: #333 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; border: 1px solid #111; }
/*[data-bs-theme=dark] .form-select:focus { border-color: #0a58ca; box-shadow: 0 0 0 0.2rem #0a58ca; background-color: rgba(0,0,255,0.1); }*/
[data-bs-theme=dark] .form-select:focus::-ms-value { color: #495057; background-color: #fff; }
[data-bs-theme=dark] .form-select option { color: #fff; }
[data-bs-theme=dark] .form-select:disabled, .form-control:disabled { background-color: rgba(255, 255, 255, 0.1) !important; color: rgba(255, 255, 255, 0.5) !important;}
[data-bs-theme=dark] .form-select:-moz-focusring { text-shadow: 0 0 0 #495057; }
/* TOAST */
[data-bs-theme=dark] .toast-header {background-color: #323539 !important;}
[data-bs-theme=dark] .toast-body {background-color: #323539;}
[data-bs-theme=dark] .toast {
	background-color: #323539;
}
/* BADGE */
[data-bs-theme=dark] .badge.bg-dark {
	background-color: white;
	color: black;
}

/*LOGIN PAGE */
[data-bs-theme=dark] .area{
    background: #000;  
    width: 100%;
    margin-top: 50px;
   /* height:100vh;*/
}

[data-bs-theme=dark] .circles {
  background-color: #000 !important;
}

[data-bs-theme=dark] #botao-entrar-login, [data-bs-theme=dark] #buttonConfirmar {
	border-color: #323232;
	background-color: var(--white-color) !important;
	color: #000;
}

[data-bs-theme=dark] .login-card-header {
	background-color: var(--white-color)
}

/*Change Autocomplete Styles in WebKit Browsers*/
[data-bs-theme=dark] input:-webkit-autofill,
[data-bs-theme=dark] input:-webkit-autofill:hover, 
[data-bs-theme=dark] input:-webkit-autofill:focus,
[data-bs-theme=dark] textarea:-webkit-autofill,
[data-bs-theme=dark] textarea:-webkit-autofill:hover,
[data-bs-theme=dark] textarea:-webkit-autofill:focus,
[data-bs-theme=dark] select:-webkit-autofill,
[data-bs-theme=dark] select:-webkit-autofill:hover,
[data-bs-theme=dark] select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

[data-bs-theme=dark] .texto-acesso-negado {
	color: white
}

[data-bs-theme=dark] .lock .top {
	border: 10px solid white;
}

/*bootstrap-select*/
[data-bs-theme=dark] #bs-select-1.inner.show {        
  padding: 6px 12px;	    
  width: 100%;
}

[data-bs-theme=dark] .btn.dropdown-toggle.btn-light {
  background-color: #000 !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}

[data-bs-theme=dark] .btn.dropdown-toggle.btn-light:focus {
  outline: 0px !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important
}

[data-bs-theme=dark] .btn.dropdown-toggle.btn-light.show {
  padding: 6px 12px;
  width: 100%;
  cursor: pointer;
}

[data-bs-theme=dark] .bootstrap-select .dropdown-menu {
  min-width: 0% !important;
  width: 94%;
  content: none;
}

[data-bs-theme=dark] .dropdown-item.selected.active {
  background-color: #1a1e21;
  color: white;
  content: none;
}

[data-bs-theme=dark] .dropdown-item.selected.active::before {
  background-color: #1a1e21;
  background: #1a1e21;  
  content: none;
}

[data-bs-theme=dark] .bootstrap-select .dropdown-menu li a.active {
  width: 107%;
  background-color: lightgradarkgrayy;
  background: #1a1e21;  
  color: white;
  content: none;
}

[data-bs-theme=dark] .bootstrap-select .dropdown-menu li a:hover {
  width: 107%;
  background-color: #1a1e21;
  background: #1a1e21;  
  color: white;
  content: none;
}

[data-bs-theme=dark] .input-select-multi-options {
  width: 100% !important;
  background-color: #212529;
  color: #ced4da
}