body {
  background-color: hsl(0, 0%, 97%);
}
@media (min-width: 1400px) {
  main,
  header,
  #main-navbar {
    padding-left: 240px;
  }
}

/* Custom CSS to remove padding on mobile for the .container */
@media (max-width: 576px) {
  .container.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .card-body {
    padding: 0 !important;
    /* margin: 0 !important; */
    margin: 25px;
  }

  /* .list-group-item {
    padding: 0 !important;
  } */
}

.sidenav {
  transition: all 0.1s linear 0s;
}

/* for the nav bar  */
@media (max-width: 992px) {
  /* Styles that only apply to not large screens */
  .navBrandStyling {
    background-color: #fefefe;
    border-radius: 10px;
    border: 5px solid grey;
  }
  .navbar-collapse {
    border-top: 3px solid #343a40;
    padding: 1rem;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .navBrandStyling {
    background-color: #343a40;
  }
}

/* section {
  padding: 75px 0 0 0;
} */
.first_section_margin {
  padding: 120px 0;
}

/* .listItemforSumbitInstruction {

} */

.welcomePageListStyle {
  text-decoration: none; /* remove underline */
  color: #333; /* set color to your desired value */
}

.welcomePageListStyle:hover {
  text-decoration: underline; /* add underline on hover */
  color: #428bca; /* change color on hover */
}

.card_highlight:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}

.nav_btn_style {
  text-transform: uppercase;
  font-size: small;
}

.subLine::after {
  content: "";
  display: block;
  clear: both;
  border-top: 2px solid gray;
  margin-top: 0.5rem;
}

hr {
  border: 2px solid gray;
  border-radius: 5px;
}

.sideBar {
  border: 0px;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.question_format-1 {
  padding-right: 1rem;
}

.printedDonorName4Sign {
  margin: 0 0 1rem 0;
  text-decoration: underline;
  font-size: 1.1rem;
}

/* for signature */
.flex-sig-container {
  display: flex;
  flex-direction: row;
}

.flex-sig-item {
  align-self: flex-end;
  margin-bottom: 1rem;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1000px) {
  .flex-sig-container {
    flex-direction: column;
  }
  .flex-sig-item {
    align-self: flex-start;
  }
}

/* Ink Signatures */
.x_inksig {
  border: 1px inset #ccc;
  border-radius: 5px;
}