/*Write your custom css in this file.*/
.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
  }

  .icon-fa-alert {
    color: red;
  }

  .panel-brown{
    background: #b45b08;
  }

  .panel-primary {
    background-color: #5867dd;
}

.panel-primary {
  background-color: #5867dd;
}
.panel-info {
  background-color: #5578EB;
}