body * {
	font-family: 'Titillium Web', sans-serif;
}

body {
	position: relative;
}

/* a {
    color: var(--primary-color)
} */

a:hover {
	text-decoration: none !important;
}

.app-back-btn {
	color: var(--primary-color);
}

.main-text {
	color: var(--primary-color);
}

.main-background {
	background-color: var(--primary-color);
}

.main-svg:not(.user-main) path {
	fill: var(--primary-color);
}

.main-svg.user-main g {
	stroke: var(--primary-color);
}

.main-text-hover:hover {
	color: var(--primary-color);
}

.main-background-hover:hover {
	background-color: var(--primary-color);
}

a:hover {
	color: var(--primary-color);
}

.btn {
	transition: transform 0.1s ease;
}

.primary-color-text {
	color: var(--primary-color) !important;
}

.btn:not(.custom-select):hover {
	color: #fff;
	transform: scale(1.05);
}

header {
	background-color: #fff;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.logo-container {
	display: flex;
	align-items: center;
}

.main-title-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

header {
	line-height: 64px;
}

header .logo-container {
	height: 64px;
}

.logo {
	max-height: 45px;
}

.logo:hover,
.main-title-container {
	cursor: pointer;
}

.back-icon {
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-top: -5px;
}

.title-icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

header a {
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(115, 116, 116);
	line-height: 64px;
	font-size: 14px;
}

header p {
	line-height: 70px;
	text-align: center;
	color: rgba(115, 116, 116);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
}

main {
	background: rgba(234, 237, 242, 0.49);
	min-height: calc(100vh - 265px);
}

.footer {
	/* position: relative;
    bottom: 0;
    width: 100%;
    left: 0; */
	background-color: #fff;
	padding-top: 40px;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
	padding-bottom: 60px;
}

.footer .footer-icon {
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
}

.footer-icon path {
	fill: var(--primary-color);
}

.footer .col {
	text-align: center;
}

.footer a {
	color: var(--primary-color);
}

.footer .footer-terms a {
	color: #ccc;
}

#first .question {
	margin-top: 40px;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 36px;
}

#first .option-card {
	/* width: 380px; */
	background-color: #fff;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	transition: all 0.15s ease;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
}

#first .option-card:hover {
	transform: scale(1.05);
	cursor: pointer;
}

#first .option-card .image-background {
	margin-top: 42px;
	margin-bottom: 70px;
	align-self: center;
	background-color: rgb(234, 237, 242);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#first .option-card img {
	margin-left: 22px;
	align-self: center;
	width: 65%;
}

.option-card .custom-button {
	margin-bottom: 30px;
}

.custom-button {
	width: 280px;
	line-height: 36px;
	align-self: center;
	background-color: var(--primary-color);
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	border: none;
	color: #fff;
}

.inverse-button {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

#first .option-card .btn:hover {
	cursor: pointer;
}

#first p.separator {
	font-size: 20px;
	color: rgb(141, 141, 141);
	font-weight: 700;
	line-height: 339px;
	text-transform: uppercase;
}

/* .footer {
    position: relative;
    bottom: 0;
    width: 100%;
} */

.footer p {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: rgb(75, 75, 75);
}

.footer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

main .back {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	color: rgb(75, 75, 75);
	position: absolute;
	left: 15px;
	top: 20px;
}

main > .container > .row {
	position: relative;
}

#my-profile .profile-card {
	margin-top: 20px;
	margin-bottom: 50px;
}

#my-profile .profile-card .column-header,
#credit-card .column-header {
	font-size: 26px;
	font-weight: 700;
	line-height: 42px;
	color: rgb(75, 75, 75);
}

#my-profile .profile-card .column-header.newsletter-header {
	margin-top: 50px;
}

#my-profile .newsletter-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#my-profile .newsletter-row .unsubscribe-container {
	padding: 5px 10px;
	transition: all 0.3s ease;
}

#my-profile .newsletter-row .unsubscribe-container:hover {
	cursor: pointer;
}

#my-profile .profile-card img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#my-profile .profile-card .edit {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--primary-color);
	display: block;
	margin-bottom: 27px;
}

#my-profile .profile-card .data-row {
	margin-left: auto;
	margin-right: auto;
	width: 312px;
	display: flex;
	flex-direction: column;
	margin-bottom: 22px;
}

#my-profile .profile-card .data-row .data-header {
	color: rgb(155, 155, 155);
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin-left: 10px;
	margin-bottom: 5px;
}

#my-profile .profile-card .data-row input {
	background-color: rgb(234, 237, 242);
	height: 54px;
	border-radius: 6px;
	border: none;
	/*font-weight: 700;*/
	padding-left: 10px;
}

#my-profile .profile-card .custom-button {
	background-color: rgb(234, 237, 242);
	border: none;
	color: var(--primary-color);
	width: 278px;
	margin-top: 45px;
}

#my-profile .profile-card .custom-button:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.button-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#my-profile .profile-card > .row > .col:first-child {
	border-right: 1px solid rgb(213, 213, 213);
}

.appointments .column-header {
	margin-bottom: 50px;
}

#my-profile .appointment-row {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#my-profile .appointment-row span,
#my-profile .appointment-row a {
	font-size: 18px;
	line-height: 28px;
}

#my-profile .appointment-row .appointment-name {
	font-weight: 700;
	color: var(--primary-color);
}

#my-profile .appointment-row .appointment-date {
	color: rgb(75, 75, 75);
}

#my-profile .profile-card .appointments .custom-button.new-appointment {
	width: 304px;
	background-color: var(--primary-color);
	color: #fff;
	margin-top: 69px;
}

.custom-card {
	background-color: #fff;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 20px 25px 30px;
	overflow: hidden;
}

.overflow-hidden {
	overflow: initial !important;
}

.appointment-card {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 46px;
	padding-left: 40px;
	padding: 40px;
}

.appointment-data-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.appointment-data-row.note {
	display: block;
}

.appointment-data-row.note .appointment-data-header {
	margin-bottom: 5px;
	margin-top: 15px;
}

textarea {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgb(213, 213, 213);
}

.appointment-data-header,
.appointment-data {
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	color: rgb(75, 75, 75);
}

.appointment-data {
	font-size: 16px;
	font-weight: 400;
	width: 50%;
}

.calendar-extra-text {
	font-size: 16px;
}

.doctor-picture {
	height: 130px;
	width: 130px;
	object-fit: cover;
	border-radius: 4px;
}

.doctor-name {
	font-weight: 700;
}

.appointment-data .doctor-name {
	color: rgb(75, 75, 75);
	margin-right: 0;
}

.line {
	display: flex;
	flex: 1;
	height: 2px;
	background-color: rgb(213, 213, 213);
	margin-bottom: 20px;
	margin-top: 15px;
}

#appointment .btn.custom-button {
	width: 236px;
	margin-top: 30px;
}

#appointment .cancel-container .btn.custom-button {
	margin: 30px 10px 0 5px;
	padding: 15px 5px;
	line-height: 24px;
}

.book-other {
	color: var(--primary-color);
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}

.inner-container {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.app-store-badges,
.credit-card-icons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.credit-card-icons {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	justify-content: space-around;
}

#finish .custom-button {
	width: 258px;
	margin-top: 30px;
}

.finish-card,
.credit-card {
	padding-top: 30px;
	margin-top: 30px;
}

.finish-card p,
.credit-card p {
	color: rgb(75, 75, 75);
}

.finish-card p:first-child,
.credit-card p:first-child {
	font-size: 26px;
	line-height: 42px;
	font-weight: 700;
}

.custom-button.cancel {
	background-color: rgb(234, 40, 40);
	color: #fff;
}

.cancel-container,
.canceled-container {
	display: flex;
	justify-content: center;
}

.switch {
	text-align: center;
	color: rgb(75, 75, 75);
	font-size: 18px;
	line-height: 32px;
	padding-left: 5px;
	padding-right: 5px;
}

.switch.selected:hover {
	text-decoration: none;
}

.switch.selected {
	font-weight: 700;
	color: var(--primary-color);
	border-bottom: 3px solid var(--primary-color);
}

.col > .back {
	position: static;
}

.search-bar {
	padding-top: 20px;
}

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

.select-button {
	align-self: center;
	width: 45%;
	border-radius: 4px;
	padding: 15px 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--secondary-color);
}

.select-button.active {
	background-color: var(--primary-color);
}

.select-button span {
	color: #fff;
	font-weight: 700;
}

.select-button:hover {
	background-color: var(--primary-color);
	cursor: pointer;
}

.select-button span {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
}

.button-icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-top: -4px;
}

.search-input-container {
	height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.search-input-container a {
	height: 100%;
	text-align: center;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-input-container input {
	border: none;
	display: flex;
	flex: 1;
	height: 100%;
}

.search-input-container img {
	height: 20px;
}

.doctor-card,
.doctor-profile-card {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.doctor-card:hover {
	cursor: pointer;
}

.custom-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.doctor-card-header {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.doctor-card-header .line {
	margin-top: 0;
	margin-bottom: 0;
}

.doctor-card-header > span {
	font-size: 22px;
	font-weight: 700;
}

.doctor-card-header div * {
	font-size: 18px;
	font-weight: 700;
}

.doctor-name {
	line-height: 36px;
	margin-right: 10px;
	color: var(--primary-color);
	align-self: flex-start;
}

.doctor-card-header i {
	margin-right: 10px;
	margin-left: 10px;
}

.doctor-card-header .rating-count {
	font-weight: 400;
}

.doctor-card-header .rating-average {
	margin-left: 10px;
}

.rating-count,
.rating-average,
.fa-star {
	color: #ffc107 !important;
}

.doctor-card .doctor-picture,
.doctor-profile-card .doctor-picture {
	height: 150px;
	width: 150px;
	border-radius: 4px;
	object-fit: cover;
	margin-bottom: 10px;
}

.extra-data {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.extra-data.nearest-row {
	align-items: flex-start;
	margin-top: 25px;
}

.extra-data:last-child {
	align-items: flex-start;
	margin-bottom: 0;
}

.extra-data .circle {
	background-color: rgb(234, 237, 242);
	border: 1px solid rgb(213, 213, 213);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-right: 10px;
}

.details {
	font-weight: 700;
}

.extra-data span,
.extra-data i {
	color: rgb(75, 75, 75);
	font-size: 16px;
}

.extra-data i {
	width: 15px;
	color: rgb(203, 203, 203);
	margin-right: 12px;
}

.extra-data img {
	width: 20px;
	margin-right: 10px;
}

.doctor-card .custom-button {
	margin-left: auto;
}

#doctor-profile .doctor-card-header {
	justify-content: space-between;
	/* margin-bottom: 20px; */
}

#doctor-profile .introduction {
	/* max-width: 80%; */
}

#doctor-profile .custom-button {
	float: right;
}

#doctor-profile .navigation-row {
	margin-top: 50px;
	margin-bottom: 20px;
}

#doctor-profile .navigation-row .col.col-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#doctor-profile .doctor-profile-card {
	margin-top: 0;
}

#doctor-profile > .container {
	padding-top: 20px;
}

/* #calendar-outer {
    overflow: hidden;
}

#calendar {
    display: inline-flex
} */

.calendars {
	width: calc(100% + 80px);
	margin-left: -40px;
	display: flex;
	justify-content: center;
}

.calendar-outer {
	width: 90%;
}

.calendar-navigation {
	color: var(--primary-color);
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.calendar-navigation:hover {
	cursor: pointer;
}

.calendar {
	margin-left: 5%;
	width: 90%;
	margin-right: 5%;

	margin-bottom: 8px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.calendar:last-child {
	/* margin-right: 0; */
}

.cal-year {
	margin-top: 7px;
	margin-bottom: 12px;
}

.cal-month {
	font-size: 20px;
	font-weight: 700;
}

.calendar-header {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: var(--primary-color);
	position: relative;
}

.calendar-header p {
	color: #fff;
}

.calendar-day-names {
	margin-top: 15px;
}

.calendar-day-names p {
	color: var(--primary-color);
}

.calendar-week > div {
	display: flex;
	justify-content: center;
}

.calendar-weeks p {
	font-weight: 700;
	color: rgb(139, 139, 139);
	width: 34px;
	line-height: 34px;
}

.calendar-day-names,
.calendar-week {
	display: flex;
	justify-content: space-between;
}

.calendar-day-names div,
.calendar-week div {
	flex: 1;
}

.calendar-weeks .prevMonth,
.calendar-weeks .nextMonth {
	color: rgb(234, 237, 242);
	font-weight: 400;
}

.calendar-weeks p:hover {
	cursor: default;
}

.calendar-weeks p.free:hover {
	cursor: pointer;
}

.calendar-weeks p.free {
	background-color: rgb(48, 206, 48);
	color: #fff;
	border-radius: 50%;
	transition: transform 0.1s ease;
}

.calendar-weeks p.free:hover {
	transform: scale(1.3);
}

.calendar-weeks p.today {
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 50%;
}

.service-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.service-details img {
	margin-right: 20px;
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}

.doctor-data {
	display: flex;
	align-items: center;
}

.service-details .name-data {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	justify-content: center;
}

.service-details .name-data .doctor-name {
	font-size: 20px;
	line-height: 24px;
}

.service-details .name-data .speciality {
	font-size: 16px;
	width: 95%;
}

.speciality {
	color: rgb(75, 75, 75);
	font-weight: 700;
}

.chosen-services {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
}

.chosen-services p {
	text-transform: uppercase;
	color: rgb(155, 155, 155);
	font-weight: 700;
}

.chosen-services p span {
	text-transform: none;
	/* margin-left: 10px; */
	color: rgb(75, 75, 75);
}

.chosen-services p span a {
	color: rgb(75, 75, 75);
}

.chosen-services p span i {
	margin-left: 5px;
}

.doctor-data .doctor-name {
	line-height: normal;
}

#day-view .doctor-data {
	justify-content: center;
	margin-bottom: 15px;
}

#day-view .doctor-data .name-data {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

#day-view .doctor-data .name-data .doctor-name {
	font-size: 24px;
}

.carousel-item {
	background-color: transparent;
}

.carousel-indicators-outer {
	width: 100%;
	background-color: var(--primary-color);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 10px;
	overflow: hidden;
}

.carousel-indicators-outer p {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}

.carousel-indicators-container {
	width: 80%;
}

.carousel-indicators {
	position: static;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.carousel-indicators li {
	text-indent: 0;
	height: auto;
	text-align: center;
	color: #fff;
	background-color: transparent;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
	position: static;
	height: 44px;
	opacity: 1;
	background-color: var(--primary-color);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	opacity: 1;
	cursor: pointer;
}

.carousel-nav {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

/* #calendar-day .carousel-nav {
    padding-bottom: 10px;
} */

#day-view .appointment-rows {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#day-view .appointment-row {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid rgb(234, 237, 242);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#day-view .appointment-row:last-child {
	border-bottom: none;
}

#day-view .appointment-row .appointment-time {
	font-weight: 700;
	font-size: 16px;
	color: rgb(139, 139, 139);
	line-height: 32px;
}

.day-view.custom-card {
	padding-left: 0;
	padding-right: 0;
}

.day-view-book {
	width: 160px;
	line-height: 20px;
	font-size: 16px;
	background-color: rgb(213, 213, 213);
}

.day-view-book.available {
	background-color: rgb(0, 215, 0);
}

.day-view-book:not(.available):hover {
	transform: scale(1);
	cursor: default;
}

.day-view-book:not(:last-child) {
	margin-bottom: 10px;
}

.carousel-indicators li {
	/* margin-right: 5px;
    margin-left: 5px; */
	line-height: 24px;
	/* min-width: 24px; */
	font-size: 14px;
}

.carousel-indicators li.free {
	background-color: rgb(48, 206, 48);
	border-radius: 50%;
	color: #fff;
}

.carousel-indicators li.occupied {
	cursor: default;
	color: rgba(255, 255, 255, 0.3);
}

.carousel-indicators li.active {
	background-color: #fff;
	border-radius: 50%;
	color: var(--primary-color);
}

.indicator-window {
	flex: 1;
	background-color: transparent;
}

.speciality-card {
	padding: 30px 50px;
}

.padding-none {
	padding: 0;
}

.card-inner {
	padding: 30px 50px;
}

.custom-card-header {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	padding: 20px 50px 20px;
	margin-bottom: 0;
	background-color: var(--secondary-color);
}

.speciality-card .speciality {
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/* border-bottom: 2px solid rgb(234, 237, 242); */
	display: block;
}

.speciality-card .row:last-child .speciality {
	border-bottom: none;
}

.alphabet {
	padding-left: 5px;
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
}

.speciality-card {
	margin-bottom: 20px;
}

#selected-speciality .search-input-container {
	margin-top: 20px;
	margin-bottom: 30px;
}

.selected-header {
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(115, 115, 115);
	font-size: 16px;
}

.selected-header span {
	text-transform: none;
	color: rgb(75, 75, 75);
}

.selected-card p {
	font-size: 24px;
	font-weight: 700;
	color: rgb(75, 75, 75);
	margin-bottom: 0;
}

.selected-card.custom-card:first-child {
	margin-bottom: 0;
}

#selected-speciality .selected-card,
#selected-speciality-2 .selected-card {
	padding-top: 0;
	padding-bottom: 0;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#selected-speciality .selected-card:hover,
#selected-speciality-2 .selected-card:hover,
#other-services .custom-card:hover {
	cursor: pointer;
}

#selected-speciality .selected-card:hover p,
#selected-speciality-2 .selected-card:hover p,
#other-services .custom-card:hover p,
#other-services .custom-card:hover a {
	color: var(--primary-color) !important;
}

#selected-speciality-2 .search-input-container {
	margin-top: 0;
}

.toggle-services {
	display: block;
	color: rgb(75, 75, 75);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.toggle-services i {
	margin-left: 5px;
}

.hidden,
.hidden-menu {
	display: none !important;
}

.toggle-services:hover {
	text-decoration: none;
}

#other-services .custom-card {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 15px;
}

#other-services .custom-card p {
	font-size: 16px;
	color: rgb(75, 75, 75);
	/* font-weight: 700; */
	margin-bottom: 0;
}

#selected-speciality .selected-card p,
#selected-speciality-2 .selected-card p {
	line-height: normal;
}

#selected-speciality .custom-card .price,
#selected-speciality-2 .custom-card .price {
	font-weight: 400;
	width: 150px;
	text-align: right;
}

#selected-speciality #other-services .custom-card,
#selected-speciality-2 #other-services .custom-card {
	display: flex;
	justify-content: space-between;
}

#selected-speciality #other-services .custom-card:hover,
#selected-speciality-2 #other-services .custom-card:hover {
	cursor: pointer;
}

#selected-speciality #other-services .custom-card p a,
#selected-speciality-2 #other-services .custom-card p a {
	color: rgb(75, 75, 75);
	text-decoration: none;
}

#selected-speciality-2 #other-services .custom-card p {
	margin-bottom: 0;
}

#appointment .checkbox-container,
#profile .checkbox-container {
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 35px;
}

#appointment .checkbox-container.contract-accept,
#appointment .checkbox-container.newsletter-accept {
	margin-top: 10px;
	margin-bottom: 10px;
}

#appointment .checkbox-container label,
#profile .checkbox-container label {
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 16px;
}

/* 
#phone-number .custom-card {
    padding: 30px 50px;
}

.flag {
    width: 20px;
    margin-right: 5px;
}

.phone-input-container {
    border: 1px solid rgb(213, 213, 213);
    border-radius: 8px;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.dial-code-container {
    background-color: rgb(243, 243, 243);
    padding-left: 10px;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.phone-input-container input {
    border: none;
    flex: 1;
    align-self: stretch;
    padding-left: 10px;
}

#phone-number .custom-card .custom-button {
    width: 200px;
}

.separator-row {
    display: flex;
    align-items: center;
}

.separator-row .line {
    margin-top: 0;
    margin-bottom: 0;
} */

.separator-col p {
	margin-left: -15px;
}

.modal-text {
	font-size: 16px;
	color: rgb(75, 75, 75);
	font-weight: 400;
}

.hospital-address {
	text-decoration: underline;
	font-weight: 700;
}

.hospital-address:hover {
	cursor: pointer;
}

.modal-head {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

.button-container {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	margin-bottom: 10px;
}

.button-container .custom-button:not(.cancel) {
	background-color: rgb(234, 237, 242);
	color: var(--primary-color);
}

.modal-body .custom-button {
	width: 180px;
}

.modal-body p {
	padding-left: 15%;
	padding-right: 15%;
}

.modal-body p:nth-child(2) {
	padding-left: 20%;
	padding-right: 20%;
}

.modal-content {
	border-radius: 4px;
	border: none;
}

.mobile-switch {
	width: 100%;
	display: flex;
	justify-content: center;
}

.mobile-switch-option {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #fff;
	width: 150px;
	border-radius: 8px;
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
	z-index: 1;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
}

.mobile-switch-option .user-switch {
	height: 22px;
}

.mobile-switch-option:hover {
	cursor: pointer;
}

.mobile-switch-option span {
	margin-left: -5px;
	font-size: 14px;
}

.mobile-switch-option:first-child {
	left: 5px;
}

.mobile-switch-option:last-child {
	right: 5px;
}

.mobile-switch-image {
	width: 30px;
	margin-right: 10px;
}

.mobile-switch-image.clock {
	width: 20px;
}

.mobile-switch-option.active {
	background-color: var(--primary-color);
	color: #fff;
	z-index: 2;
}

.mobile-switch-option.active .mobile-switch-image {
	filter: brightness(0) invert(1);
}

i.mobile-nav {
	display: none;
}

.mobile-back {
	display: block;
	margin-bottom: -10px;
}

.mobile-back i {
	font-size: 14px;
	margin-right: 10px;
}

#my-profile .search-bar {
	background-color: transparent;
	box-shadow: none;
}

.back-col {
	padding-top: 20px;
}

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

.extra-infos .appointment-data-row {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}

.extra-infos .appointment-data-row p {
	text-align: center;
	line-height: normal;
	width: 100%;
}

.extra-infos .appointment-data-row .appointment-data-header {
	margin-bottom: 5px;
}

.back-row {
	padding-top: 15px;
}

.custom-card.calendar-card,
.custom-card.day-view {
	margin-top: 0;
}

#day-view .service-details {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-bottom: 0;
}

.credit-card-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#search.search-2 .extra-data.price-row {
	/* display: none */
}

.moved-button {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#search .details {
	color: var(--primary-color);
}

.search-2 .search-input-container {
	margin-top: 0;
}

.search-input-container input:focus {
	outline: none;
}

.top-bar-header {
	font-weight: 700;
	font-size: 22px;
}

.filter > button {
	background-color: transparent;
	color: rgb(73, 73, 73);
	text-align: left;
}

/* .filter *:not(i) {
    width: 100%;
} */

.filter i {
	width: 22px;
	margin-right: 5px;
}

.filter option {
	font-weight: 900;
}

/* .chosen-speciality span:hover {
    cursor: pointer;
} */

select,
option {
	font-family: 'Titillium Web', sans-serif, 'FontAwesome';
}

.dropdown-menu {
	/* right: 0 !important;
    left: auto !important; */
}

.dropdown-menu a {
	font-size: 14px;
}

#user-datas .custom-card {
	padding-top: 30px;
	margin-left: 6px;
	margin-right: 6px;
}

#user-datas .top-bar-header {
	margin-top: 30px;
}

#user-datas .data-header,
#appointment .data-header {
	color: rgb(155, 155, 155);
	font-size: 18px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	display: block;
}

#user-datas .data-header {
	max-width: 273px;
	text-align: center;
}

#user-datas .data-header span.data-header-info {
	display: block;
	color: red;
	font-size: 13px;
	margin-top: 5px;
}

#appointment .data-header {
	margin-left: 10px;
}

#appointment input:not([type='checkbox']):not([type='radio']):not([type='file']) {
	background-color: rgb(234, 237, 242);
	height: 54px;
	border-radius: 6px;
	border: none;
	/*font-weight: 700;*/
	padding-left: 10px;
	width: 100%;
	margin-bottom: 20px;
}

#user-datas .btn {
	margin-top: 30px;
}

#user-datas .next-button {
	background-color: rgb(234, 237, 242);
}

#user-datas .next-button.enabled {
	background-color: var(--primary-color);
}

#user-datas .prev-button,
#user-datas .payment-prev-button {
	position: absolute;
	left: 0;
	margin-top: 15px;
	background-color: rgb(234, 237, 242);
	color: var(--primary-color);
}

#user-datas .nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 1%;
}

#selected-speciality .select-button,
#selected-speciality-2 .select-button {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.select-button-2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#selected-speciality .select-button span,
#selected-speciality-2 .select-button span,
.select-button-2 span {
	text-transform: none;
}

#selected-speciality .select-button .select-title,
#selected-speciality-2 .select-button .select-title,
.select-button-2 .select-title {
	font-weight: 400;
	text-transform: uppercase;
}

.toggle-image {
	width: 30px;
}

/* .toggle-services:hover {
    cursor: pointer;
} */

.separator-container {
	display: flex;
	align-items: center;
}

.separator-container .line {
	margin-top: 0;
	margin-bottom: 0;
}

span.separator {
	margin-right: 10px;
	margin-left: 10px;
}

.social-container {
	margin-top: 10px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.social-button {
	width: 200px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.1s ease;
}

.social-button:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.social-button i {
	margin-right: 6px;
}

.social-button .social-button-text {
	margin-bottom: 0;
}

.facebook-text {
	color: #fff;
}

.google-text {
	color: #de5246;
}

.google-button-logo {
	width: 16px;
	margin-right: 8px;
}

.facebook {
	background-color: #3b5998;
}

.data-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#other-services .custom-card.main-card {
	border: 2px solid var(--primary-color);
	font-weight: 700;
}

.identity-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#appointment .identity-card {
	align-items: flex-start;
}

.checkbox-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.radio-container {
	margin-bottom: 25px;
}

.radio-container .form-check {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* #appointment .checkbox-container {
    margin-left: 10px;
} */

.prev-button,
.payment-prev-button {
	width: 80px;
	font-size: 14px;
	line-height: 26px;
	/* position: absolute;
    left: 0;
    top: 30px; */
}

.dummy {
	width: 80px;
	height: 1px;
}

#user-datas .radio-container {
	align-self: flex-start;
	margin-left: 25%;
	width: 50%;
}

#user-datas .radio-container-inner {
	display: flex;
	justify-content: center;
	width: 100%;
}

#user-datas .radio-container-inner .form-check {
	margin-left: 15px;
	margin-right: 15px;
}

#institution-profile .institution-image {
	width: 40%;
	height: 400px;
	object-position: center;
	object-fit: cover;
	border-radius: 10px;
}

#institution-profile .institution-datas {
	width: 60%;
	padding-left: 20px;
}

#institution-profile .institution-description {
	margin-top: 20px;
}

#institution-profile .custom-card {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}

#institution-profile .inner-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#institution-profile .inner-row:last-child {
	border-bottom: none;
}

#institution-profile .institution-direction-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}

#institution-profile .navigation {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#institution-profile .navigation path {
	fill: var(--primary-color);
}

#institution-profile .navigation span {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--primary-color);
}

#institution-profile .navigation:hover {
	cursor: pointer;
}

#institution-profile .institution-name {
	font-size: 1.3rem;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: 700;
}

#institution-profile .section-title {
	font-size: 1.1rem;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: 600;
}

#institution-profile .custom-button {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	transition: all 0.2s ease;
}

#institution-profile .custom-button:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.menu {
	display: flex;
	align-items: center;
}

.menu p {
	width: 100%;
}

.menu i {
	font-size: 20px;
}

.hamburger-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.6);
	width: 0;
	height: 100%;
	overflow: hidden;
}

.menu-items {
	margin-left: auto;
	width: 70%;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}

.menu-item {
	border-bottom: 1px solid rgb(200, 200, 200);
	display: flex;
	align-items: center;
}

.menu-item:last-child {
	/* border-bottom: none; */
}

.menu-item p {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-item p:not(:nth-child(2)) {
	width: 100%;
}

.menu-item a {
	color: #212529;
	display: inline-block;
	width: 100%;
}

.free-date-container {
	display: flex;
	flex-direction: column;
}

.menu-close {
	position: absolute;
	top: 22px;
	right: 20px;
	border: 0;
	padding-bottom: 0;
	cursor: pointer;
}

.menu-close p i {
	font-size: 20px;
}

.hamburger-menu .hospital-datas {
	margin-top: 30px;
}

.hamburger-menu .hospital-datas .hospital-name {
	font-weight: 700;
}

.hamburger-menu .hospital-datas .hospital-address {
	font-weight: 400;
	text-decoration: none;
}

#doctor-profile svg {
	width: 30px;
}

li.tns-item {
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
}

/* li.tns-item.last::after,
li.tns-item.first::after {
    content: attr(data-month);
    position: absolute;
    top: 100%;
    color: rgba(255, 255, 255, .7);
    opacity: 1;
} */

li.tns-item.last::after {
	right: 0;
}

li.tns-item.first::after {
	left: 0;
}

#credit-card .column-header {
	margin-bottom: 20px;
}

#credit-card .custom-card {
	margin-top: 40px;
}

.credit-card-balance {
	font-size: 1.2rem;
}

.credit-card-balance span {
	color: var(--primary-color);
	font-weight: 700;
}

.credit-card-status {
	margin-bottom: 10px;
}

.credit-card-delete {
	margin-bottom: 20px;
}

.bootstrap-select .dropdown-menu li a.opt {
	padding-left: 1.5rem;
}

.dropdown-toggle::after,
.filter-option::after {
	display: none !important;
}

.custom-tooltip {
	color: var(--primary-color);
	margin-left: 10px;
	padding: 10px;
}

.iframe-container .no-calendars {
	margin-top: 20px;
	font-weight: 700;
	text-align: center;
}

#evaluation .question {
	background-color: rgb(234, 247, 255);
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

#evaluation .question .title {
	font-weight: 700;
	color: rgb(1, 85, 154);
}

#evaluation .question textarea {
	margin-top: 5px;
}

#evaluation .question.rate {
	display: flex;
	justify-content: space-between;
}

#evaluation .stars {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#evaluation .stars svg {
	width: 20px;
	margin-left: 5px;
}

#evaluation .star-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

#evaluation .stars svg:hover {
	cursor: pointer;
}

#evaluation .stars svg path {
	fill: #2f9df8;
}

#evaluation .stars .star.filled {
	display: none;
}

#evaluation .custom-button#save {
	background: rgb(3, 118, 212);
	text-align: center;
	margin: 20px auto;
}

#evaluation .custom-button#save:hover {
	cursor: pointer;
	background: rgb(1, 85, 154);
}

#evaluation #description {
	margin: 10px 0 20px;
	font-style: italic;
	word-break: break-all;
}

#description p {
	margin: 0;
}

#unsubscribe-evaluation .custom-button {
	text-align: center;
	margin: 20px auto;
}

#unsubscribe-evaluation .custom-button:hover {
	cursor: pointer;
}

/* ---------- */
/* Reszponzív */
/* ---------- */
@media only screen and (max-width: 1199px) {
	#day-view .appointment-rows {
		width: 70%;
	}

	.appointment-data {
		width: 60%;
	}

	.separator-col p {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 991px) {
	header a {
		line-height: 32px;
	}

	.custom-button {
		font-size: 15px;
		width: 175px;
	}

	.prev-button,
	.payment-prev-button {
		width: 80px;
	}

	#doctor-profile .introduction {
		/* min-width: 100%; */
	}

	.mobile-doctor-data {
		flex-direction: column;
		align-items: center;
	}

	#doctor-profile .mobile-doctor-data .details {
		margin-right: auto;
	}

	.chosen-services p span {
		margin-left: 0;
	}

	.service-details .name-data .doctor-name {
		margin-bottom: 5px;
	}

	#my-profile .profile-card .data-row {
		width: auto;
	}

	.day-view-book {
		width: 160px;
	}

	#day-view .appointment-rows {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	.appointment-data {
		width: 70%;
	}

	.inner-container {
		width: 80%;
	}

	.credit-card .inner-container {
		width: 100%;
	}

	.canceled-container {
		flex-direction: column;
	}

	#finish .canceled-container .custom-button:nth-child(2) {
		margin-top: 15px;
	}

	.separator-col p {
		margin-left: -5px;
	}
}

@media only screen and (max-width: 767px) {
	#evaluation .question {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	#evaluation .question.rate .stars {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#evaluation .stars svg {
		margin-left: 15px;
	}

	#doctors main {
		padding-bottom: 180px;
	}

	#doctors .footer {
		margin-bottom: 60px;
	}

	#calendar-month main {
		padding-top: 20px;
	}

	.doctor-cards {
		padding-top: 20px;
	}

	.logo {
		height: 40px;
	}

	.dropdown-menu a {
		font-size: 12px;
	}

	#first p.separator {
		font-size: 16px;
		line-height: 50px;
		margin-bottom: 0;
	}

	.speciality-card .row:last-child .speciality {
		border-bottom: 2px solid rgb(234, 237, 242);
	}

	.speciality-card .row:last-child .col:last-child .speciality {
		border: none;
		margin-bottom: 0;
	}

	.doctor-card-header > span {
		font-size: 18px;
	}

	.extra-data span {
		font-size: 14px;
	}

	.doctor-card-header {
		margin-top: 0;
	}

	.custom-card.doctor-card {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	header p {
		line-height: normal;
	}

	.doctor-profile-card .doctor-picture {
		width: 120px;
		height: 120px;
	}

	#doctor-profile .mobile-doctor-data .doctor-name {
		margin-left: 0;
		margin-right: 0;
		font-size: 16px;
		align-self: flex-start;
	}

	#doctor-profile .mobile-doctor-data .details {
		font-size: 12px;
	}

	div.mobile-rating-container * {
		font-size: 14px;
	}

	.calendar-header p {
		margin-bottom: 0px;
		margin-top: 0;
	}

	.calendar-outer {
		width: available;
	}

	i.calendar-navigation {
		display: none;
	}

	i.mobile-nav {
		display: inline;
		font-size: 20px;
		color: #fff;
		position: absolute;
		padding: 10px;
		margin-top: 0;
		top: calc(50% - 20px);
	}

	i.mobile-nav:last-child {
		right: 0;
	}

	.mobile-calendar {
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.mobile-calendar .calendar-outer {
		/* width: 100%; */
	}

	.mobile-calendar .calendar-outer .calendar {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.service-details img {
		margin-right: 10px;
		width: 96px;
		height: 96px;
	}

	.service-details .name-data .doctor-name {
		margin-bottom: 10px;
		margin-right: 0;
		font-size: 16px;
	}

	.service-details .name-data .speciality {
		font-size: 12px;
	}

	.service-details {
		flex-direction: column;
		align-items: flex-start;
	}

	.chosen-services {
		width: 100%;
		margin-top: 15px;
	}

	.chosen-services * {
		font-size: 12px;
	}

	.chosen-services p span {
		margin-left: 0;
		display: block;
	}

	/* .chosen-services p.chosen-speciality span {
        color: var(--primary-color);
    } */

	.search-input-container {
		overflow: hidden;
		padding-left: 20px;
	}

	main .back {
		font-size: 14px;
	}

	.selected-header {
		margin-bottom: 10px;
		font-size: 12px;
	}

	#my-profile .profile-card .column-header,
	#credit-card .column-header {
		font-size: 18px;
		margin-bottom: 0;
		margin-top: -10px;
	}

	#my-profile .profile-card img {
		width: 114px;
		height: 114px;
	}

	#my-profile .profile-card .data-row input {
		height: 44px;
	}

	#my-profile .profile-card > .row > .col:first-child {
		border: none;
	}

	#my-profile .profile-card .custom-button {
		width: 230px;
	}

	#day-view .appointment-rows {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.day-view-book {
		width: 110px;
		font-size: 14px;
	}

	.appointment-data-header,
	.appointment-data {
		font-size: 14px;
		line-height: 21px;
	}

	.appointment-data-row {
		align-items: flex-start;
	}

	.appointment-data-row.with-picture {
		align-items: center;
	}

	.book-other {
		font-size: 14px;
	}

	#appointment .doctor-picture {
		width: 96px;
		height: 96px;
	}

	.finish-card p:first-child,
	.credit-card p:first-child {
		font-size: 20px;
		line-height: normal;
	}

	.modal-body p,
	.modal-body p:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}

	.button-container {
		flex-direction: column;
	}

	.modal-body .custom-button {
		width: 230px;
		margin-bottom: 20px;
	}

	.modal-body .custom-button {
		box-shadow: 0px 4px 8px 0px rgba(58, 113, 22, 0.2);
	}

	.finish-card,
	.credit-card {
		margin-top: 30px;
	}

	.custom-card.calendar-card,
	.custom-card.day-view {
		margin-top: 15px;
	}

	.cancel-container {
		flex-direction: column;
	}

	.top-bar-header {
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.search-2 .search-input-container {
		margin-bottom: 0;
	}

	.filter {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 11px;
	}

	#first .question {
		font-size: 17px;
	}

	.footer p {
		font-size: 12px;
	}

	select {
		border: 1px solid rgb(73, 73, 73);
	}

	.remove-mobile {
		display: none;
	}

	#appointment input:not([type='checkbox']):not([type='radio']):not([type='file']) {
		width: 100%;
	}

	#doctor-profile .navigation-row {
		margin-top: 30px;
	}

	#institution-profile .institution-datas {
		width: 100%;
		padding: 0px;
	}

	#institution-profile .institution-image {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 577px) {
	#institution-profile .custom-card {
		padding: 15px;
	}

	#institution-profile .navigation {
		flex-direction: row;
		justify-content: center;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#institution-profile .navigation svg {
		margin-right: 30px;
	}

	.footer p {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	header {
		box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.16);
	}

	#first .question {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	#first .option-card .image-background {
		background-color: transparent;
		box-shadow: none;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.search-bar {
		padding-top: 15px;
		padding-bottom: 15px;
		box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
	}

	.search-input-container {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.search-input-container input {
		font-size: 12px;
	}

	.card-inner {
		/* padding: 16px 16px; */
		padding: 0 32px 15px 32px;
	}

	.custom-card:not(.padding-none) {
		padding: 16px;
	}

	.custom-card-header {
		padding: 16px;
	}

	.speciality-card .speciality {
		font-size: 15px;
	}

	.custom-card-header {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.extra-data span,
	.extra-data i {
		font-size: 11px;
		line-height: 14px;
	}

	.extra-data i {
		margin-right: 10px;
		margin-left: 3px;
	}

	.extra-data img {
		width: 14px;
	}

	.doctor-card-header > span {
		font-size: 16px;
	}

	.doctor-card .doctor-picture,
	.doctor-profile-card .doctor-picture {
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
	}

	.custom-button.mobile-booking-button {
		width: 135px;
		font-size: 15px;
		line-height: 27px;
		margin-left: auto;
		margin-top: 15px;
	}

	.doctor-card .details {
		font-size: 12px;
	}

	.doctor-name {
		line-height: normal;
		margin-bottom: 5px;
	}

	.doctor-card-header i {
		margin-left: 5px;
		margin-right: 5px;
	}

	header p {
		line-height: normal;
		text-align: left;
		font-size: 14px;
	}

	header .logo-container {
		height: auto;
	}

	header .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	header .container .d-flex .col:first-child {
		display: flex;
		align-items: center;
	}

	.logo-container {
		justify-content: flex-end;
	}

	.doctor-card-header div * {
		font-size: 12px;
	}

	#doctor-profile .doctor-name {
		margin-bottom: 0;
		margin-right: 5px;
		margin-left: 10px;
	}

	#doctor-profile .doctor-card-header {
		margin-top: 10px;
		align-items: flex-start;
	}

	#doctor-profile .doctor-card-header i {
		margin-right: 0px;
	}

	.doctor-card-header .rating-average {
		margin-left: 0;
	}

	#doctor-profile .doctor-card-header > div {
		display: flex;
		align-items: center;
	}

	#doctor-profile .custom-button {
	}

	.mobile-rating-container {
		margin-top: 5px;
	}

	.calendar {
		box-shadow: none;
	}

	.selected-row {
		margin-top: 10px;
	}

	.selected-card p {
		font-size: 16px;
	}

	#selected-speciality .selected-card,
	#selected-speciality-2 .selected-card {
		height: 65px;
		margin-bottom: 20px;
	}

	#other-services .custom-card p {
		font-size: 14px;
	}

	#my-profile .appointment-row {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
		justify-content: flex-start;
	}

	#my-profile .appointments .column-header,
	#credit-card .column-header {
		margin-bottom: 30px;
	}

	#my-profile .profile-card .appointments .custom-button.new-appointment {
		margin-top: 0;
		width: 230px;
	}

	#appointment .doctor-picture {
		width: 78px;
		height: 78px;
	}

	.app-store-badges,
	.credit-card-icons {
		flex-direction: column;
	}

	#selected-speciality .search-input-container {
		margin-bottom: 20px;
	}

	#selected-speciality .mobile-switch {
		margin-bottom: 20px;
	}

	#selected-speciality .search-input-container {
		margin-top: 0;
	}

	.selected-header {
		margin-bottom: 5px;
	}

	.credit-card-icons {
		flex-direction: row;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.top-bar-header {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.search-2 .search-input-container {
		margin-bottom: 10px;
	}

	.filter {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.app-store-badges a:first-child img {
		width: 150px;
	}

	.app-store-badges a img {
		width: 174px;
	}

	.select-button-2 {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
	}

	.select-button-2:nth-child(2) {
		margin-top: 0;
	}

	#user-datas .custom-card {
		padding: 8px;
		padding-top: 16px;
	}

	.social-button {
		width: 100%;
		margin-bottom: 10px;
	}

	#user-datas .btn {
		width: 48%;
		font-size: 14px;
	}

	#user-datas .btn.prev-button,
	#user-datas .btn.payment-prev-button {
		width: 50px;
		background-color: transparent;
	}

	.dummy {
		width: 50px;
	}
}

@media only screen and (max-width: 390px) {
	/* #finish .custom-button {
        width: 210px;

    } */
}

@media only screen and (min-width: 600px) {
	input.half-width {
		width: 50% !important;
	}
}

.recaptcha-container-center div div {
	margin: 0 auto;
}

#qualifications-desktop {
	width: 100%;
	/* display: flex; */
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

@media only screen and (max-width: 599px) {
	#qualifications-desktop {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.calendar-extra-text {
		font-size: 14px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
	#qualifications-desktop {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#qualifications-desktop {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.qualification-box {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.appointments-container {
	margin-bottom: 50px;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.select-card {
	width: 100%;
	background-color: var(--secondary-color);
	height: 200px;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.select-header {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 80px;
	color: rgb(147, 147, 147);
	text-transform: uppercase;
}

.select-card svg {
	width: 65px;
	height: 65px;
	margin-top: 30px;
	object-fit: cover;
}

.select-card svg path {
	fill: #fff;
}

.select-card:hover {
	background-color: var(--primary-color);
	cursor: pointer;
}

.title-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.select-card .card-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 577px) {
	.select-card {
		height: 50px;
		border-radius: 10px;
		padding: 5px;
		padding-right: 30px;
		flex-direction: row;
		margin-bottom: 10px;
	}

	.select-card svg {
		height: 30px;
		margin-top: 0px;
	}

	.select-header {
		margin-bottom: 30px;
		font-size: 14px;
	}

	input[type='checkbox'] {
		width: auto;
		flex: 0 0 16px;
	}

	#appointment .checkbox-container {
		justify-content: left;
	}

	#charNum {
		font-size: 14px;
	}
}

.search-panel-fixed {
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99;
	padding: 10px 15px;
}

.search-panel-fixed .search-input-container {
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -5px;
}

.search-panel-fixed .search-input-container input {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-left: 20px;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-top-left-radius: 80px;
	-moz-border-bottom-left-radius: 80px;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 80px;
	-webkit-border-bottom-left-radius: 80px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}

.search-panel-fixed .search-input-container input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}

@media only screen and (max-width: 577px) {
	.jconfirm .jconfirm-box .jconfirm-buttons .btn {
		width: 100% !important;
		margin-top: 5px !important;
	}

	.jconfirm .jconfirm-box {
		width: 90% !important;
	}
}

.highlight {
	border: 2px solid var(--primary-color);
}

input.row-input {
	display: inline-block;
	width: 48% !important;
	margin: 8px 1% !important;
}

@media only screen and (max-width: 600px) {
	input.row-input {
		width: 98% !important;
	}
}

.billing-input {
	width: 98% !important;
	margin: 8px 1% !important;
}

textarea.billing-input {
	background-color: rgb(234, 237, 242);
	border: none;
	padding-left: 10px;
	padding-top: 10px;
}

div.full-width {
	width: 100% !important;
	margin: 0 !important;
}

.balance-container {
	text-align: center;
	min-height: 240px;
}

.balance-container .column-header {
	margin-bottom: 25px;
}

.balance-amount {
	color: var(--primary-color);
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin: 0;
}

.locked-balance-text {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.locked-balance-amount {
	display: inline-block;
	margin: 0;
	font-size: 14px;
}

.coupon-refund-btn {
	margin-top: 20px !important;
	color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
	background: none !important;
}

.bankcard-container {
	margin: 0 0 30px 0;
	text-align: center;
}

.bankcard-text {
	display: inline-block;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.bankcard-value {
	display: inline-block;
	margin: 0;
}

.bankcard-delete {
	display: block;
	margin: 5px 0 0 0;
}

.bankcard-delete span {
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.bankcard-delete span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.yes {
	color: green;
}

.no {
	color: red;
}

.collapse-panel {
	margin-top: 25px;
}

.collapse-item {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.collapse-item.active .content {
	display: block;
}

.collapse-item .title {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

.collapse-item .title i {
	float: right;
	margin-top: 4px;
}

.collapse-item .content {
	font-size: 16px;
	margin-top: 10px;
	display: none;
}

.fa-plus {
	color: var(--primary-color);
}

.fa-minus {
	color: var(--secondary-color);
}

@media only screen and (max-width: 380px) {
	#user-datas input[name='coupon-code'] {
		width: 150px !important;
		min-width: 150px !important;
		max-width: 150px !important;
	}
}

.coupon-response {
	margin-top: 15px;
}

.coupon-response:empty {
	display: none;
}

.specialization-pikto {
	fill: var(--primary-color);
	width: 18px;
	height: 18px;
	margin-left: 10px;
	margin-top: -1px;
	vertical-align: middle;
}

.files-container {
	text-align: center;
}

.files-container .files-text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 25px;
}

.files-container .files .file-item {
	margin-bottom: 35px;
}

.files-container .files .file-item .file-item-name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 15px;
}

.files-container .files .file-item .file-item-name,
.files-container .files .file-item .file-item-file {
	display: inline-block;
}

.files-container .files .file-item .file-item-name .custom-tooltip {
	margin-left: 5px !important;
	padding: 0 !important;
}

.files-container .files .file-item .file-item-file {
}

.files-container .files .file-item .file-item-checkbox {
	/* text-align: left !important; */
	/* align-items: left !important; */
	/* justify-content: left !important; */
	margin-bottom: 0 !important;
}

.files-container .files .file-item .file-item-error {
	color: #dc3545;
	font-weight: bold;
	margin-top: 6px;
}

#institutionModal .modal-body {
	text-align: center;
}

#institutionModal .modal-body p {
	padding: 0;
}

#offlineModal .phone {
	font-size: 20px;
}

#offlineModal .text {
	text-align: center;
}

.hide-if-ella {
	display: none;
}

.header-balance-container {
	display: inline-block;
	margin-right: 15px;
}

.header-balance-container .header-balance-text {
	font-weight: 700;
	color: rgb(115, 116, 116);
	font-size: 14px;
	margin-right: 1px;
	text-transform: uppercase;
}

.header-balance-container .header-balance {
	color: var(--primary-color);
	font-weight: bold;
	font-size: 14px;
}

.menu-balance-container {
	margin-top: 10px;
	padding-bottom: 10px;
}

.menu-balance-container p {
	padding: 0;
	margin: 0;
}

.menu-balance-container .menu-balance-welcome-text {
	font-size: 16px;
}

.menu-balance-container .menu-balance-welcome-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.menu-balance-container .menu-balance-text {
	margin-right: 1px;
	font-size: 14px;
}

.menu-balance-container .menu-balance-amount {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: bold;
}

.menu-balance-container .menu-balance-locked-text {
	margin-right: 1px;
	font-size: 11px;
}

.menu-balance-container .menu-balance-locked-amount {
	font-size: 11px;
	font-weight: bold;
}

.menu-balance-container .menu-balance-refund {
	text-decoration: underline !important;
	font-size: 13px;
	font-weight: bold;
	color: var(--primary-color);
}

iframe.iframe {
	display: block;
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	box-sizing: border-box;
}

#modifyModal .medio-calendar .mc-loader-container {
	width: 100% !important;
	top: 50% !important;
}

#restrictionModal p {
	text-align: center;
	padding: 0 !important;
}

#restrictionModal .custom-button {
	text-align: center;
	margin: 20px auto;
}

#restrictionModal .custom-button:hover {
	cursor: pointer;
}

#restrictionModal .error {
	color: red;
	font-weight: 700;
}

.selected-currency-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.languageSwitcher,
.currencySwitcher {
	margin-left: 5px;
}

.languageSwitcher,
.lngSelector,
.currencySwitcher,
.currencySelector {
	cursor: pointer;
}

.languageSwitcher img,
.lngSelector img {
	width: 20px;
	height: 20px;
}

.lp-mobile {
	padding: 10px 0;
}

.lngSelector,
.currencySelector {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 45px;
	background-color: #fff;
	z-index: 15;
	border-radius: 4px;
	/* justify-content: center; */
	/* align-items: center; */
	box-shadow: 0 3px 6px 0px rgb(0 0 0 / 16%);
}

.lng-image-wrapper {
	line-height: normal !important;
	padding: 5px;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.lng-image-wrapper span {
	margin-left: 5px;
}

.selected-lng {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.selected-lng span,
.selected-currency-wrapper span {
	margin: 0 5px;
}

#lngMobileSelector {
	top: 0;
	position: static;
	width: 25%;
}

#custom-loader {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.android-spinner {
	position: fixed;
	z-index: 1;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	border: 4px solid grey;
	animation: circ-anim 0.7s linear infinite;
	border-bottom-color: transparent;
}

div.ios-spinner {
	position: relative;
	width: 54px;
	height: 54px;
	display: inline-block;
	/* margin-left: 50%;
	margin-right: 50%; */
	/* background: #74a6f2; */
	/* padding: 10px; */
	/* border-radius: 10px; */
}

div.ios-spinner div {
	width: 6%;
	height: 16%;
	background: #fff;
	position: absolute;
	left: 49%;
	top: 43%;
	opacity: 0;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-animation: fade 1s linear infinite;
}

div.ios-spinner div.bar1 {
	-webkit-transform: rotate(0deg) translate(0, -130%);
	-webkit-animation-delay: 0s;
}

div.ios-spinner div.bar2 {
	-webkit-transform: rotate(30deg) translate(0, -130%);
	-webkit-animation-delay: -0.9167s;
}

div.ios-spinner div.bar3 {
	-webkit-transform: rotate(60deg) translate(0, -130%);
	-webkit-animation-delay: -0.833s;
}
div.ios-spinner div.bar4 {
	-webkit-transform: rotate(90deg) translate(0, -130%);
	-webkit-animation-delay: -0.7497s;
}
div.ios-spinner div.bar5 {
	-webkit-transform: rotate(120deg) translate(0, -130%);
	-webkit-animation-delay: -0.667s;
}
div.ios-spinner div.bar6 {
	-webkit-transform: rotate(150deg) translate(0, -130%);
	-webkit-animation-delay: -0.5837s;
}
div.ios-spinner div.bar7 {
	-webkit-transform: rotate(180deg) translate(0, -130%);
	-webkit-animation-delay: -0.5s;
}
div.ios-spinner div.bar8 {
	-webkit-transform: rotate(210deg) translate(0, -130%);
	-webkit-animation-delay: -0.4167s;
}
div.ios-spinner div.bar9 {
	-webkit-transform: rotate(240deg) translate(0, -130%);
	-webkit-animation-delay: -0.333s;
}
div.ios-spinner div.bar10 {
	-webkit-transform: rotate(270deg) translate(0, -130%);
	-webkit-animation-delay: -0.2497s;
}
div.ios-spinner div.bar11 {
	-webkit-transform: rotate(300deg) translate(0, -130%);
	-webkit-animation-delay: -0.167s;
}
div.ios-spinner div.bar12 {
	-webkit-transform: rotate(330deg) translate(0, -130%);
	-webkit-animation-delay: -0.0833s;
}

@keyframes circ-anim {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.25;
	}
}

/* .selected-lng {
    display: flex;
} */
/* 
.lngWrapper {
    display: flex;
    flex-direction: row;
} */

#appointment-confirm .discounted-price-normal {
	color: red;
	text-decoration: line-through 3px red;
	margin-top: -10px;
}

#payment-waiting .custom-card {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#payment-waiting .custom-card p {
	font-size: 20px;
	font-weight: 700;
}

#appointment-finish #sanitas-download {
	margin: 20px auto;
	width: 280px;
	max-width: 100%;
}

#appointment-finish #sanitas-download:hover {
	cursor: pointer;
}

#selected-speciality .container {
	position: relative;
	z-index: 11;
	/* min-height: calc(100vh - 70px); */
}

#sanitas-discount-header {
	position: sticky;
	top: 0;
	background-color: var(--primary-color);
	color: #fff;
	z-index: 12;
	text-align: center;
	/* box-shadow: 4px 8px 0px rgba(0, 0, 0, 0.1); */
	padding: 5px 0;
	display: none;
}

#sanitas-discount-header.visible {
	display: block;
}

#sanitas-discount-header .container {
	position: relative;
}
#sanitas-discount-header p {
	margin-bottom: 0;
	font-size: 18px;
}

#sanitas-discount-header .close-icon {
	position: absolute;
	top: 3px;
	right: 15px;
}

#sanitas-discount-header:hover {
	cursor: pointer;
}

#sanitas-discount {
	display: none;
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 0px;
	text-align: right;
}

#sanitas-discount.visible {
	display: block;
}

#sanitas-discount-container:hover {
	cursor: pointer;
	transform: scale(1.05);
}

#sanitas-discount-container {
	display: inline-flex;
	align-items: center;
	transition: transform 0.2s ease;
	margin-right: 20px;
	margin-bottom: 20px;
}

#sanitas-discount .sticker {
	background-color: var(--primary-color);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	color: #fff;
}
#sanitas-discount .sticker .discount {
	font-size: 18px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	#sanitas-discount {
		display: none;
	}

	#sanitas-discount-header p {
		padding: 0px 25px;
	}
}

#appointment-finish .custom-card#sanitas {
	text-align: center;
	margin-bottom: 30px;
}

#appointment-finish .custom-card#sanitas p {
	margin-bottom: 0.5rem;
}

#appointment-finish .custom-card#sanitas .institution-name {
	font-weight: 700;
}

#appointment-finish .custom-card#sanitas .discount {
	font-weight: 700;
	font-size: 24px;
	color: var(--primary-color);
}

#appointment-finish .custom-card#sanitas .custom-button {
	margin: 20px auto 0 !important;
}

#appointment-finish .custom-card#sanitas .custom-button:hover {
	cursor: pointer;
}

#patient-portal-btn {
	width: fit-content;
	/* display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center; */
}

.pp-btn-inner {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	color: white;
	padding: 3px 6px;
	border-radius: 3px;
	cursor: pointer;
	align-items: center;
}

#pp-mobile-menu {
	border: 0;
	padding: 0;
	margin-top: 20px;
}

#pp-mobile-menu a {
	background-color: var(--primary-color);
	padding: 3px;
	border-radius: 3px;
	color: white;
}

#pp-mobile-menu-logout {
	border: 0;
	padding: 0;
	margin-top: 0;
}

#pp-mobile-menu-logout a {
	padding: 3px;
	border-radius: 3px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.pp-logout-btn-inner {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	padding: 3px 6px;
	border-radius: 3px;
	cursor: pointer;
	align-items: center;
	margin-left: 20px;
}

.pp-logout-btn-inner path {
	fill: var(--primary-color);
}

.pp-btn-wrapper {
	display: flex;
	justify-content: flex-end;
}

#patient-portal-select {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	background-color: white;
	margin-left: 6px;
	margin-right: 6px;
	padding: 25px;
	margin-top: 20px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.patient-portal-login-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	background-color: white;
	margin-left: 6px;
	margin-right: 6px;
	padding: 25px;
	margin-top: 20px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.pp-select-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pp-select-label {
	margin-right: 20px;
	font-weight: 600;
	color: var(--primary-color);
}

#user-datas #patient-portal-select .btn {
	margin-top: 0;
}

#user-datas #patient-portal-select .bootstrap-select {
	min-width: 220px;
	width: auto !important;
}

.pp-login-text {
	color: #4b4b4b !important;
	font-weight: 600;
}

.or-wrapper p {
	color: #4b4b4b !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}

.welcome-text {
	font-family: 'Titillium Web', sans-serif, 'FontAwesome';
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	color: #4b4b4b;
}

.positive-institution-name {
	font-family: 'Titillium Web', sans-serif, 'FontAwesome';
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 27.38px;
	text-align: center;
	color: #4b4b4b;
}

.positive-institution-address {
	font-family: 'Titillium Web', sans-serif, 'FontAwesome';
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 24.34px;
	text-align: center;
	color: #4b4b4b;
}

.welcome-text-extra {
	font-family: 'Titillium Web', sans-serif, 'FontAwesome';
	font-size: 16px;
	font-weight: 400;
	line-height: 24.34px;
	color: #4b4b4b;
	word-break: break-all;
}

.welcome-text-extra p {
	margin: 0;
}

.send {
	width: 260px;
	line-height: 46px;
	align-self: center;
	background-color: #6ac9c8;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	border: none;
	color: #fff;
}

.skip {
	width: 260px;
	line-height: 46px;
	align-self: center;
	background-color: #f29191;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	border: none;
	color: #fff;
}

.send:hover,
.skip:hover {
	opacity: 0.9;
}

.marketing-contribution-text p {
	margin-bottom: 0;
}

#appointment-confirm .lab-price-text {
	font-weight: bold;
	color: var(--primary-color);
}

#appointment-confirm .accordion-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 6px;
	cursor: pointer;
}

#appointment-confirm .lab-list-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media (max-width: 767px) {
	.pp-btn-wrapper {
		justify-content: space-between;
		margin-top: 16px;
	}

	.pp-select-wrapper {
		display: flex;
		justify-content: flex-start;
	}

	#user-datas #patient-portal-select .btn {
		width: 100%;
	}

	.pp-select-label {
		margin-right: 0px;
		font-size: 14px;
		font-weight: 600;
		color: var(--primary-color);
	}
}

.simplepay-user-datas-mobile {
	display: none;
}

.simplepay-user-datas {
	margin-top: 30px;
	height: 40px;
}

@media screen and (max-width: 800px) {
	.simplepay-user-datas-mobile {
		display: flex;
		height: 60px;
		margin-top: 15px;
		margin-left: 16px;
	}

	.simplepay-user-datas {
		display: none;
	}
}
