form, input, select, textarea, label, p {
padding: 0;
margin: 0;
outline: none;
font-family: 'Noto Serif', serif;
font-size: 16px;
color: #000; /* #666 */
line-height: 22px;
}
/*
form h1 {
position: absolute;
margin: 0;
font-size: 40px;
color: #fff;
z-index: 2;
line-height: 83px;
}
*/
textarea {
width: calc(100% - 12px);
padding: 5px;
}
.testbox {
display: flex;
justify-content: center;
align-items: center;
height: inherit;
padding: 20px;
}
/*
form {
width: 100%;
padding: 20px;
border-radius: 6px;
background: #fff;
box-shadow: 0 0 8px  #669999;
}
*/
input, select, textarea {
margin-bottom: 10px;
border: 1px solid #000; /* #ccc */
border-radius: 3px;
}
input {
width: calc(100% - 10px);
padding: 5px;
}
input[type="date"] {
padding: 4px 5px;
}
textarea {
width: calc(100% - 12px);
padding: 5px;
}
.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
color: #900; /* #669999 */
}
.item input:hover, .item select:hover, .item textarea:hover {
border: 1px solid transparent;
box-shadow: 0 0 3px 0  #900;
color: #900;
}
.item {
position: relative;
margin: 10px 0;
}
.item span {
color: red;
}
.week {
display:flex;
justify-content:space-between;
}
.colums {
display:flex;
justify-content:space-between;
flex-direction:row;
flex-wrap:wrap;
}
.colums div {
width:48%;
}
input[type="date"]::-webkit-inner-spin-button {
display: none;
}
.item i, input[type="date"]::-webkit-calendar-picker-indicator {
position: relative; /* absolute */
font-size: 20px;
color:  #a3c2c2;
}
.item i {
right: 1%;
top: 30px;
z-index: 1;
}
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;
}
.question-answer label {
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  #669999;
}
label.radio:after {
content: "";
position: absolute;
top: 6px;
left: 5px;
width: 8px;
height: 4px;
border: 3px solid  #669999;
border-top: none;
border-right: none;
transform: rotate(-45deg);
opacity: 0;
}
input[type=radio]:checked + label:after {
opacity: 1;
}
.flax {
display:flex;
justify-content:space-around;
}
.btn-block {
margin-top: 10px;
text-align: center;
}
button {
/* width: 150px; this expanded hamburger icon*/
padding: 10px;
border: none;
border-radius: 5px;
background:  #669999;
font-size: 16px;
color: #fff;
cursor: pointer;
}
button:hover {
background:  #f3be33; /* #a3c2c2 */
}
@media (min-width: 568px) {
.name-item, .city-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.name-item input, .name-item div {
width: calc(50% - 20px);
}
.name-item div input {
width:97%;}
.name-item div label {
display:block;
padding-bottom:5px;
}

/* Styles for checkbox */
            input[type=radio], input[type=checkbox]  {
            display: none;
            }
            label.radio, label.check {
            position: relative;
            display: inline-block;
            margin: 5px 20px 15px 0;
            cursor: pointer;
            }
            .question span {
            margin-left: 30px;
            }
            span.required {
            margin-left: 0;
            color: red;
            }
            .checkbox-item label {
            margin: 5px 20px 10px 0;
            }
            label.radio:before, label.check:before {
            content: "";
            position: absolute;
            left: 0;
            }
            label.radio:before {
            width: 17px;
            height: 17px;
            border-radius: 50%;
            border: 2px solid #095484;
            }
            label.check:before {
            top: 2px;
            width: 16px;
            height: 16px;
            border-radius: 2px;
            border: 1px solid #095484;
            }
            input[type=checkbox]:checked + .check:before {
            background: #095484;
            }
            label.radio:after {
            left: 5px;
            border: 3px solid #095484;
            }
            label.check:after {
            left: 4px;
            border: 3px solid #fff;
            }
            label.radio:after, label.check:after {
            content: "";
            position: absolute;
            top: 6px;
            width: 8px;
            height: 4px;
            background: transparent;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
            opacity: 0;
            }
/*
            @media (min-width: 568px) {
            .choicelist {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
*/
            .choicelist option {
            width: 100%;
            }
            .choicelist select {
            width: 100%; /*  calc(50% - 8px) */
            }
        }