body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}


main {
  min-height: 100vh;
  height: -webkit-fill-available;
  overflow-x: auto;
  overflow-y: auto;
  background: #f7f7f7;
  padding-bottom: 80px;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .6rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
  border-radius: 6px !important;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: #fff !important;
  background-color: #2a457f;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  display: none;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .6rem .5rem;
  margin-top: .5rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}

.list-unstyled li:first-child .btn-toggle::before{
  visibility: hidden;
}

.nav-logo img{
  width: 100px;
}

.border-top, .border-bottom {
  border-color: #ffffff38 !important;
}

aside{
  background-color: #dc3545;
  width: 190px;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  /* border-right: 1px solid #ffebe3; */
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.link-body-emphasis.active{
  /* background: linear-gradient(90deg, #3484D9 0%, #0AC3F8 100%); */
  background-color: #fff;
  color: #10172A !important;
  
}

.link-body-emphasis{
  padding: .6rem 1rem;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-toggle-nav.list-unstyled{
  padding-right: 20px;
}


.logo{
  background-color: #fff;
  border-radius: 10px;
}


