a.fc-event.fc-event-today.fc-event-future.fc-timegrid-event.fc-v-event {
	background-color: unset !important;
}
a.fc-event.fc-timegrid-event.fc-v-event {
	background-color: unset !important;
}
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
	padding: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 180px;
	max-width: fit-content;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-daygrid-event.fc-daygrid-dot-event {
	border-color: rgba(92, 2, 181, 0.4);
	/* background-color: rgba(92, 2, 181, 0.4); */
	color: white;
	height: 25px;
}
a.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-dot-event {
	border-color: rgba(92, 2, 181, 0.4);
	background-color: rgba(92, 2, 181, 0.4);
	color: white;
	height: 25px;
}

.participate-main-heading {
	padding: 0 108px;
	margin-top: 80px;
	font-family: "Satoshi", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 110.00000000000001%;
	letter-spacing: -3%;
	vertical-align: middle;
}
.ftp {
	margin-top: -56px;
}
.still {
	padding: 0 119px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: 47px;
}
select#calendar_buttons_trigger {
	width: fit-content;
}
select#calendar_buttons_trigger {
	width: 380px;
	border-radius: 12px;
	padding: 16px 12px;
	padding-right: 35px;
	border: 1px solid #dddddd;
	outline: none;
	font-family: "Work Sans", sans-serif;
}

/* .form-select {
	--bs-form-select-bg-img: url(../../../assets_user/images/down.svg);
} */
.auction-calendar {
	padding: 0 108px;
	margin-bottom: 80px;
}
.auction-calendar .calendar {
	height: 100%;
}
.auction-calendar .calendar .fc-header-toolbar .fc-toolbar-chunk:first-of-type {
	display: none;
}
.auction-calendar .calendar .fc-header-toolbar {
	flex-direction: column;
	align-items: start;
	gap: 16px;
}
.fc .fc-button-group > .fc-button {
	padding: 0 16px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: transparent;
	color: #242424;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18.77px;
	letter-spacing: -3%;
	text-align: center;
	border: none;
}
.fc .fc-button-group > .fc-button:focus {
	border: none;
	outline: none;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end {
	/* border-radius: 52px; */
	padding: 0 8px;
	font-family: " Work Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 15.4px;
	letter-spacing: -3%;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	border:none;
	background-color: transparent;
}
.fc-timegrid-event {
	background-color: unset;
	border: none;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event {
	box-shadow: unset;
}
.fc-timegrid-event .fc-event-main {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
.fc-timegrid-event-harness {
	overflow: scroll;
}
.fc-timegrid-event-harness::-webkit-scrollbar {
	display: none;
}
.fc-timegrid-event .fc-event-main::-webkit-scrollbar {
	display: none;
}
.fc-event-main-frame {
	border-radius: 52px;
	padding: 0 8px;
	font-family: " Work Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: fit-content;
	padding: 4px;
	letter-spacing: -3%;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}
.event-orange .fc-event-main .fc-event-main-frame {
	color: #fa8500;
	border: 1px solid #ffa43c;
	background-color: #fff4e7;
}
.fc .fc-timegrid-slot-minor,
.fc .fc-timegrid-slot {
	background-color: #ffffff;
}
.event-purple .fc-event-main .fc-event-main-frame {
	color: #5c02b5;
	border: 1px solid #f1e3ff;
	background-color: #f1e3ff;
}
.fc-timeGridWeek-view .fc-event-main-frame {
	border-radius: 52px;
	padding: 0 8px;
	font-family: " Work Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 15.4px;
	letter-spacing: -3%;
	height: 23px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	white-space: nowrap;
}
.fc-timegrid-event .fc-event-time {
	margin-bottom: 0;
}
.fc-v-event .fc-event-main-frame {
	flex-direction: row;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end.event-orange {
	color: #fa8500;
	border: 1px solid #ffa43c;
	background-color: #fff4e7;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end.event-purple {
	color: #5c02b5;
	border: 1px solid #f1e3ff;
	background-color: #f1e3ff;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end.event-orange .fc-event-main {
	text-align: center;
	color: #fa8500;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end.event-purple .fc-event-main {
	color: #5c02b5;
	text-align: center;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
	background-color: #5c02b5;
	color: #ffffff;
	border: none;
	outline: none;
	border-radius: 8px;
}
.fc .fc-daygrid-day.fc-day-other {
	background-color: #f8f8f8;
}
.fc .fc-daygrid-day.fc-day-today {
	background-color: transparent;
}
.fc .fc-timeGridMonth-view table tbody tr {
	height: 200px;
}
.fc .fc-timeGridWeek-view table tbody tr {
	height: 42px;
}
.fc .fc-col-header-cell-cushion {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 19.36px;
	letter-spacing: 0%;
	color: #9e9e9e;
	text-decoration: none;
}
.fc-scrollgrid-sync-inner {
	padding: 12px;
}
.fc .fc-daygrid-day-number {
	font-family: "Inter";
	font-weight: 500;
	font-size: 21px;
	line-height: 25.41px;
	letter-spacing: 0%;
	color: #000000;
	text-decoration: none;
}
.fc .fc-daygrid-day-top {
	justify-content: flex-end;
}
.fc .fc-daygrid-day-frame {
	padding: 12px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 6px;
	overflow: scroll;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events::-webkit-scrollbar {
	display: none;
}
/* .fc .fc-view-harness::-webkit-scrollbar {
  display: none;
}
.fc .fc-timeGridWeek-view tbody tr:first-of-type {
  display: none;
}
.fc .fc-timeGridWeek-view tbody tr:nth-child(even) {
  display: none;
} */

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

.c-buttons {
	display: flex;
	gap: 16px;
}

.c-buttons button {
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	outline: none;
	border-radius: 12px;
}

.c-buttons button.active {
	border: 1px solid #fa8500;
	background-color: #fa8500;
}

.c-buttons button img {
	width: 24px;
	height: 24px;
}

.checks-list {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #c3c3c3;
	width: 360px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 3;
	background-color: #ffffff;
}

.fc-daygrid-dot-event .fc-event-title {
	overflow: auto;
}

/* .fc-timegrid-event-harness {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
} */

.fc-timeGridDay-view .fc-timegrid-event .fc-event-main {
	justify-content: center;
}

.checks-list.show {
	display: flex;
}

.checks-list .check-only-text {
	display: flex;
	gap: 8px;
	align-items: center;
	padding-top: 10px;
}

.checks-list .check-only-text p {
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18.77px;
	letter-spacing: -3%;
	margin: 0;
}

/* Custom checkbox */
.category-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    margin-right: 8px;
}

.category-checkbox:checked {
    background-color: #5c02b5;
    border-color: #5c02b5;
}

input[type="checkbox"]:checked::before {
    color: white;
    position: absolute;
    top: 3px;
    left: 7px;
    font-size: 13px;
}
.category-checkbox:checked::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.auction-calendar .right-calendar-div {
	position: absolute;
	right: 108px;
	top: 35px;
}

.r-c-d-1 {
	display: flex;
	gap: 16px;
	align-items: center;
	position: relative;
}

.filter-by-category-div {
	padding: 16px 12px;
	width: 360px;
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
	border: 1px solid #dddddd;
	cursor: pointer;
}

.filter-by-category-div img {
	width: 16px;
	height: 16px;
}

.filter-by-category-div p {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18.77px;
	letter-spacing: -3%;
	margin: 0;
	color: #242424;
}

.r-c-d-1-dates {
	display: flex;
	gap: 16px;
	align-items: center;
}

.r-c-d-1-dates h3 {
	font-family: "Satoshi", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 35.2px;
	letter-spacing: -3%;
	text-align: center;
	margin: 0;
	width: max-content;
}

/* Current time line - red line with circle */
.fc-timegrid-now-indicator-line {
    border-color: #5C02B5 !important;
    height: 2px !important;
}

.fc-timegrid-now-indicator-arrow {
    border-color: #5C02B5 !important;
    margin-top: -4px !important;
}

/* Alternative solid line style */
.fc-current-time-indicator {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    height: 2px;
    background-color:#5C02B5;
    pointer-events: none;
}

.fc-current-time-indicator::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5C02B5;
}



.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
    color: gray;
}


a.fc-event.fc-event-end.fc-daygrid-event.fc-daygrid-block-event.fc-h-event,
a.fc-event.fc-daygrid-event.fc-daygrid-block-event.fc-h-event {
    background: transparent !important;
    border: none;
}

.fc-event-content{
	/* color: inherit !important; */
	font-weight: 500;
}

.fc-event-content{
	max-width: 202px;
}

@media screen and (max-width: 1200px) {
	.still {
		padding: 0 189px;
		display: flex;
		justify-content: flex-end;
		position: relative;
		top: 130px;
	}
	.auction-calendar .calendar .fc-header-toolbar {
		padding-bottom: 100px;
		align-items: center;
		margin-bottom: 0;
	}

	.auction-calendar .right-calendar-div {
		right: unset;
		top: 100px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.fc-event-content {
		max-width: 158px;
	}
}

@media screen and (max-width: 992px) {
	.still {
		padding: unset;
		display: flex;
		justify-content: space-evenly;
		position: relative;
		top: 176px;
		width: 23%;
	}
	.auction-calendar {
		padding: 0 16px;
	}

	.auction-calendar .calendar .fc-header-toolbar {
		padding-bottom: 145px;
	}

	.r-c-d-1 {
		flex-direction: column;
		width: 100%;
		align-items: end;
	}

	.checks-list {
		top: 120px;
	}

	.fc .fc-daygrid-day-number {
		font-size: 12px;
		line-height: 14.08px;
	}

	.fc-direction-ltr .fc-daygrid-event.fc-event-end {
		font-size: 10px;
		line-height: 15px;
		border:none;
		background-color: transparent;
	}

	.fc .fc-col-header-cell-cushion {
		font-family: "Work Sans", sans-serif;
		font-weight: 400;
		font-size: small;
		text-align: center;
	}

	.fc-scrollgrid-sync-inner {
		padding: 4px 8px;
	}

	.fc-event-content {
		max-width: 100px;
	}
}

@media screen and (max-width: 768px) {
	.auction-calendar {
		padding: 0;
		min-height: 100vh;
		max-height: 100%;
	}

	.auction-calendar .calendar {
		min-height: 100vh;
		max-height: 100%;
	}

	.fc .fc-daygrid-day-frame {
		padding: 8px;
	}

	.fc-direction-ltr .fc-daygrid-event.fc-event-end {
		height: 15px;
		width: fit-content;
		border:none;
		background-color: transparent;
	}

	.fc .fc-daygrid-day-frame {
		height: 111px;
	}

	.checks-list {
		padding: 16px;
		width: 100%;
	}

	.r-c-d-1 {
		padding: 0 16px;
	}

	.fc-event-content {
		max-width: 84px;
	}
}

@media screen and (max-width: 567px) {
	.still {
		padding: unset;
		display: flex;
		justify-content: space-evenly;
		position: relative;
		top: 200px;
        width: 49%;
	}
	.filter-by-category-div {
		width: 217%;
	}
	.checks-list {
		width: 180%;
        top: 119px;
        right: 16px;
    }

	.auction-calendar .calendar .fc-header-toolbar {
        padding-bottom: 164px;
    }

	.fc-h-event .fc-event-main-frame {
		font-size: 10px;
		font-weight: 500;
	}

	.fc-event-content {
		max-width: 62px;
		font-size: 10px;
	}
}
@media screen and (max-width: 480px) {
	.participate-main-heading {
		padding: 0 16px;
		margin-top: 30px;
		font-family: "Satoshi", sans-serif;
		font-weight: 500;
		font-size: 32px;
		line-height: 110.00000000000001%;
		letter-spacing: -3%;
		vertical-align: middle;
		text-align: center;
	}
	.ftp {
		margin-top: -113px;
	}
	select#calendar_buttons_trigger {
		width: 200%;
	}
	.fc-event-content{
		max-width: 38px;
		font-size: 10px;
	}

}