
.scfc-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.scfc-calendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	padding: 0 1rem;
	border-radius: 0;
}

.fc .fc-toolbar-title{
	text-transform: capitalize;
}

.calendar__month .bi {
	cursor: pointer;
}

.calendar__month span {
	margin: 0 1rem;
}

.scfc-calendar .calendar__header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: -2.6rem;
}

.scfc-calendar .calendar__content th {
	padding-left: 1vw;
}

.scfc-calendar .fc-toolbar-chunk>div {
	display: flex;
}

.scfc-calendar .fc-toolbar-chunk .fc-toolbar-title {
	margin: 0 1rem;
}

.ast-header-desktop .scfc-calendar .fc-day{
	color: #fff;
	text-decoration: none;
}

/* .ast-header-break-point .scfc-calendar .fc-day {
	color: #000;
	text-decoration: none;
} */

.scfc-calendar .fc-scrollgrid {
	border: none;
}

.scfc-calendar .fc-day-disabled {
	background: transparent;
}

.fc .fc-button-primary {
	background-color: transparent !important;
}

.fc-icon {
	position: relative;
}

.fc .fc-button,
.fc .fc-button:active,
.fc .fc-button:focus {
	border: 0;
	box-shadow: none;
}

.fc-icon-chevron-right::before {
	content: '';
	background-image: url(arrow_right.svg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.fc-icon-chevron-left::before {
	content: '';
	background-image: url(arrow_left.svg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.fc-theme-standard td,
.fc-theme-standard th {
	border: solid 1rem transparent;
}

.fc-daygrid-day-frame {
	background: hsla(0, 0%, 82%, .3);
	display: flex;
	flex-direction: column;
	/* min-height: 20vh !important; */
	/* aspect-ratio: 3/2; */
	background-color: transparent;
	border: 1px solid;
	border-radius: 5px;
}

.fc-daygrid-day-events {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-end;
	padding: 0.2rem 0.2rem;
}
.fc .fc-daygrid-day-top{
	font-size: 0.8rem;
	line-height: 0.8rem;
}


.scfc-calendar .fc .fc-daygrid-day-top {
	flex-direction: row;
	font-size: 1.8rem;
	line-height: 1.8rem;
}

.fc .fc-daygrid-event-harness{
	/* width: 100%; */
	width: 60%;
	min-width: 60px;
}

.scfc-calendar .fc-event {
	display: block;
	margin-top: 5px;
	background-color: #d61d57 !important;
	color: #fff !important;
	text-decoration: none !important;
	margin-bottom: 5px;
}

.scfc-calendar .fc-event.fc-hidden {
	display: none;
	opacity: 0;
}

.scfc-calendar .fc-event * {
	/*background: #e01f26;*/
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.scfc-calendar .fc-daygrid-event-dot {
	display: none;
}

.scfc-calendar .fc-daygrid-dot-event .fc-event-title {
	display: none;
}

.scfc-calendar .action-calendar {
	color: #fff;
}

.scfc-calendar .calendar__content .block {
	background: #F1F1F2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1vw;
	height: 10vw;
	width: 10vw;
	margin: 1vw;
}

.scfc-calendar .calendar__content .block {
	font-size: 1.1rem;
}

.scfc-calendar .calendar__content .block .day {
	margin: 0.5rem;
	font-size: 1.4rem;
	font-weight: bold;
}


.scfc-calendar .fc .fc-daygrid-event{
	background-color: #d61d57 !important;
}


.scfc-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end, 
.scfc-calendar .fc-direction-rtl .fc-daygrid-event.fc-event-start{
	padding: 0 1rem;
	border-radius: 0;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start{
	padding: 0.3rem 0.5rem !important;
	border-radius: 50px !important;
}

.fc .fc-scrollgrid .fc-col-header {
	margin: 0 !important;
	
}

.fc .fc-scrollgrid-section-sticky > *{
	background-color: transparent;
}

.fc .fc-scrollgrid .fc-col-header .fc-day a{
	color: #fff;
	text-decoration: none;
}
.scfc-event-time{
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: bold;
}
.scfc-event-label{
	display: none !important;
	font-size: 0.8rem;
	line-height: 0.5rem;
	position: absolute;
	bottom: 110%;
	background-color: #000;
	padding: 10px 9px;
	left: 0;
	width: 100%;
	border-radius: 30px;
	display: none;
	pointer-events: none;
}
/* a.fc-event:hover .scfc-event-label{
	display: block;
} */


/* TICKET TYPES */

.scfc-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px 0;
  justify-content: center;
}

.scfc-category-btn {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s ease;
}

.scfc-category-btn:hover {
  opacity: 0.9;
}

.scfc-category-btn.is-active {
  background: #4b4b4b;
  color: #fff;
  border-color: #111;
}

.scfc-category-btn.scfc-filter-full{
	background-color: #555;
	border: 1px solid #555;
	color: #fff;
}
.scfc-category-btn.scfc-filter-disc20{
	background-color: #6c96f1;
	border: 1px solid #6c96f1;
}
.scfc-category-btn.scfc-filter-butaca30{
	background-color: #c7b330;
	border: 1px solid #c7b330;
}
.scfc-category-btn.scfc-filter-friendsPack{
	background-color: #de33b8;
	border: 1px solid #de33b8;
}
.scfc-category-btn.scfc-filter-disc30{
	background-color: #d61d57;
	border: 1px solid #d61d57;
	color: #fff
}

/* Regular price */
.fc .scfc-cat-full {
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.fc .scfc-cat-disc20 {
  background-color: #6c96f1 !important;
  border-color: #6c96f1 !important;
  color: #fff !important;
}
.fc .scfc-cat-butaca30 {
  background-color: #c7b330 !important;
  border-color: #c7b330 !important;
  color: #fff !important;
}

.fc .scfc-cat-friendsPack {
  background-color: #de33b8 !important;
  border-color: #de33b8 !important;
  color: #fff !important;
}


.fc .scfc-cat-disc30 {
  background-color: #d61d57 !important;
  border-color: #d61d57!important;
  color: #fff !important;
}



/* disc20,20% de descuento
disc30,30% de descuento
butaca30, Butaca 30 (30%)
friendsPack,Friends Pack (4x3) */

.scfc-filter-full.is-active {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.scfc-filter-disc50.is-active {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #fff;
}

.scfc-filter-promo3x2.is-active {
  background-color: #1976d2;
  border-color: #1976d2;
  color: #fff;
}

.scfc-tooltip {
  position: fixed;
  transform: translate(-50%, -100%);
  background: #111;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}


@media(max-width:921px) {
	/* .fc .fc-daygrid-day-number {
		color: #000;
	} */

	.fc-daygrid-day-frame {
		min-height: initial;
		aspect-ratio: auto;
	}

	.scfc-calendar  .fc .fc-daygrid-day-top {
		flex-direction: row;
		font-size: 1rem;
	}

	/* .fc-scrollgrid-section td:first-child {
		border: 0;
	} */

	.fc-theme-standard td {
		border: solid 5px transparent;
	}

	.fc-daygrid-day-frame {
		/* min-height: 14vh !important; */
		margin-bottom: 0px;
	}

	.scfc-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end {
		padding: 0 3px !important;
		margin-right: 0;
		margin-left: 0;
	}

	.fc-daygrid-day-events {
		padding: 0rem 0rem;
	}

	.fc-daygrid-event-harness {
		width: 96%;
		margin-left: 2%;

	}

	.fc .fc-toolbar {
		justify-content: center;
	}
	
	.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
		padding: 0.2rem 0rem !important;
		margin: 0 0 4px;
	}
	.scfc-event-time {
		font-size: 0.6rem;
		line-height: 1rem;
		letter-spacing: -0.05rem;
	}
	.scfc-event-label {
		font-size: 0.5rem;
		line-height: 0.5rem;
		white-space: break-spaces;
	}
	/* .fc .fc-toolbar.fc-header-toolbar,
	.fc .fc-scrollgrid .fc-col-header .fc-day a,
	.fc .fc-toolbar-title {
		color: #000;
	}	
	.fc .fc-button-primary:disabled {
		background-color: #666 !important;
	}
	.fc .fc-button-primary{
		background-color: #000 !important;
	} */
	.fc .fc-daygrid-event-harness{
		/* width: 100%; */
		width: 90%;
		min-width: auto;
	}
	.fc .fc-daygrid-day-frame {
	 min-height: 100%;
	}
	.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
		margin: 2px 0;
	}

}