:root {
  color-scheme: only light;
}

html, body{
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
}

body.booking_page{
	background-color: #f7f9fb;
	font-size: 14px;
}

#mobile-nav{
	padding: 0 0.85rem;
	border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

#mobile-nav .nav-item:not(:last-child){
	border-bottom: 1px solid rgba(0,0,0,.125);
}

#mobile-nav .nav-link{
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
	text-decoration: none !important;
}

a.list-group-item, .table-responsive li a{
	color: #363636 !important;
}

.apps_cont{
	width: 300px;
	margin: 0 auto 15px auto;
}

.apps_div{
	display: flex;
  justify-content: center;
  align-items: center;
}

.tiny_badge{
  width: 60px;
  height: 12px;
  border-radius: 6px;
}

.agree_line_height{
  line-height: 175%;
}

.workouts_filters{
	padding: 25px;
	background-color: #EAEAEA;
}

.timetable_first_column{
	position: sticky;
	left: 0;
	width: 80px;
	text-align: center;
}

.mobile_menu{
	width: 100%;
	cursor: pointer;
	padding: 10px 0;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #FFFFFF !important;
	text-align: center;
}

.mobile_menu button{
	font-size: 1.1rem;
}

.menu_expand{
	display: flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
	text-align: center;
	margin: 0 auto;
	background-color: #DCDCDC;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0;
}

.menu_expand .menu_i{
	font-size: 22px;
}

.menu_expand .menu_text{
	margin-left: 5px;
	font-size: 17px;
	font-weight: bold;
}

.buy_explain{
	padding: 20px 15px;
	border: 1px solid #EAEAEA;
	background-color: #FAFAFA
}

.announcements h6 button{
	font-size: 0.9rem;
	font-weight: bold !important;
}

.auth_header{
	font-weight: 500;
	font-size: 15px;
}

.card-header{
	background-color: #DCDCDC !important;
}

.card-header-actions .card-header {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.combo_sum_title{
	padding: 10px 15px;
	background-color: #EAEAEA;
	color :#000000
}

.list-group-item{
	padding: .60rem 1.25rem !important;
}

.xmas-hat{
	position: absolute;
	top: -15px;
	height: 44px;
	right: -15px;
	filter: drop-shadow(0 2px 1px rgb(0 0 0 / .25));
}

.xmas-balls img{
	width: 30%;
}

.xmas-balls-non-member img{
	width: 15%;
}

@media screen and (max-width: 991px){
	.xmas-balls img{
		width: 15%;
	}
}

.slot_pill{
	padding: 10px 15px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
}

.slot_pill:hover{
	color: #FFFFFF;
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

.highlight {
	animation: highlight 3s;
}

.no_results{
  padding: 40px 0 !important;
  text-align: center;
  background-color: #F9F9F9;
}

.flex_space{
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media screen and (min-width: 577px){
	.barcode_header{
		display: none !important;
	}
}

.reservation_selection, .services_selection{
	text-decoration: none !important;
}

#stripe-payment-element{
	padding: 10px;
	background-color: #EAEAEA;
}

.branches_selection{
	padding: 20px 0;
	border-radius: 5px;
	background-color: #F1F1F1;
	text-align: center;
}

.calendar_months .monthly_calendar:not(:first-child){
	display: none;
}

.date-container{
  position: relative;
}

.date-icon{
  position: absolute;
  top: 12px;
  right: 15px;
}

.iti{
	width: 100%;
}

.small_font{
	font-size: 13px !important;
}

.custom-control-label{
	cursor: pointer;
}

.opacity_5{
	opacity: 0.5;
}

.disabled_div{
  opacity: 0.5;
  pointer-events: none;
}

.hr_thin{
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.hr_thinner{
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.or_register, .or_login{
	background-color: #F1F1F1;
	padding: 7px 5px;
}

.footer a{
	text-decoration: none !important;
}

.countdown *{
	box-sizing: border-box;
  text-align: center;
}
.countdown{
	display: flex;
  margin: 20px auto 0 auto;
  background: #f2f2f2;
}

.countdown .cell{
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
}
.countdown .digits{
  font-size: 24px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
}
.countdown .text{
  margin-top: 10px;
  color: #1e1e1e;
}

.announcement_bar{
	padding: 10px 15px;
  text-align: center;
  width: 100%;
  color: white;
  margin: 0;
  vertical-align: middle;
}

.announcement_toast{
	opacity: 1 !important;
	background-color: #FFFFFF !important;
}

.announcement_toast{
	width: 100% !important;
	max-width: 100% !important;
}

.announcement_toast a{
	text-decoration: none !important;
}

#accordion .card-header{
	background-color: #F1F1F1 !important;
}

.btn.focus, .btn:focus{
	box-shadow: none !important;
}

.cursor{
	cursor: pointer;
}

.not-allowed{
	cursor: not-allowed !important;
}

.nonpaid{
  color: #FF00FF !important;
}

.book_membership{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #155724;
	background-color: #F1F1F1;
	border-left: 5px solid #d4edda;
	border-right: 1px solid #d4edda;
	border-bottom: 1px solid #d4edda;
	border-top: 1px solid #d4edda;
}

.book_no_membership{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #535353;
	background-color: #F1F1F1;
	border-left: 5px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	border-top: 1px solid #535353;
}

.book_danger{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #721c24;
	background-color: #F1F1F1;
	border-left: 5px solid #f5c6cb;
	border-right: 1px solid #f5c6cb;
	border-bottom: 1px solid #f5c6cb;
	border-top: 1px solid #f5c6cb;
}

.book_danger.already_booked{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #535353;
	background-color: #FFFFFF;
	border-left: 5px solid #38761d;
	border-right: 1px solid #38761d;
	border-bottom: 1px solid #38761d;
	border-top: 1px solid #38761d;
}

.book_danger.already_booked .btn-danger{
	background-color: #38761d !important;
	color: #FFFFFF !important;
	border-color: #38761d !important;
}

.book_danger.already_booked .btn:disabled{
	opacity: 1 !important;
}

.book_no_membership.already_booked{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #535353;
	background-color: #FFFFFF;
	border-left: 5px solid #38761d;
	border-right: 1px solid #38761d;
	border-bottom: 1px solid #38761d;
	border-top: 1px solid #38761d;
}

.book_no_membership.already_booked .btn-danger{
	background-color: #38761d !important;
	color: #FFFFFF !important;
	border-color: #38761d !important;
}

.book_no_membership.already_booked .btn:disabled{
	opacity: 1 !important;
}

.book_overdue{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	background-color: #F1F1F1;
	border-left: 5px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-top: 1px solid #CBCBCB;
}

.book_notice{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #856404;
	background-color: #F1F1F1;
	border-left: 5px solid #ffeeba;
	border-right: 1px solid #ffeeba;
	border-bottom: 1px solid #ffeeba;
	border-top: 1px solid #ffeeba;
}

.book_info{
	padding: .65rem 1.25rem .40rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #0c5460;
	background-color: #F1F1F1;
	border-left: 5px solid #bee5eb;
	border-right: 1px solid #bee5eb;
	border-bottom: 1px solid #bee5eb;
	border-top: 1px solid #bee5eb;
}

.book_btn_info{
	background-color: #bee5eb !important;
	color: #0c5460 !important;
	border-color: #0c5460 !important;
}

.book_btn_info:hover{
	background-color: #0c5460 !important;
	color: #bee5eb !important;
	border-color: #0c5460 !important;
}

.book_btn_membership{
	background-color: #d4edda !important;
	color: #155724 !important;
	border-color: #155724 !important;
}

.book_btn_membership:hover{
	background-color: #155724 !important;
	color: #FFF !important;
	border-color: #d4edda !important;
}

.book_btn_notice{
	background-color: #ffeeba !important;
	color: #856404 !important;
	border-color: #856404 !important;
}

.book_btn_notice:hover{
	background-color: #856404 !important;
	color: #ffeeba !important;
	border-color: #ffeeba !important;
}

.book_btn_overdue{
	background-color: #999999 !important;
	color: #FFFFFF !important;
	border-color: #999999 !important;
}

.book_btn_waiting{
	background-color: #FFFFFF !important;
	color: #343A40 !important;
	border-color: #343A40 !important;
}

.book_btn_waiting:hover{
	background-color: #343A40 !important;
	color: #FFFFFF !important;
	border-color: #343A40 !important;
}

.book_btn_waiting_already{
	background-color: #343A40 !important;
	color: #FFFFFF !important;
	border-color: #343A40 !important;
}

.book_btn_waiting_already:hover{
	background-color: #FFFFFF !important;
	color: #343A40 !important;
	border-color: #343A40 !important;
}

.membership_box{
	padding: 15px;
	text-align: center;
	min-height: 100px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.text-grey{
	color: #CBCBCB;
}

.booking_page .brand{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 20px auto 20px auto;
	box-shadow: 0 4px 8px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.booking_page .brand img{
	width: 100%;
}

.booking_page .card-wrapper{
	width: 600px;
}

.booking_page .card-wrapper-big{
	width: 100% !important;
}

.booking_page .card{
	border-color: transparent;
	box-shadow: 0 4px 8px rgba(0,0,0,.05);
}

.booking_page .card.fat{
	padding: 10px;
}

.booking_page .card .card-title{
	margin-bottom: 30px;
}

.booking_page .form-control{
	border-width: 2.3px;
}

.booking_page .form-group label{
	width: 100%;
}

.booking_page .btn.btn-block{
	padding: 12px 10px;
}

.booking_page .footer{
	width: 100%;
	margin: 15px 0;
	color: #888;
	text-align: center;
	padding: 0 10px;
}

.paginate_button a{
	text-decoration: none !important;
}

i{
	margin-right: 3px;
}

.btn-primary{
	transition: background-color 0.5s ease;
	box-shadow: none !important;
}

.btn-primary:hover{
	background-color: #363636 !important;
	border-color: #363636 !important;
	color: #FFFFFF !important;
}

.form-control{
	font-size: 0.95rem;
}

.social{
	margin-top: 10px;
	padding: 10px 0;
	font-size: 22px;
}

.no_margin{
	margin: 0 !important;
}

.unavailable_day{
	pointer-events: none;
	color: #CBCBCB !important;
}

.late_cancellation_entry{
	pointer-events: none;
	color: #E81500 !important;
}

.link_warning{
	color: #856404 !important;
	font-weight: bold;
	text-decoration: underline;
}

.link_warning:hover{
	color: #856404 !important;
	text-decoration: none;
}

.link_danger{
	color: #721c24 !important;
	font-weight: bold;
	text-decoration: underline;
}

.link_danger:hover{
	color: #721c24 !important;
	text-decoration: none;
}

.book_icon{
	width: 18px;
	text-align: center;
}

.cursor_help{
	cursor: help;
}

.disabled_element{
	cursor: not-allowed;
}

.delete_reservation{
	cursor: pointer;
	text-decoration: underline;
}

.delete_reservation:hover{
	text-decoration: none;
}

.delete_reservation i{
	margin-right: 5px;
}

.delete_waiting_list{
	cursor: pointer;
	text-decoration: underline;
}

.delete_waiting_list:hover{
	text-decoration: none;
}

.delete_waiting_list i{
	margin-right: 5px;
}

.dataTables_wrapper{
	width: 99%;
}

table.dataTable th{
	border-bottom: 0 !important;
}

.red{
	color: #CC0000;
}

form sup{
	font-weight: bold;
	font-size: 14px;
}

.margin-left{
	margin-left: 3px !important;
}

.th_grey{
	background-color: #F1F1F1;
}

tr:hover{
	background-color: #F9F9F9;
}

.grey_zone{
	width: 100%;
	padding: 15px 25px;
	background-color: #F1F1F1;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	margin-bottom: 20px;
}

.group_personal{
	padding: 15px;
	text-align: center;
	background-color: #EAEAEA;
	min-height: 125px;
}

.fit4all{
	padding: 15px;
	text-align: center;
	background-color: #535353;
	color: #FFFFFF;
	min-height: 125px;
}

.cycling{
	padding: 15px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	min-height: 125px;
}

.grey{
	border-top: 1px solid #999999 !important;
}

.padding15{
	padding: 15px;
}

.swal2-footer a{
	font-weight: bold;
	margin-left: 3px;
}

.swal2-footer a:hover{
	text-decoration: underline;
}

#cover-spin{
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
	display: none;
}

@-webkit-keyframes spin{
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin{
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after{
	content:'';
	display:block;
	position:absolute;
	left:48%;top:40%;
	width:40px;height:40px;
	border-style:solid;
	border-color:black;
	border-top-color:transparent;
	border-width: 4px;
	border-radius:50%;
	-webkit-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

.calendar-table .active{
	border: 0 !important;
}

.calendar{
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0 0 10px 0;
  border-radius: 5px;
  box-shadow: 0px 30px 30px -50px rgba(0, 0, 0, 0.3);
}
.booked_day{
	position: relative;
}
.booked_day::after{
	content: ".";
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
}
.booked_day:hover::after, .booked_day.selected::after{
	color: #FFFFFF !important;
}
.calendar .month{
	display: flex;
	justify-content: space-between;
	align-items: center;
  font-size: 20px;
  margin: 0 20px 20px 20px;
  font-weight: 300;
}
.calendar .days{
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  color: #999;
  font-weight: 600;
  margin-bottom: 15px;
}
.calendar .days span{
  width: 50px;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.calendar .dates{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar .dates button{
  cursor: pointer;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  justify-self: center;
  align-self: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 2px;
	color: #535353;
  transition-duration: 0.2s;
}
.calendar .dates button.today{
	background-color: #EAEAEA;
}

@media screen and (min-width: 1201px){
	.container{
		max-width: 1140px !important;
	}
}

@media screen and (min-width: 992px){
	.mobile_menu, #mobile-nav{
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.container{
		max-width: 95% !important;
	}
	.calendar .dates button{
		font-size: 13px;
	}
}

@media (max-width: 767.98px) {
  .mobile_top_3{
    margin-top: 1rem !important;
  }
	.branches_selection{
		font-size: 12px;
	}
	.workouts_filters{
		padding: 25px 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.container{
		max-width: 90% !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px){
	.container{
		max-width: 90% !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 499px){
	.calendar .days span{
		width: 35px;
	}
	.calendar .dates button{
		width: 40px;
		height: 40px;
		font-size: 11px !important;
	}
	.calendar .dates button::after{
		font-size: 11px !important;
	}
}

@media screen and (min-width: 350px) and (max-width: 399px){
	.xmas-hat{
		display: none;
	}
	.container{
		padding: 0 10px !important;
	}
	.card-body{
		padding: 0.35rem !important;
	}
	.calendar .days span{
		width: 30px;
	}
	.calendar .dates button{
		width: 30px;
		height: 30px;
		font-size: 9px !important;
	}
	.calendar .dates button::after{
		font-size: 9px !important;
	}
}

@media screen and (max-width: 349px){
	.xmas-hat{
		display: none;
	}
	.container{
		padding: 0 5px !important;
	}
	.card-body{
		padding: 0.25rem !important;
	}
	.calendar .days span{
		width: 30px;
	}
	.calendar .dates button{
		width: 25px;
		height: 25px;
		font-size: 8px !important;
	}
	.calendar .dates button::after{
		font-size: 8px !important;
	}
}

@media screen and (max-width: 991px){
	.social{
		display: none;
	}
	.space_bottom{
		margin-bottom: 30px;
	}
	.account_menu{
		display: none !important;
	}
}

@media screen and (max-width: 599px){
	.booking_page .card-wrapper{
		width: 90%;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 320px){
	.booking_page .card.fat{
		padding: 0;
	}

	.booking_page .card.fat .card-body{
		padding: 15px;
	}
}
