:root {
  --custom-green-color: #10656a;
  --gray-transaparent: #3d3d3d86;
  --light-gray: #dfdfdf;
  --success-color: #008348;


  --accent-color: #dd6e34;
  --custom-blue-color: #254385;
  --custom-gray-color: #efefef;
  --custom-gray-accent-color: #D9D9D9;
  --custom-bg-color: #CCC;
  --custom-green-dark-color: #387f4a3e;
  --custom-brown-color: #fdb9273f;
  --custom-red-color: #b82b3443;
  --custom-purple-color: #834CC0;
  --white-text: #fff
}

body {
  background-color: #fbfbfb;
}

main {
  margin-top: 78px;
}

/* Font  */
.text-custom-blue {
  color: var(--custom-blue-color) !important;
}

.text-custom-gray {
  color: var(--custom-gray-accent-color) !important;
}

a {
  text-decoration: none !important;
}

.fw-semi-bold {
  font-weight: 500;
}

/* Bacground color for icons */
.bg-cust-success {
  background-color: var(--custom-green-dark-color) !important;
}

.bg-cust-warning {
  background-color: var(--custom-brown-color) !important;
}

.bg-cust-accent {
  background-color: var(--accent-color) !important;
}

.bg-cust-danger {
  background-color: var(--custom-red-color) !important;
}

.bg-cust-gray {
  background-color: var(--custom-gray-color) !important;
}

.bg-cust-white {
  background-color: #ffffff !important;
}

/*others Commons styles  */
.border-custom-blue {
  border: 2px solid var(--custom-blue-color) !important;
}

.border-custom-8 {
  border-radius: var(--text-small, 8px) !important;
}

.border-custom-6 {
  border-radius: var(--text-small, 6px) !important;
}

/* Navbar */
.navbar>.container,
.navbar>.container-fluid {
  flex-wrap: nowrap !important;
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 78px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 267px;
  z-index: 600;
}

.sidebar .active {
  border-radius: 12px !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}


.position-sticky {
  margin: 1.5rem;
  padding-top: 1.5rem;
}

.sidebar .list-group-flush>.list-group-item {
  border-width: 0px !important;
}

.sidebar .list-group-item.active {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
}

.fsc-2 {
  font-size: 14px;
}

.list-group-item span {
  margin-left: 10px;
}

.bi-person-circle {
  font-size: 30px;
}

.content {
  background-image: url("../img/pattern-hero.png");
  background-size: cover;
  background-color: rgba(216, 216, 216, 0.199);
  background-blend-mode: overlay;
  /* opacity:0.2; */
}

.content.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.content-sidebar {
  background-color: #ffffff;
}

.content-item {
  border-radius: var(--text-small, 12px) !important;
  border: 0.3px solid rgba(217, 217, 217, 0.75) !important;
  background: #fff;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.02) !important;
  height: min-content;
  min-height: 93px;
  padding: 0.5rem;
}

.content-item .list-group-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content-item-transparent {
  background: transparent !important;
  border-radius: var() !important;
  border: none !important;
  box-shadow: none !important;
}

.content-item-transparent .card-body {
  padding: 0rem 1rem !important;
}

.game-item {
  background-color: var(--custom-gray-color);
  height: 90px;
  margin-top: 25px !important;
  border-radius: 8px !important;
}

.game-item.active {
  border: 2px solid var(--custom-blue-color) !important;
  background-color: #ffffff !important;
}

.game-item .bottom-label {
  height: 22px !important;
  background-color: var(--custom-blue-color);
  color: #ffffff;
  font-size: 10px !important;
}

.fs-label-sm {
  color: #ffffff;
  font-size: 10px !important;
}

.fs-custom-h-6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dropdown-toggle {
  width: 200px;
  align-items: flex-start;
  background-color: #ffffff;
  font-weight: 600;
}

.section-siege-list {
  min-height: 100%;
}

.section-siege-list .place {
  min-width: 25px !important;
  background-blend-mode: overlay;
  border-radius: 5px;
  margin: 2px !important;
}

.section-siege-list .place span {
  font-size: 13px !important;
}

.available-place {
  background-color: var(--accent-color);
  color: var(--white-text);
}

.select-place {
  background-color: var(--success-color);
  color: var(--white-text);
}

.blocked-place {
  background-color: var(--custom-blue-color);
  color: var(--white-text);
}

.selected {
  background-color: var(--success-color);
  color: var(--white-text);
}

.unavailable-place {
  background-color: var(--custom-gray-accent-color);
  color: var(--white-text);
}
.sold-place {
  background-color: #acdb92;
  color: var(--white-text);
}

@media (min-width: 991.98px) {
  main {
    padding-left: 278px;
  }

}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }

  .position-sticky {
    margin: 0 1.5rem;
  }

}

.list-events {
  height: 100vh;
  overflow: scroll;
  overflow-x: unset;
}

.select-place {
  background-color: var(--success-color) !important;
  color: var(--white-text);
}

.place-section {
  display: block;
  border-radius: 6px;
  padding: 5px;
  margin: 2px;
  width: 28px;
  text-align: center;
  /* font-family: Inter; */
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bg-purple {
  background-color: var(--custom-purple-color) !important;
  color: var(--white-text);
}

#orderDetails p,
#sectionDetails p,
.fs-custom-7 {
  margin-bottom: 0rem !important;
  font-size: 12px;
}

path[id]:hover {
  fill: var(--custom-green-color);
  /* Change this to the desired hover color */
}

.deactive-section {
  fill: #979292 !important;
}

@media only screen and (min-width: 600px) {
  .profile-container {
    width: 70% !important;
  }
}


.btn-primary {
  --bs-btn-bg: var(--custom-blue-color) !important;
  --bs-btn-border-color: var(--custom-blue-color) !important;
}



.profil-icon {
  font-size: 70px;
  color: var(--accent-color);
}

.profil-name {
  background: var(--custom-green-color) !important;
  width: fit-content;
  border-radius: 5px;

}

.profil-update-btn {
  background: var(--custom-green-color) !important;
  width: fit-content;
  color: var(--custom-gray-color) !important;
}

.section-legend.container {
    width: fit-content;
    margin: auto;
    position: absolute;
    right: 50px;
    top: 115px;
    z-index: 999;
    /* background-color: #5a595933; */
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .section-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .section-legend-item.title {
    font-weight: 400;
}

.section-legend-item .section-legend-item-color {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #0000006b;
}

.section-legend-item .section-legend-item-text {
    font-size: 12px;
}

.section-legend-item .section-legend-item-price {
    font-size: 12px;
    /* font-weight: bold; */
}

#myRowSection{
  min-height: 150px;
  zoom:75%;
}



/* QRCODE SCANNER */

#my-qr-reader {
	padding: 0px !important;
	/* border: 1.5px solid #b2b2b2 !important; */
	border-radius: 8px;
}

#my-qr-reader img[alt="Info icon"] {
	display: none;
}

#my-qr-reader img[alt="Camera based scan"] {
	width: 50px !important;
	height: 500px !important;
}

button {
	padding: 10px 20px;
	border: 1px solid #b2b2b2;
	outline: none;
	border-radius: 0.25em;
	color: white;
	font-size: 15px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #008000ad;
	transition: 0.3s background-color;
}

button:hover {
	background-color: #008000;
}

#html5-qrcode-anchor-scan-type-change {
	text-decoration: none !important;
	color: #1d9bf0;
}

video {
	width: 100% !important;
	border: 1px solid #b2b2b2 !important;
	border-radius: 0.25em;
}