body {
  background: #f2f2f2;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: var(--regular-font);
}
.wrapper {
  padding: 2rem 1.5rem;
}
.app-content-header {
  padding: 0 0.5rem 1rem 0.5rem;
}
.app-content-header .row {
  display: flex;
  align-items: center;
}
.app-content-header .heading {
  font-weight: 600;
  font-size: 1.1rem;
}
.btn {
  border-width: 2px;
  font-size: 0.9rem;
  font-weight: 600;
}
.btn-primary {
  background: rgb(226, 239, 249);
  color: rgb(110, 161, 200);
  border: 2px solid rgb(110, 161, 200);
}
.app-content .card {
  padding: 2rem;
}
.input-group-text {
  font-weight: 600;
  font-size: 0.9rem;
}
form .form-control {
  font-size: 0.9rem;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}
.error {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}
.form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  outline: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
