﻿.theme-white .bg-primary {
    background-color: #6294e0 !important;
    color: white !important;
}

.dropzone {
    min-height: auto;
}

    .dropzone .dz-message {
        margin: 1.4em;
    }

.content .grid figure {
    width: 250px;
    min-width: 250px;
    max-height: 135px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 26%);
}

figure.effect-terry figcaption::before {
    border-width: 0 14px 14px 0 !important;
}

figure.effect-terry figcaption::before, figure.effect-terry figcaption::after {
    border-color: transparent !important;
}

figure.effect-terry p a {
    font-size: 18px;
}

.theme-white .dropzone {
    border: 2px dashed #94b8ef !important;
}

/* ========== Croppie */
.croppie-container .cr-boundary {
    /*transform: scale(0.35);*/
}

.croppie-container {
    width: 100% !important;
    height: auto !important;
}

#myContainer {
    width: 100%;
}


/* ========== product summary ========== */
.s-product__summary {
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    padding: 15px 10px;
}

    .s-product__summary .s-product__seller--row::after {
        content: '';
        background-color: rgb(0 0 0 / 15%);
        width: 90%;
        height: 1.255px;
        position: relative;
        bottom: -1px;
        height: 1px;
        display: block;
        right: 34px;
        bottom: 0;
    }

    .s-product__summary .product__seller-guarantee .guarantee-icon svg {
        width: 20px;
        opacity: .755;
        margin-left: 10px;
    }

    .s-product__summary .product__seller-guarantee {
        margin-left: 12px;
    }

        .s-product__summary .product__seller-guarantee p {
            display: inline-block;
            font-size: 15px;
            color: #5a5a5a;
        }

.s-product__summary--SellersList {
    max-height: 300px;
    overflow-x: hidden;
}

.s-product__summary .s-product__seller--addToCart {
    width: 100%;
    display: grid;
    margin: 10px auto;
}

    .s-product__summary .s-product__seller--addToCart span {
        width: 100%;
        padding: 15px;
        background-color: #ef394e !important;
        border-radius: 8px;
        text-align: center;
        margin-top: 10px;
        color: white;
    }

        .s-product__summary .s-product__seller--addToCart span.unavailable {
            width: 100%;
            padding: 15px;
            background-color: unset !important;
            border: 2px solid #ef394e;
            color: #ef394e;
            font-weight: 700;
            border-radius: 8px;
            text-align: center;
            margin-top: 10px;
        }


/* ================ Responsive ================ */
@media all and (max-width: 991px) {
    .s-product__summary {
        width: 60%;
    }

    .s-product__summary--box {
        display: flex;
        justify-content: space-around;
    }
}

@media all and (max-width: 768px) {
    .s-product__summary {
        width: 90%;
    }
}

@media all and (max-width: 428px) {
    .s-product__summary {
        width: 100%;
    }
}

/* ======== (END) product summary ======== */




/* ==================== (Satrt) EditSupplierCategory - Page ==================== */
.Supplier_Description {
    display: flex;
    justify-content: center;
}

.Supplier_Description-main {
    display: flex;
    justify-content: center;
    background: #e0e0e0;
    width: fit-content;
    align-items: center;
    border-radius: 8px;
    padding: 3px 10px;
    margin-bottom: 20px;
}

    .Supplier_Description-main i {
        color: orange;
        font-size: 20px;
    }

    .Supplier_Description-main p {
        display: inline-block;
        margin-bottom: 0;
    }

        .Supplier_Description-main p span {
            color: black;
            font-weight: 700;
            letter-spacing: 0.4px;
        }

.RequiredStar::after {
    content: '*';
    color: #f54848;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}


.Attached_Document {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Attached_Document .zoom {
        position: relative;
        overflow: hidden;
        width: 500px;
        height: 550px;
        border: 1.255px solid #00000038;
        border-radius: 8px;
        border-top: 3px double #e0a21b;
        box-shadow: 2px 1px 26px rgb(0 0 0 / 23%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: zoom-in;
    }
/* ===================== (End) EditSupplierCategory - Page ===================== */
.DeleteSupplier_container {
    padding-top: 0;
}

.DeleteSupplier_Header {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .DeleteSupplier_Header img {
        width: 120px;
        height: 120px;
        border-radius: 100px;
        margin-bottom: 10px;
    }

.DeleteSupplier_content {
    border-top: 1.255px solid silver;
    border-bottom: 1.255px solid silver;
    padding-top: 12px;
}

    .DeleteSupplier_content p .badge.bg-success {
        background: #2bc53d !important;
        color: white;
        text-shadow: 1px 1px 8px #00000080;
        padding: 5px 8px;
        letter-spacing: 1.2px;
    }

    .DeleteSupplier_content p .badge.bg-danger {
        background: #e8172f !important;
        color: white;
        text-shadow: 1px 1px 8px #00000080;
        padding: 5px 8px;
        letter-spacing: 1.2px;
    }

.DeleteSupplier_Footer {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

    .DeleteSupplier_Footer a {
        color: white !important;
    }

        .DeleteSupplier_Footer a i {
            margin-left: 5px !important;
        }




/****************Order Page Style(Start)******************/

/* ===== Class List =====
.orders-container
.orders-container_header
.orders-container_header--title
.orders-container_header--item
.orders-container_content
// States
.state-completed

.orders-container_content--header-table
.orders-container
.orders-container_content
.orders-container_content--table-item
.factor-content-body__thumbnail--img
.accordion-collapse
.accordion-content
====================== */

.orders-container, .FRTK-table-container {
    padding: 5px;
    margin-top: 20px;
}
.orders-container {
    margin: 10px;
}

.nav-pills__wrapper .nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders-container header.orders-container_header .search-content {
    padding: 10px;
    background-color: #e8e8e8;
}

.orders-container_header--title, .FRTK-table-container_header--title {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}

.orders-container_header--item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px auto;
}

    .orders-container_header--item input {
        margin: auto;
    }

/* ========== Change Table th & td Style ========== */
.table-bordered td {
    text-align: center;
}
/* ======== End Change Table th & td Style ======== */



/* ========== States Style ========== */
.product-state {
    padding: 0px 8px;
    border-radius: 6px;
    display: block;
    min-width: max-content;
    position: absolute;
    right: 0;
    top: -14px;
    font-weight: 100 !important;
    font-size: 12px;
    letter-spacing: 0.255px;
    text-shadow: 1px 1px 5px #00000075;
}

.state-getInfo {
    color: #252525;
    background-color: #d1d1d1;
}

.state-Payment {
    color: white;
    background-color: #a5b7c1;
}

.state-Pending {
    color: white;
    background-color: #0d99e1;
}

.state-Packing {
    color: #404040;
    background-color: #fec107
}

.state-Send {
    color: white;
    background-color: #4dbd73;
}

.state-DeliveredToCustomer {
    color: white;
    background-color: #00bfad;
}

.state-Finished {
    color: white;
    background-color: #07bb53fa;
}
/* ======== End States Style ======== */



.orders-container_content--header-table, .FRTK-table-container_content--header {
    background: white;
    box-shadow: 0 0 15px rgb(0 0 0 / 26%);
    border-radius: 8px;
    margin: 10px auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .orders-container_content--header-table p, .FRTK-table-container_content--header p {
        margin: 0;
        padding: 0;
        display: inline-block;
        /*border-left: 1px solid #cacaca;*/
        /*padding-left: 3%;*/
    }

.orders-container_content .accordion-collapse .accordion-content .Order-PrintFactor {
    margin: 0 auto 20px;
    text-align: center;
    background: #4f5ece26;
    padding: 15px;
    width: 100%;
    border-bottom: 2px dashed #4f5ece30;
    border-top: 2px dashed #4f5ece30;
    /*display: none;*/
}

.orders-container .orders-container_content .accordion-item .table {
    margin: 0 10px 10px
}
.orders-container .orders-container_content .accordion-item .accordion-button {
    width: 100%; /* تمام عرض شدن المنت */
}

.orders-container_content--table-item, .FRTK-table-container_content--item {
    background: #e8e8e8;
    /*box-shadow: 0 0 15px rgb(0 0 0 / 26%);*/
    border-radius: 8px;
    margin: 5px auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .orders-container_content--table-item p, .FRTK-table-container_content--item p {
        margin: 0;
        padding: 0;
        display: inline-block;
        /*border-left: 1px solid #cacaca;*/
        /*padding-left: 55px;*/
        margin-left: 22px;
    }


.FRTK-table-container .nav-pills .nav-item {
    margin: 5px;
}

.FRTK-table-container_content--input-btn {
    border-top: 1.255px solid #d4d4d4;
    padding-top: 20px;
    margin-bottom: 10px;
}

    .FRTK-table-container_content--input-btn span {
        border-right: 2.255px solid #f29f05;
        padding-right: 10px;
    }

    .FRTK-table-container_content--input-btn input {
        width: 210px;
        display: inline-block;
        height: 33px !important;
    }

.FRTK-table-container .nav-pills .nav-item .nav-link {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px !important;
}

    .FRTK-table-container .nav-pills .nav-item .nav-link span {
        border-radius: 50px;
    }

    .FRTK-table-container .nav-pills .nav-item .nav-link.active span {
        background-color: #54ca68 !important;
    }

.FRTK-table__badge {
    background: #3c8de0;
    color: white;
    padding: 0px 7px;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 5;
}

    .FRTK-table__badge i {
        font-style: inherit;
        font-size: 14px;
    }

.nav-pills .nav-item .nav-link .badge {
    padding: 6px 7px !important;
}

.FRTK-table-container_content .accordion-item .accordion-button {
    position: relative;
}
/* ========== Style for Dropdown item in table ========== */
.factor-content-body__thumbnail--img {
    width: 65px;
}

.accordion-collapse .accordion-content {
    overflow: auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1.255px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    max-height: 380px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.accordion .accordion-header {
    background-color: none !important;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s;
}

    .accordion .accordion-header:hover {
        background-color: transparent !important;
    }

.accordion .accordion-header, .accordion .accordion-body {
    padding: 0;
    margin: 10px 0;
}

.ReturnedReason {
    position: relative;
    cursor: pointer;
    display: inline;
}

    .ReturnedReason i {
        color: #1e70d6;
        font-size: 22px;
    }


.ReturnedReason__container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    top: 0;
    right: 0;
    left: 0;
    background: #0000007a;
    display: none;
}

.ReturnedReason__container--main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ReturnedReason__container--main--content {
    width: 415px;
    height: 190px;
    color: #5f5f5f;
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 2px 1px 12px rgb(0 0 0 / 26%);
    z-index: 3;
    filter: drop-shadow(3px 3px 12px rgba(0,0,0,0.205));
}

    .ReturnedReason__container--main--content .CloseModal {
        margin-bottom: 10px;
        padding: 2px 9px 0;
        display: inline-block;
        background-color: #e3e3e3;
        border-radius: 40px;
        cursor: pointer;
    }

    .ReturnedReason__container--main--content p {
        overflow-x: hidden;
        height: 120px;
    }


.ArrowIcon-Active {
    transform: rotate(0deg) !important;
}


.ArrowIcon {
    font-size: 20px;
    color: #777777;
    transform: rotate(180deg);
    display: inline-block;
    position: absolute;
    left: 10px;
}


@media all and (max-width: 1015px) {
    .orders-container_content--table-item, .FRTK-table-container_content--item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .orders-container_content--table-item p, .FRTK-table-container_content--item p {
            padding-left: 0px;
            line-height: 1.8;
        }

    .orders-container_content--header-table, .FRTK-table-container_content--header {
        background: white;
        box-shadow: 0 0 15px rgb(0 0 0 / 26%);
        border-radius: 8px;
        margin: 10px auto;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .orders-container_content--header-table p, .FRTK-table-container_content--header p {
            border-left: none;
            padding-left: 0%;
            line-height: 1.8;
            /*border-bottom: 1.255px solid #cecece;*/
            width: 100%;
            text-align: center;
            padding: 4px;
            margin-left: 0;
        }

    .ArrowIcon {
        position: unset;
    }
}

@media all and (max-width: 700px) {
    .FRTK-table-container .nav-pills .nav-item .nav-link {
        padding: 3px 6px !important;
    }

        .FRTK-table-container .nav-pills .nav-item .nav-link b.text {
            font-size: 12px;
        }
}
@media all and (max-width: 420px) {
    .orders-container_content--header-table, .FRTK-table-container_content--header {
        flex-direction: column;
    }
}


    /* ======================================================== */
    /* ==================== DeliveryOrders ==================== */
    /* ======================================================== */
    .accordion-collapse .accordion-content.item-align {
        text-align: right !important;
    }

    .accordion-content .Products-Being-Shipped-item {
        display: inline-block;
        width: 160px;
        height: 185px;
        border: 1.255px solid #d2d2d2;
        text-align: center;
        padding: 12px 5px 12px;
        background: white;
        box-shadow: 0 0 10px rgb(0 0 0 / 26%);
        border-radius: 8px;
        margin: 10px;
    }

        .accordion-content .Products-Being-Shipped-item img {
            width: 80px;
            height: 80px;
            border-radius: 50px;
            box-shadow: 3px 3px 10px rgba(0,0,0,0.255);
            border: 1.255px solid silver;
        }

    .Products-Being-Shipped-item__footer .title {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 150px;
        height: 25px;
        overflow: hidden;
    }

    .Products-Being-Shipped-item__footer p.count-item {
        display: inline-block;
        background-color: white;
        border-radius: 50px;
        padding: 2px 6px 2px 5px;
        font-size: 14px;
        box-shadow: 1px 1px 8px #00000033;
        margin: 0 3px 15px;
        width: max-content;
    }

        .Products-Being-Shipped-item__footer p.count-item span {
            font-weight: 600;
            background-color: #d6d6d6;
            padding: 0px 8px;
            border-radius: 50px;
            margin-right: 5px;
        }

    .accordion-content .order-delivery__btn {
        text-align: left;
        display: flex;
        width: 100%;
        border-top: 2px solid #e7e7e7;
        padding: 13px;
        margin: 10px;
        align-items: center;
        justify-content: center;
    }

        .accordion-content .order-delivery__btn a {
            text-decoration: none;
            background: #5c86e4;
            padding: 3px 10px;
            border-radius: 50px;
            color: white;
            text-shadow: 2px 2px 10px #00000091;
            box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 26%);
            cursor: pointer;
        }

    /* ========== Remodal ========== */
    .order-delivery-box .order-delivery-box__content {
        margin: 20px auto;
    }

        .order-delivery-box .order-delivery-box__content img {
            width: 170px;
            height: auto;
            margin-bottom: 20px;
        }

    /* ========== Tab ========== */
    .order-delivery .nav-pills {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 30px;
    }

    .theme-white .nav-pills .nav-link.active {
        color: #fff;
        background-color: #f29f05;
        border-radius: 50px;
    }

    .badge.badge-secondary {
        background-color: #929292 !important;
    }

    .order-delivery .nav-link span.badge {
        padding: 5px 8px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 200;
    }


    /* ======================================================== */
    /* ================= (End) DeliveryOrders ================= */
    /* ======================================================== */



    /* ========== Style For DatePicker ========== */
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border-radius: 5px;
        border: 1.255px solid #cecece;
        padding: 6px 0;
        margin-bottom: 3px;
    }

    .ui-datepicker {
        width: 18em;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
        background-color: #e4e4e4;
    }
    /****************Order Page Style(End)******************/


    .order-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .order-pagination .page-item {
            margin: 4px;
            background-color: #e6e6e6;
            border-radius: 50px;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #a5a5a5;
        }

            .order-pagination .page-item.active-page {
                background-color: #6b79de;
                color: white;
                text-shadow: 2px 1px 10px #000000
            }

        .order-pagination .prev.de-active {
            color: silver
        }




    /* ================= Sending Box (For Orders Page) ================= */
    .sending-box {
        margin-top: 15px;
    }

        .sending-box .sending-box__main {
            background-color: #ececec;
            border: 1.255px solid #d8d8d8;
            border-radius: 3px;
            margin-top: 10px;
        }

            .sending-box .sending-box__main img.delivery-men__img--profile {
                width: 80px;
                height: 80px;
                border-radius: 50px;
                box-shadow: 0 0 17px 3px #00000030;
                margin-top: 20px;
            }

            .sending-box .sending-box__main .delivery-men__detail {
                margin-top: 10px;
            }

            .sending-box .sending-box__main .delivery-men__works p {
                display: inline-block;
                background-color: white;
                border-radius: 50px;
                padding: 2px 6px 2px 5px;
                font-size: 14px;
                box-shadow: 1px 1px 8px #00000033;
                margin: 0 3px 15px;
                width: max-content;
            }

                .sending-box .sending-box__main .delivery-men__works p span {
                    font-weight: 600;
                    background-color: #d6d6d6;
                    padding: 0px 8px;
                    border-radius: 50px;
                    margin-right: 5px;
                }

        .sending-box .sending-box__footer {
            margin-top: 23px;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }

            .sending-box .sending-box__footer button {
                width: 100px;
            }

    /* ========== Style for remodal ========== */
    .remodal-overlay {
        background: rgba(43, 46, 56, 0.6);
    }

    .remodal {
        padding: 27px !important;
    }

    .t-modal-size {
        max-width: 400px !important;
        border-radius: 8px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    }

    .remodal .t-modal-header-customize {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        padding-bottom: 20px;
        text-align: right;
        direction: ltr;
        justify-content: space-between;
        align-items: center;
    }

        .remodal .t-modal-header-customize span {
            font-size: 16px !important;
            margin: 0;
            direction: rtl;
        }

    .remodal .t-modal-header-customize__top-bar--has-line {
        border-bottom: 1px solid #dfdfdf;
        direction: rtl;
    }

    .remodal .t-remodal-close {
        cursor: pointer;
        transition: .3s;
    }

        .remodal .t-remodal-close:hover {
            transform: scale(1.12);
        }

        .remodal .t-remodal-close:before {
            content: "\00d7";
            color: #5a5d61;
            font-size: 8px;
            font-size: 1.514rem;
            line-height: 24px;
            background: #00000017;
            padding: 0 14px;
            border-radius: 50px;
        }
    /* ==================== (End) Sending Box (For Orders Page) ==================== */
    .order-pagination .prev.de-active {
        color: silver
    }

    .order-pagination .next.de-active {
        color: silver
    }






    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        z-index: 99999
    }


    @media all and (max-width: 479px) {
        .owl-carousel .owl-stage-outer .owl-item .product-card {
            width: 100% !important;
        }
    }


/* Calculate Price To Show */
.calculate-price-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1.255px solid #e5e5e5;
    border-radius: 8px;
    background: whitesmoke;
}