.btn-primary {
    color: #fff;
    background-color: #4b9560;
    border-color: #4b9560;
    box-shadow: none;
  }

  a {
    color: #4b9560;
    text-decoration: none;
    background-color: transparent;
  }

  .login-page, .register-page {
    background-color: #4b9560;
    height: 90vh;
  }


  .btn-primary:hover {
    color: #fff;
    background-color: #30603d;
    border-color: #30603d;
  }

  .login-card-body, .register-card-body {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
    border-radius: .25rem;
  }

  .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #4b9560;
    color: #fff;
  }

  .bg-info {
    background-color: #4b9560 !important;
  }

  .btn-info {
    color: #fff;
    background-color: #4b9560;
    border-color: #4b9560;
    box-shadow: none;
  }

  .btn-info:hover {
    color: #fff;
    background-color: #30603d;
    border-color: #30603d;
  }

  .card-info:not(.card-outline) > .card-header {
    background-color: #30603d;
  }


  .card-warning:not(.card-outline) > .card-header {
    color: #ffffff;
    background-color: #28a745;
  }

  .info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4em;
    height: 1.4em;
    min-width: 1.4em;
    min-height: 1.4em;
    padding: 0.2em;
    background: #fff !important;
    background-color: #fff !important;
    color: #4b9560 !important;
    border-radius: 50%;
    border: none !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    cursor: help;
    box-sizing: border-box;
    text-decoration: none;
  }
  .info-icon i,
  .info-icon .fa {
    color: #4b9560 !important;
    background: none !important;
  }
  .info-icon:hover {
    background: #fff !important;
    background-color: #fff !important;
    color: #4b9560 !important;
  }
  .info-icon:hover i,
  .info-icon:hover .fa {
    color: #4b9560 !important;
  }

  table.table a.dashboard-table-view-link {
    display: inline-block;
    padding: 0;
    width: auto;
    min-width: 0;
    clear: none;
    font-weight: normal;
    white-space: nowrap;
    background: transparent;
    border: 0;
  }
  table.table a.dashboard-table-view-link:hover,
  table.table a.dashboard-table-view-link:focus {
    background-color: transparent;
    text-decoration: none;
  }

  .user-panel img, .profile-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }

  select.form-control-sm ~ .select2-container--default {
    font-size: 0.9rem;
  }