

.salesman .logo-size{
    max-width: 104px;
}

.salesman .customer-tab .active{
    color: #0C64E9;
    border-bottom: 2px solid #0C64E9;
}
.salesman .profile-avatar{
    color: #0C64E9;
}
.salesman .btn-primary{
    border-color: #0C64E9 !important;
    background-color: #0C64E9 !important;
    color: #FFFFFF;
}
.salesman .device-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.salesman .hover-text:hover{
    color: #0C64E9 !important;
}
.salesman .customer-section{
    padding-top: 30px;
}
.salesman .customer-list{
    padding: 12px 0px;
}
.salesman .filter-section .section-A .group-tags .filter_sorting_scanner{
    margin-left:auto;
}
.salesman .filter-section {
    padding-left: 12px;
    padding-right: 12px;
}
.salesman .customer-section2{
    padding-top: 30px;
}
html body .content .content-wrapper {
    padding: 0.5rem;
}
.salesman .large-screen {
    display: block;
}
.salesman .small-screen {
    display: none;
}
.salesman.cart .customer-section2{
    top: -54px;
}
.salesman.cart .cart-details .cart-header .btn-primary{
    border-color:#18B69B !important;
}
.salesman .primary {
    color: #0C64E9 !important;
}

.salesman .add-more-products .btn-primary {
    color: #0C64E9 !important;
}
.salesman .custom-tuchpin .form-control-3 {
    background-color: #2864ea12;
}
@media (max-width: 768px){
    html body .content .content-wrapper {
        padding: 0rem;
    }
    .salesman .profile-avatar{
        padding: 8px;
    }
    .salesman .breadcrumb-cont {
        position: absolute;
        bottom: -22px;
        border-left: none !important;
        background-color: #fff;
        left: 0;
        width: 100% !important;
        border-top: 1px solid #e5e5e5;
    }
    .salesman .customer-section2{
        padding-top: 54px;
        background-color:#fff;
    }
    .salesman .list_grid{
        display: none !important;
    }
    .salesman .filter-section .section-A .group-tags .filter_sorting_scanner{
        margin-left:initial !important;
        margin-top:initial !important;
        margin-bottom:initial !important;
    }
    .salesman .filter-section .section-A{
        display: flex;
        position:relative;
    }
    .salesman.product-list .filter-section .section-A .group-tags{
        margin-top: 0px;
    }
    .salesman.product-list .search_box.search_position{
        position: absolute;
        left: 80%;
        bottom: -7px;
        transform: translateX(-100%);
        width: 53px;
    }
    .salesman.product-list .main_search.active{
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background-color: #fff;
        padding-left: 21px;
        padding-right: 9px;
        border: 1.5px solid #0C64E9 !important;
        border-radius: 4px;
    }
    .salesman .tab_header{
        border-radius: 0px;
        box-shadow: 0px 3px 2px rgb(0 0 0 / 4%);
    }
    .salesman .border-4{
        border-radius: 0px;
    }
    .salesman .card {
        margin-bottom: 0.5rem;
    }
    .salesman .filter-section{
        padding-left:12px;
        padding-right:12px;
    }
    .salesman .custom-col{
        padding-left: 0px;
        padding-right: 0px;
    }
    .salesman .product_img img{
        max-width: 36px;
    }
    .salesman .large-screen{
        display: none;
    }
    .salesman .small-screen {
        display: block;
    }
    .salesman .sub-header{
        border-radius: 0px;
        box-shadow:none;
    }
    .salesman .small-screen .compact-card .pricing li .chip{
        display: flex;
        padding: 4px 0px 4px 4px;
        background-color: #fff;
        border: none;
        border-radius: 0px;
    }
    .salesman .extra-info{
        display: flex;
        justify-content: space-around;
        margin:0px !important;
        border-top:1px solid #e5e5e5;
    }
    .salesman .bottom-tab{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .salesman .extra-info .option {
        margin: 0;
    }
    .salesman .extra-info .material-symbols-outlined {
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 16;
    }
    .salesman .cart-details .sub-header.cart-header{
        border-radius: 0px;
    }
    .salesman .cart-details .cart-header .btn-primary{
        background-color: #fff !important;
        color: #18B69B !important;
        font-size: 12px;
        border-color: #fff !important;
    }
    .salesman .custom-tuchpin .remove_qty, .add_qty{
        background-color: #fff;
        border: none;
        border-radius: 30px;
        padding: 3px;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: auto;
    }
    .salesman .custom-tuchpin .form-control-3{
        width: 46px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        border: none;
        border-radius: 4px;
        background-color: #18B69B0d;
    }
    .salesman .filter-section .section-B .filter ul li .chip{
        display: flex;
        background-color: #fff;
        border: 1px solid #DFE2E6;
        border-radius: 30px;
        padding: 3px 12px 3px 6px;
    }
}

@media (max-width: 491px){
    .salesman.product-list .search_box.search_position {
        position: absolute;
        bottom: -8px;
        left: 71%;
        transform: translate(-40%);
    }
}
