.internal-scroll{
    height: 170px;
    overflow-y: auto;
}
.internal-scroll-category{
    height: 320px;
    overflow-y: auto;
}
.filter-modal-body{
    height: 350px;
}

.category-list-items label.drop-label.has-arrow::after {
    content: url(../images/arrow_right.svg);
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.rotate-arrow::after {
    transform: rotate(90deg);
}
.padding-left-8{
    padding-left: 8px;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: #ebedf094;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #a4b8d6;
    color: black;
}
.form-control:focus{
    border-color: #0C64E9 !important;
}
.purchase-ordering-app .filter-section .section-A .group-tags .list_grid .active span{
    color: #201de9;
}
.purchase-ordering-app .cart-details .sub-header.cart-header{
    background-color: #0C64E9;
    /* 0C64E9 */
}
.purchase-ordering-app .cart-details .cart-header .box .bg-1{
    background-color: #0C64E9;
}
.salesman.cart .cart-details .cart-header .btn-primary{
    border-color: #0C64E9 !important;
}
.purchase-ordering-app .add-more-products .btn-primary:hover{
    color: #0C64E9 !important;
}
/* .salesman .btn-primary {
    border-color: #0C64E9 !important;
    background-color: #0C64E9 !important;
    color: #FFFFFF;
} */
.arrow-icon{
    position: absolute;
    top: 16px;
    right: 0;
    
}

.dropdown_2{
    position: absolute;
    right: 10px;
    /* border: 1px solid #e5e5e5; */
    /* padding: 2px; */
    border-radius: 30px;
    height: 30px;
    width: 30px;
}
.rightbar-overlay{
    z-index: 998 !important;
}
.small-icon{
    font-size: 15px;
}
.medium-icon{
    font-size: 18px;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.lineDropdown{
    right: 0;
    top: 10px;
    z-index: 1;
}
.lineDropdown2{
    right: -8px;
    top: 4px;
}
.freeQtyDiv{
    right: 16px;
    bottom: 2px;
    font-size: 12px;
    border: 1px solid #a4b8d6;
    padding: 4px;
    border-radius: 4px;
    z-index: 1;
}
.vatAmountSpan{
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
}

.salesman .logo-size{
    padding-left: 10px;
    max-height: 48px;
}
.large-screen-py-75{
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
}

.text-green {
    color: green !important;
}
.bg-green{
    background-color: green !important;
    color: white !important;
}
.offerModalBody{
    max-height: 400px;
    overflow-y: auto;
}
.hide{
    display: none!important;
}

@media (max-width: 991px) {
    .vatAmountSpan{
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11px;
        width: max-content!important;
    }
    .CarteuroSymbol{
        padding-bottom: 10px!important;
        padding-top: 0!important;
        padding-left: 0!important;
    }
    .cartTotalAmount{
        padding-bottom: 10px !important;
    }

   

}

@media (max-width: 768px) {
    .large-screen-py-75{
        padding-bottom: unset !important;
        padding-top: unset !important;
    }    
}

