.cur-pointer {
    cursor: pointer !important;
}

.side-menu .active, .nav-pills .nav-link.active {
    background-color: #2c7be5;
    color: white !important;
    border-radius: 10px;
}

.side-menu p, .side-menu i {
    font-size: 0.75rem;
}

/* .navbar{
    height: 10vh !important;
} */

.columns-viewport-size {
    height: 100vh;
    overflow-y: auto;
}

/* .text-decoration-none{
    text-decoration: none !important;
} */

.product-name {
    font-size: 0.65rem;
}

#auth .card {
    box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, .05);
    margin-bottom: 24px;
}

.w-60 {
    width: 60% !important;
}

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-wk-center {
    text-align: -webkit-center !important;
}

.justify-right {
    justify-content: right !important;
}

#orders-table thead, #search-products-modal table thead {
    position: sticky;
    inset-block-start: 0;
    background-color: white;
}

#orders-table tfoot {
    border-top: solid 2px black;
    position: sticky;
    inset-block-end: 0;
    background-color: white;
}

.solicitation-info .solicitation-qty {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 18px;
    height: 14px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
}

.prevent-select {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-height: 390px){
    #home-products, #cart-values, #products-solicitation-products, #products-solicitation-pages{
        display: none !important;
    }

    #home-search, #cart-items, #products-solicitation-search{
        height: 75vh !important;
    }
}

.page-product-img{
    width: 95%;
    align-self: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1rem auto !important;
    }

    .page-product-img{
        width: 80%;
        align-self: center;
    }
}

#smart #cart-index-footer{
    bottom: 0;
    position: fixed;
    width: 100%;
    background: #e1dbdb;
    padding: 1rem;
    color: black;
}

.w-80{
    width: 80% !important;
}

.w-20{
    width: 20% !important;
}

.w-fit-content{
    width: fit-content !important;
}

.place-content-center{
    place-content: center !important;
}

select.read-only{
    background: #edf2f9;
    pointer-events: none;
    touch-action: none;
}

.modal{
    z-index: 1800;
}

@media (max-width: 500px){
    .d-xs-none{
        display: none !important;
    }

    .d-xs-block{
        display: block !important;
    }
}
