.AcAlertMask
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#00000087;
  z-index: 999999;
  display: none;
}
.AcAlertMaskCon
{
	width: 500px;
	margin:100px  auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
	transition: bottom 0.35s ease;  
}
.AcAlrttitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.AcAlertMaskMsg
{
	 font-size: 14px;
    color: #424141;
    line-height: 1.5;
    margin-bottom: 30px;
}
.Ac_Alrtbtn-row {
    display: flex;
    gap: 12px;
	justify-content: center;
}
.AlrtNotNow{   
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.AlrtNotNow {
    background: #0056b3;
    border: 1px solid #0056b3;
    color:white;
	width:150px;
}
.AcAlertclose
{
  margin-top: -40px;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: -30px;
}
.AcAlertclose:hover,
  .AcAlertclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  @media only screen and (max-width: 800px){
    .AcInsMaskCon
{
  width: 82%;
  margin: 20px auto;
  background-color: white;
  height: auto;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid gainsboro;
  overflow-y: scroll;
}
.Insclose
{
  margin-top: -30px;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: -20px;
}
.AcAlertMaskCon {
  width: 75%;
  margin: 200px auto;
  background-color: white;
  border-radius: 10px;
  padding: 36px;
  border: 1px solid gainsboro;
}
  }
/* bar */
.BarMainDiv
{
  /* background: #ffffff;
  padding: 40px 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
    top: 0px;
    background: white;
	z-index:9;
}
  .container {
    max-width: 600px;
    width: 100%;
  }

  .stages {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 5px 0;
  }

  /* Progress line */
  .stages::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 38px;
    right: 38px;
    height: 2px;
    background: #d2d4db;
    z-index: 0;
  }

  .stage-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 100px;
  }

  .stage-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #835b1d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
  }

  .stage-tag.completed .stage-circle {
    background: transparent;
  }

  .stage-tag.active .stage-circle {
    background: #835b1d;
  }

  /* Checkmark */
  .stage-circle .checkmark {
    display: none;
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .stage-tag.completed .checkmark {
    display: block;
  }

  .stage-tag.completed .stage-number {
    display: none;
  }

  .stage-name {
    color: #0c0c0d;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    max-width: 90px;
  }

  /* Animated progress line */
  .progress-line {
    position: absolute;
    top: 39px;
    left: 38px;
    height: 2px;
    background: #d2d4db;
    z-index: 0;
    transition: width 0.5s ease;
  }

  /* Demo controls */
  .controls {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn {
    padding: 12px 24px;
    background: #005cb9;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
  }

  .btn:hover {
    background: #004a94;
  }

  .btn:disabled {
    background: #d2d4db;
    cursor: not-allowed;
  }
  @media (max-width: 600px) {
.AcAlertMaskCon {
  width: 75%;
  margin: 100px auto;
  background-color: white;
  border-radius: 10px;
  padding: 36px;
  border: 1px solid gainsboro;
}
  }
  @media (max-width: 600px) {
    .stage-name {
      font-size: 10px;
      max-width: 70px;
    }

    .stage-circle {
      width: 32px;
      height: 32px;
      font-size: 14px;
    }

    .stages::before {
      left: 30px;
      right: 32px;
      top: 23px;

    }

    .progress-line {
      left: 32px;
      top: 36px;
    }
	.AcAlertMaskCon {
  width: 95%;
  margin: 100px auto;
  background-color: white;
  border-radius: 10px;
  padding: 36px;
  border: 1px solid gainsboro;
}
  }