.content {
  padding: 62px 0px 0px 230px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease, padding 0.3s ease 0.3s;
  /* padding-top: 0px; */
}

.content.expand {
  padding: 62px 0px 0px 54px;
  transition: all 0.3s ease, padding 0.3s ease;
}


.sidebar button,
.sidebar a {
  outline: solid rgba(179, 120, 221, 0) 1.5px;
  transition: all inherit, outline 0.15s ease;
}

.sidebar button:focus-visible,
.sidebar a:focus-visible {
  outline: solid rgba(163, 109, 202, 0) 1.5px;
  border-color: rgba(255, 255, 255, 0);
}



.sidebar {
  width: 230px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  transition: all 0.3s ease, width 0.3s ease;
}

.sidebar.minimized {
  width: 54px;
  transition: all 0.3s ease, width 0.3s ease 0.3s;
}




.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  border-bottom: solid rgba(0, 0, 0, 0.03) 1px;
  position: sticky;
  top: 0px;
  z-index: 20;
  background-color: white;
}

.sidebar.minimized .sidebar-header {
  justify-content: right;
}


.sidebar-logo-container {
  width: 100%;
}

.sidebar-logo-container,
.header-logo-container {
  display: flex;
  align-items: center;
  justify-content: left;
}

.sidebar.minimized .sidebar-logo {
  margin-left: -250px;
}

.sidebar-logo,
.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  gap: 2px;
  border-radius: 15px;
  transition: 0.3s ease;
  /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: rgb(253, 253, 253); */
  padding: 0px 5px 0px 0px;
}

.sidebar-logo:hover img:not(.logo-text),
.header-logo:hover img:not(.logo-text) {
  transform: rotateZ(120deg);
}

.sidebar-logo:active img:not(.logo-text),
.header-logo:active img:not(.logo-text) {
  transform: rotateZ(90deg);
}

.sidebar-logo img,
.header-logo img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  border-radius: 50%;
  padding: 4px;
  border: dashed rgba(84, 0, 168, 0.4) 1px;
  background-color: rgba(84, 0, 168, 0.021);
  background-color: rgb(249, 243, 253);
  /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(253, 253, 253); */
  transition: all 0.3s ease, transform 1.2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.sidebar-logo .logo-text,
.header-logo .logo-text {
  height: auto;
  width: 55px;
  object-fit: contain;
  padding: 3px 0px 0px 0px;
  border-radius: 10px;
  background-color: rgba(84, 0, 168, 0);
  border: solid rgba(130, 130, 130, 0);
}

.sidebar-logo span,
.header-logo span {
  font-size: 17px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  color: rgb(84, 0, 168);
  margin-left: 5px;
}


.sidebar-toggle-button-container,
.header-toggle-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-toggle-button-container {
  display: none;
}


.sidebar-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgb(253, 253, 253);
  border: solid rgb(235, 235, 235) 1px;
  transition: all 0.3s ease, transform 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) 0.45s;
}

.sidebar .sidebar-toggle-button {
  border-radius: 50px;
}


.sidebar.minimized .sidebar-toggle-button {
  transform: rotateZ(180deg);
  transition: all 0.3s ease, transform 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) 0.7s;
}

@media (min-width: 768px) {

  .sidebar.minimized .sidebar-toggle-button {
    height: 35px;
    width: 35px;
    transform: rotateZ(180deg) scale(110%);
    border-radius: 12px;
    border-radius: 30px;
  }

  /* Hover-expand minimized sidebar without pushing main content */
  .sidebar.minimized:hover {
    width: 230px;
    z-index: 230;
    transition: all 0.3s ease, width 0.3s ease;
  }

  .sidebar.minimized:hover .sidebar-logo {
    margin-left: 0px;
  }

  .sidebar.minimized:hover .nav {
    padding: 0px 5px 15px 5px;
    gap: 4px;
  }

  .sidebar.minimized:hover .nav-title-container {
    gap: 10px;
    padding: 6px 12px 6px 6px;
    border-radius: 30px;
    border-color: rgba(236, 215, 250, 0);
    background-color: transparent;
  }

  .sidebar.minimized:hover .nav-title-container:hover {
    background-color: rgb(248, 248, 248);
  }

  .sidebar.minimized:hover .nav-links-container.active .nav-title-container,
  .sidebar.minimized:hover .nav-links-container:has(.active) .nav-title-container {
    border: solid rgb(236, 215, 250) 1px;
    background-color: rgb(250, 250, 250);
  }

  .sidebar.minimized:hover .nav-title-container.single-page.active {
    background-color: rgb(249, 242, 253) !important;
    border: solid rgba(228, 200, 247, 0.473) 1px !important;
    box-shadow: 0px .5px 1px rgba(0, 0, 0, 0.1);
  }

  .sidebar.minimized:hover .nav-title-container span {
    max-width: 100%;
    opacity: 1;
    padding: 0px;
    transition: all 0.3s ease;
  }

  .sidebar.minimized:hover .dropdown-icon {
    max-height: 14px;
    max-width: 14px;
    opacity: 1;
  }

  .sidebar.minimized:hover .sidebar-school-container {
    gap: 8px;
  }

  .sidebar.minimized:hover .sidebar-school-meta {
    max-width: 100%;
  }

}

.header .sidebar-toggle-button {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgb(253, 253, 253);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
}

.header .sidebar-toggle-button.rotate {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar-toggle-button.rotate {
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.1);
  transform: rotateZ(0deg);
  transition: all 0.3s ease, transform 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) 0.7s;
}



.sidebar .sidebar-toggle-button:focus {
  border: solid rgb(235, 235, 235) 1px;
}

.sidebar-toggle-button:hover img {
  transform: scale(90%);
  filter: grayscale(0) brightness(1) invert(0.2);
}

.sidebar-toggle-button img {
  height: 16px;
  width: 16px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(0.5);
  transition: all 0.3s ease, transform 0.8s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}






.nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 0px 5px 15px 5px;
  gap: 4px;
}

.sidebar.minimized .nav {
  padding: 2px 7px 15px 7px;
  gap: 6px;
}

.nav-links-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 10px;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidebar.minimized .nav-links-container {
  max-height: 44px;
}

.sidebar.minimized .nav-links-container.active {
  max-height: 100%;
}

.nav-links-container.active {
  max-height: 100%;
}


/* THIS IS A TITLE BUT CAN ALSO SOMETIMES BE A LINK */

.nav-title-container {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  cursor: pointer;
  border-radius: 10px;
  border-radius: 30px;
  text-decoration: none;
  border: solid rgba(236, 215, 250, 0) 1px;
  transition: 0.3s ease, background-color 0.35s ease, border 0.3s ease, gap 0.3s ease;
}

.sidebar.minimized .nav-title-container {
  gap: 0px;
  padding: 4px;
  border-radius: 14px;
  /* border-radius: 30px; */
  border: solid rgb(234, 234, 234) 1px;
  background-color: rgb(248, 247, 250);
  transition: 0.3s ease, background-color 0.35s ease 0.6s, border 0.3s ease 0.6s, gap 0.3s ease 0.6s;
}

.sidebar.minimized .nav-title-container:hover {
  background-color: rgb(242, 240, 247);
}

.nav-title-container .nav-title-icon-container img {
  transition: all 0.3s ease, transform 0.8s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.sidebar.minimized .nav-title-container .nav-title-icon-container img {
  transform: scale(90%);
  /* transition: all 0.3s ease, transform 0.35s ease 0.6s; */
}

.sidebar.minimized .nav-title-container:hover .nav-title-icon-container img {
  transform: scale(70%);
}


.nav-title-container:hover {
  background-color: rgb(248, 248, 248);
}

.nav-title-container.single-page.active {
  background-color: rgb(249, 242, 253) !important;
  box-shadow: 0px .5px 1px rgba(0, 0, 0, 0.1);
  border: solid rgba(228, 200, 247, 0.473) 1px !important;
}

.nav-title-container.single-page.active .nav-links-title {
  color: rgb(90, 18, 142);
  font-weight: 500;
}

.nav-title-container.single-page.active img {
  filter: grayscale(0) brightness(1) invert(0);
}

.nav-links-container.active .nav-title-container,
.nav-links-container:has(.active) .nav-title-container {
  border: solid rgb(236, 215, 250) 1px;
  background-color: rgb(250, 250, 250);
}





.nav-links-title {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  flex: 1;
  opacity: 1;
  transition: all 0.3s ease, padding 0.3s ease, max-width 0.3s ease, opacity 0.3s ease;
}

.sidebar.minimized .nav-title-container span {
  max-width: 0px;
  opacity: 0;
  padding: 0px;
  transition: all 0.3s ease, padding 0.3s ease 0.6s, max-width 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
}

.nav-links-container.active .nav-links-title,
.nav-links-container:has(.active) .nav-links-title {
  color: rgb(119, 65, 158);
  font-weight: 500;
}

.nav-links-container.active:hover .nav-links-title {
  color: rgb(119, 65, 158);
}

.nav-title-container:hover .nav-links-title {
  color: rgb(48, 48, 48);
}



.nav-title-container:hover .dropdown-icon {
  filter: grayscale(100%) brightness(0%) invert(0.2);
}


.nav-links-container.active .dropdown-icon,
.nav-links-container:has(.active) .dropdown-icon {
  transform: rotate(180deg);
  filter: grayscale(0%) brightness(100%) invert(0);
}

.nav-links-container .dropdown-icon {
  filter: grayscale(100%) brightness(0%) invert(0.4);
}

.sidebar.minimized .dropdown-icon {
  max-height: 0px;
}



.nav-title-icon-container {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1); */
  border: solid rgb(243, 234, 249) 1px;
  transition: 0.3s ease;
}

.nav-links-container.active .nav-title-icon-container,
.nav-title-container.active .nav-title-icon-container,
.nav-links-container:has(.active) .nav-title-icon-container {
  background-color: white;
  border-color: rgb(238, 224, 248);
}

.nav-title-container:hover .nav-title-icon-container img {
  transform: scale(80%);
}


.nav-title-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(0%) invert(0);
}

.nav-links-container.active .nav-title-container img,
.nav-links-container:has(.active) .nav-title-container img {
  filter: grayscale(0%) brightness(100%) invert(0);
}



.nav-title-container .dropdown-icon {
  height: 14px;
  width: 14px;
  max-width: 100%;
  transition: 0.3s ease;
}

.sidebar.minimized .dropdown-icon {
  max-width: 0px;
}

.inner-nav-links-container {
  display: flex;
  margin-left: 20px;
  padding-left: 20px;
  flex-direction: column;
  list-style: none;
  gap: 2px;
  position: relative;
  transition: 0.3s ease;
}

.nav-links-container.active .inner-nav-links-container {
  margin-bottom: 10px;
}

.nav-links-container.active .inner-nav-links-container::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  width: 4px;
  border-radius: 5px;
  z-index: 1;
  background-color: rgb(245, 240, 249);
  transition: 0.3s ease;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  color: rgb(126, 126, 126);
  border-radius: 8px;
  border-radius: 30px;
  border: solid rgba(255, 255, 255, 0) 1px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  white-space: nowrap;
  max-width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.1s ease;
}

.nav-link:hover {
  background-color: rgb(248, 248, 248);
  color: rgb(90, 90, 90);
}

.nav-link.active {
  background-color: rgb(249, 242, 253);
  color: rgb(90, 18, 142);
  box-shadow: 0px .5px 1px rgba(0, 0, 0, 0.04);
  border: solid rgb(241, 230, 247) 1px;
}

.nav-link::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 3px;
  height: 0px;
  border-radius: 5px;
  z-index: 2;
  transition: 0.25s ease;
  background-color: rgb(135, 100, 176);
}

.nav-link.active::before {
  background-color: rgb(135, 100, 176);
}


.nav-link.active::before,
.nav-link:hover::before {
  height: 22px;
  transition: 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}


.nav-link:active::before {
  height: 25px;
}

.nav-links-container.active .nav-link {
  opacity: 1;
}










.sidebar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 0px;
  background-color: rgb(253, 253, 253);
  border-top: solid rgb(244, 242, 249) 1px;
  position: sticky;
  bottom: 0px;
  z-index: 10;
}

.sidebar-footer::before {
  content: '';
  position: absolute;
  inset: 0px;
  z-index: 3;
  background-color: rgb(253, 253, 253);
}




.sidebar-school-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition: all 0.3s ease, justify-content 0.3s ease 0.4s,
}

.sidebar.minimized .sidebar-school-container {
  gap: 0px;
}


.sidebar-school-logo-container {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  transition: 0.3s ease;
  cursor: pointer;
}

.sidebar-school-logo-container::before {
  content: '';
  position: absolute;
  inset: -2px;
  border: solid rgb(242, 242, 241) 1px;
  border-radius: 50%;
  pointer-events: none;
  transition: 1.1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.sidebar-school-logo-container:hover::before {
  inset: 3px;
}


.sidebar-school-logo-container .sidebar-school-logo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: rgb(242, 242, 241);
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}


.sidebar-school-meta {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  transition: 0.3s ease;
}

.sidebar.minimized .sidebar-school-meta {
  max-width: 0px;
}


.sidebar-school-name {
  font-size: 12px;
  font-weight: 500;
  color: #111;
}


.sidebar-school-level {
  font-size: 10px;
  color: #555;
}


.toggle-theme-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.toggle-theme-button {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  background-color: white;
  border: solid rgb(249, 249, 249) 1px;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease, padding 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.toggle-theme-button:hover {
  padding: 10px;
  border-color: rgb(235, 235, 235);
}

.toggle-theme-button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0);
  filter: grayscale(1) brightness(0) invert(0.5);
}










.sidebar-school-info-container {
  display: flex;
  flex-direction: column;
  background-color: rgb(253, 253, 253);
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0px;
  z-index: 2;
  max-height: 0px;
  overflow: hidden;
  border-bottom: solid rgba(244, 242, 249, 0) 1px;
  transition: all 0.3s ease, opacity 0.2s ease, bottom 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.sidebar-school-info-container.open {
  left: 0px;
  right: 0px;
  bottom: 50px;
  max-height: 245px;
  border-color: rgb(244, 242, 249);
}



.sidebar-school-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #333;
  padding: 8px;
  border-bottom: solid rgb(244, 242, 249) 1px;
  border-top: solid rgb(244, 242, 249) 1px;
}

.sidebar-school-academic-calender {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sidebar-school-academic-calender-icon-container {
  height: 34px;
  width: 34px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background-color: rgb(242, 242, 241);
}

.sidebar-school-academic-calender-icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(0.4);
}




.sidebar-school-academic-calender .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  color: #333;
  gap: 0px;
  font-weight: 500;
  font-size: 11px;
}

.sidebar-school-term {
  font-size: 10px;
  color: #777;
}


.close-sidebar-school-info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 8px;
  border: solid rgb(222, 222, 222) 1px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}


.close-sidebar-school-info-button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(0.2);
  transform: rotate(180deg) scale(100%);
  transition: all 0.3s ease, transform 0.9s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.sidebar-school-info-container.open .close-sidebar-school-info-button img {
  transform: rotate(0deg) scale(100%);
}

.sidebar-school-info-container.open .close-sidebar-school-info-button:hover img {
  transform: rotate(0deg) scale(115%);
}

.sidebar-school-info-container.open .close-sidebar-school-info-button:active img {
  transform: rotate(0deg) scale(90%);
}

.sidebar-school-info-body {
  display: flex;
  flex-direction: column;
  padding: 10px 12px 5px 12px;
  gap: 8px;
}


.sidebar-school-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #555;
}

.sidebar-school-label-icon-container {
  height: 22px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0);
  border: solid rgba(151, 151, 151, 0.493) 1px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.sidebar-school-label-icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(0.2);
}


.sidebar-school-info-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #444;
  padding: 7px;
  text-align: center;
}


.sidebar-school-motto {
  width: 100%;
  padding: 10px 5px;
  /* border: solid rgb(239, 238, 241) 1px; */
  background-color: rgb(246, 246, 246);
  border-radius: 40px;
}













@media (max-width: 768px) {

  .content {
    padding: 60px 0px 0px 0px;
  }

  .content.expand {
    padding: 60px 0px 0px 0px;
  }




  .footer {
    padding: 20px 20px 20px 20px !important;
  }

  .footer.content-expand {
    padding: 20px 20px 20px 20px !important;
  }






  .header {
    padding: 11px 8px 11px 10px;
    border-width: 0px;
    background-color: rgb(255, 255, 255);
    border-bottom: solid rgb(237, 237, 237) 0px;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  }

  .header-logo-container {
    margin-left: 0px;
  }

  .content.expand .header-logo-container {
    margin-left: 0px;
  }


  .header .left,
  .header .right {
    gap: 8px;
  }

  .sidebar-logo-container,
  .header-logo-container {
    width: 100%;
  }

  .header-logo {
    gap: 0px;
    padding: 0px;
    justify-content: center;
  }

  .header-logo img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    padding: 4px;
    border: dotted rgba(84, 0, 168, 0.15) 1px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(84, 0, 168, 0.021);

    /*     border: none;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    background-color: transparent; */
  }


  .header-logo span,
  .header-logo .logo-text {
    width: 0px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    padding: 0px;
    display: none;
    margin-left: 0px !important;
  }

  .header .right {
    position: relative;
    gap: 8px;
    /*     padding: 2px 2px 2px 5px;
    border-radius: 50px;
    border: solid rgb(241, 241, 241) 0.5px;
    background-color: rgb(251, 251, 251); */
  }

  .notification-count,
  .message-count {
    min-height: 19px;
    min-width: 19px;
  }

  .user-info-container {
    gap: 0px;
    border-color: rgba(240, 231, 247, 0);
    position: static;
    padding: 0px;
  }

  .profile-picture-container {
    height: 36px;
    width: 36px;
  }

  .user-meta-container,
  .toggle-user-popup-icon-container,
  .toggle-user-popup-icon {
    height: 0px;
    width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-inline: 0;
    padding-block: 0;
    gap: 0px;
    opacity: 0;
    border: 0px;
  }


  .logout-button-container {
    top: -50px;
    right: 0px;
    left: 0px;
    justify-content: center;
    padding: 0px 40px;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: solid rgba(255, 255, 255, 0.779) 1px;
  }

  .user-info-container.open .logout-button-container {
    top: 65px;
    right: -4px;
    left: -6px;
    padding: 6px 7px;
    background-color: rgba(236, 223, 245, 0.55);
    box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.1);
    opacity: 1;
  }

  .logout-button,
  .login-button {
    flex: 1;
    padding-block: 12px;
  }

  .logout-button:hover img,
  .login-button:hover img {
    transform: scale(85%);
  }

  .logout-button:active img,
  .login-button:active img {
    transform: scale(100%);
  }





  .search-container {
    height: auto;
    width: auto;
    max-width: 100%;
    position: fixed;
    top: 58px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 12px 10px 10px 10px;
    z-index: 120;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .search-container.visible {
    opacity: 1;
    pointer-events: all;
  }


  .search-bar {
    height: 48px;
    margin-top: -120px;
  }

  .search-container.visible .search-bar {
    margin-top: 0px;
  }

  .search-box {
    text-indent: 20px;
  }

  .search-button {
    right: 10px;
  }

  .toggle-search-button {
    display: flex;
  }


  .close-search-button,
  .close-notification-dropdown-button {
    display: flex;
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 20;
    background-color: rgb(246, 242, 249);
    border: solid rgb(255, 255, 255) 1px;
    margin-bottom: -70px;
    transition: all 0.3s ease, margin 1.1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) 0.3s;
  }

  .close-search-button:hover img,
  .close-notification-dropdown-button:hover img {
    transform: rotate(90deg);
  }

  .close-search-button:active img,
  .close-notification-dropdown-button:active img {
    transform: rotate(45deg);
  }

  .search-container.visible .close-search-button {
    margin-bottom: 20px;
  }


  .close-notification-dropdown-button {
    position: absolute;
    left: auto;
    right: auto;
    bottom: -90px;
    top: auto;
  }

  .notification-dropdown.visible .close-notification-dropdown-button {
    margin-bottom: 0px;
    bottom: 80px;
  }







  .sidebar {
    left: -275px;
    width: 265px;
    max-width: 85vw;
    transition: 0.5s ease 0s;
    will-change: transform;
  }

  .sidebar.open {
    left: 0px;
    width: 265px;
    transition: 0.4s ease 0.12s;
  }

  .sidebar-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 100%;
    left: 0px;
    z-index: 192;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    transition: 0.4s ease 0.15s, backdrop-filter 0.3s ease 0.3s;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }

  .sidebar-overlay.open {
    pointer-events: all;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.5s ease 0.1s, backdrop-filter 0.3s ease 0.3s;
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
  }



  .header-toggle-button-container {
    display: flex;
  }

  .sidebar-toggle-button {
    transform: rotate(180deg);
  }

  .sidebar.open .sidebar-toggle-button {
    transform: rotate(0deg);
  }



  .sidebar.open .sidebar-logo {
    margin-left: 0px;
  }


  .nav {
    padding: 5px 11px 10px 10px;
    gap: 7px;
  }


  .nav-links-container {
    max-height: 50px;
    min-height: 50px;
  }

  .sidebar.minimized .nav-links-container {
    max-height: 50px;
    min-height: 50px;
  }

  .sidebar.minimized .nav-title-container,
  .nav-title-container,
  .sidebar.open .nav-title-container {
    padding: 8px 14px 8px 8px;
    border-radius: 30px;
  }

  .nav-title-container {
    gap: 15px;
    background-color: rgb(247, 247, 247);
    border: solid rgb(243, 243, 243) 1px;
  }

  .sidebar.sidebar.open .nav-title-container {
    gap: 15px;
  }

  .sidebar.open .nav-title-container img {
    transform: scale(88%);
  }

  .sidebar.sidebar.open .nav-links-title {
    max-width: 100%;
    opacity: 1;
  }

  .dropdown-icon {
    opacity: 0;
    transition: all 0.3s ease, opacity 0.3s ease 0.8s;
  }

  .sidebar.sidebar.open .dropdown-icon {
    max-height: 14px;
    max-width: 14px;
    opacity: 1;
  }

  .nav-link {
    border-radius: 10px;
    padding: 12px;
    border-radius: 30px;
    padding-left: 15px;
  }



  .sidebar.open .sidebar-school-container {
    gap: 10px;
  }

  .sidebar.open .sidebar-school-meta {
    max-width: 100%;
  }



  .sidebar-school-logo-container .sidebar-school-logo {
    height: 40px;
    width: 40px;
  }


  .sidebar-school-meta {
    gap: 2px;
  }

  .sidebar-school-name {
    font-size: 13px;
  }


  .sidebar-school-level {
    font-size: 11px;
  }








  .documents-container,
  .files-container,
  .schools-container {
    background-color: rgb(253, 253, 255);
    background-color: rgb(248, 247, 250);

    padding: 20px 10px 30px 10px;
  }

  .documents-container,
  .files-container,
  .users-container,
  .notifications-container {
    padding: 3px 0px 0px 0px;
  }



  .users-container-body,
  .classes-container-body,
  .users-container-body,
  .schools-container-body,
  .departments-container-body,
  .districts-container-body,
  .provinces-container-body,
  .subjects-container-body,
  .grades-container-body,
  .document-types-container-body {
    padding-inline: 7px;
  }

  .role-filter-tabs {
    padding-inline: 8px;
  }

  .role-filter-tabs.notifications {
    margin-top: 15px;
  }

  .documents-container-body,
  .files-container-body {
    flex: 1;
    /* border-radius: 30px 30px 0px 0px;
    background-color: rgb(252, 252, 254);
    box-shadow: 0px -0.5px 1px rgba(0, 0, 0, 0.07); */
    padding: 5px 8px 10px 8px;
  }


  .documents-container-body.grid-view,
  .files-container-body.grid-view {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 15px 10px;
    align-items: flex-start;
    place-content: flex-start;
  }

  .documents-container-body.list-view,
  .files-container-body.list-view {
    justify-content: flex-start;
  }


  .documents-container-header,
  .files-container-header,
  .schools-container-header {
    border-bottom-color: rgba(231, 231, 231, 0);
  }

  .documents-container-header,
  .files-container-header,
  .users-container-header {
    padding: 12px 8px 8px 8px;
    gap: 4px;
    /* border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.15);
    background-color: rgb(251, 250, 254); */
  }

  .documents-container-header .bottom,
  .files-container-header .bottom,
  .users-container-header .bottom,
  .documents-container-header .top,
  .files-container-header .top,
  .users-container-header .top {
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border: solid rgb(233, 233, 233) 0.5px;
    border-radius: 15px;
    gap: 7px;
    box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .documents-container-header .bottom::before,
  .files-container-header .bottom::before,
  .users-container-header .bottom::before,
  .documents-container-header .top::before,
  .files-container-header .top::before,
  .users-container-header .top::before {
    content: '';
    position: absolute;
    inset: 1px;
    z-index: 0;
    pointer-events: none;
    background-color: rgba(248, 248, 250, 0);
    border-radius: 14px;
  }

  .section-title {
    display: none;
  }









  .documents-container-header,
  .users-container-header,
  .files-container-header,
  .schools-container-header {
    flex-direction: column;
  }



  .documents-container-header .top,
  .users-container-header .top,
  .files-container-header .top,
  .schools-container-header .top,

  .documents-container-header-actions,
  .users-container-header-actions,
  .files-container-header-actions,
  .schools-container-header-actions {
    display: flex;
    justify-content: space-between;
  }

  .documents-container-header-actions .left,
  .users-container-header-actions .left,
  .files-container-header-actions .left,
  .schools-container-header-actions .left {}


  .documents-container-header-actions .right,
  .users-container-header-actions .right,
  .files-container-header-actions .right,
  .schools-container-header-actions .right {
    min-width: 125px;
  }


  .documents-container-header .bottom,
  .users-container-header .bottom,
  .files-container-header .bottom,
  .schools-container-header .bottom {}



  .documents-container-header-actions,
  .users-container-header-actions,
  .files-container-header-actions,
  .schools-container-header-actions {
    width: 100%;
    gap: 12px;
  }


  .document-count-container,
  .files-count-container,
  .teachers-count-container,
  .user-count-container {
    height: 36px;
    padding: 10px;
    border-color: rgba(168, 168, 168, 0);
    background-color: rgb(252, 251, 254);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-width: 1px;
    min-width: 80px;
    border-radius: 12px;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .back-button {
    margin-left: -8.5px;
    border-radius: 10px;
    margin-right: 2px;
    border-width: 0.5px;
    padding: 8px 9px;
  }


  .filter-indicator {
    margin-right: -8px;
  }

  .filter-indicator a {
    border-radius: 10px;
    background-color: white;
    border-color: rgb(232, 232, 232);
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  }


  .add-button,
  .add-button.empty {
    padding: 11px 22px;
    height: 38px;
  }

  .add-button.secondary {
    padding-inline: 5px;
  }





  .add-button.secondary,
  .add-button.empty {
    border-width: 1.5px;
    border-radius: 12px;
  }

  .add-button.empty {
    height: auto;
    padding: 13px 60px;
    border-radius: 50px;
    background-color: rgb(84, 0, 168);
    color: white;
  }

  .add-button.empty:hover {
    color: rgb(84, 0, 168);
  }

  .add-button.empty img {
    height: 13px;
    width: 13px;
    display: flex;
    filter: grayscale(1) brightness(0) invert(1) opacity(1);
  }


  .add-button.empty:hover img {
    filter: grayscale(0) brightness(1) invert(0) opacity(0.8);
  }


  .add-button {
    flex: 1;
    max-width: 140px;
    border-radius: 12px;
    white-space: nowrap;
  }

  .add-button.left {
    margin-left: 0px;
  }

  .add-button span {
    display: none2;
  }

  .add-button img {
    display: none;
  }

  .add-button.secondary,
  .add-button {
    padding-inline: 20px;
  }

  .left,
  .right {
    gap: 5px;
  }




  .grid-button,
  .list-button {
    height: 40px;
    width: 40px;
    border-radius: 13px;
  }


  .sort-button {
    display: nonef !important;
    height: 36.5px;
    min-width: 125px;
    max-width: 125px;
    gap: 7px;
    border-radius: 12px;
  }


  .document-card {
    border-color: rgba(93, 23, 154, 0.11);
    border-color: rgba(93, 23, 154, 0);
    border-width: 0.5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  }

  .document-card:hover {
    border-width: 0.5px;
  }

  .document-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    z-index: 8;
    border-radius: 24px;
    background-color: rgba(103, 47, 215, 0);
    border: solid rgba(96, 36, 217, 0.0) 1px;
    pointer-events: none;
    transition: 0.3s ease;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }

  .document-card.dropdown-active::before {
    background-color: rgba(43, 33, 65, 0.13);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    pointer-events: all;
    z-index: 11;
  }

  .documents-container-body.list-view .document-card::before,
  .files-container-body.list-view .document-card::before {
    border-radius: 18.5px;
  }



  .documents-container-body.grid-view .document-card,
  .files-container-body.grid-view .document-card {
    padding: 12px;
    min-height: 155px;
  }

  .documents-container-body.grid-view .document-card-right,
  .files-container-body.grid-view .document-card-right {
    align-items: flex-end;
  }

  .documents-container-body.grid-view .card-dropdown-menu,
  .files-container-body.grid-view .card-dropdown-menu {
    max-width: 85%;
    width: 100%;
    border-radius: 20px;
    border: solid white 1px;
  }



  .document-card-file-type-icon-container {
    background-color: rgb(250, 246, 253);
    border: solid rgb(230, 225, 235) 0.5px;
  }

  .document-card:hover .document-card-file-type-icon-container,
  .document-card-file-type-icon-container:hover {
    border: solid rgb(226, 217, 236) 0.5px;
  }



  .documents-container-body.grid-view .document-card-header,
  .files-container-body.grid-view .document-card-header {
    gap: 10px;
  }

  .documents-container-body.grid-view .document-card-body,
  .files-container-body.grid-view .document-card-body {
    padding: 8px 0px 0px 2px;
  }

  .documents-container-body.list-view .document-card-body,
  .files-container-body.list-view .document-card-body {
    min-height: 60px;
  }


  .documents-container-body.grid-view .date-time-container,
  .files-container-body.grid-view .date-time-container {
    justify-content: center;
    padding-top: 0px;
    margin-top: 5px;
    padding: 4px;
    border-radius: 30px;
    background-color: rgba(106, 106, 106, 0.02);
    border: solid rgba(93, 23, 154, 0.07) 0.5px;
  }

  .documents-container-body.grid-view .document-upload-date,
  .files-container-body.grid-view .document-upload-date {
    display: none;
  }



  .documents-container-body.list-view .document-card.dropdown-active .card-dropdown-menu,
  .files-container-body.list-view .document-card.dropdown-active .card-dropdown-menu {
    width: 250px;
    border: solid white 1px;
  }


  .dropdown-item {
    padding: 12px 13px;
  }

  .documents-container-body.list-view .card-dropdown-menu .dropdown-item,
  .files-container-body.list-view .card-dropdown-menu .dropdown-item {
    padding: 13px 15px;
  }

  .documents-container-body.list-view .card-dropdown-menu .dropdown-item.edit,
  .files-container-body.list-view .card-dropdown-menu .dropdown-item.edit,
  .documents-container-body.list-view .card-dropdown-menu .dropdown-item.danger,
  .files-container-body.list-view .card-dropdown-menu .dropdown-item.danger {
    border-left: solid white 1px;
  }

  .documents-container-body.list-view .document-card-right,
  .files-container-body.list-view .document-card-right {
    gap: 5px;
  }

  .document-actions-button {
    border-color: rgba(96, 36, 217, 0.06);
    background-color: rgba(255, 255, 255, 0.151);
    background-color: rgb(255, 255, 255);
  }

  .files-container-body.list-view .document-actions-button,
  .documents-container-body.list-view .document-actions-button {
    background-color: white;
    border-color: rgb(223, 219, 232);
    ;
  }


  .files-container-body.list-view .document-size-container,
  .documents-container-body.list-view .document-size-container {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: white;
  }

  .document-size-container,
  .document-size-container {
    background-color: rgba(255, 255, 255, 0);
  }



  .files-container-body.list-view .document-actions-button img,
  .documents-container-body.list-view .document-actions-button img {
    transform: rotate(90deg);
  }

  .files-container-body.list-view .document-body-top {
    gap: 5px;
  }


  .documents-container-body.list-view .document-name,
  .documents-container-body.list-view .document-author,
  .files-container-body.list-view .document-name,
  .files-container-body.list-view .document-author:not(.files),
  .files-container-body.list-view .document-body-top {
    padding-inline: 65px 50px;
  }

  .files-container-body.list-view .document-author {
    padding-inline: 6px 0px;
  }

  .documents-container-body.list-view .date-time-container,
  .files-container-body.list-view .date-time-container {
    padding-inline: 65px 2px;
  }

  .files-container-body.grid-view .deletion-date,
  .documents-container-body-grid-view .deletion-date {
    display: none;
  }


  .document-create-modal {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: unset;
    max-height: 70vh;
    height: auto;
    width: auto;
    border-radius: 25;
    box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0);
    background-color: rgba(253, 253, 253, 0);
    border: solid rgba(228, 228, 228, 0) 1px;
    padding: 20px 10px 10px 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .document-create-modal.open {
    height: auto;
    width: auto;
    top: unset;
    bottom: 5px;
    left: 5px;
    right: 5px;
    box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.5);
    border: solid rgb(255, 255, 255) 1px;
    padding: 20px 10px 10px 10px;
  }

  .document-create-modal-body {
    max-height: 60vh;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 15px 10px;
    box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.1);
    border: solid rgb(255, 255, 255) 1px;
    border-radius: 20px;
    background-color: rgb(248, 247, 250);
  }
















  .role-filter-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -5px;
  }

  .tab {
    white-space: nowrap;
    padding-block: 11px;
  }





  .modal {
    padding: 8px;
    align-items: unset;
    background-color: rgba(0, 0, 0, 0.5);
  }


  .form-container {
    margin-top: auto;
  }

  .form {
    padding: 25px 20px 20px 20px;
    border-radius: 30px;
  }


  #deleteDocumentPreview.folder-preview {
    padding: 0px;
    margin: 0px;
    margin-block: 0px;
    padding-block: 0px;
  }

  .row.template-checkbox {
    display: none;
  }

  .modal-actions {
    gap: 15px;
  }



  .toaster {
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50px;
    padding: 20px 18px;
    width: auto;
    max-width: 100%;
  }








  .pagination-buttons-container {
    gap: 6px;
  }

  .pagination-buttons-inner {
    gap: 6px;
  }



}