// bg
.gm-back-bg {
  background-color: var(--gm-color-bg-back) !important;
}

.gm-bg {
  background-color: var(--gm-color-bg-white) !important;
}

.gm-bg-white {
  background: white !important;
}

.gm-bg-primary {
  background: var(--gm-color-primary) !important;
}

.gm-bg-info {
  background-color: #d9edf7 !important;
}

.gm-bg-invalid {
  background-color: #ffd3cf !important;
}

.gm-bg-desc {
  background-color: var(--gm-color-desc) !important;
}

.gm-bg-error {
  background-color: var(--gm-color-danger) !important;
}

.gm-bg-hover-primary:hover {
  color: var(--gm-color-primary) !important;
  background: white !important;
}

.gm-bg-focus-primary:focus {
  color: var(--gm-color-primary) !important;
  background: white !important;
}

.gm-bg-hover-focus-primary:hover,
.gm-bg-hover-focus-primary:focus {
  color: var(--gm-color-primary) !important;
  background: white !important;
}

.gm-hover-bg:hover {
  background-color: var(--gm-color-bg-back) !important;
}
