
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.ms-3 {
    margin-left: 0.55rem; /* Adjust this value to change the spacing */
}


.progress-bar1 {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 800px;
}

.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #666;
}

.step.active {
    background-color: #007bff;
    color: #fff;
}

.step.completed {
    background-color: #28a745;
    color: #fff;
}

.line {
    flex: 1;
    height: 2px;
    background-color: #ddd;
    margin: 0 10px;
    align-self: center;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("assests/img/loading.gi") center no-repeat;
}


/* Add this to your CSS file */
/* statusColors.css */
.status-vendor-submitted {
  color: darkorange; /* Add a new color for Vendor Submitted */
}

.status-received {
  color: blue;
}

.status-pending {
  color: orange;
}

.status-uploaded {
  color: purple;
}

.status-qc-cleared {
  color: green;
}

.status-online-submitted {
  color: teal;
}

.status-consulate-submitted {
  color: navy;
}

.status-pending-docs {
  color: red;
}

.status-approved {
  color: darkgreen;
}

.status-rejected {
  color: darkred;
}

.status-sent-agent {
  color: gray;
}

.status-withdrawn {
  color: brown;
}

.status-old {
  color: lightgray;
}

.status-unknown {
  color: black; /* Fallback for unknown statuses */
}
