.justify-center {
  justify-content: center;
}

.margin-5px {
  margin: 5px !important;
}

.padding-10px {
  padding: 10px !important;
}

.text-primary {
  color: #007bff !important;
}

.text-success {
  color: #008d4c !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #e6b00f !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-white {
  color: #ffffff !important;
}

.pointer-events {
  pointer-events: none;
}

.vcenter {
  display: flex !important;
  height: 100%;
  align-items: center !important;
  justify-content: center !important;
}

.box-shadow-none {
  box-shadow: none !important;
}
