﻿html body {
  overflow-x: hidden;
}

.main-content {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-content {
    min-height: 100vh;
  }
}

.navbar-brand-img {
  /*filter: invert(100%);*/
}

.offcanvas-menu {
  transition: all 0.2s ease;
  background-color: #212121;
}
.offcanvas-menu .offcanvas-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cookie-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 40px;
  font-size: 20px;
  z-index: 9999;
}

.cookie-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.nav-link[data-bs-toggle=collapse]::after {
  content: "\f0140" !important;
  font-family: "Material Design Icons" !important;
}
.nav-link .mdi {
  margin-right: 0.5rem;
}

.dropdown-toggle:before {
  display: none !important;
}

.ticket-input {
  visibility: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}

.image-tooltip {
  position: absolute;
  right: 8px;
  top: 0px;
  font-size: 22px;
  cursor: pointer;
}

.remove-image {
  position: absolute;
  z-index: 10;
  color: #f00;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
