/* margin */
@font-face{
    font-family: 'Montserrat';
    src: url('Montserrat-VariableFont_wght.ttf') format('truetype');
}
body{
    font-family: 'Montserrat' !important;
    font-size: 13.5px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.44px;
    color: #212121;
}

/* Global Mobile Filter Container (Desktop rendering fallback) */
.filter-container-mobile {
    display: none;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}
.filter-container-mobile.show {
    display: flex !important;
}
.category-tree-node {
    --tree-indent-px: 32px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, button, select, textarea{
    font-family: 'Montserrat' !important;
}
h1 {
    font-size: 23.5px;
    line-height: 26px; }
  
  h2 {
    font-size: 19.5px;
    line-height: 22px; }
  
  h3 {
    font-size: 17.5px;
    line-height: 20px; }
  
  h4 {
    font-size: 15.5px;
    font-weight: 400;
    line-height: 18px; }
  
  h5 {
    font-size: 13.5px;
    line-height: 16px; }
  
  h6 {
    font-size: 11.5px;
    line-height: 14px; }
  
  
    p{
        font-size: 12.5px;
        font-weight: 400;
        color: #212121;
        margin-bottom: 0px !important;
    }
    span{
        font-size: 11.5px;
        font-weight: 300;
    }
    input[type="checkbox"] {
        accent-color: #337AB7; /* Change to your desired color */
      }
      .icon-btn{
        color: #0071BD;
        cursor: pointer;
      }
    .disabled-input{
        background-color: #F8F8F8 !important;
        color: #C9CCD2 !important;
        border-color: #EFEFEF !important;
    }
    .sm-default-btn{
        background: none;
        border: none;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
        /* width: 140px; */
        padding: 8px;
        border-radius: 5px;
        cursor: not-allowed;
    }
    .sm-default-btn p{
        font-size: 12px !important;
        font-weight: 400;
        color: #ffffff;
    }
    .default-btn{
        background: none;
        border: none;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
        width: 140px;
        padding: 10px 0;
        border-radius: 5px;
        cursor: not-allowed;
        text-align: center;
    }
    .disabled-btn{
        background-color: #c4c4c4;
        border-color: #c4c4c4;
        cursor: not-allowed !important;
    }
    
    .disabled-btn:hover{
    background-color: #c4c4c4;
    }
    .save-btn {
        
        background-color: #0089a8;
        border-color: #0089a8;
        cursor: pointer !important;
        
        }

    .save-btn:hover {
        background-color: #0099DE;
    }
    .secondary-save-btn {
        border: 1px solid #0089A8;
        color: #0089A8 !important;
        cursor:  pointer !important;
    }
    .secondary-save-btn:hover{
        background-color: #0099DE;
        color: #FFFFFF !important;
    }
.q-mt5 {margin-top: 5px}
.q-mt10 {margin-top: 10px}
.q-mt20 {margin-top: 20px}
.q-mt50 {margin-top: 50px}

.q-ml6 {margin-left: 6px;}
.q-ml10 {margin-left: 10px}
.q-ml20 {margin-left: 20px}

.q-mr10 {margin-right: 10px}
.q-mr30 {margin-right: 30px}

.q-mb5{margin-bottom: 5px}
.q-mb10{margin-bottom: 10px}
.q-mb20{margin-bottom: 20px}
.q-mb50{margin-bottom: 50px}
.d-column{
    display: flex;
    flex-direction: column;
}

.body{
    background-color: #FFFFFF;
    width: 100%;
    padding: 8px 12px;
    border-radius: 10px;
    border: 0.1px solid #EFEFEF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.notify-container {
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    color: #1c1e21;
    padding: 16px 20px 16px 16px;
    display: flex;
    align-items: flex-start;
    position: relative;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    width: 100%;
    max-width: 350px;
}

.notify-wrapper {
    display: flex;
    align-items: flex-start;
}

.notify-icon {
    font-size: 1.5rem;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Icon colors by type */
.notify-icon-info {
    color: #0d6efd;
}
.notify-icon-success {
    color: #198754;
}
.notify-icon-danger {
    color: #dc3545;
}
.notify-icon-warning {
    color: #ffc107;
}

.notify-text {
    display: flex;
    flex-direction: column;
}

.notify-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 4px;
    color: #212529;
}

.notify-message {
    font-family: "Montserrat", sans-serif !important;
    font-size: 13.5px;
    color: #5c5f63;
    line-height: 1.4;
}

.notify-close {
    position: absolute;
    top: 3px !important;
    right: 12px !important;
    background: transparent;
    border: none;
    font-size: 1.1rem;
    color: #adb5bd;
    cursor: pointer;
    transition: color 0.2s ease;
    width: auto;
    padding: 0px !important;
    font-size: 25px !important;
}

.seller-home-main-body-container{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.seller-dashboard-main-body-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}
.seller-dashboard-lg-body-container{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.seller-dashboard-lg-main-container{
    display: flex;
    flex-direction: column;
     padding: 18px 12px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.seller-dashboard-md-body-container {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    width: 100%;
    margin-left: 14px;
}
.seller-dashboard-md-main-container{
    display: flex;
    flex-direction: column;
    padding: 18px 12px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.seller-dashboard-rate-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seller-dashboard-rate-i-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.seller-dashboard-main-title-p{
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.dashboard-img-cont-prod img{
    width: 50px;
    height: 50px;
    object-fit: fill;
    border-radius: 6px;
}
.dashboard-product-item{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 12px 6px;
    border: 0.25px solid #E8E3E2;
    border-radius: 6px;
    margin-bottom: 8px;
}
.dashboard-sub-product-item{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-left: 6px;
}
.dashboard-title-div-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.seller-dashboard-main-subtitle-p{
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #C4C4C4 !important;
}
.dashboard-top-prod-container{
    width: 200px;
    overflow: hidden;
}
.dashboard-top-prod-container p{
    font-weight: 500 !important;
    line-height: 1.5em;     /* height for 1 line */
    height: 3em;            /* 2 lines * line-height */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* limit to 2 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;              /* remove default p margin */
}
.dashboard-top-sold-container p{
    font-size: 12px !important;
    color: #C4C4C4;
}
.dashboard-top-stock-container p{
    font-weight: 500 !important;
    color: #0089A8;
}
.seller-dashboard-rec-ord-container{
    max-height: 260px;
    overflow-x: auto;
}
.show-more-div{
    cursor: pointer;
}
.show-more-div:hover{
    opacity: 0.75;
}
.article-main-card-container{
    display: flex;
    flex: 0 0 auto;
    padding: 12px;
    border: 0.25px solid #E8E3E2;
    border-radius: 8px;
    max-width: 250px;
    margin-right: 14px;
}
.article-title-div-container{
    width: 100%;
    overflow: hidden;
}
.article-title-div-container p{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0089A8;
    line-height: 1.5em;     /* height for 1 line */
    height: 3em;            /* 2 lines * line-height */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* limit to 2 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;              /* remove default p margin */
}
.article-desc-div-container{
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
}
.article-desc-div-container p{
    line-height: 1.5em;      /* one line height */
  height: 6em;             /* 4 lines × 1.5em = 6em */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* limit to 4 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0;    
}
.seller-dashboard-title-p{
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.seller-dashboard-main-show-p{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #0089A8;
    text-transform: capitalize;
}
.seller-dashboard-sub-title-p{
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.seller-dashboard-desc-p{
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 14px;
    width: 250px;
}
.dashboard-recent-main-container{
    max-width: 600px;
    margin-left: 14px;
    width: 100%;
    
}
.seller-dashboard-p-list-container{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    /* max-width: 600px; */
}
.dashboard-recent-orders-container{
    flex: 1;
}
.dashboard-product-item-container {
    position: relative;
  flex: 0 0 auto;   
  width: 200px; 
  padding: 12px 0px;
  margin-right: 14px;
  border: 0.25px solid #E8E3E2;
  border-radius: 8px;
}
.dashboard-action-main-container{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    background-color: rgba(100, 100, 111, 0.2);
}
.document-action-sub-container{
    cursor: pointer;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}
.document-action-sub-container i{
    color: #FFFFFF;
    font-size: 16px !important;
}
.document-action-sub-container:hover i.bi-eye, .document-action-sub-container:hover i.bi-pen{
    color: #0089A8 !important;
}
.document-action-sub-container:hover i.bi-trash{
    color: #D22B2B !important;
}
.dashboard-product-item-container:hover .dashboard-action-main-container{
    display: flex;
}
.dashboard-prod-det-container{
    padding: 6px 12px;
    width: 200px; /* your desired width */
    overflow: hidden;
}
.dashboard-prod-det-container p{
    line-height: 1.5em;     /* height for 1 line */
  height: 3em;            /* 2 lines * line-height */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* limit to 2 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0;              /* remove default p margin */
}
.dashboard-order-item-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border: 0.25px solid #E8E3E2;
    border-radius: 6px;
    margin-bottom: 8px;
}
.dashboard-order-item-container img{
    width: 80px;
    height: 80px;
    object-fit: fill;
    border-radius: 6px;
}
.dashboard-prod-img-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.dashboard-prod-img-container img{
    width: 100%;
    max-width: 180px;
    height: 180px;
    object-fit: fill;
    border-radius: 6px;
}
.dashboard-recent-ord-det-main-container{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 8px;
}
.dashboard-recent-ord-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.dashboard-recent-ord-item-name{
     width: 100%;
     overflow: hidden;
}
.dashboard-recent-ord-item-name-p{
    font-weight: 500 !important;
    line-height: 1.5em;     /* height for 1 line */
    height: 3em;            /* 2 lines * line-height */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* limit to 2 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;              /* remove default p margin */
}
.dashboard-recent-ord-status-container{
    background-color: #C4C4C4;
    padding: 2px 6px;
    border-radius: 4px;
}
.dashboard-recent-ord-status-container p{
    font-size: 11px !important;
}
.no-order-main-body-container{
    display: flex;
    flex-direction: column;
    /* align-items: stretch; */
    height: 100%;
}
.no-order-main-container{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    /* background-color: #E4E4E4; */
}
.no-order-main-container p{
    font-size: 12px !important;
    font-weight: 500;
    color: #C4C4C4;
}
.dashboard-orders-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.dashboard-order-sub-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dashboard-orders-count-p{
    font-size: 14px !important;
    font-weight: 500 !important;
}
.dashboard-seller-ratings{
    margin: 8px 0px;
}
.dashboard-seller-ratings p, .dashboard-seller-ratings span, .dashboard-orders-count-p{
    color: #0089A8;
}
.dashboard-seller-ratings p{
    font-size: 22px !important;
    font-weight: 500 !important;
}
.dashboard-seller-ratings span{
    font-size: 18px !important;
    font-weight: 500 !important;
}
.announce-list-main-container{
    /* max-height: 450px; */
    /* height: 350px; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    
}
.announce-list-item-container{
    margin-bottom: 16px;
}
.announce-list-det-container{
    display: flex;
    flex-direction: column;

}
.announce-list-title-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
}
.announce-list-title-container i{
    font-size: 14px;
    color: #0089A8;
}
.announce-list-title{
    margin-left: 8px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #333;
    margin-bottom: 4px;
    font-weight: 500;
    color: #0089A8;
}
.announce-list-desc{
    font-size: 12px !important;
    line-height: 14px !important;
    color: #666;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.announce-list-dt-p{
    font-size: 12px !important;
    color: #999;
    margin-top: 4px;
}
.no-ann-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #E5E4E2; */
}
.no-ann-ill-container img{
    width: 150px;
    height: 150px;
}
.seller-head-mb{
    margin-bottom: 14px;
}
.dashboard-seller-row{
    display: flex;
    flex-direction: row;
}
.dashboard-seller-orders-products-container{
    display: flex;
    flex-direction: row;
}
.dashboard-j-c-sp-bt{
    justify-content: space-between;
}
.dashboard-mTop{
    margin-top: 14px;
}
.dashboard-half-m{
    margin-left: 14px !important;
}

.action-cell {
    position: relative;
}

.ellipsis-container {
    position: relative;
    display: inline-block;
}

.ellipsis-icon {
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    user-select: none;
    color: rgba(0,0,0,0.5);
}

.action-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 100px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.action-menu.show {
    display: block;
}

.action-menu button {
    display: block;
    width: 100%;
    padding: 6px 10px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.action-menu button:hover {
    background: #f2f2f2;
}
.admin-finance-counts-main-container{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.admin-finance-container{
    border: 0.75px solid #C4C4C4;
    border-radius: 12px;
    padding: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-right: 18px;
    min-width: 210px;
}
.admin-finance-label-container{
    margin-top: 8px;
}
.admin-finance-label-container p{
    font-size: 14px !important;
    color: #808080;
}
.admin-finance-count-p{
    font-size: 26px; 
    font-weight: 500;
}
.ad-finance-table-main-container{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ad-finance-table-container{
    border: 0.75px solid #C4C4C4;
    padding: 8px;
    border-radius: 8px; /* your desired radius */
    border-collapse: separate;
    overflow: hidden;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.ad-finance-table-container thead tr th{
     padding: 8px;
     border-bottom: 0.75px solid #C4C4C4;
     color: #C4C4C4;
     font-weight: 400 !important;
}
.ad-finance-table-container tbody tr td{
    padding: 8px;
    border-bottom: 0.75px solid #C4C4C4;
}
.ad-finance-table-container tbody tr:last-child td{
    border: none;
}
.ad-finance-text{
    font-size: 13px !important;

}

.ad-finance-edit-main-container{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    background-color: #FFF !important;
    border-radius: 12px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 30px !important;
    padding: 12px !important;
}

.ad-finance-edit-header-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px !important;
}

.ad-finance-edit-header-label-container h3{
    margin: 0px !important;
}
.ad-finance-edit-header-action-container button div{
    display: flex;
    flex-direction: row;
}
.ad-finance-edit-header-action-container button div i{
    font-size: 16px;
}
.ad-finance-edit-header-action-container button div label{
    margin: 0px 0px 0px 8px !important;
}
.ad-trans-list-main-container{
    display: flex;
    align-items: stretch;
}

#ad-trans-list{
    width: 100%;
    border: 0.75px solid #c4c4c4;
    border-radius: 8px;
    border-collapse: separate;
     overflow: hidden;
}
.ad-table-head-container th{
    padding: 8px 12px;
    border-bottom: 0.75px solid #c4c4c4;
}

.ad-no-data-td{
    text-align: center;
    padding: 12px 0px;
    background-color: rgba(0, 0, 0, .025);
}
#ad-trans-list tbody tr:nth-child(odd) {
     background-color: #f9f9f9;
}
#ad-trans-list tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.ad-table-data-container td{
    padding: 8px 12px;
    font-weight: 400 !important;
    /* text-align: center; */
}
.ad-table-status-container{
    text-transform: capitalize;
}
.ad-table-receipt-container a p{
    color: #0089A8;
}
.account-info-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
}

.account-info-label-container{
    width: 100%;
    max-width: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.account-info-label-container div p{
    font-size: 12px !important;
    color: #5c5f63 !important;
}

.account-info-det-container{
    margin-left: 8px;
    display: flex;
    flex-direction: row;
}
.account-info-det-container p{
    font-size: 13px !important;
    color: #212121;
}

.action-order-main-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order-overview-head-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.custom-select {
  appearance: none;              /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'><path fill='none' stroke='%23666' stroke-width='2' d='M6 9l6 6 6-6'/></svg>") no-repeat right 10px center;
  background-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;            /* rounded corners */
  padding: 6px 35px 6px 12px;    /* space for arrow */
  font-size: 12.5px;
  font-weight: 400;
  /* font-family: sans-serif; */
  color: #212121;
  cursor: pointer;
}

.custom-select:focus {
  border-color: #007aff; /* iOS-like blue focus */
  outline: none;
}

#ordersChart {
  display: block;
  width: 100%;
  height: 40px; /* or whatever bar height you want */
}
.order-income-over-main-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.wrap {
    max-width: 600px;
    margin: 24px auto;
}
#order-total-graph {
    width: auto;
    height: 100px;
}

#inprogress-inc-container{
    border-left: 3px solid #e0e0e0;
}

#completed-inc-container {
     border-left: 3px solid #6f42c1;
}

.order-overview-main-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /* justify-content: space-between; */
}

.filter-container {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.filter-container.show {
    display: flex !important; /* keeps flex layout */
    max-height: 200px; /* adjust to fit content */
    opacity: 1;
}

.orders-filter-toggle-container{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    /* margin: 5px; */
    padding: 14px;

}
.orders-filter-toggle-container i{
    font-size: 20px;
    cursor: pointer;
    color: #adb5bd;
}
#overview-order-stats{
    margin: 6px 0px;
}
.order-stats-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}
.order-stats-sub-label-container{
    margin: 0px 12px 0px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-stats-sub-count-container{
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-stats-sub-count-container p{
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
}

.overview-count-p-container p{
    font-size: 26px !important;
    font-weight: 500 !important;
}

.order-owner-table{
    border: 0.25px solid #C4C4C4;
    border-radius: 8px !important;
    width: 100%;
}
.order-owner-table > tbody > tr > th{
    color: #73777A;
}
.order-owner-table > tbody > tr > td{
    font-weight: 400 !important;
}
.order-owner-table > tbody > tr > th, .order-owner-table > tbody > tr > td{
    padding: 8px 12px;
    border: 0.25px solid #E4E4E4;
}

.order-admin-tb-header{
    background: #FAFBFC;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.cke_chrome{
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: none !important;
}

.cke_notifications_area {
    display: none !important;
}

.form-group .form-line textarea{
    width: 100%;
    border: 0.8px solid #C4C4C4;
    border-radius: 8px;
    padding: 8px 12px;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);

}
.add-sender-input {
    border: 0.25px solid rgba(0, 0, 0, .25);
    border-radius: 8px;
    padding: 4px;
    font-size: 12.5px !important;
}
.add-contact-error {
    border: 0.25px solid #FF3333;
    border-radius: 8px;
    padding: 4px;
    font-size: 12.5px !important;
}
.edit-contact-error{
    border: 1px solid #FF3333 !important;
}

.edit-contact-success{
    border: 0.25px solid #0089a8 !important;
}

.edit-contact-d{
    border: 1px solid #e4e6ef;
}
#label-e{
    color: #FF3333;
    font-size: 12px;
    font-weight: 500;
  }

.add-variations-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0.8px solid #0089a8;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 12px 0px;
    max-width: fit-content;
    cursor: pointer;
    background-color: #FFF;
}
.add-variations-btn p{
    font-size: 12px;
    color: #0089a8;
}
.add-variations-btn i{
    color: #0089a8;
}

/* padding */
.q-pt20{padding-top: 20px !important;}
.q-pb20{padding-bottom: 20px !important}

/* font */
.q-font-bold {
    font-weight: bold;
}

.q-font-15 {font-size: 15px;}
.q-font-16 {font-size: 16px;}
.q-font-20 {font-size: 20px;}

.q-font-30 {font-size: 30px;}

.q-inline{
    display: inline
}

.checked {
    color: orange !important;
}
.fa-star{
    color: grey;
}

.over-custom-date-picker-main-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.alert-error {
	background-color: rgb(255, 0, 0);
	border-color: rgb(200, 0, 0);
	border-radius: 5px;
	color: rgb(255, 255, 255);
	padding: 10px;
}
.alert-error > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-error > [data-notify="title"] {
	color: rgb(151, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-error > [data-notify="message"] {
	font-size: 120%;
}

[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}
.edu-hub-main-body-container{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    background-color: #F8F9FB;
    /* padding: 12px 8px; */
}
.edu-hub-main-body-container p{
    font-family: "Poppins", sans-serif !important;
    /* font-size: 14px; */
}
.edu-hub-header-p{
    font-size: 14px;
    font-weight: 500;
}
.edu-hub-header-main-container span{
    margin-left: 8px;
}
.edu-hub-header-main-container{
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    padding: 12px;
    background: #FFFFFF;
    /* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);  */
    /* box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px; */
}
.edu-hub-banner-main-container {
    position: relative;
    height: 250px;
    padding: 40px 20px;
    background:
        url('../img/svg/edu-hub-banner.svg') no-repeat right center content-box, /* Your existing background image */
        #0089A8; /* Base color */
    overflow: hidden;
    color: white;
    background-size: contain;
}
.edu-hub-banner-main-container::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(15deg);
    z-index: 1;
}
.edu-hub-banner-main-container::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 250px;
    width: 150px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 50% 40% 60% / 60% 40% 50% 80% ;
    transform: rotate(-10deg);
    z-index: 1;
}
.edu-hub-banner-p-container {
    position: absolute;
    left: 8%;
    bottom: 43%;
}

.edu-hub-banner-p-container p{
    font-family: "Poppins", sans-serif;
    font-size: 35px !important;
    letter-spacing: 0.44px;
    font-weight: 700 !important;
    color: silver;
    text-transform: uppercase;
}
.edu-hub-f-content-main-container{
    padding: 20px 12px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-around;
}
.edu-hub-f-content-main-sub-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.edu-hub-f-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    border-radius: 8px;
    padding:12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 274px;
    cursor: pointer;
    margin-bottom: 14px;
}
.edu-hub-f-content-i-container{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0.8px solid #EE4D2C;
    padding: 4px 12px;
    margin-bottom: 14px;
}
.edu-hub-f-content-i-container i {
    font-size: 22px;
    color: #EE4D2C;
}
.edu-hub-f-content-p-container p{
    font-size: 18px;
    font-weight: 400;
}
.edu-hub-f-content-span-container {
    padding: 8px 12px 0px 12px;
}
.edu-hub-f-content-span-container p{
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
}
.edu-hub-vid-main-container{
    margin-top: 30px;
}
.edu-hub-vid-head-content-main-container{
    padding: 0px 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.edu-hub-vid-head-content-main-container div:first-child p{
    font-size: 28px;
    font-weight: 500;
}
.edu-hub-vid-head-content-main-container div:last-child p{
    font-size: 16px;
    font-weight: 400;
    color: #337AB7;
}
.edu-hub-vid-content-sub-container{
    padding: 0px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}
.edu-hub-vid-content-container{
    width: 282px;
    border-radius: 8px;
    box-shadow: 1px 2px 8px 1px rgba(228,232,237,.68);
    background: #FFF;
    transition: transform .3s;
    overflow: hidden;
    margin-bottom: 14px;
}
.edu-hub-vid-content-container iframe{
    width: 100%;
    border: none;
}
.edu-hub-vid-det-container{
    display: flex;
    flex-direction: column;
    padding: 12px 16px 16px;
    height: 155.22px;
    /* height: 100%; */
}

.edu-extra-h-art-main-container{
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edu-extra-h-art-sub-container{
    width: 100%;
    max-width: 1200px;
    padding:18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edu-extra-h-art-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    cursor: pointer;
    /* justify-content: center; */
}
.edu-extra-h-art-icon-container i{
    font-size: 32px;
    color: #337AB7;
}
.edu-extra-h-art-desc-container p{
    font-size: 12px !important;
}
.edu-extra-h-art-details-container{
    margin-left: 12px;
    display: flex;
    flex-direction: column;
   justify-content: center;
}
.edu-extra-h-art-details-container h4{
    margin: 0px;
}
.edu-hub-footer-main-body-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.edu-hub-footer-main-container{
    width: 100%;
    max-width: 1200px;
    padding:18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.edu-hub-footer-container{
    width: 100%;
    max-width: 350px;
}
.edu-hub-footer-sub-container{
    margin-bottom: 2px;
}
.edu-hub-social-container{
    display: flex;
    flex-direction: row;
    align-items: center;    
    margin-bottom: 4px;
}
.edu-hub-social-container div:first-child{
    margin-right: 8px;
}
.edu-hub-feedback-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border: 0.75px solid #E5E5E5;
    border-radius: 8px;
}
.edu-hub-feedback-container h5{
    margin: 0px !important;
}
.edu-hub-feedback-container i{
    font-size: 22px;
    color: #808080;
    margin-right: 14px;
}
.edu-hub-sub-footer-main-body-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.edu-hub-sub-footer-main-container{
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edu-hub-sub-footer-container{
    padding: 12px 0px;
    margin-bottom: 30px;
}

.colorpicker {
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 0!important;
}

.q-login{
    width: 100vw;
    height: 100vh;
    background-color: #F5F5F5;
    /* background-image: radial-gradient(circle, #397286, #306375, #285463, #204653, #183843); */
}

.q-text-center{
    text-align: center;
}

/*


 */
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-block{
    display: block;
}
.align-items-center {       /* in row -> vertical align */
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: end!important;
    place-content: flex-end;
}
.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: start!important;
}
.flex-vertical-start {
    align-self: flex-start!important;
}
.flex-vertical-end {
    align-self: flex-end!important;
}
.flex-vertical-center {
    align-self: center!important;
}
.flex-align-stretch{
    align-items: stretch;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-around {
    justify-content: space-around!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-width-20percents {width: 20%}
.flex-width-30percents {width: 30%}
.flex-width-70percents {width: 70%}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    text-align: center;
    white-space: nowrap;
    background-color: #f3f6f9;
    border: 1px solid #e4e6ef;
    border-radius: .42rem;
}

.right-no-radius{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;;
}


.q-info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    /* height: 90px; */
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 30px; */
    color:#FFF;
}


#btnall:focus {
    outline: 0;
    border: none !important;
}

.q-btn-all:focus {
    outline: 0;
    border: none !important;
}

th {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.swal-wide{
    position: fixed !important;
    width:70% !important;
        /*height:400px !important;*/
    left: 30% !important;
        /*top: 50% !important;*/
}

.greyed-text{
    color: rgba(35, 42, 52, 0.9);
}

/* multi-step form */
/* h1 {
    text-align: center;
}
h2 {
    margin: 0;
} */
#multi-step-form-container {
    margin-top: 5rem;
}
.book-ep-del-label-container{
    padding-top: 18px;
}
.book-ep-del-label-container p{
    font-size: 16px;
    font-weight: 500;
}
.book-form-main-body-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 25px 0px 30px 0px;
}
.book-form-main-body-container div.book-ep-body-container{
    flex: 1;
}
.book-form-label-p{
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #232A34 !important;

}
.calendar-container {
    margin-top: 10px;
    width: 100%;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 450px;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-header button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.calendar-header h2 {
    margin: 0;
    font-size: 16px;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    margin-top: 10px;
}
.calendar-grid div {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
}
.calendar-grid div:hover {
    background: #ddd;
}
.calendar-grid .disabled {
    color: #ccc;
    pointer-events: none;
}
.calendar-grid .selected {
    background: rgba(0,122,255,1);
    color: white;
    font-weight: 500;
}
.calendar-grid .selected:hover{
    background: rgba(0,122,255,0.75);
}
.day-label {
    font-weight: 400;
    color: #333;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.multi-step-form-button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.multi-step-form-header-btn{
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}
.font-normal {
    font-weight: normal;
}
#multi-step-form-container ul.form-stepper{
    margin-bottom: 3rem !important;
}
.floating-button-main-container{
    position:fixed; 
    bottom: 20px; 
    right: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* width: 100%; */
}
.floating-chat-main-body-container{
    width: 500px;
    margin-right: 8px;
}
.floating-chat-header-container{
    padding: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #0089a8;
}
.floating-chat-body-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.floating-user-list-body-container{
    width: 35%;
}
#floating-user-list .profile-circle{
    width: 25px !important;
    height: 25px !important;
}
#floating-user-list .profile-circle-inner{
    width: 25px;
    height: 25px;
    font-size: 14px;
}
.floating-chat-window-container{
    position: relative;
    background-color: #FFFFFF;
    flex: 1;
}
.floating-chat-icon-container{
    display: flex; 
    align-items:center; 
    justify-content: center; 
    width: 50px; 
    height: 50px;
    background-color: #FFFFFF; 
    border-radius: 50%; 
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
}
.popular-tools-main-body-container{
    display: flex; flex-direction: row; align-items: flex-start; justify-content: space-around; padding: 8px 0px;
}
.popular-tools-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popular-tools-icon-container{
    background-color: #DFEAFA;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;

}
.popular-tools-icon-container i{
    font-size: 25px;
    color: #2D77DD;
}
.popular-tools-main-container p{
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
}
.popular-tools-desc-container{
    max-width: 200px;
}
.popular-tools-desc-container p{
    text-align: center;
    font-size: 11.5px;
    font-weight: 400;
    color: #C4C4C4;
}
.user-form-edit-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 20px 0px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .multi-step-form-label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .multi-step-form-label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .multi-step-form-label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
    /* cursor: default; */
    text-decoration: none;
}
.view-order-orderid-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* align-items: center; */
}
.view-order-main-body-details-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.view-order-sub-body-details-container{
    margin-left: 14px;
}
.view-order-orderid-p, .view-order-orderid-p span{
    display: flex;
    font-size: 18px;
    font-weight: 500;
}
.view-order-orderid-created-p{
    font-size: 11px;
    font-weight: 400;
    color: #C4C4C4;
}
.view-order-order-item-p{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.view-order-order-item-main-container {
    margin-top: 30px;
    border: 0.4px solid #D4D4D4;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    overflow: hidden;
}
.view-order-order-item-header-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 0px 24px;
}
#view-order-item-order-list{
    margin: 12px 0px;
    padding: 0px 24px;
}
.order-item{
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.order-item-details-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.order-item-img-container img{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: contain;
}
.order-item-item-detail-container{
    margin-left: 8px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0px;
}
.order-item-name-p{
    font-size: 12px;
    font-weight: 500;
    color: #232A34;
}
.order-item-action-container{
    width: 100%;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(196, 196, 196, 0.2);
    border-top: 0.4px solid #D4D4D4;
}
.order-item-cancel-btn{
    background-color: #FFFFFF;
    color: #232A34 !important;
    border: 0.4px solid #E4E4E4;
    font-weight: 400 !important;
}
.view-order-order-summary-main-container{
    margin: 18px 0px 18px 0px;
    padding: 0px 24px;
    position: relative;
}
.view-order-order-summary-details-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0px;
}
.d-row-stretch{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.m-l-14{
    margin-left: 14px;
}
.flex-1{
    flex: 1;
}
.d-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#viewClient, #viewClientTotalOrderItem, #viewClientAddress, #viewContactNumber, #viewContactName, #viewRestaurant, #viewRestaurantAddress, #g-maps-container{
    margin-left: 14px;
}
.no-note-p{
    font-size: 12px;
    color: #D4D4D4;
}
.view-map-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.view-map-container div i, .view-map-container div p{
    color: #0089a8;
}
.user-list-search-main-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#user-lists{
    /* padding: 12px 24px; */
}
.users-lists-main-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 4px 12px;
    border-bottom: 0.25px solid #E4E4E4;
}
.users-list-sub-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1;
}
.user-list-user-avatar-container{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 50%;
}
.user-list-user-avatar-container i{
    font-size: 18px;
    color: #C6C6C6;
}
.users-lists-avatar-container img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.users-lists-detail-container{
    margin-left: 14px;
    padding: 6px 0px;
    display: flex;
    flex-direction: column;
}
.users-lists-name-p{
    font-size: 12.5px;
    font-weight: 500;
    color: #232A34;
}
.users-lists-email-p{
    font-size: 11.5px;
    font-weight: 300;
    color: #232A34;
}
.users-lists-timeago-p{
    font-size: 11px;
    font-weight: 300;
    color: #C4C4C4;
}
.users-lists-rolename-container{
    background-color: #E9EAEE;
    padding: 8px 12px;
    border-radius: 6px;
    width: 100px;
    text-align: center;
}
.users-lists-rolename-container p{
    color: #18243B;
    font-weight: 400;
}
.users-lists-action-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.users-lists-action-i-container{
    margin: 0px 12px;
    /* padding: 6px 12px; */
    /* border-radius: 4px;
    background-color: #EFEFEF; */
    cursor: pointer;
}
.user-lists-action-i{
    font-size: 20px;
    font-weight: 300 !important;
}
.users-lists-action-i-default{
    color: #B4B4B4;
}
.action-tooltip-container, .action-tooltip-container-l{
    position: relative;
}
.action-tooltip-container .action-tooltip-p, .action-tooltip-container-l .action-tooltip-p-l{
    background-color: #394961;
    opacity:  0.75;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    margin-left: -60px;
    white-space: nowrap;
}
.action-tooltip-container .action-tooltip-p::after, .action-tooltip-container-l .action-tooltip-p-l::after{
    content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #394961 transparent;
}
.action-tooltip-container:hover .action-tooltip-p, .action-tooltip-container-l:hover .action-tooltip-p-l{
    visibility: visible;
}
.resend-verify-container{
    display: flex;
    flex-direction: row;
    margin-right: 14px;
    align-items: center;
}
.resend-verify-p-container p{
    font-size: 11px;
    color: #18243B;
}
.resend-verify-i-container{
    background-color: #E7F0FB;
    margin-left: 7px;
    padding: 8px 12px;
    border-radius: 4px;
}
.resend-verify-i-container i{
    color: #3E5F97;
    font-size: 14px;
}
.modal-contact {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 13; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  /* Modal Content/Box */
.modal-contact-content {
    background-color: #FAF8F6 ;
    margin: 15% auto; /* 15% from the top and centered */
    border-radius: 14px;
    padding: 8px;
    /* border: 1px solid #888; */
    width: 50%; /* Could be more or less, depending on screen size */
    max-width: 500px;
  }
  .contact-us-close-i{
    cursor: pointer;
  }
  .contact-us-close-i i{
    font-size: 18px;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .contact-us-modal-header-container{
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .contact-us-modal-user-details-main-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  .contact-us-modal-body-container{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .contact-us-modal-avatar-container{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4E4E4;
    border-radius: 50%;
    margin-right: 14px;
  }
  .contact-us-modal-avatar-container i{
    font-size: 16px;
  }
  .contact-us-modal-user-details-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .contact-us-modal-details-container{
    padding: 12px 0px;
  }
  .contact-us-modal-details-container p{
    font-size: 12px;
    color: #706E6D;
    text-align: justify;
  }
  .contact-us-modal-details-type-p{
    margin-bottom: 12px !important;
    font-weight: 400;
  }
  .contact-us-modal-user-details-type-container{
    background-color: #FEEFD9;
    padding: 4px;
    border-radius: 6px;
    max-width: 100px;
  }
  .contact-us-modal-user-details-type-container p{
    color: #E49956;
    font-weight: 400;
    text-align: center;
  }
  .contact-us-modal-created-dt-container{
    /* padding: 12px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .contact-us-modal-created-dt-container p{
    color: #706E6D;
    font-size: 11.5px;
  }
  .contact-us-modal-action-container{
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .contact-us-close-modal-btn{
    border: 0px !important;
    background-color: #E8E3E2;
    padding: 12px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .timeline-main-container{
    max-height: 150px; /* Limit height */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    position: relative;
    /* padding: 12px 0px; */
  }
  .show-more-btn {
    position: absolute;
    bottom: -10px;
    right: 10px;
    margin-top: 4px;
    cursor: pointer;
    background-color: transparent;
    color: #3997F3 !important;
    /* padding: 8px 12px; */
    border: none;
    border-radius: 4px;
    font-weight: 500 !important;
    display: none; /* Initially hidden */
}
.show-more-btn p{
    font-weight: 500 !important;
    color: #3997F3 !important;
}
  .timeline {
    position: relative;
    margin: 0px 10px;
    padding: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #c4c4c4;
    top: 0;
    bottom: 0;
    left: 10px;
    margin-left: -1.5px;
}

.timeline-item {
    display: flex;
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #c4c4c4;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}

.timeline-content {
    /* padding: 10px 20px; */
    /* background-color: #fff; */
    /* border: 1px solid #e5e5e5;
    border-radius: 5px; */
    width: 100%;
}

.timeline-content h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: normal;
    color: #232A34;
}

.timeline-content p {
    margin: 2px 0;
    font-size: 12px;
    color: #C4C4C4;
}
/* end multi-step form */
.booking-order-table {
    padding: 8px;
}
.booking-order-table > tbody > tr {
    vertical-align: top;
}
.booking-order-table > tbody > tr > td {
    padding: 8px;
}
.padding-8 {
    padding: 8px !important;
}
.margin-20 {
    margin: 20px
}
.margin-30 {
    margin: 30px
}

.pad-left-8 {
    padding-left: 8px;
}
.input-no-style {
    background: transparent;
    border: 0;
}

ul.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    padding: 0;
}

ul.scrollmenu li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 5px 14px;
    text-decoration: none;
}
ul.scrollmenu li > a {
    text-decoration: none;
}
ul.scrollmenu li.active{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

ul.scrollmenu li.active > a{
    color: #555;
    text-decoration: none;
}

.book-ep-tabs {
    display: flex;
    gap: 10px;
    background-color: transparent;
    padding: 10px 10px 0px 10px;
    border-bottom: 0.25px solid rgba(0, 0, 0, 0.08);
}

.book-ep-tab-button {
    padding: 10px 20px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
}
.book-ep-tab-button p{
    color: #828187;
}

.book-ep-tab-button.active {
    /* background-color: ; */
    border-bottom: 2px solid #007AFF;
}
.book-ep-tab-button.active p{
    color: #007AFF !important;
    font-weight: 400 !important;
}

.tab-content-container {
    margin-top: 10px;
    /* border: 1px solid #ddd; */
    padding: 15px;
    min-height: 50px;
}

.seller-income-main-body-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

.seller-income-to-release-container, .seller-income-released-container{
    padding: 12px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.seller-income-to-release-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
}
.seller-income-over-label-p{
    font-size: 14px;
    font-weight: 400;
}
.seller-income-amount-p{
    font-size: 24px;
    font-weight: 500;
}
.seller-income-released-container{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 14px;
}
.seller-income-released-amount-p{
    font-size: 20px;
    font-weight: 500;
}
.seller-income-released-total-p{
    font-size: 24px;
    font-weight: 500;
}

.seller-income-details-sorter-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* flex: 1; */
    justify-content: space-between;
    margin-top: 8px;
    padding: 0px 10px;
}

.seller-balance-main-body-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.seller-balance-overview-amount-container, .seller-balance-bank-list-main-container{
    background: #FFFFFF;
    padding: 8px 12px;
    border-radius: 10px;
    border: 0.1px solid #EFEFEF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.seller-balance-overview-amount-container{
    width: 100%;
    max-width: 400px;
}
.seller-balance-bank-list-main-container{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 14px;
}

.seller-balance-amount-p{
    font-size: 25px;
    font-weight: 500;
}
.seller-balance-amount-p span{
    font-size: 22px;
    font-weight: 500;
}
.more-i{
    font-size: 10px;
    margin-left: 4px;
}

.seller-def-bank-main-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.seller-def-icon-container{
    border: 0.5px solid #C4C4C4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    /* height: 25px; */
}
.seller-def-bank-det-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 14px;
}
.seller-def-bank-sec-container{
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content: center;
}
.seller-def-bank-sec-container div:first-child i{
    color: #0e9594;
}

.seller-wallet-main-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 2.25rem 0px;
}
.seller-wallet-amount-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
   
    /* flex: 1; */
}
.seller-wallet-amount-sub-container{
    background-color: #FFFFFF;
    width: 100%;
   
    padding: 8px 12px;
    border-radius: 10px;
    border: 0.1px solid #EFEFEF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}
.wallet-amount-h3{
    font-size: 28px;
    font-weight: 500;
}
.wallet-amount-h3 span{
    font-size: 25px;
    font-weight: 500;
}
.seller-wallet-trans-container{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 14px;
}

.book-ep-tab-content {
    display: none;
    /* width: 70%; */
}

.book-ep-tab-content.active {
    display: block;
}

.book-ep-courier-tab-main-container{
    display: flex;
    border: 0.99px solid #e4e6ef;
    border-radius: 8px;
    padding: 6px 8px;
}

.book-ep-courier-tab-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.book-ep-courier-logo-container img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 0.25px solid #F0F0F0;
    border-radius: 4px;
}
.book-ep-courier-details-main-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: stretch; */
    margin-left: 8px;
}

.book-ep-courier-id-container p{
    font-size: 12px !important;
    color: #C4C4C4;
}
.book-ep-courier-name-container p{
    font-size: 14px !important;
    font-weight: 500;
    color: #232A34;
}

.book-ep-courier-delivery-container p{
    font-size: 13px;
    color: #C4C4C4;
}

.book-ep-seller-tab-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0px;
}

.book-ep-item-card-container{
    border: 0.25px solid #EFEFEF;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.book-ep-item-card-details-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-left: 14px;
}

.book-ep-item-card-price-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.book-ep-btn-main-container{
    border-top: 0.25px solid #EFEFEF;
    padding: 12px 0px 18px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.book-ep-notes-main-container{
    width: 100%;
    margin-bottom: 14px;
}
.book-ep-notes-header-container{
    margin-bottom: 8px;
}
.book-ep-notes-header-container p{
    font-size: 13px;
    font-weight: 500;
    /* color: #808080 !important; */
}
.book-ep-notes-container p{
    font-size: 12px !important;
    /* color: #808080 !important; */
}
.book-ep-ex-notes-container  p{
    margin-top: 6px;
    font-size: 12px !important;
    font-weight: 500;
}
.book-ep-submit-btn-container{
    
}
.book-ep-save-contact-btn{
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}
.book-ep-save-contact-btn i{
    color: rgba(0, 137, 168, 0.75);
    font-size: 16px;
}
.book-ep-save-contact-btn:hover i{
    color: rgba(0, 137, 168, 1);
}

.doc-main-body-container{
    display: flex;
    flex-direction: column;
}
.bu-dl-temp-main-body-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 22px 12px;
}
.bu-tips-main-body-container{
    border-radius: 12px;
    background-color: #F8F8F8;
    padding: 12px;
    width: 100%;
    max-width: 350px;
}

.bu-tips-main-header-container{
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.bu-tips-container{
    margin-top: 12px;
}
.bu-tips-title-container{
    padding-bottom: 4px;
}
.bu-tips-title-container p{
    font-size: 13.5px !important;
    font-weight: 500 !important; 
    color: #333 !important;
}

.bu-tips-desc-container{
    display: flex;
    flex-direction: row;
}

.bu-tips-desc-container p{
    color: #666;
}

.bu-tips-view-p{
    margin-left: 6px;
    color: #0089A8 !important;
}

#order_data_table th {
    border-bottom-width: 0
}

.chat-main-container .chat-desktop-main-container{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #FFF;
    border-radius: 12px;
    margin-bottom: 30px;
    /* padding: 24px 0px 8px 0px; */
}

.chat-main-container .chat-mobile-main-container{
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background-color: #FFF;
    border-radius: 12px;
    /* margin-bottom: 30px; */
}
.messages-window-container{
    flex: 1;
}
.chat-user-list-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.chat-container {
    display: flex;
    justify-content: space-evenly;
}

.chat-message-container{
    flex: 1;
    border-left: 0.4px solid #E4E4E4;
}

.chat-seller-container {
    height: 100vh;
    min-height: 80vh;
    position: relative;
    overflow: scroll;
    padding: 0px 12px;
    width: 100%;
    max-width: 350px;
    /* border-right: 0.4px solid #C4C4C4; */
}
.seller-chat-header-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px;
    width: 100%;
    border-bottom: 0.4px solid #E4E4E4;
}

.chat-item-detail-main-container{
    padding: 8px 12px;
    border-bottom: 0.4px solid #E4E4E4;
}

.messages-window-container{
    display: flex;
    align-items: stretch;
    width: 100%;
}

#seller-chat-header-cont p{
    font-size: 13px !important;
    font-weight: 500 !important;
}

#messagesWindow{
    /* width: 100%; */
    padding: 0px 12px;
    /* max-width: max-content; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
#messagesWindow div.messages-window-sub-container{
    /* flex: 1; */
    width: 100%;
}

.msg-item-details-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.msg-item-photo-container img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.msg-item-det-container{
    margin-left: 14px;
}

.msg-item-title-container p{
    font-size: 13.5px !important;
    /* color: #0089A8 !important; */
    font-weight: 500 !important;
}
.msg-item-price-container p{
    font-size: 12px !important;
    color: #0089A8 !important;
}

.chat-date-container{
    color: #7F7F7F;
    font-size: 12px;
}

.chat-vendor-message-container{
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-end;
    margin-bottom: 4px;
}
.chat-vendor-message-container div:last-child{
    color: #7F7F7F;
    font-size: 12px;
    margin-top: 4px;
}

.chat-vendor-message-sub-container div{
    background-color: #466BFF;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 8px;
}
.chat-vendor-message-sub-container p{
    color: #FFF;
    font-size: 14px;
}

.chat-customer-message-container{
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-start;
    margin-bottom: 4px;
    width: 100%;
}
.chat-customer-message-sub-container, .chat-vendor-message-sub-container{
    width: 60%;
}

.chat-customer-message-sub-container div{
    background-color: #F0F0F0;
    width: fit-content;
    /* max-width: fit-content; */
    padding: 12px 18px;
    border-radius: 8px;
}
.chat-customer-message-sub-container div p{
    /* max-width: 350px; */
    font-size: 14px;
    color: #232A34;
}
.chat-customer-message-container div:last-child{
    color: #7F7F7F;
    font-size: 12px;
    margin-top: 4px;
}
#sellerSendMsg{
    border: 0.8px solid #C4C4C4;
    margin: 0px 8px 12px 8px;
    border-radius: 12px;
    align-items: center;
    padding: 0px 6px;
}

#sellerSendMsg input{
    border: none;
}
#sellerSendMsg button{
    border: none;
    background-color: transparent;
}
#sellerSendMsg button i{
    font-size: 18px;
    color: #0089a8;
}

.order-status-count-container {
    background-color: #E1002D;;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: -6px;
}
#orders-table div.col-lg-12 div.q-card .custom-tabs{
    overflow-x: scroll;
    scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}
#orders-table div.col-lg-12 div.q-card .custom-tabs::-webkit-scrollbar {
    display: none;  /* For Chrome, Safari, and Opera */
}
.order-list-main-container{
    display: flex;
    flex-direction: row;
    border: 0.8px solid #e4e6ef;
    width: 100%;
    align-items: stretch;
    margin: 12px 0px;
    padding: 12px 8px;
    border-radius: 8px;
}
.order-list-img-container{
    margin-right: 14px;
}
.order-list-img-container {
    width: 60px;
    height: 60px;

}
.order-list-img-container img{
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.order-list-title-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.order-list-main-body-container{
    flex: 1;
}
.order-list-title-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.order-list-title-sub-container div p{
    font-weight: 500;
    cursor: pointer;
}
.order-list-title-sub-container div{
    margin-right: 8px;
}
.order-list-title-sub-container div span{
    color: #9199A6;
}
.order-list-status-container{
    background-color: #b2bec3;
    padding: 4px 8px;
    border-radius: 4px;
}
.order-list-status-container p{
    font-size: 12px;
}
.order-list-item-title-text a p{
color: #212121;
font-weight: 600 !important;
}
.order-list-ship-details-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
}
.order-list-ship-details-container div{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    margin-right: 12px;
}
.order-list-ship-details-container div i{
    font-size: 16px;
    color: #9199A6;
    margin-right: 6px;
}
.order-list-ship-details-container div p, .order-list-payment-container p{
    font-size: 12px;
    color: rgba(35, 42, 52, 0.9);
}
.order-list-method-main-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
    border-top: 0.4px solid #C4C4C4;
}
.order-list-method-main-container div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.order-list-action-container-btn p{
    font-size: 12px;
    color: #0089a8;
    cursor: pointer;
}
.order-list-method-main-container div div.order-list-action-container-btn{
    margin-right: 8px;
}
.order-list-method-main-container div div.order-list-action-container-btn:last-child{
    margin-right: 0px !important;
}
.order-list-payment-container div:first-child {
    margin-right: 4px;
}
.custom-nav-main-container{
    background-color: #FFF;
    padding: 6px 12px 0px 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0.4px solid #FEFEFE;
    border-radius: 6px;
}

.order-status-count {
    display: table;
    margin: 0 auto;
    color: white;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    font-size: 8px;
}

.parent-bank-list-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 340px)); /* Auto-fit the columns, with each item having a minimum width of 200px */
    gap: 10px; /* Optional: Adds space between items */
}

.child-bank-list-container{
    /* flex: 1 1 calc(15% - 10px); Set each item to take up 1/3 of the parent width, minus space for margin */
    margin: 5px; /* Optional: Adds space between items */
}

.add-bank-account-button{
    /* flex: 1 1 calc(33.33% - 10px); Set each item to take up 1/3 of the parent width, minus space for margin */
    /* max-width: 200px; */
    width: 100%;
    max-height: 100px;
    /* margin-right: 14px; */
}

.book-delivery-main-conntainer{
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0px 20px !important;
}

.divWrap {
    width: 200px;
    word-wrap: break-word;
}

.overflowAuto {
    overflow: auto;
}
#notifications_body{
    margin-top: 30px;
    padding: 0px 18px;
}
.notif-main-body-list-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 12px 18px;
    margin-bottom: 14px;
    border: 0.25px solid #E5E4E2;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.11) 0px 8px 24px;
}
.notif-body-img-container{
    margin-right: 14px;
    display: flex;
    align-items: center;
}
.notif-body-img-container  img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px; 
    border: 0.25px solid #E5E4E2;
    overflow: hidden;
}
.notif-body-detail-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.notif-body-title-dt-container, .notif-body-txt-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.notif-body-title-p-container p{
    font-size: 14px !important;
    font-weight: 500 !important;
}
.notif-body-dt-container p{
    font-size: 12px !important;
    font-weight: 500 !important;
}
.notif-body-txt-p-container{
    width: 100%;
    margin-top: 8px;
    /* max-width: 80%; */
}
.notif-body-txt-p-container p{
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #212121;
}
.notif-body-i-unread-container{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.notif-body-i-unread-container i{
    font-size: 10px;
    color: #4286FF;
}

.address-q-form {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 13px;
    font-weight: 400;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#map
{
    position: unset !important; 
    overflow: hidden !important;
}

.address-container{
    min-height: 600px;
}

.margin-0 {
    margin: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.width-100 {
    width: 100% !important;
}

.half-opaque {
    opacity: .5;
}

.whole-opaque {
    opacity: 1;
}

.custom-modal {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-modal.show {
    opacity: 1;
}

.camel-case {
    text-transform: lowercase;
  }
  
.camel-case::first-letter {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.small-user-name {
    position: relative;
    display: none;
    text-align: center;
}

.q-form-textarea {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.truncate-text {
    display: block;
    width: 250px !important;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.profile-circle {
    display: inline-block;
    background-color: #0089a8;
    margin: 10px;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
}

.profile-circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    height: 40px;
    width: 40px;  
    font-size: 16px !important;
}

.profile-md-circle{
    display: inline-block;
    background-color: #0089a8;
    margin: 10px;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

.profile-md-circle-inner{
     color: white;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    height: 30px;
    width: 30px;  
    font-size: 14px;
}

.chat-label-container{
    margin-bottom: 14px;
}
.chat-label-container p{
    font-size: 16px !important;
    font-weight: 500 !important;
}

.d-rounded {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-size:cover;
}

.c-337ab7 {
    color: #337ab7;
}

.pw-icon {
    position: relative;
    bottom: 28px;
    right: 12px;
}

.border-black {
    border: 1px solid black !important;
}

.width-150 {
    width: 150px;
}

.mt-75 {
    margin-top: 75px !important;
}

.dimension_input::-webkit-inner-spin-button,
.dimension_input::-webkit-outer-spin-button,
.dimension_input::-webkit-inner-spin-button,
.dimension_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

#cke_21, #cke_32 {
    display: none !important;
}

.seller-save-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #0089a8;
    border-color: #0089a8;
    width: 140px;
    padding: 10px 0;
    border-radius: 5px;
    width: 100%;
}
.seller-login-card-container{
    background-color: #FFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seller-save-btn p{
    color: #ffffff;
}
.mdl-color-text--indigo-A700{
    color: rgba(35, 42, 52, 0.9);
}
label{
    font-family: 'Montserrat';
    font-weight: 400;
}
#table_header th div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-family: 'Montserrat';
    font-size: 12px;
}
#table_header th p{
    font-family: 'Montserrat';
    font-size: 13.5px;
    margin-bottom: 0px;
    font-weight: 500;
    white-space: nowrap;
    /* display: flex;
    flex-direction: row;
    width: 100%; */
}

#table_header th img {
    width: 10px !important;
    height: 10px !important;
}

ul {
    margin-bottom: 0px !important;
}

.custom-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    padding: 0px;
    /* width: 40%; */
}

.dropdown a i{
    font-size: 18px;
}

.custom-tabs li {
    margin-right: 18px;
    /* width: 40%; */
}
.dropzone{
    border: none;
    background-color: #F5F8FD;
    min-height: 100px;
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;    
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.drag-icon-cph{
    margin-bottom: 18px;
}
.drag-icon-cph i{
    font-size: 30px;
    color: #666;
}
.date-select-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px !important;
}
.income-filter-main-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.income-filter-main-container div{
    width: 100%;
    max-width: 300px;
    margin-bottom: 4px;
}
 /* Tab container */
 .tabs-container {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #E4E6EF;
    /* padding-bottom: 5px; */
}

/* Tab buttons */
.tab-link {
    background: none;
    border: none;
    padding: 10px 6px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative;
    transition: 0.3s;
}

/* Underline effect when active */
.tab-link.tab-main-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #007AFF;
}

/* Tab content wrapper */
.tab-wrapper {
    padding: 8px 15px;
}

/* Tab content */
.tab-main-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-main-content.tab-main-active {
    display: block;
}
.tab-link.tab-main-active p{
    color: #007AFF;
}

/* Fade in effect */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.released-date-filter-main-container{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.released-custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 35px 8px 8px; /* Make space for the icon */
    width: 150px;
    cursor: pointer;
    font-size: 13px;
  }
  
  .released-custom-select-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .released-custom-select-wrapper .bi-chevron-down {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #333;
  }  

.income-view-details-main-body-container{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.income-overview-container{
    display: flex;
    width: 100%;
    max-width: 400px;
    margin-right: 14px;
}
.income-details-table-container{
    display: flex;
    width: 100%;
    /* max-width: 350px; */
}
.income-to-release-main-body-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.income-to-release-i-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    flex: 1;
}
.income-to-release-i-container i{
    font-size: 18px !important;
    color: #007AFF;
    height: 18px;
}
.income-label-p-container  p{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #C4C4C4;
}
.income-amount-p-container p{
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #232A34;
}
.income-released-main-body-container{
    margin: 12px 0px;
    padding-top: 8px;
    border-top: 0.8px solid #E4E6EF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.date-select-container div:last-child{
    width: 100%;
    max-width: 200px;
    /* margin-left: 12px; */
}
.text40-main-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.select-date-main-body-container{
    width: 100%;
    max-width: 350px;
}
.dropzone #dz-add-image .add-product-container {
    cursor: pointer;
}
.dz-add-img-ratio-p{
    font-size: 12px;
    margin-bottom: 8px !important;
    text-align: center;
    color: rgb(151, 151, 151);
    font-weight: 500;
}
.add-product-main-body-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
    margin-bottom: 18px;
}
.add-product-basic-body-container, .add-product-media-body-container, .add-product-pricing-body-container, .add-product-category-body-container{
    width: 100%;
    padding: 20px;
    background-color: #fff; 
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
    border-radius: 15px;
    border: 0.1px solid #EFEFEF;
}
.add-product-basic-body-container{
    max-width: 70%;
}
.add-product-category-main-body-container{
    /* max-width: 28%; */
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    margin-right: 14px;
}
.add-product-category-main-body-container .add-product-category-body-container:first-child{
    margin-bottom: 14px;
}
.add-product-media-body-container{
    max-width: 28%;
}
.add-product-category-body-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.add-product-container{
    border: 2.5px dashed grey;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.add-product-container i{
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
}
.dz-default span {
    display: none;
}

#dz-add-image {
    /* display: none; */
    border: none;
    background-color: transparent;
    padding: 0px;
}
div.dz-msg-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
}
div.dz-msg-container p {
    /* font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.44px; */
    color: #979797;
}

.pagination > li > a, .pagination > li > span {
    border: none !important;
    color: #979797;
    font-weight: 300;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #3699ff !important;
    background-color: transparent !important;
    font-weight: bold !important;
}

.dropzone .dz-preview.dz-image-preview {
    border-radius: 10px;
}

.dropzone .dz-preview .dz-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.drop-video-main-container{
    display: flex;
    flex-direction: row;
}
.drop-video-sub-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
}

.drop-video-sub-container p{
    color: rgba(35, 42, 52, 0.9);
}
.fk-tooltip {
    position: relative;
    display: inline-block;
}

.fk-tooltip i{
    font-size: 16px;
    color: rgba(35, 42, 52, 0.5);
    margin-left: 4px;
    margin-bottom: 5px;
}

.fk-tooltip .fk-tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #FAF9F6;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    border: 0.45px solid grey;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .fk-tooltip .fk-tooltiptext p{
    color: rgba(35, 42, 52, 0.75);
  }
  .fk-tooltip .fk-tooltiptext::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    margin-left: -6px;  /* Adjust to position the border correctly */
    border-width: 6px;
    border-style: solid;
    border-color: grey transparent transparent transparent; /* Border color */
    z-index: 1;  /* Position it behind the ::after element */
    }
    .fk-tooltip .fk-tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 25%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #FAF9F6 transparent transparent transparent;
        z-index: 2;  /* Position it above the ::before element */
    }
  
  .fk-tooltip:hover .fk-tooltiptext {
    visibility: visible;
  }
    .fk-switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
        cursor: pointer;
    }

    .fk-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .fk-slider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 20px;
    }
    
    .fk-slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }
    input:checked + .fk-slider {
        background-color: #2196F3;
    }
    
    input:checked + .fk-slider:before {
        transform: translateX(20px);
    }
    
/* .dropzone .dz-preview .dz-image img {
    width: 75px;
    height: 75px;
} */

.custom-tabs li.active {
    border-bottom: 2px solid #1B71FF;
}
.custom-tabs li{
    padding: 0px 12px;
}

a, a:hover{
    text-decoration: none !important;
}
a:visited {
    color: #337ab7;
}

.custom-tabs li.active a, .custom-tabs li.active a p, .custom-tabs li.active h4, .custom-tabs li.active i{
    color: #1B71FF;
    /* text-decoration: none; */
}
.custom-tabs li i {
    padding: 4px;
    font-size: 20px;
}
.custom-tabs li a{
    color: rgba(35, 42, 52, 0.5);
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}
.custom-tabs li a p{
    white-space: nowrap;
    color: rgba(35, 42, 52, 0.8);
    font-weight: 500;
}

.q-form::placeholder{
    color: #979797;
}

.published-text{
    color: #0099DE;
    cursor: pointer;
}

.delist-text {
    color: #C4C4C4;
    cursor: pointer;
}
.add-btn-container {
    width: calc(100% * 0.25);
    padding: 12px 35px;
    border-radius: 8px;
    border: none;
    display: flex;
    justify-content: center;

}

.add-btn-container p{
    text-transform: uppercase;
    color: #FFF;
}


.custom-justify-end {
    justify-content: end !important;
}

.contact-us-main-container{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 24px 16px;
}
.contact-us-header-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}
.contact-us-header-title-p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px !important;
}
.contact-us-header-sub-title-p{
    font-size: 12px;
    font-weight: 300;
}
.contact-us-body-container{
    width: 100%;
    max-width: 500px;
}
.contact-us-type-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 2px; /* Space between items */
    margin-bottom: 30px;
}
.contact-us-type-container div{
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2px 6px; /* Space between checkbox and text */
    margin-bottom: 0px !important;
}
.contact-us-type-right-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.add-mobile-category{
    display: none;
    flex-direction: column;
    background-color: #FFF;
    padding: 20px;
    margin: 18px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    border: 0.1px solid #EFEFEF;
}
.price-stock-sub-container{
    width: 100%; 
    display: flex; 
    flex-direction:row; 
    align-items:flex-start; 
    justify-content: space-between; 
    margin-bottom: 12px;
}
.price-stock-containers{
    width: calc(100% * 0.3);
}
.add-product-ship-weight-container{
    width: calc(100% * 0.45); margin-bottom: 8px;
}
.product-variant-main-container{
    display: flex; justify-content: flex-end; align-items:center; margin-bottom: 18px;
}
.product-variant-sub-container{

    display: flex;
    flex-direction: row;
}
.seller-dashboard-md-main-container{
    margin-bottom: 14px;
}

.mobile-messages-thread-window-container{
    flex: 1; 
    align-content: flex-end;
    padding: 10px 14px;
    
    min-height: 60vh; 
    overflow:auto;
}

.mobile-messages-thread-w-item-container{
    max-height:65vh; 
}
.mobile-messages-thread-wo-item-container{
    max-height:75vh; 
}
.shop-reviews-main-container{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 8px;
    align-items: center;
}
.shop-reviews-main-body-container{
    border-radius: 8px;
    padding: 12px 14px;
    margin: 18px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    max-width: 500px;
}
.shop-reviews-header-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.shop-review-desc-main-body-container{
    margin: 12px 0px;
}
.shop-review-timeago-p{
    color: rgba(0, 0, 0, .5);
}
.shop-reviews-rate-p{
    font-weight: 500 !important;
}
.shop-reviews-rate-main-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.shop-review-desc-main-body-container p{
    color: rgba(0, 0, 0, .75);
}
.shop-review-action-container{
    cursor: pointer;
}
.reviewer-thumbnails {
  display: flex;
  gap: 5px;
  overflow-x: auto;
}
.reviewer-thumb {
  height: 70px;
  border-radius: 6px;
  cursor: pointer;
}
.shop-review-reviewers-img-main-container{
    margin: 8px 0px 14px 0px;
}
.shop-review-item-prod-img-container{
    margin-right: 14px;
}
.shop-review-item-prod-img-container img{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    /* object-fit: cover; */
    overflow: hidden;
}
.shop-review-item-name-container{
    color: rgba(0, 0, 0, .75);
}
.shop-review-item-main-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    border: 0.25px solid rgba(0, 0, 0, .25);
    border-radius: 8px;
    margin-bottom: 12px;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 8px;
}
.lightbox .nav-btn, .lightbox .close {
  position: absolute;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2rem;
}
.lightbox .prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox .next { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox .close { top: 20px; right: 30px; }


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chat-user-name {
        display: none !important;
    }
    .small-user-name {
        display: block !important;
    }
    .chat-user-unread {
        position: absolute;
        top: 8px;
        left: 38px;
    }
    .chat-container {
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .seller-wallet-main-container {
        flex-direction: column;
    }
    .seller-wallet-amount-container {
        display: flex;
        flex-direction: column;
        margin: 10px;
        max-width: stretch;
    }
    .seller-wallet-trans-container {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 10px;
    }
    html, body{
        height: 100%;
    }
    .chat-main-container{
        display: flex;
        align-items: stretch;
    }
    .chat-main-container .chat-desktop-main-container{
        display: none;
    }
    .chat-main-container .chat-mobile-main-container{
        display: flex;
        /* align-items: stretch; */
    }
    .chat-seller-container{
        max-width: 100%;
    }
    .view-order-main-body-details-container{
        flex-direction: column;
    }
    .view-order-orderid-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .view-order-order-item-header-container {
        padding: 12px 14px 0px 14px;
    }
    #view-order-item-order-list,
    .view-order-order-summary-main-container {
        padding: 0px 14px;
    }
    .order-item-img-container img {
        width: 65px;
        height: 65px;
    }
    /* Stack summary rows if texts are too long */
    .view-order-order-summary-details-container {
        gap: 12px;
    }
    .book-form-main-body-container{
        flex-direction: column;
    }
    .book-ep-tabs{
        overflow-x: scroll;
    }
    .book-form-main-body-container div.book-ep-body-container{
        margin-top: 14px;
    }
    .view-order-sub-body-details-container{
        margin: 0px;
        flex: 1;
    }
    .order-overview-main-container{
        flex-direction: column;
    }
    .order-stats-sub-label-container p{
        font-size: 11.5px !important;
    }
    .order-stats-sub-count-container p{
        font-size: 14px !important;
    }
    .notif-body-dt-container p{
        text-align: end;
    }
    .container-fluid{
        padding: 0px;
    }
    .seller-dashboard-main-body-container{
        flex-direction: column;
    }
    .mobile-whole-main-container{
        height: 100%;
        padding: 0;
    }
    section.content{
        margin: 0px !important;
        padding: 60px 15px 0px 15px !important;
        height: 100%;
    }
    .announce-list-main-container{
        width: 100%;
    }
    .seller-dashboard-md-body-container{
        margin: 0px 0px 14px 0px;
    }
    .dashboard-seller-orders-products-container{
        flex-direction: column;
    }
    .dashboard-recent-main-container{
        margin: 14px 0px 0px 0px;
        max-width: none;
    }
    .add-product-main-body-container{
        flex-direction: column-reverse;
    }
    .add-product-media-body-container, .add-product-category-body-container{
        max-width: 100%;
    }
    .add-mobile-category{
        display: flex;
    }
    .add-desktop-category{
        display: none;
    }
    .add-product-basic-body-container{
        max-width: 100%;
    }
    .price-stock-sub-container{
        flex-direction: column !important;
    }
    .price-stock-containers{
        width: 100%;
    }
    .add-product-category-body-container{
        margin-top: 18px;
    }
    .add-product-ship-weight-container{
        width: 100%;
    }
    .product-variant-sub-container{
        flex-direction: column-reverse;
    }
    .product-variant-container #productVariantsItems{
        padding: 0px !important;
    }
    .seller-dashboard-md-body-container {
        max-width: none;
    }
    .bu-dl-temp-main-body-container{
        flex-direction: column;
    }
    .bu-tips-main-body-container{
        margin-top: 14px;
    }
    .seller-balance-main-body-container{
        flex-direction: column;
    }
    .seller-balance-bank-list-main-container{
        margin: 14px 0px 0px 0px;
    }
    .custom-nav-main-container{
        overflow: visible;
    }

    /* Shopee-style Order Cards */
    .orders-card-list-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 10px;
        background: #f4f6f9;
        margin: -15px; /* Offset the container padding */
    }

    #order_ul.custom-tabs{
        flex-direction: column;
        align-items: stretch;
        overflow-x: visible;
        margin-bottom: 20px;
    }
    .custom-tabs li{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .custom-tabs li:last-child{
        margin-bottom: 0px;
    }
    #order_ul.custom-tabs{
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        overflow-x: visible;
        margin-bottom: 20px;
        border-bottom: none;
    }
    #order_ul.custom-tabs li{
        margin-right: 0;
        margin-bottom: 0;
        width: auto;
        border: 1px solid #0089a8;
        border-radius: 20px;
        background: #fff;
        padding: 4px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #order_ul.custom-tabs li a {
        padding: 0;
        margin: 0;
        border: none !important;
    }
    #order_ul.custom-tabs li a p {
        margin: 0;
        color: #0089a8 !important;
        font-weight: 500;
        font-size: 13px !important;
    }
    #order_ul.custom-tabs li.active {
        background: #0089a8;
    }
    #order_ul.custom-tabs li.active a p {
        color: #fff !important;
    }
    #orders-table.row {
        margin-left: 0;
        margin-right: 0;
    }
    #order-overview-main-container {
        display: none !important;
    }
    #mobile-order-list-container {
        display: block;
    }
    #orders-main-card.q-card.q-container {
        padding: 0 !important;
        margin: 0 -15px !important;
        border-radius: 0;
        border: none;
        box-shadow: none;
        background: transparent;
    }
    #orders-main-card.q-card.q-container .body {
        padding: 0 !important;
    }
    #order-overview-main-container .q-card {
        margin-bottom: 20px;
    }
    #order-overview-main-container.mobile-fullscreen-layer,
    .tab-content #view.mobile-fullscreen-layer {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        background-color: #f4f6f9;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .mobile-nav-header {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        position: sticky;
        top: 0;
        z-index: 10000;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .floating-overview-btn {
        position: fixed;
        top: 80px;
        right: 20px;
        z-index: 999;
        background-color: #0089a8;
        color: white;
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-nav-header p {
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }
    .mobile-nav-header i {
        margin-right: 15px;
        font-size: 20px;
        color: #0089a8;
    }
    .seller-income-main-body-container{
        flex-direction: column;
    }
    .seller-income-released-container{
        margin: 14px 0px 0px 0px;
    }
    .order-income-over-main-container {
        flex-direction: column;
        align-items: stretch;
    }
    .order-income-over-main-container > div {
        width: 100%;
    }
    #order-total-graph {
        width: 100% !important;
        margin-top: 16px;
    }
    .filter-container-mobile {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .filter-container-mobile.show {
        display: flex !important;
        justify-content: start;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10001;
        background-color: #f4f6f9;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
    }
    .category-tree-node {
        --tree-indent-px: 12px !important;
    }
    .category-tree-mobile-wrapper {
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: calc(100% + 40px) !important;
    }
    .filter-container-mobile .filter-modal-body {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        box-sizing: border-box;
    }
    .filter-container-mobile [class*="col-md-"] {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
        gap: 8px;
    }
    .filter-container-mobile .filter-checkboxes-mobile {
        flex-direction: row !important;
        gap: 16px;
        align-items: center;
        margin-top: 4px !important;
    }
    .filter-container-mobile .q-form-s {
        width: 100% !important;
    }
    .filter-container-mobile .filter-label-hide-mobile {
        display: none !important;
    }
    #filterContainer .date-range {
        margin-left: 0 !important;
        display: flex;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
    }
    #filterContainer .date-range label {
        margin: 0 !important;
        padding-top: 6px;
    }
    #incomeFilterContainer .date-range {
        margin-left: 0 !important;
        display: flex;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
        width: 100% !important;
    }
    #incomeFilterContainer .date-range label {
        margin: 0 !important;
        padding-top: 6px;
    }
    #incomeFilterContainer .q-form,
    #incomeFilterContainer .q-form-s,
    #incomeFilterContainer select {
        width: 100% !important;
    }
    #incomeFilterContainer .date-select-container {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
    }
    #incomeFilterContainer .date-select-container select,
    #incomeFilterContainer .date-select-container > div {
        width: 100% !important;
    }
    .chat-user-name {
        display: none !important;
    }
    .small-user-name {
        display: block !important;
    }
    .chat-user-unread {
        position: absolute;
        top: 8px;
        left: 38px;
    }
    .chat-container {
        justify-content: space-between;
    }
    
}
@media only screen and (max-width: 550px){
    .floating-button-main-container{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-nav-header {
        display: none !important;
    }
    .floating-overview-btn {
        display: none !important;
    }
}

/* Shopee-style Global Order Cards */
.shopee-order-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    padding: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    border: 1px solid #f5f5f5;
}
.shopee-order-card.product-card-density {
    padding: 10px;
    margin-bottom: 12px;
}
.shopee-order-card.product-card-density .shopee-card-header {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.shopee-order-card.product-card-density .shopee-card-footer {
    padding-top: 8px;
    margin-top: 6px;
}
.shopee-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.shopee-shop-name {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
}
.shopee-shop-name i {
    margin-right: 6px;
    color: #0089a8;
    font-size: 16px;
}
.shopee-order-status {
    color: #0089a8;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.shopee-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}
.shopee-meta-row {
    display: flex;
    font-size: 13px;
    align-items: baseline;
}
.shopee-label {
    color: #666;
    font-weight: 600;
    width: 90px;
    flex-shrink: 0;
}
.shopee-value {
    color: #444;
}
.shopee-item-block {
    background: #fafafa;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    cursor: pointer;
}
.shopee-item-img {
    width: 55px;
    height: 55px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.shopee-item-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shopee-item-name {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}
.shopee-item-qty {
    font-size: 13px;
    color: #666;
}
.shopee-item-qty span {
    font-weight: 700;
    color: #333;
}
.shopee-card-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}
.shopee-btn-pri, .shopee-btn-sec {
    padding: 6px 14px;
    border-radius: 4px;
    font-size:9px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.shopee-btn-pri {
    background: #0089a8;
    color: white;
    border: 1px solid #0089a8;
}
.shopee-btn-sec {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}
