/* Font Definitions */
@font-face {
  font-family: "poppins";
  src: url("/font/poppins/Poppins-Regular.ttf") format("truetype");
}
.navbar {
  min-height: 3.55rem !important;
}

/* Typography */
.font-poppins {
  font-family: "poppins";
}

/* Margins */
.mt-slight {
  margin-top: 5px;
}

.mt-slight-1 {
  margin-top: 2px;
}

/* Layout */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0rem;
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: left;
}

.is-flex-grow-zero {
  flex-grow: 0;
}

/* Padding */
.pad-075 {
  padding: 0.75rem;
}

/* Backgrounds */
.has-white-background {
  background-color: white;
}

.bg-none {
  background-color: transparent;
}

.bg-gray-1 {
  background-color: #f6f6f6;
}

/* Colors */
.color-purple {
  color: #9561dc !important;
}

.color-white {
  color: white;
}

.color-aqua {
  color: #2e8492;
}

.is-color-text-button {
  color: #969696;
}

.is-color-text-darker {
  color: #5a5a5a;
}

/* Tags */
.venue-tag {
  border-radius: 10px;
  display: inline-block;
  font-size: 5px;
  margin-right: 0.2rem;
  padding: 0.25rem 0.55rem;
  padding-right: 0.6rem;
  height: 36px;
  font-family: poppins;
}

.venue-tag > .text-in-tag {
  font-size: 13px;
}

.tag-violet {
  border: 1px solid #ffffff !important;
  color: #9561dc !important;
  background-color: #d7bff4 !important;
  transition: background-color 0.4s ease;
}

.tag-violet:hover {
  background-color: #c0a4e3 !important;
}

.tag-yellow {
  color: #baba02;
  background-color: #ffff9a !important;
  transition: background-color 0.4s ease;
}

.tag-yellow:hover {
  background-color: #e4e737 !important;
}

.tag-gray {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 0.01rem 0.75rem;
}

.tag-aqua {
  border: 1px solid #c9eff9;
  color: #2e8492;
  background-color: #a4e9fa;
  transition: background-color 0.4s ease;
}

.tag-aqua:hover {
  background-color: #55dae4 !important;
}

.time-tag {
  background-color: #dabcff;
  border: 1px solid #b88ded;
  color: #8452c0;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  padding: 0.05rem 0.25rem;
  padding-right: 0.5rem;
}

/* Buttons */
.button-purple {
  background-color: #9f6be8 !important;
  color: white !important;
  transition: background-color 0.4s ease;
  font-weight: 400;
}

.button-purple:hover {
  background-color: #9938da !important;
  color: white !important;
}

.button-square {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  border-radius: 24px !important;
  height: 40px;
  font-family: poppins;
  padding: 15px;
  margin-top: 2px;
}

.button-square-no-bg {
  background-color: none;
  border: 0px solid #d4d4d4;
  font-size: 13px;
  border-radius: 24px;
  height: 40px;
  font-family: poppins;
  padding: 2px;
  margin-top: 2px;
}

.view-btn {
  background-color: transparent !important;
  color: #f68d2b !important;
  border: 1px solid #f68d2b !important;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.4s ease;
}

.view-btn:hover {
  background-color: #f68d2b !important;
  color: white !important;
}

.cancel-btn {
  background-color: transparent !important;
  color: #747a7d !important;
  border: 1px solid #747a7d !important;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.4s ease;
}

.cancel-btn:hover {
  background-color: #747a7d !important;
  color: white !important;
}

.filter-btn {
  height: 40px !important;
  padding: 6px 20px !important;
  padding-right: 2.5rem !important;
  font-size: 0.9rem !important;
  border-radius: 32px !important;
  /* border: 1px solid #ccc !important; */
  box-shadow: none !important;
  /* background-color: #f4f4f4 !important; */
  color: #656565 !important;
  width: 100%;
  max-width: 150px;
  font-family: poppins;
}
/* Borders */
.border-top {
  border-top: 1px solid #d4d4d4;
}

.border-tb {
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  box-shadow: none;
}

.border-tb:hover {
}

/* Tables */
.table-bg {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  font-size: 15px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* Dropdowns */
.dropbtn {
  background-color: none;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  transform: translateX(-120px);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
}

.dropbtn-content {
  color: rgb(88, 88, 88) !important;
  transition: background-color 0.4s ease;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: center;
}

.dropbtn-content:hover {
  background-color: #454545 !important;
  color: white !important;
  border-top: 1px solid rgb(100, 100, 100) !important;
  border-bottom: 1px solid rgb(100, 100, 100) !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Miscellaneous */
.is-edged {
  border-radius: 32px;
}

.qr-sq,
.menu-sq {
  margin: 2px;
}

.is-search-h {
  height: 35px;
  width: 400px;
}

.location-icon {
  size: 5px;
}

.gap-1 {
  gap: 10px;
}

.width-49 {
  width: 49%;
}

/* Footer */

.main-footer {
  justify-content: center;
  padding: 10px;
  transform: translateY(-5.1rem);
  background-color: #420776;
  color: rgb(196, 130, 232);
  font-size: 12px;
  gap: 5px;
  position: relative;
  flex: auto;
  padding-left: 50px;
  transition: all 0.3s ease;
}

.main-footer > ul > li {
  margin-bottom: 10px;
  padding: 5px 0px;
}

.main-footer > ul > li > a {
  color: rgb(196, 130, 232);
  transition: all 0.3s ease;
}

.main-footer > ul > li:hover {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1); /* Light background on hover */
  color: #ffffff; /* Change text color to white */
}

/* analytics */
.columns.is-multiline {
  align-items: stretch; /* Ensures columns are same height */
}

.column.is-one-fifth-desktop {
  display: flex;
  flex-direction: column;
}

.column.is-one-fifth-desktop .box.enhanced-overview-card {
  flex-grow: 1;
}

/* screen adjustments */
@media screen and (max-width: 1400px) {
  .column.is-one-fifth-desktop {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
  .navbar-item#brand-link {
    padding-left: 0.75rem !important; /* smaller left padding */
    margin-top: 0.25rem !important; /* smaller top margin */
    gap: 0.25rem;
  }

  .navbar-item#brand-link img {
    height: 22px !important; /* smaller logo icon */
    width: auto;
    margin-right: 0.5rem;
  }

  #brand-title {
    font-size: 1.125rem !important; /* smaller than is-size-4 */
  }
}
