html,
body {
  height: fit-content;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  overflow: hidden;
}
body {
  line-height: 19.5px;
  height: 100%;
}
ul {
  padding-left: 1rem;
}
.table {
  --bs-table-bg: transparent;
}
.toggle-icon {
  transition: transform 0.3s ease;
}
.rotate-180 {
  transform: rotate(180deg);
}
.custom-header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.form-control:disabled {
  background-color: lightgray;
}
.nav-tabs .nav-item {
  font-weight: 700;
}
.nav-tabs .nav-link:hover {
  border: none;
}
.nav-item a {
  vertical-align: bottom;
}
.navbar-brand {
  color: white !important;
  z-index: 999;
}
.content-container {
  padding-bottom: 200px;
  margin-bottom: 20px;
  margin-top: 50px;
  overflow: scroll;
  height: calc(100vh - 50px);
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge legacy */
}
.content-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, nieuw Edge */
}
.dropdown-toggle {
  background-color: transparent;
  border: none;
}
.dropdown-menu-right {
  right: 0;
  left: auto !important;
  max-width: 100vw;
}
body {
  background-color: #f8f9fa;
}
.login-container {
  max-width: 400px;
  min-width: 40%;
  margin: 50px auto;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.btn-dark {
  background-color: #212121;
  color: white;
}
.btn-main-border {
  background-color: transparent;
}
.custom-footer {
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.footer-nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
footer .nav-item {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  margin: 10px 0;
  width: 20%;
}
footer .nav-item .icon {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}
footer .nav-item .svg-icon svg {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}
footer .nav-item .label {
  display: block;
}
.footer-icon {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.alert {
  z-index: 1;
}
.svg svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}
.my-account-card {
  color: white;
}
.list-group {
  margin-top: 20px;
}
.list-group-item {
  position: relative;
  padding: 0.5rem 1.25rem;
  margin-bottom: 10px;
  height: 50px;
  border: none;
  background-color: #f8f9fa;
}
.list-group-item:hover {
  cursor: pointer;
}
.list-group-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-group-item a i {
  display: flex;
  align-items: center;
}
.list-group-item a div {
  height: 100%;
}
.icon-large {
  font-size: 24px;
}
.no-underline,
.no-underline:hover {
  text-decoration: none;
}
.fixed-position {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
}
.hover-darker {
  transition: filter 0.5s ease;
}
.hover-darker:hover {
  filter: brightness(0.9);
}
.darker-card {
  background-color: rgba(0, 0, 0, 0.1);
}
.card {
  border: none;
}
.card-body {
  padding: 19px 20px;
}
.hidden {
  display: none !important;
}
#page-loader {
  display: none;
  position: absolute;
  top: 50px;
  bottom: 85px;
  left: 0;
  right: 0;
  z-index: 1050;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  /* Semi-transparent white */
}
.accordion {
  --bs-accordion-border-radius: none !important;
  --bs-accordion-bg: transparent !important;
}
.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: transparent !important;
}
.accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.accordion-body {
  background-color: transparent !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.accordion-button {
  padding-left: 2px !important;
  padding-right: 10px !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.check-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.check-list li:before {
  content: '✔';
  position: absolute;
  left: 0;
  font-size: 1.6em;
  line-height: 1;
}
.datepicker {
  max-width: 100%;
  font-size: 18px;
  min-width: 250px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 99999 !important;
}
.datepicker .table-condensed {
  width: 100%;
}
.datepicker .day {
  padding: 5px;
}
.darker-hover:hover {
  transition: filter 0.5s ease;
  filter: brightness(85%);
}
.fit-content {
  width: fit-content;
}
@media (max-width: 768px) {
  .datepicker {
    font-size: 14px;
  }
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.transparent-bg {
  background-color: transparent !important;
}
.video-list li {
  height: 150px;
  padding-left: 0;
  padding-right: 0;
}
.video-list li img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
/* Container styling */
.symbol-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.symbol-item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.symbol-letter {
  font-weight: bold;
  color: #f4c542;
  /* Example yellow for the "W" */
  margin-right: 0.5rem;
}
.symbol-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* Styling the dots */
.dot {
  width: 6px;
  height: 6px;
  background-color: #92949c;
  border-radius: 50%;
}
.progress-horizontal-line {
  display: block;
  height: 4px;
  background-color: #92949c;
  width: 53px;
  margin: 4px 0;
  border-radius: 2px;
}
/* Styling the status indicators */
.status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.gray-text {
  color: #92949c;
}
@media (max-width: 500px) {
  .navbar-brand {
    font-size: medium;
  }
  th,
  td {
    font-size: smaller;
  }
  .btn {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .navbar-brand,
  header .dropdown-toggle {
    font-size: smaller;
  }
  .navbar-brand img {
    max-width: 55px;
  }
  footer .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 300px) {
  .navbar-brand,
  header .dropdown-toggle {
    font-size: x-small;
  }
  .navbar-brand img {
    max-width: 40px;
  }
  footer .nav-item {
    font-size: 10px;
  }
}
