.dropdown {
  height: 36px;
}

/* Custom styles for radio buttons */
:is(#formio, #formioEdited, #formioOriginal) .form-check-input[type="radio"] {
  filter: brightness(0.85);
}

/* Custom styles for checkboxes */
:is(#formio, #formioEdited, #formioOriginal) .form-check-input[type="checkbox"] {
  filter: brightness(0.85);
}

.clearShareForm {
  position: absolute;
  top: 60px;
  right: 50px;
  z-index: 1000;
}


#formio {
  margin: 60px;
  font-size: 1.25rem;
}
#formio .form-control {
  font-size: 1.25rem;
}

.col-form-label {
  font-weight: bold;
}

.card-title {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
}

.error-text {
  display: none;
  color: red;
}

#authAccordion .accordion-button.collapsed {
  background-color: lightgrey;
  color: #333;
  /* Optional: if you want to change the text color as well */
}

.red {
  color: red;
}

.grey {
  color: grey;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.pencil-color {
  color: #fcad03;
}

.smallIcon {
  font-size: 1.5rem;
}

.smallestIcon {
  font-size: 1.2rem;
}

.icon-dropdown {
  position: relative;
  display: inline-block;
}

.icon-dropdown-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.icon-dropdown-menu {
  position: absolute;
  display: none;
  list-style-type: none;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

.icon-dropdown.open .icon-dropdown-menu {
  display: block;
}

.icon-dropdown-menu a:active {
  color: inherit;
}

.icon-toggle {
  display: inline-block;
  cursor: pointer;
}

.icon-toggle input {
  display: none;
}

.icon-toggle .icon-unchecked {
  display: inline-block;
}

.icon-toggle .icon-checked {
  display: none;
}

.icon-toggle input:checked~.icon-toggle-icon .icon-unchecked {
  display: none;
}

.icon-toggle input:checked~.icon-toggle-icon .icon-checked {
  display: inline-block;
}

.containerImage {
  width: 100%;
  height: 383px;
  background: linear-gradient(to bottom, #170832 0%, #695E7E 70%, #ffffff 100%);
  position: absolute;
  overflow: hidden;
  /* This prevents any absolute-positioned child divs from overflowing */
}

.white-text {
  color: #fff;
}

.bggrey {
  background-color: rgb(240, 240, 240);
}
.custom-navbar {
  background-color: rgba(18, 18, 18, 0.5);
  height: 40px; /* Default Bootstrap navbar is ~56px */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; /* Ensure navbar is above other elements */
}
.custom-navbar .dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
  z-index: 101;
}
.custom-navbar .nav-link {
  color: white !important;
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}

.custom-navbar .nav-link:hover {
  color: #cccccc !important;
}
.logo {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 250px;
  /* Adjust the size of your logo */
  height: auto;
  z-index: 1;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 2547px;
  max-height: 387px;
  /* Ensures the image doesn't spill out of the header */
  z-index: 2;
  /* Ensure the overlay image is on top of the logo */
}

.transparent-dropdown .dropdown-menu {
  background: transparent;
  border: none;
  /* Remove border */
  box-shadow: none;
  /* Remove box shadow if desired */
}

.login-div {
  position: absolute;
  /* Fixed positioning relative to the viewport */
  top: 0px;
  /* Aligns the div to the top */
  right: 30px;
  /* Aligns the div to the right */
  /*width: 450px;*/
  white-space:nowrap;
  /* You can adjust the width as needed */
  height: 100px;
  /* You can adjust the height as needed */
  color: white;
  /* Text color */
  padding: 10px;
  /* Some padding inside the div */
  box-sizing: border-box;
  /* Include padding in the div's size */
  text-align: right;
  z-index: 102;
  /* Ensures this div is above all other elements */

  /* Add additional styling as needed */
}
.hidden {
  display: none;
}
.review-buttons-div {
  position: fixed;
  /* Fixed positioning relative to the viewport */
  top: 30px;
  /* Aligns the div to the top */
  right: 380px;
  /* Aligns the div to the right */
  width: 500px;
  /* You can adjust the width as needed */
  height: 100px;
  /* You can adjust the height as needed */
  color: white;
  /* Text color */
  padding: 10px;
  /* Some padding inside the div */
  box-sizing: border-box;
  /* Include padding in the div's size */
  text-align: right;
  z-index: 103;
  /* Ensures this div is above all other elements */

  /* Add additional styling as needed */
}

.main-form {
  position: relative;
  max-width: max(80vw, 1500px);
  margin-right: 0px;
}

.minifilter {
  display: none;
  position: absolute;
  right: 0px;
  /* Aligns the div to the right */
  width: 200px;
  /* You can adjust the width as needed */
  bottom: 0px;
  text-align: right;
  z-index: 5;
  /* Ensures this div is above all other elements */
  /* Add additional styling as needed */
}

.top-div {
  position: absolute;
  top: 130px;
  /* Position the div 300px from the top */
  width: 100%;
  /* Takes the full width of the header */
  z-index: 3;
  /* Ensures this div is above all other elements */
  /* Add additional styling as needed */
}

#experience-div {
  position:relative;
  top: 150px;
  width: 100%;
  background-color: #fcfcfcf3;
  z-index: 3;
}

.exp  {
  color: #336699;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal; /*was previously pre-line and I'm not sure why*/
}

.exp-title{
  font-size:40px;
  color: #0296cd;
  padding-top: 20px;
  padding-bottom: 10px;	
  line-height: 1.0em;			
  font-weight: bold;
}

.exp-section-header {
  color: #00B0F0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.exp-section {
  
  
}
.exp-p {
  color: #009999;
  font-size: 16px;
  font-weight: bold; 
  line-height: 1.5em;   
}
.exp-a {
  color: #336699;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal;
}
.exp-subtitle{
  font-size:18px;
  font-weight: normal;
}

#moreFilters {
  background-color: rgb(225, 225, 225);
}

#resultCount {
  margin-left: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.footer-background  {
  background-color: #E4E2DC;
  position: relative;  
  top: 150px;
}


.results-background {
  background-color: #E4E2DC;
}

.override-bottom-margin {
  margin-bottom: 10px;
}

#search-results {
  width: 95%;
  padding-top: 20px;
}

.search-result {
  border: 1px solid #777;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  /* Space between search result entries */
  background-color: #fff;
  width: 90%;
}

.right-column-title {
  color: #8765D6;
  text-align: right;
  line-height: 1.5;
}

.right-column-text {
  line-height: 1.5;
  white-space: nowrap;
}

.btn-icon {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

#email-profile {
  color: #fff;
}


.btn-icon:focus {
  outline: none;
}

.result-link {
  color: #8765D6;
  /* Normal link color */
  text-decoration: none;
  /* Optional: removes underline from links */
  transition: color 0.3s;
  /* Smooth color transition for hover effect */
}

.result-link:hover {
  color: #16DAF0;
  /* Hover link color */
}

@media (min-width:800px) {
  .name-class-spacer {
    text-align: right;
    border-left: thick double #aaa;
  }
}

.textblock {
  position: fixed;
  /* fixed if you want to put it off the screen.  relative if you want to hide under*/
  top: 1px;
  left: 1px;
  width: 50px;
  height: 30px;
  z-index: 1;
}



[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

.result-link:visited {
  color: #8765D6;
  /* Already clicked link color */
}

.result-link2 {
  color: #16DAF0;
  /* Normal link color */
  text-decoration: none;
  /* Optional: removes underline from links */
  transition: color 0.3s;
  /* Smooth color transition for hover effect */
}

.result-link2:hover {
  color: #8765D6;
  /* Hover link color */
}

.result-link2:visited {
  color: #16DAF0;
  /* Already clicked link color */
}

.ai-text {
  color: black;
  background-color: #e8e8e8;
  padding: 5px;
}

.body-text {
  color: black;
}


#pagination .page-btn {
  margin-right: 5px;
}

#pagination .page-btn.active {
  background-color: #ddd;
}