.pace {
    display: none !important;
}

.vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #2A9D8F !important;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    border-right: 1px solid transparent;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}


.menu-title {
    padding: 12px 20px !important;
    pointer-events: none;
    cursor: default;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
}

#sidebar-menu ul li a {
    display: block;
    padding: .675rem 1.8rem;
    color: #ffffff;
    position: relative;
    font-size: 0.9rem;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#sidebar-menu ul li a svg {
    height: 18px;
    width: 18px;
    color: #ffffff;
    margin-top: -3px;
}

.mm-active .active {
    color: #383785!important;
    background: rgba(255, 255, 255, 0.7); /* Branco com 70% de opacidade */
    width: 100%;
    border-left: 15px solid rgba(56, 55, 133, 0.5);
}

.mm-active .active svg {
    color: #383785 !important;
}

#sidebar-menu ul li a:hover {
    color: #383785 !important;
    background: rgba(255, 255, 255, 0.7); /* Branco com 70% de opacidade */
    width: 100%;
}

#sidebar-menu ul li a:hover svg {
    color: #383785;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
    color: #383785;
}





body[data-topbar=dark] #page-topbar {
    background-color: #383785;
    border-color: #ffffff;
    -webkit-box-shadow: 0 .2rem .5rem rgba(18, 38, 63, .3);
    box-shadow: 0 .2rem .5rem rgb(18 38 63 / 4%);
}

body[data-topbar=dark] .navbar-brand-box {
    background-color: #ffffff;
    border-color: #ffffff;
}

body[data-topbar=dark] #page-topbar {
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: 0 .2rem .5rem rgba(18, 38, 63, .3);
    box-shadow: 0 .2rem .5rem rgb(18 38 63 / 4%);
}

body:not([data-sidebar-size=sm]) #vertical-menu-btn {
    margin-left: 0px;
    margin-right: 20px;
}

body[data-sidebar-size="lg"] .vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #383785 !important;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    border-right: 1px solid transparent;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    z-index: 1111;
}

body[data-sidebar-size=sm] .vertical-menu {
    position: absolute;
    width: 70px !important;
    z-index: 10000;
}


body[data-sidebar-size="sm"] .vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #383785 !important;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    border-right: 1px solid transparent;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    z-index: 1111;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color:#1C84EE;
    background-color: #ffffff;
    -webkit-transition: none;
    transition: none;
    border: 1px solid #dddddd33;
}

.mm-active>a svg {
    color: #ffffff !important;
}

.mm-active>a {
    color: #ffffff !important;
}

body[data-topbar=dark] .header-item:hover {
    color: #2A9D8F !important;
}

.card-custom {
    border-radius: 50px;
    box-shadow: 0 .25rem .75rem rgb(18 38 63 / 2%);
    border: none !important;
}


.header_venda {
    background: #efeff8;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #b2b2b3;
    font-weight: bold;
}

.body_venda {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.square {
    background: #26c9ff;
    width: 35px;
    display: block;
    height: 25px;
    border-radius: 7px;
}

.square-title {
    font-weight: bold;
    font-size: 15px;
}

.card-custom2 {
    background: #3d64fd;
    color: #fff;
    border-radius: 27px;
}
.card-custom3{
    border-radius: 27px;
}

.filter-buttons {
    display: flex;
    align-items: center;
    gap:14px
}
.filter-buttons .active {
    background: #3d64fd;
    color: #fff;
}

.btn-filtro {
    width: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

body[data-topbar=dark] .header-item:hover {
    color: #3d64fd !important;
}

/* Estilo para logo quando menu está aberto */
.sidebar-menu-logo {
    text-align: center;
    padding: 10px;
}

.sidebar-menu-logo img {
    max-width: 180px;
    height: auto;
    transition: all 0.3s ease;
}

/* Estilo para logo quando menu está fechado */
body[data-sidebar-size="sm"] .sidebar-menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

body[data-sidebar-size="sm"] .sidebar-menu-logo img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}



