@import url("https://fonts.b-ite.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Open Sans", liberation sans, sans-serif;
}

html {
  background: #fff;
  color: #3b3b3b;
}

html.bjpfg--variant-light * {
  outline-color: #5CA315;
}

body h1,
html.bjpfg--variant-light .bjpfg-icon {
  color: #5CA315;
}

body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #5CA315;
}

body h1.--success,
body h2.--success,
body h3.--success,
body h4.--success,
body h5.--success,
body h6.--success {
    color: #5CA315 !important;
}

body button:not(.--link).--primary:not([disabled]) {
  color: #fff;
  font-weight: 600;
  background: #5CA315;
}

body button:not(.--link).--primary:not([disabled]):hover {
  color: #5CA315;
  font-weight: 600;
  background: #fff;
}

body .bjpfg-tos__confirm {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

body button:not(.--link):not([disabled]):hover {
  -webkit-box-shadow: inset 0 0 0 1px #5CA315;
  box-shadow: inset 0 0 0 1px #5CA315;
}

body .bjpfg-popover {
  border: 2px solid #5CA315;
}

body button:not(.--link) {
  color: #5CA315;
  font-weight: 600;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 0 0 1px #5CA315, inset 0 -1px 0 #5CA315;
  box-shadow: inset 0 0 0 1px #5CA315, inset 0 -1px 0 #5CA315;
}

body button:not(.--link):hover,
body button:not(.--link):not([disabled]):hover,
body button:not(.--link):hover .bjpfg-icon {
  color: #fff;
  background-image: none;
  background-color: #5CA315;
}

body button:not(.--link):disabled:hover {
  color: rgba(92, 112, 128, 0.5);
  background-image: none;
  background-color: #f5f5f5;
}

html.bjpfg--variant-dark button:not(.--link),
html.bjpfg--variant-dark .bjpfg-icon {
  color: #5CA315;
}

html.bjpfg--variant-dark button:not(.--link) {
  color: #5CA315;
  background: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover {
  color: #5CA315;
  background-color: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover .bjpfg-icon {
  color: #fff;
  background-color: transparent;
}

html.bjpfg--variant-dark button:not(.--link).--primary:not([disabled]),
html.bjpfg--variant-dark button:not(.--link).--success:not([disabled]) {
  color: #fff;
}

body .bjpfg-submit {
  background-color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

body input:not([type=checkbox]).--disabled,
body input:not([type=checkbox]):disabled,
body select.--disabled, select:disabled,
body textarea.--disabled,
body textarea:disabled,
body button:not(.--link).--disabled,
body button:not(.--link):disabled {
  background-color: #f5f5f5;
}

html.bjpfg--variant-light body a, html.bjpfg--variant-light body a:hover, html.bjpfg--variant-light body a:visited, html.bjpfg--variant-light body a:link {
  color: #5CA315;
}
