.capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none;
}

.card {
  margin-top: 1rem;
  max-width: 300px;
  box-shadow: 9px 10px 5px -6px rgba(194, 194, 194, 1);
}

.vbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: cover;
}
body {
  background-color: aliceblue;
}

@media screen and (max-width: 768px) {
  .check-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .check-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.modal-dialog {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Align the top of the modal with the top of the screen */
  height: 100vh;
  overflow-y: auto;
  padding: 20px; /* Add some space between the top of the modal and the top of the screen */
}

.modal-content {
  width: 100%;
}
.check-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-check {
  margin: 0 0 0 0.5rem;
}
.sectionHeading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.commentSection,
.sectionHeading,
.check-section,
.tblHead {
  padding: 1rem;
  background-color: #384955;
  margin: 0.2rem;
  border-radius: 10px;
}

.i-modal-body {
  color: #f0f8ff;
  padding: 2rem;
}
.i-modal-body h1 {
  color: #384955;
}
.i-modal-body .commentSection textarea .vehSec {
  color: #f0f8ff;
  background-color: #384955;
}
.vehSec {
  color: #f0f8ff;
  background-color: #384955 !important;
  border-radius: 1rem;
}

.tblHead {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c3def4;
  color: #384955;
  margin: 0;
  border-radius: 0;
}

.i-modal-body {
  background-color: #c3def4;
}

.inspec {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
}

.fullCard {
  max-width: 100%;
}
.card-columns {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
}
.inspectCard {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.inspHeader {
  background-color: #007bff;
  color: white;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.inspecbody {
  padding: 20px;
}

.viewFullInspect {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #007bff;
  color: white;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}
