 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
	--color-blue: #0D98BA;
	--color-dark-blue: #2E4261;
	--color-text-primary: #342222;
	--font-default: "Inter", serif;
	--font-heading: "Manrope", serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
    outline: none;
}
textarea:focus {
	outline: none;
}
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
	font-family: var(--font-default);
}

.e-con>.e-con-inner {
    max-width: 1440px !important;
    padding-top: 0 !important;
	display: block !important;
}

.e-con {
    gap: 0px !important;
}

.elementor-element {
    padding: 0 !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--color-blue);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-blue);
}

a {
	text-decoration: none;
	color: var(--color-text-primary);
}

p {
	color: var(--color-text-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	min-height: 16px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
  
li {
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	font-family: var(--font-heading);
	color: var(--color-text-primary);
	font-weight: 400;
	line-height: 150%;
}

li::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: var(--color-text-primary);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}

h2 {
	font-size: 52px;
	font-weight: 700;
	line-height: normal;
	color: var(--color-dark-blue);
	font-family: var(--font-heading);
}

h4 {
	font-family: var(--font-heading);
	color: var(--color-dark-blue);
	font-size: 24px;
	font-weight: 600;
	line-height: 160%;
}

h5 {
	color: var(--color-text-primary);
	font-size: 24px;
	font-weight: 400;
	line-height: 110%;
}

strong {
	font-weight: 600;
}

#header {
	background-color: #F0FFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
}

.header__wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}

.header__logo {
    height: 56px;
}

.header__logo svg {
	height: 56px;
    width: auto;
}

.header__navigation a {
    display: inline-block;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 0 30px;
    height: 56px;
    align-content: center;
	transition: .4s ease;
}

.header__navigation a:hover {
	cursor: pointer;
	color: var(--color-blue);
	transition: .4s ease;
}

.header__navigation a.nav__current-item {
	color: var(--color-blue);
}

.btn {
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-radius: 35px;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	transition: .4s ease;
}

.btn__border-dark-blue {
	border: 1px solid var(--color-dark-blue);
	color: var(--color-text-primary);
	background-color: transparent;
}

.btn__border-dark-blue:hover {
	background-color: var(--color-dark-blue);
	color: #FFF;
}

.btn__light-blue {
	background-color: var(--color-blue);
	color: #FFF;
	border: 1px solid var(--color-blue);
	transition: .4s ease;
}

.btn__light-blue:hover {
	background-color: var(--color-dark-blue);
	border: 1px solid var(--color-dark-blue);
	transition: .4s ease;
	cursor: pointer;
}

.btn__text-small {
	font-weight: 400;
    font-size: 16px;
    height: 69px;
}

.header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

main {
	margin-top: 96px;
}

.wb__elementor-statistics-block {
	padding: 50px 0;
}

.statistics__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.statistics__item {
	border: 1px solid var(--color-dark-blue);
    padding: 30px;
	border-radius: 5px;
	background-color: #FFF;
}

.statistics__item-title {
	text-align: center;
    color: var(--color-dark-blue);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.statisitcs__item-description {
	color: var(--color-text-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
	text-align: center;
}

.help__block-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 140px;
	margin-top: 30px;
}

.wb__elementor-help-block {
	padding: 50px 0;
}

.help__block-description{
	margin-bottom: 30px;
}

.wb__elementor-help-block .help__block-image img {
	border-radius: 5px;
	min-height: 515px;
	object-fit: cover;
}

.help__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.help__item {
	border: 1px solid #EAEAEA;
    padding: 40px;
    border-radius: 5px;
    background-color: #FFF;
}

.help__item-content {
	display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    grid-column-gap: 35px;
    align-items: center;
}

.help__item-title {
	color: var(--color-dark-blue);
    font-size: 24px;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.help__item-btn {
	margin-top: 45px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.btn__more {
	width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
	transition: .4s ease;
	position: absolute;
	right: -10px;
    bottom: -20px;
}

.btn__more svg path {
	stroke: var(--color-blue);
}

.wb__elementor-how-it-works {
	position: relative;
	background: rgb(168, 215, 224);
    background: linear-gradient(164deg, rgba(168, 215, 224, 1) 50%, rgba(226, 245, 246, 1) 100%);
    padding: 100px 0;
}

.how-it-works__items {
	margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.how-it-works__item {
	background-color: #F0F2F5;
    border-radius: 5px;
    padding-top: 30px;
	position: relative;
}

.how-it-works__icon {
	text-align: center;
    margin-bottom: 20px;
	padding: 0 40px;
}

.how-it-works__icon svg {
	width: 90px;
    height: 90px;
}

.how-it-works__title {
	text-align: center;
    color: var(--color-dark-blue);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
	padding: 0 40px;
}

.how-it-works__bottom {
	height: 240px;
    position: relative;
	overflow: hidden;
}

.how-it-works__item:first-child .how-it-works__bottom {
	padding: 0 40px;
}

.how-it-works__item:first-child .how-it-works__bottom a {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 80px);
}

.how-it-works__item:nth-child(2) .how-it-works__bottom img {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 15px;
	height: 200px;
	border-bottom-right-radius: 5px;
}

.how-it-works__item:nth-child(3) .how-it-works__bottom img {
	padding: 0 40px;
    text-align: center;
    top: 15px;
	position: relative;
}

.how-it-works__item:nth-child(4) .how-it-works__bottom img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.how-it-works__item:nth-child(4) .how-it-works__bottom img:nth-child(2) {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.how-it-works__item:nth-child(4) .how-it-works__bottom img:nth-child(3) {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.wb__elementor-text-image-block {
	padding: 100px 0;
}

.text__image-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 140px;
}

.text__image-left h2 {
	margin-bottom: 40px;
}

.text__image-btn {
	margin-top: 40px;
}

.text__image-wrapper.img__align-left .text__image-left {
	order: 2;
}

.text__image-wrapper.img__align-left .text__image-right {
	order: 1;
}

.text__image-wrapper .text__image-right img {
	border-radius: 5px;
}

#footer {
	background-color: var(--color-dark-blue);
    padding: 85px 0 60px;
}

.footer__contact {
	display: grid;
	grid-template-columns: 350px minmax(0, 1fr);
	grid-column-gap: 250px;
}

h2.footer__contact-title {
	color: #FFF;
}

.footer__contact-info {
	margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__contact-info a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

.contact__form-col-3 {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 25px;
}

.contact__form-col-3 {
	margin-bottom: 25px;
}

.contact__form-col-3 .contact__form-row input,
.contact__form-row textarea {
	width: 100%;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    padding: 13px 17px;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact__form-col-3 .contact__form-row input::placeholder,
.contact__form-col-3 .contact__form-row textarea::placeholder {
	color: #6B7280;
}

.contact__form-row textarea {
	height: 122px;
}

.contact__form-col-3 .contact__form-row input:focus,
.contact__form-row textarea:focus {
	outline: none;
}

.contact__form-gdpr p {
	color: #FFF;
    font-size: 15px;
    margin: 10px 0;
}

.contact__form-gdpr a {
	color: #FFF;
    text-decoration: underline;
    font-size: 15px;
}

.contact__form-btn p {
	text-align: right;
}

.contact__form-btn input {
	background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 45px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 13px 45px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    min-height: 60px;
}

.contact__form-btn input:hover {
	cursor: pointer;
}

.contact__form-btn .wpcf7-spinner {
	display: none !important;
}

.footer__upper {
	padding-bottom: 50px;
    position: relative;
}

.footer__upper:after {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.10);
}

.footer__lower {
	position: relative;
	padding-top: 55px;
    padding-bottom: 80px;
}

.footer__lower:after {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.10);
}

.footer__columns {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-column-gap: 75px;
}

.footer__column.column__navigation {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer__column a {
	color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.footer__column.column__blog {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer__column.column__blog a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0px;
}

.footer__column.column__blog a {
	padding-left: 15px;
	position: relative;
}

.footer__bottom {
	padding-top: 50px;
}

.footer__bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__copyright {
	color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__links a {
	color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.news__item {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 540px;
    display: flex;
    align-items: flex-end;
    border-radius: 5px;
	position: relative;
}

.news__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 37.57%);
	display: block;
}

.news__item-text {
	padding: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    background-color: #F0F2F5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	transition: .4s ease;
	position: relative;
	z-index: 2;
}

.news__item-title {
	color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
	transition: .4s ease;
}

.news__item-date {
	color: #9B9B9B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
	transition: .4s ease;
}

.latest__news-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin: 50px 0;
}

.wb__elementor-latest-news {
	padding: 100px 0;
}

.news__item:hover .news__item-text {
	background-color: transparent;
	transition: .4s ease;
}

.news__item:hover .news__item-title {
	color: #FFF;
	transition: .4s ease;
}

.news__item:hover .news__item-date {
	color: #FFF;
	transition: .4s ease;
}

.wb__elementor-faq-with-contacts {
	position: relative;
    background: rgb(168, 215, 224);
    background: linear-gradient(164deg, rgba(168, 215, 224, 1) 50%, rgba(226, 245, 246, 1) 100%);
    padding: 100px 0;
}

.faq__with-contacts {
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 40px;
}

.faq__left h2 {
	max-width: 95%;
}

.faq__description {
	margin-top: 60px;
    margin-bottom: 15px;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.faq__email {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-blue);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.faq__item {
	padding: 32px 20px;
    position: relative;
	border-bottom: 1px solid rgba(23, 23, 23, 0.20);
}

.faq__item:first-child {
	border-top: 1px solid rgba(23, 23, 23, 0.20);
}

.faq__title {
	position: relative;
    padding-right: 35px;
	color: var(--color-dark-blue);
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
}

.faq__item:hover {
	cursor: pointer;
}

.faq__closed-icon,
.faq__opened-icon {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq__closed-icon {
	opacity: 1;
	transition: .4s ease;
}

.faq__opened-icon {
	opacity: 0;
	transition: .4s ease;
}

.faq__content {
	display: none;
	margin-top: 20px;
}

.faq__item.faq__active .faq__closed-icon {
	opacity: 0;
	transition: .4s ease;
}

.faq__item.faq__active .faq__opened-icon {
	opacity: 1;
	transition: .4s ease;
}

.wb__elementor-quote-block {
	padding: 100px 0;
}

.quote__block {
	max-width: 1100px;
	margin: 0 auto;
}

.quote__block h2 {
	max-width: 900px;
    text-align: center;
    line-height: 125%;
    font-weight: 600;
	margin: 0 auto;
}

.quote {
	margin-top: 90px;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    grid-column-gap: 60px;
    align-items: center;
}

.quote__img {
	position: relative;
}

.quote .quote__img img {
	width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 50%;
}

.quote .quote__img svg {
	position: absolute;
    top: 25px;
    right: 0;
	width: 80px;
}

.quote__right {
	padding: 20px 0;
}

.quote__text {
	font-size: 20px;
    color: #111827;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 32px;
}

.quote__author {
	color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.quote__position {
	color: var(--color-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.wb__elementor-page-header {
	background-image: url(https://hm.webserveris.lv/wp-content/themes/wb/assets/images/hm-header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.header__title {
	font-family: var(--font-heading);
    color: #FFF;
    font-size: 66px;
    font-weight: 500;
    line-height: 107%;
    margin-top: 12px;
	position: relative;
}

.hm__breadcrumbs {
	position: relative;
}

.wb__elementor-page-header > svg {
	position: absolute;
    right: 0;
    top: 0;
}

.hm__breadcrumbs > span {
	margin-right: 10px;
    margin-left: 10px;
}

.hm__breadcrumbs > span:first-child {
	margin-left: 0;
}

.hm__breadcrumbs > span:last-child {
	margin-right: 0;
}

.hm__breadcrumbs {
	color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.hm__breadcrumbs span span {
	color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.wb__elementor-blog {
	padding: 100px 0;
}

.blog__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.services__items a {
	display: block;
}

.wb__elementor-services {
	padding: 50px 0;
}

.services__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.doctors__page #header {
	background-color: #FFF;
	position: initial;
}

.patient__page #header {
	background-color: #FFF;
	position: initial;
}

.doctors__page main {
	margin-top: 35px;
}

.patient__page main {
	margin-top: 35px;
}

.doctors__hello {
	color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.hm__dashboard {
	margin-top: 40px;
}

.dashboard__tabs {
	border-bottom: 1px solid #DDD;
	display: flex;
	gap: 0;
}

.dashboard__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #DEDEDE;
	color: #4F4F4F;
	font-size: 16px;
	font-family: var(--font-heading);
	font-weight: 400;
	line-height: 150%;
	white-space: nowrap;
	transition: .4s ease;
	position: relative;
}

.dashboard__tab:hover {
	background-color: var(--color-dark-blue);
	color: #FFF;
	border-color: var(--color-dark-blue);
	transition: .4s ease;
	cursor: pointer;
}

.tab__notification {
	display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--color-dark-blue);
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-left: 10px;
	align-items: center;
	justify-content: center;
	transition: .4s ease;
}

.dashboard__tab.dashboard__tab-active {
	background-color: var(--color-dark-blue);
	color: #FFF;
	border-color: var(--color-dark-blue);
}

.dashboard__tab:hover .tab__notification {
	background-color: #FFF;
	color: var(--color-dark-blue);
	transition: .4s ease;
}

.dashboard__tab-active .tab__notification {
	background-color: #FFF;
	color: var(--color-dark-blue);
}

.dashboard__content {
	margin-top: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 405px;
    grid-column-gap: 40px;
}

.dashboard__summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 20px;
	margin-bottom: 20px;
}

.summary__block {
	min-height: 180px;
    background-image: url('/wp-content/themes/wb/assets/images/hm-summary-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 30px;
	border-radius: 5px;
}

.summary__block-title {
	font-family: var(--font-heading);
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.summary__content {
	font-family: var(--font-heading);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.summary__block-next-patient-date {
	font-weight: 700;
}

.dashboard__filters {
	background-color: #F8FAFC;
    border-radius: 5px;
    padding: 15px 20px;
	margin-bottom: 20px;
}

.dashboard__filters-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.filters__input {
	display: inline-flex;
    flex-direction: column;
	margin-right: 10px;
}

.dashboard__filters-list .filters__input:last-child {
	margin-right: 0;
}

.filters__input label {
	color: #4C4F54;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.filters__input input {
	width: 185px;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	padding: 10px;
	font-size: var(--font-heading);
}

.filters__input .select2-container {
	width: 185px;
}

.filters__input .select2-container--default .select2-selection--single {
	width: 100%;
	border-radius: 5px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    padding: 10px;
    color: #4C4F54;
    font-size: var(--font-heading);
    font-weight: 400;
	display: inline-flex;
	align-items: center;	
	height: 42px;
}

.filters__input .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #4C4F54;
	line-height: 100%;
	font-weight: 400;
	padding: 0;
}

.filters__input .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 20px;
}

.dashboard__active-filters {
	padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}

.post__count,
.post__count span {
	font-family: var(--font-heading);
    color: #4C4F54;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.no-margin-top {
	margin-top: 0;
}

.no-padding-top {
	padding-top: 0;
}

.wb__elementor-contacts-block {
	padding: 50px 0 25px;
}

.contacts__information {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 60px;
}

.contacts__information-title {
	font-family: var(--font-heading);
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.contacts__text-row a {
	display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
	margin-bottom: 7px;
}

.contacts__information-socials {
	display: flex;
	align-items: center;
	gap: 25px;
}

.contacts__information-socials svg {
	width: 35px;
}

.contacts__form {
	padding: 50px 0;
    border-bottom: 1px solid #DEDEDE;
}

.contacts__form h2 {
	max-width: 450px;
    margin-bottom: 20px;
}

.contacts__form .contact__form-btn input {
	background-color: var(--color-blue);
    color: #FFF;
}

.contacts__form .contact__form-gdpr p,
.contacts__form .contact__form-gdpr p a {
	color: var(--color-text-primary);
}

.contacts__form .contact__form-gdpr p a {
	text-decoration: underline;
}

.wb__elementor-team-block {
	padding: 25px 0 50px;
}

.team__list {
	margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}

.team__list .team__item img {
	height: 280px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.team__list .team__item .team__name {
	color: var(--color-text-primary);
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	margin-top: 15px;
}

.team__list .team__item .team__position {
	font-family: var(--font-heading);
	font-size: 16px;
	color: var(--color-text-primary);
	font-weight: 400;
	line-height: 150%;
}

.hm__checkbox {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: var(--color-text-primary);
    padding-left: 30px;
}

.hm__checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 20px;
    width: 20px;
    border-radius: 6px;
}

.hm__checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.hm__checkbox input:checked ~ .checkmark {
	background-color: var(--color-blue)
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.hm__checkbox input:checked ~ .checkmark:after {
	display: block;
}

.hm__checkbox .checkmark:after {
	left: 7px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.auth__popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    align-items: center;
    justify-content: center;
}

.auth {
	margin: 0 90px;
    width: 100%;
    height: 90vh;
	background-image: url('/wp-content/themes/wb/assets/images/hm-auth-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	position: relative;
}

.auth__close {
	position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--color-dark-blue);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
}

.auth__close:hover {
	cursor: pointer;
}

.auth__container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 100%;
}

.auth__right {
	border-radius: 0 5px 5px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
	position: relative;
}

.auth__left {
	padding: 60px 60px 60px 120px;
	max-height: 100%;
    overflow-y: auto;
}

.auth__title {
	font-family: var(--font-heading);
    color: var(--color-dark-blue);
    font-size: 36px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.auth__subtitle {
	color: var(--color-text-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 16px;
}

.login__form,
.forgot__form,
.register__form {
    width: 468px;
}

.auth__form-row {
	display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.auth__form-row label {
	color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
}

.auth__form-row input {
	border-radius: 5px;
    border: 1px solid #CBD5E1;
    background: #FFF;
    padding: 12px;
    color: var(--color-text-primary);
    font-size: 16px;
    line-height: 135%;
    font-weight: 500;
    width: 100%;
}

.password__input {
	position: relative;
}

.password__input input {
	padding-right: 50px;
}

.show__password {
	position: absolute;
    right: 12px;
    top: 15px;
}

.show__password:hover {
	cursor: pointer;
}

.login__forgot-password {
	color: var(--color-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
}

.login__forgot-password:hover {
	cursor: pointer;
}

.auth__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

#login__button,
#forgot__button,
#register__button {
	border-radius: 5px;
	border: none;
	background-color: var(--color-blue);
	width: 100%;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
}

#login__button:hover,
#forgot__button:hover,
#register__button:hover {
	cursor: pointer;
}

.auth__sign-up {
	margin-top: 25px;
	color: var(--color-text-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.auth__sign-up:hover {
	cursor: pointer;
}

.open-register-form,
.open-login-form {
	padding-left: 4px;
	color: var(--color-blue);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
}

.grecaptcha-badge {
	display: none !important;
}

.fade-out {
	-webkit-animation: fade-out 0.4s ease-out both;
	        animation: fade-out 0.4s ease-out both;
}

.fade-out-fast {
	-webkit-animation: fade-out 0.1s ease-out both;
	        animation: fade-out 0.1s ease-out both;
}

@-webkit-keyframes fade-out {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
@keyframes fade-out {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
  
.fade-in {
	-webkit-animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-fast {
	-webkit-animation: fade-in 0.1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}
  
.hm__loader-animation {
	width: 50px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--color-dark-blue);
	--_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)}}

#login__form,
#forgot__form,
#register__form {
	position: relative;
}

.hm__loader,
.calendar__loader,
.times__loader,
.medical__history-loader {
	position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}

.form__error {
	margin-bottom: 16px;
    background-color: rgba(255, 0, 0, .35);
    padding: 7px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 300;
    font-family: var(--font-default);
    font-size: 14px;
	display: none;
}

.auth__form-row input.input-validation-error {
	background-color: rgba(255, 0, 0, .35);
    border-color: rgba(255, 0, 0, .35);
    color: #FFF;
}

.my-profile-btn {
	color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 30px;
	position: relative;
}

.auth__overlay-1 {
	position: absolute;
    bottom: 195px;
    left: -50px;
}

.auth__overlay-2 {
	position: absolute;
    bottom: 85px;
    left: -125px;
    height: 100px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    padding: 0 36px 0 16px;
    border-radius: 75px;
	gap: 15px;
	color: var(--color-text-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

.auth__overlay-3 {
	position: absolute;
	bottom: 85px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 55px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(7px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 67px;
}

.form-absolute {
	position: absolute;
}

#forgot_password_form {
	position: relative;
}

.hm__success {
	position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: var(--color-blue);
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-size: 18px;
    color: #FFF;
    line-height: 125%;
    font-weight: 400;
    text-align: center;
}

#register_form .hm__success {
	top:50%;
	transform: translateY(-50%);
	height: 300px;
}

.profile__confirmation-text {
	padding: 100px 0;
    text-align: center;
    font-size: 25px;
    color: var(--color-dark-blue);
    font-weight: 700;
}

.wb__elementor-main-banner {
	margin-bottom: 30px;
}

.main__banner {
	height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 600px;
    margin: 0 -140px;
    grid-column-gap: 20px;
}

.main__banner-right {
	position: relative;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main__banner-right .auth__overlay-1  {
	bottom: 185px;
}

.main__banner-right .auth__overlay-3  {
	bottom: 70px;
}

.main__banner-right .auth__overlay-2 {
	bottom: 70px;
}

.main__banner-left {
	background-image: url('/wp-content/themes/wb/assets/images/hm-auth-bg.jpg');
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	padding-left: 140px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.main__banner-bg-element {
	position: absolute;
	top: 0;
    right: 5px;
}

.main__banner-title {
	font-size: 66px;
    font-family: var(--font-heading);
    color: #FFF;
    font-weight: 500;
    line-height: 105%;
    max-width: 655px;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

.main__banner-description {
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	color: #FFF;
	margin-bottom: 90px;
	max-width: 655px;
	position: relative;
	z-index: 2;
}

.main__banner-btn a {
	margin-bottom: 55px;
	position: relative;
	z-index: 2;
}

.dashboard__content-group-title {
	font-family: var(--font-heading);
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DDD;
    font-weight: 500;
    font-size: 18px;
}

.dashboard__content-group-content {
	padding-bottom: 30px;
}

.fc-license-message {
	display: none !important;
}

.dashboard__right {
	padding-bottom: 30px;
}

.notfound__page {
	background-color: var(--color-dark-blue);
}

.notfound__title {
	position: relative;
    font-family: var(--font-heading);
    font-size: 326px;
    font-weight: 500;
    line-height: 107%;
    margin-bottom: 20px;
    color: #FFF;
    display: inline-flex;
}

.notfound__title svg {
	position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}

.notfound__subtitle {
	color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
	text-align: center;
}

.notfound__text {
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

.notfound__page {
	display: flex;
    justify-content: center;
    padding: 50px 0 100px;
	position: relative;
}

.notfound__page:after {
	content: '';
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.10);
}

.notfound__btn {
	text-align: center;
}

.notfound__btn a {
	padding: 13px 45px;
	line-height: 150%;
	font-size: 16px;
}

.ui-widget.ui-widget-content {
	border: none !important;
}

.dashboard__inner-tab {
	display: block;
    padding: 0 22px 15px 22px;
    font-family: var(--font-heading);
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-bottom: 1px solid #DDD;
	position: relative;
	transition: .4s ease;
}

.dashboard__inner-tabs {
	display: flex;
	align-items: center;
}

.dashboard__inner-tab.inner-tab-active {
	border-bottom: 2px solid #2E4261;
    font-weight: 600;
}

.dashboard__inner-tab:hover {
	cursor: pointer;
	transition: .4s ease;
	border-bottom: 1px solid #2E4261;
}

.accordion__title {
	padding: 24px;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: var(--font-heading);
    color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.accordion__content {
	padding: 20px 0;
}

.available__times {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	grid-column-gap: 20px;
}

#available__times-calendar {
	width: 400px;
}

#available__times-calendar.fc .fc-toolbar-title {
	color: var(--color-dark-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
}

.current__date-header {
	border-radius: 5px;
    background: #F4F6F8;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.add-new-consultation-time {
	height: initial;
}

.current__date-text {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: var(--color-text-primary);
}

.current__date-times {
	margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard__consultation-time {
	border-radius: 5px;
    background-color: #F4F6F8;
    padding: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard__consultation-time-remove {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}

.dashboard__consultation-time-column {
	display: flex;
	flex-direction: column;
}

.dashboard__consultation-time-column label {
    font-size: 14px;
    color: var(--color-text-primary);
    font-weight: 400;
    line-height: 145%;
}

.dashboard__consultation-time-column input,
.dashboard__consultation-time-column select {
	width: 185px;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	padding: 10px;
	color: #4C4F54;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 145%;
}

.dashboard__consultation-time-remove {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}

.dashboard__consultation-time-remove:hover {
	cursor: pointer;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	min-height: initial;
}

.fc .fc-daygrid-day-number {
	padding: 0;
}

.fc .fc-daygrid-day-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fc-theme-standard td, .fc-theme-standard th {
	border: none;
	width: 40px;
}

.fc .fc-daygrid-day-frame {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    min-height: initial;
}

.fc-daygrid-day-top {
	width: 40px;
	height: 40px;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: transparent
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
	background-color: #EEF2FF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

#available__times-calendar {
	border: 1px solid #CBD5E1;
    border-radius: 5px;
    padding: 15px 24px;
}

.fc .fc-button {
	padding: 5px;
	font-size: 14px;
}

.fc .fc-scrollgrid {
	border: none;
}

.fc .fc-daygrid-day-number:hover {
	cursor: pointer;
}

.available__times-btn {
	margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin: 0;
	width: 4px;
	height: 4px;
	background-color: var(--color-dark-blue);
	border-radius: 50%;
	margin-top: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

.dashboard__consultation-time-unavailable {
	position: relative;
    top: 10px;
    color: var(--color-dark-blue);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}

.e-con.mt50 .e-con-inner {
	margin-top: 50px !important;
}

.specialists__filters {
	border-radius: 5px;
    background-color: var(--color-dark-blue);
    padding: 15px 20px;
}

.specialists__filters-upper {
	display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.specialists__filter {
	display: inline-flex;
	flex-direction: column;
	margin-right: 10px;
	margin-bottom: 12px;
}

.specialists__filter label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.specialists__filter .select2-container {
	width: 185px !important;
}

.specialists__filter .select2-container .select2-selection--single {
	height: 40px;
}

.specialists__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #4C4F54;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
}

.specialists__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}

.select2-results__options .select2-results__option::before {
	content: none !important;
}

.wb__elementor-specialists {
	margin-top: 50px;
	margin-bottom: 50px;
}

.select2-selection__rendered .select2-selection__choice::before {
	content: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 13px;
	color: #4C4F54;
	font-family: var(--font-heading);
	font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
}

.specialists__filter .select2-container .select2-selection--multiple {
	min-height: 40px;
}

.specialists__list {
	margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.specialist__item {
	display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
	min-height: 280px;
}

.specialist__item .specialist__left {
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.specialist__item .specialist__right {
	padding: 20px 30px;
    background-color: #FFF;
    border-radius: 0 5px 5px 0;
}

.bg__grey {
	background-color: #F9F9F9 !important;
}

.e-con.e-flex {
	display: flex !important;
}

.specialist__title {
	color: var(--color-text-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.specialist__experience {
	color: var(--color-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.specialist__price {
	margin-top: 20px;
    margin-bottom: 20px;
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 25px;
    background-color: var(--color-blue);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.single__specialist {
	margin: 50px 0;
}

.specialist__header {
	display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    grid-column-gap: 30px;
}

.specialist__header-left img {
	height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.specialist__header-right-top {
	display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-bottom: 30px;
}

.specialist__header-title {
	color: var(--color-text-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.specialist__header-experience {
	color: var(--color-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.specialist__rating {
	margin-bottom: 30px;
}

.specialist__header-right-top .specialist__price {
	margin: 0;
}

.specialist__description {
	margin-bottom: 30px;
}

.specialist__content {
	margin-top: 60px;
	margin-bottom: 50px;
}

.hm__tabs {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DEDEDE;
}

.hm__tab {
	border-radius: 5px 5px 0px 0px;
    border: 1px solid #DEDEDE;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--color-text-primary);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
	transition: .4s ease;
}

.hm__tab:hover {
	background-color: var(--color-dark-blue);
	border-color: var(--color-dark-blue);
	color: #FFF;
	transition: .4s ease;
	cursor: pointer;
}

.hm__tab.tab__active {
	background-color: var(--color-dark-blue);
	border-color: var(--color-dark-blue);
	color: #FFF;
	transition: .4s ease;
}

.hm__tab-notification {
	width: 22px;
    height: 22px;
    color: #FFF;
    background-color: var(--color-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
	transition: .4s ease;
}

.hm__tab:hover .hm__tab-notification {
	background-color: #FFF;
	color: var(--color-dark-blue);
	transition: .4s ease;
}

.tab__content {
	background-color: #FFF;
    border-radius: 0 0 5px 5px;
    padding: 30px;
	display: none;
}

.tab__content.tab__content-active {
	display: block;
}

body.single-doctors {
	background-color: #F9F9F9;
}

.specialist__times {
	display: grid;
	grid-template-columns: 450px minmax(0, 1fr);
	grid-column-gap: 20px;
}

#specialist__calendar {
	padding: 15px 24px;
	border-radius: 5px;
	border: 1px solid #CBD5E1;
}

.fc .fc-highlight {
	background-color: transparent;
}

.specialist__consultation-calendar {
	position: relative;
}

.calendar__loader {
	display: flex;
	z-index: 20;
	background-color: rgba(255, 255, 255, 0.75);
}

.sid {
	display: none;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.specialist__times-header {
	border-radius: 5px;
    background-color: #F4F6F8;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.specialist__times-day {
	font-family: var(--font-heading);
    color: var(--color-text-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
}

.specialist__times-title {
	margin-top: 25px;
    font-family: var(--font-heading);
    color: var(--color-text-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
}

.specialist__available-times-list {
	margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
	position: relative;
}

.times__loader {
	display: flex;
	z-index: 20;
	background-color: rgba(255, 255, 255, 0.75);
}

.consultation__time {
    border: 1px solid var(--color-blue);
    border-radius: 42px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 16px;
    color: var(--color-blue);
    font-weight: 500;
    line-height: 150%;
    padding: 12px;
	transition: .4s ease;
}

.consultation__time:hover {
	cursor: pointer;
	background-color: var(--color-blue);
	color: #FFF;
}

.consultation__time.active__time {
	background-color: var(--color-blue);
	color: #FFF;
}

.consultation__time svg path {
	stroke: var(--color-blue);
	transition: .4s ease;
}

.consultation__time.active__time svg path {
	stroke: #FFF;
}

.consultation__time:hover svg path {
	stroke: #FFF;
}

#specialist__calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
	background-color: var(--color-blue);
}

#specialist__calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
	color: #FFF;
}

#specialist__calendar.fc-direction-ltr .fc-daygrid-event.fc-event-end,
#specialist__calendar.fc-direction-rtl .fc-daygrid-event.fc-event-start {
	width: 8px;
	height: 8px;
	border: none;
}

#specialist__calendar.fc .fc-toolbar-title {
	font-size: 18px;
	font-family: var(--font-heading);
	font-weight: 700;
	color: var(--color-dark-blue);
	line-height: 135%;
}

#specialist__calendar.fc .fc-button {
	background-color: transparent;
    border: none;
    padding: 0;
}

#specialist__calendar.fc .fc-icon-chevron-right::before {
	color: #94A3B8;
}

#specialist__calendar.fc .fc-icon-chevron-left::before {
	color: #94A3B8;
}

#specialist__calendar.fc .fc-daygrid-day-frame {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.fc-theme-standard td, .fc-theme-standard th {
	position: relative;
}

.hm__consultation-booking {
	position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #FFF;
    height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, .2);
	display: none;
}

.booking__wrapper {
	padding: 30px 60px 60px 90px;
	width: 800px;
	background-color: #FFF;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.booking__title {
	font-family: var(--font-heading);
    font-size: 20px;
    color: var(--color-dark-blue);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 35px;
}

.booking__specialist-name {
	color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    font-family: var(--font-heading);
    margin-bottom: 20px;
}

.booking__inputs-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 10px;
}

.booking__inputs-2,
.booking__inputs-1 {
	margin-bottom: 10px;
}

.booking__input input,
.booking__input textarea {
	border: 1px solid #D1D5DB;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding: 13px 17px;
	color: var(--color-text-primary);
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	width: 100%;
}

.booking__input textarea {
	height: 150px;
}

.booking__input .select2-container--default .select2-selection--single {
	width: 100%;
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    padding: 10px;
    color: #4C4F54;
    font-size: var(--font-heading);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
	height: 50px;
	width: 100%;
}

.booking__input .select2-container {
	width: 100% !important;
}

.booking__label {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: var(--font-heading);
	color: var(--color-text-primary);
	font-size: 16px;
	font-weight: 600;
}

.booking__footer {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 65px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background-color: #EBEBEB;
}

.booking__footer-btns {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cancel-booking {
	padding: 12px 20px;
}

.cancel-booking:hover {
	cursor: pointer;
}

.fc .fc-day-disabled {
	background-color: transparent;
}

.fc .fc-day-disabled .fc-daygrid-day-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F4F6F8;
}

.fc .fc-day-disabled .fc-daygrid-day-top {
	visibility: visible !important;
}

.booking__content {
	position: relative;
}

.ui-timepicker-viewport li:before {
	content: none;
}

.dashboard__application-list {
	margin-top: 20px;
    margin-bottom: 80px;
}

.dashboard__table {
	width: 100%;
    border-collapse: collapse;
}

.dashboard__table th {
	padding: 14px 24px;
    text-align: center;
    position: relative;
    background-color: #F8FAFC;
    border-bottom: 1px solid #CBD5E1;
    color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
}

.dashboard__table td {
	padding: 12px 24px;
	text-align: center;
	color: var(--color-dark-blue);
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}

.dashboard__table td:first-child {
	text-align: left;
}

.hm__label {
	padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
	font-size: 14px;
	font-family: var(--font-heading);
	line-height: 140%;
}

.label__cyan {
	color: #FFF;
	background-color: #67ADBC;
}

.label__blue {
	color: #FFF;
	background-color: var(--color-dark-blue);
}

.label__red {
	background-color: #ff8686;
    color: #FFF;
}

.consultation-table-list tbody tr td:first-child {
	padding-left: 45px;
}

.consultation-table-list .checkmark {
	left: -30px;
    top: 12px;
    border: 1px solid #CBD5E1;
}

.single__post-header-title {
	font-size: 66px;
    font-family: var(--font-heading);
    color: #FFF;
    font-weight: 500;
    line-height: 105%;
}

.single__post-header {
	margin: 50px 0;
}

.single__post-header h1 {
	color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.single__post-date {
	color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.single__post-featured img {
	width: 100%;
    height: 535px;
    object-fit: cover;
    object-position: center center;
}

.single__blog-share {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.share__btn {
	width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    align-items: center;
    justify-content: center;
}

.single__blog-elementor {
	max-width: 1130px;
	width: 100%;
}

.single__blog-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 100px;
	position: relative;
}

.single__blog-related {
	padding-bottom: 100px;
}

.wb__elementor-image-with-text {
	height: 470px;
    width: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.image-with-text-content {
	width: 380px;
    padding-top: 50px;
    padding-left: 70px;
    color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
}

.wb__elementor-simple-quote {
	margin: 70px 0 35px;
}

.wb__elementor-simple-quote .simple__quote {
	max-width: 800px;
    margin: 0 auto;
}

.single__blog-related {
	border-top: 1px solid rgba(0, 222, 222, 0.87);
    background-color: #F9F9F9;
}

.related__title {
	padding-top: 100px;
}

.related__post-list {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 20px;
    margin: 50px 0;
}

main.single__post {
	background-color: #F9F9F9;
}

.related__all {
    text-align: center;
}

.related__all a {
    font-weight: 400;
    height: 69px;
}

.wb__elementor-video-popup {
	margin: 35px 0;
}

.wb__elementor-video-popup video {
    border-radius: 5px;
	width: 100%;
}

.wb__elementor-video-popup iframe {
	height: 530px;
    border-radius: 5px;
}

.single__service-content {
	padding-top: 50px;
}

.single__service-page {
	background-color: #F9F9F9;
}

.faq__icon-left img {
	width: 100%;
	height: auto;
	max-width: 580px;
}

.wb__elementor-faq-with-contacts.faq__with-image {
	background: transparent;
}

.payment__page-content {
	margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment__status {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.payment__logo {
	background-color: var(--color-blue);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment__title {
	font-family: var(--font-heading);
    font-weight: 600;
    font-size: 24px;
    color: var(--color-dark-blue);
    line-height: 125%;
}

.side__popup {
	position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9999;
	display: none;
}

.side__popup-consultation {
	position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9999;
	display: none;
}

.side {
	position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    height: 100vh;
    overflow: hidden;
	background-color: #FFF;
}

.side__wrapper {
	padding: 30px 70px 0;
	height: 100vh;
	position: relative;
}

.side__header {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.side__header-name {
	color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.side__tabs {
	display: flex;
	align-items: center;
	gap: 45px;
	margin-top: 30px;
    position: relative;
}

.side__tabs:after {
	content: '';
	display: block;
	height: 1px;
	width: 800px;
	bottom: 0;
	position: absolute;
	left: 0;
	background-color: #DDD;
}

.side__tab {
	color: var(--color-text-primary);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 15px;
}

.side__tab:hover {
	cursor: pointer;
}

.side__tab-active {
	border-bottom: 3px solid var(--color-dark-blue);
	font-weight: 600;
}

.side__footer {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 65px;
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	height: 70px;
	max-height: 70px;
}

.close-side-popup:hover {
	cursor: pointer;
}

.chat {
	padding-bottom: 22px;
    padding-top: 35px;
    height: 77vh;
	position: relative;
}

#chat_form {
	border-radius: 5px;
    border: 1px solid #2E4261;
    background-color: #FFF;
    padding: 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20px 70px;
	align-items: center;
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
}

.chat__input {
	border: none;
    resize: none;
    width: 100%;
    font-family: var(--font-heading);
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
	display: flex;
	align-items: center;
	padding-right: 25px;
}

input[name="chat_attachment"] {
	display: none;
}

.chat__send {
	width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--color-blue);
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 25px;
}

.chat__send button {
	background-color: transparent;
    border: none;
}

.chat__send button:hover {
	cursor: pointer;
}

.chat__input-attachment:hover {
	cursor: pointer;
}

.open-messages-popup:hover {
	cursor: pointer;
}

.chat__msg-recipient {
	display: grid;
	grid-template-columns: 36px 325px;
	grid-column-gap: 10px;
	position: relative;
}

.chat__msg-avatar {
	width: 36px;
    height: 36px;
    background-color: var(--color-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat__msg-avatar svg {
	width: 30px;
    height: auto;
}

.chat__msg-recipient .chat__msg-content {
	display: inline-flex;
    background-color: var(--color-dark-blue);
    border-radius: 20px 20px 20px 0;
    padding: 8px 13px;
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
	width: fit-content;
	max-width: 100%;
	flex-direction: column;
}

.chat__messages {
	display: flex;
	flex-direction: column;
	gap: 35px;
	max-height: calc(100% - 100px);
	min-height: calc(100% - 100px);
    overflow-y: auto;
    padding-right: 10px;
}

.chat__msg-sender {
	display: grid;
	grid-template-columns: 325px 36px;
	grid-column-gap: 10px;
	justify-content: end;
	position: relative;
}

.chat__msg-sender .chat__msg-content {
    order: 1;
    display: inline-flex;
    background-color: #F5F5F5;
    border-radius: 20px 20px 0 20px;
    padding: 8px 13px;
    color: #4F4F4F;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
    justify-content: flex-end;
    max-width: 100%;
	flex-direction: column;
}

.chat__msg-sender .chat__msg-avatar {
	order: 2;
}

.chat__msg-sender .chat__msg-text {
	display: flex;
	justify-content: flex-end;
}

.chat__msg-sender .chat__msg-date {
	position: absolute;
    bottom: -20px;
    color: #828282;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 400;
    right: 46px;
}

.chat__msg-recipient .chat__msg-date {
	position: absolute;
    bottom: -20px;
    color: #828282;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 400;
    left: 46px;
}

.chat__loader {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 5px;
}

.chat__msg-file {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
}

.chat__file-ext {
	flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.chat__file-ext svg,
.chat__file-ext img {
	max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
}

.chat__file-content {
	display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
	overflow: hidden;
}

.chat__file-filename {
	color: var(--color-text-primary);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
	word-break: break-all;
}

.chat__get-file:hover {
	cursor: pointer;
}

.chat__msg-recipient .chat__file-filename {
	color: #FFF;
}

.chat__msg-recipient .chat__get-file svg path {
	fill: #FFF;
}

#upcoming__calendar > .fc-view-harness {
	display: none;
}

#upcoming__calendar > .fc-view-harness.show-month-view {
	display: initial;
}

.upcoming__consultation {
	background-color: var(--color-dark-blue);
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
}

.upcoming__consultation:hover {
	cursor: pointer;
}

.upcoming__consultation-times {
	color: #FFF;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
}

.upcoming__consultation-title {
	color: #FFF;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.open-consultation-info {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.upcoming__consultations {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.open-consultation-info svg path {
	fill: #FFF;
}

.dashboard__upcoming .fc .fc-button {
	background-color: transparent;
    border: none;
}

.dashboard__upcoming .fc .fc-button span:before {
	color: #979797;
}

.dashboard__upcoming .fc .fc-toolbar.fc-header-toolbar {
	background-color: #F4F6F8;
	border-radius: 5px;
	padding: 10px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.dashboard__upcoming .fc .fc-toolbar-title {
	color: #302424;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.dashboard__upcoming .fc .fc-button-primary:focus {
	box-shadow: none !important;
}

.dashboard__upcoming .fc .fc-button-primary:not(:disabled):active {
	background-color: transparent;
    border: none;
}

.open_patient_popup:hover {
	cursor: pointer;
}

.popup__patient-information {
	margin-top: 50px;
}

.patient__information-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-column-gap: 30px;
    margin-bottom: 10px;
}

.patient__information-row div:first-child {
    color: #1E293B;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
}

.patient__information-row div:last-child {
	color: #4F4F4F;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
}

.patient__information-header {
	padding-bottom: 40px;
}

.patient__medical-history {
	margin: 40px 0;
}

.history__item {
	margin-bottom: 25px;
}

.history__header {
	display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    grid-column-gap: 10px;
    align-items: center;
}

.history__date {
	color: #939393;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.history__line {
	width: 100%;
    height: 1px;
    background-color: #DBDBDB;
}

.history__title {
	padding-top: 25px;
    padding-left: 110px;
    color: var(--color-text-primary);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 15px;
}

.history__description {
	font-size: 15px;
    font-weight: 400;
    padding-left: 110px;
    line-height: 150%;
    color: #939393;
}

.input__row {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.input__row label {
	color: #4C4F54;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.input__row input,
.input__row textarea {
	width: 100%;
	border-radius: 5px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    padding: 10px;
    font-size: var(--font-heading);
	margin-bottom: 10px;
}

.input__row textarea {
	min-height: 125px;
}

.input__row.input__columns-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 10px;
}

.medical__history-form {
	padding-top: 30px;
    border-top: 1px solid #DBDBDB;
}

.input__button {
	margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.input__button button {
	min-width: 100px;
}

.side__tab-content {
	max-height: 77vh;
    overflow-y: auto;
    padding-right: 10px;
}

.side__tab-content[data-tab="medical_history"] {
	overflow-y: auto;
    max-height: 77vh;
	padding-right: 10px;
	padding-bottom: 20px;
}

.history__footer {
	margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    color: #939393;
}

#medical__history-form {
	position: relative;
}

.history__files {
	padding-left: 110px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.medical__history-get-file {
	font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-dark-blue);
    text-decoration: underline;
	display: inline-flex;
}

.medical__history-get-file:hover {
	cursor: pointer;
}

.active__consultation-open {
	background-color: var(--color-dark-blue);
    color: #FFF;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.active__consultation-open:hover {
	cursor: pointer;
}

.consultation__row-information {
	display: none;
}

.consultation__join-patient {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-top: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDD;
}

.consultation__join-patient-left {
	display: flex;
    flex-direction: column;
}

.consultation__join-patient-doctor-name {
	font-family: var(--font-heading);
    font-weight: 600;
    line-height: 150%;
    font-size: 16px;
    color: var(--color-text-primary);
}

.consultation__join-patient-timetable {
	font-family: var(--font-heading);
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    color: var(--color-text-primary);
}

.consultation__join-patient-right {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.consultation__cancel-appointment {
	color: #3A3A3A;
    font-size: 13px;
    font-family: var(--font-heading);
    font-weight: 300;
    line-height: 180%;
    text-decoration: underline;
    margin-top: 5px;
}

.consultation__cancel-appointment:hover {
	cursor: pointer;
}

.open_video_consultation_btn {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #2E4261;
	padding: 12px 15px;
	color: #4F4F4F;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	border-radius: 5px;
}

.consultation__add-information {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #F5F5F5;
	border: 1px solid #E2E8F0;
	border-radius: 5px;
	padding: 12px 15px;
	margin-top: 10px;
}

.consultation__add-information div {
	color: #000;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}

.consultation__add-note-form {
	display: none;
	margin: 10px 0;
}

.consultation__note-input {
	min-height: 150px;
	margin-bottom: 10px !important;
}

.consultation__add-note:hover {
	cursor: pointer;
}

.consultation__add-files:hover {
	cursor: pointer;
}

.consultation__note-input .ql-editor {
	min-height: 150px;
}

.ql-editor li[data-list=bullet] > .ql-ui:before {
	content: none !important;
}

.consultation__single-note {
	margin: 15px 0;
    font-size: 14px;
    color: #4F4F4F;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 140%;
}

.consultation__single-note * {
	font-size: inherit !important;
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.consultation__add-files-form {
	display: none;
}

.consultation__files-list .medical__history-get-file {
	border-radius: 5px;
    border: 1px solid #E2E8F0;
    background-color: #FFF;
    padding: 12px 15px;
    color: #4F4F4F;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    display: flex;
	margin: 8px 0;
}

.consultation-table-list td[data-id="actions"] {
	vertical-align: middle;
}

.consultation-table-list td[data-id="actions"]:hover {
	cursor: pointer;
}

.chat__input-attachment {
	position: relative;
}

.chat__attached-filelist {
	font-size: 10px;
    position: absolute;
    white-space: nowrap;
    left: -38px;
    top: 22px;
    color: 4F4F4F;
}

.specialist-book-an-appointment:disabled {
	background-color: #cbcbcb;
    border-color: #cbcbcb;
	pointer-events: none;
}

.payment__activity {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	grid-column-gap: 20px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	padding-top: 15px;
}

.payment__activity-row {
	display: none;
}

.dashboard__accordion-content .ql-container {
	min-height: 200px;
	height: 200px;
}

.dashboard__accordion-content .ql-editor {
	min-height: 200px;
	height: 200px;
}

.dashboard__accordion-title {
	color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding: 25px 50px 25px 25px;
    position: relative;
    border-bottom: 1px solid #E2E8F0;
}

.dashboard__accordion-title svg {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}	

.dashboard__accordion-content {
	padding: 20px 25px;
	display: none;
	border-bottom: 1px solid #E2E8F0;
	position: relative;
}

.dashboard__accordions {
	margin-top: 20px;
	margin-bottom: 60px;
}

.dashboard__accordion.accordion__open .dashboard__accordion-content {
	display: block;
}

.dashboard__accordion-title:hover {
	cursor: pointer;
}

.specialist__text-footer-btns {
	margin-top: 10px;
    /* border-radius: 5px;
    border: 1px solid #E2E8F0;
    background-color: #F5F5F5; */
    padding: 10px;
}

.specialist__text-footer-btns .specialist__text-btn {
	padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: .4s ease;
	background-color: var(--color-blue);
    color: #FFF;
    border: 1px solid var(--color-blue);
    transition: .4s ease;
}

.specialist__text-btn:hover {
	cursor: pointer;
}

.register__form {
	position: relative;
	height: 100%;
}

.accordion__input {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.accordion__input input {
    width: 185px;
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    padding: 10px;
    color: #4C4F54;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.accordion__input label {
	color: #000;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    position: relative;
}

.swal2-container .swal2-icon {
	background-color: var(--color-dark-blue) !important;
	color: #FFF !important;
	position: relative;
	left: 50% !important;
	transform: translateX(-50%) !important;
	margin-top: 15px;
}

.notification__popup {
	position: fixed;
    top: 105px;
    right: 20px;
    background-color: #FFF;
    height: auto;
    z-index: 10000;
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px solid var(--color-dark-blue);
    width: 350px;
	display: none;
}

.notification__popup-content {
	position: relative;
}

.heartbeat {
	-webkit-animation: heartbeat 1.2s ease-in-out infinite both;
	        animation: heartbeat 1.2s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: center center;
			  transform-origin: center center;
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	10% {
	  -webkit-transform: scale(0.85);
			  transform: scale(0.85);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	17% {
	  -webkit-transform: scale(0.98);
			  transform: scale(0.98);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	33% {
	  -webkit-transform: scale(0.78);
			  transform: scale(0.78);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	45% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
}
@keyframes heartbeat {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: center center;
			  transform-origin: center center;
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	10% {
	  -webkit-transform: scale(0.85);
			  transform: scale(0.85);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	17% {
	  -webkit-transform: scale(0.98);
			  transform: scale(0.98);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	33% {
	  -webkit-transform: scale(0.78);
			  transform: scale(0.78);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	45% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
}

.notification__popup-content {
	padding-top: 40px;
}

.notification__icon {
	width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: -26px;
    background-color: red;
    border-radius: 50%;
}

.btn.close-notification {
	position: absolute;
    top: -15px;
    right: -15px;
}

.btn.close-notification:hover {
	cursor: pointer;
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
}
@keyframes slide-in-right {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
}
  
.notification__item {
	background-color: #F8FAFC;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.notification__item-title {
	font-weight: 400;
    font-size: 14px;
}

.no__consultations {
	font-family: var(--font-heading);
    padding: 0 10px;
    text-align: center;
}

.auth__gmail {
	margin-bottom: 20px;
}

.user__input-row {
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.user__input-row label {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--color-dark-blue);
}

.user__input-row input {
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    padding: 10px;
    color: #4C4F54;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}

.user__inputs {
	display: flex;
    gap: 40px;
}

.doctor__avatar-row {
	padding: 30px 0 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.doctor__existing-avatar {
    width: 125px;
    height: 125px;
}

.doctor__existing-avatar img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}

#new_avatar {
	display: none;
}

.form__btn {
	margin-top: 30px;
}

.form__loader {
	position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .75);
	z-index: 20;
}

.form__submitted {
	position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    flex-direction: column;
    gap: 20px;
	z-index: 20;
}

.submitted__text {
	font-family: var(--font-heading);
    color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 500;
}

input.input-validation-error {
	background-color: rgba(255, 0, 0, .35);
    border-color: rgba(255, 0, 0, .35);
    color: #FFF;
}

.password__length {
	margin-top: 10px;
    color: red;
    font-family: var(--font-heading);
    font-size: 14px;
	display: none;
}

.chat__filelist {
	overflow-x: auto;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    gap: 10px;
	display: none;
}

.file-item {
	padding: 5px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    position: relative;
    border-radius: 5px;
	width: 125px;
}

.file-item span {
	font-family: var(--font-heading);
    font-size: 11px;
	color: var(--color-dark-blue);
	word-wrap: break-word;
}

.file__delete-btn {
	margin-bottom: 10px;
    background-color: var(--color-dark-blue);
    color: #FFF;
    border: none;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.file__delete-btn:hover {
	cursor: pointer;
}

.hm__radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
  
.hm__radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
  
.radio__checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--color-dark-blue);
	transition: .4s ease;
}
  
.hm__radio:hover input ~ .radio__checkmark {
	background-color: #EAEAEA;
	transition: .4s ease;
	cursor: pointer;
}

.radio__checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
.hm__radio input:checked ~ .radio__checkmark:after {
	display: block;
}
  
.hm__radio .radio__checkmark:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--color-dark-blue);
    border-radius: 50%;
}

.cancel__consultation-form {
	padding-top: 50px;
	position: relative;
}

.cancel__consultation-title {
	color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

#cancel_consultation_form {
	padding-top: 35px;
}

.radio__group-label {
	font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
    display: flex
}

.hm__radios {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 40px;
}

.hm__radio {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 400;
	font-synthesis: 150%;
}

.hm__input {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.hm__input label {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.hm__input textarea {
    border: 1px solid #E7E7E7;
    padding: 20px;
    min-height: 140px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.cancel__form-btn {
	margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.hm__call-iframe {
	padding-bottom: 50px;
}

.hm__call-iframe iframe {
	width: 100% !important;
    height: 85vh !important;
}

.call__page {
	grid-template-columns: minmax(0, 1fr);
}

.hide__tabs {
	display: none;
}

.specialist__education-files {
	padding-bottom: 30px;
}

.specialist__education-filelist {
	border: 1px solid #E2E8F0;
    padding: 15px;
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	border-radius: 5px;
}

#certificate_img {
	display: none;
}

.ql-toolbar.ql-snow {
	border-radius: 5px 5px 0 0;
}

.dashboard__accordion-content .ql-container {
	border-radius:  0 0 5px 5px;
}

.wpml-ls li:before {
	content: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	border: 1px solid var(--color-dark-blue);
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 35px;
	height: 46px;
	display: flex;
	align-items: center;
}

.wpml-ls-legacy-dropdown {
	width: 100px;
}

.wpml-ls-legacy-dropdown a {
	transition: .4s ease;
}

.wpml-ls-legacy-dropdown a span {
	color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 500;
	transition: .4s ease;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	border: none;
	background-image: url('/wp-content/themes/wb/assets/images/arrow-down.svg');
	width: 24px;
	height: 24px;
	background-size: 24px 24px;	
	top: 50%;
    transform: translateY(-50%);
	transition: .4s ease;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background-color: var(--color-dark-blue);
	transition: .4s ease;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a:after {
	transition: .4s ease;
	filter: brightness(100)
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a span {
	color: #FFF;
	transition: .4s ease;
}

.single__specialist-certificates {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.single__specialist-certificates img {
    width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 5px;
	transition: .3s ease;
	margin-top: 30px;
}

.single__specialist-certificates img:hover {
	cursor: pointer;
	transition: .3s ease;
	filter: brightness(.9);
}

.specialist__education-file {
	position: relative;
}

.specialist__education-file-remove {
	position: absolute;
    top: 5px;
    right: 10px;
    background-color: red;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.specialist__education-file-remove:hover {
	cursor: pointer;
}

.specialist__education-file img {
	height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.profile__notifications {
	position: absolute;
    top: -14px;
    right: -20px;
    background-color: #ff3939;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
	transition: .4s ease;
}

.dashboard__tab .profile__notifications {
	top: 2px;
    right: 2px;
	background-color: #ff3939;
}

.dashboard__tab.dashboard__tab-active .profile__notifications {
	background-color: #ff3939;
	color: #FFF;
}

.dashboard__tab:hover .profile__notifications {
	color: var(--color-dark-blue);
	transition: .4s ease;
}

.dashboard__inner-tab .profile__notifications {
	top: 2px;
    right: -5px;
	background-color: #ff3939;
}

.specialist__notifications {
	padding: 25px 0;
}

.notification__message-content {
	word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    padding: 30px 15px;
    border-bottom: 1px solid #CBD5E1;
    border-top: 1px solid #CBD5E1;
}

.notification__unread td {
	background-color: rgba(13, 152, 186, .25);
}

.wpml-ls-legacy-list-horizontal a span {
	color: var(--color-dark-blue);
    font-weight: 500;
    font-size: 13px;
    background-color: rgba(46, 66, 97, .1);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	transition: .3s ease;
}

.wpml-ls-legacy-list-horizontal a:hover span {
	cursor: pointer;
	transition: .3s ease;
	background-color: rgba(46, 66, 97, .15);
}

.mobile__btn {
	display: none;
}

.mobile__btn:hover {
	cursor: pointer;
}

.slick-dots {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
	gap: 25px;
}

.slick-dots li::before {
	content: none;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	display: block;
	padding: 0;
	font-size: 0;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #2E4261;
	opacity: 0.5;
	display: block;
	font-size: 0;
	border-radius: 50%;
	border: none;
	transition: .3s ease;
	padding: 0;
}

.slick-dots li button:hover {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background-color: var(--color-dark-blue);
	opacity: 1;
	transition: .3s ease;
}

.wb__elementor-header-large-image {
    height: 657px;
    width: calc(100% - 200px);
    margin: 0 100px 50px;
    border-radius: 5px;
    position: relative;
}

.auth__footer .hm__checkbox {
	margin-bottom: 0;
}

.password__recovery {
	margin: 80px 0;
}

#password__recovery-form {
	max-width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#reset-password__button {
	padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: .4s ease;
    background-color: var(--color-blue);
    border: none;
    color: #FFF;
}

.forgot__password-errors .password_error {
	margin-bottom: 20px;
    color: #ff0000;
    font-size: 15px;
    text-decoration: underline;
}

.mobile__menu {
	position: fixed;
    top: 95px;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: #FFF;
    width: 100%;
    height: calc(100vh - 95px);
    overflow-y: auto;
}

.mobile__nav ul li:before {
	content: none;
}

.mobile__nav > ul > li > a {
    display: block;
    width: 100%;
    color: var(--color-text-primary);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 32px;
}

.mobile__nav {
	padding: 32px 20px;
}

.sub-menu {
	padding-bottom: 32px;
}

.mobile__nav .sub-menu {
	padding-left: 40px;
}

.mobile__nav .sub-menu li a {
	font-size: 18px;
	color: var(--color-text-primary);
	font-weight: 400;
	line-height: 200%;
}


.mobile__nav ul li {
	padding-left: 0;
}

.mobile__menu-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.filters__loader {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .75);
}

.wb__elementor-specialists {
	position: relative;
}

.elementor-widget-text-editor table {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.elementor-widget-text-editor table tr td {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
	padding: 8px;
	color: var(--color-text-primary);
}

.elementor-widget-text-editor h3 {
	font-size: 23px;
    font-weight: 600;
    color: var(--color-dark-blue);
	line-height: 150%;
}

.elementor-widget-text-editor h4 {
	font-size: 19px;
    font-weight: 600;
    color: var(--color-dark-blue);
	line-height: 150%;
}

.elementor-widget-text-editor h3 strong,
.elementor-widget-text-editor h3 b {
	font-weight: 600;
}

.elementor-widget-text-editor table tr td.table__header {
	background-color: var(--color-dark-blue);
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

.elementor-widget-text-editor ol li {
	line-height: 150%;
}

.doctor__statistics-row {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
}

.doctor__statistics-row span {
	font-weight: 600;
}

.single__specialist-approach-list {
	padding-bottom: 20px;
}

.single__specialist-approach-list ul {
    padding-left: 20px;
    padding-top: 10px;
}

.specialist__languages ul {
	padding-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #FFF;
	padding: 10px;
}

.specialist__next-appointment {
    color: var(--color-text-primary);
    font-size: 15px;
    font-weight: 500;
	line-height: 120%;
}

.specialist__next-appointment span {
    color: var(--color-blue);
}

.footer__copyright div,
.footer__copyright div a {
	font-size: 12px;
	color: #FFF;
}

.hm__meeting {
	position: relative;
}

#hm__meeting-loader {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, .85);
    display: none;
    align-items: center;
    justify-content: center;
}

.footer__logo {
	padding-bottom: 30px;
}

.footer__logo svg {
	width: 175px;
	height: auto;
}

.specialist__price-wrapper {
	display: flex;
    flex-direction: column;
    gap: 8px;
	align-items: flex-end;
}