﻿

.data-box {
    border: solid 1px #ddd;
    padding: 24px;
    border-radius: 6px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


.customer-menu-column {
    /* border: solid 1px #ddd; */
    border-radius: 10px;
    padding: 10px 24px 24px 14px;
    background-color: #fff;
}

.customer-title {
    font-size: 13px;
    color: #ff9800;
    font-weight: 400;
    font-weight: 400;

}


    .customer-title i {
        color: #009537;
        font-size: 20px;
        padding-right: 3px;
    }



.islem-menusu-title {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px 4px 10px;
    margin-top: -10px;
}

.notice-message-leftmenu {
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 100%;
    text-align: center;
    font-size: 11px;
    background: #ef9c00;
    color: #000 !important;
    font-weight: 600 !important;
    margin-top: 4px;
    margin-left: 5px;
    display: block;
}



/*.notice-message-leftmenu.active {
    -webkit-animation: shake 1.5s linear infinite;
    animation: shake 1.5s linear infinite;
}*/




.customer-toggle-menu:hover {
/*    border: solid 1px #7d7d7d;*/
}

.customer-toggle-menu .chevron-icon {
    transition: all 0.5s ease;
    float: left;
    /* margin: 0; */
    font-size: 14px;
    margin-top: 0px;
    background-color: #f1f1f1;
    width: 22px;
    text-align: center;
    padding: 1px 3px;
    border-radius: 3px;
    margin-right: 8px;
    height: 22px;
    line-height: 22px;
}
    .customer-toggle-menu .chevron-icon i {
        font-size: 13px;
        color: #d7d7d7;
    }
.customer-toggle-menu:hover .chevron-icon {
    color: #ff0000;
}

.customer-toggle-menu .more {
    transform: rotateX(0deg);
}

.customer-toggle-menu .less {
    transform: rotateX(180deg);
}



.customer-menu-list {
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 26px;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 0px 0 0px;
    text-overflow: ellipsis;
}
 


        .customer-menu-list a {
            color: #000;
            text-overflow: ellipsis;
            font-size: 14px;
            font-weight: 500;
        }

            .customer-menu-list a:hover {
                color: #00782b
            }

            .customer-menu-list a span {
                color: #9d9d9d;
                text-overflow: ellipsis;
                font-size: 14px;
                font-weight: 300 !important;
                padding: 3px 0px;
                cursor: pointer;
            }

                .customer-toggle-menu .less span,
                .customer-menu-list a span:hover,
                .customer-menu-list a span:focus,
                .customer-menu-list a span:active {
                    color: #009936;
                }



    .customer-menu-list .sub-menu-1-link {
        font-size: 15px;
        width: 100%;
        display: flex;
        margin-top: 6px;
    }

    .customer-menu-list .cat-panel {
        margin: 0px 0px 5px 0px;
    }

    .customer-menu-list .sub-menu-2-link {
        padding: 0px 0px 0px 28px;
        width: 100%;
        display: flex;
        height: 28px;
        line-height: 28px;
        border-radius: 6px;
        letter-spacing: 0.3px;
    }

            .customer-menu-list .sub-menu-2-link:hover {
                background-color: #f1f1f1;
                color: #009936;
            }
        .customer-menu-list  {
          margin-top:4px
        }


.pl-4p {
    margin-left: 4px;
}





/* Favorites s */




.favorite-store-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    padding: 6px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
    width:160px;
}

    .favorite-store-title span {
        font-weight: 400;
        color: #000;
        font-size: 15px;
        height: 20px;
        line-height: 20px;
    }

/*.fav-stores-block {
    width:100%;
}*/

/*.fav-stores-block ul {
    padding:0px;
    list-style-type:none;
    width:100%
}

    .fav-stores-block ul li {
       display:inline-block;
    }*/

     .favorite-store {
        position: relative;
        text-align: center;
        z-index: 0;
        margin-bottom: 20px;
    }

.fav-store-icon {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    position: absolute;
    margin: 0 auto;
    margin-top: 0px;
    left: 0px;
    line-height: 36px;
    border-bottom: dashed 1px #ddd;
    border-right: dashed 1px #ddd;
    text-align: center;
}



.fav-store-icon i {
        font-size: 16px;
        color: #b5b5b5;
    }


 .favorite-store .fav-store-icon i {
    color: #009936;
}

.favorite-store img {
    /* padding: 8px 8px 0px 8px; */
    z-index: -1;
    width: 100%;
    max-width: 60px;
    border: solid 1px #f1f1f1;
    border-radius: 5px;
}

    .favorite-store .remove-store-btn {
        display: block;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }

 .remove-store-btn {
    width: 100%;
    background-color: #ffff;
    color: #7d7d7d;
    /* font-size: 14px; */
    width: 24px;
    height: 24px;
    position: absolute;
    /* border: dashed 1px #a19f9f; */
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    z-index: 9;
}

     .remove-store-btn i {
            font-size: 15px;
            color: #a7a7a7;
        }

  /*  .fav-stores-block .remove-store-btn:hover {
        background-color: #ff0000;
        color: #fff;
        display: block;
        border: solid 1px #fff;
    }*/

       /* .fav-stores-block .remove-store-btn i {
            color: #fff;
        }*/

.get-store-btn {
    width: 100%;
    color: #7d7d7d;
    font-size: 13px;
    padding: 6px 10px;
    border: dashed 1px #d5d5d5;
    border-radius: 6px;
}


          /*  .fav-stores-block .get-store-btn:hover {
                background-color: #009936;
                color: #fff;
            }*/

        .get-store-btn i {
                color: #ddd;
            }

   .card-store-footer {
            width: 100%;
            display: inline-flex;
            margin: 12px 0px 0px 0px;
        }

   .card-store-name {
            font-size: 13px;
            font-weight: 600;
        }

/* Fav Product s */

.favorite-product {
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(85 85 85 / 40%);
    border-radius: 8px;
}


.fav-product-icon {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    position: absolute;
    margin: 0 auto;
    margin-top: 0px;
    left: 0px;
    line-height: 36px;
    border-bottom: dashed 1px #ddd;
    border-right: dashed 1px #ddd;
    text-align: center;
}


.fav-product-icon i {
    font-size: 16px;
    color: #b5b5b5;
}

.favorite-product .fav-product-icon i {
    color: #009936;
}

.favorite-product .remove-product-btn {
    display: block;
    position: absolute;
    right: 6px;
    top: 6px
}



.remove-product-btn {
    width: 100%;
    background-color: #ffff;
    color: #d1d1d1;
    /* font-size: 14px; */
    width: 24px;
    height: 24px;
    position: absolute;
    /* border: dashed 1px #a19f9f; */
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    z-index: 9;
}

    .remove-product-btn i {
        font-size: 16px;
        color: #a1a1a1;
    }

  /*  .remove-product-btn:hover {
        background-color: #ff0000;
        color: #fff;
        display: block;
        border: solid 1px #fff;
        line-height: 32px;
        text-align: center;
        border-radius: 4px;
        right: 16px;
        top: 4px;
        width: 28px;
        height: 28px;
        position: absolute;
    }*/

    /*    .remove-product-btn:hover i {
            color: #fff;
        }*/

/* Favorites e */

.my-order-title {
    display: flex;
    background-color: #fbfbfb;
    width: auto;
    padding: 3px 12px 12px 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
    margin-bottom: 16px;
    max-width: 120px;
    height: 28px;
    /* line-height: 28px; */
}

    .my-order-title span {
        /* font-weight: 400; */
        color: #858585;
        font-size: 13px;
        /* height: 20px; */
        /* line-height: 20px; */
    }
    .my-order-title i {
        padding-right: 6px;
        color: #048c34;
        font-size: 13px;
        height: 20px;
        line-height: 20px;
    }

/*  order detail accordion Start */
.order-detail .accordion {
    background-color: #e3e3e3;
    color: #444;
    cursor: pointer;
    padding: 16px 12px 16px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: solid 1px #ddd;
    /* display: inline-block; */
    margin-bottom: 14px;
    border-radius: 8px;
}


.order-detail .active, .accordion:focus,
.order-detail .active, .accordion:hover {
    border: 1px solid #ccc !important;

    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #efefef;
}

.order-detail .panel {
    padding: 30px 30px 20px 30px;
    display: none;
    background-color: white;
    margin-top: -22px;
    border: 1px solid #ccc;
    /* -webkit-box-shadow: 0px 0px 8px 0px rgb(185 185 185 / 99%); */
    -moz-box-shadow: 0px 0px 8px 0px rgba(185,185,185,0.12);
    /* box-shadow: 0px 0px 8px 0px rgb(185 185 185 / 12%); */
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    /* -webkit-transition: all 0.2s ease-out; */
    -ms-transition: all 0.2s ease-out;

}


.data-order {
position:relative;

}

    .data-order .order-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: #f1f1f1;
        padding: 0px 12px;
        height: 26px;
        line-height: 26px;
        border-radius: 4px;
    }

        .data-order .order-header .number-order {
            font-size: 12px;
            color: #707070;
        }

    .data-order .order-header .date-order {
        font-size: 11px;
        color: #7d7d7d;
    }

    .data-order .order-header .number-order span {
        font-size: 13px;
        font-weight: 600;
        color: #000;
    }



    .data-order ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }




    .data-order ul li {
/*        width: 33.33%;
        height:57px;*/
    }

.data-order ul li .image-order {
float: left;
}

    .data-order ul li .image-order img {
        width: 30px;
        border-radius: 8px;
        margin-right: 12px;
    }

        .data-order ul li .number-order {
            font-size: 12px;
            color: #266a3e;
        }

        .data-order ul li .date-order {
            font-size: 11px;
            color: #afacac;
        }

.data-order ul li .number-order span {
font-size: 14px;
    font-weight: 400;
    color: #000;
}


.data-order ul li .StatusLabel{
            font-size: 14px;
            /* font-weight: 400 !important; */
            text-align: center;
            height: 57px;
            line-height: 57px;
            color: #7d7d7d;

}

.order-detail .product-list .StatusLabel-store {
    font-size: 14px;
    /* font-weight: 400 !important; */
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #0d7533;
}


.data-order ul li .payment-total {
    width: 100%;
    display: flex;
    font-weight: 500;
    padding-left: 50px;
    padding-top: 20px;
    /* height: 57px; */
    /* line-height: 57px; */
}


        

    .data-order ul li .payment-total .text-tl {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        padding-left: 4px;
        color: #7d7d7d;
    }


    .data-order ul li .pay-type {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        color: #7d7d7d;
        padding-left: 50px;
    }

.bg-1 {
    background-color: #f5f5f5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pd-15 {
    padding: 15px;
}

/* order detail accordion End */

/* Order Detail Content Start */



            .order-page-title {
    color: #33744b;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 400;
}



.order-title {
    color: #959b95;
    font-size: 13px;
    font-weight: 600;
    height: 22px;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 12px;
}
.total-order-edit {
    width: 100%;
    text-align: right;
    display: block;
    color: #7d7d7d;
}

.b-bottom-dashed {
    border-bottom: dashed 1px #f1f1f1;
    margin: 4px 0px;
}

.product-list {
    padding: 0px 0px 15px 0px;
} 
  
			  
	.product-list ul {
   	list-style-type: none;
	padding:0px;
    display:flex;
   }  
		 
.product-list ul li {
 width:50%;
}

    .product-list ul li figure {
        /* width: 75px; */
        height: 60px;
        float: left;
        margin-right: 15px;
    }
		 
.product-list ul li figure img {
    height: 60px;
    border-radius: 8px;
    border: solid 1px #ddd;
}
		 
	.product-list ul li .name {
    font-size: 14px;
    font-weight: 400;
} 
		 
	.product-list ul li .code {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 4px;

}
	
	.product-list ul li .piece {
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
	float:left;
	 margin-right: 12px;
}
	
		 
	.product-list ul li .price {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
		
}
        .product-list ul li .piece span,
        .product-list ul li .price span,
        .product-list ul li .date span,
        .product-list ul li .code span {
            color: #7d7d7d;
            font-weight: 400;
        }
	.product-list ul li .date {
	font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
    
}


.my-order-seller-info {
    display: flex;
    width: auto;
}

    .my-order-seller-info .s-title {
        font-size: 13px;
        font-weight: 500;
        color: #009936;
        border-bottom-right-radius: 6px;
        margin-bottom: 20px;
        background-color: #f1f1f1;
        padding: 2px 12px;
        margin-left: -12px;
    }


.my-order-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 16px 0px 10px 0px;
    text-align: right;
    flex-direction: row-reverse;
}


    .my-order-footer a {
        font-size: 13px;
        font-weight: 500;
        color: #217c24;
        /* height: 28px; */
        line-height: 21px;
        /* width: 100%; */
        padding: 2px 9px;
        background-color: #f1f1f1;
        border-radius: 4px;
   /*     margin-left: 20px;*/
    }


.my-order-image {
    width: 40px;
    border: solid 1px #f1f1f1;
    margin-right: 10px;
}

	.list-detail{
        width: 46%;
    float: left;
    margin-right: 32px;
    margin-bottom: 30px;
   
}
    
 
			  
	.list-detail ul {
   list-style-type: none;
	padding:0px;
   }  
		 
	.list-detail ul li {
    padding: 0px 0;

} 

		 
	.list-detail ul li .piece {
	font-size: 14px;
    font-weight: 600;
    float: left;
    margin-right: 50px;
} 
		 
	.list-detail ul li .price {

    font-weight: 600;
    font-size: 14px;
    text-align: left;
 
}
	
	.list-detail ul li .price span {
    color: #7d7d7d;
	font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin-top: 6px;
    
}

.order-info-block {
    width:100%;
    display:flex;
}

    .order-info-block .cargo-list {
        width: 48.1%;
        float: left;
    }
        .order-info-block .cargo-list:first-child {
            margin-right: 32px;
        }

        .order-info-block .cargo-list ul {
            list-style-type: none;
            margin-bottom: 20px;
        }

            .order-info-block.cargo-list ul li {
                padding: 0px 0;
            }

                .order-info-block .cargo-list ul li .dInfo-block {
                    width: 100%;
                    min-height: 140px;
                    /* border-top-right-radius: 6px; */
                    border-bottom-right-radius: 6px;
                    border: solid 1px #ddd;
                    padding: 12px;
                }

       .order-info-block .cargo-list ul li .dInfo-block .dName,
       .order-info-block .cargo-list ul li .dInfo-block .dTel,
       .order-info-block .cargo-list ul li .dInfo-block .dCity,
       .order-info-block .cargo-list ul li .dInfo-block .dTown,
       .order-info-block .cargo-list ul li .dInfo-block .dAdress,
       .order-info-block .cargo-list ul li .dInfo-block .dTaxNo,
       .order-info-block .cargo-list ul li .dInfo-block .dTaxAdmin,
       .order-info-block .cargo-list ul li .dInfo-block .dTcNum {
            width: 100%;
        }

        .order-info-block .cargo-list ul li .dInfo-block .dName .label,
        .order-info-block .cargo-list ul li .dInfo-block .dTel .label,
        .order-info-block .cargo-list ul li .dInfo-block .dCity .label,
        .order-info-block .cargo-list ul li .dInfo-block .dTown .label,
        .order-info-block .cargo-list ul li .dInfo-block .dAdress .label,
        .order-info-block .cargo-list ul li .dInfo-block .dTaxNo .label,
        .order-info-block .cargo-list ul li .dInfo-block .dTaxAdmin .label,
        .order-info-block .cargo-list ul li .dInfo-block .dTcNum .label {
            font-size: 13px;
            font-weight: 600;
        }

        .order-info-block .cargo-list ul li .dInfo-block .dName span,
        .order-info-block .cargo-list ul li .dInfo-block .dTel span,
        .order-info-block .cargo-list ul li .dInfo-block .dCity span,
        .order-info-block .cargo-list ul li .dInfo-block .dTown span,
        .order-info-block .cargo-list ul li .dInfo-block .dAdress span,
        .order-info-block .cargo-list ul li .dInfo-block .dTaxNo span,
        .order-info-block .cargo-list ul li .dInfo-block .dTaxAdmin span,
        .order-info-block .cargo-list ul li .dInfo-block .dTcNum span {
            font-size: 13px;
            font-weight: 400;
            width: calc(100% - 110px );
            height: auto;
            line-height: 22px;
        }

		 
.order-info-block	.cargo-list ul li figure {
    width: 75px;
    height: 85px;
    float: left;
    margin-right: 15px;
}


    .order-info-block .cargo-list ul li figure img {
        width: 100%;
        height: 100%;
    }


.product-list ul li {
    width: auto;
}

.processing-title-1 {
    padding: 0px 0px 0px 0px;
    color: #7d7d7d;
    font-weight: 400;
}

.processing-title-2 {
    background-color: #f1f1f1;
    padding: 20px 20px 0px 25px;
    margin-top: 2px;
    color: #0d9b59;
    font-weight: 600;
}





.order-processing {
    text-align: right;
    width: 100%;
    display: inline-block;
}
    .order-processing .proccess-line {
        padding: 12px 0px 10px 0px;
        float: right;
    }

        .order-processing .proccess-line ul {
            display: flex;
            width: 100%;
        }

            .order-processing .proccess-line ul li {
                padding: 0px 0px;
            }

.order-processing .proccess-line ul li:first-child, 
.order-processing .proccess-line ul li:nth-child(3), 
.order-processing .proccess-line ul li:nth-child(5), 
.order-processing .proccess-line ul li:nth-child(7), 
.order-processing .proccess-line ul li:nth-child(9), 
.order-processing .proccess-line ul li:nth-child(11), 
.order-processing .proccess-line ul li:nth-child(13), 
.order-processing .proccess-line ul li:nth-child(15), 
.order-processing .proccess-line ul li:nth-child(17), 
.order-processing .proccess-line ul li:nth-child(19) {
    color: #7c7c7c;
    background-color: #e5e4e4;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 28px;
    text-align: center;
}


                .order-processing .proccess-line ul li:nth-child(2),
                .order-processing .proccess-line ul li:nth-child(4),
                .order-processing .proccess-line ul li:nth-child(6),
                .order-processing .proccess-line ul li:nth-child(8),
                .order-processing .proccess-line ul li:nth-child(10),
                .order-processing .proccess-line ul li:nth-child(12),
                .order-processing .proccess-line ul li:nth-child(14),
                .order-processing .proccess-line ul li:nth-child(16),
                .order-processing .proccess-line ul li:nth-child(18) {
                    color: #fff;
                    /*   font-size: 15px;
                        height: 36px;
                        line-height: 36px*/
                }


                .order-processing .proccess-line ul li:first-child.active,
                .order-processing .proccess-line ul li:nth-child(3).active,
                .order-processing .proccess-line ul li:nth-child(5).active,
                .order-processing .proccess-line ul li:nth-child(7).active,
                .order-processing .proccess-line ul li:nth-child(9).active,
                .order-processing .proccess-line ul li:nth-child(11).active,
                .order-processing .proccess-line ul li:nth-child(13).active,
                .order-processing .proccess-line ul li:nth-child(15).active,
                .order-processing .proccess-line ul li:nth-child(17).active,
                .order-processing .proccess-line ul li:nth-child(19).active {
                    background-color: #ee9b00 !important;
                    color: #000;
                    border: 1px solid #fff !important;
                }


                .order-processing .proccess-line ul li i {
                    vertical-align: middle;
                    font-size: 16px;
                }

.proccess-line span {
    margin-top: 30px;
    color: #7d7d7d;
    font-size: 14px;
}

.proccess-line .delivery-icon {
    width: 22px;
    padding-left: 2px;
}

.proccess-line .cancel-icon {
    height: 24px;
    padding-right: 2px;
}

.order-status-title .order-status-icon {
    height: 30px;
}

.order-status-title {
    padding: 3px 0px 6px 0px;
    text-align: right;
    font-size: 13px;

    border-bottom: none;
}

.order-status-title .status {
    font-size: 12px;
    color: #7d7d7d;
    background-color: #ffffff;
    margin-top: -12px;
    width: auto;
    padding: 0px 6px;
    display: table;
    margin-left: 6px;
}

    .order-status-title span {
        font-size: 13px;
        font-weight: 500;
        color: #ef9c00;
    }

        .order-status-title span:before {
            content: "";
            height: 12px;
            width: 12px;
            background-color: #048c34 !important;
            margin-right: 3px;
            display: inline-block;
            border-radius: 100%;
        }

.order-process-block {
    width: 100%;
    margin: 1px 0px 40px 0px;
    padding: 20px;
    max-width: 1200px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


    .order-process-block input {
        display: none;
    }

    .order-process-block div {
        margin: 0px 12px 0px 0px;
    }


    .order-process-block label {
        width: 100%;
        display: block;
        text-align: center;
        padding: 6px 4px;
        border: solid 1px #ddd;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
    }

        .order-process-block label:hover {
            color: #fff;
            background-color: #198754;
            border: solid 1px #198754;
        }

.cargo-code {
    text-align: right;
    width: 100%;
    display: inline-block;
}

.cargo-code i {
    font-size: 15px;
    background-color: #f1f1f1;
    color: #ff9800;
    padding: 5px;
    border-radius: 3px;
    margin-left: 4px;
}

.cargo-firm-name {
    font-weight: 400;
    text-transform: uppercase;
    color: #7d7d7d;
}

.copy-clipboard {
    color: #444 !important;
    cursor: pointer;
    padding: 3px 0px 6px 0px;
    margin-left: 2px;
    font-weight: 600;
}
[tooltip] {
    position: relative;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
        z-index: 100;
        opacity: 0;
        transition: all 250ms ease;
    }

    [tooltip]::after {
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%) translateY(-100%);
        background-color: #000;
        text-align: center;
        color: #ffffff;
        font-size: 13px;
        padding: 0px 10px;
        width: 110px;
        height: 32px;
        border-radius: 3px;
        pointer-events: none;
        opacity: 0;
        transition: all 250ms ease;
        line-height: 32px;
    }

[tooltip-position ='bottom']::before {
    top: 100%;
    margin-top: 36px;
    transform: translateX(-50%) translateY(-100%) rotate(-180deg)
}

[tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 44px;
    transform: translateX(-50%) translateY(0);
}

[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity: 1;
}



.cancelling-bg {
    height: 60px;
    width: 100%;
    display: block;
    background-color: #fff6f6;
    border: solid 1px #fff;
    padding: 10px 10px;
}

.order-sign-cancelling {
    background-color: #fff6f6;
    padding: 2px 3px 0px 4px;
    width: 90px;
    margin-top: -28px !important;
    /* margin-left: -18px; */
    height: 22px;
    /* border-radius: 4px; */
    /* border: solid 1px #ff0000; */
    /* margin: 0px auto; */
    margin-top: 12px !important;
    text-align: center;
    font-size: 13px;
    color: #ff0000;
    line-height: 22px;
    float: right;
    width: 100%;
    height: 24px;
    line-height: 20px;
    margin-bottom: 2px;
}

.panelOrder {
    display: block !important
}

.store-section {
    display: block;
    margin-top: 5px;
    border: solid 1px #ddd;
    padding: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}



   .payment-detail {
        width: 100%;
    }


    .payment-detail ul {
        list-style-type: none;
        /* padding: 20px; */
        /* border: solid 1px #dfdfdf; */
        /* border-radius: 8px; */
        margin-bottom: 20px;
    }

        .payment-detail ul li {
            /* padding: 0px 0; */
            border-bottom-right-radius: 6px;
            border: solid 1px #ddd;
            padding: 12px;
        }


 .payment-detail ul li .bank {
    font-size: 14px;
    font-weight: 600;
    margin-right: 50px;
}

 .payment-detail ul li .installment {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

 .payment-detail ul li .cargo-price {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.payment-detail ul li .order-amount {
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}

.payment-detail ul li .order-amount span,
.payment-detail ul li .installment span,
.payment-detail ul li .bank span,
.payment-detail ul li .cargo-price span {
        color: #474545;
        font-weight: 400;
        font-size: 13px;
        text-align: left;
        margin-top: 6px;
    }
	
		.list-detail ul li {
    padding: 0px 0;

}

		 
	.order-process{
   width: 46%;
    /* min-height: 150px; */
    float: left;
    margin-right: 32px;
    margin-bottom: 30px;
   
}
    
 .order-process-title {
   color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 400;
    border-bottom: solid 1px #fff;
    background-color: #00782b;
    padding: 3px 10px;
}
			  
	.order-process ul {
   list-style-type: none;
	padding:0px;
   }  
		 
	.order-process ul li {
    padding: 0px 0;

} 

		 
	.order-process ul li .product-title {
	font-size: 14px;
    font-weight: 600;
		color:#00782b;
		
} 
			.order-process ul li .product-title span {
	font-size: 14px;
    font-weight: 600;
		color:#ff0000;
		
}  
	.order-process ul li .cargo-follow {
	color:#00782b;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
 
}
		 
	.order-process ul li .cargo-follow span {
	font-size: 14px;
    font-weight: 400;
		color:#000;
		
}  
		 
	.order-process ul li .cargo-follow span a {
		color:#000000 !important;
		font-size: 14px;
    font-weight: 600;
		
} 
	.order-process ul li .cargo-follow span a:hover {
		color:#ff0000 !important;
			font-size: 14px;
    font-weight: 600;
		
} 
		 
	.order-process ul li .cargo-price {

    font-weight: 600;
    font-size: 14px;
    text-align: left;
 
}


.order-button-panel {
    width: 100%;
    position: relative;
    display: inline-block;
    /* background-color: #f1f1f1; */
    padding: 20px 0px 0px 0px;
    /* margin-bottom: 14px; */
    border-top: solid 1px #b3d6c0;
    margin-top: 20px;
}
	.button-panel-title {
    color: #00782b;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: solid 1px #b3d6c0;
}
		 
.order-button-panel ul{
list-style-type: none;
	padding:0px
}



/*.detail-menu {

    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 6px;
}

    .detail-menu .icon-img {
        background-color: #f1f1f1;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: block;
        padding: 0px 3px;
        margin-right: 8px;
    }
    .detail-menu .icon-img img {

    }


    .detail-menu .cargo-code {
position:relative;
display:block!important;

    }
*/

   /* .detail-menu .cargo-title {
        width: 100%;
        display: block;
        height: 20px;
        line-height: 24px;
    }

    .detail-menu .code-title {
        width: 100%;
        margin-top: -10px;
        display: block;
        font-weight: 600;
    }
*/

    /*.ord-icon {
        background-color: #f1f1f1;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: block;*/
        /* padding: 0px 3px; */
        /*margin-right: 6px;
        line-height: 40px;
        color: #000;
        text-align: center;
        padding: 2px 5px 4px 4px;
    }*/

/* Cargo Code Tooltip s */


.list-order {
    background-color: #fff;
    color: #444;
    padding: 6px 6px 6px 6px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 13px;
    margin-bottom: 12px;
    box-shadow: 0 1px 2px 0 rgb(85 85 85 / 40%);
    border-radius: 6px;
}

    .list-order .data-order {
        position: relative;
    }

        .list-order .data-order ul {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .list-order .data-order ul li {
                height: auto !important;
            }
            .list-order .data-order ul li:first-child {
            }

.list-order .data-order ul li:nth-child(2) {
    display: flex;
    /* height: auto !important; */
    max-width: 140px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    margin-top: 5px;
}

                .list-order .data-order ul li:nth-child(3) {

                    font-size: 13px;
                    color: #7d7d7d;
                }
            .list-order .data-order ul li:nth-child(4) {
      
                font-size: 13px;
                color: #7d7d7d;
            }
                .list-order .data-order ul li:last-child {
      
                    padding: 10px 0px;
                }

                    .list-order .data-order ul li:last-child a {
                        background-color: #ffffff;
                        padding: 4px 10px;
                        border-radius: 6px;
                        color: #727070 !important;
                        text-align: center;
                        border: solid 1px #4caf50;
                    }

/*    .list-order .data-order ul li:last-child a:hover {
        background-color: #ef9c00;
        color: #fff !important;
    }*/


.list-order .data-order ul li .payment-total-l {
display: flex;
font-weight: 400;
}

.small-1 {
    height: 30px;
    /* margin: 0px 4px; */
    border-radius: 50% !important;
    width: 30px;
}

/*.data-order:not(:last-child) img,
.data-order:not(:nth-child(8)) img,
.data-order:not(:nth-child(8)) img,
.data-order:not(:nth-child(7)) img,
.data-order:not(:nth-child(6)) img,
.data-order:not(:nth-child(5)) img,
.data-order:not(:nth-child(4)) img,
.data-order:not(:nth-child(3)) img,
.data-order:not(:nth-child(2)) img,
.data-order:not(:first-child) img {
    margin-left: -20px;
}
*/


/* Order Detail Accordion s*/
.accordion-order- {
    background-color: #fafafa;
    color: #444;

    padding: 16px 12px 16px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: solid 1px #ddd;
    /* display: inline-block; */
    /* margin-bottom: 16px !important; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
}

/*.accordion-order-:focus,
.accordion-order-:hover {
    border: 1px solid #ccc !important;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #efefef;
}*/

.accordion-order- .panel {
    padding: 30px 30px 20px 30px;
    display: none;
    background-color: white;
    margin-top: -22px;
    border: 1px solid #ccc;
    /* -webkit-box-shadow: 0px 0px 8px 0px rgb(185 185 185 / 99%); */
    -moz-box-shadow: 0px 0px 8px 0px rgba(185,185,185,0.12);
    /* box-shadow: 0px 0px 8px 0px rgb(185 185 185 / 12%); */
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    /* -webkit-transition: all 0.2s ease-out; */
    -ms-transition: all 0.2s ease-out;
}

/*.accordion-order:after {
    content: '\f078';
    color: #afafaf;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    float: right;
    margin-top: -43px;
    background-color: #ffffff;
    width: 26px;
    border-radius: 5px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border: solid 1px #efefef;
}
*/

   .active:after {
        content: '\f00d';
        font-size: 15px;
        color: #dc3545;
        background-color: #fff;
        border: solid 1px #fda6a6;
        height: 26px;
        line-height: 26px;
    }

.panelOrder {
    /* padding: 0px 30px 20px 30px; */
    display: none;
    background-color: white;
    margin-top: -18px;
    /* border: 1px solid #ccc; */
    -moz-box-shadow: 0px 0px 8px 0px rgba(185,185,185,0.12);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    margin-bottom: 30px;
}

.order-sign-c {
    background-color: #ffffff;
    padding: 2px 3px 0px 4px;
    width: 28px;
    margin-top: -28px !important;
    /* margin-left: -18px; */
    height: 26px;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    margin: 0px auto;
    line-height: 24px;
}

.order-sign-c i {
    color: #a3a3a3;
    font-size: 18px;
}

.accordion-order-:focus .order-sign-c,
.accordion-order-:hover .order-sign-c,
.accordion-order-.active .order-sign-c {
    background-color: #7d7d7d;
}

.accordion-order-:focus .order-sign-c i,
.accordion-order-:hover .order-sign-c i,
.accordion-order-.active .order-sign-c i {
    color: #fff;
}


.accordion-order-:hover .order-sign-c {
    background-color: #7d7d7d;
}

    .accordion-order-:hover .order-sign-c i {
        color: #fff;
    }




.order-sign {
    background-color: #ffffff;
    padding: 2px 3px 0px 4px;
    width: 28px;
    margin-top: -28px !important;
    /* margin-left: -18px; */
    height: 26px;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    margin: 0px auto;
}


    .order-sign i {
        color: #a3a3a3;
    }

.accordion-order-:focus .order-sign,
.accordion-order-:hover .order-sign,
.accordion-order-.active .order-sign {
    background-color: #7d7d7d;
}

.accordion-order-:focus .order-sign i,
.accordion-order-:hover .order-signi,
.accordion-order-.active .order-sign i {
    color: #fff;
}


.accordion-order-:hover .order-sign {
    background-color: #7d7d7d;
}

    .accordion-order-:hover .order-sign i {
        color: #fff;
    }


/* Order Detail Accordion e*/


/* Cargo Code Tooltip e */

.ord-icon i {
    font-size: 18px;
    color: #1f7a1f;
    padding-right:0px;
}

.ord-icon-title {


}

.piece-name a, 
.piece-name {
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #7d7d7d !important;
}

.piece-item {
    font-size: 12px;
    font-weight: 400;
    color: #7d7d7d;
    text-align: right;
}

.piece-price {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    color: #7d7d7d;
}

.cancel-order-products {
    /* border: solid 1px #dfdfdf; */
    border-radius: 8px;
    padding: 12px 0px;
}

.cancel-button-block {
    display: flex;
}

.my-order-cancel-info {
    display: flex;
    font-size: 13px;
    margin-top: 20px;
}

.w-210 {
    width:100%;
    max-width:210px;
}

/* Order Detail Content End */
/* Havale Eft Bildirimi start */
.customer-main-column select {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 18px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #00782b;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 16px;
    cursor: pointer;
    font-weight: bold;
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), radial-gradient(#00782b 50%, transparent 72%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

		  
 .customer-main-column select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00782b;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,120,43,.25);
		
	 background-image:
    linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, black 50%),
    radial-gradient(#ef9c00 50%, transparent 72%);
  background-position:
    calc(100% - 13px) 1em,
    calc(100% - 18px) 1em,
    calc(100% - .6em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.customer-main-column select option {
    font-size: 14px !important;
}		  
	  
	  
.bank-detail {
 width: 80%;
 margin-top: 16px;
margin-bottom: 16px;
}  
		  
		  
.bank-detail ul {
 padding: 0px;
list-style-type: none;
}  
		  
		  
.bank-detail ul li {
font-size:13px;
	font-family: Verdana, "sans-serif";
}  
	
		  
	.button-pay-block {
    width: 90%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 40px;
}
.button-send {
  
    background: #00782b;
    padding: 5px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-top: 30px;
    cursor: pointer;
    border: 0px;
    font-weight: 700;
    margin-right: 40px;
}



    .button-send:hover {
        background: #ef9c00;
   
        color: #000
    }

	  .button-cancel {
    background: #ddd;
   padding: 5px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: normal;

    margin-top: 30px;
    cursor: pointer;
    border: 0px;
    font-weight: 700;

}

    .button-cancel:hover {
        background: #ff0000;
   
        color: #fff
    }

		 

/* Havale Eft Bildirimi ent */


/* Mesaj start */


.customer-main-column .message-text-button {
width: 100%;
position: relative;
text-align: left;
font-weight: 700;
	margin-bottom: 30px;
}
	 
		
.customer-main-column .message-text-button  a {
	font-size: 23px;
color: #00782b;
}
		
.customer-main-column .message-text-button a:hover {
color: #ef9c00;
 }
		
.customer-main-column .message-text-button a span {
font-size: 19px;
font-weight: 700;
}
		
 .customer-main-column .table th {
    background-color: rgba(0,0,0,.06);
    padding: 5px 10px 3px 10px;
    font-size: 14px;
    vertical-align: middle;
	  border: 1px solid #fff;
}

.customer-main-column .table tbody tr {
padding: .35rem;
background-color: #fff !important;
font-size:13px;	
	    border: 1px solid #fff;
}


.customer-main-column .table tbody tr:hover {
background-color: #f0f0f0 !important;
}



.customer-main-column .table td {
    vertical-align: middle;
    padding: 12px 9px 0px 9px;
    border: 0;
}

.customer-main-column .message-look {
    background: #00782b;
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    border: 0px;
    font-weight: normal;
    width: 100%;

}

   .customer-main-column .message-look:hover {
        background: #ef9c00;
   
        color: #000
    }



	  

	.modal-message-header {
 
		display:block !important;
}
		  
	.modal-message-title {
    width: 25px;
    height: 23px;
    background-image: url(/images/customer/mesaj-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block !important;
    margin-right: 12px;
	vertical-align: top;
		
}	 
	
.modal-refun-title {
    width: 25px;
    height: 23px;
    background-image: url(/images/customer/iade-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block !important;
    margin-right: 12px;
	vertical-align: top;
		
}


	.message-content {
   font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
  
		
}  
	  
	
		  
.message-content-title {
   font-size: 14px;

  font-weight: 600;
    color: #7d7d7d;
		
}  
	
.refun-content-title {
    font-size: 14px;
    font-weight: 600;
    color: #00782b;
}

	.write-message-title  {
   font-size: 14px;
    font-weight: 500;
    color: #000;
}  	 		  
			  
	textarea.write-message {
       font-size: 12px;
    font-weight: 400;
    /* margin-bottom: 20px; */
    color: #000;
    height: auto;
    padding: 10px 10px 0px 10px;
    background: #fff;
    border: 1px solid #00782b;
    min-height: 90px;
}
 
		textarea.write-message:focus {
        color: #000;
        background-color: #fff;
        border-color: #00782b;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,120,43,.25)
    }
  
	.message-modal-footer {
 display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 16px 16px 16px;
}
		  
		.button-send-modal {
    background: #00782b;
    padding: 7px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: 0px;
 
}  
	.button-send-modal:hover {
        background: #ef9c00;
        color: #000
    }

	  .button-cancel-modal {
    background: #ddd;
    padding: 7px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    border: 0px;
    font-weight: 500;
	margin-right: 30px;

}

    .button-cancel-modal:hover {
        background: #ff0000;
   
        color: #fff
    }
	  
		  


	  	  


				
		.modal-body select {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 18px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #00782b;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 16px;
    cursor: pointer;
   
}		
	.modal-body select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00782b;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,120,43,.25)
}


/* Mesaj end */



/*  Message detail accordion Start */

.message-page-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    max-width: 250px;
    padding: 4px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
}


    .message-page-title span {
        font-weight: 400;
        color: #000;
        font-size: 15px;
     height:20px;
  line-height:20px;
    }

    .message-page-title i {
        padding-right: 6px;
        color: #000;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

.message-store-name {
    font-size: 12px;
    font-weight: 600;
    color: #248d2a;
}

.m-o-date {
    font-size: 11px;
    color: #7d7d7d
}

.message-action-block {
    border: solid 1px #ddd;
    padding: 0px 30px 30px 30px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}






/*.message-action-block {*/
    /* min-height: 60px; */
    /* padding: 11px 11px; */
    /*margin-bottom: 12px;
    text-align: right;
}

    .message-action-block .search-input {
        border: solid 2px #7d7d7d;
        font-size: 13px;
        border-radius: 4px;
        padding: 6px 12px;
 
        min-width: 220px;
    }

        .message-action-block .search-input:hover,
        .message-action-block .search-input:focus {
      
            border: solid 2px #009936;
        }


    .message-action-block input::-webkit-input-placeholder {
        font-size: 12px;
    }

.message-action-block .write-message {
    float: left;
    margin-bottom: 10px;
}

    .message-action-block .write-message i {
        font-size: 20px;
        color: #009936;
        padding-right: 4px;
    }

    .message-action-block .write-message span {
        font-size: 16px;
        color: #009936;
        font-weight: 600;
    }

    .message-action-block .write-message:hover i,
    .message-action-block .write-message:hover span {
        color: #ff0000;
        font-weight: 600;
    }*/

 
.message-list-header {
    background-color: #f1f1f1;
    color: #444;
    /* cursor: pointer; */
    padding: 10px 16px 16px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    /* border: solid 1px #ddd; */
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 8px;
    font-weight: 600;
}

    .message-list-header ul {
       padding:0px;
       list-style:none;
       display:flex;
    }

    .message-list-header ul li:first-child {
        width: 50%;
        height: 20px;
        text-align:left;
    }

        .message-list-header ul li:last-child {
            width: 15%;
            height: 20px;
        }

    .message-list-header ul li:nth-child(2) {
        width: 30%;
        height: 20px;
 
    }

 .data-message .message-subject {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#questions-listing .nav.nav-tabs li a {
    font-size: 14px !important;
}


#questions-listing .nav-tabs .nav-link {
    border-bottom: 3px solid #fff;
    border-radius: 0px !important
}

    #questions-listing .nav-tabs .nav-link.active,
    #questions-listing .nav-tabs .show > .nav-link {
        color: #248d2a !important;
        border-bottom: 3px solid #248d2a !important;
        border-radius: 0px !important;
        border-top: 0px;
        border-left: 0px;
    }

#questions-listing .form-check-input {
    width: 24px !important;
    height: 24px !important;
    border: solid 3px #f1f1f1 !important;
}

    #questions-listing .form-check-input:checked {
        background-color: #248d2a !important;
        border-color: #248d2a !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 3px !important;
        margin-top: 6px !important;
    }

#questions-listing input[type="radio"]:checked + .select-message-radio,
#questions-listing input[type="radio"]:checked + .select-message-radio::before {
    color: #000;
    background-color: #cfe3ff;
}

.red-border {
    border: solid 1px #ff0000;
}

.no-before-icon::before {
    display: none !important;
}

#questions-listing .nav-link {
    border-bottom: 3px solid #fff;
    border-radius: 0px !important
}

    #questions-listing .sort-message.active,
    #questions-listing .nav-link.active {
        color: #248d2a !important;
        border-bottom: 3px solid #248d2a !important;
        border-radius: 0px !important
    }

        #questions-listing .nav-link.active::after {
            position: absolute;
            height: 0;
            width: 0;
            transform: rotate(180deg);
            border: 12px solid transparent;
            border-bottom-color: #248d2a;
            content: "";
            margin-top: 6px;
            margin-left: -12px;
        }


    #questions-listing .nav-link:hover {
        background-color: #248d2a !important;
        border-bottom: 3px solid #fff !important;
        border-radius: 0px !important;
        color: #fff !important;
    }

        #questions-listing .nav-tabs .nav-link.active:hover,
        #questions-listing .nav-link:hover p,
        #questions-listing .nav-link:hover span {
            color: #fff !important;
        }



.message-list-header {
    background-color: #f1f1f1;
    color: #444;
    /* cursor: pointer; */
    padding: 10px 16px 16px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    /* border: solid 1px #ddd; */
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 8px;
    font-weight: 600;
}

    .message-list-header ul {
        padding: 0px;
        list-style: none;
        display: flex;
    }

        .message-list-header ul li:first-child {
            width: 50%;
            height: 20px;
            text-align: left;
        }

        .message-list-header ul li:last-child {
            width: 15%;
            height: 20px;
        }

        .message-list-header ul li:nth-child(2) {
            width: 30%;
            height: 20px;
        }

.message-detail .data-message .message-subject {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.message-detail .accordion {
    color: #444;
    cursor: pointer;
    padding: 16px 16px 16px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    /* border: solid 1px #ddd; */
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(85 85 85 / 40%);
}

.message-detail .active, .accordion:focus,
.message-detail .active, .accordion:hover {
    border: 1px solid #009936;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #f2f2f2;
}

.message-detail .panel {
    padding: 20px 25px 25px 25px;
    display: none;
    background-color: white;
    margin-top: -13px;
    border: 1px solid #009936;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    margin-bottom: 30px;
    border-radius: 8px;
}


    .message-detail .panel .message-data-title {
        color: #009936;
        font-size: 14px;
        margin-top: 10px;
        width: 100%;
        border-bottom: #f1f1f1 solid 1px;
        margin-bottom: 10px;
        float: left;
        font-weight: 600;
        padding-bottom: 4px;
    }

        .message-detail .panel .message-data-title span {
            background-color: #f1f1f1;
            padding: 6px 10px;
            border-radius: 4px;
        }

    .message-detail .panel .message-data-title-2 {
        color: #7d7d7d;
        font-size: 14px;
        width: 100%;
        float: left;
    }

        .message-detail .panel .message-data-title-2 span {
            color: #444;
            /* font-weight: 500; */
            background-color: #f1f1f1;
            padding: 4px 10px;
            margin: 0px 6px 6px 0px;
            display: inline-block;
            border-radius: 4px;
        }

.message-detail .message-text {
    width: 100%;
    display: inline-block;
}

    .message-detail .message-text .msg-body {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
        background-color: #d9d9d9;
        width: 60%;
        border-radius: 12px;
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 8px 20px;
        font-weight: 400;
        border-top-left-radius: 0px;
    }


        .message-detail .message-text .msg-body:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 17px solid #d9d9d9;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            top: 0px;
            left: -10px
        }


        .message-detail .message-text .msg-body:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 15px solid #d9d9d9;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            top: 0;
            left: -15px;
        }




.message-detail .message-text-r .msg-body:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #e1fbdd;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: 0px;
    right: -10px
}

.message-detail .message-text-r .msg-body:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #e1fbdd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    right: -15px;
}



.message-detail .message-text-r {
    width: 100%;
    display: inline-block;
}

    .message-detail .message-text-r .msg-body {
        font-size: 14px;
        margin-bottom: 15px;
        text-align: left;
        /* width: 100%; */
        float: right;
        background-color: #e1fbdd;
        width: 60%;
        border-radius: 12px;
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 8px 12px;
    }



.msg-time-l,
.msg-time-r {
    text-align: right;
    font-size: 12px;
    color: #7d7d7d;
}



.message-data-title {
    color: #009936;
    font-size: 14px;
    margin-top: 2px;
    width: 100%;
    /* border-bottom: #f1f1f1 solid 1px; */
    /* margin-bottom: 10px; */
    float: left;
    font-weight: 600;
    padding-bottom: 4px;
}

    .message-data-title span {
        background-color: #f1f1f1;
        padding: 6px 10px;
        border-radius: 4px;
        font-size: 12px;
        margin-left: -10px;
    }

.message-data-title-2 {
    color: #7d7d7d;
    font-size: 12px;
    width: 100%;
    float: left;
    margin-left: -10px;
}

    .message-data-title-2 span {
        color: #444;
        /* font-weight: 500; */
        background-color: #f1f1f1;
        padding: 2px 10px;
        margin: 0px 6px 2px 0px;
        display: inline-block;
        border-radius: 4px;
        font-size: 12px;
    }

 .message-text {
    width: 100%;
    display: inline-block;
}

    .message-text .msg-body {
        font-size: 12px;
        margin-bottom: 6px;
        text-align: left;
        background-color: #fff5d8;
        width: 80%;
        border-radius: 12px;
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 1px 12px;
        font-weight: 400;
        border-top-left-radius: 0px;
        box-shadow: 0 1px 0.5px 0 rgb(85 85 85 / 20%);
        color: #444;
    }

        .message-text .msg-body:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 12px solid #fff5d8;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            top: 0px;
            left: -15px;
        }

        .message-text .msg-body:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 12px solid #fff5d8;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            /* top: 0; */
            left: -15px;
        }



 .message-text-r .msg-body:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #e1fbdd;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: 0px;
    right: -10px
}

 .message-text-r .msg-body:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #e1fbdd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    right: -15px;
}



 .message-text-r {
    width: 100%;
    display: inline-block;
}

    .message-text-r .msg-body {
        font-size: 12px;
        margin-bottom: 2px;
        text-align: left;
        /* width: 100%; */
        float: right;
        background-color: #d9fdd3;
        width: 80%;
        border-radius: 8px;
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 1px 12px;
        box-shadow: 0 1px 0.5px 0 rgb(85 85 85 / 20%);
        color: #444;
    }


.msg-time-l, .msg-time-r {
    text-align: right;
    font-size: 10px;
    color: #7d7d7d;
}

.send-block {
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: -29px;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 6px;
}

    .send-block .txt-area {
        /* height: auto; */
        padding: 5px 10px;
        border: solid 1px #ccc;
        border-radius: 8px;
        width: calc(100% - 40px);
        background-color: #ffffff;
        font-size: 12px;
        color: #000;
        /* flex: none; */
        /* overflow: visible; */
        min-height: 50px;
        overflow-y: scroll;
    }


    .send-block .send-msg-btn {
        width: 35px;
        height: 50px;
        margin-left: 5px;
        float: right;
        text-align: center;
        padding: 0px 0px 0px 0px;
        border-radius: 8px;
        color: #fff !important;
    }

.msg-count .count-style {
    font-weight: 600;
    color: #ff0000;
}


.head-msg-block {

}

.head-msg-block ul {
    display: flex;
 
}

    .head-msg-block ul li {
       width:50%;
       text-align:left;
    }

        .head-msg-block ul li:first-child {
            height: 36px;
           
        }

        .head-msg-block ul li:last-child {
            z-index: -1;
            height: 36px;
            line-height: 36px;
            color: #b1b1b1;
        }

.btn-gray {
    background-color: #7d7d7d;
}

..btn-gray i {
    font-size: 18px;
    color: #fff;
}

.btn-orange {
    color: #000;
    background-color: #ee9b00;
}

    .btn-orange:hover,
    .btn-orange:focus {
        background-color: #009936!important;
        color: #fff !important;
        opacity:1;
    }


.order-product-list {
    display: inline-block;
    /* border-bottom: #d7d5d5 solid 1px; */
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.order-product-list ul {
    list-style-type: none;
    padding: 0px;
}

   .order-product-list ul li {
            width: 100%;
        }

/*    .order-product-list ul li a {
        font-size: 12px;
        font-weight: 500;        
        text-decoration: none;
        display: block;
    }*/

    /*.order-product-list ul li a:hover {
                font-size: 14px;
                font-weight: 400;
                text-decoration: none;
                color:#ff0000;
            }*/

       .order-product-list ul li a span {
                font-size: 14px;

            }


    .order-product-list ul li .price {
        font-size: 12px;
        color: #7d7d7d;
    }


.data-message {
    position: relative;
}

    .data-message ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }



        .data-message ul li:first-child {
            /* width: 50%; */
       /*     height: 20px;*/
            /* display: grid; */
        }

        .data-message ul li:nth-child(2) {
        /*    width: 30%;*/
    /*        height: 20px;*/
        }

.data-message ul li:last-child {
    /* width: 15%; */
    height: 40px;
    margin-right: 70px;
    font-size: 13px;
    line-height: 42px;
}

   
            .data-message ul li .o-number {
                font-size: 15px;
                color: #7d7d7d;
                font-weight:600;
            }

                .data-message ul li .o-number .sbj-title {
                    font-weight: 400 !important;
                    font-size: 14px;
                    padding-left: 8px;
                }

        .data-message ul li .o-date{
            font-size: 12px;
             color: #7d7d7d; 

        }



/* Message detail accordion End */

.textarea-message {

    width: 100%;
    font-size: 13px;
    font-family: roboto, sans-serif;
    padding: 10px;
    overflow: auto;
    resize: none;
    border: solid 2px #ddd;
    background-color: #fff;
    border-radius: 5px;
}

.msg-count {
    margin-top: 4px;
    color: #7d7d7d;
    font-size: 11px;
}

.input-general {
    height: 44px;
    border: solid 1px #ccc;
    width: 100%;
    padding: 0px 12px;
    border-radius: 8px !important;
    font-size: 14px;
}



    .input-general:hover,
    .input-general :focus {
        border: solid 2px #0d7533;
    }

.write-msg-desc {
    font-size: 12px;
    color: #7d7d7d;
    margin: 20px 0px 12px 0px;
    border-bottom: dashed 1px #e9e9e9;
}
.w-mes-title {
    font-size: 12px;
    font-weight: 600;
    color: #7d7d7d;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.f-size-14 {
    font-size:14px;
}


.f-size-12 {
    font-size: 12px;
}


.f-w-600 {
    font-weight: 600
}

.red {
    color:#ff0000;
}

.green {
    color: #42a914;
}

.mr-60 {
    margin-right:60px;
}



/* Create Refun s */

.data-box-r {
    border: solid 1px #ddd;
    padding: 10px 8px 8px 8px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 30px;
}

    .data-box-r .attn {
        margin-top: -28px;
        position: absolute;
        background-color: #fff;
        height: 26px;
        width: 30px;
        text-align: center;
        border-radius: 4px;
        padding-top: 2px;
        border: solid 1px #f1f1f1;
    }

        .data-box-r .attn i {
            font-size: 18px;
            color: #009936;
        }

.refun-page-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    width: 120px;
    padding: 3px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
}

.refun-request-comment {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #7d7d7d;
}

.refun-request-comment-2 {
    font-size: 12px;
    font-weight: 400;
    color: #444;
}


.refun-request-comment-2 .gr {
    color: #00782b;
}


.refun-page-title span {
    font-weight: 400;
    color: #7d7d7d;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
}


.refun-page-title i {
    padding-right: 6px;
    color: #7d7d7d;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
}


.refun-proses-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
    display: inline-block;
}

.refun-proses {
    font-size: 13px;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    line-height: 28px;
    float: left;
    margin-right: 6px;
    background: #000;
    text-align: center;
}

.refun-proses-text {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.4px;
    border-radius: 5px;
    height: 28px;
    /* max-width: 450px; */
    /* border-bottom: dashed 1px #ddd; */
    /* display: inline-block; */
    background-color: #f1f1f1;
    padding: 0px 15px;
    margin-bottom: 12px;
    border-bottom: solid 1px #f1f1f1;
    width: 100%;
    float: left;
}

.refun-product-list {
 /*   display: flex;
    float: left;*/
}

    .refun-product-list ul {
        list-style-type: none;
        padding: 0px;
    }

        .refun-product-list ul li {
            /* padding: 0px 0; */
            width: 100%;
            /* margin-bottom: 20px; */
            /* margin: 15px 0px; */
            display: inline-block;
        }

        .refun-product-list ul li a {
  
            display: flex;
        }

            .refun-product-list ul li figure img {
                width: 100%;
                height: 100%;
            }

    .refun-product-list .name {
        font-size: 12px;
        font-weight: 500;
        width: 100%;
        display: block;
        color: #7d7d7d !important;
    }


    .refun-product-list .piece {
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        margin-top: 6px;
        margin-right: 12px;
        width: 100%;
        display: block;
    }


            .refun-product-list .price {
                font-weight: 500;
                font-size: 12px;
                text-align: left;
                margin-top: 6px;
            }

                .refun-product-list ul li .piece span,
                .refun-product-list ul li .price span,
                .refun-product-list ul li .date span,
                .refun-product-list ul li .code span {
                    color: #7d7d7d;
                }

            .refun-product-list ul li .date {
                font-weight: 500;
                font-size: 12px;
                text-align: left;
                margin-top: 6px;
            }


.follow-refun-data ul li .number-order {
    font-size: 13px;
    color: #048c34;
}

.follow-refun-data ul li .number-order span {
    font-size: 13px;
    color: #000!important;
}


.follow-refun-data ul li .date-order {
    font-size: 12px;
    color: #7d7d7d;
}

.my-refun-image {
    width: 30px;
    border: solid 1px #f1f1f1;
}

/*.follow-refun-data ul li:last-child:after {
    content: '\f067';
    color: #afafaf;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    float: right;
    background-color: #ffffff;
    width: 26px;
    border-radius: 5px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border: solid 1px #efefef;
}*/

.refun-img-list {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.refun-message-text {
    background-color: #f1f1f1;
    padding: 5px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 600px;
    font-size: 12px;
    color: #666;
}
.refun-message-text-r {
    background-color: #f1f1f1;
    padding: 5px 12px;
    /* float: right; */
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 600px;
    text-align: right;
    color: #000;
}
.refun-request-img {
    width: 50px;
    cursor: pointer;
    border: solid 1px #ddd;
}

.refun-img-list {
    width: 30px;
    float: left;
    margin-right: 10px;
    border-radius: 6px;
}

/* select refun product start */


.refun-checkbox ul {
    list-style-type: none;
    width: 100%;
    display: block;
}

.refun-checkbox li {
    display: inline-block;
}

.refun-checkbox input[type="checkbox"][id^="cb"] {
    display: none;
}

.refun-checkbox label {
    border: 2px solid #f1f1f1;
    padding: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 90%;
    border-radius: 6px;
}

    .refun-checkbox label:hover,
    .refun-checkbox label:focus {
        border: 2px solid #ef9c00;
      }



    .refun-checkbox label:before {
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: 1px solid #009936;
        position: absolute;
        top: -6px;
        left: -6px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 22px;
        transition-duration: 0.2s;
        transform: scale(0);
        /* font-weight: bold; */
    }

.refun-checkbox :checked + label {
    border-color: #009936;
    border: 1px solid #009936;
}

    .refun-checkbox :checked + label:before {
        content: "\f058";
        font-family: FontAwesome;
        background-color: #009936;
        transform: scale(1);
        font-size: 18px;
    }

.refun-checkbox .form-check-input.is-invalid ~ .form-check-label,
.was-validated .refun-checkbox  .form-check-input:invalid ~ .form-check-label {
    border: solid 2px #ff0000;
}


.select-block select {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #ddd;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    padding: 0px 12px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    color: #666;
    width: 100%;
    background-color: #fff;
}

    .select-block select:hover,
    .select-block select:focus {
        border: solid 2px #009936;
        background-color: #f1f1f1;
    }


    .refun-checkbox label img {
        height: 80px;
        width: 80px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
        float: left;
        margin-right: 12px;
    }

.refun-checkbox :checked + label {
    border-color: #009936;
    border: 1px solid #009936;
}
    .refun-checkbox :checked + label:before {
        content: "✔";
        background-color: #009936;
        transform: scale(1);
        font-size: 15px;
    }

.select-refun-product {
    display:none;
}


/* select refun product end */

.select-block {
    margin-bottom: 22px;

}
    .select-block .select-label {
        display: block;
        color: #7d7d7d;
        line-height: 20px;
        width: auto;
        font-weight: 400;
        font-family: roboto,sans-serif;
        font-size: 12px;
        margin-bottom: 8px;
    }

 .refun-proses-text .required,
 .select-block .select-label .required {
            color: #ff0000;
        }





/* refun accordion and order detail */

.accordion-refun {
    background-color: #f1f1f1;
    color: #444;
    cursor: pointer;
    padding: 16px 12px 16px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: solid 1px #f1f1f1;
    border-radius: 8px;
}

    .accordion-refun:hover {
        border: 1px solid #009936;

    }

        .accordion-refun:hover .refun-sign {
            background-color: #009936;
        }

            .accordion-refun:hover .refun-sign i {
                color: #fff;
            }

    .accordion-refun:after {
        content: '\f078';
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        float: right;
        margin-top: -43px;
        /* background-color: #ffffff; */
        width: 26px;
        border-radius: 100%;
        text-align: center;
        height: 26px;
        line-height: 26px;
        border: solid 1px #b7b7b7;
    }

.active:after {
    content: '\f00d';
    font-size: 16px;
    color: #7d7d7d;
    background-color: #fff;
    border: solid 1px #fda6a6;
    height: 26px;
    line-height: 25px;
}



.accordion-refun:focus,
.accordion-refun:hover {
    border: 1px solid #ccc !important;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #efefef;
}




        .accordion-refun:focus .refun-sign,
        .accordion-refun:hover .refun-sign,
        .accordion-refun.active .refun-sign {
            background-color: #7d7d7d;
        }

            .accordion-refun:focus .refun-sign i,
            .accordion-refun:hover .refun-sign i,
            .accordion-refun.active .refun-sign i {
                color: #fff;
            }



 

.panelRefun {
    padding: 30px 30px 20px 30px;
    display: none;
    background-color: white;
    margin-top: -8px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 8px 0px rgba(185,185,185,0.12);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    margin-bottom: 30px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: var(--bs-gutter-x, .75rem);
}

/*toggle */

.refunlist-data-toggle {
    cursor: pointer;
    padding: 0px 12px 0px 6px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: solid 1px #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    /* background-color: #e7e7e7; */
    border-radius: 4px;
    border: solid 1px #e7e7e7;
    margin-top: 10px;
}

    .refunlist-data-toggle span {
        margin-left: 6px;
        color: #7d7d7d;
    }

.ref-panel {
    margin-top: 20px;
}

.toggle-menu:hover {
    border-bottom: solid 1px #f1f1f1;
}

.ref-chevron-icon {
    transition: all 0.3s ease;
    float: left;
    color: #7d7d7d;
    margin: 0;
    font-size: 13px;
    /*        border-right: solid 1px #dfdfdf;*/
    height: 30px;
    padding-right: 8px;
    line-height: 32px;
    padding-left: 4px;
}

.refunlist-data-toggle:hover .ref-chevron-icon {
    color: #000;
}

.more-r {
    transform: rotateX(0deg);
}

.less-r {
    transform: rotateX(180deg);
}



.status-refun {
    font-size: 14px;
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #7d7d7d;
}

.payment-total-refun {
    width: 100%;
    display: flex;
    font-weight: 400;
    padding-left: 50px;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    color: #7d7d7d;
}

.refun-sign {
    background-color: #ffffff;
    padding: 2px 3px 0px 4px;
    width: 26px;
    margin-top: -28px !important;
    /* margin-left: -18px; */
    height: 26px;
    border-radius: 50%;
    border: solid 1px #f1f1f1;
    margin: 0px auto;
}


    .refun-sign i {
        color: #7d7d7d;
    }

.refun-product-list {
    padding: 0px 20px 0px 0px;
}

.refun-btn-block {
    margin-top: 12px;
    display: flex;
    width: 100%;
}

    .refun-btn-block .request-refun-btn {
        border-radius: 4px;
        height: 36px;
        display: block;
        line-height: 36px;
        color: #ff0000;
        text-align: center;
        padding: 0px 10px 0px 10px;
        font-size: 14px;
        /* border: solid 1px #a9a9a9; */
        background-color: #ffe8e8;
    }
        .refun-btn-block .request-refun-btn:hover {
            background-color: #dc3545;
            color: #fff;
  
        }


        .refun-btn-block .request-refun-btn span {
            border-radius: 50%;
        /*    border: solid 1px #f1f1f1;*/
            background-color: #fff;
            padding: 2px 2px;
            margin-right: 5px
        }



        .refun-btn-block .request-refun-btn:hover span i {
            background-color: #fff;
    
        }

            .refun-btn-block .request-refun-btn:hover i {

                color: #dc3545;
            }




    .refun-btn-block .question-refun-btn {
        border-radius: 4px;
        height: 36px;
        display: flex;
        line-height: 36px;
        color: #00782b;
        text-align: center;
        padding: 0px 10px 0px 10px;
        font-size: 14px;
        /* border: solid 1px #a9a9a9; */
        background-color: #e5f9ec;
    }

        .refun-btn-block .question-refun-btn:hover {
            background-color: #009936;
            color: #fff;
            border: solid 1px #009936;
        }


        .refun-btn-block .question-refun-btn span {
            border-radius: 50%;
       /*     border: solid 1px #f1f1f1;*/
            background-color: #fff;
            /* padding: 0px 0px 0px 2px; */
            margin-right: 5px;
            text-align: center;
            display: block;
            width: 26px;
            height: 26px;
            line-height: 26px;
            margin-top: 4px;
        }



        .refun-btn-block .question-refun-btn:hover span i {
            background-color: #fff;
        }

        .refun-btn-block .question-refun-btn:hover i {
            color: #009936;
        }


/* e */


/* Follow Refun s */

.refun-list-header {
    background-color: #f1f1f1;
    color: #444;
    /* cursor: pointer; */
    padding: 0px 16px 0px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    /* border: solid 1px #ddd; */
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 6px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
}

    .refun-list-header ul {
        padding: 0px;
        list-style: none;
        display: flex;
    }


.refun-list-header ul li:first-child {
    width: 33%;
    height: 20px;
    text-align: left;
}

.refun-list-header ul li:nth-child(2) {
    width: 30%;
    height: 20px;
    text-align: center;
}

.refun-list-header ul li:last-child {
    width: 47%;
    height: 20px;
    text-align: center;
}



/* Follow Refun Accordion s*/

/*.accordion-refun-follow {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px 12px 8px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: solid 1px #ddd;*/
    /* display: inline-block; */
    /*margin-bottom: 14px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .accordion-refun-follow.active,
    .accordion-refun-follow:focus,
    .accordion-refun-follow:hover {
        border: 1px solid #ccc !important;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: #efefef;
    }*/


.head-r-list {
    /* display: flex; */
    /* justify-content: space-between; */
    /* background-color: #f1f1f1; */
    padding: 2px 12px;
    border-radius: 8px;
    margin-bottom: 6px;
    /* border: solid 1px #f1f1f1; */
    margin-left: -12px;
    /* margin-right: -12px; */
    /* border-top: none; */
}

.date-order {
    font-size: 11px;
    color: #9b9b9b;
}
.re-status-p {
    font-size: 12px;
    color: #7d7d7d;
    width: 100%;
    display: block;
  /*  margin-bottom: 6px;*/
}

    .re-status-p i {
        padding-right: 2px;
        color: #666;
        font-size: 15px;
    }
/*    .accordion-refun-follow:after {
        content: '\f067';
        color: #afafaf;
        font-size: 13px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        float: right;
        margin-top: -23px;
        background-color: #ffffff;
        width: 26px;
        border-radius: 5px;
        text-align: center;
        height: 26px;
        line-height: 26px;
        border: solid 1px #efefef;
    }
*/
/*.active:after {
    content: '\f068';
    font-size: 15px;
    color: #939393;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    height: 26px;
    line-height: 26px;
}*/
/*.panelFollow {
    padding: 20px 12px 20px 12px;
    display: none;
    background-color: white;
    margin-top: -18px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 8px 0px rgba(185,185,185,0.12);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    margin-bottom: 30px;
}*/

/*.order-sign-c {
    background-color: #ffffff;
    padding: 2px 3px 0px 4px;
    width: 28px;
    margin-top: -28px !important;*/
    /* margin-left: -18px; */
    /*height: 26px;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    margin: 0px auto;
    line-height: 24px;
}

    .order-sign-c i {
        color: #a3a3a3;
        font-size: 18px;
    }

.accordion-refun-follow:focus .order-sign-c,
.accordion-refun-follow:hover .order-sign-c,
.accordion-refun-follow.active .order-sign-c {
    background-color: #7d7d7d;
}

    .accordion-refun-follow:focus .order-sign-c i,
    .accordion-refun-follow:hover .order-sign-c i,
    .accordion-refun-follow.active .order-sign-c i {
        color: #fff;
    }


.accordion-refun-follow:hover .order-sign-c {
    background-color: #7d7d7d;
}

    .accordion-refun-follow:hover .order-sign-c i {
        color: #fff;
    }*/




/*.follow-sign {
    background-color: #ffffff;
    padding: 0px 3px 0px 3px;
    width: 28px;
    margin-top: -28px !important;*/
    /* margin-left: -18px; */
/*height: 26px;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    margin: 0px auto;
    font-size: 20px;
    line-height: 26px;
}


    .follow-sign i {
        color: #a3a3a3;
    }

.accordion-refun-follow:focus .follow-sign,
.accordion-refun-follow:hover .follow-sign,
.accordion-refun-follow.active .follow-sign {
    background-color: #7d7d7d;
}

    .accordion-refun-follow:focus .follow-sign i,
    .accordion-refun-follow:hover .follow-sign i,
    .accordion-refun-follow.active .follow-sign i {
        color: #fff;
    }


.accordion-refun-follow:hover .follow-sign {
    background-color: #7d7d7d;
}

    .accordion-refun-follow:hover .follow-sign i {
        color: #fff;
    }

*/

.refun-product-title, .refun-message-title {
    color: #00b23a;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    border-bottom: #f1f1f1 solid 1px;
    margin-bottom: 10px;
    display: inline-block;
    /* text-align: right; */
    font-weight: 600;
}

.status-refun {
    margin-right: 70px;
}

/* Follow Refun Accordion e*/




.follow-refun-data{
    position: relative;
}


    .follow-refun-data ul {
        padding: 0px;
        list-style: none;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }


 .follow-refun-data ul li:first-child {
/*    width: 33%;
    height: 20px;*/
    text-align: left;
}

        .follow-refun-data ul li:nth-child(2) {
            text-align: unset;
            display: flex;
        }

 .follow-refun-data ul li:last-child {
/*    width: 47%;
    height: 20px;*/
    text-align: center;
}




/* Follow Refun e */

#Add-Photo {
    float: left;
    width: 100%;
    display: none;
}



a.add-new-photo {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 8px 0px 20px 10px;
    margin-bottom: 20px;
    border: dashed 2px #ddd;
    width: 45%;
    height: 40px;
    text-align: center;
    display: block;
}

    a.add-new-photo:hover {
        font-size: 14px;
        color: #009936;
        border: dashed 2px #009936;
    }

    a.add-new-photo i {
        margin-right: 8px;
        font-size: 16px;
    }

.textarea-block {
  /*  width: 60%;*/
    }

    .textarea-block textarea.big {
        height: 120px;
        width: 100%;
        font-size: 13px;
        font-family: roboto, sans-serif;
        padding: 10px;
        overflow: auto;
        resize: none;
        border: solid 2px #ddd;
        background-color: #fff;
        border-radius: 5px;
    }
    .textarea-block .char-count {
        height: 28px;
        width: 38px;
        font-size: 13px;
        font-family: roboto, sans-serif;
        font-weight: 600;
        background-color: #ddd;
        color: #ff0000;
        float: right;
        margin-right: 0px;
        padding: 6px;
        text-align: center;
        border-radius: 4px;
    }


    .textarea-block textarea.big:hover,
    .textarea-block textarea.big:focus {
        border: solid 2px #009936;
        background-color: #f1f1f1;
    }

/*#customer-right-orders .refun-send-button-panel,
#customer-right-refun-column .refun-send-button-panel {
    width: 100%;
    position: relative;
    display: inline-block;*/
    /*padding: 20px 20px;*/
    /*margin-bottom: 30px;
}

    #customer-right-orders .refun-send-button-panel a,
    #customer-right-refun-column .refun-send-button-panel a {
        display: block;
        height: 36px;
        font: 400 16px/36px Roboto,Arial,sans-serif;
        border-style: solid;
        border: solid 1px #ddd;
        -moz-border-radius: 3px;
        padding: 0 0px;
        -moz-appearance: none;
        text-align: center;
        cursor: pointer;
        background-color: #f1f1f1;
        color: #000;
        font-weight: 600;
        margin-top: 50px;
    }

        #customer-right-orders .refun-send-button-panel a:hover,
        #customer-right-refun-column .refun-send-button-panel a:hover {
            color: #fff;
            border-color: #fff;
            background-color: #ff0000;
        }*/

.add-photo-block {
    width: 45%;
    height: 80px;
}

    .add-photo-block #img {
        height: 60px;
        width: 80px;
        float: left;
        cursor: pointer;
    }

.delete-button-refun {
    color: #ff000f;
    padding: 10px 30px 10px 70px;
    font: 600 16px arial;
    height: 80px;
    line-height: 60px;
}
/* Create Refun e */

/* Add Refun Document Upload s*/

.preview-images-zone {
    width: 100%;
    border: 1px solid #009936;
    min-height: 80px;
    /* display: flex; */
    padding: 12px;
    position: relative;
    overflow: auto;
    margin: 16px 0px 12px 0px;
    border-radius: 8px;
    /* max-width: 100px; */
    margin-bottom: 12px;
}

.label-document {
    margin-top: 30px;
    font-size: 14px;
    color: #000;
    /* font-weight: 500; */
    margin-left: 20px;
    margin-bottom: 10px;
}

.preview-images-zone > .preview-image {

   width: 90px;
    position: relative;
    margin-right: 20px;
    float: left;
    margin-bottom: 12px;
}

    .preview-images-zone > .preview-image > .image-zone {
        width: 100%;
        height: 100%;
        border: solid 1px #ddd;
    }

        .preview-images-zone > .preview-image > .image-zone > img {
            width: 100%;
            height: 100%;
        }



    .preview-images-zone > .preview-image > .image-cancel {
        font-size: 18px;
        position: absolute;
        top: -5px;
        right: -5px;
        font-weight: bold;
        /* margin-right: -5px; */
        cursor: pointer;
        /* display: none; */
        z-index: 100;
        width: 22px;
        height: 22px;
        background-color: #7d7d7d;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        line-height: 18px;
    }


        .preview-images-zone > .preview-image > .image-cancel:hover {
            background-color: #ff0000;
            color: #fff;
        }


.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}


.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.upload-button-firm, .upload-button-private {
    width: 100%;
    display: flex;
    margin: 12px 0px 26px 0px;
}

    .upload-button-firm a {
        font-size: 12px;
        color: #7d7d7d;
        font-weight: 600;
        letter-spacing: 0.3px;
        /* padding: 10px 30px 10px 30px; */
        border: dashed 1px #009936;
        height: 28px;
        text-align: center;
        margin-right: 20px;
        /* text-decoration: none; */
        margin: 0px 0px;
        /* display: block; */
        width: 100%;
        /* max-width: 200px; */
        line-height: 28px;
        border-radius: 6px;
    }



    .upload-button-private a {
        font-size: 14px;
        color: #7d7d7d;
        font-weight: 600;
        letter-spacing: 0.3px;
        /* padding: 10px 30px 10px 30px; */
        border: dashed 2px #ddd;
        height: 40px;
        text-align: center;
        margin-right: 20px;
        text-decoration: none;
        margin: 0px 12px;
        display: block;
        width: 100%;
        max-width: 280px;
        line-height: 36px;
    }

        .upload-button-firm a:hover, .upload-button-private a:hover {
            font-size: 12px;
            color: #009936;
            border: dashed 1px #009936;
        }


    .upload-button-firm a i,
    .upload-button-private i {
        font-size: 14px;
        margin-right: 8px;
    }




/* Add document show hide button */

#btn-private {
    display: none;
}

    #btn-firm.show,
    #btn-private.show {
        display: block;
    }


/* Add Refun Document Upload e*/

/* Review s */
/*
.review-page-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    width: 220px;
    padding: 6px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
}

    .review-page-title i {
        padding-right: 6px;
        color: #000;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

    .review-page-title span {
        font-weight: 400;
        color: #000;
        font-size: 15px;
        height: 20px;
        line-height: 20px;
    }

.review-product-list {
    padding:0px;

}

.review-product-list ul {
    list-style-type:none;
    padding:0;
    width:100%;
}

    .review-product-list ul li {
        padding: 0px 0;
        width: 47%;
        margin-bottom: 20px;
        margin: 10px 10px;
        display: inline-block;
    }


.review-checkbox input[type="checkbox"] {
    display: none;
}

.review-checkbox label {
    border: 2px solid #f1f1f1;
    padding: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 90%;
    border-radius: 6px;
}

    .review-checkbox label:hover,
    .review-checkbox label:focus {
        border: 1px solid #ef9c00;
    }




    .review-checkbox label:before {
        color: white;
        content: " ";
        display: block;
        border-radius: 5px;
        border: 1px solid #009936;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        transition-duration: 0.2s;
        transform: scale(0);
    }

.review-checkbox :checked + label {
    border-color: #009936;
    border: 1px solid #009936;
}

    .review-checkbox :checked + label:before {
        content: "\f005";
        font-family: FontAwesome;
        background-color: #009936;
        transform: scale(1);
        font-size: 18px;
    }

.select-review-product {
    display: block!important;
}

.review-product-list label img {
    height: 80px;
    width: 80px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    float: left;
    margin-right: 12px;
}

.review-product-list .name {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.review-product-list .piece {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
    margin-right: 12px;
    width: 100%;
    display: block;
}

    .review-product-list ul li .piece span, 
    .review-product-list ul li .price span, 
    .review-product-list ul li .date span, 
    .review-product-list ul li .code span {
        color: #7d7d7d;
    }

 .review-product-list .price {
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        margin-top: 6px;
    }*/


/* Review Review Select Product s */


.review-page-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    width: 220px;
    padding: 6px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
}

    .review-page-title i {
        padding-right: 6px;
        color: #000;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

    .review-page-title span {
        font-weight: 400;
        color: #000;
        font-size: 15px;
        height: 20px;
        line-height: 20px;
    }

.review-product-list-r {
    padding: 0px;
}



    .review-product-list-r ul {
        list-style-type: none;
        padding: 0;
        width: 100%;
        /* display: flex; */
    }

        .review-product-list-r ul li {
            padding: 0px 0;
            width: 100%;
            margin-bottom: 20px;
            margin: 0px 0px 10px 0px;
            display: inline-block;
        }

.review-checkbox-r input[type="checkbox"] {
    display: block !important;
}

.review-checkbox-r label {
    border: 2px solid #d9d9d9;
    padding: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    z-index: -1;
}

    .review-checkbox-r label:hover,
    .review-checkbox-r label:focus {
        border: 1px solid #ef9c00;
    }




    .review-checkbox-r label:before {
        color: white;
        content: " ";
        display: block;
        border-radius: 5px;
        border: 1px solid #009936;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        transition-duration: 0.2s;
        transform: scale(0);
    }

.review-checkbox-r :checked + label {
    border-color: #009936;
    border: 2px solid #009936;
}

    .review-checkbox-r :checked + label:before {
        content: "\f005";
        font-family: FontAwesome;
        background-color: #009936;
        transform: scale(1);
        font-size: 18px;
    }

.select-review-product-r {
    display: none;
}

.review-product-list-r label img {
    /* height: 80px; */
    width: 50px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    float: left;
    margin-right: 12px;
}

.review-product-list-r .name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-product-list-r .piece {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
    margin-right: 12px;
    width: 100%;
    display: block;
}

.review-product-list-r ul li .piece span,
.review-product-list-r ul li .price span,
.review-product-list-r ul li .date span,
.review-product-list-r ul li .code span {
    color: #7d7d7d;
}

.review-product-list-r .price {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
}

/* Review Select Product e*/


/* Review Rate s*/


#star-rateing .rateing {
    border: none;
    float: left;
}

.rateing > input {
    display: none;
}

.rateing > label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rateing > label {
    color: #ddd;
    float: right;
}


/* STAR RATING */
.rateing > input:checked ~ label, /* show gold star when clicked */
.rateing:not(:checked) > label:hover, /* hover current star */
.rateing:not(:checked) > label:hover ~ label {
    color: rgba(241, 196, 15, 1);
}
    /* hover previous stars in list */

    .rateing > input:checked + label:hover, /* hover current star when changing rating */
    .rateing > input:checked ~ label:hover,
    .rateing > label:hover ~ input:checked ~ label, /* lighten current selection */
    .rateing > input:checked ~ label:hover ~ label {
        color: rgba(241, 196, 15, .8);
    }

#star-rating {
    max-width: 197px;
    display: block;
    height: 50px;
}


    #star-rating input {
        display: none;
        margin-top: 35px;
    }

    #star-rating .rateing {
        /* margin-top: 20px; */
    }


        #star-rating .rateing label:before {
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

        #star-rating .rateing label:hover:before {
            cursor: pointer;
        }


        #star-rating .rateing label.selected {
            animation: push .6s ease-in-out forwards;
            -webkit-animation: push .6s ease-in-out forwards;
        }


.show-percent {
    position: relative;
    top: 12px;
    right: 12px;
}
.rate-write {
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 0px 20px;
    background-color: #f1f1f1;
    border-radius: 100%;
    width: 36px;
    text-align: center;
    margin-top: 8px;
}

.score-review {
    font-size: 22px;
    color: #009936;
    font-weight: 700;
    border: none;
}


@keyframes push {
    0% {
        transform: scale(.8);
        transform: rotate(0deg)
    }

    100% {
        transform: scale(1.3);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes push {
    0% {
        -webkit-transform: scale(.8);
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: scale(1.3);
        -webkit-transform: rotate(360deg)
    }
}


/* Review List */


.myreview-page-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    width: 240px;
    padding: 6px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
}

    .myreview-page-title i {
        padding-right: 6px;
        color: #000;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

    .myreview-page-title span {
        font-weight: 400;
        color: #000;
        font-size: 15px;
        height: 20px;
        line-height: 20px;
    }

.my-review-list {
    padding: 0px;
}

    .my-review-list ul {
        list-style-type: none;
        padding: 0;
        width: 100%;
    }

        .my-review-list ul li {
            margin-bottom: 12px;
            box-shadow: 0 1px 2px 0 rgb(85 85 85 / 40%);
            background-color: #fff;
            border-radius: 8px;
            padding: 8px 12px;
        }


            .my-review-list ul li .my-review img {
                border-radius: 6px;
                /* width: 60px; */
                height: 45px;
                float: left;
                margin-right: 8px;
            }

            .my-review-list ul li .my-review .product-name {
                font-size: 12px;
                font-weight: 600;
                width: 100%;
                display: block;
                color: #666;
            }

            .my-review-list ul li .my-review .date {
                font-weight: 400;
                font-size: 11px;
                text-align: left;
                /* margin-top: 6px; */
                /* margin-right: 12px; */
                width: 100%;
                /* display: block; */
                color: #7d7d7d;
            }

            .my-review-list ul li .my-review .rate {
                font-weight: 500;
            }

            .my-review-list ul li .my-review .review-comment {
                width: 100%;
                /* background-color: #f1f1f1; */
                font-size: 12px;
                color: #000;
                display: inline-block;
                /* line-height: 18px; */
                padding: 4px 0px 0px 0px;
                border-radius: 5px;
                /* margin-left: 53px; */
                height: auto;
                overflow: hidden;
            }


.my-review-list ul li .my-review .stars {
    padding: 0px 3px 3px 0px;
    letter-spacing: -2px;
    margin-right: 0px;
    float: left;
    font-size: 10px;
}


    .my-review-list ul li .my-review .stars .active {
        color: #ffb402;
    }

    .my-review-list ul li .my-review .stars .pass {
        color: #ddd;
    }

/* Review Rate e*/
