.__type_joint,
.__tab_name_joint,
.__base_on_type_joint,
.__base_on_type_corporate,
.__base_on_type_trust,
.__label_individual,
.label_tab_trust,
.label_tab_corporate,
.title_form_type.__type_trust,
.title_form_type.__type_corporate {
	display: none;
}

.row {
	display: flex;
	flex-wrap: wrap;

}

.col-6 {
	flex: 0 0 auto;
	width: calc((100% - 2px)/2);
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

*,
::after,
::before {
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
}

.box_back_home {
	display: flex;
}

.__form_account{
	padding:0 6rem ;
	max-width: 1120px;
	margin: -15% auto 0 auto;
	opacity: 0;
	pointer-events: none;
	transition: all .4 ease;
  }
  .__form_account.active{
	opacity: 1;
	pointer-events: auto;
  }

.__form_account .container-fluid {
	background-color: white;
	border-radius: 6px;

}

.__box_input {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

@media (min-width:767px) {
	.__box_input .col-md-4 {
		max-width: calc((100% - 40px)/3);
	}

	.__box_input.box_custom .col-md-8 {
		max-width: calc((100% - 20px)/3*2 + 10px/3);
	}

	.__box_input.box_custom .col-md-4 {
		max-width: calc((100% - 20px)/3 - 10px/3);
	}

	.__box_input .col-md-6 {
		max-width: calc((100% - 20px)/2);
	}
}

main .__box_input input,
main .__box_input select {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 13.5px 16px;
	color: rgba(40, 44, 50, 1);
	font-size: 16px;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid transparent;
	width: 100%;
}

.__box_input input[type='checkbox'] {
	width: 16px;
	height: 16px;
	margin-right: 8px;

}

.__box_input input[type='checkbox']+label {
	margin-bottom: 0;

}

.__box_input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/wp-content/uploads/2024/05/arrow-select.svg);
	background-size: 10px 5px;
	background-position: calc(100% - 20px) 50%;
	background-repeat: no-repeat;
}

input:focus-visible,
select:focus-visible {
	border: 1px solid rgba(0, 0, 0, 0.106) !important;
	outline: none;
}

.__lable_input {
	color: rgba(149, 142, 107, 1);
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 8px;
}

.title_form_type {
	font-size: 16px;
	line-height: 19.2px;
	color: rgba(26, 29, 34, 1);
	font-weight: 500;
	margin-bottom: 16px;
}

.__continue_btn,
.__form_account input[type='submit'] {
	color: rgba(40, 44, 50, 1) !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 0;
	width: 100%;
	background-color: rgba(251, 195, 15, 1) !important;
	border-radius: 4px;
	text-align: center;
	margin-top: 40px;
	border: 1px solid transparent;
}

.__continue_btn:hover,
.__form_account input[type='submit']:hover {
	background-color: white !important;
	border: 1px solid rgba(251, 195, 15, 1);
	cursor: pointer;
}

.__tab {
	padding: 24px;

}

.__content {
	padding: 24px;

	border-left: 1px solid rgba(214, 214, 214, 0.5);
}

p {
	margin-bottom: 0;
}

.__tab_form .__tab_label {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: rgba(187, 188, 190, 1);
	margin-bottom: 4px;
}

.__tab_form .__tab_name {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: rgba(147, 149, 152, 1);
}

.__tab_form.__enble .__tab_name {
	font-weight: 500;
	color: rgba(26, 29, 34, 1);
}

.box_check_box {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.__tab_form.__active,
.__tab_form.__enble:hover {
	padding-left: 28px;
	background-color: rgba(243, 241, 231, 1);

}

.__tab_form.__active .__tab_label,
.__tab_form.__enble:hover .__tab_label {
	color: rgba(149, 142, 107, 1);
}

.__tab_form.__active .__tab_name,
.__tab_form.__enble:hover .__tab_name {
	color: rgba(26, 29, 34, 1);
}

.__tab_form.__active .__tab_content {
	position: relative;
}

.__tab_form.__enble .__tab_content {
	position: relative;
}

.__tab_form.__active .__tab_content:after,
.__tab_form.__enble:hover .__tab_content:after {
	opacity: 1;
	transition: all ease 2s;

}

.__tab_form .__tab_content:after {
	content: "";
	width: 3px;
	height: 100%;
	background-color: rgba(251, 195, 15, 1);
	left: -12px;
	top: 0;
	position: absolute;
	transition: all ease 2s;
	opacity: 0;
	border-radius: 10px;
}

.__tab_form .tab_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: rgba(147, 149, 152, 1);
}

.__tab_form {
	margin-bottom: 2px;
	padding: 12px 16px;
	border-radius: 6px;
}

.__tab_form p {
	margin: 0;
}

.__tab_form.__enble {
	cursor: pointer;

}

.__tab_form,
.tab_name,
.__tab_label,
input,
select,
.__continue_btn,
.content-tab {
	transition: all ease 0.5s;
}

.content-additional .__lable_input,
.content-accredit .__lable_input {
	font-size: 14px;
	color: rgba(40, 44, 50, 1);
}

.content-accredit .box_check_box {
	margin-bottom: 12px;
}

.__mb-0 {
	margin-bottom: 0 !important;
}

.content-additional .box_check_box {
	display: flex;
}

.content-tab {
	display: none;
	opacity: 0;
}

.content-tab.__active {
	display: block;
	opacity: 1;
}

.box_check_box:last-child {
	margin-bottom: 0;
}

.content-additional .__box_input {
	margin-bottom: 24px;
}

.dec_input {
	font-size: 16px;
	line-height: 24px;
	color: rgba(40, 44, 50, 1);
	margin-bottom: 12px;
}

.__lable_input a {
	position: relative;
	color: rgba(40, 44, 50, 1);
	text-decoration: none;
	display: inline-block;
	width: max-content;
}

.__lable_input a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(40, 44, 50, 1);
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
}

.__flex-wrap {
	display: flex;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap !important;
}

.validation_input {
	position: relative;
	top: 4px;
	font-size: 12px;
	color: #FF4315;
	display: none;
}

.__mt_24 {
	margin-top: 24px;
}

.__mt_12 {
	margin-top: 12px;
}

.img_checked {
	width: 72px;
	height: 72px;
	object-fit: cover;
	margin-bottom: 20px;
}

.__box_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.wpcf7-response-output {
	display: none !important;
}

.__thank_you_section {
	max-width: 920px;
	padding: 0 24px;
	margin: -150px auto 0 auto;
	display: none;
}

.__thank_you_section .container-fluid {
	background-color: white;
	padding: 60px;
	border-radius: 6px;
}

.__thank_you_section p {
	font-size: 16px;
}

.__thank_you_section h2 {
	font-size: 24px;
}

.__thank_you_section h3 {
	font-size: 20px;
}

.__thank_you_section a {
	font-size: 16px;
    color: var(--black);
    font-weight: 600;
    background-color: var(--primary);
    border-radius: 8px;
    padding: 8px 16px;
}

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

img.thank_you_img {
	max-width: 360px;
}

.__text_box {
	max-width: calc(100% - 360px);
	margin-left: 60px;
}

.__thank_you_section.__success {
	display: block;
}

.__thank_you_section.__success+.__form_account {
	display: none;
}

.content-accredit .__lable_input a:after {
	background-color: rgba(251, 195, 15, 1);
}

.content-accredit .__lable_input a {
	color: rgba(251, 195, 15, 1);
}
