﻿#box-state-container {
    position: absolute;
    top: 3.5vw;
    right: 1.5vw;
    height: 39vw;
    width: 15.5vw;
    font-size: 1vw;
}

.box-state {
    background-color: #282828;
    width: 14.6vw;
    color: white;
    /*height: 23.4vw;*/
    border-radius: 1.8vw;
    margin-right: 0.4vw;
    font-size: 0;
    position: relative;
    padding-bottom: 2vw;
}

#box-state-side-products {
    margin-top: 2.3vw;
}

.box-state-title {
    background-color: #00b262;
    width: 7vw;
    height: 2.9vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 600;
    padding-top: 0.5vw;
    box-sizing: border-box;
    border-radius: 2vw;
    color: white;
    z-index: 999;
    position: absolute;
    top: -1.2vw;
    right: 3.8vw;
}

.box-capacity-state {
    margin-right: 1.3vw;
    padding-top: 2.3vw;
}

    .box-capacity-state > div {
        display: inline-block;
        color: white;
        font-size: 0.85vw;
        margin-left: 1.3vw;
    }

.box-capacity-value {
    position: relative;
    padding-left: 1.2vw;
    margin-left: 0.8vw !important;
}

    .box-capacity-value:after {
        content: "";
        position: absolute;
        top: 0.3vw;
        height: 0.8vw;
        width: 0.1vw;
        background-color: #00b262;
        left: 0;
    }

.reminded-capacity {
    color: #c42222 !important;
    font-weight: 500;
    margin-left: 0 !important;
}

.selected-products-container {
    max-height: 8vw;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin; /* برای مرورگرهای Firefox */
    scrollbar-color: #00b262 transparent; /* رنگ اسکرول در Firefox */
}

    /* برای مرورگرهای WebKit مثل Chrome و Safari */
    .selected-products-container::-webkit-scrollbar {
        width: 0.4vw;
    }

    .selected-products-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .selected-products-container::-webkit-scrollbar-thumb {
        background-color: #00b262;
        border-radius: 1vw;
        cursor: pointer;
    }

.selected-product {
    font-size: 0;
    margin-right: 1.3vw;
    margin-top: 0.9vw;
}

    .selected-product > div {
        display: inline-block;
        color: white;
        font-size: 0.75vw;
    }

.selected-product-img {
    background-image: url(../../images/BoxMaker/Desktop/products-demo/product6.png);
    width: 3.1vw;
    height: 3.1vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1vw;
}

.selected-product-name {
    width: 7vw;
    padding-right: 0.5vw;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 0.5vw;
    padding-left: 0.4vw;
    font-weight: 600;
}

.delete-selected-product {
    background-image: url(../../images/BoxMaker/Desktop/BoxContent/delete-selected-product.png);
    width: 1.4vw;
    height: 2.2vw;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}