/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;
}

.vertical-offset-100 {
  padding-top: 100px;
}

.dropdown-menu.show {
  left: auto;
  right: 0;
}

.icon-size {
  font-size: 87px;
}

#push {
  height: 80px;
}

#footer p {
  margin: 20px 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.navbar {
  z-index: 1;
}
.container-fluid {
  display: flex;
  margin: 0;
  padding: 0 !important;
  height: calc(100% - 0.1px);
  padding-bottom: 56px;
}

.forum-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

@media (max-width: 932px) {
  .container-fluid {
    padding-bottom: 0;
  }
}
.panel {
  height: 100%;
  padding: 10px;
}

.left-panel {
  flex-grow: 1;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: display 0.3s ease;
}

.right-panel {
  display: none;
  flex-basis: 25%;
  background-color: #e9ecef;
  transition: width 0.3s ease;
}

@media (max-width: 932px) {
  .right-panel {
    flex-basis: 100%;
    display: none;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56px;
  }

  .panels-divider {
    display: none;
  }
}

.panels-divider {
  width: 5px;
  cursor: ew-resize;
  background-color: #dad7d7;
  position: relative;
  transform: translateX(-50%);
  transition: background-color 0.3s;
  margin-left: 6px;
}

#divider:hover {
  background-color: #888;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  background-color: hsla(0, 0%, 89%, 0.8);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-color: #f1f1f1;
  display: none;
  z-index: 1;
}

.footer div {
  cursor: pointer;
  flex: 1;
  align-content: center;
  text-align: center;
}

.footer div .btn-text {
  text-decoration: solid;
}

p {
  max-width: 75ch;
}

.expanded {
  flex-basis: 100%;
  width: 100%;
}

.collapsed {
  flex-basis: 25%;
}

@media (min-width: 933px) {
  .footer {
    display: none !important;
  }
}
