.popular-search-title {
	color: var(--bv-secondary-low-gray-color);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal !important;
}

.popular-search-text {
	cursor: pointer;
	text-decoration: none;
	color: var(--bv-tertiary-text-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal !important;
	padding: 2px 2px;
	border-radius: var(--bv-fourth-radius);
	transition: var(--bv-primary-transition);
}

.popular-search-text:hover {
	color: var(--bv-high-primary-color);
}


/* hospitals --> */
.hospitals-section {
	width: 100%;
	padding: 0 92px 60px 92px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 73px;

}

.hospitals-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hospitals-title {
	color: var(--bv-title-color);
	text-align: right;
	font-family: IRANYekan-Bold !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal !important;
}

.hospitals {
	direction: rtl;
	width: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
	row-gap: 27px;
	column-gap: 25px;
}

.hospitals.clinics {
	grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
}

.hospitals.clinics .hospital-description {
	color: #89ADC5;
	text-align: right;
	font-family: IRANYekan;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.227%;
}

.hospitals.clinics .hospital-body {
	align-items: center;
}

.hospitals.clinics .hospital-footer {
	justify-content: center;
	align-items: center;
}

.hospitals.clinics .hospital-footer p {
	color: #3D83A6;
	text-align: right;
	font-family: IRANYekan;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 128.227%;
	transition: var(--bv-primary-transition);
}

.hospitals.clinics .hospital:hover .hospital-footer p {
	color: var(--bv-white-color);
}


.hospital {
	border-radius: var(--bv-tertiary-radius);
	border: 1px solid var(--bv-border-gray-color);
	background: var(--bv-white-color);
	box-shadow: var(--bv-tertiary-shadow);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 15px;
	cursor: pointer;
	transition: var(--bv-primary-transition);
	min-height: 180px;
}

.hospital-image {
	--size: 66px;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
}

.hospital:hover {
	height: unset !important;
	transform: translate(0, -16px);
	transform: translate3d(0, -16px, 0);
	box-shadow: var(--bv-secondary-shadow);
}

.hospital:hover .hospital-footer {
	height: 35px !important;
	background: var(--bv-primary-color);
}

.hospital:hover .hospital-footer-text {
	color: var(--bv-white-color);
}

.hospital:hover .hospital-footer-item svg path {
	fill: var(--bv-white-color);
}


.hospital-body {
	--px: 22px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	padding: 28px var(--px) 10px var(--px);
}

.hospital-content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	gap: 7px;
}

.hospital-title {
	color: var(--bv-title-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px !important;
	text-align: right;
}

.hospital-address {
	color: var(--bv-secondary-text-color);
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.227% !important;
	min-height: 47px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hospital-description {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 3px;
}

.hospital-footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0px 0px var(--bv-secondary-radius) var(--bv-secondary-radius);
	background: var(--bv-gray-color);
	height: 35px;
	padding: 0 17px;
	transition: var(--bv-primary-transition);
}

.hospital-footer-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.hospital-footer-item svg path {
	transition: var(--bv-primary-transition);
}

.hospital-footer-text {
	color: var(--bv-title-color);
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal !important;
	transition: var(--bv-primary-transition);
}

.hospitals-section .biovisit-btn {
	width: 356px;
}

.popular-search-words {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.hospitals-section {
		--px: 24px;
		padding: 0 var(--px) 30px var(--px);
	}

	.hospitals {
		column-gap: 17px;
		row-gap: 22px;
		grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	}

	.hospitals-section {
		gap: 31px;
	}

	.popular-search-words {
		gap: 0;
	}
}

@media (max-width: 480px) {
	.hospitals-section {
		--px: 17px;
		padding: 0 var(--px) 20px var(--px);
	}


	.hospital-body {
		padding-top: 18px;
	}

	.hospital {
		gap: 2px;
	}

	.hospitals-content {
		gap: 13px;
	}

	.hospitals-title {
		font-size: 13px;
	}

	.hospitals-section .biovisit-btn {
		width: 100% !important;
	}

	.popular-search-box .popular-search-title,
	.popular-search-box .popular-search-text {
		font-size: 9px;
	}
}


/* ----------- new */

.bv-regulations-modal .title {
	color: #255C78;
	font-family: IRANYekan !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: unset !important;
}

.bv-regulations-modal .text {
	color: #424242;
	text-align: right;
	font-family: IRANYekan !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: unset !important;
}

.bv-regulations-modal .content {
	row-gap: 20px;
	padding: 0 12px 20px;
}

.bv-regulations-modal .actions {
	column-gap: 22px;
	margin-top: 30px;
	width: 80%;
}

.bv-regulations-modal .actions button {
	flex: 1;
}

.modal-close-action {
	cursor: pointer;
	transition: all 0.3s ease;
}

.modal-close-action:hover {
	transform: scale(1.2);
}


.bv__login-main {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-bottom: 40px;
}


.bv__card {
	min-width: 200px;
	border-radius: 7px;
	border: 1px solid #E9E9E9;
	/* box-shadow: 0px 0px 20px 0px #36459B; */
	padding: 34px 30px;
	border-top: 8px solid #255C78;
	box-shadow: 0px 0px 10px 0px #C5D6ED;
}


.bv__login-details {
	display: flex;
	align-items: center;
	width: 100%;
	column-gap: 28px;
	margin-top: 18px;
}

.bv__login-avatar {
	display: flex;
	align-items: center;
}

.bv__login-avatar img {
	border-radius: 50%;
}

.bv__login-avatar img {
	width: 97px;
	height: 96px;
	align-self: center;
}

.bv__login-detail {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.bv__login-title {
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: space-between;
	column-gap: 40px;
}

.bv__login-detail .title {
	color: #255C78;
	text-align: right;
	font-family: IRANYekan !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}

.bv__outline-badge {
	color: #3D83A6;
	text-align: right;
	font-family: IRANYekan;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #B2C6E3;
	min-height: 32px;
	padding: 3px 12.5px;
}

.bv__login-detail .text {
	color: #4CA1CC;
	text-align: right;
	font-family: IRANYekan !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

.bv__login-detail .date {
	color: #255C78;
	text-align: right;
	font-family: IRANYekan;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	/* margin-top: 4px; */
}

.bv__card.bv__login-card {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding: 45px 32px 39px;
	margin-top: 20px;
}


.bv__card.bv__login-card .bv__divider {
	margin-top: 8px;
}

.bv__divider {
	width: 100%;
	height: 1px;
	border-radius: 4px;
	background: #E2EDF4;
}

.bv__login-form {
	display: flex;
	flex-direction: column;
	row-gap: 34px;
}

.bv__login-form .description {
	color: #424242;
	font-family: IRANYekan !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

.bv__login-form .items {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.bv__login-form .items div[class^="step-"] {
	display: none;
	row-gap: 16px;
}

.bv__login-form .items div[class^="step-"].show {
	display: flex;
	flex-direction: column;
}

.bv__login-form .items .biovisit-btn {
	width: 100%;
	margin-top: 7px;
}

.bv__login-type {
	align-self: flex-start;
}

.bv__login-type.show-in-desktop {
	display: block;
}

.bv__login-type.show-in-mobile {
	display: none;
}

.date-box {
	display: flex;
	align-items: center;
	column-gap: 8px;
	justify-content: center;
	margin-top: 4px;
}

@media (max-width: 680px) {
	.bv__login-details {
		flex-direction: column;
		align-items: center;
		margin-top: 8px;
	}

	.bv__login-title {
		justify-content: center;
	}

	.bv__login-detail {
		margin-top: 12px;
		align-items: center;
	}

	.bv__login-type.show-in-desktop {
		display: none;
	}

	.bv__login-type.show-in-mobile {
		display: block;
	}

	.date-box {
		margin-top: 10px;
	}

	.bv__card.bv__login-card {
		border-top: unset !important;
		padding: 24px 16px !important;
		row-gap: 10px;
		margin-top: 0;
		box-shadow: unset !important;
	}

	.bv__login-avatar img {
		width: 82px;
		height: 81px;
	}

	.bv__login-form {
		row-gap: 16px;
	}

	.bv__login-form .items,
	.bv__login-form .items div[class^="step-"] {
		row-gap: 14px;
	}
}

.app-second-input.bv-login-input:-webkit-autofill,
.app-second-input.bv-login-input:-webkit-autofill:hover,
.app-second-input.bv-login-input:-webkit-autofill:focus,
.app-second-input.bv-login-input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #F8FCFF inset !important;
}


/* otp */
.modal-body.bv__otp {
	padding: 72px 73px 44px;
	position: relative;
}

.bv__otp-action {
	position: absolute;
	left: 24px;
	top: 25px;
	transition: all .2s ease;
	cursor: pointer;
	transform: translate(180deg);
}

.bv__otp-action:hover {
	transform: scale(1.25) translate(180deg);
}

[dir=rtl] .bv__otp-action {
	left: unset;
	right: 24px;
	transform: translate(0);
}

[dir=rtl] .bv__otp-action:hover {
	transform: scale(1.25) translate(0);
}

.bv__otp-header .title {
	color: #255C78;
	font-family: IRANYekan-ExtraBold !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	align-self: flex-start;
}

.bv__otp-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 56px;
	align-items: center;
}

.bv__otp-header .header-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 19px;
	align-items: center;
}

.bv__otp-header .text {
	color: #424242;
	font-family: IRANYekan-Bold !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

.bv__otp-header .change-mobile-action {
	cursor: pointer;
	color: #255C78;
	text-align: right;
	font-family: IRANYekan-Bold !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.bv__otp-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 48px;
	align-items: center;
}

.bv__otp-body .form {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 42px;
	align-items: center;
}

.bv__otp-body .form .left-text {
	color: #636366;
	text-align: center;
	font-family: IRANYekan !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
}


/* ------- */
.bv__card.bv__confirmation-turn-card {
	display: flex;
	flex-direction: column;
	row-gap: 28px;
	padding: 5px 34px 53px;
	margin-top: 20px;
	min-width: 500px;
}

.bv__confirmation-turn-header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	row-gap: 14px;
	padding: 23px 0;
	justify-content: space-between;
}

.bv__confirmation-turn-header .title {
	color: #255C78;
	font-family: IRANYekan-Bold !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.bv__confirmation-turn-body .details {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 21px;
}

.bv__confirmation-turn-body.outline {
	border-radius: 4px;
	border: 1px solid #E2EDF4;
	padding: 25px;
}

.bv__confirmation-turn-body .details .item {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 4px;
	flex-wrap: wrap;
	row-gap: 6px;
	justify-content: space-between;
}

.bv__confirmation-turn-body .details .item .title,
.info-title {
	min-width: 120px;
	color: #636366;
	text-align: start;
	font-family: IRANYekan;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

[dir=ltr] .bv__confirmation-turn-body .details .item .title {
	min-width: 150px;
}

.bv__confirmation-turn-body .details .item .text,
.info-text {
	color: #255C78;
	text-align: right;
	font-family: IRANYekan;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.info-text {
	min-height: 30px;
}

.bv__confirmation-turn-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}


@media (max-width: 680px) {
	.bv__card.bv__confirmation-turn-card {
		border-top: unset;
		box-shadow: unset;
		min-width: 250px;
		border: unset;
		width: 100%;
		row-gap: 18px;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.bv__confirmation-turn-body .details .item .title {
		min-width: 90px;
	}

	.bv__confirmation-turn-body .details .item .title,
	.bv__confirmation-turn-body .details .item .text {
		font-size: 14px;
	}

	.bv__confirmation-turn-header .title {
		font-size: 16px;
	}

	.bv__outline-badge {
		font-size: 12px;
	}

	.bv__confirmation-turn-header {
		padding: 9px 0;
	}

	.bv__confirmation-turn-body .details {
		row-gap: 15px;
	}
}


/* ---- */

.bv__login-header {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 28px;
	flex-wrap: wrap;
	row-gap: 30px;
}

.bv__login-header-content {
	display: flex;
	flex-direction: column;
	row-gap: 22px;
	margin-top: -14px;
}

.bv__login-header-content .title {
	color: #0B4463;
	text-align: start;
	font-family: IRANYekan-ExtraBold !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 18px !important;
}

.bv__login-header-content .text {
	color: #438AB3;
	text-align: start;
	font-family: IRANYekan !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px !important;
}

.bv__login-icon {
	display: flex;
	align-items: center;
}

.bv__login-footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 6px;
}

.bv__login-link {
	text-decoration: none;
	cursor: pointer;
	color: #408FC3;
	font-family: IRANYekan !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
}

.bv__signup-content-header .title {
	color: #0B4463;
	font-family: IRANYekan !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.bv__signup-content-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bv__signup-content-header .back-action {
	display: flex;
	align-items: center;
	height: fit-content;
	cursor: pointer;
}

.bv__signup-content-header .back-action svg {
	display: none;
}

.bv__signup-content-header .back-action.show svg {
	display: flex;
}

[dir=ltr] .bv__signup-content-header .back-action,
[dir=ltr] .bv__otp-action {
	transform: rotate(180deg);
}

/*custom styles*/

.flex-gap-1 {
	gap: 0.5rem;
}


.flex-gap-2 {
	gap: 1rem;
}

.flex-gap-3 {
	gap: 1.5rem;
}

.cursor-pointer {
	cursor: pointer;
}
