html {
    scroll-behavior: ease-in;
}

html,
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#btn-pesquisar-layout {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 0px 4px 4px 0px;
    background: #95C93D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-pesquisar-layout {
    width: 9.147px;
    height: 9.219px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: 9.147px 9.219px !important;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/iconmonstr-magnifier-4.svg');
}

#div-maisfiltros-layout {
    background: white;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

#btn-maisfiltros-layout {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-btn-maisfiltros-layout {
    width: 10.536px;
    height: 9.219px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: 10.536px 9.219px !important;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/sliders-h.svg');
}

#pesquisa-layout {
    width: 216px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 4px 0px 0px 4px;
    background: #FFF;
    border-right: none;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 10px;
}

header {
    background: rgba(18, 33, 72, 0.9);
    border-color: #94C83D;
    padding: 5px;
}

.navbar {
    background: #0F2153;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px;
}

.container-fluid-nav {
    padding-right: 0px;
    padding-left: 20px;
}

.page_content_frame {
    max-width: 100% !important;
    min-width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.nav_content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 6px 0px 6px 0px;
}

.nav_text {
    color: #FFF;
    letter-spacing: 0.7px;
    font-size: 14px;
}
    .nav_text:hover {
        color:#FFF !important;
    }

.logo {
    width: 108px;
    height: 24px;
    background-image: url(../../../Images/Shared/Layout/nav/logo_govplan.svg);
    background-repeat: no-repeat;
}

.pipe {
    width: 1px;
    height: 30px;
    background: #FFF;
}

#menu_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

#menu_notificacao {
    display: none;
    top: 90%;
    background: #FFF;
    z-index: 1;
    right: 106px;
    border-radius: 4px 0px 4px 4px;
    box-sizing: border-box;
    box-shadow: -1px 8px 8px -3px #000;
    z-index: 2;
    width: 265px;
}

#menu_notificacao_arrow {
    display: none;
    width: 10px;
    height: 10px;
    top: 71%;
    right: 106px;
    background-image: linear-gradient(to bottom right, transparent 50%, #FFF 0);
    background-position: top right;
    background-size: 100% 100%;
    z-index: 2;
}

.divider {
    border-top: 1px solid #ccc;
    width: 100%;
}

.notificacao-lida {
    padding: 10px;
    background-color: #f8f9fa;
}
    .notificacao-lida .spanNotificacao > * {
        color: #6c757d;
    }

.notificacao-nao-lida {
    padding: 10px;
    background-color: var(--bs-warning-bg-subtle);
    font-weight: normal;
}
    .notificacao-nao-lida > .notification > div {
        font-weight: bold;
    }


#notificacao_header {
    max-height: 32px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 5px 8px -2px #ccc;
}

    #notificacao_header p {
        margin: 0px;
        color: #000;
        font-family: Open Sans;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 7px 0px;
    }

#notificacao_content {
    overflow: auto;
    max-height: 260px;
}

#notificacao_footer {
    max-height: 32px;
    border-top: 1px solid #ccc;
    box-shadow: 0px -3px 8px -2px #ccc;
}

    #notificacao_footer button {
        height: 24px;
    }

.excluir-notificacao {
    width: fit-content;
}

#notification-count {
    --bs-bg-opacity: 1;
    --bs-text-opacity: 1;
    background-color: rgba(39, 153, 250, var(--bs-bg-opacity));
    color: rgba(255, 255, 255, var(--bs-text-opacity));
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 13px;
    font-size: 8px;
    display:none;
}

.notification-count {
    background-color: #FF5733;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    display: none;
}

#nav_calendar {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    background-image: url('../../../images/shared/layout/nav/icon-calendar.svg');
    background-repeat: no-repeat;
    background-size: 17px 17px !important;
    transition: background-image 0.2s ease-in-out;
}

    #nav_calendar:hover,
    #nav_calendar.active {
        background-image: url('../../../images/shared/layout/nav/icon-calendar-green.svg');
    }

#nav_pca {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    background-image: url('../../../images/shared/layout/nav/icon-pca.svg');
    background-repeat: no-repeat;
    background-size: 17px 17px !important;
    transition: background-image 0.2s ease-in-out;
}

    #nav_pca:hover,
    #nav_pca.active {
        background-image: url('../../../images/shared/layout/nav/icon-pca-green.svg');
    }

#nav_contratacao {
    color: white;
}
    #nav_contratacao:hover,
    #nav_contratacao.active {
        color: #739f43;
    }

#nav_chart {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url('../../../images/shared/layout/nav/icon-charts.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    transition: background-image 0.2s ease-in-out;
}

    #nav_chart:hover, 
    #nav_chart.active {
        background-image: url('../../../images/shared/layout/nav/icon-charts-green.svg');
    }

#nav_arquivos {
    width: 19.6px;
    height: 16px;
    flex-shrink: 0;
    background-image: url(../../../Images/Shared/Layout/nav/icon-arquivo.svg);
    background-repeat: no-repeat;
    background-size: 19.6px 16px !important;
    transition: background-image 0.2s ease-in-out;
}

    #nav_arquivos:hover,
    #nav_arquivos.active {
        background-image: url(../../../Images/Shared/Layout/nav/icon-arquivo-green.svg);
    }

#nav_arquivos {
    width: 19.6px;
    height: 16px;
    flex-shrink: 0;
    background-image: url(../../../Images/Shared/Layout/nav/icon-arquivo.svg);
    background-repeat: no-repeat;
    background-size: 19.6px 16px !important;
    transition: background-image 0.2s ease-in-out;
}

    #nav_arquivos:hover,
    #nav_arquivos.active {
        background-image: url(../../../Images/Shared/Layout/nav/icon-arquivo-green.svg);
    }

#nav_dollardocument {
    width: 14.4px;
    height: 18px;
    flex-shrink: 0;
    background-image: url('../../../images/shared/layout/nav/icon-dollardocument.svg');
    background-repeat: no-repeat;
    background-size: 14.4px 18px !important;
    transition: background-image 0.2s ease-in-out;
}

    #nav_dollardocument:hover,
    #nav_dollardocument.active {
        background-image: url('../../../images/shared/layout/nav/icon-dollardocument-green.svg');
    }

#nav_notification {
    width: 13.2px;
    height: 16px;
    flex-shrink: 0;
    background-image: url(../../../Images/Shared/Layout/nav/icon-notificacao.svg);
    background-repeat: no-repeat;
    background-size: 13.2px 16px !important;
    transition: background-image 0.2s ease-in-out;
}
    #nav_notification:hover,
    #nav_notification.active {
        background-image: url(../../../Images/Shared/Layout/nav/icon-notificacao-green.svg);
    }

#nav_profile {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-image: url(../../../Images/Shared/Layout/nav/icon-perfil.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    transition: background-image 0.2s ease-in-out;
}
    #nav_profile:hover,
    #nav_profile.active {
        background-image: url(../../../Images/Shared/Layout/nav/icon-perfil-green.svg);
    }

.nav_adm_area {
    display: flex;
    min-width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-image: url('../../../images/shared/layout/chevron-circle-up-solid.svg');
    background-repeat: no-repeat;
    transition: background-image 0.2s ease-in-out;
}

    .nav_adm_area:hover {
        background-image: url('../../../images/shared/layout/chevron-circle-down-solid.svg');
    }

.nav_adm_area_invert {
    display: flex;
    min-width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-image: url('../../../images/shared/layout/chevron-circle-down-solid.svg');
    background-repeat: no-repeat;
    transition: background-image 0.2s ease-in-out;
}

#nav_logout {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: #D44C48;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav_logout_icon {
    width: 16px;
    height: 16px;
    background-image: url(../../../Images/Shared/Layout/nav/iconmonstr-x-mark-1.svg);
    background-repeat: no-repeat;
}



/*#region Area Admin*/
.dropdown-toggle::after {
    display: none !important;
}
/*#endregion*/

/*#region Muleta do BP*/
#div-pesquisa .btn-pesquisa {
    background-color: #0F2153 !important;
    border: none !important;
}
    #div-pesquisa .btn-pesquisa:hover {
        background-color: #0D1D4A !important;
    }

.admin-menu-asset {
    min-width: 245px;
    position: absolute;
    top: 180% !important;
    left: -350% !important;
    transform: translateX(-50%);
    width: 80%;
    max-width: 400px;
    background-color: white;
    padding: 5px 5px 5px 0px;
    max-height: 550px;
    overflow-x: auto;
    overflow-y: scroll;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    scroll-behavior: smooth;
    overflow: auto;
}

    .admin-menu-asset li a,
    .admin-menu-asset li span {
        color: #707070;
        transition: ease-out 150ms;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 13px;
        min-height: 30px;
        padding: 5px 0px 5px 13px;
        margin: 5px 0px 5px 0px;
        font-family: Open Sans;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        text-decoration: none !important;
    }

    .admin-menu-asset li a:hover {
        color: #053d50;
        background-color: #f5f5f5;
    }

ul.dropdown-menu.admin-menu-asset li a.sub span {
    max-width: 185px !important;
}

ul.dropdown-menu.admin-menu-asset .divider {
    border: 1px solid lightgray;
    width: 80%;
    margin-left: 10%;
}



div#admin-area {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/*#endregion */

.icone-mentoria-menu {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/mentoria-menu.svg');
}
    .icone-mentoria-menu:hover,
    .icone-mentoria-menu.active {
        background-image: url('../../../images/shared/layout/nav/mentoria.svg') !important;
    }

.icone-cadastrojustificativa {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/cadastrojustificativa.svg');
}

.icone-gerenciarclienteuasg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/gerenciarclienteuasg.svg');
}

.icone-gerenciarcontrato {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/gerenciarcontrato.svg');
}

.icone-gerenciarmentoria {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/gerenciarmentoria.svg');
}

.icone-gerenciarusuario {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/gerenciarusuario.svg');
}

.icone-minhaconta {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease-in-out;
    background-image: url('../../../images/shared/layout/nav/minhaconta.svg');
}

.svg_regulamentacao-c {
    background-image: url('../../../images/gestao/regulamentacao.svg');
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    transition: background-image 0.2s ease-in-out;
}

.float-button-wpp {
    background-image: url('../../../images/account/login/wpp-svg.svg');
    position: fixed;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    cursor: pointer;
    bottom: 20px;
    right: 30px;
    z-index: 999999;
}

@-moz-document url-prefix() {
    ::-webkit-scrollbar {
        display: none;
    }
}