.first-parent{margin-top: 10px; margin-bottom: 10px;}
.first-parent > .question:first-child > .desc{background-color: rgb(9, 9, 134); color: white; font-weight: bold; padding: 5px; margin-bottom: 10px;}
.question > .desc{background-color: rgb(103, 103, 230); color: white; font-weight: bold; padding: 5px; margin-bottom: 10px;}
.question{margin-top: 10px;}
ul{list-style-type: none; }

.patient-info .question {
    border-radius: 6px;
    padding-left: 10px;
}

.side-sq-wrap .question{margin-top: 0px;}
.input-cont{min-height: 100px;}

.btn-primary{
    background: #140C44;
    color: white;
}

.btn-primary:hover{
    background: #443a75;
}

.form-wrapper{display: none}
