/* dashboard colors */

.saturday {
	background: #F9F1F0;
	padding: 0px;
	}

.holiday {
	background: #FADCD9;
	padding: 0px;
	}

.classic {
	background: #B3DFD2;
	padding: 0px;
	}

.blood {
	background: #F7E7C2;
	padding: 0px;
	}

.classic_blood {
	background: linear-gradient(to right, rgb(247,231,194), 20%, rgb(179,223,210));
	padding: 0px;
	}

.examAvalText {
	font-weight: bold;
	color: #0D4030;
}

.pastExam {
	border: 1px solid;
	border-color: #B3DFD2;
	background: #FFFFFF;
	padding: 0px;
	}

.today {
	border: 1px solid;
	border-color: #000000;
	background: #B3DFD2;
	padding: 0px;
	}

.emptyToday {
	border: 1px solid;
	border-color: #000000;
	background: #FFFFFF;
	padding: 0px;
	}

.overlay-left {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	text-align: left;
	}

.overlay-right {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	text-align: right;
	}

/* TD COLORS */

.saturday-td {
	background-color: #ffdbdb !important; /* Custom background color for specific cells */
	color: black; /* Custom text color */
}

.holiday-td {
	background-color: #fdcfd0 !important; /* Custom background color for specific cells */
	color: black; /* Custom text color */
}

.available-td {
	background-color: #b7ecc4 !important; /* Custom background color for specific cells */
	color: black; /* Custom text color */
}

/* button colors */

/* PALE PURPLE */
.palePurple {
	background-color: #d0bcd1 !important;
	color: white;
	}

.palePurple:hover {
	background-color: #d0bcd1 !important;
	font-weight:bold;
	color: white;
	}

.palePurple:active {
	background-color: #d0bcd1 !important;
	color: white;
	}

.palePurpleOutline {
	border: 2px solid;
	border-color: #d0bcd1 !important;
	background-color: white;
	color: #d0bcd1 !important;
	}

.palePurpleOutline:hover {
	border: 2px solid;
	border-color: #d0bcd1 !important;
	background-color: white;
	color: #d0bcd1 !important;
	}

.palePurpleOutline:active {
	border: 2px solid;
	border-color: #d0bcd1 !important;
	background-color: white;
	color: #d0bcd1 !important;
	}

/* ROSE */
.rose {
	background-color: #DC758F !important;
	color: white;
	}

.rose:hover {
	background-color: #DC758F !important;
	font-weight:bold;
	color: white;
	}

.rose:active {
	background-color: #DC758F !important;
	color: white;
	}

/* OTHERPINK */
.otherPink {
	background-color: #C98F9E !important;
	color: white;
	}

.otherPink:hover {
	background-color: #C98F9E !important;
	font-weight:bold;
	color: white;
	}

.otherPink:active {
	background-color: #C98F9E !important;
	color: white;
	}

/* ROSE2 */
.rose2 {
	background-color: #DC758F !important;
	color: white;
	}

.rose2:hover {
	background-color: #CC6C84 !important;
	color: white;
	}

.rose2:active {
	background-color: #DC758F !important;
	color: white;
	}

.roseOutline {
	border: 2px solid;
	border-color: #DC758F !important;
	background-color: white;
	color: #DC758F !important;
	}

.roseOutline:hover {
	border: 2px solid;
	border-color: #DC758F !important;
	background-color: white;
	color: #DC758F !important;
	}

.roseOutline:active {
	border: 2px solid;
	border-color: #DC758F !important;
	background-color: white;
	color: #DC758F !important;
	}

.roseOutlineThin {
	border: 1px solid;
	border-color: #DC758F !important;
	background-color: white;
	color: #DC758F !important;
	}

.roseOutlineThin:hover {
	border: 1px solid;
	border-color: white !important;
	background-color: #DC758F;
	color: white !important;
	}

.roseOutlineThin:active {
	border: 1px solid;
	border-color: #DC758F !important;
	background-color: white;
	color: #DC758F !important;
	}

/* PINK */
.pink {
	background-color: #ed93a1 !important;
	color: white;
	}

.pink:hover {
	background-color: #ed93a1 !important;
	font-weight:bold;
	color: white;
	}

.pink:active {
	background-color: #ed93a1 !important;
	color: white;
	}

/* PINK2 */
.pink2 {
	background-color: #ed93a1 !important;
	color: white;
	}

.pink2:hover {
	background-color: #DD8A96 !important;
	color: white;
	}

.pink2:active {
	background-color: #ed93a1 !important;
	color: white;
	}

/* CORDOVAN */
.cordovan {
	background-color: #873D48 !important;
	color: white;
	}

.cordovan:hover {
	background-color: #873D48 !important;
	font-weight:bold;
	color: white;
	}

.cordovan:active {
	background-color: #873D48 !important;
	color: white;
	}

.cordovanOutline {
	border: 2px solid;
	border-color: #873D48 !important;
	background-color: white;
	color: #873D48 !important;
	}

.cordovanOutline:hover {
	border: 2px solid;
	border-color: #873D48 !important;
	background-color: white;
	color: #873D48 !important;
	}

.cordovanOutline:active {
	border: 2px solid;
	border-color: #873D48 !important;
	background-color: white;
	color: #873D48 !important;
	}

/* OOO */
.oooButtonColor {
	background-color: #B35664 !important;
	color: white;
	}

.oooButtonColor:hover {
	background-color: #B35664 !important;
	font-weight:bold;
	color: white;
	}

.oooButtonColor:active {
	background-color: #B35664 !important;
	color: white;
	}

/* All in One */
.ai1ButtonColor {
	background-color: #C6808B !important;
	color: white;
	}

.ai1ButtonColor:hover {
	background-color: #C6808B !important;
	font-weight:bold;
	color: white;
	}

.ai1ButtonColor:active {
	background-color: #C6808B !important;
	color: white;
	}


/* Back */
.backButton {
	background-color: #e2e2e2 !important;
	color: #606060;
	}

.backButton:hover {
	background-color: #CACBCB !important;
	color: #606060;
	}

.backButton:active {
	background-color: #e2e2e2 !important;
	color: #606060;
	}

/* Confirm */
.confirmButton {
	background-color: #DC758F !important;
	color: white;
	}

.confirmButton:hover {
	background-color: #C76781 !important;
	color: white;
	}

.confirmButton:active {
	background-color: #DC758F !important;
	color: white;
	}

/* oldPink */
.oldPink {
	background-color: #d8a7b1 !important;
	color: white;
	}

.oldPink:hover {
	background-color: #b58b94 !important;
	color: white;
	}

.oldPink:active {
	background-color: #d8a7b1 !important;
	color: white;
	}

/* spearmint */
.spearmint {
	background-color: #b6e2d3 !important;
	color: white;
	}

.spearmint:hover {
	background-color: #a3ccbe !important;
	color: white;
	}

.spearmint:active {
	background-color: #b6e2d3 !important;
	color: white;
	}

/* Calendar */
.calendarButton {
	background-color: #e2e6e3 !important;
	color: black;
	}

.calendarButton:hover {
	background-color: #e2e6e3 !important;
	color: black;
	}

.calendarButton:active {
	background-color: #e2e6e3 !important;
	color: black;
	}

/* Calendar */
.calendarButtonDisabled {
	background-color: white !important;
	border: 1px solid #e2e6e3 !important;
	color: #e2e6e3;
	}

/* HYPERLINK COLOR */


.pinkLink {
	color: #DC758F; /* Normal state color */
	text-decoration: none; /* Optional: removes underline */
}

.pinkLink:hover {
	color: #DC758F; /* Hover state color */
	text-decoration: underline;
}

.pinkLink:active {
	color: #DC758F; /* Active state color */
	text-decoration: none;
}

.pinkLink:visited {
	color: #DC758F; /* Visited state color */
	text-decoration: none;
}

.navyLink {
	color: #135ED6; /* Normal state color */
	text-decoration: none; /* Optional: removes underline */
}

.navyLink:hover {
	color: #7AADFF !important;/* Hover state color */
	text-decoration: none;
}

.navyLink:active {
	color: #135ED6; /* Active state color */
	text-decoration: none;
}

.navyLink:visited {
	color: #135ED6; /* Visited state color */
	text-decoration: none;
}

.blackLink {
	color: black; /* Normal state color */
	text-decoration: none; /* Optional: removes underline */
}

.blackLink:hover {
	color: black; /* Hover state color */
	text-decoration: underline;
}

.blackLink:active {
	color: black; /* Active state color */
	text-decoration: none;
}

.blackLink:visited {
	color: black; /* Visited state color */
	text-decoration: none;
}

/* BUBBLES */
.greenBubble {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: black;
	padding: 5px 10px;
	}

.redBubble {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: black;
	padding: 5px 10px;
	}

.hover-info {
	display: none;
	position: absolute;
	top: 100%; /* Adjust to position the panel */
	left: 0;
	padding: 10px;
	background-color: rgba(51, 51, 51, 0.5); /* 0.5 for 50% opacity */
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
	z-index: 1000;
}

a:hover .hover-info {
	display: block;
	}

.signature-box {
	border: 2px solid #000; /* Black border for clarity */
	border-radius: 5px; /* Rounded corners */
	width: 500px; /* Fixed width */
	height: 200px; /* Fixed height */
	display: block; /* Canvas element as block */
	background-color: #f9f9f9; /* Slight background contrast */
	cursor: crosshair; /* Pointer indicates drawing area */
	margin: 0;          /* Remove margins */
	padding: 0;         /* Remove padding */
	position: relative;
}
