/*
Image path
Gradient color
Color
Font Size
Font Color
Font Family
button
*/
/***Image path***/
/***End image path*****/
/***Gradient color****/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
.blue_green_gradient_text_color {
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*********Font Family*********/
/*********End Font Color*********/
/*****Button*****/
.clinch_primary_button {
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  color: white !important;
  border: none;
}
.clinch_secondary_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #0da1e2, #31d48b);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.clinch_third_button {
  background: #6e1fd6;
  background: linear-gradient(90deg, #6e1fd6 0%, #ff844f 100%);
  color: white !important;
  border: none;
}
.clinch_fourth_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #6e1fd6, #ff844f);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
/****End button*****/
.article-pg .article-left .chartBarsWrap li::before {
  content: none;
}
/*********************************************Common setting************************/
.box-piesite {
  text-align: center;
  font-size: 22px;
}
.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}
.piesite .percent {
  position: absolute;
  top: 40%;
  left: 0em;
  width: 100%;
  font-size: .3em;
  text-align: center;
  z-index: 2;
}
.piesite .percent .symbol {
  font-size: .5em;
  /*vertical-align: top;*/
  opacity: .5;
}
.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}
.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.piesite > #slice > .pie {
  position: absolute;
  border: .1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}
.piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.piesite.fill > .percent {
  display: none;
}
.piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: .1em;
  width: .8em;
  height: .8em;
  background: white;
  border-radius: 100%;
  z-index: 1;
}
.piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  opacity: .5;
  z-index: 0;
}
.piesite:before {
  background: rgba(255, 255, 255, 0.1);
  background: #30303A;
}
.box-piesite ul {
  padding: 0;
}
.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}
.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
  padding-left: 0px;
  margin: auto;
}
.chartBars {
  position: relative;
  max-width: 600px;
  height: 300px;
  margin: 50px auto 100px;
}
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBars .bars li .bar:after {
  content: '%';
  font-size: 22px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li b {
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  display: block;
  margin: 0px;
  padding-left: 0px;
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #1d1d1d;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  /*height: 63px;*/
  /*margin-top: -1px;*/
}
.chartBars2 {
  max-width: 350px;
  margin: 4rem auto 3rem;
}
.chartBars2 .bars {
  padding: 0;
  width: 100%;
}
.chartBars2 .bars li {
  flex: 0 1 25%;
  padding-left: 0px;
  margin-left: 1rem;
}
.chartBars2 .bars li .bar {
  text-align: center;
}
.chartBars2 .bars li .bar:after {
  content: "";
}
.bars li .bar.greenBar {
  background-color: #6B8E23;
  background: radial-gradient(#99cb32, #6b8e23);
}
.bars li .bar.greenBarFlat {
  background-color: #76C190;
}
.bars li .bar.blueBar {
  background-color: #49E;
  background: radial-gradient(#8abff4, #4499ee);
}
.bars li .bar.blueBarFlat {
  background-color: #142c52;
}
.bars li .bar.orangeBar {
  background-color: orange;
  background: radial-gradient(#ffc04d, #ffa500);
}
.bars li .bar.redBarFlat {
  background-color: #dc3954;
}
.bars li .bar.purpleBar {
  background-color: #6e46af;
  background: radial-gradient(#9778c9, #6e46af);
}
.bars li .bar.lightBlueBarFlat {
  background-color: #e1f3fb;
}
.bars li .bar.darkGrey {
  background-color: #58585b;
  background: radial-gradient(#8a8a90, #58585b);
}
.bars li .bar.lightGrey {
  background-color: #939597;
  background: radial-gradient(#c5c6c6, #939597);
}
.bars li .bar.navyblue1 {
  background-color: #142c52;
  background: radial-gradient(#163d7c, #142c52);
}
.bars li .bar.navyblue2 {
  background-color: #257BA0;
  background: radial-gradient(#5a84c7, #257ba0);
}
.bars li .bar.navyblue3 {
  background-color: #48A1C3;
  background: radial-gradient(#98b3e0, #48a1c3);
}
.bars li .bar.navyblue4 {
  background-color: #57C0E9;
  background: radial-gradient(#c3cfe0, #57c0e9);
}
.bars li .bar.navyblue5 {
  background-color: #7FCAEB;
  background: radial-gradient(#aebed7, #7fcaeb);
}
.bars li .bar.green1 {
  background-color: #0b411e;
  background: radial-gradient(#627e6b, #0b411e);
}
.bars li .bar.green2 {
  background-color: #60A07A;
  background: radial-gradient(#8dc29e, #60a07a);
}
.bars li .bar.green3 {
  background-color: #78C191;
  background: radial-gradient(#b6ddc2, #78c191);
}
.bars li .bar.green4 {
  background-color: #76C190;
  background: radial-gradient(#b0ceba, #76c190);
}
.bars li .bar.green5 {
  background-color: #ACD5B8;
  background: radial-gradient(#bad7c3, #acd5b8);
}
/*******Pie color***/
li.navyblue .piesite > #slice > .pie {
  border-color: #0a7cae;
}
li.navyblue1 .piesite > #slice > .pie {
  border-color: #0a7cae;
}
li.navyblue2 .piesite > #slice > .pie {
  border-color: #0a7cae;
}
li.navyblue3 .piesite > #slice > .pie {
  border-color: #0a7cae;
}
li.lightblue .piesite > #slice > .pie {
  border-color: #0a7cae;
}
li.lightblue1 .piesite > #slice > .pie {
  border-color: #0da1e2;
}
li.lightblue2 .piesite > #slice > .pie {
  border-color: #e6f5fc;
}
li.maingreen .piesite > #slice > .pie {
  border-color: #31d48b;
}
li.maingreen1 .piesite > #slice > .pie {
  border-color: #d4ede4;
}
li.maingreen2 .piesite > #slice > .pie {
  border-color: #eafbf3;
}
li.maingreen3 .piesite > #slice > .pie {
  border-color: #31d48b;
}
/*******Animation******/
.animationNumber {
  text-align: center;
}
.animationNumber .numberAnimation {
  font-weight: 800;
  font-size: 30px;
  color: #0da1e2;
}
/*******End Animation******/
/*********************************************End Common setting************************/
/*# sourceMappingURL=graph.css.map */
