.logo-menu {
    width: 70px;
}

.logo-header {
    width: 100%;
    max-width: 35vw;
    height: auto;
}

.hr-separate-menu {
    border-top: 1px solid #decfb7;
}

.card-function {
    border-radius: 6px;
    padding: 8px 0;

}

.btn-bars, .btn-cross {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: .25rem;
}

.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 35px;
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 72%;
    max-width: 250px;
    z-index: 99999999999 !important;
    background: #ffffff;
    overflow: auto;

}

.navbar-collapse.collapsing {
    left: -75%;
    top: 100px;
    transition: left 300ms ease-in-out;
}

.navbar-collapse.show {
    top: 100px;
    transition: left 300ms ease-in-out;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
}

.ativo-header:after {
    top: 80% !important;
}

.orders {
    cursor: pointer;
}

@media (min-width: 1025px) {

}
