.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media (min-width: 768px) {
  .w-md-85 {
    width: 85% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}

#top_nav .nav-item {
  border-right: 1px solid var(--bs-gray);
}

#top_nav .nav-item:first-child {
  border-left: 1px solid var(--bs-gray);
}

#tabs .nav-link {
  background-color: var(--bs-light);
}

#tabs .nav-link.active {
  background-color: var(--bs-gray);
}

*:not(.btn):not(i) {
  border-radius: 0px !important;
}

.p-lb {
  border-left: 10px solid var(--bs-gray);
  padding-left: 10px;
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.carousel-control-prev {
  display: none;
}

.h-available {
  height: -webkit-fill-available;
}

.h-initial {
  height: initial;
}

