.slot {
	display:inline-block;
	padding: 20px 15px;
	font-size:24px;
	min-width:40%;
	text-align: center;
	margin: 10px;
}
.slot-avaliable {
	background-color: green;
	color: white;
}

footer {
	text-align: center;
}

footer a {
	margin:10px;
}

.slot-sold-out {
	background-color: red;
	color: white;
}
.slot-selling-fast {
	background-color: #fee74f;
	color: black;
}
body {
	margin: 0;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
	font-size: 13px;
	color:rgba(26,26,26,.7);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	transition: opacity 0.5s;
}
.fully_booked {
	background-color: red !important;
	color: white;
	font-weight:bold;
}
.got_seats {
	background-color: green !important;
	color: white;
	font-weight:bold;
}

  .got_seats_2 {
	background-color: #fee74f !important;
		color: black;
  }

	    .got_seats_2:hover {
			background-color: #ee6d44 !important;
		}

				 .got_seats:hover {
				 	background-color: #ee6d44 !important;
					color: black;
				 }

.btn-black {
	background-color: black;
	color: white;
	padding: 15px 20px;
font-size: 16px;
}
.top {
	margin-top: 55px;
}
@media only screen and (max-width: 410px) {
	.top {
		margin: 20px 10px;
	}
	.wrapper {
		width: 100% !important;
	}
	.devider {
		width:100% !important;
		border:none !important;
	}
}
@media only screen and (max-width: 1000px) {
	.top {
		margin-top:20px;
	}
	.item_name {
		font-size:15px;
		letter-spacing: 0.1px;
	}
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
a {
	color: rgb(238, 109, 68);
}
h1 {
	float:right;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	color: rgba(26,26,26,.6);
}
.devider {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 20px 0px;
	text-align: center;
}
.devider span {
	display: inline-block;
	background-color: white;
	position: absolute;
	top: -13px;
	left: calc(50% - 150px);
	width:300px;
	color: rgba(26,26,26,.5);
}
.wrapper {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
*,*::before,*::after {
	box-sizing: border-box;
}
:root {
	--select-border: #777;
	--select-focus:black;
	--select-arrow: var(--select-border);
}
select {
	color: black;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;
	outline: none;
}
select::-ms-expand {
	display: none;
}
.select {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	min-width: 15ch;
	max-width: 30ch;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0.25em;
	padding: 0.25em 0.5em;
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 1.1;
	background-color: rgba(0,0,0,0.02);
	;
	margin: -5px auto;
	background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.select select, .select::after {
	grid-area: select;
}
.select:not(.select--multiple)::after {
	content: "";
	justify-self: end;
	width: 0.8em;
	height: 0.5em;
	background-color: rgba(0,0,0,0.2);
	-webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
select:focus + .focus {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid var(--select-focus);
	border-radius: inherit;
}
select[multiple] {
	padding-right: 0;
	/** Safari will not reveal an option* unless the select height has room to* show all of it* Firefox and Chrome allow showing* a partial option*/
	height: 6rem;
	/** Experimental - styling of selected options* in the multiselect* Not supported crossbrowser*/
}
select[multiple] option {
	white-space: normal;
	outline-color: var(--select-focus);
}
.select--disabled {
	cursor: not-allowed;
	background-color: #eee;
	background-image: linear-gradient(to top, #ddd, #eee 33%);
}
label {
	font-size: 1.125rem;
	font-weight: 500;
}
.select + label {
	margin-top: 2rem;
}
.calendar {
	width: 100%;
	border: 0px solid red;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.03);
	border: 2px solid rgba(0,0,0,0.03);
	;
	position: relative;
	;
}
.calendar .header {
	background-color: rgba(0,0,0,0.03);
	line-height: 30px;
}
.calendar .location {
	background-color: rgba(0,0,0,0.08);
}
.calendar .header .prev-month, .calendar .header .next-month {
	width: 25%;
	float:left;
	padding: 15px 15px;
}
.calendar .header .next-month {
	text-align: right;
}
.calendar .header .month-title {
	width:50%;
	float:left;
	padding: 15px 15px;
}

.calendar .header .next-month {
text-align: right;
}
.calendar .header .month-title {
text-align: center;
font-weight: bold;
}
.days_names div {
width: 14.28%;
padding: 14px;
float: left;
text-align: center;
font-size: 11px;
font-weight: bold;
}
.days div {
width: 14.28%;
padding: 10px;
font-size: 18px;
float: left;
text-align: center;
background-color: white;
border: 2px solid #efefef;
}
.days div:hover {
background-color: rgba(238, 109, 68,1);
color: white;
cursor: pointer;
}
.days div.full {
background-color: rgba(238, 109, 68,0.4);
}
.legion {
width: 10px;
height: 10px;
display: inline-block;
;
border: 1px solid rgba(0,0,0,0.3);
}
.legions {
padding: 10px;
}
.menu_item {
float: right;
width: 30%;
max-width: 80px;
}
.item_name {
float: left;
width: 70%;
text-align: left;
}
.item_amount {
width: 10px;
}
.item_row:nth-child(even) {
background-color: rgba(0,0,0,0.03);
border-bottom:1px solid rgba(0,0,0,0.03);
}
.item_row {
padding: 10px 15px;
}
.item_name p {
text-align: left;
font-size: 11px;
width: 100%;
line-height: 20px;
}
.item_amount {
display: inline-block;
;
}
.item_amount {
text-align: center !important;
}
.menu_item .prev-btn, .menu_item .next-btn {
font-size: 25px;
}
.next-btn {
margin-left:7px;
}
.menu_item .item_amount {
font-size: 25px;
}
.item_description {
display: none;
}
.container-checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: 12px;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
background-color: #ee6d44;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
table, td {
padding:15px !important;
}
/* Customize the label (the container) */
.container-radio {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default radio button */
.container-radio input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #fff;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
background-color: #ee6d44;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
left: 9px;
top: 3px;
width: 7px;
height: 15px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
* {
box-sizing: border-box !important;
}

