/* ===================
==== NoorulAhad  ===== 
====================== */
/* ===============afzal============ */

.progress-section {
  width: 100%;
  /* max-width: 600px; */
  border-radius: 15px;
  background: #EBF3FE;
  padding: 1rem 2rem;
  margin: 0 auto;

  .task-progress p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
  }

  span {
    color: #000000;
  }

  .progress {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    height: 10px;
  }

  .progress::-webkit-progress-bar {
    background-color: #f0f0f0;
  }

  .progress::-webkit-progress-bar,
  .progress::-webkit-progress-value {
    border-radius: 10px;
  }

  .progress::-moz-progress-bar {
    border-radius: 10px;
  }

  .progress1::-webkit-progress-value {
    background: #56b6ff;
  }

  .progress2::-webkit-progress-value {
    background: #ffb453;
  }

  .progress3::-webkit-progress-value {
    background: #3fff76;
  }
}
.progress_bar_1 {
  background-color: #92ffb1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    transition: var(--bs-progress-bar-transition);

}

/* Style for hiding spin buttons */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}