/* Navbar additional styling  */
.navbar {
  margin-top: 0;
  padding-top: 0.18rem;
  padding-bottom: 0;
  border-bottom: solid 1px var(--bs-gray-400);
  background-color: white;
}

.navbar-brand {
  padding: 0;
  max-width: 390px;
  display: block;
}
.navbar-brand span {
  font-size: 18px;
  line-height: 22px;
  text-wrap: wrap;
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 10px;
  border-left: solid 1px var(--bs-gray-400);
  font-weight: 500;
  vertical-align: middle;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #0b6739;
  font-weight: 600;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: unset;
}

.navbar-toggler {
  padding: 0;
  padding-block-end: 0;
  padding-block-start: 0;
  border-radius: 0;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("../../img/close.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  transition-duration: 50ms;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("../../img/menu.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  transition-duration: 50ms;
}

.navbar-toggler-icon {
  width: 42px;
  height: 42px;
}

.navbar-nav {
  gap: 15px;
}

.nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.nav-link:hover,
.dropdown-item:hover {
  color: var(--dm-color-green);
}

.dropdown-menu {
  border-radius: unset;
  border: none;
  background-color: white;
  padding-bottom: 0.75rem;
  border-radius: 0 0 8px 8px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.nav-item.dropdown {
  text-align: right;
}
.dropdown-item {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.28px;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.35rem 1rem;
  transition-duration: 100ms;
  transform: translateX(0);
}
@media (min-width: 994px) {
  .dropdown-item {
    text-align: right;
  }
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: unset;
}

.dropdown-item:after,
.dropdown-item:after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 10%;
  opacity: 0.3;
  width: 0;
  height: 80%;
  border-bottom: solid 1px;
  transform: translateY(2px);
  transition-duration: 100ms;
  transition-delay: 100ms;
}

.dropdown-item:hover:after,
.dropdown-item:focus:after {
  opacity: 1;
  width: calc(100% - 2rem);
  transform: translateY(-1px);
  transition-duration: 100ms;
  transition-delay: 200ms;
}

/* Everything below navbar ----------------------------*/
body > .content {
  margin-top: 120px;
  min-height: calc(100vh - 275px);
}

body h3,
body .page-title {
  font-weight: 200;
  font-size: 36px;
  margin-bottom: 1rem;
}
.landing .username {
  text-transform: capitalize;
}
.landing video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  filter: hue-rotate(-0.25turn);
}
.landing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.landing .container {
  color: white;
  margin: auto;
  position: fixed;
  inset: 0;
  width: fit-content;
  height: fit-content;
}
.landing .container h1 {
  font-size: 42px;
  font-weight: 700;
}
@media (min-width: 780px) {
  .landing .container h1 {
    font-size: 76px;
  }
}

/* Tables */
.table-responsive {
  overflow: auto;
}
@media (min-width: 780px) {
  .table-responsive {
    overflow: visible;
  }
}
table {
  background-color: rgba(0, 0, 0, 0.02);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
table tr th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* background-color: var(--dm-color-green);
  color: var(--bs-white); */
}
table tr td {
  font-size: 14px;
}
table tr td .btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  font-weight: 500;
  font-size: 11px;
}
table tr:first-child {
  background-color: rgb(229, 229, 229);
}
table tr:not(:first-child):hover {
  background-color: #e3f7ed;
}

/* Footer styles*/
footer {
  background: var(--dm-color-green);
  color: white;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
footer:before {
  background-image: url(../../img/pattern-sm.png);
  background-repeat: repeat-x;
  background-size: 600px auto;
  background-position: center top;
  background-color: white;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

  content: "";
  position: absolute;
  left: 0;
  top: -10px;

  width: 100%;
  height: 10px;
}
footer .copyright {
  font-size: 12px;
  margin: 0 auto;
}

footer.landing-page {
  background: none;
} 
footer.landing-page:before {
  display: none;
} 
footer.landing-page .copyright {
  color: white;
}
