.newOrderCard {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.newOrderStatusBadge {
    position: absolute;
    top: 0;
    left: 0;
    background: #FDF5E9;
    color: #FF0004;
    border: 1px solid #F4EEE5;
    padding: 8px 18px;
    font-size: 10px;
    border-bottom-right-radius: 12px;
}

.newOrderProductImg {
    max-height: 143px;
    object-fit: contain;
}

.newOrderTitle {
    color: #4C2A71;
    font-size: 18px;
    font-weight: 700;
}


.newOrderSubtitle{
    color: #595959;
    font-size: 12px;
    margin-bottom: 10px;
}
.newOrderSubtitle,
.newOrderSubtitle p,
.newOrderSubtitle div,
.newOrderSubtitle span{
    margin-bottom:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newOrderInfo {
    color: #595959;
    font-size: 10px;
}

.newOrderInfo strong {
    color: #000000;
    font-size: 10px;
}

.newOrderInfoBox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.newOrderIcon {
    width: 44px;
    height: 41px;
    border-radius: 13px;
    background: #F9F6FC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

.newOrderInfoBox small {
    color: #595959;
    font-size: 10px;

    display: block;
    margin-bottom: 6px;
}

.newOrderInfoBox h6 {
    margin: 0;
    font-weight: 500;
    font-size: 12px;

}

.newOrderMiniBadge {
    background: #FDF5E9;
    color: #FF0004;
    border: 1px solid #F4EEE5;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 8px;
    white-space: nowrap;

}

.newOrderHeader {
    background: none;
    border: none;
    padding: 18px 22px 0 22px;
    display: flex;
    justify-content: space-between;
    color: #4C2A71;
}

.newOrderHeader .leftorder {
    font-weight: 700;
    font-size: 14px;

}

.newOrderHeader .rightorder {
    font-weight: 400;
    font-size: 12px;

}

.newOrderSectionTitle {
    color: #4C2A71;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
}

.newOrderTimeline {
    position: relative;
    padding-left: 30px;
}

.newOrderTimeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #1775F9;
}

.newOrderTimelineItem {
    position: relative;
    margin-bottom: 25px;
}
.newOrderTimeline::before {
    display: none;
}

.newOrderTimelineItem {
    position: relative;
    margin-bottom: 25px;
}

.newOrderTimelineItem:not(:last-child)::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 40px;
    width: 1px;
    height: calc(100% + 25px);
    background: #1775F9;
}
.newOrderDot {
    width: 30px;
    height: 30px;
    background: #1775F9;
    border-radius: 50%;
    position: absolute;
    left: -33px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newOrderDot.customer{
       background: #1775F9;

}
.newOrderDot.seller {
   
    background: #4C2A71;
 
}
.newOrderDot.etlobb{
       background: #FB7B22;

}
.newOrderDot.etlobb img{
width:15px;
height:17px;
}
.newOrderMessage {
    background: #F6F5FC;
    border: 1px solid #00000008;
    border-radius: 6px;
    padding: 15px;
}

.newOrderMessage h6 {
    color: #008BFF;
    font-weight: 500;
    font-size: 14px;
}
.newOrderMessage h3 {
    color: #4C2A71;
    font-weight: 500;
    font-size: 10px;
}
.newOrderMessage small {
    color: #8D8E90;
    font-weight: 400;
    font-size: 10px;
}

.newOrderMessage p {
    margin: 8px 0 0;
    font-size: 15px;
    color: #8D8E90;
}

.newOrderDetailRow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}

.newOrderDetailRow span:first-child {
    color: #737373;
    min-width: 150px;
    font-size:12px;
}

.newOrderDetailRow span:last-child {
    color: #737373;
    text-align: right;
        font-size:10px;

}

.newOrderAttachment {
  height:86px;
    /* width:108px; */
    border-radius: 10px;    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newOrderAttachment img {
  height:86px;
    /* width:108px; */
    border-radius: 10px;}

.newOrderAddMore {
    height: 86px;
    border: 2px dashed #4C2A71;
    border-radius: 10px;
    color: #4C2A71;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 10px;
}

.newOrderTextarea {
    min-height: 90px !important;
    border: none;
    background: #F6F5FC;
    border:1px solid #00000005;
    resize: none;
}
.newOrderTextarea::placeholder {
    font-size: 10px !important;
    color: #0000009C;
    font-weight:300;
}

.newOrderTextarea::-webkit-input-placeholder {
    font-size: 12px;
}

.newOrderTextarea::-moz-placeholder {
    font-size: 12px;
}

.newOrderTextarea:-ms-input-placeholder {
    font-size: 12px;
}
.newOrderBtn {
    background: #4C2A71;
    color: #fff;
    min-width: 156px;
    border-radius: 8px;
    display: flex;
    gap:3px;
    align-items: center;
    font-size: 12px;
    font-weight:500;
        justify-content: center;
        padding:10px;

}

.newOrderBtn:hover {
    background: #45206f;
    color: #fff;
}
.newOrderBtncontact {
    background: #ffffff;
    color: #4C2A71;
    min-width: 156px;
    border-radius: 8px;
    border:1px solid #00000014;
        display: flex;
    gap:3px;
    align-items: center;
     font-size: 12px;
    font-weight:500;
    justify-content: center;
            padding:10px;

}
.newOrderBtncontact:hover {
    background: #ffffff;
    color: #4C2A71;
    min-width: 156px;
    border-radius: 8px;
    border:1px solid #00000014;
        display: flex;
    gap:3px;
    align-items: center;
     font-size: 12px;
    font-weight:500;
    justify-content: center;
            padding:10px;

}

.newOrderHint {
    color: #0000009C;
    font-size: 8px;

}
.newOrderMessage img{
    height:48px;
    width:55px;
    border-radius: 10px;
}

.newrecover{
    background: #EFEDF8;
    color:#443678;
    border-radius:10px;
    font-size:12px ;
    font-weight:500;
    width:214px;
    height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newRejectBtn {
    background: transparent;
    color: #E30000;
    min-width: 163px;
    border-radius: 8px;
    border:1px solid #E30000;
        display: flex;
    gap:3px;
    align-items: center;
     font-size: 12px;
    font-weight:500;
    justify-content: center;
            padding:10px;
            height:35px;

}
.newRejectBtn:hover {
    background: #E30000;
    color: #fff;
}
.newAcceptBtn {
    background: transparent;
    color: #34964A;
    min-width:163px;
    border-radius: 8px;
    border:1px solid #34964A;
        display: flex;
    gap:3px;
    align-items: center;
     font-size: 12px;
    font-weight:500;
    justify-content: center;
         padding:10px;
            height:35px;

}
.newAcceptBtn:hover {
    background: #34964A;
    color: #fff;
}
.neworderRequestCard{
    border: 1px solid #E8E5F4;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
}

.neworderRequestTitle{
    color: #4C2A71;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.neworderRequestSubtitle{
    color: #4C2A71;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 12px;
}

.neworderInputWrapper{
    position: relative;
}

.neworderInputWrapper .neworderTextarea{
    width: 100%;
    height: 46px !important;
    border: none;
    border-radius: 14px;
    background: #F6F5FC;
    /* padding: 18px 120px 18px 18px; */
    resize: none;
    box-shadow: none !important;
}
.neworderInputWrapper .neworderTextarea::placeholder{
   color:#A5A5A5;
    font-size:13px;
    font-weight:400;
}
.neworderTextarea:focus{
    background: #F6F5FC;
    border: none;
    box-shadow: none;
}

.neworderTextarea::placeholder{
    font-size: 14px;
    color: #9A9A9A;
}

.neworderActions{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
}

.neworderAttachBtn{
    border: none;
    background: transparent;
    color: #B7B7C6;
    font-size: 24px;
    padding: 0;
}

.neworderSendBtn{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neworderAttachmentText{
    margin-top: 12px;
    margin-bottom: 0;
    color: #0000009C;
    font-size: 10px;

}
@media(max-width:768px) {

    .newOrderTitle {
        font-size: 22px;
    }

    .newOrderDetailRow {
        flex-direction: column;
    }

    .newOrderDetailRow span:last-child {
        text-align: left;
    }
    .newAcceptBtn{
        width:100%
    }
      .newRejectBtn{
        width:100%
    }

}
.newOrderMessage.selleraccept {
    background: #F2F9F3;
    border: 1px solid #34964A;
    border-radius: 6px;
    padding: 15px;
}
.newOrderMessage.selleraccept .divaccept {
    background: #ffffff;
    color:#01780E;
    font-size:12px;
    border-radius: 9px;
    width:90px;
    height:25px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    gap:3px;
    margin-top:6px;
    
}
.newOrderMessage.sellerrefuse {
    background: #FDF3F5;
    border: 1px solid #F95E64;
    border-radius: 6px;
    padding: 15px;
}

.modal-content.dispute-modal-content{
    padding:0;
}
.dispute-modal-dialog{
    max-width: 1000px;
    width: 90%;
}
.dispute-modal-dialog{
    max-width:820px;
    width: clamp(360px, 80vw, 820px) !important;
    width: 95%;
}
.dispute-modal-content{
     max-width:820px;
    width: clamp(360px, 80vw, 820px) !important;
    height: 95vh;
    display: flex;
    flex-direction: column;
}

.dispute-modal-content .modal-body{
    flex: 1;
    overflow-y: auto;
}

.dispute-video-wrapper{
    position: relative;
    width: 51px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
}

.dispute-video-poster,
.dispute-video-player{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.dispute-video-player{
    display: none;
}

.dispute-video-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.dispute-video-play{
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.95);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}


.newOrderBtnorange{
    background: #FB7B22;
    border:1px solid #FB7B22;
    color: #fff;
    min-width: 156px;
    border-radius: 8px;
    display: flex;
    gap:3px;
    align-items: center;
    font-size: 12px;
    font-weight:500;
        justify-content: center;
        padding:10px;

}

.newOrderBtnorange:hover {
    background: transparent;
    color: #FB7B22;
        border:1px solid #FB7B22;

    
}