/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/*Start settings app custom css*/
#messageflow-react-app input[type=text] {
  line-height: unset;
  border: unset;
  padding: 16px 14px;
}

#messageflow-react-app input[type=text]:focus {
  box-shadow: unset;
}

#messageflow-react-app textarea:focus {
  box-shadow: unset;
}

#messageflow-react-app a:hover {
  color: rgba(0, 0, 0, 0.54);
}

#messageflow-react-app a:active {
  color: rgba(0, 0, 0, 0.54);
}

#messageflow-react-app a:focus {
  color: rgba(0, 0, 0, 0.54);
  box-shadow: none;
  outline: none;
}
/*End settings app custom css*/


/*Start bulk sms app custom css*/
#messageflow-react-app input[type=tel] {
  line-height: unset;
  border: unset;
  padding: 8px 14px;
  min-height: unset;
}

#messageflow-react-app input[type=tel]:focus {
  box-shadow: unset;
}
/*End bulk sms app custom css*/