/* -=-=-=-=-= BARRA BRANCA  =-=-=-=-=- */
.header-top {
    height: 62px;
    /* margin: 0 1rem !important; */
}

.sinc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #333535;
}

.border-logo {
    border: 1px solid #d7d9e2;
    height: 24px;
}

.top-header-right-bottom {
    display: inline-block;
    z-index: 15;
}

.top-header-right-bottom.active {
    position: absolute;
    z-index: 15;
    background-color: white;
}

#navbarNav {
    background-color: #FFF;
    border: 1px #0000004f solid;
}

.navbar-perfil {
    position: absolute;
    z-index: 10;
}

.navbar-perfil .perfil {
    display: flex;
    justify-content: flex-end;
}

.nav-item {
    cursor: pointer;
    border-radius: var(--bs-border-radius-lg) !important;
}

.nav-item span {
    display: contents;
}

.navbar-toggler.active {
    transform: rotate(180deg);
}

.arrow-toggler {
    height: 16px !important;
    filter: invert(40%) sepia(88%) saturate(353%) hue-rotate(100deg) brightness(89%) contrast(99%);
}

.perfil {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.img-perfil {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border: 1px solid #D7D9E2;
    border-radius: 50%;
}

.user-name {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #333535;
}

.subtitle {

    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #7B8099;
}
/* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

/* -=-=-=-=-= BARRA VERDE  =-=-=-=-=- */
.green-header .navbar-icon {
    font-size: 18px;
    margin-left: 0.3rem;
}

.green-header .dropdown-icon {
    font-size: 18px;
}

.green-header .main-page-button {
    height: 30px;
    color: #fff;
    font-weight: 600;
}

.green-header .main-page-button:active {
    color: #fff;
}

.green-header .main-page-button span {
    padding: inherit;
}

.green-header .selected {
    color: #376817 !important;
    font-weight: 600;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.green-header .navbar-toggler {
    filter: invert(100%) sepia(0%) saturate(7446%) hue-rotate(107deg) brightness(117%) contrast(105%);
}

.secondary-items {
    padding: 0.5rem 0;
}

.secondary-items .navbar-nav {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 20px;
    padding: 0.5rem 0;
    /* margin: 0px !important; */
}

.menu-option {
    height: 110px;
    margin: 0 8px;
    /* width: 125px; */
}

.btn-green-header {
    border: 1px #FFF solid;
    border-radius: 15px;
    display: grid !important;
    height: 110px;
}

.btn-green-header img {
    align-self: center;
    justify-self: center;
    height: 50px;
}

.btn-green-header span {
    padding: 0px !important;
}

.btn-green-header::after,
.btn-green-header .arrow-toggler {
    display: none;
}

.search-bar {
    display: flex;
    height: 60px;
    width: 100%;
    margin: 0px !important;
}

.search-bar input {
    height: 60px;
    max-width: 100%;
}

.search-bar i {
    align-self: center;
}

.dropdown-rounded {
    border-radius: 40%;
}

.dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background: rgba(90, 137, 40, 0.25) !important;
    color: #000000 !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.search-bar i {
    position: absolute;
    margin-left: 20px;
}

.search-input {
    padding: 6px 40px 6px 50px;
    max-width: 400px;
    height: 32px;
    border-radius: 24px;
    border: none;
    background-color: #E6F5EC;
}

.search-input:focus {
    background-color: #E6F5EC;
}

.menu-option .btn {
    padding: 2px 6px;
    font-weight: 600;
}
/* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

/* -=-=-=-=-= TOOLTIP PERFIL  =-=-=-=-=- */
.perfil-tooltip {
    display: none;
    position: absolute;
    top: 3.8rem;
    right: 9rem;
    z-index: 99999;
    width: 180px;
    border-radius: 20px;
    padding: 10px;
    background-color: #FFF;
}

.perfil-tooltip .img-perfil {
    width: 48px;
    height: 48px;
}

.perfil-tooltip .user-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.perfil-tooltip .subtitle::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #82B13B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.perfil-tooltip .subtitle,
.perfil-tooltip .time-left {
    font-size: 12px;
}

.perfil-tooltip .border-2 {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 2;
    padding: 0;
    margin: 0.5rem -0.5rem 0 -0.5rem;
}

.perfil-tooltip .time-left {
    font-style: normal;
    font-weight: 400;
    color: #545660;
    margin: 10px auto 0 auto;
}
/* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

/* -=-=-=-=-= MODAIS =-=-=-=-=- */
#button-notification,
#button-qa,
#button-logout {
    border-width: 0px;
    padding: 0.5rem 1rem;
}


#button-notification:hover,
#button-qa:hover,
#button-logout:hover {
    /* border-left: #198754 10px solid; */
    background: rgba(25, 135, 84, 0.25);
}

#button-notification:active,
#button-qa:active,
#button-logout:active {
    /* border-left: #198754 10px solid; */
    filter: none;
}


#notification-modal,
#questions-modal {
    position: absolute;
    height: 100%;
}

#questions-modal-header,
#notification-modal-header {
    display: grid !important;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
}

.header-modals .modal-filter-header {
    height: 62px !important;
}

.mark-as-read {
    width: 100%;
    border: none;
    font-size: 14px;
}

#notificacoes-list-events {
    padding-top: 1rem;
}

.perfil-btn {
    color: #000000;
}

.button-pesquisa-item {
    margin-top: 15px;
}

.pesquisa-list-mark-read {
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    background-color: rgb(240, 240, 240);
}

.pesquisa-list-events-class {
    display: flex;
    flex-direction: column;
    background-color: white;
    min-height: 170px;
}

.primary-steps {
	background-color: #1887535c;
	border: none;
}

.primary-steps:hover {
	text-decoration: underline;
}

#button-primary-steps {
	color: #105802;
}

/* -=-=-=-=-= RESPONSIVIDADE =-=-=-=-=- */
@media screen and (max-width:575px) {
    .pesquisa-list {
        position: absolute;
        top: 414px;
        left: 70px;
        z-index: 1;
        height: 20%;
        width: 90%;
    }

    /* -=-=-=-=-= BARRA VERDE  =-=-=-=-=- */
    .secondary-items .navbar-nav {
        justify-content: initial;
    }

    .btn-green-header {
        font-size: 22px;
        padding: 0.7rem !important;
    }

    .btn-green-header span {
        padding: 0px !important;
    }

    .btn-green-header i:before {
        font-size: 22px;
    }

    .search-bar {
        margin-top: 1rem !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    /* -=-=-=-=-= BARRA BRANCA  =-=-=-=-=- */
    .header-top {
        justify-content: space-between !important;
        margin: 0 2rem !important;
    }

    .top-header-right-top {
        display: flex;
        margin-top: 0 !important;
    }

    .perfil-btn {
        display: none;
    }

    .perfil-tooltip {
        top: 3.8rem;
        right: 7.5rem;
    }

    #navbarNav {
        border: none;
    }

    .navbar-perfil {
        position: inherit;
    }

    .nav-item span {
        display: none;
    }

    #navbar-toggler {
        display: none;
    }

    .nav-link {
        transition: none;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

    /* -=-=-=-=-= BARRA VERDE  =-=-=-=-=- */
    .secondary-items .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 5px;
    }

    .menu-option {
        height: 120px;
        width: 25%;
    }

    .btn-green-header {
        border: 1px #FFF solid;
        border-radius: 15px;
        display: grid !important;
        height: 110px;
        font-size: 18px;
        padding: 0.7rem !important;
        gap: 0.30rem;
    }

    .btn-green-header span {
        padding: 0px !important;
    }

    .btn-green-header i::before {
        font-size: 24px;
    }

    .btn-green-header::after {
        display: none;
    }

    .search-bar {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .pesquisa-list {
        position: absolute;
        margin: 0px !important;
        top: 294px;
        right: -90px;
        width: 97%;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

    /* -=-=-=-=-= MODAIS =-=-=-=-=- */
    #button-notification,
    #button-qa,
    #button-logout {
        border-width: 0px;
        padding: 0.5rem;
    }

    #button-notification:hover,
    #button-qa:hover,
    #button-logout:hover {
        border-left: none;
        background: none;
    }

    #button-notification.active,
    #button-qa.active {
        background-color: #198754;
        border-radius: 50% !important;
        padding: 0.5rem;
    }

    #button-notification.active img,
    #button-qa.active img {
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(289deg) brightness(283%) contrast(100%);
    }

    #notification-modal,
    #questions-modal {
        position: absolute;
        top: 62px;
        height: 100%;
    }

    #questions-modal-header,
    #notification-modal-header {
        display: none !important;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */
}

@media screen and (min-width: 992px) {
    /* -=-=-=-=-= BARRA BRANCA  =-=-=-=-=- */
    .header-top {
        justify-content: space-between !important;
        margin: 0 3rem !important;
    }

    .top-header-right-top {
        display: flex;
        margin-top: 0 !important;
    }

    .navbar-perfil {
        position: inherit;
    }

    .navbar-perfil .nav-item span {
        display: none;
    }

    #navbar-toggler {
        display: none;
    }

    .navbar-perfil .nav-link {
        transition: none;
    }

    #navbarNav {
        border: none;
    }

    .perfil-btn {
        display: none;
    }

    .perfil-tooltip {
        top: 3.8rem;
        right: 7.5rem;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

    /* -=-=-=-=-= BARRA VERDE  =-=-=-=-=- */
    .green-header {
        height: 62px;
        padding: 0.5rem 2rem 0.5rem 6rem !important;
    }

    .secondary-items {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 2rem;
    }

    .secondary-items .navbar-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        column-gap: normal !important;
    }

    .menu-option {
        height: 30px;
        /* width: 175px; */
    }

    .btn-green-header {
        display: flex !important;
        align-items: center;
        height: 30px;
        border: none;
    }

    .btn-green-header img {
        align-self: center;
        justify-self: center;
        height: 18px;
    }

    .btn-green-header span {
        padding: inherit !important;
    }

    .btn-green-header .arrow-toggler {
        display: flex;
        filter: none;
    }

    .btn-green-header .dropdown-icon.active {
        filter: none;
        transform: rotate(180deg);
        padding-top: 5px;
    }

    .search-bar {
        display: grid;
        justify-self: flex-end;
    }

    .search-bar {
        display: flex;
        height: 35px;
        width: 100%;
        margin: 0px !important;
    }

    .search-bar input {
        height: 35px;
        max-width: 100%;
    }

    .search-bar i {
        align-self: center;
    }

    #navbarSupportedContent {
        display: grid !important;
        align-items: center;
        grid-template-columns: 1fr auto;
    }

    .pesquisa-list {
        position: absolute;
        margin: 0px !important;
        top: 118px;
        width: 400px;
        right: -60px;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */

    /* -=-=-=-=-= MODAIS =-=-=-=-=- */
    #button-notification,
    #button-qa,
    #button-logout {
        border-width: 0px;
        padding: 0.5rem;
    }

    #button-notification:hover,
    #button-qa:hover,
    #button-logout:hover {
        border-left: none;
        background: none;
    }

    #button-notification.active,
    #button-qa.active {
        background-color: #198754;
        border-radius: 50% !important;
        padding: 0.5rem;
    }

    #button-notification.active img,
    #button-qa.active img {
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(289deg) brightness(283%) contrast(100%);
    }

    #notification-modal,
    #questions-modal {
        position: absolute;
        top: 62px;
        height: 100%;
    }

    #questions-modal-header,
    #notification-modal-header {
        display: none !important;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */
}

@media screen and (max-width: 1200px) {
    /* -=-=-=-=-= BARRA VERDE  =-=-=-=-=- */
    .green-header {
        padding: 0.5rem !important;
    }
    /* -=-=-=-=-=-=-=-=-==-=-=-=-=- */
}