/**
 *
 * Colors
 *
 */

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.full-screen-width {
  min-width: 100vw; }

.full-screen-height {
  min-height: 100vh; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

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

.mb-12 {
  margin-bottom: 12px; }

.mb-24 {
  margin-bottom: 24px; }

.mb-32 {
  margin-bottom: 32px; }

.mb-48 {
  margin-bottom: 48px; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pt-12 {
  padding-top: 12px; }

.pb-12 {
  padding-bottom: 12px; }

.pb-32 {
  padding-bottom: 32px; }

.pt-96 {
  padding-top: 96px; }

/* Colors */
.white-text-color {
  color: white; }

.gray-soft-text-color {
  color: #f3f3f3; }

.gray-soft-2-text-color {
  color: #f4f4f4; }

.gray-soft-3-text-color {
  color: #c6c6c6; }

.blue-dark-text-color {
  color: #0062ff; }

.blue-dark-4-text-color {
  color: #408BFC; }

.background-black-soft {
  background-color: #252525; }

.background-black-dark {
  background-color: #171717; }

.background-blue-dark {
  background-color: #0062ff; }

.background-blue-dark-2 {
  background-color: #054ada; }

.background-blue-dark-3 {
  background-color: #0F62FE; }

/*# sourceMappingURL=ibm-overrides.css.map */
