.dashboard-admin .dashboard-bg{
    background: linear-gradient(135deg, rgba(62,119,132) 0%, #3e7784cc 100%);
}
.form-admin .form-bg{
    background: linear-gradient(135deg, rgba(62,119,132) 0%, #3e7784cc 100%);
}
.sidebar .sidebar-wrapper .logo{
    background: #083848;
}
.sidebar .sidebar-wrapper .menu-list .menu-item.active{
    background: #083848;
    border-color: #083848;
}
.sidebar .sidebar-wrapper .sidebar-option .user-setting{
    background:#083848;
}
.bg-stadard{
  background-color: rgba(255, 99, 71, 0.2) !important;
  color:#5a4e4e !important;
}
.bg-permanence{
  background-color: rgba(34, 142, 242,0.3) !important;
  color:#5a4e4e !important;
}
.bg-life{
  background-color: rgba(255, 226, 85, 0.3) !important;
  color:#5a4e4e !important;
}
.bg-order{
  background-color: #3f5749 !important;
}
