* {
	box-sizing: border-box;
	margin: 0;
	font-family: 'Roboto', sans-serif;
/*	background-color: #f1f9f9;*/
}

.mobile {
	width: 100%;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 2fr 1fr 1fr;
	gap: 10px;
}

#hero_logo {
	display: block;
	justify-self: center;
	align-self: center;
}

#reg_logo {
	display: block;
	margin: 6rem auto 0;
	width: 6.5rem;
}

input {
	display: block;
	margin: 1rem auto;
	width: 240px;
	height: 45px;
	color: #808080;
	border: 1px solid #B3B3B3;
  	border-radius: 3px;
  	padding-left: 1rem;
}

input[type="Submit"] {
	color: #ffffff;
	background-color: #4a8ece;
	margin-top: 1.5rem !important;
}

input[type="Submit"]:hover, input[type="Submit"]:active {
	cursor: pointer;
	opacity: 0.8;
}

form[name="userLoginForm"] {
	/*margin-top: 6.875rem;*/
	align-self: end;
}

.registerForm {
	margin-top: 2.5rem;
}

.registerForm input {
	margin: 0.625rem auto 0;
}

.registerForm input[type="Submit"] {
	margin-top: 2rem;
}

.regBus_container {
	display: grid;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.regLink {
	align-self: start;
}

.busLink {
	align-self: end;
	margin-bottom: 2.5rem;
}

.secondaryLink {
	/*margin-top: 1.5rem;*/
	display: block;
	text-align: center;
	color: #808080;
	text-decoration: none;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.reg_secondaryLink {
	margin-top: 1.5rem;
	display: block;
	text-align: center;
	color: #808080;
	text-decoration: none;
}

#VenueLoginLink {
	width: 100%;
	margin-bottom: 2.5rem;
}

.page_container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	margin-bottom: 2rem;
}

.page_title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1.25rem;
}

.section_title {
	font-size: 1.125rem;
	font-weight: normal;
	margin-top: 3.5rem;
}

.page_first_ST {
	margin-top: 1.5rem;
}

/* Upcoming and Previous Booking Buttons */

.booking_btns_container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.booking_Up_Prev_Buttons {
	width: 100%;
	white-space: nowrap;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/*To finish - the below, upcoming and previous bookings buttons design for user_home.php*/

.booking_Up_Prev_Buttons svg:hover, svg:active {
	cursor: pointer;
	transform: scale(1.1);
	outline: none;
	transition: transform 0.2s linear;
	}

.hide_label input[type="submit"] {
	display: none;
}

.activeLabel svg g{
	fill: #4a8ece;
}

.activeLabel svg text {
	fill:#FFFFFF;
	font-size:0.875rem;
	font-weight: bold;
}

.upPrevBtn svg g{
	fill: #FFFFFF;
}

.upPrevBtn svg text {
	fill:#4a8ece;
	font-size:0.875rem;
	font-weight: bold;
}

.svg_button_stroke {
	fill: #4a8ece;
}

.activeb {
	color: #FFFFFF;
	background-color: #4a8ece;
}

.upcomingBtn {
	justify-self: end;
}

.upcoming_button {
	display: inline-block;
}

.prev_button {
	display: inline-block;
}

/* Cards */

 .card_container {
	overflow-x: auto;
} 

.tdyBkgs {
	position: absolute;
	z-index: -1;
}

.orange_container {
	background: rgba(228, 164, 69, 0.3);
	border-radius: 3px;
	padding: 1rem;
	display: flex;
	height: 17.4rem;
	margin-top: 5.5rem;
}

.nobookings_notif {
	width: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
}

.BookingLogHeading {
	margin-top: 2rem;
}

.BLFirstDate {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.card_list {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
	flex-direction: row;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.BookingDate_Title {
	display: flex;
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.card {
	background-color: #FFFFFF;
	text-decoration: none;
	display: flex;
	border: 1px solid #B3B3B3;
	border-radius: 3px;
	flex-direction: column;
	min-width: 15rem;
	max-width: 15rem;
	margin-right: 1rem;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
	scroll-snap-align: start;
}

.card img {
	max-height: 7rem;
}

.card_hr {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}

.card_vname {
	width: 12.5rem;
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 0 1rem 1rem;
}

.card_dets_container {
	width: 12.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.375rem 0 1.125rem 0;
	display: grid;
	grid-template-columns: auto auto;
	row-gap: 10px;
}

.card_dets_container * {
	font-size: 0.875rem;
}

.card_dets_container i {
	color: #4A8ECE;
}

.card_dets_left_items {
	justify-self: start;
}

.card_dets_right_items {
	justify-self: end;
}

.removeButton {
	background-color: red;
	border: none;
	border-radius: 3px;
	color: #FFFFFF;
	float: right;
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	padding: 4px 8px;
}

.removeButton:hover {
	background-color: #FFFFFF !important;
	color: red;
	border: 1px solid red;
}


/*user/venue_list page*/
.mt_nav {
	margin-top: 5.375rem;
}

.fs_card {
	background-color: #FFFFFF;
	text-decoration: none;
	display: flex;
	border: 1px solid #B3B3B3;
	border-radius: 3px;
	flex-direction: column;
	width: 80%;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.fs_card img {
	max-height: 7rem;
	width: 100%;
}

.fs_title_container {
	width: 83%;
    margin-left: auto;
    margin-right: auto;
}

.fs_card_dets_container {
	padding: 1.375rem 0 1.125rem 0;
	display: grid;
	grid-template-columns: auto auto;
	row-gap: 10px;
	justify-content: space-around;
}

.fs_card_vname {
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 0 0.3rem 0;
}

.card_address {
	font-size: 0.8rem;
	color: #4A8ECE;
	padding: 0 0 0.6rem 0;
}

.fs_card_container {
	padding: 0;
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
}

.fs_card a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

.img_container {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
}


/*Venue Details*/

.backToList_button i {
	color: #4A8ECE;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.backToList_button i:hover, .backToList_button i:active {
	color: #4A8ECE;
	opacity: 0.8;
}

.venueDetsimg {
	width: 100%;
	max-height: 7rem;
}

.venDetsAddress {
	margin-left: 1rem;
}

.venDetsDetsContainer {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	margin: 1.6875rem 0 2.5rem 0;
	gap: 2rem;
	text-align: center;
}

.venDetsdetsTitles {
	font-size: 0.875rem;
}

.venDetsvar {
	font-size: 0.875rem;
	font-weight: 400;
}

.make_reservation_container {
	background-color: #B3B3B3;
	padding-bottom: 1rem;
}

.make_res_Title {
	color: #FFFFFF;
	font-size: 1.125rem;
	text-align: center;
	padding-top: 1.75rem;
	padding-bottom: 0.8125rem;
}

.make_res_form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 5px;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Style the form icons */
.icon {
  padding: 10px;
  background: #FFFFFF;
  color: #4A8ECE;
  text-align: center;
  font-size: 1rem;
  border-radius: 3px 0 0 3px;
}

/* Style the input fields */
.input-field {
  width: 80%;
  padding: 10px;
  outline: none;
  margin: 0;
  height: auto;
  border: none;
  border-radius: 0 3px 3px 0;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

.MAR_inputTypes {
	height: 2.25rem;
}

.left_res_input_fields {
	justify-content: end;
}

.right_res_input_fields {
	justify-content: start;
}

.res_radio_input {
	width: auto;
	height: auto;
	margin: 0;
}

form[name="bookTableForm"] input[type="Submit"] {
	cursor: pointer;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.venue_socials_container {
	color: #4A8ECE;
	font-size: 1.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 5px;
    justify-content: space-around;
    justify-items: center;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.venue_socials_container a {
	color: inherit;
}

.venue_socials_container a:hover, .venue_socials_container a:active {
	opacity: 0.8;
}



/************User Profile********************/

.user_prof_title {
	margin-bottom: 2rem;
}

.prof_field_header {
	left: -160px;
	color: #7E7E7E;
}

form[name="userProfileForm"] {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	justify-items: center;
}

form[name="userProfileForm"] input {
	margin: 0.375rem 0 0.875rem 0;
}

.profile_section_title {
	justify-self: start;
}

.pst_after_first {
	margin-top: 3.75rem;
}

.profile_cancel_update {
	display: block;
	margin: 1rem auto 1rem auto;
	width: 240px;
	height: 45px;
	color: #4A8ECE;
	background-color: #FFFFFF;
	border: 1px solid #4A8ECE;
  	border-radius: 3px;
  	padding-left: 1rem;
}

.profile_cancel_update:hover {
	cursor: pointer;
	background-color: #EFEFEF;
	opacity: 0.8;
}

/*Venue CSS*/
/*Dashboard*/

.venue_spacing {
	margin-top: 1rem;
	font-weight: normal;
}

.v_orange_container {
	background: rgba(228, 164, 69, 0.3);
	border-radius: 3px;
	padding: 1rem;
	display: flex;
	margin-top: 1rem;
}

.venue_dashboard_tb {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
  }
  
  .venue_dashboard_tb td, .venue_dashboard_tb th {
	border: 1px solid #ddd;
	padding: 8px;
  }
  
  .venue_dashboard_tb tr:nth-child(even){background-color: #f2f2f2;}
  
  .venue_dashboard_tb tr:hover {background-color: #ddd;}
  
  .venue_dashboard_tb th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4a8ece;
	color: white;
  }

  form[name="venueNotificationsFilter"] {
	display: grid;
	grid-template-columns: 4rem 5rem;
	gap: 10px;
	align-items: center;
	margin: 10px;
  }

  form[name="venueNotificationsFilter"] select {
	font-size: 1rem;
	width: fit-content;
  }

  form[name="venueNotificationsFilter"] input {
	width: 5rem;
	height: 1.5rem;
  }

  input[type="file"] {
	border: none;
}

.venue_profile_title {
	margin: 2rem 0 2rem 21rem;
}

.venue_profile_title:first-child {
	margin-top: -3rem;
}

#UpPrevBtnForm {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	margin-top: 3rem;
}

.UpPrevBtnForm_container {
	width: 100%;
	box-shadow: 0 10px 20px -8px #c5d6d6;
	border-radius: 50%;
	/* border-radius: 45px; will add more shadow to fill bottom and some of the side */
}

.btn {
	width: 50%;
	border: 4px solid #ebf7fc;
	display: inline-block;
	padding: 10px;
	position: relative;
	text-align: center;
	transition: background 600ms ease, color 600ms ease;
}

.btn_upcoming {
	border-radius: 30px 0 0 30px;
	border-right: none;
}

.btn_previous {
	border-radius: 0 30px 30px 0;
	border-left: none;	
}

  input[type=radio].toggle {
	display: none;
  }
  input[type=radio].toggle + label {
	cursor: pointer;
	min-width: 60px;
  }

  input[type=radio].toggle + label {
	background-color: #ebf7fc;
  }

  input[type=radio].toggle + label:after {
	background: #4A8ECE;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	transition: left 300ms cubic-bezier(0.77, 0, 0.175, 1);
	width: 100%;
	z-index: -1;
	border-radius: 30px;
  }

  input[type=radio].toggle.toggle-left + label {
	border-right: 0;
  }
  input[type=radio].toggle.toggle-left + label:after {
	left: 100%;
  }
  input[type=radio].toggle.toggle-right + label {
	margin-left: -5px;
  }
  input[type=radio].toggle.toggle-right + label:after {
	left: -100%;
  }
  input[type=radio].toggle:checked + label {
	cursor: default;
	color: #fff;
	transition: color 300ms;
	z-index: 1;
  }
  input[type=radio].toggle:checked + label:after {
	left: 0;
  }

  .bkinglist_notif {
	width: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
	height: 5rem;
  }

  .venue_no_bookings {
	display: block;
	padding-top: 1rem;
  }

  @media only screen and (min-width: 768px) {
	.UpPrevBtnForm_container {
		width: 60%;
	}
  }