﻿.f24 {
  background: white;
  padding: 30px;
  margin-top: 0 !important;
  /*
  label:has(+ input:focus), label:has(+ select:focus), label:has(+ textarea:focus) {
      opacity: 1;
  }
      */
}
@media (max-width: 767px) {
  .f24 {
    padding: 32px 16px;
  }
}
.f24 h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #343333;
  border-bottom: 1px solid rgba(0, 125, 177, 0.3);
  padding: 0 0 8px;
  margin: 0 10px 24px;
}
.f24 h3 span {
  font-style: italic;
  opacity: 0.5;
}
.f24--wrapper {
  position: relative;
  padding: 0 12px 0 24px;
  background-color: #f8f8f8;
  border-radius: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .f24--wrapper {
    padding: 0 12px 0 22px;
  }
}
.f24--wrapper input, .f24--wrapper select, .f24--wrapper textarea, .f24--wrapper .chosen-container {
  border: none;
  background: transparent;
  font-size: 16px;
  width: 100%;
  padding: 24px 0 4px;
  color: #343333;
  position: relative;
  z-index: 2;
}
.f24--wrapper input::placeholder, .f24--wrapper select::placeholder, .f24--wrapper textarea::placeholder, .f24--wrapper .chosen-container::placeholder {
  color: transparent;
}
.f24--wrapper textarea {
  padding: 4px 12px 4px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  resize: none;
}
.f24--wrapper .chosen-container {
  width: 100% !important;
  position: relative;
  z-index: 2;
  padding-top: 0;
  margin-top: 22px;
  z-index: 999;
}
.f24--wrapper .chosen-container-single {
  background: transparent;
}
.f24--wrapper .chosen-container-single .chosen-single {
  border: none !important;
  padding: 0;
  background: none !important;
  box-shadow: none !important;
}
.f24--wrapper .chosen-container-single .chosen-single div {
  top: -6px;
  right: 9px;
}
.f24--wrapper .chosen-container-single .chosen-single div b {
  background: url(https://storage.beko.co.uk/assets/beko/support2020/Other/mdi_chevron-down.svg);
  background-position: 0 0 !important;
}
.f24--wrapper .chosen-container-single .chosen-drop {
  margin-top: -10px;
  border: none;
}
.f24--wrapper select {
  margin-left: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://storage.beko.co.uk/assets/beko/support2020/Other/mdi_chevron-down.svg);
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.f24--wrapper textarea {
  height: 180px;
  outline: none;
}
@media (max-width: 767px) {
  .f24--wrapper textarea {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .f24--hasmsg {
    margin-bottom: 80px;
  }
  .f24 .row--flex .recaptcha {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .f24 .row--flex {
    display: flex;
    flex-direction: row;
  }
  .f24 .row--flex > * {
    padding: 20px;
  }
}
.f24--wide {
  width: 100%;
}
.f24 button[type=submit] {
  background: #56B632;
  border-radius: 40px;
  border: none;
  font-size: 14px;
  width: 100%;
  padding: 25px 25px;
  color: white;
  outline: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.f24 button[type=submit][disabled] {
  opacity: 30%;
}
@media (max-width: 767px) {
  .f24 button[type=submit] {
    margin: 32px 16px 48px;
    width: calc(100% - 32px);
  }
}
.f24 label {
  position: absolute;
  top: 15px;
  left: 22px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #858585;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.f24--msg {
  position: absolute;
  padding-top: 6px;
  left: 22px;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #858585;
}
.f24--msg-err {
  color: #D7263D;
}
.f24--input:focus-visible, .f24--select:focus-visible {
  outline: none;
}
.f24--error {
  outline: 1px solid #D7263D;
}
.f24--error .f24--msg:not(.f24--msg-err) {
  display: none;
}
.f24-focus {
  outline: 1px solid #56B632;
}
.f24-focus label {
  top: 3px;
  font-size: 14px;
}
.f24-dirty label {
  top: 3px;
  font-size: 14px;
}
