@charset "utf-8";
/* CSS Document */

@import url("../../fonts/1. KB FONT_Bold(CI).otf");
@import url("../../fonts/KBFGDisplayL.ttf");
@import url("../../fonts/KBFGDisplayM.ttf");
@import url("../../fonts/KBFGDisplayMI.ttf");
@import url("../../fonts/KBFGTextL.ttf");
@import url("../../fonts/KBFGTextM.ttf");

/*--------------------------------------------------------------
# Product Graphic Update 2024
--------------------------------------------------------------*/
/*----- Product Performance Section -----*/

.productPerformSelector {
  position: relative;
  display: block;
  width: 100%;
}

.productPerformRange {
  position: relative;
  display: block;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .productPerformRange {
    white-space: normal;
  }
}


/*----- Product Performance Headline -----*/

.productPerformRange .productPerformHead {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.productPerformHead h3 {
  font-family: "KBFG Text Medium";
  font-weight: 600;
  text-align: center;
  color: rgba(119, 108, 97, 1);
  display: block;
  position: relative;
  padding: 0;
}

.productPerformHead p {
  font-family: "KBFG Text Medium";
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  color: rgba(119, 108, 97, 1);
  display: block;
  position: relative;
  padding: 0;
}

@media (max-width: 575px) {
  
}


/*----- Product Performance Selector -----*/

.productPerformRange .productPerformList {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.productPerformList select {
  margin: 0.5rem auto;
}

.productPerformList > .form-select {
  border-radius: 2em;
  border: 1px solid rgba(119, 108, 97, 1);
  color: rgba(119, 108, 97, 1);
  background-image: url("../../images/Icon/Right arrow.png");
  background-size: 2em 2em;
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 3em;
  padding: 0.375rem 0.75rem 0.375rem 3.5rem;
}


/*----- Product Performance Start-End Date -----*/

.productPerformRange .productPerform {
  position: relative;
  display: inline-block;
  margin: 1rem auto;
  padding: 0;
  white-space: nowrap;
}

.productPerformRange .productPerform .performFieldInput {
  padding-right: 1em;
}

.productPerformRange .productPerform .fieldName {
  font-family: "KBFG Text Medium";
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  color: rgba(119, 108, 97, 1);
  margin-bottom: 0.5rem;
  padding-left: 0.5em;
}

.productDate .performFieldInput .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), 
.productDate .performFieldInput .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border: 1px solid rgba(119, 108, 97, 1);
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

.productDate .performFieldInput .input-group-text {
  background-color: rgba(119, 108, 97, 1);
  color: rgba(255,255,255,1.00);
}

.productDate .performFieldInput .form-control {
  border-radius: 2em;
  border: 1px solid rgba(119, 108, 97, 1);
  height: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.productDate .performFieldInput .form-control:focus {
  box-shadow: 0 0 0 0.15rem #FFD643;
}

.productDate .performFieldInput .form-control:checked {
  background-color: #FFD643;
  border-color: #FFD643;
}

@media (max-width: 575px) {
  .productPerformRange .productPerform {
    display: block;
  }
}


/*----- Product Performance Submit -----*/

.productPerformRange .productRangeSubmit {
  position: relative;
  display: inline-block;
  height: 3em;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}

.productRangeSubmit .performFieldInput {
  padding: 0;
}

.performFieldInput .performSubmitBtn {
  text-align: center;
  font-family: "KBFG Text Medium";
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(119, 108, 97, 1);
  border-radius: 2em;
  display: block;
  position: relative;
  top: -0.25em;
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .performFieldInput .performSubmitBtn {
    width: 100%;
  }
}

/*----- Product Performance View All -----*/
.productPerformAll {
  position: relative;
  display: block;
  padding-left: 0.35em;
}

.productPerformAll .form-check {
  margin-bottom: 0;
}

.productPerformAll .form-check .form-check-input {
  cursor: pointer;
}

.productPerformAll .form-check-input:focus {
  border-color: rgba(119, 108, 97, 1);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.productPerformAll .form-check-input:checked {
  background-color: rgba(119, 108, 97, 1);
  border-color: rgba(119, 108, 97, 1);
}

.productPerformAll .form-check-label {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  font-size: 1em;
  text-align: left;
  color: rgba(119, 108, 97, 1);
  cursor: pointer;
}

/*----- Product NAB CHART -----*/
.graphicNABChart {
  position: relative;
  display: block;
  height: 35em;
  margin-top: 0.5em;
}

/*.highcharts-button-hover {
  fill: rgba(119, 108, 97, 1);
}*/

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 3px;
}

.highcharts-point {
  stroke-width: 0,
}

.highcharts-color-0 {
  fill: #FFD643;
  stroke: transparent;
}

.highcharts-color-1 {
  fill: rgba(114, 163, 98, 1);
  stroke: transparent;
}

.highcharts-point {
  stroke-width: 0px;
}

.highcharts-legend-item > text {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  font-size: 14px !important;
  color: rgba(119, 108, 97, 1) !important;
  fill: rgba(119, 108, 97, 1) !important;
}

.highcharts-root text {
  font-family: "KBFG Text Medium";
}