
  .card{
    border-radius: 12px;
  }
  mat-form-field.full-width {
    width: 100%;
  }
  
  /* Style the input field */
  .mat-input-element {
    padding: 10px;
    font-size: 16px;
  }
  .mat-mdc-card{
    box-shadow: none !important;
    background-color: transparent;
  }
  /* Style the label */
  .mat-form-field-label {
    font-size: 14px;
    color: #6c757d;
  }
  .mat-mdc-card-content:first-child{
    padding-top: 0px !important;
  }
  .mat-mdc-card-content:last-child {
    padding-bottom: 0px !important;
  }
  .mat-mdc-card-content{
    padding: 0 0px;
  }
  .mdc-text-field--filled  {
    border: 1px solid #e8e8e8 !important;
  }
  /* Style the mat-card title */
  mat-card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .cdk-overlay-connected-position-bounding-box {
    z-index: 99999;
}
.contact-form {
  padding: 0px !important;
}
.contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.contact-form .form-control {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.contact-form  .form-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.contact-form .btn-primary {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
}