:root {
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-300: #D1D5DB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #1F2937;
  --gray-900: #111827;
  --gray-bg: #EDF2F7;
  --link-color: #3071a9;
  --link-hover-color: #3071a9;
  --link-active-color: #3071a9;
  --border-color: var(--gray-200);
  --color-primary: #0d6efd;
  --color-success: #46A546;
  --color-danger: #dc3545;
  --border-color: #dee2e6;
  --text-color: #333;
  --active-color: var(--color-primary);
  --global-spacing: 8px;
}

.ja-google-chart .control-group {
  padding-top: 12px;
}

.ja-google-chart input.minicolors-input[type="text"] {
  height: 34px;
  padding-left: 36px;
}

.ja-google-chart .controls .btn-group.radio {
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 44px;
  height: 24px;
  padding: 0 !important;
  position: relative;
}

.ja-google-chart .controls .btn-group.radio > .btn {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 25px;
  color: #999;
  font-weight: 600;
  padding: 0;
  height: 24px;
  position: absolute;
  top: 0;
  overflow: hidden;
  text-indent: -500px;
  min-width: 0;
  width: 100%;
  z-index: 20;
}

.ja-google-chart .controls .radio.btn-group input[type="radio"] {
  display: none;
}

.ja-google-chart .controls .btn-group.radio > .btn::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 2px;
  height: 20px;
  width: 20px;
}

.ja-google-chart .controls .btn-group.radio > .btn:first-of-type {
  left: 0;
}

.ja-google-chart .controls .btn-group.radio > .btn:last-of-type {
  right: 0;
}

.ja-google-chart .controls .btn-group.radio > .active.btn-success,
.ja-google-chart .controls .btn-group.radio > .active.btn-outline-secondary {
  background-color: var(--color-success);
  width: 100%;
  z-index: 10;
}

.ja-google-chart .controls .btn-group.radio > .active.btn-success::after,
.ja-google-chart .controls .btn-group.radio > .active.btn-outline-secondary::after {
  right: 2px;
}

.ja-google-chart .controls .btn-group.radio > .active.btn-danger {
  background-color: #DEE2E6;
  width: 100%;
  z-index: 10;
}

.ja-google-chart .controls .btn-group.radio > .active.btn-danger::after {
  left: 2px;
}

.ja-google-chart .btn-group.radio > .btn {
  border-color: var(--border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 24px;
}

.ja-google-chart .btn-group.radio > .btn.active {
  border-color: rgba(0, 0, 0, 0.1);
}

.ja-google-chart {}
.ja-google-chart-intro {}