
/* ADA ASIST Smart Intake Decision Tree v2.0.0 */

.ada-tree-hidden{
  display:none!important;
}

.ada-tree-goal-notice{
  margin:16px 0 4px;
  padding:12px 14px;
  border:1px solid rgba(22,141,244,.18);
  border-left:4px solid #168df4;
  border-radius:10px;
  background:linear-gradient(135deg,#eef8ff,#f8fdff);
}
.ada-tree-goal-notice[hidden]{display:none!important}
.ada-tree-goal-notice b{
  display:block;
  margin-bottom:3px;
  color:#0b3153!important;
  font-size:12px;
  font-weight:900;
}
.ada-tree-goal-notice span{
  display:block;
  color:#5c768c!important;
  font-size:11px;
  line-height:1.5;
}

.gi-intake-content .ada-tree-extra{
  display:block;
  min-width:0;
}
.gi-intake-content .ada-tree-extra > span{
  display:block;
  margin-bottom:5px;
  color:#0b3153!important;
  font-size:12px;
  font-weight:750;
}
.gi-intake-content .ada-tree-extra textarea{
  min-height:90px!important;
}

.gi-intake-content .ada-smart-step[data-step="2"],
.gi-intake-content .ada-smart-step[data-step="3"],
.gi-intake-content .ada-smart-step[data-step="4"]{
  border-top:1px solid rgba(17,64,100,.08);
  margin-top:18px;
  padding-top:18px;
}

.gi-intake-content .ada-smart-step h2{
  margin-bottom:16px!important;
}

@media(max-width:640px){
  .ada-tree-goal-notice{padding:11px 12px}
}
