:root {
	--primary-color: #4682B4;
	--primary-text-color: white;

	--secondary-color: #16a085;
	--secondary-text-color: white;

	--tertiary-color: #B03737;
	--tertiary-text-color: white;

	--quaternary-color: #743089;
	--quaternary-text-color: white;

	--third-color: #3E363F;
	--third-text-color: white;

	--button-bar-color: white;
	--button-bar-text-color: #3E363F;

	--background-color: white;
	--background-color-2: #71a6d2;/*blue*/
	--background-color-3: #ff9999;/*red*/
	--background-color-4: #d0f0c0;/*green*/
	--background-color-off: #FAF9F6;
	--main-background-color: #2e4053;
	--text-color: #53565A;
	--border-color: #787878;

	--input-background-color: #EBECF0;

	--p-font-size: 16px;

	/* slideshow */
	--slides-background-color: #F3F6FB;/* #dbe9f4 */
	--slides-text-color: #4E4459;/* #FFFDFA */
	--slides-button-background-color: #FFFDFA;
	--slides-button-text-color: #696969;
}
.facebook-follow-container {
	display: none;
	flex-direction: column; /* Stack text and button vertically */
	align-items: center;    /* Center both elements horizontally */
	justify-content: center;/* Center both elements vertically if container has height */
	text-align: center;     /* Ensure text alignment stays centered */
	gap: 15px; 

	background-color: var(--background-color);
	border: 2px solid var(--border-color);
	position: fixed;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.input[type="checkbox"] {
	width: 13px;
}

.music-bingo-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.music-bingo-tr {
	width: 100%;
}
.music-bingo-td {

}

table.bookus-quote {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
tr.bookus-quote {

}
th.bookus-quote {
	padding: 10px;
	font-size: 20px;
}
td.bookus-quote {
	padding: 5px;
	font-size: 16px;
}
td.bookus-price {
	background-color: #FFDB51;
	font-size: 20px;
	border: 2px solid var(--text-color);
	border-radius: 3px;
}

table.bookus-stage {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	border-spacing: 10px;
}
tr.bookus-stage {
}
th.bookus-stage {
	color: var(--text-color);
	background-color: var(--background-color);
	border: 2px solid var(--border-color);
	padding: 10px;
	font-size: 20px;
	transform: skewX(-20deg);
	transition: 0.6s;
	-webkit-user-select: none; /* Safari */
	user-select: none; 
	cursor: pointer;
	line-height: 30px !important;
}
td.bookus-stage {
	padding: 5px;
	font-size: 16px;
}

.capture-clip-canvas {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid var(--border-color);
	background-color: white;
}

.capture-clip-image {
	display: none;
	width: 1920px;
	height: 1080px;
}

#request-content {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--background-color);
	z-index: 99;
}

#floating-chat-content {
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
	height: 20vh;
	background-color: var(--background-color);
	border-top: 2px solid var(--border-color);
	z-index: 6;
	overflow-y: auto;
}

.announcement-container {
	position: fixed;
	top: 80px;
	right: 0;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 4;
	font-weight: bold;
	font-size: 18px;
	background-color: rgb(255, 102, 0, 0.8);
	color: white;
	border-bottom: 2px solid var(--border-color);
}
#announce-text {
	transition-duration: 0.4s;
	position: absolute;
	animation: none;
	width: 100%;
	left: 0;
	text-align: center;
}
@keyframes marquee {
      from {
        transform: translateX(100%);
      }
      to {
        transform: translateX(-100%);
      }
    }

.watermark-container {
	position: relative;
	width: 500px;
}

.img-watermark {
	width: 500px;
	height: auto;
}

.watermark-img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 25%;
	height: auto;
	opacity: 0.7;
}

.green-back {
	background-color: #3cb371 !important;
	color: white !important;
}
.red-back {
	background-color: #f08080 !important;
	color: white !important;
}
.orange-back {
	background-color: #FFA500 !important;
	color: white !important;
}
.yellow-back {
	background-color: #D1C000 !important;
	color: white !important;
}
.blue-back {
	background-color: #107AB0 !important;
	color: white !important;
}
.purple-back {
	background-color: #DA70D6 !important;
	color: white !important;
}
.grey-back {
	background-color: #D3D3D3 !important;
	color: black !important;
}
.gold-back {
	background-color: #FFD700 !important;
	color: var(--text-color) !important;
}
.silver-back {
	background-color: #C0C0C0 !important;
	color: var(--text-color) !important;
}
.bronze-back {
	background-color: #CD7F32 !important;
	color: var(--text-color) !important;
}

#video {
	display: none;
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
 width: 536px;
  height: auto;
}

.bookus-video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  max-width: 536px;
	width: 95%;
  height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bookus-audio {

}

#canvas {
	display: none;
}
#canvas-new-1 {
	display: none;
}
#canvas-new-2 {
	display: none;
}
#canvas-new-3 {
	display: none;
}
#canvas-new-4 {
	display: none;
}
#canvas-video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 80%;
  height: auto;
	margin-top: 40px;
}
canvas {
  width: 100%;
}

.camera {
  width: 340px;
  display: inline-block;
}

.output {
  width: 340px;
  display: inline-block;
  vertical-align: top;
}

#start-button {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  bottom: 32px;
  background-color: rgb(0 150 0 / 50%);
  border: 1px solid rgb(255 255 255 / 70%);
  box-shadow: 0px 0px 1px 2px rgb(0 0 0 / 20%);
  font-size: 14px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgb(255 255 255 / 100%);
}

.content-area {
  font:
    1.2rem "Lucida Grande",
    "Arial",
    sans-serif;
  width: calc(100% - 2rem - 2rem);
	height: auto;
  padding: 1rem;
}

.canvas-background-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.canvas-background-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.canvas-background-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.canvas-background-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.canvas-background {
	width: calc(50% - 20px);
	height: calc(50% - 20px);
	margin: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
}

.greenscreen-image {
	width: 100%;
	height: 100%;
	margin: 0;
}
.greenscreen-control-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 3px solid var(--border-color);
}

.gs-cover {
	object-fit: cover;
}
.canvas-wrap {
	width: 100%;
	height: 100%;
	margin: 0;
}

.greenscreen-image-top-left {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 20px);
	height: auto;
	padding: 10px;
}
.greenscreen-image-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 20px);
	height: auto;
	padding: 10px;
}
.greenscreen-image-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(50% - 20px);
	height: auto;
	padding: 10px;
}
.greenscreen-image-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(50% - 20px);
	height: auto;
	padding: 10px;
}
.greenscreen-background {
	position: relative;
	width: 6in;
	height: 4in;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0px;
	overflow: hidden;
}

#print-area {
	background-color: transparent;
	width: 6in;
	height: 4in;
}

table.pat-log {
	width: 100%;
	border-collapse: collapse;
}
tr.pat-log {
	page-break-inside: avoid;
}
th.sticky {
	position: sticky;
	top: 0;
}

div.booking-data-bubble {
	float: left;
	height: auto;
	border: 2px solid var(--border-color);
	border-radius: 10px;
	background-color: var(--background-color);
	color: var(--text-color);
	margin: 10px;
}

div.left-border-blue {
	border-left: 6px solid var(--primary-color);
}
div.left-border-green {
	border-left: 6px solid var(--secondary-color);
}
div.left-border-purple {
	border-left: 6px solid var(--quaternary-color);
}
div.left-border-red {
	border-left: 6px solid var(--tertiary-color);
}

b.booking-data-number {
	font-size: 26px;
}
b.blue {
	color: var(--primary-color);
}
b.green{
	color: var(--secondary-color);
}
b.red-color {
	color: var(--tertiary-color);
}
b.purple {
	color: var(--quaternary-color);
}

table.total-booking-data {
	width: 100%;
	border-collapse: collapse;
}
tr.total-booking-data {
	page-break-inside: avoid;
}
th.total-booking-data {
	font-size: 18px;
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	padding: 10px;
}
td.total-booking-data {
	text-align: center;
	font-size: 16px;
	padding: 5px;
}

.clickable page-c
	pointer-events: none;
}
.toPDF {
	display: none;
}
th.pat-log {
	padding: 10px;
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	border: 2px solid var(--primary-color);
}
td.pat-log {
	padding: 5px;
	border-left: 2px solid var(--border-color);
	border-right: 2px solid var(--border-color);
	border-bottom: 2px solid var(--border-color);
}

table.books {
	width: 100%;
	border-collapse: collapse;
}

tr.books {

}

.slideshow-gallery {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 300px;
}

/* my slideshow */
.mySlides {
	display: none;
}
.slideshow-image-number {
	position: absolute;
	bottom: 5px;
	right: calc(50% - 75px);
	width: 150px;
	height: 15px;
	border-radius: 2px;
	background-color: var(--slides-button-background-color);
	color: var(--slides-button-text-color);
	padding: 7.5px;
	opacity: 0.8;
	font-size: 15px;
	border: 1.5px solid var(--slides-button-text-color);
}
.slideshow-container {
	position: relative;
	color: var(--slides-text-color) !important;
/*text-shadow: 2px 2px 3px;*/
opacity: 0.9;
	margin-bottom: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.slideshow-bg-img {
	position: absolute;
	background-color: var(--slides-background-color);
	background-image: url("/images/24.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center; 
	background-size: cover;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	width: 100%;
	height: 100%;
	opacity: 1;
}
.slide-header {
	width: calc(100% - 70px);
	margin: 20px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 10px;
	border-left: 10px solid var(--secondary-color);
	border-right: 10px solid var(--secondary-color);
}
.slide-textbox {
	width: calc(100% - 60px);
	margin: 20px;
	margin-top: 10px;
	padding: 10px;
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 10px;
	height: calc(100% - 30px);
	border-bottom: 10px solid var(--primary-color);
}
.slide-text {
	margin: 0 !important;
}
p.slide-text {
	font-size: 20px !important;
	font-weight: bold;
}

#sponsor-slideshow {
	opacity: 1;
	position: relative;
	margin-bottom: 0;
	z-index: 2;
	background-color: white;
}

.slideshow-container::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slideshow-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
	padding-bottom: 30px;
}

.slide-up {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    animation: slide-up 0.5s forwards;
    -webkit-animation: slide-up 0.5s forwards;
}
@keyframes slide-up {
    0% { transform: translateY(100vw); opacity: 0; }
    50% { opacity: 1; }
	100% { transform: translateY(0vw); opacity: 1; }
}
@-webkit-keyframes slide-up {
    0% { -webkit-transform: translateY(100vw); opacity: 0; }
    50% { opacity: 1; }
	100% { -webkit-transform: translateY(0vw); opacity: 1; }
}

.slide-down {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    animation: slide-down 0.5s forwards;
    -webkit-animation: slide-down 0.5s forwards;
}
@keyframes slide-down {
    0% { transform: translateY(0vw); opacity: 1; }
    50% { opacity: 1; }
	100% { transform: translateY(100vw); opacity: 0; }
}
@-webkit-keyframes slide-down {
    0% { -webkit-transform: translateY(0vw); opacity: 1; }
    50% { opacity: 1; }
	100% { -webkit-transform: translateY(100vw); opacity: 0; }
}

.slide-right {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    animation: slide-right 0.5s forwards;
    -webkit-animation: slide-right 0.5s forwards;
}
.slide-right-out {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    animation: slide-right-out 0.5s forwards;
    -webkit-animation: slide-right-out 0.5s forwards;
}
@keyframes slide-right {
    0% { transform: translateX(-100vw); opacity: 0; }
    50% { opacity: 1; }
	100% { transform: translateX(0vw); opacity: 1; }
}
@-webkit-keyframes slide-right {
    0% { -webkit-transform: translateX(-100vw); opacity: 0; }
    50% { opacity: 1; }
	100% { -webkit-transform: translateX(0vw); opacity: 1; }
}
@keyframes slide-right-out {
    0% { transform: translateX(0vw); opacity: 1; }
    50% { opacity: 0; }
	100% { transform: translateX(100vw); opacity: 0; }
}
@-webkit-keyframes slide-right-out {
    0% { -webkit-transform: translateX(0vw); opacity: 1; }
    50% { opacity: 0; }
	100% { -webkit-transform: translateX(100vw); opacity: 0; }
}

.slide-left {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    animation: slide-left 0.5s forwards;
    -webkit-animation: slide-left 0.5s forwards;
}
.slide-left-out {
    transform: translateX(0vw);
    -webkit-transform: translateX(0vw);
    animation: slide-left-out 0.5s forwards;
    -webkit-animation: slide-left-out 0.5s forwards;
}
@keyframes slide-left {
    0% { transform: translateX(100vw); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(0vw); opacity: 1; }
}
@-webkit-keyframes slide-left {
    0% { -webkit-transform: translateX(100vw); opacity: 0; }
    50% { opacity: 1; }
    100% { -webkit-transform: translateX(0vw); opacity: 1; }
}
@keyframes slide-left-out {
    0% { transform: translateX(0vw); opacity: 1; }
    50% { opacity: 0; }
    100% { transform: translateX(-100vw); opacity: 0; }
}
@-webkit-keyframes slide-left-out {
    0% { -webkit-transform: translateX(0vw); opacity: 1; }
    50% { opacity: 0; }
    100% { -webkit-transform: translateX(-100vw); opacity: 0; }
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.2s;
	animation-name: fade;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in;
}

@keyframes fade {
	/*from {opacity: 0; -webkit-transform: scaleX(0); transform: scaleX(0);}
	to {opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1);}*/
}

.image-previous {
	position: absolute;
	left: 2%;
	top: calc(50% - 25px);
	border-radius: 2.5px;
	color: var(--slides-button-text-color);
	background-color: var(--slides-button-background-color);
	border: none;
	min-width: unset;
	height: 50px;
	width: 25px;
	opacity: 0.7;
	border: 1.5px solid var(--slides-button-text-color);
}

.image-next {
	position: absolute;
	right: 2%;
	top: calc(50% - 25px);
	border-radius: 2.5px;
	color: var(--slides-button-text-color);
	background-color: var(--slides-button-background-color);
	border: none;
	min-width: unset;
	height: 50px;
	width: 25px;
	opacity: 0.7;
	border: 1.5px solid var(--slides-button-text-color);
}
.image-previous:hover, .image-next:hover, .pause-slides:hover, .play-slides:hover {
	color: var(--slides-button-background-color);
	background-color: var(--slides-button-text-color);
	border: 1.5px solid var(--slides-button-background-color);
}
.pause-slides, .play-slides {
	position: absolute;
	right: calc(50% - 25px);
	bottom: calc(50% - 25px);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: none;
	color: var(--slides-button-text-color);
	background-color: var(--slides-button-background-color);
	border: none;
	opacity: 0.7;
	font-size: 18px;
}

img.slides {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,1.0);
	background-color: rgba(0,0,0,0.5);
	width: auto;
	height: 80vh;
}


td.books{
	padding: 5px;
	border-bottom: 2px solid var(--border-color);
	border-left: 2px solid var(--border-color);
	border-right: 2px solid var(--border-color);
}

th.books {
	padding: 15px;
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	border-top: 2px solid var(--primary-color);
	border-left: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-text-color);
}

html {
	font-family: Arial;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	scale: 1;
}

body {
	overflow: hidden;
	max-width: 100vw;
	height: 100%;
	background-color: var(--background-color) !important;
	background-repeat: no-repeat;
}

.sticky-page-button-container {
	position: sticky;
	top: 0;
	background-color: var(--background-color-off);
	border-top: 2px solid var(--border-color);
	border-bottom: 2px solid var(--border-color);
	z-index: 4;
}

.gallery-help-container {
	display: none;
	position: fixed;
	top: 100px;
	bottom: 60px;
	left: 3vw;
	right: 3vw;
	background-color: var(--background-color);
	border: 1.5px solid var(--border-color);
	z-index: 6;
	overflow-x: auto;
}

.gallery-navigation {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--background-color);
	border-top: 10px solid var(--secondary-color);
	border-bottom: 1.5px solid var(--secondary-color);
	overflow-x: auto;
	z-index: 10;
}

.gallery-navigation-table {
	width: 100%;
	border-collapse: collapse;
}
.gallery-navigation-tr {
	height: 40px;
}
.gallery-navigation-th {
	padding: 10px;
	color: var(--secondary-color);
	white-space: nowrap;
	border-left: 2px solid var(--secondary-color);
	border-right: 2px solid var(--secondary-color);
	cursor: pointer;
}
.gallery-navigation-th:hover {
	opacity: 0.8;
	background-color: var(--primary-color);
	color: var(--background-color);
}

.gallery-table {
	width: 100%;
	border-spacing: 20px;
}
.gallery-content-table {
	width: 100%;
}

.gallery-tr {
	height: 50px;
}
.gallery-content-tr {

}

.gallery-td {
	text-align: center;
	width: 50%;
	padding: 20px;
	color: var(--primary-color);
	background-color: var(--background-color);
	border: 2px solid var(--border-color);
	box-shadow: 2px 2px 5px black;
}
.gallery-td:hover {
	box-shadow: none;
}
.gallery-content-td {
	text-align: center;
}

.circle-plate {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
	position: absolute;
	margin: 0;
	padding: 0;
}
.circle-plate-container {
	position: relative;
	width: 8in;
	height: 8in;
	border: 2px solid var(--border-color);
	border-radius: 4in;
	background-color: white;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.plate-buttons {
	white-space: nowrap;
	overflow-x: auto;
}

.heart-slate {
	background-color: transparent;
	overflow: hidden;
	display: none;
	z-index: 2;
	position: absolute;
}
@media print{
	html {
		position: static !important;
	}
	body {
		overflow: auto !important;
		max-width: 100vw;
		height: auto !important;
		position: static !important;
	}
	.circle-plate img {
		display: inline;
	}
	.print-hide {
		display: none !important;
	}
	.circle-plate-container {
		display: block;
		border-style: dashed;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		page-break-inside: avoid;
		position: static !important;
	}
	#parent-plate-container {
		page-break-inside: avoid;
		position: static !important;
	}
	.circle-plate {
		position: static !important;
	}
	.content-container {
		max-width: 100vw;
		padding: 0;
		position: static !important;
		height: initial !important;
		bottom: initial !important;
		display: initial !important;
	}
	.text, .texts {
		position: relative;
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100vw !important;
		width: 100vw !important;
		overflow: hidden !important;
	}
	body {
		background: none !important;
	}
}

.image-upload-popup {
	position: fixed;
	left: calc(50vw - 40vw);
	top: calc(50vh - 25vh);
	width: 80vw;
	height: 50vh;
	background-color: var(--primary-text-color);
	color: var(--primary-color);
	border: 2px solid var(--border-color);
	z-index: 20;
	overflow-y: auto;
	overflow-x : auto;
}

.dashboard {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: RGB(255, 255, 255, 0.5);
	border: 2px solid var(--border-color);
	z-index: 6;
	overflow-y: auto;
	padding-left: 10vw;
	padding-right: 10vw;
}

.dashboard-table {
	width: 100%;
	height: auto;
	border-spacing: 10px;
}
.dashboard-tr {
	height: auto;
}
.dashboard-th {
	text-transform: capitalize;
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	width: 33vw;
	font-size: 4vw;
	text-shadow: 2px 2px 2px black;
	border: 3px solid var(--primary-color);
	border-radius: 6px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.dashboard-th:hover {
	text-shadow: none;
	color: var(--primary-color);
	border: 3px solid var(--primary-color);
	background-color: var(--primary-text-color);
	cursor: pointer;
}

.dashboard-red {
	background-color: #E74C3C;
	color: var(--primary-text-color);
	border: 3px solid #E74C3C;
}
.dashboard-red:hover {
	background-color: var(--primary-text-color);
	color: #E74C3C;
	border: 3px solid #E74C3C;
}
.dashboard-green {
	background-color: #1ABC9C;
	color: var(--primary-text-color);
	border: 3px solid #1ABC9C;
}
.dashboard-green:hover {
	background-color: var(--primary-text-color);
	color: #1ABC9C;
	border: 3px solid #1ABC9C;
}

.chat-header {
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	background-color: var(--primary-text-color);
	border-bottom: 2px solid var(--border-color);
	z-index: 3;
}

.chat-button {
	color: var(--primary-color);
	border: 2px solid var(--primary-text-color);
	padding: 10px;
	font-size: 14px;
	margin-right: 10px;
}
.chat-button:hover {
	box-shadow: 2px 2px 5px black;
}

.chat-bubble-container {
	cursor: pointer;
}
.chat-bubble-timestamp {
	font-size: 10px;
	color: #ABB2B9 !important;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.chat-bubble-remove {
	font-size: 10px;
	color: #ABB2B9 !important;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.chat-bubble {
	text-align: left;
	max-width: 80%;
	width: auto;
	background-color: #AED6F1;
	border-radius: 6px;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: auto;
}
.my-chat-bubble {
	text-align: right;
	max-width: 80%;
	width: auto;
	background-color: #A2D9CE;
	border-radius: 6px;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: auto;
}
.announce-bubble {
	width: 80%;
	text-align: center;
	background-color: #E5E7E9;
	border-radius: 6px;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.karaoke-bubble {
	background-color: #D2B4DE;
}
.song-bubble {
	background-color: #F7DC6F;
}

div.online-list {
	display: none;
	position: fixed;
	left: 1vw;
	right: 1vw;
	top: 2vh;
	bottom: 2vh;
	background-color: var(--background-color);
	color: var(--text-color);
	border: 2px solid var(--border-color);
	z-index: 5;
}
table.online-list {
	width: 100%;
	max-width: 500px;
}
tr.online-list {

}
th.online-list {
	padding: 20px;
	font-size: 18px;
}
td.online-list {
	padding: 12px;
	font-size: 18px;
}
td.online-username {
	text-align: right;
}
td.online-time {
	font-size: 12px;
	text-align: left;
}

.send-message-container {
	display: inline-block;
	white-space: nowrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 55px;
	background-color: var(--primary-color);
	border-top: 2px solid var(--border-color);
	z-index: 3;
	overflow-x: auto;
}

.material-icons-dashboard {
	font-size: 4vw;
}
.material-icons-nav-menu {
	float: left;
	font-size: 20px;
}

.water-background-theme {
	background: url("../images/water-pool.png") no-repeat center center fixed;
	-webkit-background-size: 150% 75%;
	-moz-background-size: 150% 75%;
	-o-background-size: 150% 75%;
	background-size: 150% 75%;
	-webkit-animation: water-flow-down 30s infinite;
	-moz-animation:    water-flow-down 30s infinite; /* Fx 5+ */
	-o-animation:      water-flow-down 30s infinite; /* Opera 12+ */
	animation:         water-flow-down 30s infinite;
	-webkit-animation-timing-function: linear, linear;
}

@-webkit-keyframes water-flow-down {
	0%	{background-position: 0% 300%;}
	50%	{background-position: 100% 100%;}
	100%	{background-position: 0% 300%;}
}
.month-forecast-container, .poster-center {
	max-width: 214mm;
	width: auto;
	overflow-x: auto;
	margin-left: auto !important;
	margin-right: auto !important;
}
.month-forecast-container {
	position: relative;
	margin: 0;
	width: 210mm;
	min-height: 297mm;
	height: auto;
	border: 2px solid var(--border-color);
	background-color: var(--background-color);
	background-image: url('../images/loader-background.png');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: 100% auto;
	overflow: hidden;
}
.poster-container {
	position: relative;
	margin: 0;
	width: 210mm !important;
	height: 297mm !important;
	border: 2px solid var(--border-color);
	background-color: var(--background-color);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: 100% auto;
}
.invoice-overflow {
	overflow-y: auto !important;
}
table.month-forecast-table, table.poster-table {
	border-collapse: collapse;
	width: 210mm;
	height: auto;
}
tr.month-forecast-table:nth-child(odd) {
	background-color: #EDEDFC;
}
tr.month-forecast-table:nth-child(even) {
	background-color: white;
}
th.month-forecast-table {

}
td.month-forecast-table, td.poster-table {
	padding: 5px;
	color: var(--text-color);
}
.month-forecast-content, .poster-content {
	position: relative;
	margin-top: 100mm;
	margin-bottom: 20mm;
	height: auto;
}
.month-forecast-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.month-forecast-venue-text {
	color: var(--primary-color);
	font-size: 16px !important;
	/*text-transform: uppercase;*/
}
.month-forecast-type-text {
	color: var(--secondary-color);
	font-size: 16px !important;
	/*text-transform: uppercase;*/
}
div.poster-container {
	margin: 0;
}
div.poster-venue {
	position: absolute;
	bottom: 105mm;
	left: 0mm;
	font-weight: bold;
}
div.poster-type {
	position: absolute;
	bottom: 115mm;
	left: 0mm;
	font-weight: bold;
}
div.at-the {
	position: absolute;
	bottom: 118mm;
	left: 0mm;
	font-weight: bold;
}
div.poster-time {
	position: absolute;
	bottom: 105mm;
	right: 0mm;
	height: 30px;
}
div.poster-date {
	position: absolute;
	bottom: 105mm;
	left: 0mm;
	height: 30px;
}
div.poster-details-container {
	position: absolute;
	top: 143mm;
	bottom: 100mm;
	left: 10mm;
	right: 10mm;
	background-color: rgb(255, 255, 255, 1);
	border: 6px solid var(--text-color);
	box-shadow: 4px 4px 5px var(--text-color);
	border-radius: 12px;
}
div.poster-website {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	background-color: var(--primary-color);
	width: 100%;
}

p.poster {
	width: auto;
}
p.at-the {
	width: 200mm;
	color: var(--text-color);
	font-size: 28px !important;
}
p.poster-venue {
	width: 200mm;
	color: var(--primary-color);
	font-size: 35px !important;
	text-transform: uppercase;
	letter-spacing: 3px;

text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
}
p.poster-type {
	width: 200mm;
	color: var(--secondary-color);
	font-size: 60px !important;
	text-transform: uppercase;
	letter-spacing: 2px;

text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
}
p.poster-time {
	width: 100mm;
	line-height: 30px;
	font-size: 30px !important;
	color: var(--text-color);
	margin: 0;
	font-weight: bold;
}
p.poster-date {
	width: 100mm;
	line-height: 30px;
	font-size: 30px !important;
	color: var(--text-color);
	margin: 0;
	font-weight: bold;
}
p.poster-website {
	width: 100%;
	font-size: 30px !important;
	color: white;
	margin: 0;
	padding: 1mm;
}


table.wordrop-table {
	width: 100%;
	height: 70vh;
}
tr.wordrop-table {

}
td.wordrop-table {
	text-align: center;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.heart-shape {
  position: relative;
  width: 180mm;
  height: 220mm;
  transform: rotate(45deg);
  background-color: transparent;
	border-top: none;
	border-left: none;
}
.heart-shape:before,
.heart-shape:after {
  position: absolute;
  width: 180mm;
  height: 220mm;
  content: '';
  border-radius: 50%;
  background-color: transparent;
	border: 2px solid var(--border-color);
	border-bottom: none;
	border-right: none;
}
.heart-shape:before {
  bottom: 0mm;
  left: -90mm;
  transform: rotate(-45deg);
}
.heart-shape:after {
  top: -110mm;
  right: 0mm;
  transform: rotate(45deg);
}
.headerText-footer {
	color: var(--secondary-text-color);
	border-bottom: 3px solid var(--secondary-text-color) !important;
	border-top: 0 !important;
}
.footer-row {
	background-color: var(--secondary-color);
}
.footer-column-1 {
	width: 33%;
}
.footer-column-2 {
	width: 33%;
}
.footer-column-3 {
	width: 33%;
}
.footer-button {
	width: 100%;
	background-color: var(--secondary-text-color);
	color: var(--secondary-color);
	border: 2px solid var(--secondary-color);
	font-size: 16px;
	margin: 5px;
	padding: 7.5px;
	border-radius: 6px;
}
.footer-button:hover {
	opacity: 0.7;
}
.column-left, .column-right, .forum-topic-left, .forum-topic-right, .greenscreen-column-left, .greenscreen-column-right {
	margin-top: 0px;
	margin-bottom: 0px;
}

	.loader-text {
		width: auto;
		height: auto;
		position: fixed;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: calc(5vh);
		margin-top: 75px;
		color: var(--text-color) !important;
		text-align: center;
		z-index: 999;
		font-family: "Arial";
		font-weight: bold;
		font-size: 26px;
		padding: 15px;
		max-width: 70vw;
	}
	.loader div {
		position: fixed;
		box-sizing: border-box;
		display: block;
		top: calc(85vh - 32px);
		right: calc(50vw - 32px);
		left: calc(50vw - 32px);
		bottom: calc(15vh - 32px);
		border: 8px solid transparent; /* most */
		border-top: 8px solid var(--primary-color); /* least */
		border-radius: 50%;
		width: 64px;
		height: 64px;
		animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		z-index: 6;
	}
	.loader div:nth-child(1) {
		animation-delay: -0.45s;
	}
	.loader div:nth-child(2) {
		animation-delay: -0.3s;
	}
	.loader div:nth-child(3) {
		animation-delay: -0.15s;
	}

	.loader-container, .blackout {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 4;
	}

	.loader-container {
		background-color: var(--background-color);
		background-image: url('../images/loader-background.png');
		background-repeat: none;
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
	}
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

.logo-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	z-index: 5;
}

div.logo {
	height: 75px;
	overflow: hidden;
}
.phppot-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	overflow-y: auto;
	background-color: var(--primary-text-color);
}
.headerText {
	transform: rotateY(0deg);
	transition: 0.8s;
	width: calc(100%);
	height: auto;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	overflow: hidden;
	border: none;
	border-top: 6px solid var(--border-color);
	border-bottom: 9px solid var(--secondary-color);
	opacity: 1;
	background: var(--background-color);
}
h1 {
	text-align: center;
	color: var(--primary-color);
	text-shadow: 2px 2px 5px var(--text-color);
}

h1.logo {
	margin: 0;
	padding: 0;
	line-height: 75px;
	position: absolute;
	bottom: 0;
	left: 75px;
	right: 75px;
	color: var(--primary-text-color) !important;
}
h1.computer-logo {
	color: var(--primary-color) !important;
}

	.text, .texts {
		transform: rotateY(0deg);
		transition: 0.8s;
		width: calc(100% - 30px);
		height: auto;
		padding: 15px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		overflow: hidden;
		border-bottom: 1.5px solid var(--border-color);
		background: var(--background-color);
	}

	li {
		text-align: left;
	}
	.forum-categories {
		transform: rotateY(0deg);
		transition: 0.8s;
		width: calc(95% - 30px);
		height: auto;
		padding: 15px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10vh;
		overflow: hidden;
		background-color: white;
		border: 2px solid var(--border-color);
	}
	.header-forum-categories {
		transform: rotateY(0deg);
		transition: 0.8s;
		width: calc(100% - 30px);
		height: auto;
		padding: 15px;
		margin-top: 10vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		overflow: hidden;
		background-color: white;
		border-top: 3px solid var(--primary-color);
		border-bottom: 3px solid var(--primary-color);
		color: var(--primary-color) !important;
	}
	.home-text {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		height: auto;
		background-color: var(--background-color);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-bottom: 3px solid var(--border-color);
	}
	.home-p {
		margin: 15px 20px;
		position: relative;
		overflow-y: auto;
		width: calc(100% - 60px);
	}
	#karaoke-song-search {
		overflow-x: auto;
		height: 40vh;
		max-width: 500px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		background-color: var(--background-color-off);
		border: 2px solid var(--border-color);
		border-radius: 6px;
		padding: 5px;
	}
	.request-search-item {
		width: calc(100% - 30px);
		margin: 0;
		margin-bottom: 5px;
		padding: 10px;
		border: 2px solid var(--border-color);
		border-radius: 4px;
	}
	.request-search-item:hover {
		opacity: 0.7;
		box-shadow: 2px 2px 5px black;
	}
	p {
		text-align: justify;
		text-transform: none;
		font-family: 'Roboto', Helvetica, sans-serif;
		line-height: 150%;
		font-size: var(--p-font-size);
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 50px);
		color: var(--text-color);
	}

code {
	display: block;
	margin-left: 5vw;
	margin-right: 5vw;
	background-color: #E8E8E8;
	padding: 2vw;
	border: 2px dashed var(--border-color);
	width: calc(100% - 14vw);
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.notes {
	border: 2px solid var(--border-color);
	background-color: var(--background-color);
	padding: 20px;
	width: calc(100% - 40px);
}
p.search-line {
	background-color: #E6E6E6;
	margin-left: 5%;
	margin-right: 5%;
	padding: 15px;
	width: calc(90% - 30px);
	border: 1.5px solid var(--border-color);
	border-radius: 6px;
	cursor: pointer;
}
.profile-search-line {
	border-left: 6px solid #08ee08 !important;
	width: calc(90% - 34.5px) !important;
}
.page-search-line {
	border-left: 6px solid #ee2408 !important;
	width: calc(90% - 34.5px) !important;
}
	.center {
		text-align: center;
	}
.request-box {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 90px;
	height: calc(100% - 180px);
	overflow-x: auto;
}
.request-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	overflow-x: auto;
	border-bottom: 1.5px solid var(--border-color);
}
.message-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	overflow-x: auto;
	border-top: 1.5px solid var(--border-color);
}
.content-container {
	display: none;
	position: fixed;
	overflow-y: auto;
	background-color: rgba(255,255,255,0.4);
	z-index: 1;
}
.video-background {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

video#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
  min-height: 50%;
  width: auto;
  height: 100%;
  object-fit: cover;
  background-color: var(--background-color);
  z-index: 0; /* Ensures the video stays behind other content */
}

.video-background, .content-container {
  text-align: center;
  font-family: Arial, sans-serif;
}
#chat-content {
	padding-top: 50vh;
	min-height: 35vh;
}
.computer-nav-bar {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
table.computer-nav-table {
	float: right;
}
.mobile-nav-bar {
	width: 100%;
}

.no-internet {
	position: fixed;
	height: auto;
	width: 150px;
	left: calc(50vw - 75px);
	top: calc(50vh - 30px);
	background-color: var(--background-color);
	border: 2px solid grey;
	border-radius: 10px;
	align: center;
	text-align: center;
	font-size: 30px;
	padding: 10px;
	z-index: 999;
}

table.leaderboard-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: separate; /* Required for spacing to work */
	border-spacing: 10px;
}
tr.leaderboard-table {
	cursor: pointer;
	background-color: var(--background-color);
}
th.sticky-leaderboard {
	position: sticky;
	top: -15px;
}
th.leaderboard-table {
	text-align: center;
	color: var(--primary-text-color);
	padding: 10px;
	width: 33%;
	font-size: 3vw;
	font-family: "Arial";
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 3px;
	margin: -10px;
}
td.leaderboard-table {
	background-color: var(--background-color);
	color: var(--text-color);
	padding: 10px;
	width: 33%;
	font-size: 3vw;
	font-family: "Arial";
	border: 2px solid var(--border-color);
	border-radius: 3px;
}


table.forum-table, table.quote-table, table.stock-table, table.dj-planner-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
tr.forum-table, tr.quote-table, tr.stock-table, tr.dj-planner-table {
	cursor: pointer;
	background-color: var(--background-color);
}
tr.forum-table:hover td {
	opacity: 0.8;
}
tr.quote-table:hover td {
	opacity: 0.8;
}
tr.stock-table:hover td {
	opacity: 0.8;
}
tr.dj-planner-table td {
	opacity: 0.8;
}
tr.quote-table:nth-child(even) td {
	background-color: #F9F6EE;
}
tr.quote-table:nth-child(odd) td {
	background-color: var(--background-color) ;
}
tr.stock-table:nth-child(even) td {
	background-color: #F9F6EE !important;
}
tr.stock-table:nth-child(odd) td {
	background-color: var(--background-color) !important;
}
tr.dj-planner-table:nth-child(even) td {
	background-color: #F9F6EE;
}
tr.dj-planner-table:nth-child(odd) td {
	background-color: var(--background-color);
}
tr.dj-planner-current td {
	background-color: var(--secondary-color) !important;
	color: var(--secondary-text-color) !important;
}
th.forum-table, th.quote-table, th.stock-table, th.dj-planner-table {
	text-align: center;
	color: var(--primary-text-color);
	padding: 10px;
	font-size: 18px;
	font-family: "Arial";
	border: 2px solid var(--primary-color);
	background-color: var(--primary-color);
}
td.forum-table, td.quote-table, td.stock-table, td.dj-planner-table {
	color: var(--text-color);
	padding: 10px;
	font-size: 14px;
	font-family: "Arial";
	border: 2px solid var(--border-color);
}

.bb-button-container {
	display: inline;
	width: 100%;
	height: 60px;
	white-space: nowrap;
}

.forum-topic {
	margin: 0;
	background-color: var(--background-color);
	border: 1.5px solid var(--border-color);
	height: 100%;
	padding: 10px;
}
.forum-topic-preview {
	margin: 10px;
	background-color: var(--background-color);
	height: 100%;
}

.poster-details {
	background-color: #EEF2F8 !important;
}

	.open-button {
		bottom: 23px;
		right: 30px;
	}
	.open-button-2 {
		bottom: 23px;
		right: 100px;
	}
	.open-button-3 {
		bottom: 23px;
		right: 170px;
	}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Arial;
	text-decoration: none;
	transition: 0.4s;
	border-style: none;
	border-width: 0px;
	outline: none;
	box-shadow: none;
	border-radius: 30px;
	padding: 17.5px;
	cursor: pointer;
	position: fixed;
	width: 60px;
	height: 60px;
	z-index: 2;
}

.open-button-2 {
	background-color: var(--secondary-color);
}

.open-button-3 {
	background-color: var(--third-color);
}

.open-button:hover {
    -webkit-animation:bounce 1s infinite;
}

@-webkit-keyframes bounce {
	0%       { bottom:15px; }
	25%, 75% { bottom:25px; }
	50%      { bottom:30px; }
	100%     { bottom: 10px; }
}

textArea {
	font-family: Arial, sans-serif;
}

.textArea {
	display: block;
	border: none;
	color: var(--text-color);
	background-color: var(--input-background-color);
	padding: 10px;
	margin: 2.5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	box-shadow: 2px 2px 5px black;
	width: calc(100% - 20px);
	height: 80vh;
}
.edit-topic-editor-container {
	position: relative;
	width: calc(100% - 20px);
	max-width: 100vw;
	height: 60vh;
}
.edit-topic-textarea {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: none;
	color: var(--text-color);
	background-color: var(--input-background-color);
	padding: 10px;
	margin: 2.5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;;
	box-shadow: 2px 2px 5px black;
	box-sizing: border-box;
	font-family: monospace;
	width: calc(100% - 20px);
	height: 60vh;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
}
#edit-topic-backdrop {
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	color: var(--text-color); /* Default text color behind */
	overflow-y: auto;
	white-space: pre-wrap;       /* Respects breaks and wraps long lines */
	word-wrap: break-word;       /* Forces word splitting on wrapping */
	display: block;              /* Ensures it behaves as a block layer */
}
#topic-content {
	background: transparent;
	border: 1px solid transparent;
	color: transparent; /* Makes real text invisible */
	caret-color: #000; /* Keeps the typing cursor visible */
	resize: none;
	overflow-y: auto;
}
.edit-topic-highlight-green {
	color: #3cb371;
	font-weight: bold;
}
.edit-topic-highlight-blue {
	color: #107AB0;
	font-weight: bold;
}
.edit-topic-highlight-orange {
	color: #FFA500;
	font-weight: bold;
}
.edit-topic-highlight-red {
	color: #f08080;
	font-weight: bold;
}
.edit-topic-highlight-purple {
	color: #DA70D6;
	font-weight: bold;
}
.edit-topic-container {
	position: fixed;
	top: 80px;
	bottom: 0;
	background: var(--background-color);
	overflow: auto;
}

.nav-button {
	border: none;
	box-shadow: none;
	margin: 2px;
	height: 71px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	z-index: 5;
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	transition: 0.6s;
}
	.computer-nav-menu {
		display: none;
	}
.nav-button-mobile {
	height: 75px;
	margin: 0;
}
.nav-button:hover {
	background-color: var(--primary-text-color);
	color: var(--primary-color);
}

.computer-logo-container {
	width: 100%;
	max-height: 200px;
	border-bottom: 3px solid var(--primary-color);
	opacity: 1;
	position: relative;
}

	.computer-logo-image {
		position: absolute;
		left: calc(50% - 156px);
		animation: logo-animate 10s infinite;
		transform-origin: center top;
	}

	@keyframes logo-animate {
		40% {opacity: 1; transform: rotateX(0deg);}
		50% {opacity: 0; transform: rotateX(90deg);}
		90% {opacity: 0; transform: rotateX(90deg);}
		100% {opacity: 1; transform: rotateX(0deg);}
	}
	.customer-search {
		display: none;
		position: static;
		top: 0;
		left: 0;
		right: 0;
		background-color: var(--background-color);
		border 2px solid var(--border-color);
	}
	.fields {
		width: calc(95% - 40px);
		min-width: 60px;
		max-width: 500px;
		padding: 10px;
		border: 1px solid var(--border-color);
		border-radius: 3px;
		background-color: var(--input-background-color);
		margin: 7.5px;
	}

	.field-set {
		width: calc(100% - 20px);
		padding: 10px;
		border: 1px solid var(--border-color);
		background-color: var(--input-background-color);
	}

fieldset {
	width: calc(95% - 40px);
	min-width: 60px;
	max-width: 500px;
	font-family: arial;
	border: 1px dashed var(--border-color);
	text-align: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--background-color-off);
	text-align: center;
}

legend {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
	background-color: var(--primary-color);
	color: var(--primary-text-color);
	padding: 5px;
}
.video-gallery {
	width: calc(100% - 20px);
	padding: 10px;
	height: auto;
	border-radius: 25px;
}
div.content-button-bar {
	float: left;
	margin: 7px;
	width: calc(33% - 14px);
	min-width: 200px;
	border-radius: 15px;
	background-color: var(--background-color);
	color: var(--text-color);
}
div.content-button-bar:nth-child(3n + 1):hover {
	background-color: var(--background-color-2);
}
div.content-button-bar:nth-child(3n + 2):hover {
	background-color: var(--background-color-3);
}
div.content-button-bar:nth-child(3n):hover {
	background-color: var(--background-color-4);
}
div.button-bar {
	display: block;
	background-color: var(--button-bar-color);
	color: var(--button-bar-text-color);
	border-bottom: 3px solid var(--primary-color);
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	z-index: 5;
}
table.button-bar {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}
tr.button-bar {
	height: 50px;
}
td.button-bar {
	text-align: center;
	border: 2px solid var(--primary-color);
}
button.button-bar {
	background-color: var(--button-bar-color);
	color: var(--button-bar-text-color);
	border: none;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	width: 100%;
}
button.button-bar:hover {
	opacity: 0.6;
	border-bottom: 6px solid var(--button-bar-text-color);
	margin-bottom: -6px;
}

table.log-table {
	width: 100%;
	border-spacing: 12px;
	margin-bottom: 0;
}
tr.log-table {

}
td.log-table {
	text-align: center;
	padding: 15px;
	background-color: var(--background-color);
	border: 2px solid var(--border-color);
	border-radius: 4px;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

	.alert-container {
		position: fixed;
		left: 5vw;
		bottom: 5vh;
		z-index: 4;
		max-height: 30vh;
		overflow-x: hidden;
		overflow-y: auto;
		text-align: center;
		min-width: 20vw;
		max-width: 50vw;
		background-color: var(--background-color) !important;
		color: var(--secondary-color) !important;
		border: 1.5px solid var(--border-color);
		border-left: 5px solid var(--secondary-color);
		padding: 25px;
		border-radius: 6px;
	}
	h1.alert {
		font-size: 16px;
		margin: 0;
		white-space: nowrap;
		color: var(--secondary-color) !important;
		white-space: wrap;
	}

	table.calendar {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	tr.calendar {

	}
	th.calendar {
		font-size: 18px;
		color: var(--text-color);
	}
	td.calendar {
		width: 10vh;
		height: 10vh;
		border: 2px solid var(--border-color);
		text-align: center;
		font-size: 16px;
		color: var(--text-color);
		cursor: pointer;
	}
	td.has-booking {
		border-bottom: 10px solid blue;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.unavailable {
		border-bottom: 10px solid red;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.has-booking-request {
		border-bottom: 10px solid orange;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.has-no-booking {
		border-bottom: 10px solid green;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.has-task {
		border-bottom: 10px solid #5F9EA0;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-has-booking {
		border-left: 6px solid blue;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-unavailable {
		border-left: 6px solid red;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-has-booking-request {
		border-left: 6px solid orange;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-has-no-booking {
		border-left: 6px solid green;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-has-task {
		border-left: 6px solid #5F9EA0;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.has-job {
		border-bottom: 10px solid #0096FF;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-has-job {
		border-left: 6px solid #0096FF;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.has-both {
		border-bottom: 10px solid #0000FF;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.calendar-has-both {
		border-left: 6px solid #0000FF;
		background-color: var(--background-color);
		color: var(--text-color);
	}
	td.no-date {
		background-color: #D3D3D3;
		color: var(--text-color);
	}

	td.calendar-today {
		background-color: var(--primary-color);
		color: var(--primary-text-color);
	}

#confirm-action-container {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 998;
	backdrop-filter: blur(10px);
	transition: 0.8s;
}
.confirm-action {
	position: fixed;
	height: 150px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1.5px solid var(--border-color);
	border-radius: 6px;
	border-left: 6px solid var(--primary-color);
	background-color: var(--background-color);
	z-index: 999;
}

	table.gallery {
		border-collapse: separate;
		border-spacing: 15px;
		width: 100%;
	}
	tr.gallery {
		height: 50vh;
	}
	td.gallery {
		height: 50vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	img.gallery {
		max-width: 400px;
		width: 100%;
		height: auto;
		box-shadow: 2px 2px 5px black;
		object-fit: cover;
	}
	img.home-image {
		max-width: 700px;
		width: 100%;
		height: auto;
		box-shadow: 2px 2px 5px black;
		object-fit: cover;
	}
	img.home-image-full {
		width: 100%;
		height: auto;
		max-height: 400px;
		box-shadow: 2px 2px 5px black;
		object-fit: cover;
	}
	.image-fullscreen {
		position: relative;
		left: 15vw;
		top: 1vh;
		width: 70vw;
		height: auto;
		z-index: 99;
		transition: 0.6s;
		object-fit: cover;
	}
	.image-fullscreen-wide {
		position: relative;
		left: 1vw;
		top: 15vh;
		width: 98vw;
		height: auto;
		z-index: 99;
		transition: 0.6s;
		object-fit: cover;
	}

	.image-blur {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		filter: blur(8px);
		-webkit-filter: blur(8px);
		z-index: 4;
	}

	.small-gallery {
		width: 30vw;
		height: auto;
		box-shadow: 2px 2px 5px black;
	}

	.close-button {
		color: var(--secondary-color);
		font-weight: bold;
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		font-size: 16px;
		line-height: 20px;
		cursor: pointer;
		transition: 0.2s;
		background-color: inherit;
	}

	.popup {
		display: none;
		position: fixed;
		top: 75px;
		bottom: 25px;
		left: 1vw;
		right: 1vw;
		z-index: 99;
		overflow-y: auto;
		background-color: var(--background-color);
		border: 1.5px solid var(--border-color);
	}

	.file-segment {
		float: left;
		width: calc(100% - 20px);
		border: 2px solid var(--border-color);
		margin: 10px;
		border-radius: 10px;
		box-shadow: 2px 2px 5px var(--text-color);
	}
	.file-segment:nth-child(odd) {
		border-bottom: 6px solid var(--primary-color);
	}
	.file-segment:nth-child(even) {
		border-bottom: 6px solid var(--secondary-color);
	}
	.file-segment:nth-child(3n+2) {
		border-bottom: 6px solid var(--tertiary-color);
	}
	.top-button-bar {
		position: sticky;
		display: flex;
		top: 0;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		background-color: var(--secondary-text-color);
		border-top: 2px solid var(--secondary-color);
		border-bottom: 2px solid var(--secondary-color);
		text-align: center;
		font-size: 0;
		z-index: 2;
		height: auto;
		line-height: 90px;
	}

#upload-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

#upload-status {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.progress-bar-bg {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

#progress-bar-fill {
    width: 0%;
    height: 100%;
    background-color: #4CAF50; /* Green fill */
    transition: width 0.2s ease; /* Makes the movement smooth */
}

div.star-rating {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 2.5rem;
}

/* Hide the native radio buttons */
.star-rating input {
  display: none;
}

/* Default state of the star labels */
.star-rating label {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

/* Highlight stars to the left on hover and when checked */
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #f5b301;
}

.review-container {
	float: left;
	width: calc(100% - 50px);
	max-width: 400px;
	border-radius: 10px;
	padding: 10px;
	margin: 15px;
}
.review-container:nth-child(3n + 1) {
	background-color: var(--background-color-4);
}
.review-container:nth-child(3n + 2) {
	background-color: var(--background-color-3);
}
.review-container:nth-child(3n) {
	background-color: var(--background-color-2);
}
.star-rating-show {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #ccc; /* Empty star color */
}
.star-foreground {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffcc00; /* Filled star color */
  overflow: hidden;
  white-space: nowrap;
}

	.top-button {
		display: inline-block;
		font-size: 16px;
		padding: 15px;
		color: var(--secondary-text-color);
		text-decoration: none;
		background-color: var(--secondary-color);
		width: auto;
		height: auto;
		min-width: 150px;
		max-width: 100%;
		border-radius: 10px;
		border: none;
		cursor: pointer;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 2px;
	}

	.top-button:hover {
		opacity: 0.6;
		text-transform: underline;
	}

	#search-container {
		display: none;
		z-index: 7;
		position: fixed;
		top: 79px;
		left: 0;
		right: 0;
		height: 60px;
		background-color: var(--background-color);
		border-bottom: 2px solid var(--border-color);
	}

	.button {
		display: inline-block;
		font-size: 16px;
		padding: 10px;
		color: var(--secondary-text-color);
		text-decoration: none;
		background-color: transparent;
		width: auto;
		max-width: 100%;
		border-radius: 3px;
		border: 2px solid var(--secondary-color);
		cursor: pointer;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 7.5px;
		background-color: var(--secondary-color);
	}
	.red {
		border-color: red;
		background-color: red;
		color: white;
	}
	.button:disabled , .top-button:disabled {
		opacity: 0.5;
	}
	.button:hover {
		opacity: 0.6;
	}

	table.quote-view {
		width: 100%;
		border-collapse: collapse;
	}
	tr.quote-view {

	}
	th.quote-view {
		position: sticky;
		top: 0;
		padding: 20px;
		font-size: 18px;
		background-color: var(--primary-color);
		color: var(--primary-text-color);
		border: 2px solid var(--primary-color);
		z-index: 2;
	}
	td.quote-view {
		border: 2px solid var(--border-color);
		padding: 10px;
		font-size: 14px;
		z-index: 1;
	}

	table.config-table {
		width: 100%;
		border-collapse: collapse;
	}
	tr.config-table {

	}
	th.config-table {
		border: 4px solid var(--border-color);
		padding: 20px;
		font-size: 18px;
		background-color: var(--primary-color);
		color: var(--primary-text-color);
		border: 2px solid var(--primary-color);
	}
	td.config-table {
		border: 2px solid var(--border-color);
		padding: 10px;
		font-size: 14px;
	}

	.fixed-button {
		position: fixed;
		padding: 15px;
		font-size: 18px;
		background-color: var(--primary-color);
		border: 2px solid var(--primary-text-color);
		color: var(--primary-text-color);
		border-radius: 10px;
		z-index: 5;
		cursor: pointer;
	}
	.fixed-button:hover {
		box-shadow: 5px 5px 10px black;
	}

.menu-button {
	border: none;
	box-shadow: none;
	margin: 2px;
	width: calc(100% - 4px);
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	background-color: var(--background-color);
	color: var(--text-color);
}
.menu-button:hover {
	box-shadow: 2px 2px 5px black;
	opacity: 0.8;
}

.request-field-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60%;
	overflow-x: auto;
	border-bottom: 1.5px solid var(--border-color);
}
.request-a-song-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
	overflow-x: auto;
}

.menu {
	display: none;
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	height: auto;
	max-height: calc(100vh - 100px);
	max-height: calc(100vh - 75px);
	background-color: var(--background-color);
	z-index: 5;
	border-bottom: 2px solid var(--border-color);
	overflow: auto;
}

.account {
	display: none;
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	height: auto;
	max-height: calc(100vh - 75px);
	background-color: var(--background-color);
	z-index: 5;
	border-bottom: 2px solid var(--border-color);
	overflow-x: auto;
}

.computer-user {
	float: left;
	font-size: 14px;
}

table.nav-bar {
	width: 100%;
	border-spacing: 0;
	height: 75px;
	margin: 0;
	padding: 0;
}
tr.nav-bar {
	height: 75px;
}
th.nav-bar {
	padding: 0;
	height: 75px;
}

.css-chart {
  border-bottom: 3px solid;
  border-left: 3px solid;
  display: inline-block;
  height: var(--widget-size);
  margin: 10px 0px 50px 80px;
  padding: 0;
  position: relative;
  width: var(--widget-size);
}

.line-chart {
  list-style: none;
  margin: 0;
  padding: 0;
}

.data-point {
  background-color: white;
  border: 1px solid lightblue;
  border-radius: 50%;
  bottom: calc(var(--y) - 6px);
  height: 12px;
  left: calc(var(--x) - 6px);
  position: absolute;
  width: 12px;
  z-index: 2;
}

.data-data {
  bottom: calc(var(--y) - 2px);
  height: 22px;
	right: 0;
  left: -50px;
  position: absolute;
  z-index: 1;
	border-bottom: 2px solid var(--border-color);
}
.chart-average {
	bottom: calc(var(--y) - 5px);
	height: 22px;
	right: 0;
	left: -50px;
	position: absolute;
	z-index: 1;
	border-bottom: 2px solid var(--border-color);
	text-align: left;
}
.x-data {
  bottom: -50px;
  height: 12px;
	width: 12px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  left: calc(var(--x) - 6px);
  position: absolute;
  z-index: 1;
	transform: rotate(-90deg);
}
.data-data-name {
	text-align: center;
	bottom: 200px;
	height: 12px;
	width: 400px;
	left: -280px;
	position: absolute;
	z-index: 1;
	transform: rotate(-90deg);
}

.x-data-name {
	text-align: center;
	bottom: -65px;
	height: 12px;
	width: 400px;
	left: calc(50% - 200px);
	position: absolute;
	z-index: 1;
}

.line-segment {
  background-color: white;
  bottom: calc(var(--y));
  height: 3px;
  left: calc(var(--x));
  position: absolute;
  transform: rotate(calc(var(--angle) * 1deg));
  transform-origin: left bottom;
  width: calc(var(--hypotenuse) * 1px);
}
.line-segment-green {
  background-color: green;
}
.line-segment-red {
  background-color: red;
}
.line-segment-amber {
  background-color: amber;
}


	.logo-image {
		box-shadow: 2px 2px 5px black;
		cursor: pointer;
	}

	.computer-logo-image {
		box-shadow: 2px 2px 5px black;
	}

.footer {
	width: 100%;
}