/*Write your custom css in this file.*/
.sidebar-title {
    background: #fff;
    border-bottom: 1px solid rgba(221, 230, 233, 0.48);
    color: #444;
    border-radius: 5px 5px 0 0;
  }
  .sidebar-title h1 {
    font-size: 18px;
    margin: 0;
    padding: 20px 0px;
    float: left;
  }

  .bg-reviewed {
    background-color: #75ae37;
  }

  .bg-revision {
    background-color: #6f42c1;
  }

  .widget-details h2 {
    margin: 0;
    color: #000;
  }

  .widget-details-no-icon {
    text-align: right;
  }
   .widget-details-no-icon h1, h2 {
    margin: 0;
    color: #000;
  }
  .widget-details-no-icon span {
    color: #595959;
  }

  .bg-success-green{
    background-color: #00b393 !important;
}

.btn-red {
  background: red;
  border-color: red;
  color: #fff !important;
}
.btn-red:hover, .btn-danger:active, .btn-danger:focus {
  background: #fd397a;
  border-color: #fc0758;
  color: #fff !important;
}