/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Privacy Switcher UI */
.privacy-switcher {
	max-width: 920px;
	margin: 2rem auto;
	padding: 1rem;
}

.privacy-switcher__form {
	display: block;
	margin-bottom: 1rem;
}

.privacy-switcher__controls {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

@media (max-width: 640px) {
	.privacy-switcher__controls {
		grid-template-columns: 1fr;
	}
}

.privacy-switcher__control {
	display: flex;
	flex-direction: column;
}

.privacy-switcher__select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('data:image/svg+xml;utf8,<svg fill="%23333" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center / 16px 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 40px 10px 12px;
	font-size: 16px;
	line-height: 1.4;
	color: #222;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.privacy-switcher__select:focus {
	outline: none;
	border-color: #8cb4ff;
	box-shadow: 0 0 0 3px rgba(66,133,244,.2);
}

.privacy-switcher__content {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.privacy-switcher .privacy-entry h2 {
	margin-top: 0;
	font-size: 1.3rem;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/* Password field wrapper */
.wpcf7 .password-wrap {
  position: relative;
}

/* CF7 input */
.wpcf7 .password-wrap input[type="password"],
.wpcf7 .password-wrap input[type="text"] {
  width: 100%;
  padding-right: 46px !important;
  box-sizing: border-box;
}

/* Eye icon */
/* Wrapper */
.wpcf7 .password-wrap {
  position: relative;
}

/* Input */
.wpcf7 .password-wrap input[type="password"],
.wpcf7 .password-wrap input[type="text"] {
  width: 100%;
  padding-right: 44px;
  box-sizing: border-box;
}

/* Eye icon */
.wpcf7 .password-wrap .toggle-password {
  position: absolute;
  right: 9px;
  top: 66%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3E%3C/svg%3E");
}


/* Visible state */
.wpcf7 .password-wrap .toggle-password.is-visible {
  opacity: 0.6;
}

/* Remove old Edge / IE eye */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}


.wpcf7 input[type="file"].wpcf7-file {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  width: 100%;
}
