/*
Theme Name: Tek Clinic
Author: Pixelate
Author URI: https://pixelate.com.tr/
*/

.text-uppercase {
  text-transform: uppercase;
}

.wpcf7-form-control-wrap {
  /* display: block;
  width: 100%;
  min-height: 100%;
  position: relative; */
}

input.wpcf7mf-mask::-webkit-input-placeholder {
  /* Edge */
  opacity: 0;
}

input.wpcf7mf-mask:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
}

input.wpcf7mf-mask::placeholder {
  opacity: 0;
}

input.wpcf7mf-mask:focus::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
}

input.wpcf7mf-mask:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}

input.wpcf7mf-mask:focus::placeholder {
  opacity: 1;
}

.checkbox__input:checked ~ span{
  background:none !important;
}
.checkbox__input:checked ~ span::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-color: transparent;
  background-image: url(assets/img/blue-tik.svg);
  background-repeat: no-repeat;
  background-position: 7px 11px;
}

.form-footer {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

span.wpcf7-not-valid-tip {
  font-size: 1rem;
  position: absolute;
  transform: translate(5px, -15px);
}
.wpcf7-not-valid {
  border-color: red;
}

.file-input .wpcf7-form-control-wrap {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  pointer-events: none;
  width: 1px;
}

.heateor_sss_sharing_ul svg {
  transform-origin: center;
  transform: scale(0.75);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
}

.map .acf-map {
  width: 100%;
  min-height: 100%;
}


[v-cloak] {display: none !important;}

.vuenoresult {
  grid-column: 1/5;
  font-size: 2rem;
  background-color: #e1e1e1;
  padding: 5rem;
  border-radius: 2rem;
  margin: 5rem 0;
  text-align: center;
}