body {
    font-family: Arial, Helvetica, sans-serif;

    /* background-color: black; */
}

* {
    box-sizing: border-box;
}

.containerForm {
    margin: auto;
    margin-top: 30px;
    padding: 16px;

    width: 600px;

    /* background-color: whitesmoke; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Add padding to containers */
.container {
    padding: 16px;
    background-color: white;

}

.containerGender {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    font-family: inherit;
    font-size: 1rem;
    display: flex;

}

.containerGender>label {
    margin-left: 8px;
    font-family: inherit;
    font-size: 1rem;

}

.containerGender>input {
    margin-top: 0px;
    transform: scale(1.2);
}



input[type='radio'] {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px gray inset;
}

input[type='radio']:hover,
input[type='checkbox']:hover {
    border: 1px solid orangered;
    box-shadow: 0 0 5px rgba(255, 69, 0, 0.5), 0 0 5px 0px gray inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: green;
}


.containerSymptom {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    /* padding-bottom: -15px; */
    display: block;
    border: none;
    background: #f1f1f1;
    font-family: inherit;
    font-size: 1rem;
    /* display: flex;
    flex-direction: column; */
}

.containerSymptom div>label {
    position: absolute;
    margin-left: 15px;
    margin-top: 8px;
    padding: 0;
    font-family: inherit;
    font-size: 1rem;
    height: 1rem;
}


.containerSymptom div>input {
    position: relative;
    margin-left: 18px;
    margin-top: 10px;
    transform: scale(1.3);
    font-size: 1rem;
    display: inline-block;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid darkgray;
    outline: none;
    box-shadow: 0 0 5px 0px #808080 inset;
}


input[type='checkbox']:checked:before {
    content: '\2714';
    color: rgba(0, 170, 170, 1);
    color: green;
    position: absolute;
    margin-left: 1px;
    margin-top: -3px;
    font-size: 0.9rem;
    font-weight: 700;
}



/* Full-width input fields */
input[type=text],
input[type=number],
input[type=password],
input[type=date] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 20px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    font-family: inherit;
    font-size: 1rem;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus {
    background-color: whitesmoke;
    font-size: 1rem;
    border: 1px solid orangered;
    box-shadow: 0 0 5px rgba(255, 69, 0, 0.5);
}

/* Overwrite default styles of hr */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* Set a style for the submit button */
.buttonSubmit {
    background-color: #4CAF50;
    background-color: rgba(0, 170, 170, 1);
    /* background-color: rgb(66, 158, 157); */
    /* mint Green = https://www.canva.com/colors/color-meanings/mint-blue/ */

    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-size: 1rem;
}

.buttonSubmit:hover {
    opacity: 1;
}

/* Add a blue text color to links */
a {
    color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
    margin: 16px;
    margin-top: 0px;
    padding: 5px;
    background-color: #f1f1f1;
    text-align: center;
}

.signin p {
    margin: 0px;
}

.signin a {
    display: inline-block;
    color: rgba(0, 170, 170, 1);
    width: 80px;
    text-decoration: none;
    border-bottom: 2px solid whitesmoke;
    margin: 5px;
    margin-left: 5px;
    padding: 8px;
}


.signin a.active {
    color: orangered;
    /* background-color: rgba(255, 200, 200, 0.2); */
    border-bottom: 2px solid orangered;
}


.signin a:hover {
    color: orangered;
    background-color: white;
    border-bottom: 2px solid orangered;
}



/* .signin a[href^="/data-p1-d-person"] {
    background-color: yellow;
} */


meter {
    display: block;
    margin-top: -10px;
    margin-bottom: 30px;
    width: 100%;
    height: 10px;
    opacity: 0.7;
}


meter#bloodPressureMeterSystolic {
    display: inline-block;
    width: 48%;
}


meter#bloodPressureMeterDiastolic {
    display: inline-block;
    margin-left: 12px;
    width: 48%;
}



/* meter::-webkit-meter-optimum-value {
    box-shadow: 0 5px 5px -5px #999 inset;
    background-image: linear-gradient(90deg,
            #8bcf69 5%,
            #e6d450 5%,
            #e6d450 15%,
            #f28f68 15%,
            #f28f68 55%,
            #cf82bf 55%,
            #cf82bf 95%,
            #719fd1 95%,
            #719fd1 100%);
    background-size: 100% 100%;
} */



/*meter */
/*bar with only one possible color*/
/* meter::-moz-meter-bar {
    background: red;
} */

/* color of bar*/

/* bar with different colors*/
/* between "low" and "high" thresholds*/
/* meter::-moz-meter-optimum-value {
    background: lightgreen;
} */

/*below "low" threshold or above "high" threshold*/
/* meter::-moz-meter-suboptimum-value {
    background: gold;
} */