.asd__fade-enter-active, .asd__fade-leave-active {
	transition: all .2s ease
}

.asd__fade-enter, .asd__fade-leave-active {
	opacity: 0
}

.asd__list-complete-enter, .asd__list-complete-leave-to {
	opacity: 0;
	transform: translateY(30px)
}

.asd__list-complete-leave-active {
	position: absolute;
	visibility: hidden
}

.datepicker-trigger {
	position: relative;
	overflow: visible
}

.asd__wrapper {
	border-radius: var(--radius-small);
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}

.asd__wrapper *, .asd__wrapper :after, .asd__wrapper :before {
	box-sizing: border-box
}

.asd__wrapper--full-screen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	z-index: 2
}

.asd__inner-wrapper {
	transition: all .3s ease;
	position: relative
}

.asd__datepicker-header, .asd__keyboard-shortcuts-trigger-wrapper {
	position: relative;
}

.asd__keyboard-shortcuts-trigger {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	font: inherit;
	border-width: 26px 33px 0 0;
	border-top: 26px solid transparent;
	border-right: 33px solid #F9A67A;
	display: none;
}

.asd__keyboard-shortcuts-trigger span {
	color: #fff;
	position: absolute;
	bottom: 0;
	right: -28px;
}

.asd__keyboard-shortcuts-show {
	display: block !important
}

.asd__keyboard-shortcuts-close {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 7px;
	right: 5px;
	padding: 5px;
	z-index: 2;
	cursor: pointer
}

.asd__keyboard-shortcuts-menu {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	overflow: auto;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-image: initial;
	border-radius: 2px;
	padding: 22px;
	margin: 33px;
	text-align: left
}

.asd__keyboard-shortcuts-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0
}

.asd__keyboard-shortcuts-list {
	list-style: none;
	margin: 6px 0;
	padding: 0;
	white-space: normal
}

.asd__keyboard-shortcuts-symbol {
	font-family: monospace;
	font-size: 12px;
	text-transform: uppercase;
	background: #f2f2f2;
	padding: 2px 6px;
	margin-right: 4px
}

.asd__change-month-button {
	position: absolute;
	top: 12px;
	z-index: 1;
	background: #fff
}

.asd__change-month-button--previous {
	left: 0;
	padding-left: 15px
}

.asd__change-month-button--next {
	right: 0;
	padding-right: 15px
}

.asd__change-month-button>button {
	background-color: transparent;
	border: 1px solid black;
	border-radius: 50%;
	padding: 8px 10px;
	cursor: pointer;
	font-size: 12px;
	aspect-ratio: 1;
}

.asd__change-month-button>button:hover {
	border: 1px solid #c4c4c4
}

.asd__change-month-button>button>svg {
	height: 19px;
	width: 19px;
	fill: #82888a
}

.asd__days-legend {
	position: absolute;
	top: 80px;
	left: 10px;
	padding: 0 10px
}

.asd__day-title {
	display: inline-block;
	width: 14.28571%;
	text-align: center;
	margin-bottom: 4px;
	color: rgba(0, 0, 0, .7);
	font-size: .8em;
	margin-left: -1px
}

.asd__month-table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	width: 100%;
	max-width: 100%
}

.asd__month {
	transition: all .3s ease;
	display: inline-block;
	padding: 15px
}

.asd__month--hidden {
	height: 275px;
	visibility: hidden
}

.asd__month-name {
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 60px;
	line-height: 1.4em;
	font-family: Graebenbach;
    font-weight: 400;
}

.asd__month-year-select {
	-webkit-appearance: none;
	border: none;
	background-color: inherit;
	cursor: pointer;
	color: blue;
	font-size: inherit;
	font-weight: inherit;
	padding: 0
}

.asd__month-year-select::-ms-expand {
	display: none
}

.asd__day {
	line-height: 38px;
	height: 38px;
	padding: 0;
	overflow: hidden
}

.asd__day--enabled {
	position: relative
}

.asd__day--enabled:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	border: 1px solid black;
	pointer-events: none;
	
}

.asd__day--enabled:focus {
	outline: 5px auto Highlight;
	outline: 5px auto -webkit-focus-ring-color
}

.asd__day--disabled, .asd__day--empty {
	opacity: .5
}

.asd__day--disabled button, .asd__day--empty button {
	cursor: default
}

.asd__day--empty {
	border: none
}

.asd__day--disabled:hover {
	background-color: transparent
}

.asd__day-button {
	background: transparent;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	color: inherit;
	text-align: center;
	user-select: none;
	font-size: 12px;
	font-weight: inherit;
	padding: 0
}

.asd__action-buttons {
	min-height: 50px;
	padding-top: 10px;
	margin-bottom: 12px;

	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.asd__action-buttons button {
	display: block;
	position: relative;
	background: transparent;
	border: none;
	cursor: pointer;

	font-family: Graebenbach Mono;
	font-weight: 300;
	line-height: 100%;
	font-size: 16px;
	padding: 7px 15px;
}
.asd__action-buttons button:hover {
	text-decoration: underline
}

.asd__action-buttons button:first-child {
	background-color: white !important;
	color: black !important;
}

.asd__action-buttons button:nth-child(2) {
	background-color: black !important;
	color: white !important;
}

.asd__mobile-header {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	position: relative;
	padding: 15px !important;
	text-align: center;
	height: 50px
}

.asd__mobile-header h3 {
	font-size: 20px;
	margin: 0
}

.asd__mobile-only {
	display: none
}

@media (max-width:600px) {
	.asd__mobile-only {
		display: block
	}
}

.asd__mobile-close {
	border: none;
	position: absolute;
	top: 7px;
	right: 5px;
	padding: 5px;
	z-index: 2;
	cursor: pointer
}

.asd__mobile-close__icon {
	position: relative;
	font-size: 1.6em;
	font-weight: 700;
	padding: 0
}


.asd__selected-date-one {
	position: relative;
	color: white !important;
	border-radius: 50% 0 0 50%;
	background-color: rgba(106, 47, 166, 0.1) !important;
	border: none !important;
}

.asd__selected-date-one::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #6A2FA6;
}

.asd__selected-date-one button {
	position: relative;
	z-index: 2;
}


.asd__selected-date-two {
	position: relative;
	color: white !important;
	border-radius: 0 50% 50% 0;
	background-color: rgba(106, 47, 166, 0.1) !important;
	border: none !important;
}

.asd__selected-date-two::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #6A2FA6;
}

.asd__selected-date-two button {
	position: relative;
	z-index: 2;
}

tr.asd__week {
	border-bottom: 2px solid white;
}

/* Alternative approach - add spacing to cells */
tr.asd__week td {
	border: none !important;
}

.asd__day--hovered {
	color: white;
}

/* Backdrop for datepicker */
div:has(>.asd__wrapper--datepicker-open.asd__wrapper.asd__wrapper--datepicker-open)::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 1;
}

.asd__wrapper {
	position: relative;
	z-index: 1000;
}