:root {
	--fc-small-font-size: 0.85em;
	--fc-page-bg-color: #ffffff;
	--fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
	--fc-neutral-text-color: #808080;
	--fc-border-color: #697684;

	--fc-button-text-color: #fff;
	--fc-button-bg-color: #0d6efd;
	--fc-button-border-color: #0d6efd;
	--fc-button-hover-bg-color: #1e2b37;
	--fc-button-hover-border-color: #1a252f;
	--fc-button-active-bg-color: rgb(75, 103, 130);
	--fc-button-active-border-color: #151e27;

	--fc-event-bg-color: #3788d8;
	--fc-event-border-color: #3788d8;
	--fc-event-text-color: #fff;
	--fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

	--fc-more-link-bg-color: #d0d0d0;
	--fc-more-link-text-color: inherit;

	--fc-event-resizer-thickness: 8px;
	--fc-event-resizer-dot-total-width: 8px;
	--fc-event-resizer-dot-border-width: 1px;

	--fc-non-business-color: rgba(215, 215, 215, 0.3);
	--fc-bg-event-color: rgb(143, 223, 130);
	--fc-bg-event-opacity: 0.3;
	--fc-highlight-color: rgba(188, 232, 241, 0.3);
	--fc-today-bg-color: rgba(255, 220, 40, 0.15);
	--fc-now-indicator-color: red;

	--fc-border-color: #69768447;

	/* --fc-today-bg-color:var(--bs-yellow); */
	/* --fc-highlight-color:var(--bs-yellow); */
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #594040;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #1f9578;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #224f7d;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* NOTE: START: CSS related to the header and footer navbars */

.mobile-footer {
	display: none;
}

.btn-sm {
	font-size: 1em;
}

.font-red {
	color: red !important;
}

.font-green {
	color: green !important;
}

.font-blue-italic {
	color: blueviolet;
	font-style: italic;
}

.back-to-top2 {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 10vh;
	z-index: 99;
}

.back-to-top3 {
	position: fixed;
	right: 15px;
	bottom: 6vh;
	z-index: 99;
	font-size: 24px;
}

.footer-mobile {
	display: none;
}

.rounded-circle {
	border-radius: 50% !important;
}

.patient-style {
	background-color: #00a2ed1e !important;
}

.bg-green {
	background-color: #365b6d;
	color: wheat;
}

.bg-green a {
	color: wheat;
}

#footer-div {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 4vh;
}

#navbar-footer2 div {
	padding-left: 10px;
	height: 4vh;
	font-size: 2.8vw;
	font-weight: 700;
}

.navbar-brand {
	margin-right: 10px;
	height: 100%;
	max-height: 100%;
}

#desktop-nav,
#new-user-desktop-nav {
	padding: 0;
}

#heading-btn-div a button {
	padding: 10px;
	border-width: 2px;
}

#logo,
#logo-mobile {
	height: 3.5vh;
	border-radius: 10px;
	padding: 5px;
}

#mobile-nav {
	display: none;
	background-color: rgba(128, 128, 128, 0.25);
}

.navbar-pract-img-div,
#navbar-pract-img-div {
	height: 2em;
	margin-right: 0.3em;
}
.navbar-pract-img,
#navbar-pract-img {
	height: 2em;
	border-radius: 5px;
}

#navbar-pract-img-div-mobile {
	height: 90%;
	margin-right: 0.3em;
	font-size: 1em !important;
	border-radius: 10px;
}

#navbar-pract-img-mobile {
	max-height: 100%;
	height: 100%;
	border-radius: 10px;
}
#navbar-btn-pract-mobile {
	border-radius: 5px;
	font-size: 0.8em !important;
	height: 2em;
}

#heading-div-left {
	display: flex;
	flex-direction: column;
	max-width: 70%;
	align-content: flex-start;
}

#heading-btn-div {
	display: flex;
	column-gap: 2em;
}

#heading-div {
	display: flex;
	max-width: 100%;
	justify-items: center;
	justify-content: space-between;
	margin-bottom: 0.4em;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	background-image: url(/assets/background2.png);
	background-image: url(/assets/background2.png) !important;
	background-color: #ebf0f4;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/assets/background2.png");
	background-color: #ebf0f4;
}

#body-main-div {
	width: 1400px;
	max-width: 1400px;
	min-height: 100vh;
	min-width: 50%;
	position: relative;
	background-color: white;
	padding-bottom: 5vh;
}

.dashboard {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 5em;
}

.appointment-form {
	max-width: 500px;
	margin: 2rem auto;
	padding: 2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

/* .card-text {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: left;
} */

#book-appointment-body h1 {
	font-size: 2em;
}

#book-who {
	display: flex;
	justify-content: space-between;
}

.pad-6em {
	padding-left: 6em;
	padding-right: 6em;
}

.pad-top {
	padding-top: 2em;
}

.pad-bottom {
	padding-bottom: 2em;
}

.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	max-width: 500px;
	margin: 0 auto;
}

.full-span {
	grid-column: 1 / span 2;
}

#practitioner-photo-div {
	width: 10rem;
	height: 7rem;
	display: block;
	object-fit: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
}

#practitioner-photo {
	width: 100px;
	height: 100px;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

.div-flex-1 {
	display: flex;
	column-gap: 30px;
}

.invitation {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 10em;
	margin-top: 5em;
}

.invitation h2 {
	color: #007bff;
	text-align: center;
}

.invitation p {
	text-align: justify;
	margin-bottom: 20px;
}

.btn-register2 {
	display: block;
	width: 200px;
	margin: 20px auto;
	padding: 10px 15px;
	text-align: center;
	background-color: #007bff;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.btn-register2:hover {
	background-color: #0056b3;
}

.cursor-pointer:hover {
	cursor: pointer;
	pointer-events: all;
	font-size: xx-large;
	color: darkmagenta;
}

.cursor-pointer {
	font-size: x-large;
	color: blueviolet;
}

.advantages {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.advantages h2 {
	color: #007bff;
	text-align: center;
	margin-bottom: 20px;
}

.advantages ul {
	list-style-type: none;
	padding: 0;
}

.advantages li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.advantages li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #007bff;
	font-weight: bold;
}

.alert {
	margin-top: 1em;
}

.alert-info {
	background-color: #f4f8d3;
	color: darkgray;
	border-color: darkgray;
}

.error-highlight {
	outline-color: red !important;
	outline-style: solid !important;
	/* background-color: #007bff; */
}

.notRec {
	background-color: darkred;
}

.Rec {
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	background-color: red;
}

@keyframes pulse {
	0% {
		box-shadow: 0px 0px 0px 0px rgba(173, 0, 0, 0.1);
	}
	10% {
		box-shadow: 0px 0px 1px 1px rgba(173, 0, 0, 0.2);
	}
	20% {
		box-shadow: 0px 0px 2px 2px rgba(173, 0, 0, 0.3);
	}
	30% {
		box-shadow: 0px 0px 3px 3px rgba(173, 0, 0, 0.4);
	}
	40% {
		box-shadow: 0px 0px 4px 4px rgba(173, 0, 0, 0.5);
	}
	50% {
		box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.6);
	}
	60% {
		box-shadow: 0px 0px 6px 6px rgba(173, 0, 0, 0.5);
	}
	70% {
		box-shadow: 0px 0px 7px 7px rgba(173, 0, 0, 0.4);
	}
	80% {
		box-shadow: 0px 0px 8px 9px rgba(173, 0, 0, 0.3);
	}
	90% {
		box-shadow: 0px 0px 10px 10px rgba(173, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0px 0px 11px 11px rgba(173, 0, 0, 0.1);
	}
}

.pulse-button {
	cursor: pointer;
	animation: pulse 1s infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation: pulse 1s infinite;
}
.pulse-button:hover {
	animation: none;
	-webkit-animation: none;
}

#_table {
	border: 1px solid black;
	margin-right: 20px;
}

#_table td {
	width: 100%;
	height: 100%;
	background-color: #ccc;
}

#_table-div {
	border: 1px solid red;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
}

.nomargin {
	margin: 0;
}

.textwithicon {
	display: flex;
	justify-items: center;
	align-items: center;
	margin-bottom: 1em;
}

.textwithicon svg {
	margin-right: 1em;
}

.h3-head {
	margin: 1em 0 0.3em 0;
	border-top: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: lightsteelblue;
	padding-left: 0.5em;
}

.h4-attr-value {
	color: #0056b3;
}

.h5-bold {
	font-weight: bolder;
}

.p-attr-value {
	color: #0056b3;
}

.nav-link:hover {
	cursor: pointer;
}

#head-patientname-encinprogress:hover {
	cursor: pointer;
}

.enc-table {
	border-spacing: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.enc-table th:first-of-type {
	border-top-left-radius: 10px;
}

.enc-table th:last-of-type {
	border-top-right-radius: 10px;
}

.enc-table tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 10px;
}

.enc-table tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 10px;
}

.loader {
	width: 50px;
	aspect-ratio: 1;
	--_c: no-repeat radial-gradient(farthest-side, #054339 92%, #0000);
	background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
	background-size: 12px 12px;
	animation: l7 1s infinite;
	position: fixed;
	z-index: 1002;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
@keyframes l7 {
	to {
		transform: rotate(0.5turn);
	}
}

.blur-box {
	background-color: rgba(93, 107, 111, 0.318);
	backdrop-filter: blur(5px);
	width: 200px;
	height: 200px;
	z-index: 1000;
	position: fixed;
	border-radius: 25%;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.text-blueviolet {
	color: blueviolet;
}

.desktop-footer-div {
	display: flex;
	padding: 0 2rem 0 2rem;
	justify-content: space-between;
	width: 100%;
}

.btn {
	--bs-btn-border-color: #8d8e92;
}

.text-faded {
	color: gray;
	font-style: italic;
}

.text-strong {
	color: black;
}

.field-mandatory {
	background-color: lightblue;
}

.field-required {
	background-color: #bba75e5e !important;
}

.a-link {
	text-decoration: underline;
	color: #0463fa;
	cursor: pointer !important;
}

.a-link2 {
	text-decoration: underline;
	cursor: pointer !important;
	color: black !important;
}

.back-red {
	background-color: red !important;
	color: white !important;
}

.back-green {
	background-color: var(--bs-green) !important;
	color: white !important;
}

.back-yellow {
	background-color: var(--bs-yellow) !important;
}

.back-blue {
	background-color: rgba(7, 7, 224, 0.19) !important;
}

.back-gray {
	background-color: var(--bs-gray) !important;
	color: white !important;
}

.back-khaki {
	background-color: darkkhaki !important;
	color: white !important;
}

.back-purple {
	background-color: purple !important;
	color: white !important;
}

.fa-large {
	font-size: 1.2rem;
}

.fa-red {
	color: var(--bs-red);
}

.popover-header {
	font-size: 0.8rem !important;
}

#popover-user {
	background-color: lightgray;
	padding: 10px;
	color: black;
}

.popover-attr {
	padding-left: 10px;
	padding-right: 10px;
}

.flex-c {
	display: flex;
	flex-direction: column;
}

.j-center {
	display: flex;
	justify-content: center;
}

.space-btw {
	display: flex;
	justify-content: space-between;
}

.rounded-border {
	/* border: 1px solid black; */
	border-radius: 10px;
	padding: 0.5rem;
	background-color: #d4e8ef75;
	margin-bottom: 1rem;
}

mt-minus-1rem {
	margin-top: -1rem;
}

.text-italic {
	font-style: italic;
}

.loader-ai1 {
	width: 30rem;
	height: 20px;
	background: linear-gradient(#25b09b 0 0) left -40px top 0/40px 20px, linear-gradient(#ddd 0 0) center/100% 50%;
	background-repeat: no-repeat;
	animation: l5 2s infinite linear;
}
@keyframes l5 {
	100% {
		background-position: right -40px top 0, center;
	}
}

.loader-ai2 {
	color: blueviolet;
	width: fit-content;
	font-weight: bold;
	padding-bottom: 8px;
	background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
	animation: l2 2s linear infinite;
}
.loader-ai2:before {
	content: "Processando...";
}
@keyframes l2 {
	to {
		background-size: 100% 3px;
	}
}

.loader-images1 {
	width: 50px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #25b09b;
	--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
}
@keyframes l3 {
	to {
		transform: rotate(1turn);
	}
}

.loader-images2 {
	width: 50px;
	aspect-ratio: 1;
	--_c: no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);
	background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
	background-size: 12px 12px;
	animation: l7 1s infinite;
}
@keyframes l7 {
	to {
		transform: rotate(0.5turn);
	}
}

.mr-3 {
	margin-right: 0.5rem;
}

.a-disabled {
	pointer-events: none;
	cursor: default;
	color: gray !important;
}

.disabled {
	pointer-events: none;
	cursor: default;
}

.disabled td {
	color: darkgrey;
}

.blur {
	filter: blur(15px);
}

.pad-2rem {
	padding: 2rem;
}

.medprobackcolor {
	background-color: #d4e8ef75;
}

.m-left {
	margin-left: 0.5rem;
}

.pointer {
	cursor: pointer !important;
}

