/*--------------------
SHARED VARIABLES
--------------------*/
/*--------------------
GENERAL
--------------------*/
@font-face {
  font-family: "Kazimir";
  src: url("./Kazimir-Web-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff200;
  font-family: "Kazimir", verdana, sans-serif;
  padding: 10px 0 0 0;
}

h1 {
  font-size: 3.5em;
  margin: 20px 0 20px 0;
}

#cardForm {
  margin: 0 auto;
  width: 80%;
}

/*--------------------
PANEL FORM
--------------------*/
.panel {
  background: #fff200;
  width: 80%;
  max-width: 650px;
}

.panel__header {
  background: #fff200;
  color: black;
}

.panel__footer {
  padding: 1em 0;
}

.panel__footer {
  background: #fff200;
}

.panel__content {
  padding: 0;
  overflow: hidden;
}

.textfield--float-label {
  width: 50%;
  float: left;
  display: inline-block;
  padding-right: 5px;
}

.hosted-field--label {
  transform: translateY(0.4em);
  font-size: 1.125em;
  line-height: 32px;
  transition: all 0.15s ease-out;
  display: block;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.hosted-field--label.label-float, .hosted-field--label.invalid, .hosted-field--label.filled {
  text-overflow: ellipsis;
  color: #2196F3;
  transition: all 0.15s ease-out;
}
.hosted-field--label.filled {
  color: rgba(0, 0, 0, 0.54);
}
.hosted-field--label.invalid {
  color: #F44336;
}

span.icon {
  position: relative;
  top: 0.2em;
  margin-right: 0.2em;
}

svg {
  fill: #333;
}

.hosted-field {
  height: 32px;
  margin-bottom: 1em;
  display: block;
  background-color: transparent;
  color: black;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  outline: 0;
  width: 100%;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.pay-button {
  background: black;
  color: white;
  margin: 0 auto;
  border: 0;
  border-radius: 3px;
  padding: 0.5em 1.5em;
  font-size: 1.5em;
  text-transform: uppercase;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

/*--------------------
BT HOSTED FIELDS SPECIFIC
--------------------*/
.braintree-hosted-fields-focused {
  border-bottom: 2px solid black;
  transition: all 200ms ease;
}

.braintree-hosted-fields-invalid {
  border-bottom: 2px solid #f04d23;
  transition: all 200ms ease;
}

/*---------------------
Media Queries
----------------------*/
@media (max-width: 600px) {
  html {
    overflow: auto;
  }

  #cardForm {
    height: auto;
    margin: 0 auto;
    font-size: 13px;
  }

  .panel {
    width: 100%;
  }

  .textfield--float-label {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .pay-button {
    width: 100%;
  }
}
body {
  color: black;
}

#terms-label {
  width: auto;
}

.galvene {
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
}

#ziedoForm {
  width: 80%;
  margin: 0 auto;
  padding: 5px 0 0 0;
}

.saturs {
  width: 80%;
  margin: 0 auto 15px auto;
}

.form-group {
  margin-bottom: 0;
}
.form-group ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form-group ul li {
  margin-bottom: 15px;
}
.form-group ul li label {
  width: 150px;
}

.form-inline ul li {
  display: inline-block;
}
.form-inline ul li label {
  width: auto;
  margin-right: 15px;
}

input + label {
  cursor: pointer;
}

input {
  color: black !important;
}

.kajene {
  width: 80%;
  margin: 5px auto;
}

.mb {
  margin-bottom: 25px;
}

hr {
  border-color: black;
  width: 80%;
  max-width: 650px;
  margin: 10px 0 30px 0;
}

p {
  color: black;
}

b, strong {
  font-weight: 700;
}

#amount-sum {
  width: 140px;
}

#form-errors, .errorlist {
  color: #f04d23;
}

@media (max-width: 640px) {
  #terms-label {
    display: inline;
  }

  hr, #cardForm {
    width: 90%;
  }

  #ziedoForm {
    width: 90%;
  }
}

/*# sourceMappingURL=ziedo.css.map */
