#mainBody {
  display: flex;
}

#authorNav {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

#buttonsNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.buttonsNav {
  margin: 8px;
  outline: none;
  font-weight: bold;
  font-size: 20px;
  height: 40px;
  border: 0px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 40px !important;
}

.buttonSection {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #e8e7e7;
  outline: none;
  color: #0da0bf;
  font-weight: bold;
  height: 40px;
  border: 0px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 40px !important;
}

.buttonSectionInactive {
  background-color: #e8e7e7;
  color: #0da0bf;
}

.buttonSectionActive {
  background-color: #9fc418;
  color: white;
}

#orderDIV {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.filter-section {
  margin-bottom: 40px;
}

.filter-section h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.selected-options {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
  width: 99%;
}

.yearsInput {
  border: 0;
  font-weight: bold;
  background-color: #fff;
  width: 100%;
}

.allToogle {
  font-weight: bold;
}

.allToogleDiv {
  margin-bottom: 5px;
}

.allToggleOption {
  cursor: pointer;
}

.allToggleOption:hover {
  font-weight: bold;
}

.checkboxContainer {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checkBox {
  cursor: pointer;
}

.labelContainer {
  width: 80%;
}

.labelAmountContainer {
  width: 10%;
  text-align: left;
}

.keyWord {
  cursor: pointer;
}

.keyWord:hover {
  font-weight: bold;
}

.divAuthor {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.divAuthorLeft {
  margin-right: 5px;
  display: flex;
}

.divAuthorRight {
  margin-left: 5px;
}

.tempDiv {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.publicationItem {
  margin-bottom: 10px;
}

.collapsibleJS {
  background-color: #ffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.contentJS {
  max-height: none;
  overflow: hidden;
  background-color: #ffff;
  display: flex;
  gap: 20px;
}

.profileImage {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.buttonsNav:hover {
  cursor: pointer;
  background-color: #9fc418;
  color: white;
}

.buttonSection:hover {
  cursor: pointer;
  background-color: #9fc418;
  color: white;
}

.orderArrow:hover {
  cursor: pointer;
  background-color: #9fc418;
  color: white;
}

.collapsibleJS:hover {
  cursor: pointer;
  background-color: #9fc418;
  color: white;
}

#loading-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
}

.loading-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.filteringHyperlink {
  text-decoration: none;
  color: #00597c;
}

.filteringHyperlink[href]:hover {
  font-weight: bold;
}

.orderArrow {
  font-weight: bolder;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #e8e7e7;
  outline: none;
  color: #0da0bf;
  font-size: 20px;
  height: 40px;
  border: 0px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 40px !important;
}

.orderByText {
  margin-right: 5px;
  font-size: 1.2em;
  text-align: center;
}

@media (min-width: 700px) {
  .person-cardJS {
    width: 370px;
  }
  .person-detailsJS {
    font-size: 0.7em;
  }
  .buttonsNav {
    width: 70%;
  }
  .buttonSection {
    font-size: 20px;
    width: 30%;
  }
  .orderByText {
    width: 15%;
  }
  #rightSide {
    width: 30%;
    margin-left: 15px;
  }
  #leftSide {
    width: 70%;
  }
  #mobileButtonDIV {
    display: none;
  }
}

.sideBar {
  margin-left: 5px;
}

@media (max-width: 700px) {
  .buttonSection {
    font-size: 15px;
  }
  .person-cardJS {
    width: 100%;
  }
  .person-detailsJS {
    font-size: 0.6em;
  }
  .buttonsNav {
    width: 80%;
  }
  .contentJS {
    flex-direction: column;
    justify-content: center;
  }
  .orderByText {
    width: 30%;
  }
  #mobileButtonDIV {
    position: fixed;
    z-index: 999;
    height: 5%;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #e8e7e7;
    border: 2px solid #9fc418;
  }
  #rightSide {
    position: fixed;
    background-color: #fff;
    left: -100%;
    margin-top: 25px;
    margin-left: 0px;
    width: 80%;
    height: 100vh;
    z-index: 999;
    overflow: scroll;
    border: 2px solid black;
    top: 1.4%;
  }
  #leftSide {
    width: 100%;
  }
  #navPanel {
    flex-direction: column;
    margin-top: 30px;
  }
  #filter-panel {
    padding: 10px;
  }
}

#navPanel {
  display: flex;
}

#leftSide {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.pluginContainer {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#listingPanel {
  margin-top: 5px;
}

#inputContainer {
  margin-right: 10px;
  margin-left: 20px;
  width: 5%;
}

.labelSize {
  margin-bottom: 0px;
}

.person-card-topJS {
  display: flex;
  height: 115px;
  align-items: center;
}

.person-card-imgJS {
  width: 120px;
}
.person-card-imgJS img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #999999;
  border-radius: 50%;
}

.person-detailsJS {
  flex: 1;
  font-size: 0.9em;
  line-height: 1.2em;
  width: 50%;
}

.person-cardJS {
  display: flex;
  border: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  flex-direction: column;
}

.person-card-footerJS {
  padding-bottom: 4px;
  width: 100%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 0.8em;
  line-height: 1.1em;
}
