#update_vendor_request_container{
	position: relative;
	color: black;
	width: 97%;
	height: 1154px;
	left: 25px;
	top: 25px;
	background: white;
}

.modal {
	position: fixed; /* Stay in place */
	z-index: 70; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal_header {
	/* Curtain Header */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px 0px 0px;
	gap: 519px;
	width: 100%;
	height: 56px;
	/* Entrata Brand Red */
	background: #E42127;
	border-radius: 0px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.modal_logo {
	background-color: #E42127;
	float: left;
	width: 160px;
	height: 55px;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding: 15px 20px;
}

.close_update_modal {
    background: rgba(255,255,255,0.2);
	width: 122px;
	height: 38px;
	color: #fff;
	font-size: 16px;
	align-items: center;
	display: flex;
	justify-content: center;
	cursor: pointer;
	border: 0 none;
	right: 0px;
	top: 10px;
	border-radius: 0px;
	outline: none;
}

.close_update_modal:hover {
	color: black;
	background-color: white;
	border: 3px solid black;
	font-size: 16px;
}

.modal_body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px 0px 0px;
	gap: 519px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.modal_info_div {
	/* Frame 2 */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0px;
	position: absolute;
	width: 372px;
	left: 97px;
	top: 87px;
	gap: 16px;
}

.modal_pdf_div {
	/* Rectangle 100 */
	position: absolute;
	width: 60%;
	height: 85%;
	left: 556px;
	top: 87px;
	background: #323639;
}

#pdf_viewer {
	margin: 1%;
}

.info_header {
	/* Account Information */
	width: 372px;
	height: 48px;
	/* Heading/H1 */
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	gap: 16px;
	/* identical to box height, or 150% */
	color: #000000;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.info_tab {
	/* Update Business Information */
	width: 372px;
	height: 24px;
	/* Heading/H4 */
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	gap: 16px;
	/* identical to box height, or 133% */
	color: #000000;
	/* Inside auto layout */
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	margin-top: 16px;
}

.info_alert {
	/* Alert */

	box-sizing: border-box;

	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 16px;
	gap: 16px;

	width: 372px;
	height: fit-content;

	background: #FDFDFD;
	border: 1px solid #E0E0E0;
	border-radius: 16px;

	/* Inside auto layout */
	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;

	margin-top: 16px;
	margin-bottom: 16px;
	min-height: 120px;
}

.alert_content {
	/* Internal Content */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	width: 340px;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 1;
}

.info_alert_left {
	/* Left Side */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	width: 340px;
	height: 88px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 1;
}

.info_symbol {
	/* Alert Badges/Error */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px;
	width: 40px;
	height: 40px;
	background: #F7DDDE;
	border-radius: 48px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}

.info_text {
	/* Text Content */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	width: 284px;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 1;
}

.into_text_header {
	/* Alert Title */
	width: 284px;
	height: fit-content;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	/* or 100% */
	color: #292929;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.into_text_tab {
	/* Alert message */
	width: 284px;
	height: fit-content;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	/* or 123% */
	color: #292929;
	/* Inside auto layout */
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.form_div {
	/* Frame 2 */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 23px;
	width: 372px;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
	margin-bottom: 25px;
}

.form_row {
	/* Form Row / Stacked */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;
	width: 372px;
	height: 62px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.label_div {
	/* Labels */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 0px;
	gap: 4px;
	width: 372px;
	height: 18px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.label_main_text {
	/* Label: */
	height: 18px;
	/* Other/Body 2
	Input Value, View Value
	*/
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */
	color: #383838;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}

.label_sub_text_span {
	/* Optional Label */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 24px 0px 0px;
	gap: 8px;
	width: 106px;
	height: 12px;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;
}

.label_sub_text {
	/* (Optional) */
	height: 12px;
	font-family: 'Inter', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	/* identical to box height, or 120% */
	color: #999999;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}

.input_div {
	/* Input */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	width: 372px;
	height: 40px;
	/* Inside auto layout */
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.input_text {
	/* Input Field */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;
	width: 372px;
	height: 40px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 1;
}

.input_value {
	/* Value */
	width: 372px;
	height: 41px !important;
	/* Form/Input Text */
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	/* identical to box height, or 107% */
	color: #292929;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 1;
	z-index: 0;
}

.update_btn_div {
	/* Button
Large: For launching large/important workflows from a main section. The menu is added when there are multiple important workflows.
Small: For performing key actions in the middle of workflows. Try all other instances should use the action button.
Menu: If there are multiple actions that could be taken of the same hierarchical importance or similar effect
*/
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 12px;
	width: 372px;
	height: 48px;
	background: #1578C9;
	box-shadow: 0px 0.5px 2px rgba(15, 58, 92, 0.15);
	border-radius: 8px;
	/* Inside auto layout */
	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
}

.update_btn_class {
	/* Button Text */
	width: 62px;
	height: 16px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	/* identical to box height, or 89% */
	color: #FDFDFD;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	background: none;
	border: none;
}

.full-doc-view object {
	min-height: 1000px;
	width: 100%;
}

.full-doc-view  {
	/*max-height: 206vh;*/
	/*max-width: 100vh;*/
	width: 100%;
	overflow: auto;
}

.full-doc-view img {
	height:100%;
	width: 100%;
}

@media only screen and (max-width: 600px) {
	#update_vendor_request_container {
		left: 6px;
		top: 14px;
		min-height: 100vh;
		overflow: auto;
		width: auto;
	}

	.modal_header {
		gap: 0px;
	}

	.modal_info_div {
		left: 6px;
	}

	.modal_pdf_div {
		width: 88%;
		height: 56vh;
		left: 15px;
		top: 866px;
		margin-bottom: 25px;
	}

	.full-doc-view object {
		min-height: 96vh;
		width: 100%;
	}

	.error_div {
		top: 300px !important;
		left: 50px !important;
	}
}

.hide {
	display: none;
}

.show {
	display: block;
}

.error_div {
	position: absolute;
	width: 367px;
	height: 132px;
	top: 352px;
	left: 578px;
	gap: 16px;
	opacity: 0px;
}
.error_tab_header {
	width: 367px;
	height: 32px;
	gap: 0px;
	opacity: 0px;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	margin-bottom: 15px;
}
.error_tab_text {
	width: 367px;
	height: 84px;
	gap: 0px;
	opacity: 0px;
	font-family: 'Montserrat';
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.error_tab_text a {
	color: #1578C9;
}
