@charset "UTF-8";

#details-panel {
	padding: 0 15px 15px 15px;
	max-height: 230px;
	overflow: scroll;
}

#calendar {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	min-height: 812px;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fc-event {
	background-color: #3788D8;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
	min-height: 20px;
}

.fc-event:hover {
	transform: scale(1.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.booked-slot {
	background-color: #ccc;
	cursor: not-allowed;
}

.form-container {
	width: 400px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.form-header {
	background: #e6f0f7;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.profile-picture {
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	bottom: -30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.form-body {
	padding: 20px;
}

.form-body h2 {
	text-align: center;
	font-size: 18px;
	color: #322C2E;
	font-feature-settings: 'liga' off, 'clig' off;
	font-weight: 600;
	line-height: normal;

	margin-bottom: 5px;
}

.form-body a {
	color: #ff5e57;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.form-body label, .step label {
	display: block;
	font-size: 14px;
	margin: 10px 0 5px;
}

.form-body select,
.form-body input[type="text"] {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 15px;
}

.duration-button {
	margin-bottom: 30px;
}

.footer {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.cancel-btn {
	background: #ffffff;
	color: #ff5e57;
	border: 1px solid #ff5e57;
	padding: 5px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.submit-btn {
	background: #ff5e57;
	color: white;
	border: none;
	padding: 5px 20px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.guests-container {
	width: 350px;
	margin-top: 10px;
	border-radius: 8px;
}
.guest-counter {
	margin-bottom: 15px;
	font-size: 14px;
	color: #555;
}
.guests-list {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.input-container {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.email-input {
	flex: 1;
	border: none;
	border-bottom: 1px solid #C3D7E2;
	padding: 5px;
	font-size: 14px;
	outline: none;
	width: 100%;
}
.invite-btn {
	padding: 5px 15px;
	color: #706B6D;
	border: 1px solid #C3D7E2;;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	background: #ffffff;
}

.invite-btn:disabled, .submit-btn:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.ng-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  margin: 0 .286em 0 0;
  background: #fff;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  color: #706b6d;
  border: .5px solid #dbdbdb;
  user-select: none;
  padding: 1px !important;
  cursor: pointer;
  max-width: 100px;
}

span {
	color: #706B6D;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 14px;
	line-height: 1.5;
}

.ng-value span {
	line-height: 1;
	font-size: 14px !important;
	font-weight: 400 !important;
	border: none !important;
}

.ng-value-icon, .ng-value-label {
	display: inline-block;
	padding: 1px 5px;
	cursor: pointer;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ng-value-icon {
  margin-left: auto;
}

label.highlighted {
	color: #322C2E;
	font-family: "Nunito Sans" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19.756px;
	letter-spacing: 0.2px;
}

.container {
	max-width: 1200px;
	margin: auto;
}

#desktop-view {
	display: flex;
	justify-content: space-between;
}

.calendar-column {
	flex: 2;
	position: relative;
}

.form-column {
	flex: 1;
	margin-left: 10px;
	position: relative;
}

#mobile-view {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step {
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin-bottom: 20px;
}

#calendar{
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
}

#time-slots button {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#time-slots button:hover {
	background-color: #0056b3;
}

#form-container, #form-container-mobile {
	border-radius: 10px;
	width: 100%;
	max-width: 400px;
	text-align: left;
}

button {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}

.btn-primary {
	background-color: #007bff;
	color: white;
}

.btn-secondary {
	background-color: #6c757d;
	color: white;
}

.btn-success {
	background-color: #28a745;
	color: white;
}

#calendar-mobile {
	padding: 5px;
	background: transparent;
	max-width: 100%;
	overflow: hidden;
}

#calendar-mobile .fc-daygrid-day-events {
	min-height: 0px;
}

#calendar-mobile  .fc-daygrid-day {
	min-height: 40px;
	border: none !important;
}

#calendar-mobile  .fc-daygrid-day-number {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#calendar-mobile  .fc-daygrid-day.fc-day-today {
	background-color: #e3f2fd;
	border-radius: 50%;
}
#calendar-mobile  .fc-daygrid-day.fc-day-selected {
	background-color: #90caf9;
	color: white;
	border-radius: 50%;
}

#calendar-mobile .fc-daygrid-day-top {
	justify-content: center;
}

#calendar-mobile .fc-theme-standard td {
	border: none !important;
}

#calendar-mobile .fc .fc-scrollgrid {
	border-left-width: 0;
}

#calendar-mobile a.fc-col-header-cell-cushion {
	text-decoration: none;
	color: #212529;
}

#calendar .fc-col-header-cell-cushion {
	color: #3B5D7B;
	text-decoration: none;
}

#calendar .fc .fc-timegrid-slot-minor {
	border-top: 0;
}

.fc-day-disabled, .fc .fc-day-disabled{
	pointer-events: none !important; /* Bloquea interacción */
	opacity: 0.5;

}

.fc-day-disabled .fc-daygrid-day-number, .fc-day-disabled .fc-daygrid-day-number a {
	color: rgba(128, 0, 64, 0.3) !important;
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
	background: none !important;
}

.fc .fc-day-other .fc-daygrid-day-top {
	opacity: .6 !important;
}

/* Step 2 Styles */
#time-slots {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	overflow: scroll;
}

.time-slot {
	width: 80%;
	padding: 10px;
	background: transparent !important;
	color: #0056b3 !important; /* #007bff; */
	border: 1px solid #9DC2DE !important;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.time-slot:hover, .time-slot.selected {
	border: 1px solid #0056b3 !important;
}

#selected-date-display {
	margin-bottom: 2rem;
}

.time-selection-header {
	text-align: left;
	margin: auto;
	width: fit-content;
}
.divider {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 15px 0;
}

#calendar-mobile table {
	width: 100% !important;
}

/* Floating Back Button */
.btn-back {
	position: absolute;
	top: 1.7rem;
	left: 15px;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: white;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease; /* Efecto hover */
	background: transparent url('../assets/arrow_back.svg') no-repeat center;
}

.btn-back:hover {
	background: transparent url('../assets/arrow_back_hover.svg') no-repeat center;
	transform: scale(1.1);
}

.btn-back:active {
	background: transparent url('../assets/arrow_back.svg') no-repeat center;
	transform: scale(0.95);
}

.event-detail {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

.icon {
	font-size: 15px;
	color: #007bff;
}

select.timezone {
	border: none;
	border-bottom: 1px solid #C3D7E2;
	background-color: transparent;
	color: #706B6D;
	font-size: 14px;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.desktop.skeleton {
	position: absolute;
}

#loading-view .skeleton {
	min-height: 812px;
}


/* Responsive Design */
@media (max-width: 992px) {
	#desktop-view {
		display: none;
	}
	#mobile-view {
		display: flex;
	}

	#not-found-view {
		box-shadow: none;
	}

	#not-found-view img {
		width: 250px !important;
	}
}

@media (min-width: 993px) {
	#mobile-view {
		display: none;
	}
	#desktop-view {
		display: flex;
	}
}

