.crm-layout {
  display: flex;
  min-height: 100vh;
}

.crm-sidebar {
  width: 20%;
  min-width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 20px;
  background: #292929;
  color: #fff;
}

.crm-content {
  margin-left: 20%;
  width: 80%;
  padding: 30px;
}

.border-tempo-real {
  border-left: .25rem solid #ff0f00 !important;
}

.border-left-success {
  border-left: .25rem solid #1cc88a !important;
}

.border-left-primary {
  border-left: .25rem solid #292929 !important;
}

.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}

