.progress {
  height: 10px;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
}

/* Pour la partie avis */
.chooseReviewModal .btn {
  font-size: 1.1rem;
}
.chooseReviewModal p.small {
  margin-top: 0.25rem;
}

.completed,.progress-bar {
    background-color: #007bff;
}
.max_width600{
  max-width: 600px;
}
.progressbar_div{
  max-width: 650px;
}

table.equal-cols th,
table.equal-cols td {
  width: 50%;
  vertical-align: middle; /* optionnel, pour aligner les textes au centre verticalement */
}

/* */
.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.progress-line {
  flex: 1;
  height: 3px;
  background-color: #d9d9d9;
  position: relative;
  top: -1px;
}
.progress-step {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.progress-step.active,
.progress-step.completed,.progress-line.active {
  background-color: #007bff;
}

.progress-step.cancel,.progress-line.cancel{
  background-color: #dc3545;
}



/* My clientsview*/
.myhr{
  flex-grow: 5;border: 3px solid #000;
}
.width_height_65{
  width:65px;height:65px
}
#createFinanceAcount{
  max-width: 500px;
}
#payattente{
  max-width: 215px;
}
.thetoastconfimliv{
  max-width: 250px;
}
/* Mobile → largeur 100% pour éviter le débordement */
@media (max-width: 576px) {
  .thetoastconfimliv {
    width: 100% !important;
    max-width: 100% !important;
  }
}