/* STURCTURE */ 

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Lora", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    /*background:#268574;*/
    font-size:14px;
    line-height:1.45;
    color:#000;
}

/* login form */ 

.login {
  position:absolute;
  inset:0;
  background:#fff;
  color:#fff;
  text-align:center;
  user-select:none;
  overflow:hidden
}

.login .login-form {
  position:absolute;
  width:320px;
  height:320px;
  left:50%;
  top:30%;
  margin-left:-160px;
  margin-top:-160px;
  text-align:center
}
.login form {
  position:absolute;
  left:0;
  width:100%;
}
.login form>* {
  transition:transform .4s ease,opacity .4s linear
}

.login .logo {
  display: block;
  color: #fff;
  opacity: .5;
  margin-bottom:20px;
}

.login label.filled > span {
	transform: translate(-100%) translate(-20px);
}

.login label {
  position:relative;
  width:240px;
  margin:14px auto;
  display:block;
  height:33px;
  text-align:left;
  transition:margin .2s ease,transform .4s ease,opacity .4s linear,height .2s ease
}
.login label>span {
  position:absolute;
  z-index:3;
  pointer-events:none;
  top:7px;
  left:10px;
  font-size:13px;
  opacity:.5;
  transition:transform .2s ease
}

.login label.filled>span {
  transform:translate(-100%) translate(-20px)
}

.login input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:#6e7f8d;
  border-radius:5px;
  box-shadow:none;
  border:none;
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:33px;
  line-height:33px;
  box-sizing:border-box;
  padding:0 10px;
  font-size:13px;
  color:#fff;
  transition:background-color .2s linear
}
.login input:focus {
  outline:none;
  box-shadow:none;
  background:#81929e
}

.login form>.err {
  display:block;
  position:relative;
  height:0;
  width:240px;
  margin:0 auto;
  transition:height .2s ease,transform .4s ease,opacity .4s linear
}
.login form>.err .msg {
  position:absolute;
  top:6px;
  left:0;
  width:100%;
  box-sizing:border-box;
  background:#ff5252;
  transform-origin:50% 0;
  opacity:0;
  transform:scale(0);
  padding: .4em 1em;
  border-radius:4px;
  transition:opacity .2s linear,transform .6s ease
}
.login form>.err.visible {
  height:40px;
}
.login form>.err.visible .msg {
  transform:scale(1);
  opacity:1;
  transition:opacity .2s linear,transform .25s cubic-bezier(.4,1.5,.5,1)
}

@media screen and (max-width: 480px) {
  .login label {
    margin-top:26px;
    margin-bottom:26px
  }
  .login label.filled>span {
    transform:translateY(-28px)
  }
}

/* admin front */ 
.booking-wrapper-admin {
  position: relative;
  min-height: calc(100vh - 57px);
  display: flex;
  justify-content: center;  
  align-items: center;     
  background: url("../images/bg-registration-form.jpg") no-repeat right center;
  background-size: cover;
  overflow: hidden; 
  margin: 0;
  padding: 0;
}


/* user front */ 
.booking-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;  
  align-items: center;     
  position: relative;
  background: url("../images/bg-registration-form.jpg") no-repeat right center;
  background-size: cover;
  overflow: hidden; 
  padding-bottom: 180px;
}

.booking-inner {
	position: absolute;
	top: 50%;
	left: 11.07%;
	transform: translateY(-50%);
	width: 510px;
	overflow-y: auto;
	height: 540px;
	background: #ffffff;
	margin-top:50px;
}

.front-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(11.07% + 530px);  
  width: 550px; 
  z-index:10;
  color: #fff;
  font-size:16px;
  background: #00aca5;
  padding:50px;
  margin-top:50px;
}
 
.booking-form {
  width: 100%;
  padding-top: 30px; 
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 5px;
  background: #fff; 
}
  
.booking-form-row {
  display: flex;
  margin-bottom: 5px;
}
.booking-form-row.last {
    margin-bottom: 22px; 
}
.booking-form-row .booking-form-wrapper {
    width: 45%; 
}

.booking-form-row .full-length {
   margin-right: 25px; 
   width: 100%;
}

.booking-form-row .booking-form-wrapper:first-child {
   margin-right: 25px; 
}

.booking-form-wrapper {
  position: relative; 
}

	.footer-icons {
	   display: none;
	}
	
	.page-gap {
	   margin-top:120px;
	}

@media (max-width: 1199px) {
  .booking-wrapper {
    background-position: center center; } 
  }
@media (max-width: 991px) {
  .booking-inner {
    width: 60%; 
  } 
}
@media (max-width: 767px) {
	
  .booking-wrapper {
	position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
	min-height: 100vh;
	padding: 0 10px;
  }
	
  .booking-inner {
    position: relative;
    top: 270px;
    left: 0px;
    width: 100%;
    box-shadow: none;
	}
	
  .front-text {
	position: relative;
    top: 350px;
    left: 0px;
    width: 100%;
    padding: 30px;
    font-size: 15px;
  }

	.booking-form {
    padding: 20px 20px; 
	}

	.booking-form-row {
	  display: flex;      
	  justify-content: space-between;
	  flex-wrap: wrap;       
	  gap: 4px;              
	}

	.booking-form-wrapper {
	  width: 48%;             
	  margin-bottom: 0px;
	}
	
	.booking-form-row .booking-form-wrapper:first-child {
      margin-right: 0; 
	} 
	
	.booking-form-row .full-length {
	   margin-right: 0px; 
	   width: 100%;
	}
	
	.footer-icons {
	   display: block;
	}
	
	.page-gap {
	   margin-top:50px;
	}
	
}

#category_id .btn {
  font-size: 14px; 
  padding: .65rem .75rem;
  vertical-align: middle;  
}

.service-item .btn {
  font-size: 14px; 
	padding-top: 0.65rem;
	padding-right: 0.75rem;
	padding-bottom: 0.10rem;
	padding-left: 0.75rem;
  vertical-align: middle;  
}


.btn .badge {
    line-height: normal;
    vertical-align: middle;
    font-size: 75%;
    font-weight: 100;
}

#alert_success, #alert_danger {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: auto; /* Adjust width dynamically */
    min-width: 600px; /* Ensure it has a minimum width */
    max-width: 90%; /* Prevent overflow on small screens */
    z-index: 19000;
    text-align: center; /* Center text */
    padding: 15px; /* Adjust padding for better look */
}
  
/* admin front */ 
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
	width: 100%;
	align-items: stretch;
	z-index: 0;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
	transition: all 0.5s  ease-in-out; 
	border-right: 1px solid #eeeeee;
	background-color: rgba(0,0,0,.05);
	position: fixed;
    overflow-y:auto;
    overflow-x:hidden;
	top: 47px;
	bottom:0;
	left: 0;
    height: calc(100vh - 57px);
}

#sidebar.active {
    margin-left: -200px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
	
.sidebar ul{ list-style:none; margin:0px; padding:0px; }

.sidebar li a{
	background-color: rgba(0,0,0,.05);
	display:block; 
	padding:16px 12px; 
	color:#000; 
	border-bottom:1px solid #000; 
	text-decoration:none
	}
	
.sidebar li a.collapsed{
	background-color: rgba(0,0,0,.05); 
	display:block; 
	padding:18px 12px; 
	color:#000; 
	border-bottom:1px solid #000; 
	text-decoration:none
	}
	
.sidebar li a.collapsed.active{
	background-color: rgba(0,0,0,.05); 
	display:block; 
	padding:18px 12px; 
	color:#fff; 
	border-bottom:1px solid #000; 
	text-decoration:none
	}
	
.sidebar li a.active{
	background-color:#000000; 
	color:#fff; 
	border-bottom: 1px solid #cccccc; 
	transition: all 0.5s  ease-in-out
	}

li a.active .fa-angle-right{
	cursor: pointer;
	transform: rotate(90deg);
	transition: 0.1s;
}


.sidebar li a:hover{background-color:#000000 !important; color: #fff; border-bottom: 1px solid #cccccc;}
.sidebar li a i{ padding-right:5px;}
.sidebar ul li .sub-menu li a{ position:relative}
.sidebar ul li .sub-menu li a:before{
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
}

.sub-menu{ border-left:5px solid #000000;}
/* 
.sidebar li a .nav-label,.sidebar li a .nav-label+span{ transition: all 0.5s  ease-in-out}
*/

.hidden {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  display: none;
}

#content {
	width: calc(100% - 200px);
	padding: 0px;
	padding-top: 49px;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

#calendar {
	width: 100%;
	margin: 0px auto;
	min-height: 100vh;
}

.fc-resourceTimeGrid3-button {
    white-space: nowrap;
    overflow: hidden; /* Prevents overflowing content */
}

		
@media (max-width: 768px) {
	
	#content {
		width: calc(100%);
		padding: 0px;
		padding-top: 49px;
		min-height: 100vh;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		right: 0;
	}

	.navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		width:100%;
		padding:20px;
		border: 1px solid #ccc;
	}
	
	.fc-resourceSelect-button {
		font-size: 0 !important; /* Hides text */
		position: relative;
		
	}

	/* Add the Font Awesome icon */
	.fc-resourceSelect-button::before {
		content: "\f2be"; 
		font-family: "FontAwesome"; 
		font-weight: 900; 
		font-size: 16px; 
		display: inline-block;
		padding: 0.25em 0.5em;
		border-radius: 0.25em !important;
	}
	
}	
	
@media (max-width: 450px) and (orientation: portrait) {
	
	.fc .fc-resourceTimeGridDay-button, 
	.fc .fc-resourceTimeGridWeek-button, 
	.fc .fc-resourceSelect-button,
	.fc .fc-resourceTimeGrid3-button, 
	.fc .fc-dayGridMonth-button
	{
    display: none; 
	}

}

.calendar_menu {
position:fixed; 
z-index: 10;
top:50px; 
left: 200px; 
width: 100%;
}

.team_list {
position:fixed; 
z-index: 5;
top:110px; 
left: 200px; 
max-width: 100%;
}

.team_list_member {
	max-width:119px;
	cursor: pointer;
	float:left;
}

.navbar {
	background-color: #fff;
	border-bottom: 1px solid #eeeeee;
	padding: .3rem 1rem;
}

.navbar-brand {
  padding-top: 0px;
}


.menubar {
	margin-bottom:0px;
}

a {
  color: #222;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color:#666;
  text-decoration:none;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color:#dc3545;
}
.was-validated .form-control:invalid {
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25);
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #ced4da;
}
 .was-validated .form-control:valid {
   box-shadow: none; 
   border-color: #ced4da;
}


/*
    FORM
*/

.btn-primary {
	color:#F2EDE9;
    background:#000;
    transition: all 0.35s ease-in;
    border:1px solid transparent;
}
.btn-primary:hover {
    color:#f8f8f8;
    background:#222;
    border:1px solid rgba(255,255,255,.2);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:active {
    color:#000;
    background:#ffc107;
    border:1px solid rgba(255,255,255,.2);
}

.btn-primary.focus,
.btn-primary:focus {
    color:#000;
    background:#ffc107;
    border:1px solid rgba(255,255,255,.2);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #888;
	border-color: #888;
}

		.btn-primary.green {
			background:#28a745;
			transition: all 0.35s ease-in;
			border:1px solid transparent;
		}
		.btn-primary.green:hover {
			color:#F2EDE9;
			background:#218838;
			border:1px solid rgba(255,255,255,.2);
		}

		.btn-primary.red {
			background:#b0132b;
			transition: all 0.35s ease-in;
			border:1px solid transparent;
		}
		.btn-primary.red:hover {
			color:#F2EDE9;
			background:#cc0624;
			border:1px solid rgba(255,255,255,.2);
		}


/* all primary buttons smallr */
.btn-primary, .btn-secondary {
    padding: .5rem .5rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}


.form-group.has-feedback.has-error input,
.form-group.has-feedback.has-error textarea,
.form-group.has-feedback.has-error select {
  border: 1px solid #dc3545;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
  outline: none;
}

.form-group.has-feedback .form-control-feedback {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 100;
	color: #a94442;
	font-size: 16px;
}

/* Adjust the error feedback icon color */
.has-error .form-control-feedback.glyphicon-alert {
    color: #a94442; /* Error red */
}

/* Optional: Success feedback (if applicable) */
.has-success .form-control-feedback {
    color: #3c763d; /* Success green */
}

/* Optional: Neutral feedback (e.g., info or warning) */
.has-warning .form-control-feedback {
    color: #8a6d3b; /* Warning yellow/brown */
}

.form-group.has-feedback.has-error label {
    /* color: #dc3545; */
}

/* Bootstrapvalidator errors */
  .help-block {
    color: #dc3545 !important;
  }
  
/* Select2 */

.select2-container--default .select2-selection--single .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection--multiple .select2-selection__choice {
	background-color: #f9f9f9 !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 3px;
	cursor: default;
	color: #7f7f7f !important;
	padding: 3px 3px !important;
	float: left;
	margin: 0 !important;
	margin-right: 5px !important;
	position: relative;
	font-size: 11px;
	top: 5px;
	/* transform: translateY(-50%); */
}

.select2-container--default .select2-selection--single .select2-selection--multiple{
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.select2-container--default.select2-container--focus .select2-selection--single .select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: 4px;
	cursor: text;
	height:38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #ced4da !important;
	outline: 0;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-right: 5px;
	margin-top: 0px;
	padding: 3px 3px !important;
	height:38px;
	color: #7f7f7f !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7f7f7f !important;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 18px;
	width: 0;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 8px;
	padding: 0;
}

.dt-search {
position: absolute;
top: 12px;
right:50%;
}

.dt-info, .pagination {
padding-top:10px;
}

.dt-buttons{
float:right;
padding-left:20px;
}

.dt-buttons .btn {
background-color: #000 !important;
border-color: #fff !important;
color: #fff !important;
font-size: 0.75em;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: .55rem .75rem;
}

.banner {
	position: fixed;
	background: #00aca5;
	top:47px; 
	left: 0px; 
	width: 100%;
	z-index:10;
	height:55px;
}

.banner::after, .banner-container::after {
	clear: both;
}

.banner-contact {
	display: flex;
	flex: auto;
	flex-direction: row;
	white-space: nowrap;
	justify-content: center;
}

.banner-contact .contact-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	justify-self: center;
	padding-right: 20px;
	padding-left: 20px;
	border-left: none;
}

.contact-block svg {
	width: 20px;
	margin-top: 20px;
	position: static;
	float: left;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	color: #fff;
}

.contact-block a  {
	margin-top: 20px;
	color: #fff;
}

/*
.badge-info {
    color: #fff;
    background-color: #00aca5;
}
*/

.dropdown-menu {
font-size: 14px;
}