.nav-tabs {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.nav-tabs li {
  padding: 10px 20px;
  list-style: none;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  border-bottom: none !important;
  font-weight: bold;
}

.nav-tabs li.active {
  background-color: #e0e0e0;
}

.nav-tabs li:hover {
  background-color: #bcbcbc;
}

.tab-content {
  border: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
  margin: 0 0 0 0;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

.tabs-header,
.result-row {
  display: flex;
  padding: 0 20px;
}

.tabs-header p {
  padding: 10px 0;
  font-weight: bold;
}

.tabs-header {
  background-color: #e7e7e7;
}

.result-row {
  border-bottom: 1px solid #e7e7e7;
  word-break: break-word;
}

.result-row:nth-child(even) {
  background-color: #f7f7f7;
}

.result-row:hover {
  background-color: #e7e7e7;
}

.input-wrapper input {
  padding: 10px !important;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.input-container {
  display: flex;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}


.form-group h1 {
  font-size: 60px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.form-group input,
.form-group textarea {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: none;
  outline: none;
}

.input-wrapper {
  display: flex;
  align-items: center;
}

input[type="file"] {
  text-align: right;
  direction: rtl;
  border: none;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-group .field-group {
  padding: 20px;
  font-size: 18px; 
}

.form-group .field-group:nth-child(even):not(.clickable) {
  background-color: #e3e3e3;
}

.form-group .field-group:nth-child(odd):not(.clickable) {
  background-color: #f7f7f7;
}

.radio-pill-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 8px;
  align-items: flex-start;
  width: 100%;
}

.radio-pill {
  position: relative;
  cursor: pointer;
  border: 2px solid#5e6389;
  user-select: none;
  transition: all 0.2s ease-in-out;
  font-family: sans-serif;
  font-size: 16px;
  background-color: #f0f0f0;
}

.radio-pill-wrapper label:nth-of-type(1) {
  border-radius: 20px 0 0 20px;
  border-right: none;
}

.radio-pill-wrapper label:nth-of-type(2) {
  border-radius: 0 20px 20px 0;
}

.radio-pill input[type="radio"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.radio-pill input[type="radio"]:checked + span {
  background-color: #5e6389;
  color: white;
  border-color: #5e6389;
}

.radio-pill span {
  display: inline-block;
  padding: 5px 15px;
  transition: all 0.2s ease-in-out;
}

.radio-yes {
  border-radius: 20px 0 0 20px;
}

.radio-no {
  border-radius: 0 20px 20px 0;
}

.field-group .question {
  display: flex;
  align-items: center;
}

.form-group .buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.form-group .buttons input {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.section-break  {
  background-color: #fff !important;
}

.section-break .question {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'Casanova Serif Display', serif;
}

.report-title {
  font-size: 20px;
  text-align: center;
}

.section-title {
  font-size: 40px; 
  margin-bottom: 30px
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.report-table th,
.report-table td {
  border: 1px solid #e7e7e7;
  padding: 10px;
  text-align: left;
}

.report-table th {
  background-color: #f7f7f7;
  font-weight: bold;
}

.report-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.report-table tr:hover {
  background-color: #e7e7e7;
}

.report-table a,
.file-saved a {
  color: #5e6389;
  text-decoration: underline;
  cursor: pointer;
}

.report-table a div {
  text-align: center;
}

.file-saved {
  width: 100%;
  text-align: right;
}

#saveForm {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 200px;
}

.hero-image {
  filter: grayscale(100%) brightness(0.4) contrast(1.1) hue-rotate(280deg);
}

.hero-image-overlay {
  background: rgba(25, 29, 67, 0.3);
}

.large-subtitle .question div {
  font-size: 20px;
  color: #5e6389;
}

.field-group.clickable {
  cursor: pointer;
  transition: background-color 0.2s ease;
  background-color: #fff;
}

.field-group.clickable:hover {
  background-color: #f0f0ff;
}

.checkbox-subtitle {
  background-color: #fff !important;
}

.mission-banner {
  width: 100%;
}

.mission-banner .banner-img {
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 20px;
  aspect-ratio: 1/1;
}

.mission-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.policy-list h5 {
  font-size: 28px;
  padding: 7px 0;
}

.location-entry {
  cursor: pointer;
}

.location-entry:hover {
  color: #616590;
}

.member-select {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #5d658a;
  color: white;
}

.member-menu {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.member-menu > a {
  background-color: #6fb5b5;
  color: #fff;
  border-radius: 5px;
  height: 35px;
  padding: 5px 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.member-menu > a.selected {
  background-color: #4a4f73;
  font-weight: bold;
}

.member-menu > a:hover {
  transform: scale(1.05);
}

.qr-code-container {
  display: flex;
  padding: 20px 0px;
}

.qr-code-container select {
  border: 1px solid #e7e7e7;
  margin: 0 10px;
  cursor: pointer;
}

.qr-code-container div {
  padding: 1px 10px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background-color: #6fb5b5;
  border-radius: 3px;
}

.qr-code {
  display: flex;
  justify-content: center;
}

.qr-code img {
  width: 500px;
}

.applications-table {
  width: 100%;
  margin-bottom: 20px;
}

.applications-table th {
  text-align: start;
  font-weight: bold;
}

.applications-table th, .applications-table td {
  padding: 10px;
  border: 1px solid #e7e7e7;
}

.view-button {
  border: 0;
  text-align: center;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #1A8651;
  color: #fff;
  margin: 10px;
}

.view-button:hover {
  opacity: 0.8;
}