
a:hover {
    text-decoration: none;
    color: #ccc;
}

.btn-tertiary {
    margin-right: 15px;
}

/*Login*/
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.input-container:hover {
    border:1px solid #61B2C7;
}

.icon {
    padding: 15px;
    background: #fff;
    color: #fff;
    border:1px solid #fff;
    border-radius: 10px 0 0 10px;
    border-right:none;
    min-width: 20px;
    text-align: center;
    font-size:20px;
}

.input-field {
    width: 100%;
    font-size:16px;
    padding: 5px;
    outline: none;
    border:1px solid #fff;
    border-radius: 0 10px 10px 0;
    border-left:none;
    color: #fff;
}

.input-field::placeholder {
    color: #D9DADB;
}

/*Seleciona a gestora*/
.unidade-escolha {
    cursor: pointer;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.unidade-escolha h1 {
    font-size: 24px;
    letter-spacing: 1px;
}

.unidade-escolha .unidade-box {
    border-radius: 10px;
    border: 1px solid #d9dadb;
    display: flex;
    padding: 20px;
    align-items: end;
}

.unidade-escolha .unidade-box h2 {
    font-size: 1rem;
    margin-left: 25px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 27px;
}

/*Menu de MÃ³dulos*/
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hs-menu {
    padding-top: 10rem;
    text-align: center;
    padding-bottom: 5rem;
    margin: 0 auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.hs-menu a {
    color: #323232;
}

.hs-menu a:hover {
    color: #61B2C7;
    text-decoration: none;
}

/* .hs-module {
    background-color: white;
    width: 13.125rem;
    height: 11.25rem;
    padding: 1.875rem;
    border-radius: 0.625rem;
    border: 1px solid #d9dadb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
} */


.hs-module {
    background-color: white;
    width: 15.125rem;
    height: 11.25rem;
    padding: 1.875rem;
    border-radius: 0.625rem;
    border: 1px solid #d9dadb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}



.hs-menu .hs-module img {
    position: absolute;
    top: 30px;
}

.hs-menu .hs-module h5 {
    font-size: 14px;
    width: 90%;
    position: absolute;
    bottom: 0px;
    height: 50px;
}

/*Menu lateral*/
#menuView {
    z-index: 1;
    position: fixed;
    display: block;
    transition: 0.8s;
}

#contentView {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
}

.barra-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 100vh;
    margin-left: 11px;
    position: relative;
    padding-bottom: 40px;
}



.not-barra-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: auto;
    padding-bottom: 40px;
    height: 100vh;
}

.not-barra-menu .menu {
    margin-left: 0px;
}

.nav-mobile {
    background: white; 
    padding: 10px; 
    border-radius: 10px; 
    margin-top: 10px;
    max-height: 65px;
    min-height: 65px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

/*Conteudo da Grid Principal*/
.content {
    margin-top: 60px;
}

.toolbar-widget {
    border: none;
}

.list-group-item {
    border: none;
}

.top-bar-module-list {
    color: #323232;
}

.top-bar-module-list div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-bar-module-list div img {
    max-height: 1em;
}

.top-bar-module-list:hover {
    color: #61B2C7;
    text-decoration: none;
}

.subheader {
    position: relative;
    background-color: #eaeaea;
    top: 75px;
    font-size: 12px;
    z-index: 1;
}

.menu-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.menu-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    display: none;
}

.overlay.active {
    display: block; 
}

.overlay .sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    padding: 10px 0;
    transition: all 0.5s ease;
    z-index: 2000;
}

.overlay .sidebar-closed {
    left: -350px;
}
  
.overlay .sidebar-open {
    left: 0;
}

/* Tabs */
.verticals-tabs {
    transform: rotate(-90deg);
    transform-origin: 120px 130px;
    position: absolute;
    width: 100%;
    top: 90px;
}

.barra-menu > .nav > .nav-item > .nav-link {
    border: 1px solid #ccc;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    color: rgba(134, 142, 150, 1);
}

.barra-menu > .nav > .nav-item > .nav-link:hover,
.barra-menu > .nav > .nav-item > .active {
    background-color: rgba(97, 178, 199, 1);
    color: white;
}

/* Menu Lateral */
.menu, .submenu {
    list-style: none;
    margin-left: 30px;
    padding: 0;
    background-color: white;
    
}

.tab-pane > li {
    list-style-type: none;
    margin: 0; 
    padding: 0;
}

.menu li {
    position: relative;
}

.menu > li a {
    padding: 15px;
    color: #868E96;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu > li a:hover {
    background-color: rgba(97, 178, 199, 0.2);
    transition-duration: 500ms;
    color: black;
}

.menu li:hover > .submenu {
    display: block;
    background-color: white;
}

/* Submenu */
.menu li .submenu {
    display: none;
    position: absolute;
    left: 90%;
    top: 0;
    min-width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.submenu li {
    position: relative;
}

.submenu li:hover {
    background-color: rgba(97, 178, 199, 0.2);
    transition-duration: 500ms;
}

/*Relembrar Senha de UsuÃ¡rio*/
.remember {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

.help-block {
    font-size: 12px;
}

.mini-links {
    font-size: 12px;
    color: #323232;
    margin: 10px auto;
}

/* Abas na Horizontal */
.nav-tabs > .nav-item > .nav-link.active {
    background-color: rgba(97, 178, 199, 1);
    color: white;
}


/* Layout Responsivo  */

@media (min-width: 767px) {
    .hs-module {
        width: 13.125rem; 
    }
}

/* Adaptações para telas pequenas (mobile) */
@media only screen and (max-width: 600px) {
    .hs-module {
        width: 90vw;
       max-width: 23.125rem;
    }

    .hs-menu {
        justify-content: center;
    }

    .unidade-escolha .unidade-box {
        justify-content: center;
        padding: 10px;
        gap: 10px;
        flex-wrap: wrap;
    }
}