:root {
    --ad-menu-size: 360px;
    --ad-menu-item-color: #2ABFBF;
    --bs-primary: #2ABFBF;
    --bs-primary-rgb: 42, 191, 191;
    --bs-btn-bg: #2ABFBF;
    --bs-btn-border-color: #2ABFBF;
    --bs-btn-hover-bg: #22a3a3;
    --bs-btn-hover-border-color: #22a3a3;
    --bs-btn-active-bg: #1e9090;
    --bs-link-color: #2ABFBF;
    --bs-link-hover-color: #22a3a3;
    --bs-pagination-active-bg: #2ABFBF;
    --bs-pagination-active-border-color: #2ABFBF;
}

.form-check-input:checked {
    background-color: #2ABFBF !important;
    border-color: #2ABFBF !important;
}

.page-item.active .page-link {
    background-color: #2ABFBF !important;
    border-color: #2ABFBF !important;
    color: #fff !important;
}

.page-link {
    color: #2ABFBF !important;
}

.page-link:hover {
    color: #22a3a3 !important;
}

.btn-primary {
    background-color: #2ABFBF !important;
    border-color: #2ABFBF !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #22a3a3 !important;
    border-color: #22a3a3 !important;
}

.green {
    color: #2ABFBF !important;
}

.btn-success {
    background-color: #2ABFBF !important;
    border-color: #2ABFBF !important;
    color: #fff !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #22a3a3 !important;
    border-color: #22a3a3 !important;
}

.label-success, .badge-success {
    background-color: #2ABFBF !important;
    border-color: #2ABFBF !important;
    color: #fff !important;
}

.text-success {
    color: #2ABFBF !important;
}

/* Contorno (focus) dos campos em verde */
.tfield:focus,
.form-control:focus,
.form-select:focus,
.select2-container--default.select2-container--focus .select2-selection {
    border-color: #7dd3d3 !important;
    box-shadow: 0 0 0 0.25rem rgba(42,191,191,.25) !important;
}

/* Opção destacada/selecionada do dropdown (select2) em verde */
.select2-results__option--highlighted,
li.select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
[data-bs-theme=dark] .select2-container--default .select2-results__option--highlighted,
[data-bs-theme=dark] .select2-container--default .select2-results__option--highlighted[aria-selected],
[data-bs-theme=dark] .select2-container--default .select2-results__option[aria-selected=true],
[data-menu-theme=dark] .select2-container--default .select2-results__option--highlighted,
[data-menu-theme=dark] .select2-container--default .select2-results__option--highlighted[aria-selected],
[data-menu-theme=dark] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2ABFBF !important;
    color: #fff !important;
}

#module-menu {
    padding: 8px !important;
}

#module-menu-top {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#module-menu .sidebar-logo {
    width: 54px !important;
    height: 54px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

#module-menu .sidebar-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}