<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-datepicker .ui-datepicker-buttonpane button {
    color:#8e0038;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #7d7d7d;
	background: #bbb9ad;
	color: #312e25;
}
.ui-widget-content a {
	color: #312e25;
}
.ui-widget-header {
	border: none;
	background: #bbb9ad;
	color: #433f38;
	font-weight: bold;
}
.ui-widget-header a {
	color: #433f38;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #fff;
	background: #bbb9ad;
	font-weight: normal;
	color: #545241;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus{
	border: 1px solid #fff;
	background: #8e0038;
	font-weight: normal;
	color: #fff;
}
.ui-widget-content .ui-datepicker-header .ui-state-hover {
    background:none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #8e0038;
	background: #bbb9ad;
	border: 1px solid #8e0038;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-datepicker-week-end .ui-state-active {
    border: 1px solid #fff;
    background: #8e0038!important;
    font-weight: normal;
    color: #fff!important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #bbb9ad;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fff;
	background: #8e0038;
	color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #e3a345;
	color: #cd5c0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd5c0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd5c0a;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled,
 {
  background: #bbb9ad!important;
  color:#606163; 

}

.ui-datepicker-unselectable .ui-state-default,
.ui-datepicker-unselectable .ui-state-disabled,
.ui-datepicker-week-end.ui-state-disabled .ui-state-default {
	background-image: none;
    background-color: #ebe6d8; 
	color: #d9d5c7;  
}

.ui-datepicker-week-end .ui-state-default {
  background: #bbb9ad;
  color:#606163;
}
.ui-datepicker-week-end .ui-state-default.ui-state-hover {
    border: 1px solid #fff;
    background: #8e0038;
    font-weight: normal;
    color: #fff;
}

/* Overlays */
.ui-widget-overlay {
	background: #fff;
	opacity: .9;
	filter: Alpha(Opacity=90);
}
.ui-widget-shadow {
	margin: -12px 0 0 -12px;
	padding: 12px;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 10px;
}</pre></body></html>