/*--------------------orders.ejs--------------------*/

#unfilterOrders{
    cursor: pointer;
}

#rpppBalanceAlert{
    display: flex;
    column-gap: 5px;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

#showCanceledDiv{
    position: absolute;
    top: 70%;
    font-weight: lighter;
}

/*--------------------ordersCreateEdit.ejs--------------------*/
#ceoppAddProduct{
    font-size: 15px;
    position: absolute;
    top: 2.5px;
    right: 375px;
    cursor: pointer;
    border: var(--color1) solid 2px;
    border-radius: 3px;
    padding: 2px 3px;
    display: flex;
    align-items: center;
}

#ceoppAddProduct:hover{
    color: var(--color2);
    background-color: var(--color1);
}



#inputProduct{
    position: relative;
}

#predictedProductsList{
    display: none;
    position: absolute;
    top:60%;
    width: 100%;
    border: black solid 1px;
    background-color: var(--color2);
    z-index: 1;
    max-height: 400px;
    overflow-y: auto;
}

.orderInfoWithIcon{
    display: flex;
    column-gap: 5px;
}

.selectAllColors{
    font-size: 13px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
}

.inputColor{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 2px;
    width: 100%;
}

.colorCheck{
    width: 30%;
}

.colorName{
    width: 70%;
    text-align: left;
}

/*--------------------ordersPopups.ejs--------------------*/
.thHighlighted{
    font-weight: bold !important;
}

.highlightedInput{
    border: black solid 2px !important;
}


/*--------------------ordersDetailsPopups.ejs--------------------*/
#dlppAlert{
    color: var(--errorColor);
    font-weight: bold;
    font-size: 13px;
    margin-top: -10px;    
    line-height: 1.2;
}

/*--------------------sales.ejs--------------------*/
#mainTitleSales{
    display: flex;
    align-items: center;
    column-gap: 8px;
}

#changeYearIcon{
    cursor: pointer;
}

#changeYearIcon:hover{
    color: rgb(81, 80, 80);
}