.error_message
{
    display: block !important;
    color: red !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    text-align: center !important;
}
.otp-container {
    text-align: center;
    margin-top: 10px;
}
.resent_otp
{
    cursor: pointer;
}
.bold-text
{
    font-weight: bold !important;
}
.otp-text 
{
    font-weight: normal !important;
    color:#222222 !important;
  }
  #sent_mail
  {
    font-weight: bold;
     color:#ffffff !important;

  }
  .mobotp-text
  {
    font-weight: normal !important;
    color:#d3cdcd !important;
  }
  .mobbold-text
  {
    font-weight: bold !important;
    color:#ffffff !important;
  }
  .mob_mail
  {
    font-weight: bold !important;
    color:#ffffff !important;
  }
  @media screen and (max-width: 767px) {
    #sent_mail {
      color: #ffffff !important;
    }
  }
  .save-exitwrapper .save-innerbox .save-inner .ans-progress .chart-text
  {
    width: 75%;
    padding: 20px;
  }
  .home-modal .modal-dialog .modal-content .modal-header .btn-close
  {
    background-repeat: no-repeat !important;
  }
  .profile-box.selected {
    border: 2px solid #3a4c6b;
    border-radius: 10px;
    box-shadow: 0 0 10px #3a4c6b;
    padding-left: 5px;
    padding-right: 5px;
  }
  .profile-flex
  {
    margin-top: 20px !important;
  }
  .donut-chart {
    position: relative;
    width: 420px !important;
    height: 420px !important;
    margin: 0 auto;
    border-radius: 50%;
    background: #445c7c;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.donut-chart::after {
    content: '';
    position: absolute;
    width: 320px !important;
    height: 320px !important;
    background: linear-gradient(to bottom, #2d4059, #3a506b);
    border-radius: 50%;
    z-index: 1;
}

.donut-arc {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.chart-handle {
    position: absolute;
    width: 44px !important;
    height: 44px !important;
    z-index: 3;
    cursor: grab;
    touch-action: none;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-handle svg {
    width: 100%;
    height: 100%;
    transition: transform 0.1s ease-out;
}

.chart-handle.dragging svg {
    transition: none;
}

.chart-handle:active {
    cursor: grabbing;
}

.chart-text {
    position: absolute;
    width: 80% !important;
    text-align: center;
    font-size: 14px;
    z-index: 2;
    color: #fff;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.save-exitwrapper .save-innerbox .save-inner .ans-progress .chart-handle
{
  background-image: none !important;
}
.resendOTP
{
  cursor: pointer;
}
input::placeholder {
  opacity: 0.5; /* Adjust between 0 and 1 */
}
textarea::placeholder {
  opacity: 0.5; /* Adjust between 0 and 1 */
}
/* Responsive Styles */
@media (max-width: 992px) {
  .main-content .container {
      flex-direction: column;
  }
  
  .content-left, .content-right {
      width: 100%;
  }
  
  .content-left h2 {
      font-size: 2rem;
  }
  
  .donut-chart {
      width: 360px !important;
      height: 360px !important;
  }
  
  .donut-chart::after {
      width: 270px !important;
      height: 270px !important;
  }
  
  .chart-handle {
      width: 40px !important;
      height: 40px !important;
  }
}
.step {

  width: 70px !important;
 
}
.toggleroffcanvas .offcanvas-header .btn-close {
  background-repeat: no-repeat !important;
}
.profile-wrapper .profile-box .profile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-wrapper .profile-box {
  text-align: center;
}
.profile-flex .profile-box {
  text-align: center;
}
@media (max-width: 768px) {
 
  
  .donut-chart {
      width: 320px  !important;
      height: 320px !important;
  }
  
  .donut-chart::after {
      width: 240px !important;
      height: 240px !important;
  }
  
  .chart-handle {
      width: 36px !important;
      height: 36px !important;
  }
  
  .chart-text {
      font-size: 12px !important;
  }
}


@media (max-width: 480px) {
  .content-left h2 {
      font-size: 1.5rem !important;
  }
  
  .donut-chart {
      width: 280px  !important;
      height: 280px !important;
  }
  
  .donut-chart::after {
      width: 210px !important;
      height: 210px !important;
  }
  
  .chart-handle {
      width: 32px !important;
      height: 32px !important;
  }
  
  .chart-text {
      font-size: 11px !important;
  }
  .step {
    position: relative !important;
    padding-top: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: white !important;
    width: 58px !important;
    text-align: center !important;
  }
  .step-progress
  {
    gap: 3px !important;
  }
} 
  
 

  
  
 
  
  