body {
	background-color: #faf03c;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

button, select {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
#outer {
}

#inner {
	width: 80%;
	max-width: 800px;
	background-color: white;
	margin: 0px auto 30px auto;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.2;
	box-shadow: 0 0 25px 0 #892e9b; 
}

#header {
	margin: 30px 0 10px 0;
	text-align: center;
	font-family: 'Permanent Marker', cursive;
	font-size: 4em;
	color: #892e9b;
	text-shadow: 5px 5px 20px white; 
	cursor: pointer;
}
	table#mobile {
		display: none;
	}
@media (max-width: 600px) {
	#header {
		font-size: 3em;
	}
	table#mobile {
		display: inherit;
	}
	table#desktop {
		display: none;
	}
}
@media (max-width: 400px) {
	#header {
		font-size: 2em;
	}
}

.anmal {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.2em;
	color: #892e9b;
}

h1, h2, h3 {
	margin-top: 0;
	text-align: center;
	font-family: 'Permanent Marker', cursive;
}

.singleButton {
	text-align: center;
}

.image {
	text-align: center;
}

.image img {
	width: 40px;
}

.screen {
	
}
a {
	color: #892e9b;
}
a:hover {
	color: #b52ed1;
}
table, tr {
	width: 100%;
}
table {
	margin-top: 20px;
}
td.tablecell {
	width: 20%;
	text-align: center;
}
img.tableimg {
	width: 70%;
}


  .testbox {
      display: flex;
      justify-content: center;
      align-items: center;
      height: inherit;
      padding: 20px;
      }

      .banner {
      position: relative;
      height: 210px;
      background-image: url("/uploads/media/default/0001/01/b42dddca6e6a31b300c6ce26cb9dcac565b2f869.jpeg");  
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      }
      .banner::after {
      content: "";
      background-color: rgba(0, 0, 0, 0.3); 
      position: absolute;
      width: 100%;
      height: 100%;
      }
      input, select, textarea {
      margin-bottom: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
      }
      input {
      width: calc(100% - 10px);
      padding: 5px;
      }
      input[type="date"] {
      padding: 4px 5px;
      }
      select {
      width: 100%;
      padding: 7px 0;
      background: transparent;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 5px;
      }
      .item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
      color: #892e9b;
      }
      .item input:hover, .item select:hover, .item textarea:hover {
      border: 1px solid transparent;
      box-shadow: 0 0 6px 0 #892e9b;
      color: #892e9b;
      }
      .item {
      position: relative;
      margin: 10px 0;
      }
      input[type="date"]::-webkit-inner-spin-button {
      display: none;
      }
      .item i, input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      font-size: 20px;
      color: #a9a9a9;
      }
      .item i {
      right: 2%;
      top: 30px;
      z-index: 1;
      }
      [type="date"]::-webkit-calendar-picker-indicator {
      right: 1%;
      z-index: 2;
      opacity: 0;
      cursor: pointer;
      }
      input[type=radio], input[type=checkbox]  {
      display: none;
      }
      label.radio {
      position: relative;
      display: inline-block;
      margin: 5px 20px 15px 0;
      cursor: pointer;
      }
      .question span {
      margin-left: 30px;
      display: block;
      }
      label.radio:before {
      content: "";
      position: absolute;
      left: 0;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 2px solid #ccc;
      }
      input[type=radio]:checked + label:before, label.radio:hover:before {
      border: 2px solid #892e9b;
      }
      label.radio:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 5px;
      width: 8px;
      height: 4px;
      border: 3px solid #892e9b;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=radio]:checked + label:after {
      opacity: 1;
      }
      .btn-block {
      margin-top: 10px;
      text-align: center;
      }
      button {
      width: 150px;
      padding: 10px;
      border: none;
      border-radius: 5px; 
      background: #892e9b;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      }
      button:hover {
      background: #b52ed1;
      }
      button.disabled {
	      background: gray;
      }
      
		label.check:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 2px;
      border: 1px solid #892e9b;
      }
      input[type=checkbox]:checked + .check:before {
      background: #892e9b;
      }
      label.check:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 4px;
      width: 8px;
      height: 4px;
      border: 3px solid #fff;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=checkbox]:checked + label:after {
      opacity: 1;
      }
            input[type=checkbox]  {
      display: none;
      }
      label.check {
      position: relative;
      display: inline-block;
      margin: 5px 20px 10px 0;
      cursor: pointer;
      }
      
      @media (min-width: 568px) {
      .name-item, .city-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      }
      .name-item input, .city-item input {
      width: calc(50% - 20px);
      }
      .city-item select {
      width: calc(50% - 8px);
      }
      }
      
      #stiftError {
	      display: none;
	      font-weight: bolder;
	      color: red;
      }