/* lilas header #9966ff
lilas fonte #7361a1
background botao #f2ecfb */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: #f2f2f2;
}

:root {
    font-size: 62.5%;
}

#nav-top {
    background-color: #9966ff;
    align-items: center;
    height: 7.1rem;
    width: 100vw;
    display: flex;
}

#tcuida-img {
    padding: 0rem 0rem 0rem 5.2rem;
    width: 200px;
    height: 27px;
}

#nav-c {
    margin-bottom: 2.8rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.custom-logout-menu {
    width: 85% !important;
    min-width: auto !important;
    top: 5rem;
    left: 48% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
    border: 1px solid #9966FF;
    border-radius: 0.5rem;
    border-top-width: 3px;
    padding: 1rem 0rem;
    margin: 0 !important;
}

.logout-list {
    margin: 0 !important;
}

.logout-list li {
    height: 3.9rem;
    line-height: 3.9rem;
    text-align: left;
    margin: 0 !important;
    padding: 0rem 1rem;
}

.logout-list li a {
    line-height: 3.9rem;
    margin: 0 !important;
    width: 100%;
    padding: 1rem;
    padding-top: 0rem !important;
    border-bottom: 0.1rem solid #e5e5e5;
    padding-bottom: 0rem;
    color: #666;
    text-decoration: none;
    display: block;
}

.custom-logout-menu a:hover {
    background-color: #F7F4FD !important;
    color: #7361A1 !important;
}

.version-info {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #969696;
    text-align: left;
    padding: 1rem;
    padding-bottom: 0rem;
}

.icon-link {
    width: 4rem;
    height: 4rem;
    margin-top: 1.3rem;
    padding: 1rem;
}

.icon-link:hover {
    background: #9058FF;
}

.action-item-icon {
    font-size: 2rem;
}

@media only screen and (min-width: 768px) {
    .action-item {
        display: block;
        margin: 1rem 0rem 1rem 3.75rem;
        font-size: 1.3rem;
        text-align: center;
    }

    a.action-item {
        color: white;
    }

    a.action-item:hover {
        cursor: pointer;
    }

    .notification:after {
        content: '';
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        background: red;
        top: 20px;
        right: 137px;
        border-radius: 50%;
    }

    .items-ul {
        display: flex;
        list-style-type: none;
        justify-content: space-evenly;
        align-items: center;
        height: 100%;
        width: 80%;
        margin: auto;
        flex-direction: row;
    }

    .custom-dropdown-toggle {
        text-decoration: none;
        color: #7361a1;
    }

    .custom-dropdown-toggle:focus {
        text-decoration: none;
        color: #7361a1;
    }

    .custom-dropdown-toggle:hover {
        text-decoration: none;
        color: white;
    }

    .li-item:hover .custom-dropdown-toggle {
        color: white;
    }

    .li-item {
        color: #7361a1;
        background-color: #f2ecfb;
        font-weight: 600;
        font-size: 1.3rem;
        text-align: center;
        line-height: 3.5rem;
        border-radius: 8px;
        max-width: 13.6rem;
        height: 3.5rem;
        margin: 0.3rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .li-item:hover {
        background-color: #9966ff;
        color: white;
        cursor: pointer;
    }

    .li-item.dropdown.open {
        background-color: #9966ff;
        color: white;
        cursor: pointer;
    }

    .li-item.dropdown.open .custom-dropdown-toggle {
        color: white;
    }

    #ul-c {
        flex-direction: row;
    }

    #nav-bottom {
        background-color: white;
        height: 7.2rem !important;
        width: 100%;
    }

    #user-actions {
        position: absolute;
        right: 20px;
        padding: 0rem 5.2rem 0rem 0rem;
        align-items: center;
        flex-grow: 1;
        font-weight: 500;
        font-size: 1.8rem;
        color: white;
        display: flex;
    }

    #hidden-menu {
        display: none !important;
    }

    .user-actions-dropdown-menu {
        left: auto;
        right: -2.2rem;
    }

    .custom-dropdown-menu {
        min-width: auto !important;
        left: 50% !important;
        right: auto !important;
        text-align: center !important;
        transform: translate(-50%, 0) !important;
        margin-top: 1.9rem;
        border: 1px solid #9966FF;
        border-radius: 0.5rem;
        border-top-width: 3px;
        columns: 2;
        padding: 2.5rem;
        width: 60rem;
    }

    .custom-dropdown-menu-single-column-width {
        width: fit-content !important;
    }

    .open .custom-dropdown-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-dropdown-menu li {
        min-width: 26rem;
        width: fit-content;
        height: 4rem;
        text-align: left;
        padding: 0 !important;
    }

    .custom-dropdown-menu li:nth-child(odd) {
        margin-right: 2.5rem;
    }

    .custom-dropdown-menu li:nth-child(1) a {
        border-top: 0 !important;
    }

    .custom-dropdown-menu li:nth-child(2) a {
        border-top: 0 !important;
    }

    .custom-dropdown-menu li a:hover {
        background-color: #F7F4FD !important;
        color: #7361A1 !important;
    }

    .select-down-arrow {
        background-color: #9966FF;
        position: absolute;
        top: 1.9rem;
        rotate: -45deg;
        flex-grow: 0;
        min-width: 1.6rem;
        min-height: 1.6rem;
        left: 50% !important;
        right: auto !important;
        text-align: center !important;
        transform: translate(-50%, 0) !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none !important;
    }

    .new-page-anchor {
        line-height: 4rem !important;
        font-size: 1.1rem;
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .menu-button {
        justify-content: flex-end;
        flex-grow: 1;
    }

    .navbar-toggle {
        background-color: #fcfcfc;
    }

    .icon-bar {
        background-color: #888;
        display: block;
        width: 2.2rem;
        height: 0.2rem;
        border-radius: 0.1rem;
    }

    .mg-top-04 {
        margin-top: 0.4rem;
    }

    .items-ul {
        display: flex;
        flex-direction: column;
    }

    .li-item {
        background-color: #9966ff;
        color: white;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        padding: 0rem 1.5rem 0rem 1.5rem;
    }

    .li-item:hover {
        background-color: #f2ecfb;
        color: #7361a1;
    }

    .custom-dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto;
        background-color: #fcfcfc !important;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 0rem 0rem 1.5rem 0rem;
    }

    .custom-dropdown-toggle {
        line-height: 4rem;
        display: block;
        text-decoration: none;
        color: white;
        font-size: 1.4rem;
        height: 4rem;
    }

    .custom-dropdown-toggle:focus {
        text-decoration: none;
        color: white;
    }

    .custom-dropdown-toggle:hover {
        text-decoration: none;
        color: #7361a1;
    }

    .new-page-anchor {
        text-decoration: none;
        color: white;
    }

    .new-page-anchor:hover {
        text-decoration: none;
        color: white;
    }

    .li-item.dropdown.open {
        background-color: #fcfcfc;
    }

    .li-item.dropdown.open .custom-dropdown-toggle {
        color: #f47820 !important;
        line-height: 2rem;
        font-size: 1.4rem;
        padding: 1rem 1.5rem;
    }

    .custom-dropdown-menu .new-page-anchor {
        border-top: 0.1rem solid #e5e5e5;
        color: #666 !important;
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 2rem;
        padding: 0.5rem 1.5rem 0.5rem 2.5rem;
        margin: 0rem 0.1rem 0rem 0.1rem;
    }

    #nav-bottom {
        padding: 0;
        border: none;
    }

    #user-actions {
        display: none;
    }

    .action-item {
        display: block;
        margin: 1rem 0rem 1rem 3.75rem;
        font-size: 1.3rem;
    }

    a.action-item {
        color: white;
    }

    a.action-item:hover {
        cursor: pointer;
    }

    #user-actions {
        position: absolute;
        right: 20px;
        padding: 0rem 5.2rem 0rem 0rem;
        align-items: center;
        flex-grow: 1;
        font-weight: 500;
        font-size: 1.8rem;
        color: white;
        display: flex;
    }

    .user-actions-dropdown-menu {
        left: 7rem !important;
    }

    .custom-logout-menu {
        width: auto !important;
        top: 4rem;
    }

    .logout-list li a {
        line-height: 2rem !important;
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
    .custom-dropdown-menu {
        width: fit-content;
    }

    .custom-dropdown-menu li:nth-child(2) a {
        border-top: 1px solid #e5e5e5 !important;
    }
}
