/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*              vinfast official variables start           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

:root {
	--dark_blue: #00205b;
	--bright_blue: #00a0dc;
	--grey: #dde2e6;
}

@font-face {
	font-family: Avenir;
	src: url(../../fonts/avenir/AvenirNextLTPro-Regular.otf);
}

@font-face {
	font-family: Avenir;
	src: url(../../fonts/avenir/AvenirNextLTPro-Bold.otf);
	font-weight: 600;
}

@font-face {
	font-family: Avenir;
	src: url(../../fonts/avenir/AvenirNextLTPro-It.otf);
	font-style: italic;
}

@font-face {
	font-family: Avenir;
	src: url(../../fonts/avenir/AvenirNextLTPro-Bold-Italic.ttf);
	font-style: italic;
	font-weight: bold;
}

* {
	font-family: Avenir, Arial, Helvetica, sans-serif;
}

body {
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*              vinfast official variables end             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                vinfast  start                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.entire_header_container {
	padding: 0px 40px 0px 40px;
	background:rgb(120 155 170);
}

.mobile_menu_oem {
	display: none;
}

.oem_header_logo_contain_mobile {
	display: none;
}


.mobile_actual_menu {
	display: none;
}

.generic_header_img_contain_mobile {
	display: none;
}

.oem_header_logo_contain_mobile_smaller {
	display: none;
}

.actual_language_switch {
	display: flex;
	width: 75px;
	top: 10px;
	position: relative;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: -35px;
}

.each_language {
	font-size: 14px;
	color: black;
	background: white;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.each_language:not(:last-child) {
	margin-right: 5px;
}

.each_language:hover {
	text-decoration: none;
}

.oem_header_logo_contain {
	position: absolute;
	top: 30px;
	width: 220px;
}

.actual_oem_logo_header {
	width: 100%;
	height: auto;
}

.entire_header_nav {
	display: flex;
	padding: 20px 0;
	justify-content: space-around;
	font-size: 15px;
	align-items: center;
	color: #ebe5e5;
	font-weight: 600;
}

.tab-btn.active-tab-btn {
	text-decoration: underline;
	background: white;
	padding: 5px;
	border-radius: 40px;
	color: #1668ff;
}

.each_header_nav_tab_item {
	cursor: pointer;
}

.each_header_nav_tab_item:hover {
	text-decoration: underline;
}

.generic_header_img {
	width: 100%;
}

.vinfast_button {
	background: #1668ff;
	color: white;
	font-weight: 400;
	display: flex;
	height: 37px;
	justify-content: center;
	align-items: center;
	border: none;
	width: 125px;
	font-size: 15px;
	padding-top: 5px;
	cursor: pointer;
	outline-style: solid;
    outline-color: #ffffff;
}

.centered_element {
	text-align: center;
}

.contain_flex_sections {
	display: flex;
	padding: 20px 40px;
}

.contain_regular_sections {
	padding: 20px 40px;
}

.left_contain_sections {
	border-right: 5px solid var(--bright_blue);
	padding-right: 25px;
	margin-right: 40px;
	min-width: 375px;
}

.each_section_title {
	margin-top: 5px;
	font-weight: 600;
	padding-bottom: 25px;
}

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

.each_section_subtitle {
	font-weight: 600;
	padding-bottom: 20px;
}

.each_list_section {
	padding-left: 20px;
}

.each_list_item {
	padding-bottom: 30px;
}

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

.sign_container {
	text-align: center;
	padding-bottom: 30px;
}

.actual_sign_image {
	max-width: 42%;
}

.mission_statement_contain {
	flex-basis: 60%;
}

.each_section_paragraph {
	margin-bottom: 25px;
}

.need_help_container {
	background: var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

i.fa.fa-phone {
	font-size: 70px;
	margin-right: 10px;
	height: 68px;
}

.actual_need_help_text {
	font-size: 20px;
}

.actual_help_number {
	font-weight: 600;
	color: black;
}

.actual_help_number:hover {
	color: var(--bright_blue);
	text-decoration: none;
}

.entire_footer_container {
	padding: 20px 40px;
	font-size: 12px;
}

.footer_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}

.left_actual_footer_icon {
	width: 100%;
	height: auto;
}

.right_side_footer_icon {
	text-align: right;
}
.right_actual_footer_icon {
	width: 100%;
	height: auto;
}

.footer_help_links {
	color: black;
}

.footer_help_links:hover {
	color: var(--bright_blue);
	text-decoration: none;
}

.dealer_login_container .vinfast_button {
	margin: auto;
}

.contain_apply_box_button .vinfast_button {
	margin: auto;
}

.dealer_login_btn_contain .vinfast_button {
	margin: auto;
	margin-top: 20px;
}

.apply_now_box {
	max-width: 830px;
	overflow-x: hidden
}

.apply_now_input {
	width: 100%;
	margin-top: -3px;
	margin-bottom: 10px;
}

.flex_align_label {
	display: flex;
}

.agree_check {
	cursor: pointer;
}

.agree_label {
	margin-left: 10px;
	cursor: pointer;
	flex: 1;
}

.required_input {
	color: red;
}

.dealer_login_box {
	padding: 15px;
	max-width: 400px;
}

.each_login_dealer_field {
	padding-bottom: 10px;
}

.error_login_text {
	color: red;
}

.hidden_on_desktop {
	display: none;
}

.vinfast_color_title {
	color: var(--bright_blue);
}

.longer_button {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.submit_sponsor_shops_btn_contain {
	padding-bottom: 20px;
}

.submit_sponsor_shops_btn_contain .vinfast_button {
	margin: auto;
}

#electronicSign1 {
	margin-right: 10px;
}

.add_shops_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}

.validation_text_add {
	color: red;
	font-weight: 600;
	transition: opacity 1s ease-out;
	opacity: 0;
	overflow: hidden;
}

.apn_loading_image {
	display: none;
}

#approveShopBtn1:disabled:hover {
	cursor: not-allowed
}

#approveShopBtn1:disabled:hover+.validation_text_add {
	opacity: 1;
}

.show_cursor_label {
	cursor: pointer;
}

.fancybox_add_shop {
	padding: 10px;
	max-width: 600px;
	display: none
}

.apn_loader_container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 94%;
	bottom: 100px;
}

.remove_bottom_margin {
	margin-bottom: 0;
}

#enrollCheckBox {
	height: 13px;
	width: auto;
}

#closingBackground {
	width: 100%;
	height: 100%;
	position: absolute;
}

.apply_section_button_contain {
	padding-top: 30px;
	padding-bottom: 30px;
}

.apply_section_button_contain .vinfast_button {
	margin: auto;
}

.certified_reqs_buttons_contain {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.vinfast_button.longer_button.download_cert_button {
	margin-right: 20px;
}

.not_logged_sponsor_padding {
	padding-top: 40px;
	padding-bottom: 0px;
}

.no_top_padding {
	padding-top: 0;
}

.no_bottom_padding {
	padding-bottom: 0;
}

.less_top_padding {
	padding-top: 15px;
}

.less_bottom_padding {
	padding-bottom: 5px;
}


h5.each_h5_subtitle {
	font-size: 15px;
	font-weight: 600;
}

.more_bottom_padding {
	padding-bottom: 40px;
}

.french_vinfast_menu_apply {
	font-size: 12px;
}

.french_apply_now_button {
	width: auto;
}

.required_tools_header {
	display: flex;
}

.left_tools_section {
	width: 180px;
	padding: 10px;
	border: 1px solid #ccc;
}

.right_tools_section {
	width: 400px;
	padding: 10px;
	border: 1px solid #ccc;
	border-left: none;
}

.left_tools_header {
	font-weight: 600;
	background: #eee;
}

.right_tools_header {
	font-weight: 600;
	background: #eee;
}

.each_tools_body {
	display: flex;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                vinfast         end                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                jqgrid style  start                     */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ui-widget-header {
	background: var(--dark_blue);
	font-weight: normal;
	font-size: 14px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: var(--dark_blue);
	font-size: 12px;
	padding-top: 5px;
}

.ui-widget-content {
	font-size: 12px;
}

.ui-pager-control table tr td {
	background: var(--dark_blue);
	width: auto !important;
}

table.ui-pg-table.ui-common-table.ui-pager-table {
	display: flex;
	justify-content: center;
}

td#sponsored-table-pager_right {
	position: absolute;
	right: 10px;
}

div#gbox_sponsored-table {
	margin: auto;
}

.sponsor_table_contain {
	background: var(--grey);
	padding: 30px 88px;
}

div.each_language {
	cursor: default;
}

.ui-state-hover {
	color: #ccc !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                jqgrid style  end                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                querys  start                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width:800px) and (max-width:1000px) {
	.right_side_footer_icon {
		text-align: center;
	}
}
@media (min-width:800px){
	.right_actual_footer_icon {
		width: 60%;
	}
}

@media (min-width:1045px) and (max-width:1200px) {
	.entire_page_container {
		width: 1028px;
		font-size: 14px;
	}
	.right_actual_footer_icon {
		width: 25%;
	}
}
@media (min-width:992px) and (max-width:1044px) {
    .right_actual_footer_icon {
		width: 25%;
	}

	.entire_page_container {
		font-size: 13px;
	}

	.entire_header_nav {
		font-size: 14px;
	}

	.vinfast_button {
		font-size: 14px;
		padding-top: 2px;
	}

	.each_section_subtitle {
		font-size: 16px;
	}

	.each_section_title {
		font-size: 22px;
	}

	.oem_header_logo_contain {
		top: 10px;
	}

	.actual_language_switch {
		top: 5px;
	}

	.actual_need_help_text {
		font-size: 16px;
	}

	i.fa.fa-phone {
		font-size: 55px;
		height: 50px;
	}

	.need_help_container {
		padding: 15px 0px;
	}
}

@media (max-width:991px) {
	.entire_page_container {
		width: 100%;
		padding: 0;
		margin: 0 !important;
	}

	.actual_language_switch {
		display: none;
	}

	.hide_for_mobile_menu {
		display: none;
	}

	.mobile_menu_oem {
		display: flex;
		width: 45px;
		top: 10px;
		position: relative;
		margin-right: 0px;
		margin-left: auto;
		margin-bottom: -22px;
		z-index: 4;
	}

	.open_mobile_menu {
		cursor: pointer;
		width: 35px;
	}

	.open_mobile_menu.active {
		margin-bottom: 13px;
	}

	.entire_header_container {
		padding: 0;
	}

	/* mobile menu starts  */

	.line_1,
	.line_2,
	.line_3 {
		cursor: pointer;
		border-radius: 4px;
		height: 4px;
		width: 35px;
		background: white;
		position: relative;
		display: block;
		content: '';
		transition: all 300ms ease-in;
	}

	.line_1,
	.line_2 {
		margin-bottom: 5px;
	}

	.open_mobile_menu:hover span {
		cursor: pointer;
		background: #e7e7e7;
	}

	.open_mobile_menu.active .line_1 {
		background: #fefefe;
		top: 10px;
		position: absolute;
		transform: rotate(45deg);
		top: 8px;
	}

	.open_mobile_menu.active .line_2 {
		background-color: transparent;
	}

	.open_mobile_menu.active .line_3 {
		background: #fefefe;
		bottom: 10px;
		position: absolute;
		transform: rotate(-45deg);
	}

	/* mobile menu ends  */

	.oem_header_logo_contain {
		display: none;
	}

	.oem_header_logo_contain_mobile {
		display: block;
		position: absolute;
		top: 10px;
		width: 165px;
	}

	.mobile_actual_menu {
		position: absolute;
		min-width: 200px;
		z-index: 3;
		right: 0;
	}

	.each_mobile_tab {
		text-align: center;
		padding: 10px;
		background: var(--grey);
		cursor: pointer;
		border-left: 1px solid var(--dark_blue);
	}

	.each_mobile_tab:hover {
		text-decoration: none;
		background: var(--dark_blue);
		color: var(--grey);
	}

	.each_mobile_tab.active-tab-btn {
		text-decoration: none;
		background: var(--dark_blue);
		color: var(--grey);
	}

	.each_mobile_tab:not(:last-child) {
		border-bottom: 1px solid var(--dark_blue);
	}

	.close_actual_mobile_menu {
		margin-top: 45px;
	}

	.actual_language_switch_mobile {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		text-align: center;
		padding: 7px 10px;
		background: var(--grey);
		border-bottom: 1px solid var(--dark_blue);
		border-left: 1px solid var(--dark_blue);
	}

	.each_language_mobile {
		width: 50%;
		background: white;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: black;
	}

	.each_language_mobile:hover {
		text-decoration: none;
	}

	.each_language_mobile.active_mobile_language {
		color: var(--grey);
		background: var(--dark_blue);
		cursor: default;
	}

	.contain_flex_sections {
		flex-direction: column-reverse;
	}

	.left_contain_sections {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		min-width: inherit;
	}

	.sign_statement_flex {
		flex-direction: column;
	}

	.hidden_on_mobile {
		display: none;
	}


	.hidden_on_desktop {
		display: block;
	}

	.sign_container {
		margin-left: 0;
	}

	.block_for_mobile {
		display: block;
		padding-bottom: 10px;
	}

	.need_help_container {
		flex-direction: column;
		text-align: center;
	}

	.footer_bottom {
		flex-direction: column;
		text-align: center;
	}

	.footer_top {
		flex-direction: column;
	}

	.each_section_title {
		font-size: 20px;
		margin-top: 20px;
	}

	.each_section_subtitle {
		font-size: 16px;
	}

	.each_section_paragraph {
		font-size: 14px;
	}

	.centered_for_mobile {
		text-align: center;
	}

	.left_align_for_mobile {
		text-align: left;
	}

	.footer_seperator {
		display: none;
	}
}

@media (max-width:750px) {
	.sponsor_table_contain {
		display: none;
	}

	.submit_sponsor_shops_btn_contain {
		background: var(--grey);
		padding-top: 20px;
	}

	.fancybox_add_shop {
		padding: 0px;
	}

	.certified_reqs_buttons_contain {
		flex-direction: column;
	}

	.certified_reqs_buttons_contain {
		flex-direction: column;
		align-items: center;
	}

	/* .certified_reqs_buttons_contain .vinfast_button {
		margin: auto;
	}*/

	.vinfast_button.longer_button.download_cert_button {
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width:550px) {
	.generic_header_img_contain {
		display: none;
	}

	.generic_header_img_contain_mobile {
		display: block;
	}

	.generic_header_img_mobile {
		width: 100%;
		height: auto;
	}

	.contain_flex_sections {
		padding: 20px;
	}

	.contain_regular_sections {
		padding: 20px;
	}

	.not_logged_sponsor_padding {
		padding-top: 40px;
		padding-bottom: 0px;
	}

	.left_tools_section {
		width: 30%;
	}

	.right_tools_section {
		width: 70%;
	}

	.required_tools_container {
		font-size: 14px;
	}

}

@media (max-width:450px) {
	.oem_header_logo_contain_mobile_smaller {
		display: block;
		position: absolute;
		top: 10px;
		width: 120px;
	}

	.oem_header_logo_contain_mobile {
		display: none;
	}

	.longer_button {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.required_tools_container {
		font-size: 12px;
	}
}

@media (max-width:370px) {
	.longer_button {
		font-size: 13px;
	}
}

@media(min-width:992px) {
	.mobile_actual_menu {
		display: none !important;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                querys  end                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                temp start                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#passwordScreen {
	max-width: 400px;
	margin: auto;
	padding: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 240px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                temp end                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
