body {
	overflow-x: hidden;
	font-family: "Roboto", sans-serif;
}

select {
    cursor:pointer;
    display:inline-block;
    position:relative;
	font-size: 24px;
    color: #f1d6e3;
	background: transparent;
	outline: none;
	border-style: hidden;
	border: 3px solid #f489bd;
;
    border-radius: 5px;
	padding: 5px;
	text-align-last: left;
	text-align: left;
	-ms-text-align-last: left;
	-moz-text-align-last: left;
}

.select select {
	outline: none;
	-webkit-appearance: none;
	display: block;
	padding: 0px;
	margin: 0;
	border-style: hidden;

	background: transparent;
	color: #f1d6e3;
	line-height: normal;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}

.scanner button {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f1d6e3;
	border-radius: 6px;
	width: 100%;
	height: 40px;
	border: 0;
	padding: 0px;
	color: #e61e7f;
	font-size: 24px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.login button {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f1d6e3;
	border-radius: 6px;
	width: 100%;
	height: 40px;
	border: 0;
	padding: 0px;
	color: #e61e7f;
	font-size: 24px;
	text-shadow: 2px 2px 4px #ffffff;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	box-shadow: #f489bd 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.login a {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f1d6e3;
	border-radius: 6px;
	padding: 10px;
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.dropdown a {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #d4d4d4;
	border-radius: 0px;
	width: 100%;
	border: 0;
	padding: 5px;
	color: #000000;
	font-size: 20px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

input {
	border-top-style: hidden;
	border-right-style: solid;
	border-right-color: #f1d6e3;
	border-left-style: hidden;
	border-bottom-style: solid;
	border-bottom-color: #f489bd;
	border-width: medium;
	background-color: white;
	outline: none;
	font-size: 18px;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

textarea {
	border-top-style: hidden;
	border-right-style: solid;
	border-right-color: #f489bd;
	border-left-style: hidden;
	border-bottom-style: solid;
	border-bottom-color: #f489bd;
	background-color: white;
	outline: none;
	font-size: 18px;
	margin: 2px;
	padding: 2px;
	text-align: left;
	color: #808080;
}

.record-table td {
	box-shadow: rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	border-radius: 5px;
}

table {
	font-family: "Roboto", sans-serif;
	border: 0px;
	text-align: left;
	margin: auto;
}

td {
	border: 0px;
	text-align: left;
	margin: auto;
	padding-bottom: 5px;
}

.login label {
	outline: none;
	font-size: 25px;
	margin: 10px;
	padding: 2px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

input:focus {
    background-color: white;
}

.upload_button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.upload_button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  font-family: sans-serif;
  margin: 5px auto;
  padding: 5px;
}
#drop-area.highlight {
  border-color: purple;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }

  /* Dropdown Button */
  .dropbtn {
	background-color: #f1d6e3;
	color: white;
	padding: 16px;
	font-size: 16px;
	width: 200px;
	border: none;
	cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
	background-color: #f1d6e3;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
	width: 200px;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  .dialog {
    position: fixed;
    z-index: 2000;
    /*height: 2em;*/
    /*width: 2em;*/
    /*overflow: visible;*/
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	vertical-align: middle;
	text-align: center;
  }

  /* Transparent Overlay */
  .dialog:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }

  .dialog-content {
    position: absolute;
    z-index: 2000;
    width: 90%;
	height: 60%;
    /*overflow: visible;*/
	overflow-y: auto;
    margin: auto;
    top: 50%;
    left: 50%;
	vertical-align: middle;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	transform: translate(-50%, -50%);
	padding: 10px;
	padding-top: 20px;
	box-shadow: rgba(17, 17, 26, 0.7) 0px 8px 24px, rgba(17, 17, 26, 0.7) 0px 16px 56px, rgba(17, 17, 26, 0.7) 0px 24px 80px;
  }

  .dialog-content button {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f1d6e3;
	border-radius: 6px;
	width: 300px;
	height: 50px;
	border: 0;
	padding: 0px;
	color: #e61e7f;
	font-size: 24px;
	text-shadow: 2px 2px 4px #ffffff;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	box-shadow: #f489bd 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  }

.inputfile {
	font-family: "Roboto", sans-serif;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
  
.inputfile + label {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: white;
	background-color: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 20px;
}

.inputfile:focus + label,
.inputfile + label:hover {
	/*background-color: red;*/
}

div.focus-image {
	border:2px solid #fff;
	display:inline-block;
	position:relative;
	cursor:pointer;
}
div.focus-image div {
	display:none;
	border:2px solid red;
	position:absolute;
	left:90px; /*x*/
	top:60px; /*y*/
}


.loader {
	width: 48px;
	height: 48px;
	display: block;
	margin:15px auto;
	position: relative;
	color: #FFF;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;


    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .loader::after,
  .loader::before {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	transform: scale(0.5) translate(0, 0);
	background-color: #FFF;
	border-radius: 50%;
	animation: animloader 1s infinite ease-in-out;
  }
  .loader::before {
	background-color: #FF3D00;
	transform: scale(0.5) translate(-48px, -48px);

	content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  @keyframes rotation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  } 
  @keyframes animloader {
	  50% {
		transform: scale(1) translate(-50%, -50%);
  	}
  }



.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;  
}

.tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltiptext-right {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip:hover .tooltiptext-right {
  visibility: visible;
}

#calendar {
	display: flex;
	flex-direction: column;
	width: 200px;
	margin-top: 20px;
}
.time-slot {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 5px 0;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s;
}
.time-slot:hover {
	background-color: #ffffff;
}
.time-slot.selected {
	background-color: #007BFF;
	color: white;
	border-color: #0056b3;
}
.time-slot.unavailable {
	background-color: #545454; /* Red for unavailable slots */
	color: rgb(145, 145, 145);
	cursor: not-allowed;
}

.hamburger {
    font-size: 50px;
    cursor: pointer;
    padding: 10px;
	height: 30px;
	top: 10px;
	right: 10px;
	position: absolute;
}

.menu {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000; /* Ensure the menu is on top */
    box-shadow: rgba(17, 17, 26, 0.7) 0px 8px 24px, rgba(17, 17, 26, 0.7) 0px 16px 56px, rgba(17, 17, 26, 0.7) 0px 24px 80px;
    border-radius: 5px;
}

.menu button {
    display: block;
    margin: 5px 0;
    font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f1d6e3;
    color: #e61e7f;
	border-radius: 6px;
    width: 100px;
    height: 60px;
    font-size: 30px;
	text-shadow: 2px 2px 4px #ffffff;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 45%;
  left: 0px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(100,100,100,0.5);
}

.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  right: 0px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(100,100,100,0.5);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
	  