/* 
    .myorder-sidebar {
      height: 100vh;
      background:#F8F7FA
    }

    .myorder-sidebar a {
      display: block;
      padding: 18px 20px;
      color: #000000;
      font-size:clamp(16px,2vw,20px);
     font-weight: 700;
      text-decoration: none;
      border-left: 4px solid transparent;
      display: flex;
    align-items: center;
    gap: 8px;
    }

   [dir="ltr"] .myorder-sidebar a.active {
      background: #EEECFB;
      border-right: 4px solid #4C2A71;
      color: #000000;
    }
      [dir="rtl"] .myorder-sidebar a.active {
      background: #EEECFB;
      border-left: 4px solid #4C2A71;
      color: #000000;
    }

    .myorder-filter-btn {
        display: flex;
    align-items: center;
    gap: 8px;
    border:none;
      background: #fff;
      padding: 6px 14px;
      border-radius: 8px;
      font-size: clamp(16px,2vw,20px);
    }

    .myorder-card {
      background: #fff;
      border-radius: 12px;
      padding: 0;
      margin-bottom: 16px;
      border: 1px solid #e5e7eb;
      overflow: hidden;
    }

   
.myorder-card-header {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid #BCBCBC5C;
}

.myorder-card-header > div {
  flex: 1;
  min-width: 250px;
  padding: 12px 16px;
}

[dir="ltr"] .myorder-card-header > div:first-child {
  border-right: 1px solid #BCBCBC5C;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[dir="rtl"] .myorder-card-header > div:first-child {
  border-left: 1px solid #BCBCBC5C;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .myorder-card-header strong {
              color: #4C2A71;

        font-size:clamp(18px,3vw,22px);
     font-weight: 700;
    }
.myorder-card-header > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .myorder-card-header > div:first-child {
    border-right: none;
    border-bottom: 1px solid #BCBCBC5C;
  }
}
    .myorder-status {
      background: #248E57;
      color: #fff;
      padding: 5px 12px;
      border-radius: 5px;
      font-size:clamp(16px,2vw,20px);
     font-weight: 400;
    }
      .myorder-complete {
      background: #248E57;
      
    }
      .myorder-pending {
      background: #F6C605;
      
    }

    .myorder-price {
      color: #4C2A71;
      font-weight: 600;
        font-size:clamp(18px,3vw,22px);
     font-weight: 700;
    }

    .myorder-card-body {
      display: flex;
      flex-wrap: wrap;
    }

    .myorder-left,
    .myorder-right {
      padding: 16px;
      flex: 1;
      min-width: 250px;
    }

   [dir="ltr"] .myorder-left {
      border-right: 1px solid #BCBCBC5C;
    }
    
   [dir="rtl"] .myorder-left {
      border-left: 1px solid #BCBCBC5C;
    }

    .myorder-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size:clamp(16px,2vw,20px);
      margin-bottom: 6px;
      color: #000000;
    }

    .myorder-btn {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        align-items: center;
      background: #4C2A71;
      color: #fff;
      border-radius: 6px;
      
      width:116px;
      height:38px;
      border: none;
      font-size:clamp(16px,2vw,20px);
    }
    .myorder-btn span{
      font-size:clamp(16px,2vw,20px);
    } 
    .order-content h4{
              font-size:clamp(24px,8vw,34px);

    }

    @media (max-width: 768px) {
      .myorder-left {
        border-right: none;
        border-bottom: 1px solid #BCBCBC5C;
      }
    }

    @media (max-width: 768px) {
      .myorder-sidebar {
        height: auto;
      }
    }
    .myorder-btn {
  display: flex;
  align-items: stretch; 
  background: #4C2A71;
  color: #fff;
  border-radius: 6px;
  border: none;
  padding: 0; 
  overflow: hidden; 
}

.myorder-btn span:first-child {
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: clamp(16px,2vw,20px);
}

.myorder-btn span:last-child {
    width:48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4E2C82;
} */


.myorder-dashboard{
    padding:40px 10px;
}

/* sidebar */

.myorder-sidebar{
    border-radius:20px;
    border:1px solid #D9D9D9;
    overflow:hidden;
        margin-bottom:30px

}

.myorder-sidebar-item{
    padding:16px 20px;
    display:flex;
    align-items:center;
    justify-content: center;
    gap:12px;
    font-weight:700;
    font-size:clamp(16px,1.4vw,20px);
    cursor:pointer;
    transition:.3s;
}

.myorder-sidebar-item:hover{
    background:#f4f5fb;
}

.myorder-sidebar-item.active{
    font-weight:600;
    background:#f4f5fb;
}
.myorder-sidebar-item:not(:last-child){
    border-bottom:1px solid #D9D9D9;
}
/* orders container */

.myorder-box{
    border:1px solid #D9D9D9;
    border-radius:20px;
    padding:22px;
}
.myordercheckout-box{
    border:1px solid #D9D9D9;
    border-radius:20px;
    padding:150px 22px 100px 22px;
}
/* header */

.myorder-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    margin-top:10px
}

.myorder-title{
 font-size:clamp(24px,6vw,35px);
  font-weight:400;
}

/* tabs */

.myorder-tabs{
    display:flex;
    gap:25px;
    margin-top:8px;
    font-size:clamp(14px,1.2vw,16px);
}

.myorder-tabs span{
    cursor:pointer;
    color:#888;
    position:relative;
}

.myorder-tabs span.active{
    color:#000;
    font-weight:600;
}

.myorder-tabs span.active::after{
    content:"";
    position:absolute;
    bottom:-8px;
    left:0;
    width:100%;
    height:2px;
    background:#4C2A71;
}

/* filter */

.myorder-filter{
    display:flex;
    gap:30px;
    font-size:clamp(16px,1vw,20px);
    color:#000000;
}

/* order card */

.myorder-card{
    border:1px solid #D9D9D9;
    border-radius:9px;
    margin-top:20px;
    transition:.3s;
}
.myorder-card .head-background{
    background: #F9F9F9;
    border-radius:10px 10px 0 0;

}
.myorder-card .footer-background{
    background: #F9F9F9;
    border-radius:0 0 10px 10px ;

}
.myorder-card:hover{
    box-shadow:0 4px 18px rgba(0,0,0,0.05);
}

/* header */

.myorder-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px
}

.myorder-id{
    display: flex;
    align-items: center;
    gap: 8px;
}

.span1-myorder-id{
    font-size:clamp(18px,1.4vw,22px);
    font-weight:700;
    color:#4C2A71;
}

.span2-myorder-id{
    font-size:clamp(16px,1.4vw,20px);
    font-weight:500;
    color:#4C2A71;
}
.orderdetails-id{
    font-size:clamp(16px,1.4vw,20px);
    font-weight:400;
    color:#8D8D8D;
}
/* status */

.myorder-status{
    color:#fff;
    font-size:clamp(16px,1.1vw,18px);
    font-weight:500;
    border-radius:6px;
    /* width:206px; */
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orderDetails-status{
    color:#fff;
    font-size:clamp(16px,1.1vw,18px);
    font-weight:500;
    border-radius:6px;
    width:230px;
    height:39px;
    display: flex;
    justify-content: center;
    align-items: center;
        background:#2196F3;

}
.myorder-status.stat-p{
      background:#9E9E9E;

}
.myorder-status.stat-d{
      background:#F44336;

}
.myorder-status.stat-del{
      background:#4CAF50;

}
.myorder-status.stat-s{
    background:#2196F3;

}
/* body */

.myorder-body{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    padding:16px
}

/* products */

.myorder-products{
    display:flex;
    align-items:center;
    gap:14px;
}

.myorder-products img{
     width:auto;
    height:auto;
    max-width:90px;
    margin:15px;
  
}

.myorder-productsd img{
     width:auto;
    height:auto;
    max-width:90px;
  
}
.myorder-productsscrol{
    display:flex;
    align-items:center;
    gap:14px;
}

.myorder-productsscrol img{
     width:auto;
    height:auto;
    max-width:90px;
margin:15px;}
/* meta */


.myorder-meta{
    padding:16px;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
-top:10px;
font-size:clamp(15px,1.2vw,17px);
font-weight:500;
}

.myorder-meta-left{
display:flex;
align-items:center;
gap:6px;
flex-wrap:wrap;
}

.myorder-meta-text{
color:#999999;
}

.myorder-meta-value{
color:#4C2A71;
font-weight:500;
}



.myorder-view-details{
color:#4C2A71;
font-weight:400;
text-decoration:none;
font-size:clamp(15px,1.2vw,17px);
}

.myorder-view-details:hover{
text-decoration:underline;
}

/* actions */

.myorder-actions{
    display:flex;
    flex-direction:column;
    gap:8px;
}

/* buttons */

.myorder-btn-purple{
    background:#4C2A71;
    border:1px solid #4C2A71 ;
    color:#fff;
    font-size:clamp(16px,1.1vw,18px);
    font-weight:500;
    border-radius:6px;
    width:206px;
    height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myorder-btn-purple:hover{
    background:#310c58;
}
.myorder-btn-purple-next{
    background:#4C2A71;
    border:1px solid #4C2A71 ;
    color:#fff;
    font-size:clamp(16px,1.1vw,18px);
    font-weight:500;
    border-radius:6px;
    width:338px;
    height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myorder-btn-purple-next:hover{
    background:#310c58;
}
.myorder-btn-outline{
     background:transparent;
         border:1px solid #4C2A71 ;

    color:#4C2A71;
    font-size:clamp(16px,1.1vw,18px);
    font-weight:500;
    border-radius:6px;
    width:206px;
    height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myorder-btn-outline:hover{
  background:#4C2A71;
    border:1px solid #4C2A71 ;
    color:#fff;}


.orderDetails-card {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    width:100%;
    margin-bottom:20px;
}

.orderDetails-title {
    font-weight: 600;
    font-size:clamp(14px,1.4vw,18px);
    color:#4C2A71;
    cursor:pointer
}
.orderDetails-title:hover {
   
    color:#2c0258;
}
.orderDetails-type{
    font-weight: 500;
    font-size:clamp(14px,1.4vw,16px);
    color:#4C2A71 
}


.orderDetails-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.orderDetails-name {
    font-weight: 700;
    font-size:clamp(16px,1.4vw,20px)

}




.orderDetails-price {
    font-weight: 700;
    font-size:16px
}

.orderDetails-qty {
    font-size: 13px;
}

.orderDetails-file {
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 8px;
    font-size:clamp(14px,1.2,18px)
}
.orderDetails-file-span{
      font-size:clamp(14px,1.2,18px)
  
}
.orderDetails-pdf-icon {
    background: #eee;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
}

.orderDetails-arrow {
    font-size: 20px;
    color: #555;
}
html[dir="rtl"] .myorder-view-rtl svg {
    transform: scaleX(-1);
}
.orderDetails-item {
    display: flex;
    align-items: center;
    gap: 15px;

}

.myorder-products img {
    width: auto;
    height: auto;
    max-width:90px;
    object-fit: contain;
}

.orderDetails-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* width: 100%; */
}



.orderDetails-desc {
    font-size: 13px;
    font-weight:300;
    color: #000000;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:480px;
}
.orderDetails-descItert {
    font-size: 13px;
    font-weight:300;
    color: #000000;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    unicode-bidi: plaintext;
    max-width:390px;
}
.orderDetails-meta {
    display: flex;
    align-items: center;
    margin-top:15px;
    gap: 10px;
    font-size: 15px;
    color: #00000042;
}

.divider-details {
    width: 2px;
    height: 12px;
    background: #ccc;
    margin-top:0
}

[dir="ltr"] .orderDetails-right {
    text-align: right;
    min-width: 120px;
} 
[dir="rtl"] .orderDetails-right {
    text-align: left;
    min-width: 120px;
}
.orderDetails-btn-purple{
    background:#4C2A71;
    border:1px solid #4C2A71 ;
    color:#fff;
    font-size:14px;
    font-weight:500;
    border-radius:6px;
    /* width:206px; */
    height:39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderDetails-btn-purple:hover{
    background:#310c58;
}

.orderDetails-btn-outline{
     background:transparent;
         border:1px solid #4C2A71 ;

    color:#4C2A71;
    font-size:14px;
    font-weight:500;
    border-radius:6px;
    /* width:206px; */
    height:39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderDetails-btn-outline:hover{
  background:#4C2A71;
    border:1px solid #4C2A71 ;
    color:#fff;}

.orderDetails-btn-outline-red{
     background:transparent;
         border:1px solid #E00E19 ;

    color:#E00E19;
    font-size:14px;
    font-weight:500;
    border-radius:6px;
    /* width:206px; */
    height:39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderDetails-btn-outline-red:hover{
  background:#E00E19;
    border:1px solid #E00E19 ;
    color:#fff;}

    .orderDetails-info {
    flex: 1;
    min-width: 0;
}
.orderDetails-btn-id{
    color:white;
    font-size:14px;
    font-weight:500;
    border-radius:6px;
    width:150px;
    height:27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orderDetails-btn-id.await{
     background:#A0AEC0;
    border:1px solid #A0AEC0 ;
}
.orderDetails-btn-id.awitt:hover{
     background:transparent;
    color:#A0AEC0;

}
.orderDetails-btn-id.process{
     background:#4299E1;
    border:1px solid #4299E1 ;
}
.orderDetails-btn-id.process:hover{
     background:transparent;
    color:#4299E1;
}
.orderDetails-btn-id.ship{
    background:#ED8936;
    border:1px solid #ED8936 ;
}
.orderDetails-btn-id.ship:hover{
    background:transparent;
    color:#ED8936;
}
.orderDetails-btn-id.athub{
     background:#9F7AEA;
    border:1px solid #9F7AEA ;
}
.orderDetails-btn-id.athub:hover{
     background:transparent;
    color:#9F7AEA;
}
.orderDetails-btn-id.outstock{
     background:#F56565;
    border:1px solid #F56565 ;
}
.orderDetails-btn-id.outstock:hover{
     background:transparent;
    color:#F56565;
}
.orderDetails-btn-print{
    color:rgb(0, 0, 0);
      background:#F5F5F5;
      border:1px solid #F5F5F5;
    font-size:14px;
    font-weight:500;
    border-radius:6px;
    /* width:206px; */
    height:39px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:6px;
}
.orderDetails-btn-print:hover{
     background:transparent;
    color:#4C2A71;
          border:1px solid #4C2A71;

}
/* container */
.order-details-modal-content {
    border-radius: 12px;
    padding: 20px;
    border: none;
}

/* close button */
.order-details-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* title */
.order-details-titlePopup {
    font-size: 18px;
    font-weight: 500;
}

/* yes button */
.order-details-btn-yes {
    background-color: #4C2A71;
    color: #fff;
    border-radius: 6px;
    height: 45px;
}

.order-details-btn-yes:hover {
    background-color: #310c58;
    color: #fff;
}

/* no button */
.order-details-btn-no {
    border: 1px solid #4C2A71;
    color: #4C2A71;
    border-radius: 6px;
    height: 45px;
    background: transparent;
}

.order-details-btn-no:hover {
    background-color: #310c58;
    color: #fff;
}
.order-details-stepper-container {
    width: 100%;
}

/* stepper wrapper */
.order-details-stepper {
    gap: 15px;
}

/* كل step */
.order-details-step {
    text-align: center;
}

/* الدواير */
.order-details-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    color: #BFBFBF;
    border:1px solid #BFBFBF; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: auto;
}
.order-details-step p {
    color: #BFBFBF;
}
/* active */
.order-details-step.active .order-details-circle {
    background: #4C2A71;
    color: #fff;
}
.order-details-step.active p {
    color: #000000;
}
/* الخط */
.order-details-line {
    height: 2px;
    width: 170px;
    background: #4C2A71;
    margin-bottom: 30px;
}

/* النص */
.order-details-label {
    font-size: clamp(16px,1.4vw,20px);
    margin-top: 6px;
    color: #666;
}
.imp-star{
  color: #FF0000 
}
.order-details-subtitle{
    font-size: clamp(14px,1.4vw,18px);
    margin-bottom:25px; 
}
/* select all */
.order-details-select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-details-select input {
    width: 16px;
    height: 16px;
}
.orderDetails-head {
    display: flex;
    align-items: center;
}
.orderdetail-sec-width1{
    width:70%
}
.orderdetail-sec-width2{
    width:30%
}
/* responsive */
@media (max-width: 576px) {
    [dir="rtl"] .orderDetails-right {
    text-align: start;
    min-width: 120px;
    margin-top:15px
}
    [dir="ltr"] .orderDetails-right {
    text-align: start;
        margin-top:15px;

    min-width: 120px;
}
    .orderDetails-content{
        display: flex;
        flex-direction: column;
        align-items: start;
        width:100%;
        text-align:start
   
    }
    .orderDetails-descItert {
    
    max-width:210px;
}
    .orderdetail-sec-width1{
    width:100%
}
.orderdetail-sec-width2{
    width:100%
}
    .orderDetails-head {
    display: flex;
    align-items:start;
    flex-direction: column;
}
    .order-details-line {
        width: 60px;
    }

    .order-details-label {
        font-size: 12px;
    }

    .order-details-circle {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
/* responsive */
@media (max-width: 576px) {
    .order-details-modal-content {
        padding: 15px;
    }

    .order-details-title {
        font-size: 16px;
    }
}

/* responsive */

@media (max-width:768px){
.orderDetails-card {
   
    width:100%
}
.orderDetails-btn-purple{
    width:100%;
}
.orderDetails-btn-outline{
    width:100%
}
.orderDetails-btn-outline-red{
    width:100%
}
.orderDetails-btn-print{
        width:100%

}
.orderDetails-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;

}

.orderDetails-meta {
    display: flex;
    align-items: start;
    margin-top:15px;
    gap: 0;
    font-size: 15px;
    color: #00000042;
    flex-direction: column;
}

.divider-details {
    width: 1px;
    height: 12px;
    background: #ccc;
    margin-top:0;
    display: none;
}
.myorder-productsscrol img {
    width:auto;
    height:auto;
    max-width:70px;
    padding:6px;
    object-fit: contain;
   
}
.myorder-top{
    flex-direction:column;
    gap:10px;
}

.myorder-body{
    flex-direction:column;
    align-items:flex-start;
}

.myorder-actions{
    flex-direction:row;
    flex-wrap:wrap;
}

}
.order-details-title {
    font-size: 20px;
    font-weight: 600;
}

/* product */
.order-details-product {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.order-details-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.order-details-product-title {
    font-size: 16px;
    font-weight: 600;
}

.order-details-desc {
    font-size: 13px;
    color: #777;
    margin: 4px 0;
}

.order-details-meta {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: #888;
}

.order-details-divider {
    width: 1px;
    height: 12px;
    background: #ccc;
}
.myorder-divider {
    width: 1px;
    height: 12px;
    background: #ccc;
}
/* price */
.order-details-price {
    font-size: 16px;
    font-weight: 600;
}

.order-details-qty {
    font-size: 13px;
    color: #777;
}

/* check */
.order-details-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4C2A71;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* file */
.order-details-file {
    background: #f5f5f5;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
}

/* upload */
.order-details-upload {
    border: 2px dashed #00000026;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
}

.order-details-icon {
    font-size: 30px;
}

.order-details-upload-title {
    font-size: clamp(14px,1.4vw,18px);
    margin: 10px 0 5px;
}

/* textarea */
.order-details-textarea {
    min-height: 120px;
    border-radius: 12px;
}


.order-details-select label{
    font-size:clamp(24px,1.3vw,30px)
}
/* responsive */
@media (max-width: 768px) {
    .order-details-product {
        flex-direction: column;
    }
}
.order-details-page .order-details-radio input {
    display: none;
}

.order-details-page .custom-radio {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2.5px solid #B5B5B5;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.order-details-page .order-details-radio input:checked + .custom-radio {
    background-color: #4C2A71;
    border-color: #4C2A71;
}

.order-details-page .custom-radio::after {
    content: "✔";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

.order-details-page .order-details-radio input:checked + .custom-radio::after {
    transform: translate(-50%, -50%) scale(1);
}
/* container */
.order-details-select-box {
    position: relative;
    width: 100%;
}

/* selected */
.order-details-select-selected {
    height: 44px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 15px;
    background: #F9F9F9;
}

/* arrow */
.order-details-select-selected .arrow {
    transition: 0.3s;
}

/* rotate لما يفتح */
.order-details-select-box.active .arrow {
    transform: rotate(180deg);
}

/* dropdown */
.order-details-select-options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 10;
}

/* show */
.order-details-select-box.active .order-details-select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* option */
.order-details-select-options .option {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
}

.order-details-select-options .option:hover {
    background: #f5f5f5;
}
.detailPopup-container {
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.detailPopup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: none;
  background: none;
  font-size: 22px;
}

/* ================= POPUP 1 ================= */
.detailPopup-first .detailPopup-container {
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.detailPopup-first .detailPopup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: none;
  background: none;
  font-size: 22px;
}

.detailPopup-first .detailPopup-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 20px 0;

}
.detailPopup-first .bordercolor{
    border-radius: 10px;
    border:1px solid #D9D9D9
}
.detailPopup-first .detailPopup-alert {
  background: #F44336;
   border:1px solid #F44336;
  color: #fff;
  padding: 30px 60px;
  line-height:1.2;
  border-radius: 12px;
  font-size: clamp(12px, 1.2vw, 14px);
  margin-bottom: 15px;
}

.detailPopup-first .detailPopup-img {
  width:84px;
  height: auto;
  object-fit: cover;
}

.detailPopup-first .detailPopup-productTitle {
  font-size: clamp(14px, 1.5vw, 16px);
}

.detailPopup-first .detailPopup-desc {
  font-size: clamp(12px, 1.2vw, 13px);
  color: #000000;
  font-weight: 300;
  margin-bottom:0;
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:250px;

}

.detailPopup-first .detailPopup-pdf {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 10px;
  margin: 10px 0;
  cursor: pointer;
}

.detailPopup-first .detailPopup-note {
  font-size:12px;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}


.detailPopup-first .detailPopup-btn {
  width: 100%;
  padding: 10px;
  border: 1px solid #4C2A71;
  color: #4C2A71;
  background: transparent;
  border-radius: 10px;
  font-size: clamp(13px, 1.5vw, 15px);
}

.detailPopup-first .detailPopup-btn:hover {
  background: #4C2A71;
  color: #fff;
}
/* ================= POPUP 2 ================= */
.detailPopup-second .detailPopup-container {
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.detailPopup-second .detailPopup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: none;
  background: none;
  font-size: 22px;
}

.detailPopup-second .detailPopup-title {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  margin:20px 0 20px 0;
}

.detailPopup-second .detailPopup-subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 600;
text-align: start;
  margin: 10px 0;
}

.detailPopup-second .detailPopup-infoBox {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 6px;
  font-size: clamp(12px, 1.2vw, 14px);
  margin-bottom: 10px;
}
.detailPopup-second .imgdetal{
    width:30px;
    height:30px;
  object-fit: cover;
}
.detailPopup-second .detailPopup-infoBox p {
  font-size:13px;
  font-weight:400;
  margin-bottom: 10px;
  text-align:start;
  line-height:1.6
}
.detailPopup-second .detailPopup-sectionTitle {
  margin: 15px 0 15px;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
  text-align:start
}

.detailPopup-second .detailPopup-productBox {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}

.detailPopup-second .detailPopup-img {
  width: 55px;
  height: 70px;
}

.detailPopup-second .detailPopup-productTitle {
  font-size: clamp(14px, 1.5vw, 16px);
}

.detailPopup-second .detailPopup-desc {
    font-size: clamp(12px, 1.2vw, 13px);
  color: #000000;
  font-weight: 300;
  margin-bottom:15px;
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:250px;
}

.detailPopup-second .detailPopup-price {
  font-weight: 600;
      font-size: clamp(12px, 1.2vw, 14px);

}

.detailPopup-second .detailPopup-qty {
  font-size:11px;
}

.detailPopup-second .detailPopup-note {
  font-size: clamp(12px, 1.2vw, 14px);
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}



.detailPopup-second .detailPopup-mainBtn {
  width: 100%;
  padding: 10px;
  background: #4C2A71;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight:500;
}

.detailPopup-second .detailPopup-mainBtn:hover {
  background: #5a32a3;
}

/* Titles */
.ordermethod-title {
    font-size:clamp(14px,1.4vw,18px);
    font-weight: 600;
}

/* Box */
.ordermethod-box {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 16px;
    margin-top: 15px;
    font-size:clamp(14px,1.4vw,18px);
}

/* Option */
.ordermethod-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.ordermethod-option p {
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 300;
    line-height:1.6
}

/* Left Side */
.ordermethod-left {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.ordermethod-left p {
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 300;
    line-height:1.6
}


.detmethod{
    height:35px;
    width:35px;
      object-fit: cover;

}
/* Note */
.ordermethod-note {
    display: flex;
    gap:5px;
    border: 1px solid #F6C605;
    background: #fff8e6;
    color: #a36b00;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
        margin-bottom:30px

}



/* Buttons */
.ordermethod-actions {
    display: flex;
    justify-content: center;
    width:70%;
    align-items:center;
    gap: 10px;
    margin:70px 0;
}
.ordermethodd-btn-outline {
    padding: 10px;
    border: 1px solid #4C2A71;
    background: transparent;
    color: #4C2A71;
    border-radius: 8px;
    width:196px;
}
.ordermethodd-btn-outline:hover {
    padding: 10px;
    border: 1px solid #4C2A71;
    background: #4C2A71;
    color:#ffffff;
    border-radius: 8px;
}
.ordermethod-btn-primary {
    flex: 2;
    padding: 10px;
    border: none;
    background: #6f42c1;
    color: white;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 576px) {
    .ordermethod-option {
        flex-direction: column;
        align-items: flex-start;
    }

    .ordermethod-actions {
        flex-direction: column;
    }

    .ordermethod-btn-outline,
    .ordermethod-btn-primary {
        width: 100%;
    }
}

.completeorder-wrapper{
    padding:20px;
}

.completeorder-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.completeorder-body{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:40px auto ;
    width:clamp(220px,60vw,620px);
}
.completeorder-header{
    margin-bottom:30px;
}

.completeorder-title{
    font-size:clamp(22px,5vw,30px);
    font-weight:600;
    margin-bottom:5px;
}

.completeorder-invoice{
    font-size:clamp(16px,1.6vw,20px);
    color:#8a8a8a;
}

.completeorder-check{
    width:290px;
    margin-bottom:25px;
}

.completeorder-success{
    font-size:clamp(22px,5vw,35px);
    font-weight:500;
    margin-bottom:12px;
}

.completeorder-desc{
    font-size:15px;
    color:#8D8D8D;
    line-height:1.7;
    margin-bottom:30px;
}

.completeorder-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.completeorder-btn-outline{
   
    border:1px solid #4C2A71;
    background:transparent;
    color:#4C2A71;
    border-radius:6px;
    font-size:15px;
    height:45px;
    width:196px;
}
.completeorder-btn-outline:hover{
     background:#4C2A71;
    color:#fff;
    border-radius:6px;
    font-size:15px;
    height:45px;
    width:196px;
    cursor: pointer;
}
.completeorder-btn-primary{
      height:45px;
    width:338px;
        border:none;
    background:#4C2A71;
    color:#fff;
    border-radius:6px;
    font-size:15px;
}
.completeorder-btn-primary:hover{
      height:45px;
    width:338px;
       border:1px solid #4C2A71;
    background:transparent;
    color:#4C2A71;
    border-radius:6px;
    font-size:15px;
}

/* responsive */

@media (max-width:768px){

    .completeorder-card{
        padding:30px 15px;
    }

    .completeorder-check{
        width:90px;
    }

    .completeorder-success{
        font-size:18px;
    }

}

.dispute-content{
padding:25px;
border-radius:10px;
}

.dispute-title{
font-size:18px;
font-weight:600;
margin-bottom:20px;
text-align: center;
}

.dispute-step{
font-size:14px;
background:#f7f7f7;
padding:15px;
border-radius:6px;
}
.dispute-step2{
font-size:14px;
padding:15px;
border-radius:13px;
border:1px solid #0000001A ;
}
.dispute-step-title{
font-size:18px;
font-weight:400;
margin-bottom:14px;
}

.dispute-status{
color:#FF0000;
font-size:14px;
display:flex;
align-items:center;
gap:6px;
}

.dispute-dot{
width:10px;
height:10px;
background:#FF0000;
border-radius:50%;
display:inline-block;
}

.dispute-time{
color:#1C1C1C;
margin-left:6px;
font-size:14px;

}

.dispute-desc{
font-size:14px !important;
color:#1C1C1C;
margin-top:8px;
font-weight: 400!important;
margin-bottom: 0 !important;
}

.dispute-label{
font-size:18px !important;
margin-bottom:8px;
display:block;
}

.dispute-select{
background:#f7f7f7;
border-radius:8px;
}

.dispute-textarea{
height:120px;
border-radius:10px;
}

.dispute-upload{
display:flex;
gap:15px;
margin-top:10px;
flex-wrap:wrap;
}

.dispute-upload-btn{
flex:1;
border:1px dashed #0000001A;
background:#F0F1F461;
padding:12px;
border-radius:8px;
font-size:18px;
display: flex;
align-items: center;
justify-content: center;
gap:4px;
}

.dispute-upload-btn img{
width:24px;
height:24px;
font-size: 24px;
}
.dispute-upload-btn span{

font-size:12px;
}
.dispute-note{
font-size:12px;
color:#000000;
margin:6px 0 ;
margin-bottom:6!important

}

.dispute-submit{
font-weight: 500;
font-size:14px;
background:#4C2A71;
color:#fff;
border:none;
padding:12px;
border-radius:6px;
}
.dispute-success-content{
padding:30px 25px;
border-radius:10px;
}

.dispute-success-title{
font-size:18px;
font-weight:600;
margin-bottom:20px;
text-align:center;
}

.dispute-success-icon{
width:110px;
margin:10px auto 20px;
display:block;
}

.dispute-success-text{
font-size:18px;
font-weight:400;
margin-bottom:15px;
line-height:1.6 !important;

}

.dispute-success-desc{
font-size:13px !important;
font-weight:400 !important;
color:#0B0B0BA1;
line-height:1.6;
margin-bottom:25px;
}

.dispute-success-btn{
background:#4C2A71;
border:none;
color:white;
padding:12px;
border-radius:6px;
font-size:14px;
}

/* responsive */

@media(max-width:576px){

.dispute-success-content{
padding:25px 18px;
}

.dispute-success-text{
font-size:16px;
}

.dispute-success-icon{
width:90px;
}

}
/* modal container */

.mapd-modal-content{
    border-radius:12px;
    overflow:hidden;
}

/* header */

.mapd-header{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:16px;
    position:relative;
}

.mapd-title{
    font-size:clamp(16px,2vw,20px);
    font-weight:600;
}

.mapd-close{
    position:absolute;
    right:15px;
}

/* map */

.mapd-map-wrapper{
    position:relative;
    width:100%;
    height:470px;
}

.mapd-map-img{
    width:100%;
    height:100%;
    border-radius: 30px;
    object-fit:cover;
}
.order-detailsmap-modal-content{
    border-radius: 12px;
    padding:20px 0 0 0;
    border: none;


}
/* delivery box */

.mapd-delivery-box{
    position:absolute;
    top:20px;
    left:20px;
    background:#fff;
    padding:12px 20px;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
    text-align:center;
}

.mapd-delivery-label{
    display:block;
    font-size:clamp(12px,1.5vw,14px);
}

.mapd-delivery-number{
    display:block;
    font-weight:700;
    font-size:clamp(26px,3vw,32px);
}

/* footer */

.mapd-footer{
    position:absolute;
     bottom:40px;
    left:50px;
    background:#FFFFFF;
    text-align:center;
    padding:10px;
    width:85%;
    border-radius: 10px;
        box-shadow:0 4px 10px rgba(0,0,0,0.15);
        height:70px;

}

.mapd-footer-text{
    margin-bottom:0!important;
    font-size:clamp(14px,1.8vw,18px);
}