.input-highlite-bcg:disabled {
	background-color: #357a38;
    color: #FFF;
    box-shadow: 0 3px 6px 0 rgb(53 122 56 / 40%);
}

.input-highlite-bcg2:disabled{
	background-color: #4caf50;
    color: #FFF;
    box-shadow: 0 3px 6px 0 rgb(76 175 80 / 40%);
}

.dark-layout .input-highlite-bcg:disabled {
	background-color: #357a38;
    color: #FFF;
    box-shadow: 0 3px 6px 0 rgb(53 122 56 / 40%);
}

.dark-layout .input-highlite-bcg2:disabled{
	background-color: #4caf50;
    color: #FFF;
    box-shadow: 0 3px 6px 0 rgb(76 175 80 / 40%);
}

.complete-row-product {
    background-color: rgb(59 204 98 / 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.active-row-product {
    background-color: rgb(255 190 38 / 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
