/*
Theme Name: Unipoint
Description: A modern custom WordPress theme designed specifically for the client's needs, with improved layout, performance, and flexibility using ACF.
Version: 1.0.0
Text Domain: unipoint
*/

.wpcf7-form-control-wrap:has(.field__input[placeholder]:not([data-placeholder-nohiden]):focus) + .field__title {
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form__checkbox .wpcf7-form-control-wrap {
	position: absolute;
	width: 0;
	height: auto;
	opacity: 0;
}
.checkbox__label:has(.checkbox__input:checked):before {
	color: green;
}

.wpcf7-not-valid-tip {
	font-weight: 400;
	font-size: .875rem;
	line-height: 120%;
	color: #ee2e30;
	margin-top: .5rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0 0 0;
	padding: 0.5rem;
	font-weight: 400;
	font-size: .875rem;
	line-height: 120%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ee2e30;
}

.language-switcher img.ibg {
	width: auto;
	height: auto;
}

.tabs__navigation {
	overflow-x: auto;
	padding-bottom: 1rem;
}
.tabs__title:only-child {
	border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.tabs__body p img {
	width: revert-layer;
	height: auto;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tabs__body table,
.page table {
	border-collapse: collapse;
}
.tabs__body table td,
.page table td {
	border: 1px solid rgba(28,89,174,.3);
	padding: 5px 10px;
}
