#chatbot-action {

    .ico {
      color: #DA291C !important;
      font-size: 48px !important;
    }

    &:hover .ico {
      color: green !important;
    }
}

stages-disclaimer-main h5 {
        color: #C1CCD9;
}

stages-disclaimer-main h5:hover {
    transition-delay: 500ms;
    color: #819BB0;
}
