.btn-success {
    background: #0b4d45 ;
    border-color: #0b4d45;
  }

  .c-sidebar-nav {
    background: #324766;
    padding-top: 50px;
  }

  .c-sidebar-brand {
    background: #324766 !important;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
  }
  
  .c-sidebar-brand-full  {
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .btn-primary  {
    background: #324766;
    border-color: #324766;
  }

  .btn-info {
    background: #4682B4;
    border-color: #4682B4;
  }

  .btn-danger {
    background: #8B0000 ;
    border-color: #8B0000;
  }

  link .c-header {
    color: aliceblue;
  }

  .badge-info {
    background: #4682B4;
  }

  .page-link  {
    background: #324766 !important;
    border-color: #324766 !important;
    color: aliceblue !important;
  }


