.dashboard-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.page-content {
    margin-top: 0 !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.card-container {
    background-color: #f0f0f0;
    margin-top: 35px;
}

body[data-sidebar-size=sm] {
    min-height: 639px !important;
}
.border-button
{
    border: 1px solid #6383a8;
}
.editable-input input {
    width: 90px !important;
}

.editable-submit {
    background: #5156be;
    color: #fff;
    border: none;
}

.editable-cancel {
    background: red;
    color: #fff;
    border: none;
}

.mb-90
{
    margin-bottom: 90px !important;
}
.btn-primary {
    box-shadow: none !important;
}

.dropdown-menu.show  {
    left: 0;
    right: 0;
}

.side-menu {
  }

  .side-menu a {
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
  }

  .side-menu a:hover {
    background-color: #ccc;
  }

  .side-menu a.active {
    color: #9ec54d;
  }
  .flex-expense
  {
    display: flex;
    justify-content: space-between;
  }
.bg-danger-2 {
    background: #fd625e1a !important;
    color: #fd625e !important;
}
.bg-primary-2 {
    background: #5156be1a !important;
    color: #5156be !important;
}

.required
{
    color: red;
}
