@font-face {
  font-family: "Tele2SansLight";
  src: url("/wp-content/themes/tele2iot/assets/fonts/Tele2Sans-Light.woff") format("woff");
}
body {
  background: transparent !important;
  margin: 0;
  padding: 0;
  font-family: "Tele2SansLight", sans-serif;
  color: #1A1A1A;
}

*, *::before, *::after {
  box-sizing: border-box;
}

#pardot-form {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
#pardot-form p {
  margin: 16px 0 0 0;
}
#pardot-form p em {
  font-size: 14px;
}
#pardot-form p.error.no-label {
  font-size: 14px;
  color: #FF461E;
  margin: -8px 0 24px 0;
}
#pardot-form .description {
  clear: both;
  display: block;
  margin-left: 0;
}
#pardot-form .required label::after {
  content: " *";
  display: inline;
}
#pardot-form .g-recaptcha {
  margin-bottom: 30px;
}
#pardot-form label {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
#pardot-form label.inline {
  width: auto;
  display: inline;
  margin-bottom: 0;
}
#pardot-form input[type=text],
#pardot-form input[type=email],
#pardot-form input[type=tel],
#pardot-form select,
#pardot-form textarea {
  display: block;
  width: 100%;
  background: white;
  border-radius: 0;
  appearance: none;
  border: 1px solid white;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 16px;
  color: inherit;
  line-height: 24px;
  transition: all 0.3s ease;
}
#pardot-form input[type=text]:active,
#pardot-form input[type=email]:active,
#pardot-form input[type=tel]:active,
#pardot-form select:active,
#pardot-form textarea:active {
  outline: none;
  box-shadow: none;
}
#pardot-form input[type=text]:focus,
#pardot-form input[type=email]:focus,
#pardot-form input[type=tel]:focus,
#pardot-form select:focus,
#pardot-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #1A1A1A;
}
#pardot-form select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9' stroke='%231A1A1A' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
}
#pardot-form textarea.standard {
  height: 120px;
}
#pardot-form input[type=checkbox],
#pardot-form input[type=radio] {
  width: auto;
  height: auto;
  display: inline;
}
#pardot-form input[type=checkbox] {
  margin-right: 0;
}
#pardot-form input[type=radio] {
  float: left;
  margin: 0 6px 0 3px;
}
#pardot-form input[type=submit] {
  background: #81BD01;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 16px;
  text-align: center;
  width: 50%;
  border-radius: 0;
  appearance: none;
  border: 0;
  color: white;
  line-height: 24px;
  transition: all 0.3s ease;
}
#pardot-form input[type=submit]:hover {
  background: #77ae01;
}
#pardot-form .form-field {
  margin-bottom: 20px;
}
#pardot-form .errors,
#pardot-form .error-description {
  display: none;
}
#pardot-form .error input:not([type=checkbox]):not([type=submit]), #pardot-form .error.pd-checkbox input {
  border: 1px solid #FF461E;
}
#pardot-form .pd-checkbox .value {
  display: flex;
  align-items: center;
  gap: 24px;
}
#pardot-form .pd-checkbox .value span {
  display: flex;
  align-items: center;
  gap: 8px;
}

input::placeholder {
  color: #747371;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  color: #747371;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #747371;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #747371;
  font-size: 14px;
}

.gdpr-disclaimer {
  font-size: 12px;
  width: calc(100% - 50px);
  margin-top: 10px;
}

select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
