body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-container {
    width: 100%;
    max-width: 300px;
}
.modal-content {
    padding: 30px;
    overflow-y: auto;
    max-height: 80vh;
}
.error {
    color: red;
    display: none;
}
p {
    margin-bottom: 0;
}
select {
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 16px;
  color: #555;
  font-family: 'Arial', sans-serif;
}

select option {
  background-color: #fff;
  color: #555;
}

ul li{
    margin-left: 40px;
}

.indent {
    text-indent: 30px; 
}
.modal-body p, li{
    text-align: justify;
    word-spacing: normal; 
    line-height: 1.5; 
}