/* Popups */

#domina-paslaugos #form-field-field_9ad1551 {
	height: 53px !important;
}

#domina-paslaugos button.elementor-button {
	height: 56px !important;
}

.cf7-popup {
	font-family: 'Montserrat';
	font-weight: 400;
}

.cf7-popup label {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
}

.label > p:nth-child(1) {
	color: #000000;
	font-family: 'Montserrat';
	font-weight: 400;
}

.cf7-popup .label {
	display: flex;
	gap: 3px;
}

.cf7-popup .asterisk {
	color: #FF6633 !important;
}

.cf7-popup .wpcf7-form-control {
	height: 54px;
	radius: 8px;
}

.cf7-popup input, .cf7-popup textarea {
	border: 1px solid #DEDEDE;
}

.cf7-popup textarea.wpcf7-form-control {
	height: 84px;
	resize: none;
}

.cf7-popup .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.cf7-popup .wpcf7-acceptance input {
	width: 26px;
	height: 26px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #DEDEDE;
}

.cf7-popup .wpcf7-acceptance input[type="checkbox"]:checked {
    background: #FF6633;
    position: relative;
	border: 1x solid #FF6633;
}

.cf7-popup .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '✓';
    color: white;
    position: absolute;
    left: 4px;
    top: -1px;
    font-size: 22px;
}

.cf7-popup .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 10px;	
}

.cf7-popup .wpcf7-acceptance {
	color: #000000 !important;
	font-size: 16px !important;
}

.cf7-popup .wpcf7-acceptance a {
	color: #FF6633 !important;
	text-decoration: underline !important;
	transform: all 0.3s linear;
}

.cf7-popup .wpcf7-acceptance a:hover {
	color: #645D57 !important;
}

.cf7-popup .wpcf7-form-control.wpcf7-submit {
	width: 100%;
  	border-radius: 8px !important;
  	border: 1px solid #FF6633;
	font-size: 16px !important;
}

.cf7-popup .wpcf7-form-control.wpcf7-submit:hover {
	background: #645d57 !important;
	border: 1px solid #645d57 !important;
}

.cf7-popup .wpcf7-form p:last-of-type {
	margin-bottom: 0 !important;
}

.cf7-popup .popup-row {
	display: flex !important;
	gap: 10px;
	align-items: end
}

.wpcf7-tel {
	margin-bottom: 0 !important;
	margin-top: 10px;
	border-radius: 8px !important;
}

.cf7-popup .wpcf7-response-output {
	margin: 0 !important;
	margin-top: 10px !important;
}

@media (min-width: 1024px) {
	.cf7-popup .popup-row .popup-col:first-child {
		width: 54%;
	}
	
	.cf7-popup .popup-row .popup-col:nth-child(2) {
		width: 40%;
	}
	
}

@media (max-width: 768px) {
	.cf7-popup .popup-row {
		flex-direction: column;
	}
	
	.cf7-popup .popup-col:nth-child(2) {
		width: 100%;
	}
}

