@charset "utf-8";
/* Copyright 2022 business service camen Authors (https://bscit.ch/ */

 body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #006;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#top:hover {
  background-color: #006;
}

.shadow-header {
  box-shadow: 0px 7px 5px 0px rgba(61,61,61,0.75);
  -webkit-box-shadow: 0px 7px 5px 0px rgba(61,61,61,0.75);
}

@media (min-width: 576px) {
  .hps-3 {
  margin-right: 3rem !important;
  }
  .hpe-3 {
  margin-left: 3rem !important;
  }
}

.text-gold {
  color:#d6c22e;
}

.border-gold {
  border-color: #d6c22e !important;
}

.btn-gold {
  --bs-btn-color: #d6c22e;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #d6c22e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.border-15 {
  border-width: 15px !important;
}

.item-img-bg {
  background-repeat:no-repeat;
  background-size:cover;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
  /*background-size:contain;
  background-position: center;*/
}

.scrollbar-venue {
  /*position: relative;*/
  overflow-y: scroll;
  height: 120px;
}