#female{
    display:none;
}
#eyebrown{
    display:none;
}
.grafts .status {    margin-top: 60px;}

label[for=results-toggle] {_display:none;}

#_1, #_2, #_3, #_4 , #_5 ,#_6 ,#_7 ,#_8{  filter: drop-shadow(1px 3px 7px rgba(0,0,0,0.9)); ; _stroke: #463a39;    _stroke-width: 0.9;}

body g.numbers path {   fill: white !important;}


@media only screen and (max-width: 600px) {

body .theme-button {
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

fieldset.grafts .range > span:last-of-type {
    text-align: right;
    width: 50%;
}

}
fieldset.areas svg g[id] {
    cursor: pointer;
    fill-opacity: 0;
}
fieldset.areas svg g[id] {
    cursor: pointer;
    fill-opacity: 0;
}
.unselected {
    fill-opacity: 1 !important;
    opacity: 1;
}
.selected{
    fill-opacity: 0;
}
fieldset.areas > div > div > * {
    width: 23%;
}
fieldset.areas > div > div label input {
    position: absolute;
    visibility: hidden;
}
span.img {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}
span.img > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 790px;
    max-width: 100%;
    height: 100%;
}
fieldset.areas > div > div {
    display: none;
} 
.form-str label{
    font-size:15px;
    color:black;
    font-weight: 400;
}
.form-str>select.form-select{
    height:40px;
    margin-top:5px;
    outline:none;
}
.form-str>select.form-select:focus, .form-str>select.form-control:active{
    outline: none;
    box-shadow: none;
    border-color:#ced4da;
}

.select {
    opacity: 0;
}
.rangeslide>label{
    display:flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom:15px;
}
.rangeslide>label>span.leftlabel{
    display:flex;
    justify-content: flex-start;
}
.rangeslide>label>span.rightlabel{
    display:flex;
    justify-content: flex-end;
}
.result{
    padding-left:30px;
    padding-right:30px;
    margin-top:30px;
    text-align: center;
}
.result>.title{
    font-size:14px;
    font-weight: 400;
    color:black
}
.form-area .form-str{
    padding:7px;
}
.form-area .form-str>input{
    height:40px;
}