:lang(ar) {
    font-family: 'Cairo', sans-serif;
}
.checkbox {
    width: fit-content;
}
.well.well-float {
    
    padding: 0px 0px 0px 0px;
}
li.navbar-badge {
    padding: 10px;
    background: var(--color-1);
    color: #fff;
    float: right;
    margin-top: 11px;
    display: flex;
    border-radius: 8px;
  margin-right: 5px;
}
.whatsapp-button {

    bottom: 68px!important;
    right: 7px!important;
    position: absolute;
    
}
.order-status-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 80px;
}
.order-status-wrap .order-status-left {
    flex: 0 0 25%;
    max-width: 25%;
}

.order-status-left {
    padding-right: 10px;
}
.order-status-wrap .order-status-right {
    flex: 0 0 75%;
    max-width: 75%;
}

.order-status-right {
    padding-left: 10px;
}
.status {
    margin-bottom: 0;
    text-align: center;
    padding: 6px 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.status-pending {
    background-color: #ffc107;
}
.status-in-progress {
    background-color: #3f51b6;
}
.status-refund {
    background-color: #ff5723;
}
.status-completed {
    background-color: #249b23;
}
.status-procesing {
    background-color: #04a9f3;
}
.status-canceled {
    background-color: #e51c22;
}
.status-partial {
    background-color: #009688;
}


a.btn-payments {
    display: inline-block;
    background-color: var(--color-btn-primary);
    color: var(--color-3);
    padding: 0.375rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.2s;
}
a.btn.btn-xs.btn-default {
    background: red;
    border-color: red;
  width: 100%;
   color: var(--color-3);
}
a.btn.btn-xs.btn-primary {
    background: #005BD3;
    width: 100%;
}
.neworder-item a {
  display: inline-flex !important
;
    align-items: center;
    gap: 4px;
    width: 100%;  
  
}

.neworder-item a svg {
    height: 19px;
    width: 20px;
  
}
.list.nav.nav-pills {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list.nav.nav-pills .neworder-item {
    flex: 1;
    list-style: none;
}