body {
	background-color: #fff !important;
}

.adjustToCenter {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.app-body {
	height: auto;
	background: linear-gradient(0deg, rgba(12, 61, 134, 1) 0%, rgba(20, 125, 200, 1) 100%) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - (120px + 70px));
	margin-bottom: 0px !important;
	padding-top: 50px;
}

.whiteBody {
	height: auto;
	width: 35% !important;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 5px 15px 5px;
	box-shadow: 0px 0px 10px 5px rgb(255 255 255 / 75%);
}

.legacyHeight {
	min-height: calc(104vh - (120px + 70px)) !important;
}

.legacyCustomFooter {
	position: fixed;
	bottom: 0;
	height: 50px;
	text-align: right;
	width: 100%;
	background: #fff;
	padding: 12px 50px 10px 10px
}

.legacyCustomFooter p {
	display: inline-block;
	vertical-align: middle;
	font-weight: bolder;
	margin-bottom: 0;
	margin-right: 5px;
}

.legacyCustomFooter img {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}

.heading {
	font-size: 2.2rem;
	text-align: center;
	color: #D64249;
	font-weight: bold;
	padding: 0px 12px 12px 12px;
}

.footerDiv {
	padding: 12px 50px 10px 10px;
	width: 100%;
	display: inline-block;
	text-align: right;
	height: 70px;
}

@media only screen and (max-width: 480px) {
	.whiteBody {
		width: 70% !important;
	}

	.heading {
		font-size: 1.5rem;
	}

	.commonMedia {
		font-size: 16px !important;
		padding: 8px 12px !important;
		width: 50% !important;
	}

	.footerDiv>span {
		font-size: 1em !important;
	}

	.footerDiv>img {
		height: 20px !important;
	}

	.footerDiv {
		padding-right: 32px;
	}

	.responsiveFooter {
		height: 50px;
	}

	.adjustToCenter>img {
		max-width: 200px !important;
		height: 90% !important;
	}

	.adjustToCenter {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px !important;
	}

}

@media screen and (min-height: 300px) and (max-height: 450px) {
	.adjustToCenter {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px !important;
	}

	.whiteBody {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 700px) {
	.feedBackHeading {
		font-size: 4vw;
	}
}

@media only screen and (min-width: 350px) and (max-width: 480px) {
	.feedBackHeading {
		font-size: 5vw;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1050px) {
	.whiteBody {
		width: 50% !important;
	}

	.heading {
		font-size: 2.2rem;
	}

	.commonMedia {
		font-size: 16px !important;
		padding: 8px 12px !important;
		width: 41% !important;
	}

	.responsiveContent {
		padding-top: 25px;
		padding-bottom: 60px !important;
	}
}

@media (max-width: 306px) {
	.footerDiv>span {
		font-size: 0.8em !important;
	}

	.footerDiv>img {
		height: 15px !important;
	}

	.responsiveContent {
		padding-top: 25px;
		padding-bottom: 25px !important;
	}

	.adjustToCenter>img {
		max-width: 168px !important;
		height: 85% !important;
	}
}

@media (max-width: 767px) {
	.error-msg {
		width: 250px;
	}

	.not-found-img {
		height: 160px;
		width: 250px;
	}

	.not-found-msg {
		font-size: 15px;
	}

	.error-msg-description {
		font-size: 12px;
	}

	.patient-not-exist-msg {
		font-size: 21px;
	}

	.patient-not-exist-img {
		height: 150px;
		width: 240px;
	}

	.customizable-survey-ans {
		margin-left: 2.5em !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1300px;
	}

	.container-unsubscribe{
		width: 100%;
		max-width: none !important;
	}

	.error-msg {
		width: 400px;
	}

	.not-found-img {
		height: 260px;
		width: 360px;
	}

	.not-found-msg {
		font-size: 21px;
	}

	.forbidden-msg-description {
		margin-right: 20px;
	}

	.forbidden {
		margin-left: 35px
	}

	.not-found-description {
		margin-right: 45px;
	}

	.full-screen {
		margin-left: 15px;
	}

	.patient-not-exist-msg {
		font-size: 21px;
	}

	.patient-not-exist-img {
		height: 250px;
		width: 350px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.not-found-img {
		height: 185px;
		width: 260px;
	}

	.not-found-msg {
		font-size: 18px;
	}

	.patient-not-exist-msg {
		font-size: 18px;
	}

	.patient-not-exist-img {
		height: 175px;
		width: 250px;
	}
}

.survey-buttons {
	padding: 0px 38px 0px 38px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.margin-bottom-indatepicker {
	margin-bottom: 20px;
}

@media only screen and (min-width: 990px) and (max-width: 1090px) {
	.custom-dropdown {
		margin-left: 5em !important;
	}
}

@media only screen and (min-width: 765px) and (max-width: 990px) {
	.custom-dropdown {
		margin-left: 3.5em !important;
	}
}

@media only screen and (min-width: 690px) and (max-width: 765px) {
	.custom-dropdown {
		margin-left: 1em !important;
	}

	.margin-bottom-indatepicker {
		margin-bottom: 0px;
	}
}

@media (max-width: 690px) {
	.custom-dropdown {
		margin-left: 0.5em !important;
	}

	.margin-bottom-indatepicker {
		margin-bottom: 0px;
	}
}

.txt-ellipses-cls {
	white-space: nowrap;
	overflow: initial;
	text-overflow: ellipsis;
}

@media (min-width: 992px) {
	.address-div {
		width: 91% !important;
		margin-left: 10em !important;
	}
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
	.address-div {
		width: 91% !important;
		margin-left: 7em !important;
	}
}

@media only screen and (min-width: 691px) and (max-width: 767px) {
	.address-div {
		width: 91% !important;
		margin-left: 2em !important;
	}
}

@media (max-width: 691px) {
	.address-div {
		width: 91% !important;
		margin-left: 1em !important;
	}
}

@media (min-width: 767px) {
	.customizable-survey-ans {
		margin-left: 12.5em !important;
	}
}

.popoverClass {
	background-color: #fff;
	margin-left: 72%;
	min-width: fit-content !important;
	border: 1px solid lightgrey !important;
	word-break: break-word;
	position: absolute !important;
	z-index: 1060;
	top: inherit;
	left: inherit;
	margin-top: -7%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
}

.unset .ui-select-choices {

	top: -200px !important
}

.top .ui-select-choices {
	top: unset !important;
}

.ui-select-choices-row-inner div {
	word-wrap: break-word !important;
	white-space: normal !important;
	width: 100% !important;
}

.left-arrow {
	position: absolute;
}

.left-arrow:before,
.left-arrow:after {
	content: '';
	position: absolute;
	background-color: white;
}

.left-arrow:before {
	width: 14px;
	height: 14px;
	/* top: 98%; */
	position: absolute;
	left: -13px;
	transform: translateY(361%) rotate(-45deg);
	border-top: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
}

