/*Simple CSS*/
.Select-menu { 
  scrollbar-width: 5px !important;
  scrollbar-color: #999 white !important; 
}


/*Webkit CSS*/
/*This changes the width and background*/
.Select-menu::-webkit-scrollbar {
  width: 5px !important;
  background-color: white !important;
}

/*This changes the thumb color*/
.Select-menu::-webkit-scrollbar-thumb {
  background-color: #999 !important;
}

#react-select-88cnp--list{
    max-height: 180px;
}


.Address__forminner {  
    visibility: hidden;
    display: none;
}

/* answer pipes for async enrichment webhook */
.paperform__page--3 .AnswerPipe
{
    display: none; 
}

/* offers supported services */
.Paperform__Question--3v08e label {
    display: none;
}

/* make locations/employees input look like text box */
input#field-number-a3bvg,
input#field-number-cuuio {
    border: 1px solid rgb(211, 211, 211);
    width: 25%;
}


/* reduce question spacing */
.LiveField .LiveField__container {
    padding: 12px 0;
}
.LiveField__answer {
    line-height: 24px;
}