.card {
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    border: 0 !important;
}

.card-header:first-child,
.card-header {
    border-radius: 0.5rem 0.5rem 0 0;
}

.card-footer:last-child,
.card-footer {
    border-radius: 0 0 0.5rem 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #d1d5db;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body:not([data-sidebar-size="sm"]) #vertical-menu-btn {
    margin-left: 0;
    margin-right: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #0069a6;
    border-color: #0069a6;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0069a6;
    border-color: #0069a6;
}

.btn-link {
    font-weight: 400;
    color: #0069a6;
    text-decoration: none;
}

.form-check-input:checked {
    background-color: #0069a6;
    border-color: #0069a6;
}

.bw-filter {
    filter: grayscale(100%);
}

tr {
    vertical-align: middle;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0069a6;
    border-color: #0069a6;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #0069a6 !important;
}

#sidebar-menu ul li a:hover i {
    color: #0069a6;
}

body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    i {
    color: #0069a6;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #0069a6;
    background-color: #f5f5f5;
    -webkit-transition: none;
    transition: none;
}

.mm-active .active {
    color: #0069a6 !important;
}

.mm-active > a {
    color: #0069a6 !important;
}

.mm-active .active i {
    color: #0069a6 !important;
}

.mm-active > a i {
    color: #0069a6 !important;
}

.page-link:hover {
    z-index: 2;
    color: #0069a6;
    text-decoration: none;
    background-color: #e9e9ef;
    border-color: #ced4da;
}

tr {
    vertical-align: middle;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #d1d5db;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.71094rem;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.71094rem;
}

table.dataTable tbody td:last-child {
    white-space: nowrap;
}

body[data-topbar="dark"] .navbar-brand-box {
    background-color: #0069a6;
    border-color: #0069a6;
}

body[data-topbar="dark"] #page-topbar {
    background-color: #0069a6;
    border-color: #0069a6;
    -webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.8125rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.5rem;
    /*box-shadow: */
    /*    0 1px 3px 0 rgba(0, 0, 0, 0.1), */
    /*    0 1px 2px 0 rgba(0, 0, 0, 0.06);*/
    box-shadow: 
        0 2px 6px 0 rgba(0, 0, 0, 0.1), 
        0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.btn {
    border-radius: 0.4rem;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #035d91;
    border-color: #005789;
}

.btn-primary:hover {
    color: #fff;
    background-color: #035d91;
    border-color: #005789;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #035d91;
    border-color: #005789;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(62, 150, 241, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(62, 150, 241, 0.5);
}

.border-black {
    border-color: #000 !important;
}

.choices__inner {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #d1d5db;
    -webkit-appearance: none;
    appearance: none;
    /*background-color: #fff;*/
    /*vertical-align: middle;*/
    border-radius: 0.5rem;
    /*border: 1px solid #e9e9ef !important;*/
    border: 0.0625rem solid #d1d5db !important;
    min-height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
}

.is-open .choices__inner {
    border-radius: 0.5rem 0.5rem 0 0;
}

.choices__list--dropdown {
    border-radius: 0 0 0.5rem 0.5rem;
}

.choices__list--multiple .choices__item {
    background-color: #1c84ee;
    border-color: #1c84ee;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: 400;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50rem;
    padding: 2px 6px;
    font-size: 10px;
    /* font-weight: 500; */
    /* margin-right: 3.75px; */
    /* margin-bottom: 3.75px; */
    /* background-color: #00bcd4; */
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 8px;
    font-size: 12px;
}

.choices__list--dropdown .choices__item--selectable:after {
    font-size: 8px;
}

.text-primary {
    color: #0069a6 !important;
}

a {
    color: #0069a6;
    text-decoration: none;
}

a:hover {
    color: #005789;
}

.table-hover > tbody > tr.bg-soft-danger:hover {
    --bs-table-accent-bg: rgba(239, 103, 103, 0.25);
    color: var(--bs-table-hover-color);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0069a6;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 1;
}

.bg-orange {
    background-color: #ff8104 !important; /* Laranja */
}