/****** Globals *****/
.dc-chart,
.data-count,
.list-view,
.titlebar,
.global-chart,
.d3-bubble,
.composite-chart,
.doublespline,
.packed-bubble,
.composite-stacked-bar-chart,
.radius-pie,
.pie-chart,
.realtimeseries,
.grouped-bar,
.speedometer,
.stacked-bar {
  /* background-color: rgb(26, 36, 69) !important; */
  border: 1px solid #768AFC;
}
.static-title-div {
  display: flex;
}
.titlebar {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(5, 5, 51) 35%, rgb(31, 83, 255) 100%);
  background-position-y: 54px;
  position: fixed;
  top: 18px;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100% !important;
  padding-bottom: 10px !important;
}
.titlebartitle {
  padding-left: 245px;
}
/* .download-pdf-btn { */
  /* display: none; */
/* } */

.TitleImage {
  background-image: url("../images/Group1.PNG");
  background-repeat: no-repeat;
  margin-top: -1%;
  background-position-x: 50px;
  height: 40px;
  margin-bottom: -2%;
}

.logo-img {
  position: absolute;
  left: 40px;
  bottom: -23px;
  height: 40px;
}

.logoutIcon {
  background-image: url("../images/Group877.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 46px;
  cursor: pointer;
}

/****** Widget: Title Bar ********/
/****** Widget: Global chart ********/
#Global {
  background-size: 100% 100%;

}

/****** Widget: List View ********/
ul li::marker {
  color: #03C5FA;
  font-weight: bold;
}

/****** Widget: Data Count ********/
.data-count .up {
  color: #46EFD1;
}

.data-counttitle {
  color: #8C98B2;
}

.data-count .down {
  color: #f17269;
}

.data-count .total-count,
.data-count .filter-count {
  color: inherit;
  margin-top: 10%;
}

/****** Widget: Bar Chart ********/
.bar-chart .chart-body .bar {
  fill: #4575b4 !important;
}

.bar-chart .axis line {
  stroke: #A2ADD3
}

.bar-chart .axis path {
  stroke: #A2ADD3
}

.bar-chart .axis text {
  fill: #A2ADD3;
}

/****** Widget: Line Chart ********/
.line-chart .chart-body .stack-list ._0 {
  stroke: #239CF5 !important;
}

.line-chart .chart-body .dc-tooltip-list ._0 .dot {
  stroke: #239CF5 !important;
  fill: #239CF5 !important
}

.line-chart .axis line {
  stroke: #A2ADD3
}

.line-chart .axis path {
  stroke: #A2ADD3
}

.line-chart .axis text {
  fill: #A2ADD3;
}

/* ***** Widget: Pie Chart *******
.pie-chart .pie-slice-group ._0,.pie-chart .dc-legend .dc-legend-item:nth-child(1) rect{
  fill :#17A7FC;
}
.pie-chart .pie-slice-group ._1,.pie-chart .dc-legend .dc-legend-item:nth-child(2) rect{
  fill :#88B7F7;
}
.pie-chart .pie-slice-group ._2,.pie-chart .dc-legend .dc-legend-item:nth-child(3) rect{
  fill :#FFC1A0;
}
.pie-chart .pie-slice-group ._3,.pie-chart .dc-legend .dc-legend-item:nth-child(4) rect{
  fill :#F86624;
} */



/* bubble-chart */

/* .bubble-chart .pie-slice-group ._0,.bubble-chart .dc-legend .dc-legend-item:nth-child(1) rect{
  fill :#17A7FC;
}
.bubble-chart .pie-slice-group ._1,.bubble-chart .dc-legend .dc-legend-item:nth-child(2) rect{
  fill :#88B7F7;
}
.bubble-chart .pie-slice-group ._2,.bubble-chart .dc-legend .dc-legend-item:nth-child(3) rect{
  fill :#FFC1A0;
}
.bubble-chart .pie-slice-group ._3,.bubble-chart .dc-legend .dc-legend-item:nth-child(4) rect{
  fill :#F86624;
} */

/* .bubble-chart g.dc-legend {
  display: none;
} */

.voluntaryRadioBtn {
  font-size: 12px;
  display: flex;
  margin-left: -5px;
}

#pie-chart2 .dc-legend-item {
  font-size: 10px;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

/* #container {
   height: 1200px; 
} */

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.pie-chart .dc-legend-item {
  font-size: 10px;
}

.pie-chart svg {
  overflow: initial;
}

.bubbleChartNumber {
  margin-top: -5px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.highcharts-credits {
  display: none
}

.row-chart g text {
  font-size: 11px;
}

.dc-chart svg .dc-legend-item text {
  transform: translateY(5px);
}


.pie-chart2 {
  align-items: center;
}

.static-title-div {
  position: fixed;
  top: 15px;
  right: 28px;
  z-index: 1000;
}

.clearFilter {
    margin-left: 15px;
     background: #0d1c6f;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border-color: #768AFC;
    cursor: pointer;
}
.clearfilter-img {
  display: none;
}
.clearfilter-img img {
  width: 20px;
}
.clearfilter-text {
  display: block;
}
.download-pdf-btn {
  width: 25px;
}

@media only screen and (max-width: 1099px) {
  .export-pdf-text {
    display: none;
  }
  .download-pdf-btn {
    display: block;
  }
  .generatepdf {
    padding: 3px 10px;
  }
  .clearFilter {
    margin-left: 10px;
  }
  .titleDropMonth {
    margin-left: 10px;
    width: 105px;
  }
}
@media only screen and (max-width: 1199px) {
  .titleDropMonth {
    width: 125px;
  }
  .titlebartitle {
    padding-left: 205px;
  }
}
@media only screen and (max-width: 991px) { 
  .static-title-div {
    top: 73px;
    position: absolute;
    z-index: 2;
  }
  #container {
    padding-top: 51px;
    grid-template-rows: 91px repeat(var(--gridrow), var(--rowheight));
  }
}
@media only screen and (max-width: 850px) and (min-width: 601px)  {
  .data-count .total-count, .data-count .filter-count {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 601px) {
  .titlebartitle {
    font-size: 18px !important;
  }
  .data-count .title {
    top: 45%;
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 10px);
    display: inline-block;
    margin-left: 0px;
    text-align: left;
  }
  .data-count .countDataContent {
    top: 27%;
    margin-left: 0;
  }
  .data-counttitle {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .static-title-div {
    top: 70px;
  }
}
@media only screen and (max-width: 720px) and (min-width: 601px) {
  .data-count .total-count, .data-count .filter-count {
    font-size: 22px !important;
  }
  .countdata-gradiant-border {
    bottom: 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* #container {
    padding-top: 70px !important;
  } */
  #Headcount .data-counttitle, #newhires .data-counttitle, #Attrition .data-counttitle,#attritionPercentage .data-counttitle {
    font-size: 15px !important;
  }
  .data-count .total-count, .data-count .filter-count {
    font-size: 26px !important;
  }
  .data-count .filter-count img {
    width: 20px !important;
  }
  #title-bar .titlebartitle {
    font-size: 14px !important;
    margin-top: 20px;
    padding-left: 170px;
  }
  
  .logo-img {
    bottom: -41px !important;
    height: 26px !important;
  }
  .clearfilter-img {
    display: block;
  }
  .clearfilter-text {
    display: none;
  }
  .titlebar {
    padding-bottom: 5px !important;
    border-radius: 24px !important;
    top: -10px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    left: auto;
  }
  .clearFilter {
    padding: 5px;
    border-radius: 10px;
  }
  .static-title-div {
    top: 64px;
    right: 17px;
  }
 }
 @media only screen and (max-width: 450px) {
  .static-title-div {
    top: 72px;
  }
  .titlebar {
    padding-bottom: 0px !important;
  }
  #title-bar .titlebartitle {
    margin-top: 47px;
    margin-bottom: 7px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    padding-left: 0px;
  }
  .logo-img {
    transform: translateX(-50%);
    left: 50%;
  }
 }