/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body {
    font-family: 'Poppins', sans-serif;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.dropdown-item {
    color: #7367F0;
}

.table {
    color: #000 !important;
}

    .table.dataTable td, table.dataTable th {
        padding: .72rem 0.5rem;
        vertical-align: middle;
    }


.brands {
    color: #000;
    font-size: 12px;
}

.ecommerce-application .grid-view:not(.wishlist-items), .ecommerce-application .list-view:not(.wishlist-items) {
    margin-top: 0px !important;
}

.rowremoved {
    display: none;
}

@page {
    size: auto;
    margin: 0mm;
}


.table.table-sm.table-custompd td, .table.table-sm.table-custompd th {
    padding: 0.1rem 0.1rem;
    padding-left: 0.1rem;
}


.grid-view .discount-badge {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    padding: 0.3rem 0;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-color: #FF9F43;
    position: center;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: normal;
    text-align: center;
}

.grid-view .discount-badge-quantity {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    padding: 0.8rem 0;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-color: #A81314;
    position: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: normal;
    text-align: center;
}

.grid-view .discount-badge-quantity-label {
    margin: 0.9rem;
    margin-left: 0px;
    margin-right: 0px;
}

.grid-view .discount-badge-price {
    margin-top: 0.6rem;
}

.grid-view .discount-badge-price-unit {
}

.list-view .discount-badge {
    position: absolute;
    top: .2rem;
    left: 0.5rem;
    padding: 0.3rem 0;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    background-color: #FF9F43;
    position: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: normal;
    text-align: center;
}

.list-view .discount-badge-price {
    margin-top: .3rem;
}

.list-view .discount-badge-price-label {
    font-size: 12px;
}

.list-view .discount-badge-quantity {
    position: absolute;
    top: 3px;
    right: 0.5rem;
    padding: 0.3rem 0;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    background-color: #A81314;
    position: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: normal;
    text-align: center;
}

.list-view .discount-badge-quantity-label {
    font-size: 11px;
    margin: 8px;
    margin-left: 0px;
    margin-right: 0px;
}




.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item {
    padding: .9rem .9rem !important;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading {
    width: 15rem !important;
}


.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 11px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.LongCompanyNameDiv {
    display: none;
}


.totalviewpanel span {
    float: right;
    margin-left: .2rem;
}

@media (max-width: 575.98px) {
    .grid-view .discount-badge {
        font-size: .8rem;
        width: 5.2rem;
        height: 5.2rem;
        top: 0.3rem !important;
    }
    
    .grid-view .discount-badge-price {
        margin-top: 1rem;
    }

    .grid-view .discount-badge-quantity {
        font-size: .9rem;
        width: 4rem;
        height: 4rem;
        top: 0.3rem !important;
    }

    .grid-view .discount-badge-quantity-label
    {
        margin-top:1.1rem;

    }
    .small, small {
        font-size: 0.6rem;
    }

    .LongCompanyNameDiv {
        display: block;
    }
    .LongCompanyName {
        display: none;
    }

    .invoice-padding li {
        font-size:.7rem;
    }
    .atersanAddress {
        display:none;
    }
    .atersanbarcode {
        margin-top: 0rem !important;
    }
    .totalviewpanel span {
        float: right;
        margin-left: .2rem;
    }
}


.wd-200px {
    width:200px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child .wd-200px {
    width:auto;
}

@page {
    size: A4;
    margin: 20px 20px 20px 10px;
    background-color: white !important;
}





@media print {

    .OfferViewHeader {
        background-color: #fff;
    }

   

    .OfferViewFooter {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
    }

}