.graph-container {
	padding: 20px;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	font-family: Prompt, sans-serif;
}
@media screen and (max-width: 320px) {
  .graph-container .graph .head {
    font-size: 22px;
    width: 100%;
  }
  .graph-container .graph p {
    font-size: 1.3rem;
    margin: 3rem 0 1.2rem;
  }
  .graph-container .graph .periods .btn-periods {
    min-width: 24px;
  }
  .graph-container .x {
    bottom: 24px;
    left: 20px;
  }
  .graph-container .y {
    right: 20px;
    top: 200px;
  }
  .graph-container #chartdiv {
    margin-bottom: 150px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 7px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .graph-container .graph .head {
    font-size: 27px;
    width: 100%;
  }

  .graph-container .graph p {
    font-size: 1.5rem;
    margin: 3rem 0 1.2rem;
  }
  .graph-container .graph .periods .btn-periods {
    min-width: 30px;
  }
  .graph-container .x {
    bottom: 24px;
    left: 20px;
  }
  
  .graph-container .y {
    right: 20px;
    top: 210px;
  }
  .graph-container #chartdiv {
    margin-bottom: 150px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 6px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .graph-container .graph .head {
    font-size: 30px;
    width: 100%;
  }
  .graph-container .graph p {
    font-size: 1.5rem;
    margin: 3rem 0 1.2rem;
  }
  .graph-container .graph .periods .btn-periods {
    min-width: 30px;
  }
  .graph-container .x {
    bottom: 25px;
    left: 20px;
  }

  .graph-container .y {
    right: 20px;
    top: 220px;
  }
  .graph-container #chartdiv {
    margin-bottom: 150px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 8px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .graph-container .graph .head {
    font-size: 26px;
    width: 100%;
  }
  .graph-container #chartdiv {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .graph-container .graph p {
    font-size: 1.5rem;
    margin:0.9rem 0 1.2rem;
  }
  .graph-container .x {
    bottom: 25px;
    left: 20px;
  }
  
  .graph-container .y {
    right: 20px;
    top: 185px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .graph-container .graph .head {
    font-size: 26px;
    width: 50%;
  }
  .graph-container #chartdiv {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .graph-container .graph p {
    font-size: 1.5rem;
    margin: 0.69rem 0 1.2rem;
  }
  .graph-container .x {
    bottom: 26px;
    left: 20px;
  }
  .graph-container .y {
    right: 28px;
    top: 105px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .graph-container .graph .head {
    font-size: 31px;
    width: 40%;
  }
  .graph-container #chartdiv {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .graph-container .graph p {
    font-size: 1.5rem;
    margin: 1.7rem 0 1.2rem;
  }
  .graph-container .graph .periods .btn-periods {
    min-width: 45px;
  }
  .graph-container .x {
    bottom: 25px;
    left: 20px;
  }
  
  .graph-container .y {
    right: 30px;
    top: 115px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 12px;
  }
}
@media screen and (min-width: 1441px) {
  .graph-container .graph .head {
    font-size: 31px;
    width: 40%;
  }
  .graph-container #chartdiv {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .graph-container .graph p {
    font-size: 1.5rem;
    /* margin: 0 0 1.2rem; */
    margin: 1.7rem 0 1.2rem;
  }
  .graph-container .graph .periods .btn-periods {
    min-width: 65px;
  }
  .graph-container .x {
    bottom: 0;
    left: 0;
  }
  
  .graph-container .y {
    right: 65px;
    top: 135px;
  }
  .graph-container .graph .periods .btn {
    padding: 6px 12px;
  }
}
.graph-container .x,
  .graph-container .y {
	position: absolute;
	color: #c3ac95;
}

.graph-container .graph {
	/* padding: 0 30px; */
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.graph-container .graph h1 {
	font-size: 3rem;
}


.graph-container .graph .bootstrap-select .dropdown-menu > span, .graph-container .graph .bootstrap-select .dropdown-menu li > a > span, .graph-container .graph .bootstrap-select .dropdown-toggle > span, .graph-container .graph .bootstrap-select .dropdown-toggle li > a > span {
	font-size: 1.5rem;
}

.graph-container .graph .periods {
	text-align: center;
}

.graph-container .graph .periods .btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.graph-container .graph .periods .btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.graph-container .graph .periods .btn-group > .btn {
	position: relative;
	float: left;
}

.graph-container .graph .periods .btn-group > .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.graph-container .graph .periods .btn-group > .btn:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.graph-container .graph .periods .btn-group > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.graph-container .graph .periods .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #002458;
}

.graph-container .graph .periods .btn-default:hover, .graph-container .graph .periods .btn-default:focus, .graph-container .graph .periods .btn-default:active {
	outline: none;
	border-color: #002458;
	background-color: #fff;
}

.graph-container .graph .periods .btn-periods {
	outline: none;
}

.graph-container .graph .periods .btn-periods:hover {
	color: #fff;
	outline: none;
	border-color: #002458;
	background-color: #00417b;
}

.graph-container .graph .periods .btn-periods-active {
	color: #fff !important;
	border-color: #002458 !important;
	background-color: #002458 !important;
}

.graph-container .graph .periods .btn-dropdown-toggle {
	background-color: #002458;
}

.graph-container .graph .periods .btn-dropdown-toggle .caret {
	color: #fff;
}

.graph-container #chart2div {
	width: 100%;
	height: 500px;
}

.graph-container #chart2div input {
	 display: none !important;
}


