<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">

.pace {
    display: none !important;
}

body {
    font-family: Inter;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #ffffff !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #002ca1;
    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.5rem;  
    color: #7e7e7e;
    position: relative;
    font-size: .845rem;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 5px;
}

#sidebar-menu ul li a svg {
    transition: all .3s; 
    width: 18px;  
    height: 18px;  
}

.mm-active .active {
    color: #ffffff !important;
    background: #2d7e77;
    border-radius: 5px;
}



/* Altera o estilo da cor de fundo somete quando a sidebar está FECHADA */
body.sidebar-enable .mm-active .active {
    width: 40px;
    padding: 10px !important;
    text-align: center;
    margin: 0 auto;
}

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

#sidebar-menu ul li a:hover {
    color: #ffffff !important;
    background: #2d7e77;
    border-radius: 5px;
}

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

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



body[data-sidebar-size="lg"] .metismenu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

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 rgba(18, 38, 63, .3);
}

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: 1003 !important;
    background: #fff;
    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: #fff;
    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: #ffffff;
    background: #2d7e77;
    -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: #002ca1;
}

.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;
}

.btn-success {
    color: #fff;
    background-color: #2d7e77 ;
    border-color: #2d7e77 ;
    border-radius: 8px ;
}



/* A classe .sidebar-enable indica que a sidebar está FECHADA */
body.sidebar-enable #side-menu li a span {
    /* Oculta o texto ao lado dos ícones quando a sidebar está FECHADA */
    display: none;
}

.vertical-menu .metismenu {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vertical-menu .metismenu > div:first-child {
    flex: 5; 
}

.vertical-menu .metismenu > div:last-child {
    margin-top: 40%; 
}


#sidebar-menu {
    padding: 0px 0 0px 0 !important;
}




