body {
    background-color: #490080;
    color: white;
    font-family: Arial, sans-serif;
  }
  
  /* .bg-custom {
    background-color: #490080;
    padding: 50px;
  } */
  
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5px;
    border: 1px solid transparent;
  }
  
  .navbar-brand {
    float: left;
    height: 48px;
    padding: 0;
    font-size: 39px;
    line-height: 20px;
  }
  
  .navbar-brand img {
    margin-left: 28px;
    max-width: 100%;
    height: 156%;
  }
  
  /* .conttent {
    margin-bottom: 150px;
  } */
  
  .progress {
    display: flex;
    padding: 20px;
    justify-content: space-evenly;
    align-items: center;
    background-color: #490080;
    color: white;
    flex-direction: row;
  }
  
  span {
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  .complaint-type {
    margin-top: 20px;
    display:inline;
  }
  
  nav img {
    display: inline;
    width: 100px;
  }
  
  .complaint-type button {
    width:100%;
    max-width:106px;
    margin: 2px;
    right: 6px;
    background-color: #2B0C42;
    border-radius: 30px;
  }
  
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #490080;
    border: 1px solid transparent;
    padding: 9px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
  }
  
  .complaint-type button img {
    color: #490080;
  }
  
  .content-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .col-left,
  .col-right {
    flex: 1;
  }
  
  .col-right {
    padding-left: 20px;
  }
  
  .next-button {
    width: 100%;
   max-width: 328px;
    max-height: 40px;
    border-radius: 6px 6px 6px 6px;
    /* top: 16px; */
    gap: 10px;
    
    opacity: 0px;
    
    margin-top: 20px;
    background-color: white;
    color: #490080;
    padding: 10px 10px;
    display: inline-block;
    border: none;
    font-weight: bold;
    cursor: pointer;
  }
  .nextBbutton{
    width: 120px;
height:40px;
padding: 10px 0px 10px 0px;
gap: 10px;
border-radius: 5px 0px 0px 0px;
opacity: 0px;
background: #FFFFFF;
border-radius: 6px 6px 6px 6px;
    /* top: 16px; */
    gap: 10px;
    
    opacity: 0px;
    
    margin-top: 20px;
    background-color: white;
    color: #490080;
    padding: 10px 10px;
    display: inline-block;
    border: none;
    font-weight: bold;
    cursor: pointer;

  }
  
  .next-button:hover {
    background-color: #ffffff;
    color: #490080;
  }
  
  .footer {
     /* margin-top: -125px;  */
    /* right: 100px; */
    font-size: 12px;
    color: #bfbfbf;
    text-align: center;
    /* margin-bottom: 180%; */
  }
  
  .container .right {
    width: 50%;
    color: aliceblue;
  }
  
  .number {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: space-between;
  }
  
  .bottom button {
    width: 100%;
    padding: 10px;
  }
  
  .text-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-top: -12px;
  }
  .textarea-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-control {
    width: 100%;
    box-sizing: border-box;
}

.file-upload {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0; /* Hide file input */
}

.textarea-container {
    width: 100%;
}

.form-control {
    width: 100%;
    box-sizing: border-box;
}

.button-container {
    margin-top: 10px; /* Space between textarea and buttons */
    display: flex;
    gap: 10px;
}

.browse-button {
    background-color: #E0ECFF;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-family: Lota Grotesque Alt 3;
font-size: 12px;
font-weight: 600;
line-height: 15.6px;
color: #0065FF;
display: flex;
}
.camera-button
{
  background-color: #0065FF;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-family: Lota Grotesque Alt 3;
font-size: 12px;
font-weight: 600;
line-height: 15.6px;
color: #FFFFFF;
display: flex;
}
  .text{
    display: flex;
    flex-direction: row ;
    
  }
  .edit-button
  {
    border: none;
    background-color: white;
  }
  .complaint_details
  {
    font-family: Lota Grotesque Alt 3;
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
letter-spacing: -0.02em;
color: #344563;
  }
  .veh_image
  {
    height: 150px;
    width: 100%;
  }
.otp-resend
{
  font-family: Lota Grotesque Alt 3;
font-size: 12px;
font-weight: 400;
line-height: 15.6px;
color: #FFFFFF;
margin-top: 20px;
}




