.table thead th {
    border-bottom: 4px solid #00843d;
}

.table th {
    border-top: none;
}

a {
    color: #00843d;
}

a:hover {
    color: #00843dc4;
}

th {
    color: #00843d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #00843d;
    border-color: #00843d;
}

.page-link {
    color: #00843d;
}

h4 {
    color: #424242;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 24px;
}

.form-control {
    border-radius: 8px;
}

.form-control:focus {
    background-image: linear-gradient(to top, #00843d 2px, rgba(244, 67, 54, 0) 2px);
    border-color: #ced4da !important;
}

.text-primary {
    color: #00843d !important;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #00843d;
    border-color: #00843d;
}

.btn-outline-primary {
    color: #fff;
    border-color: #00843d;
    background-color: #00843dc4;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #579190;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00843dc4;
    border-color: #00843d;
}

.btn-outline-primary:focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(7 101 100 / 50%);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00843dc4;
    border-color: #00843d;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(7 101 100 / 50%);
}

.card {
    border-radius: 0;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 24px;
    margin-top: 0px;
}

main {
    padding: 24px;
}

.dataTables_filter label {
    font-size: 14px;
    font-weight: bold !important;
}

label {
    font-size: 14px;
    font-weight: bold !important;
}

aside section ul {
    padding-left: 15px;
}

#profile-user-clickable {
    cursor: pointer;
}

.custom-select.custom-select-sm.form-control.form-control-sm {
    padding-right: 8px;
    margin-right: 10px;
}

body aside {
    background-color: #212953;
    color: #dcdcdc !important;
}

body aside section > a {
    color: #dcdcdc;
    font-weight: 400 !important;
}

body aside section > a.active {
    background-color: #13182d;
    color: #dcdcdc !important;
    font-weight: 700 !important;
}

body aside section > a:hover {
    background-color: #13182d !important;
    font-weight: 700 !important;
    color: #dcdcdc !important;
}

body aside section ul a {
    background-color: #212953 !important;
    color: #dcdcdc !important;
}

body aside section ul a.active,
body aside section ul a:hover,
body aside section > a.active:not(:only-child) {
    color: #dcdcdc !important;
    background-color: #13182d !important;
}

#profile #profile-menu {
    background-color: #13182d;
}

body.top.top_small aside {
    padding: 50px 0 0 0 !important;
}

body.top.top_small aside section > a.active {
    background: #212953;
}

body.top.top_small aside section ul {
    padding: 0;
}

div.dataTables_wrapper div.dataTables_processing {
    display: none !important;
}

/* colocar regra para dentro do swal2 */
.select2-container--open {
    z-index: 99999999999999;
}

.custom-control-label {
    line-height: 1.5rem;
}

.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: '';
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -2.5rem;
    display: block;
    width: 2.5rem;
    height: 1.5rem;
    content: '';
    background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00843d;
    background-color: #00843d;
}

.unselectable {
    user-select: none;
}

* {
    outline: none;
}

#notificationsHolder {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 380px;
    background: white;
    border-radius: 3px;
    border: 1px solid #ccc;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

#notifications div.row {
    padding: 10px;
    border-top: 1px solid #ccc;
}

#notifications > span {
    margin: 15px;
    display: flex;
}

#notifications div img {
    border-radius: 50%;
    object-fit: cover;
    height: 90px;
    width: 90px;
}

#help {
    font-size: 1.8rem;
    cursor: pointer;
    margin-right: 10px;
}
#help:hover,
#profile-notifications:hover {
    color: #00843dc4 !important;
}

#profile-notifications {
    padding: 0 !important;
    margin-right: 10px;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
}

.marquee div {
    padding-left: 100%;
    animation: animate 8s linear infinite;
}

@keyframes animate {
    100% {
        transform: translate(-100%, 0);
    }
}

.sidebar-profile-option {
    border-radius: 3px;
}

.sidebar-profile-option a {
    display: block;
    margin-left: 10px;
    line-height: 40px;
}

.sidebar-profile-option:hover {
    background-color: #212953;
}
