/* .content-wrapper > .content {
    padding: 0rem 0rem;
} */

/* add padding only for mobile */
@media (max-width: 767px) {
  .content-wrapper > .content {
    padding: 0rem 0rem;
  }
  .p-5 {
    padding: 0rem !important;
  }
  .inline-group {
    padding: 2rem 0 !important;
    border: 5px solid #ccc !important;
    margin: 5px 0 !important;
  }
}

/*

.inline-group > h2,.h2 {
    font-size: 1rem;

} */

/* .card-body > {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem !important;
}  */

a.inline-deletelink {
  margin: 0px;
}

/* Ensure the image inside the login-logo class is resized */
.login-logo img {
  max-height: 300px; /* Adjust the maximum height as needed */
  width: auto; /* Maintain aspect ratio */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Prevent inline-block spacing issues */
  margin: 0 auto; /* Center the image */
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #6c757d; /* Change the text color to black */
}
