.wei-ctm-tracking-main{
    margin-top:20px;
    width:100% !important;
}
.wct-status-box {
    padding: 10px;
    margin-bottom: 15px;
}

.wct-status-pending {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    font-weight: 600;
}

.wct-status-confirmed {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    font-weight: 600;
}

.wct-status-rejected {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.wct-status-rejected strong {
    display: inline-block;
    margin-bottom: 5px;
}
.wct-status-delivered {
    background: #d1e7dd;
    border: 1px solid #badbcc;
    color: #0f5132;
    font-weight: 600;
}

.wct-delivery-confirmation {
    margin-top: 8px;
}

.wct-delivery-confirmed {
    color: #198754;
    font-weight: 600;
}

.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}

.wei-btn {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 2rem;
}
.wei-ctm-admin-view p{
  /* font-size: 16px; */
  margin-bottom: 0.5rem;
}
.wei-btn.btn-danger{
    background-color: #cf1717;
    color: #fff;
}
.wei-ctm-tracking-main .action-main{
    margin-top:10px;
}
.wei-ctm-tracking-main  .wei-ctm-tkr-items{
    
}
.wei-ctm-tracking-main .wei-ctm-tkr-item{    
    border:1px solid #ddd;
    padding:15px;
    margin-bottom:15px;
    border-radius:4px;       
    width: 100%;       
}
.shipping-proof-btn{
    margin-top:10px;
    margin-bottom:10px;
}
.shipping-proof-btn a{
color:#1f1fff;
    font-size: 16px;
}