.next_custome{
    background: none;
    border: none;
    color: white;
}

#sender-number-icon{
    background: #252E45;
}


#recipient-number-icon{
    background: #252E45;
}

#payment_recipet{
    border: 2px solid;
    height: 400px;
    border-radius: 20px;
    padding: 10px;
    border-color: #ff7a28;
}

#footer_text{
    text-align: center;
    background: white;
    font-size: 12px;
    padding: 10px;
}

.f_right{
    float: right;
}

body {
    background-color: #ffffff;
}

.main-section{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

footer {
    background-color: #000000;
    color: white;
    padding: 15px 0;
}

.footer-column {
    width: 45%;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #f95015;
}


.footer-column p {
    font-size: 14px;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
}


.wrcc_order_track_wrapper{
    box-shadow: 0px 0px 12px 0px #C1C3D4;
    border-radius: 20px;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.wrcc_order_number{
    text-align: center;
}
.wrcc_order_number span{
    font-size: 32px;
    font-weight: 700;

}
.wrcc_order_date{
    text-align: center;
}
.wrcc_order_main_heading{
    font-size: 22px;
    font-weight: 700;
}
.wrcc_ratting_star{
    text-align: center;
    padding-bottom: 20px;
}
.wrcc_order_image1252 img{
    object-fit: contain;
    width: 100px;
}
.wrcc_content_wrapper{
    display: flex;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 30px;
    padding: 0;
}
.wrcc_content_wrapper_2{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.wrcc_order_feedback_1{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    border-bottom: 1px solid #eae4e4;
    padding-left: 25px;
}
.wrcc_order_feedback_3{
    width: 33.33%;
}
.wrcc_order_button_1 button{
    background-color: #FF7A28;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px 25px 0px 25px;
    width: 250px;
   
}
.wrcc_order_button_1{
    width: 33.33%;
    display: flex;
    justify-content: center;
}
.wrcc_refresh_icon{
    background-image: url('assets_new/refresh.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 25% 60%;
}
.wrcc_order_icon{
    background-image: url('assets_new/close.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 20% 50%;
}
.wrcc_update_icon{
    background-image: url('assets_new/upload.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 16% 35%;
}

.wrcc_order_ span{
    font-size: 16px;
    font-weight: 700;
}
.wrcc_order_feedback_3 p{
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
.wrcc_order_feedback_2 p{
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

/* order_conformation_statues_css */

.wrcc_hh-grayBox {
	/* margin-bottom: 20px; */
}
.pt45{padding-top:45px;}
.Wrcc_order-tracking{
	text-align: center;
	width: 25%;
	position: relative;
	display: block;
}
.Wrcc_is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background-color: #252E46;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
    border-width: 0px;
    margin-top: 10px;
}
 .progress__item--completed .Wrcc_is-complete {
	border-width: 0px;
	background-color: #FF7A28;
    margin-top: 10px;
}

.Wrcc_order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 28px);
	background-color: #252E46;
	top: 52px;
	position: absolute;
	left: calc(-50% + 15px);
	z-index: 0;
}
.progress__item--completed::before {
	background-color: #FF7A28;
}
.Wrcc_order-tracking:first-child:before{
    display: none;
}
.Wrcc_order-tracking.Wrcc_completed:before{
    background-color: #FF7A28;
}
.wrcc_order_row{
    display: flex;
    justify-content: center;
    text-align: center;
}
.wrcc_content_p{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.wrcc_fa_icon::before{
    padding-right: 5px;
}
.wrcc_order_time{
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.Wrcc_completed .Active{
    height: 35px;
	width: 35px;
}
/* order_conformation_statues_css */


/* order_ratting_statues_css */
.wrcc_star_ratting{
    display: inline-block;
    justify-content: center;
    text-align: center;
}
.rate {
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #FF7A28;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FF7A28;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FF7A28;
}
.wrcc_box_bg{
    border-radius: 8px;
    background-color: #252E46;
    margin-left: 15px;
}
    
/* order_ratting_statues_css */

.wrcc_feedback_content{
    font-size: 16px;
    padding: 10px 0px;

}
.progress__info {
    font-size: 13px;
    margin:0px !important;
    line-height:1 !important;
    position: absolute;
    padding-bottom: 10px;
    right: -80px;
    bottom: 40px;
}
.wrcc_order_summary_feedback {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-left: 25px; */
    border: 1px solid #ddd;
    overflow: hidden;
    min-height: 210px;
    box-shadow: 0px 0px 12px 0px #C1C3D4;
    border-radius: 20px;
    height: auto;
    padding-bottom: 20px;
}

.wrcc_order_feedback_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 85%;
}
.wrcc_order_feedback_3 {
    width: 50%;
    padding-top: 15px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 12px 0px #C1C3D4;
    border-radius: 20px;
    height: 210px;
}
.wrcc_order_image1252{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
.wrcc_order_price012{
    width: 33.33%;
    text-align: center;
}

.wrcc_order_image1252 span {
    display: block;
}
.wrcc_order_image1252 .extra small {
    font-size: 14px;
    font-weight: 700;
}
.wrcc_order_image1252 .extra .extra_name {
    font-size: 14px;
    font-weight: 400;
}
.wrcc_order_button_1:nth-child(3){
    display:none;
}
.wrcc_total_order_sta{
    padding-top: 10px;
}
.wrcc_total_order_sta .labling_all_lable{
text-align: end;
}
.wrcc_total_order_sta .labling_all_lable span{
    font-size: 16px;
    font-weight: 700;
}


/* Mobile view */

@media only screen and (max-width: 480px) {
    .rate:not(:checked) > label{
        width: 48px;
        font-size: 32px;
        margin-left: 5px;
    }
    .wrcc_content_wrapper_2{
        flex-direction: column;
        gap: 20px;
    }
    .wrcc_order_button_1{
        width: 100%;
    }
    .wrcc_ratting_star{
        padding-bottom: 0;
    }
    .wrcc_content_p {
        font-size: 8px;
    }
    .Wrcc_is-complete{
        width: 25px;
        height: 25px;
    }
    .wrcc_order_time{
        font-size: 9px;
    }
    .wrcc_extra_space{
        padding: 0;
    }
    .Wrcc_completed .Active {
    height: 30px;
    width: 30px;
}
.Wrcc_order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 20px);
    top: 50px;
    position: absolute;
    left: calc(-50% + 10px);
    z-index: 0;
}
.wrcc_content_wrapper .wrcc_content_p{
    font-size: 14px;
}
.wrcc_content_wrapper{
    flex-direction: column-reverse;
}

.wrcc_order_feedback_3 {
    width: 100%;
    padding: 20px;
    /* padding-top: 0; */
    text-align: left;
}


.wrcc_hh-grayBox {
    padding: 0;
}
.wrcc_order_feedback_3 p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.wrcc_content_wrapper .wrcc_content_p {
    font-size: 14px;
}
.wrcc_order_wrapper {
    width: 50%;
}
.wrcc_delivery_wrapper02 {
    width: 50%;
}
.wrcc_order_image1252 .wrcc_content_p{
    font-size: 12px;
}
.wrcc_order_summary_feedback{
    height: auto;
    padding: 20px;
    width: 100%;
}
.wrcc_order_button_1 .wrcc_refresh_icon{
    width: 130px;
    padding: 5px 5px;
    font-size: 12px;
    background-size: 20px 20px;
    background-position: 16% 63%;
}
}


.p_table th{
    padding: 0px;
    font-size: 12px;
}
.p_table td{
    padding: 0px;
    font-size: 12px;
}

#Itemlist{
    overflow: scroll;
}

.other_small_buttons{
    padding: 5px 15px;
    display: inline-block;
    background-color: #FF7A28;
    font-size: 20px;
    border-radius: 25px 25px 0 25px;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    text-align: center;
    line-height: 1;
    border: navajowhite;
}