.expandable-items {
  flex: 15; /* Take up remaining space */
  position: relative;
  background-color: #f0f0f0;
  padding: 2px;
  overflow:auto;
  white-space:nowrap;
}

.expandable-items ul {
  padding: 0; /* Override padding for ul inside .expandable-items */
  list-style-type: none; /* Remove bullets */
}

.expandable-items .triangle {
  display: inline-block;
  width: 1em; /* Adjust as needed */
  text-align: center;

}

.expandable-items .subitems {
  display: none;
  padding-left: 10px; /* Adjust as needed */
}

.expandable-items .subitems li {
  list-style-type: none;
  padding:2px;
}

.expandable-item {
  align-items: center; /* Align items vertically */
}

.expandable-item[data-subitems="true"] {
  cursor: pointer;
}
.expandable-item span {
  margin-left: 0px; /* Adjust as needed */
}

.expandable-item.no-subitems {
  color: #999; /* Apply color for items without subitems */
}

.triangle.hidden {
  visibility: hidden;
}

.fileicon {
  font-size:18px;
}
.subitem {
  display: flex; /* Use flexbox to align items */
  align-items: center; /* Align items vertically */
}

.subitem img {
  width: 18px; /* Adjust width of the icon */
  height: 19px; /* Adjust height of the icon */
  margin-right: 8px; /* Adjust spacing between the icon and text */
}

.subitem-text {
  display: inline; /* Make the text inline */
}
.main-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.base-page-container {
  width: 100%;
  height:100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.base-page-container-main-outer {
  display:flex;
  flex:1;
  overflow: hidden;
  flex-direction:row;
  width: 100%;
}
.base-page-container-header {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("/blank%20banner-1500h.jpg");
  background-position: center;
}
.base-page-text {
  top: 50%;
  left: 3vw;
  transform: translateY(-50%);
  color: #ffffff;
  width: 55vw;
  opacity: 0.9;
  position: absolute;
  font-size: 5vw;
  font-style: normal;
  font-family: Londrina Outline;
  font-weight: 400;
}
.base-page-nav-container {
    display: flex; /* Use Flexbox layout */
    align-items: center; /* Vertically align items in the center */
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    /* Adjust the top and right values as needed to position the container */
    /* Add any other styles for the container here */
}

.base-page-signout-button {
  margin-left: 5px; /* Add 5px space between the link and button */
  color: rgb(255, 255, 255);
  width: 80px;
  height: 36px;
  text-align: center;
  background-color: rgb(103, 183, 203);
  cursor: pointer;
}
.base-page-configure-link{
  text-decoration: underline;
  color: rgb(255, 255, 255);
  font-size: 20px;
  cursor: pointer;
}
.base-page-container-main {
  flex: 85;
  left: 0px;
  width: 100%;
  display: flex;
  position: relative; /* Change the position to relative */
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y:auto;
}

/* Styling for the footer */
.base-page-container-footer {
  left: 0px;
  width: 100%;
  bottom: 0px;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

/* Styling for the container within the footer */
.base-page-container3 {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

/* Styling for the footer image */
.base-page-image {
    fill: #FFFFFF;
    stroke: #000000;
    margin-top: var(--dl-space-space-twounits);
    height: 4rem;
    margin-bottom: var(--dl-space-space-twounits);
}
.base-page-nav {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.base-page-text-link {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}
.base-page-text1 {
    margin-left: 0px;
}
.base-page-text2 {
  margin-left: var(--dl-space-space-unit);
}
.base-page-text3 {
  margin-left: var(--dl-space-space-unit);
}
.base-page-text4 {
  margin-left: var(--dl-space-space-unit);
}
.base-page-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  margin-left: 0px;
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.base-page-container4 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.base-page-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.base-page-icon {
    fill: white;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
}
.base-page-icon2 {
    fill: white;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
}
.base-page-icon4 {
    fill: white;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-unit);
}
@media(max-width: 767px) {
  .base-page-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .base-page-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .base-page-container4 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .base-page-text5 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .base-page-container2 {
    width: auto;
  }
  .base-page-footer {
    padding: var(--dl-space-space-unit);
  }
  .base-page-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .base-page-container4 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .base-page-text5 {
    font-family: Inter;
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
#editSidebarItem {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #f2f2f2;
  border-radius: 15px;
  overflow-y: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-color: black;
  border-width: medium;
}