﻿.swal-text {
    text-align: justify !important;
    color: black;
}

.product-unit-without-discount {
    text-decoration: line-through;
    font-size: 11px;
    font-weight: 600;
    color: gray !important;
}

.product-unit-with-discount {
    font-size: 14px;
    font-weight: 600;
    margin-left: 0.5rem;
    color: #00c147 !important;
}

.total-product-without-discount {
    text-decoration: line-through;
    font-size: smaller;
    color: gray !important;
}

.total-product-with-discount {
    font-size: larger;
    margin-left: 0.5rem;
    color: #00c147 !important;
}


/*PremiumSaleStart*/
.prem-pos-unit-with-discount {
    color: #00c147 !important;
}

.prem-pos-quantity {
    font-size: small;
}

.prem-discount-level {
    font-size: x-small;
    margin-bottom: 5px;
    margin-top: -4px;
    background-color: #f47b22;
    padding: 3px;
    height: 18px;
    text-align: center;
    border-radius: 6px;
    color: white;
}

.prem-card {
    background-color: white;
    border-radius: 15px;
    border: 1px solid #6c38b0;
}

.prem-card-container {
    border-radius: 15px;
    background-color: #6c38b0;
}

.prem-card-row {
    box-shadow: 0 .5rem 0.5rem rgba(0,0,0,.10) !important;
    padding: 7px;
    border-radius: 9px;
}


.prem-card-header {
    color: white;
}

    .prem-card-header span {
        color: white;
    }

.prem-gain-check {
    color: #f47b22;
    font-size: x-large;
    margin-top: -7px;
    display: none;
}

.prem-card-row-select {
    border: 2px;
    border-style: dashed;
    border-color: #6c38b0;
    background-color: lavender;
}

.prem-btn-seller-products {
    color: #6c38b0;
    font-weight: 600;
    font-size: 13px;
    border: 1px;
    border-style: solid;
    padding: 5px;
    border-radius: 15px;
}

    .prem-btn-seller-products:hover {
        background-color: #563285;
        color: white;
    }

    .prem-btn-seller-products:active {
        background-color: #563285;
        color: white;
    }

.prem-progress-container {
    width: 100%;
    height: 10px;
    background-color: #e1dbff;
    border-radius: 5px;
}

.prem-progress-bar {
    height: 10px;
    background-color: #563285;
    border-radius: 5px;
}

.discount-alert {
    color: #6c38b0;
    padding: 10px;
    border-radius: 5px;
    background-color: #efe6f9;
    font-size:small;
}
/*PremiumSaleEnd*/

/*ProductAllDeleteButton*/
@media (max-width: 768px) {
    .deleteAllProduct {
        justify-content: flex-start !important;
    }
}
.deleteAllProduct {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .deleteAllProduct #btnAllProductClear {
        color: #f47b22;
    }
.deleteAllProductGroup {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 1s ease;
}

    .deleteAllProductGroup:hover {
        border-color: #f47b22;
    }
/*ProductAllDeleteButton*/


