/* body {
} */

.dark-theme, .light-theme {
  margin: 0;
  padding: 0;
}
/* body {
  background: #091224;
} */
.dark-theme #container {
    padding-top: 51px;
    background: #091224;
    grid-template-rows: 60px repeat(var(--gridrow), var(--rowheight));
}
.light-theme #container {
  padding-top: 51px;
  background: #F2F2F2;
  grid-template-rows: 60px repeat(var(--gridrow), var(--rowheight));
}
.dark-theme .lighttheme-asset{
  display: none;
}
.light-theme .darktheme-asset {
  display: none;
}
.dark-theme .titlebar {
    background: #172643;
    border-radius: 0 !important;
    border: none;
    z-index: 10;
}
.light-theme .titlebar {
  background: #FFF;
  border-radius: 0 !important;
  border: none;
  z-index: 10;
}
.light-theme .dc-chart, 
.light-theme .data-count, 
.light-theme .list-view, 
.light-theme .global-chart, 
.light-theme .d3-bubble, 
.light-theme .composite-chart, 
.light-theme .doublespline, 
.light-theme .packed-bubble, 
.light-theme .composite-stacked-bar-chart, 
.light-theme .radius-pie, 
.light-theme .pie-chart, 
.light-theme .realtimeseries, 
.light-theme .stacked-bar, 
.light-theme .grouped-bar, 
.light-theme .semi-donut, 
.light-theme .speedometer, 
.light-theme .grouped-bar-radio-filter, 
.light-theme .mini-grid, 
.light-theme .row-bar-chart, 
.light-theme .column-bar {
    border: 1px solid #FFFFFF;
    background-image: linear-gradient(to bottom left,#FFFFFF, #FFFFFF);
    color: #000;
}
.dark-theme .dc-chart, 
.dark-theme .list-view, 
.dark-theme .global-chart, 
.dark-theme .d3-bubble, 
.dark-theme .composite-chart, 
.dark-theme .doublespline, 
.dark-theme .packed-bubble, 
.dark-theme .composite-stacked-bar-chart, 
.dark-theme .radius-pie, 
.dark-theme .pie-chart, 
.dark-theme .realtimeseries, 
.dark-theme .stacked-bar, 
.dark-theme .grouped-bar, 
.dark-theme .semi-donut, 
.dark-theme .speedometer, 
.dark-theme .grouped-bar-radio-filter, 
.dark-theme .mini-grid, 
.dark-theme .row-bar-chart, 
.dark-theme .column-bar {
    border: 1px solid #2A385D;
    background-image: linear-gradient(to bottom left,#2A385D, #0F172D);
}
.focused-accnt-border .dc-chart, .focused-accnt-border .data-count, .focused-accnt-border .list-view, .focused-accnt-border .global-chart, .focused-accnt-border .d3-bubble, .focused-accnt-border .composite-chart,
 .focused-accnt-border .doublespline, .focused-accnt-border .packed-bubble, .focused-accnt-border .composite-stacked-bar-chart, .focused-accnt-border .radius-pie, .focused-accnt-border .pie-chart, .focused-accnt-border .realtimeseries, 
 .focused-accnt-border .stacked-bar, .focused-accnt-border .column-bar, .focused-accnt-border .row-bar-chart, .focused-accnt-border .mini-grid , .focused-accnt-border .grouped-bar-radio-filter, .focused-accnt-border .speedometer, .focused-accnt-border .semi-donut , .focused-accnt-border .grouped-bar {
  border: 2px solid #6665A3;
 }
 .light-theme .focused-accnt-border .dc-chart, .light-theme .focused-accnt-border .data-count, .light-theme .focused-accnt-border .list-view, .light-theme .focused-accnt-border .global-chart, .light-theme .focused-accnt-border .d3-bubble, .light-theme .focused-accnt-border .composite-chart, .light-theme .focused-accnt-border .doublespline, .light-theme .focused-accnt-border .packed-bubble, .light-theme .focused-accnt-border .composite-stacked-bar-chart, .light-theme .focused-accnt-border .radius-pie, .light-theme .focused-accnt-border .pie-chart, .light-theme .focused-accnt-border .realtimeseries, .light-theme .focused-accnt-border .stacked-bar, .light-theme .focused-accnt-border .column-bar, .light-theme .focused-accnt-border .row-bar-chart, .light-theme .focused-accnt-border .mini-grid, .light-theme .focused-accnt-border .grouped-bar-radio-filter, .light-theme .focused-accnt-border .speedometer, .light-theme .focused-accnt-border .semi-donut, .light-theme .focused-accnt-border .grouped-bar {
  border: 1px solid #9298a778;
 }
 .dark-theme .focused-accnt-border .data-count {
  border: 2px solid #6665A3;
 }
 .dark-theme .data-count {
  border: 1px solid #2A385D;
  background-image: url(../images/resource/path21827.svg), linear-gradient(to bottom left,#2A385D, #0F172D);
 }
 .light-theme .data-count {
  border: 1px solid #FFFFFF;
  background-image: url(../images/info-bg-light.svg), linear-gradient(to bottom left,#fff, #fff);
 }

 .dark-theme .titleDropMonth {
    background-color: #0F172D;
    border: 1px solid #5B6683;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-family: 'inter';
    width: max-content;
}
.light-theme .titleDropMonth {
  background-color: #FFF;
  border: 1px solid #B0B4BC;
  color: #000;
  height: 40px;
  font-size: 16px;
  font-family: 'inter';
  width: max-content;
}

.light-theme .title-subtile {
  position: absolute;
  left: 245px;
  font-size: 12px;
  margin-top: 9px;
  color: #0F172D;
}
.dark-theme .title-subtile {
  position: absolute;
  left: 245px;
  font-size: 12px;
  margin-top: 9px;
  color: #dbdbdb;
}


.data-count {
    background-image: url("../images/resource/path21827.svg"), linear-gradient(to bottom left,#2A385D, #0F172D);
    background-size: auto;
    background-position-x: 11%;
    background-position-y: 11%;
    position: relative;
    overflow: visible !important;
}

.filter-count {
    text-align: left;
    width: 100%;
    font-size: 30px !important;
    font-weight: 800 !important;
}
.filter-count p {
    margin-bottom: 0;
}
.filter-count span {
    font-size: 20px;
    font-weight: 500;
}
.filter-count img {
    margin-bottom: 4px;
}
.data-count .total-count, .data-count .filter-count {
    margin-top: 20%;
}
.speedometer .highcharts-subtitle {
    /* left: 50% !important; */
    top: 60% !important;
    /* color: rgb(102, 102, 102); */
    /* transform: translate(-50%,-50%); */
    left: 0 !important;
    text-align: center;
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
}

#container {
    padding-top: 35px;
}

#semidonut .highcharts-subtitle p {
    margin: 0 !important;
}
#minigrid {
    text-align: left !important;
}
.titlebartitle {
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.filter-dark-btn {
    display: inherit;
    font-size: 16px;
}
.reset-icon {
    margin-right: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.FocusedAccountDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.FocusedAccountLabel {
  color: #fff;
  margin-left: 3px;
  font-family: 'Inter';
}
.light-theme .FocusedAccountLabel {
  color: inherit;
}
.data-count .title {
    font-size: 16px !important;
    font-weight: 500;
    color: inherit;
    margin-bottom: 7px;
}
.data-count-ul {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
    list-style-type: none;
}
.data-count-ul span {
    float: right;
    font-size: 13px;
    font-weight: bold;
}
.data-count-ul li {
    margin-bottom: 6px;
    font-size: 14px;
}
.data-count-ul li::before {
    content: "\2022";
    color: #4A4D7B;
    font-weight: bold;
    display: inline-block; 
    width: 15px;
    margin-left: -15px;
}
.pie-chart-lable-name {
    color: #8C98B2;
    font-size: 9px;
    margin-bottom: 4px;
}
.pie-chart-lable-number {
    font-size: 11px;
    font-weight: bold;
    color: #8C98B2;
    margin-bottom: 4px;
    cursor: pointer !important;
}

.data-count-tooltip {
    font-size: 12px;
    display: block;
    color: #67c6ff;
}
.tooltip-box {
    position: absolute;
    left: 50%;
    width: 185px;
    top: 50%;
    height: auto;
    z-index: 1000;
    border: 1px solid #2A385D;
    background: #fff;
    color: #000;
}
.titleDropMonth {
  padding-right: 32px;
}

/* .titleDropMonth {
    apperance: none;
}
.dropdown-parent::after { content: "\25b6" }
.dropdown-parent { position: relative } 
.dropdown-parent::after { position: absolute; top: 0; right: 0 } */

/* select.titleDropMonth {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  
  select.titleDropMonth:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  } */
  
  .tooltip-box {
    display: none;
    box-shadow: 0px 10px 15px #000000;
    border-radius: 10px;
    padding: 15px;
  }
  .tooltip-box h4 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-align: left;
    margin-bottom: 13px;
  }
  .data-count:hover > .tooltip-box {
    display: block;
  }
  .semidonut-parent-span {
    font-size: 26px; 
    line-height: 30px;
  }
  .semidonut-value {
    width: 100%; 
    text-align: center; 
    margin-top: 5rem; 
    color: inherit;
  }
  .semidonut-text-parent {
    font-size: 16px;  
    text-align: center; 
    color: inherit; 
    margin-bottom: -30px; 
    /* margin-top: 13px; */
    width: 100%; 
    display: inline-block; 
    font-weight: bold;
  }
  .piechart-total-value {
    font-family: primaryfont;
    font-size: 13px; 
    margin-top: 0px; 
    text-align: center; 
    color: #000; 
    width: 100%; 
    display: inline-block;
  }
  .pie-chart-total {
    font-family: primaryfont;
    font-size: 15px; 
    font-weight: 800;
    text-align: center; 
  }
  .pie-chart-total p {
    width: 100%; text-align: center; margin-top: 5px; color: #000
  }
  .semidonut-legend {
    margin-top: -15%;
    display: flex;
    justify-content: space-around;
  }
  .semidonut-legend-item {
    text-align: left;
  }
  .semidonut-legend-item span {
    float: left;
    margin-left: -15px;
    margin-top: 6px;
  }

  .light-theme .semidonut-legend-item h3 {
    margin: 0;
    font-size: 16px;
    color: #000;
  }
  .light-theme .semidonut-legend-item p {
    margin: 0;
    font-size: 11px;
    color: #000;
  }

  .dark-theme .semidonut-legend-item h3 {
    margin: 0;
    font-size: 16px;
    color: #FFF;
  }
  .dark-theme .semidonut-legend-item p {
    margin: 0;
    font-size: 11px;
    color: #FFF;
  }

  .semi-donut .highcharts-subtitle {
    margin-top: 9% !important;
  }
  .highcharts-title {
    font-family: primaryFont;
    fill: rgb(0, 0, 0) !important;
  }
  .highcharts-legend {
    font-family: primaryFont !important;
  }
  .grouped-bar svg.highcharts-root, .row-bar-chart svg.highcharts-root, .highcharts-xaxis-labels span {
    font-family: primaryFont !important;
  }
  .download-pdf-btn {
    width: 40px;
  }
  .download-btn {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .grouped-bar-radio-filter .radio-group {
    font-family: 'Inter';
    font-weight: 600;
    margin-top: -20px;
    font-size: 14px;
  }

  #title-bar .title {
    margin-top: -18px;
    margin-bottom: 22px;
  }
  
  /* ---------- custom radio btn ----------- */
  [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-left: 15px;
}
[type="radio"]:checked + label {
  color: #fff;
}

.environment_div [type="radio"]:checked + label {
  color: #000 !important;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: transparent;
}
.environment_div [type="radio"]:checked + label:after,
.environment_div [type="radio"]:not(:checked) + label:after {
    background: var(--primary-blue);
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: white;
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.light-theme [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  border: 2px solid #8C98B2;
}
.light-theme [type="radio"]:checked + label {
  color: #383838;
}
.light-theme [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  background: #6665A3;
}


/* --------- custom radio btn ------------ */

/* ------------ custom toggle button ----------- */
/***********************************************
Form Reset
***********************************************/
/* form {
  margin: 0 0 16px;
  padding: 100px 0;
  display: inline-block;
  width: 100%;
} */
.day-night-effect {
  margin-left: 15px;
}
.day-night-effect fieldset {
  /* margin: 0 0 20px 0; */
  padding: 0;
  text-align: left;
  border: none;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.day-night-effect label {
  margin: 0;
  padding: 0 0 6px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.day-night-effect input,
.day-night-effect textarea,
.day-night-effect select {
  margin: 0;
  padding: 0 10px;
  display: block;
  border-radius: 0;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #555;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  outline: 0 none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

/***********************************************
Sun/Moon Checkbox styling
***********************************************/
.moon-sun {
  margin: 0 auto;
  /* padding: 8px 0 0; */
  width: 80px;
  display: block;
  overflow: hidden;
  border: none;
}
.moon-sun input {
  display: none;
}
.moon-sun input + label {
  width: 100%;
  /* height: 64px; */
  height: 40px;
  background-color: #fff;
  border-radius: 32px;
  /* border: 6px solid #23517b; */
  border: 1px solid #B0B4BC;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s,
    border 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}
.moon-sun input + label span {
  /* width: 40px;
  height: 40px;
  background-color: #faa31b;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: left 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  background: 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s; */
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: left 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  background: 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  /* background-image: url(../images/resource/sun.svg); */
}

.moon-sun input:checked + label {
  /* background-color: #4e30ad; */
  background-color: #0f172d;
  border: 2px solid #2A385D;
}
.moon-sun input:checked + label span {
  /* width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  left: calc(50% + 9px); */
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 28px;
  display: block;
  left: calc(50% + 4px);
}

.moon-sun input + label span:before {
  content: "";
  /* width: 40px;
  height: 40px; */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #46a1f5;
  position: absolute;
  /* top: -10px; */
  top: -6px;
  left: -40px;
  transition: background 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s,
    left 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}
.moon-sun input:checked + label span:before {
  /* background-color: #4e30ad; */
  background-color: #0f172d;
  /* left: -15px; */
  left: -9px;
}

.moon-sun .left,
.moon-sun .right {
  color: #ddd;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  position: absolute;
  top: 8px;
  right: 50%;
  z-index: 8;
  transition: color 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

.moon-sun .left {
  padding: 0 70px 0 0;
  color: #faa31b;
}
.moon-sun .right {
  padding: 0 0 0 70px;
  right: auto;
  left: 50%;
}

.moon-sun input:checked + label + .left {
  color: #ddd;
}
.moon-sun input:checked + label + .left + .right {
  color: #4e30ad;
}

.moon-sun input + label .cloud {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../images/resource/sun.svg);
  /* background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2220.1px%22%20height%3D%2215.1px%22%20viewBox%3D%220%200%2020.1%2015.1%22%20style%3D%22enable-background%3Anew%200%200%2020.1%2015.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17.1%2C8.8c0.3-0.8%2C0.5-1.6%2C0.5-2.5c0-3.5-2.8-6.3-6.3-6.3S5%2C2.8%2C5%2C6.3c0%2C0%2C0%2C0%2C0%2C0c-0.2%2C0-0.4%2C0-0.6%2C0%0A%09C2%2C6.3%2C0%2C8.3%2C0%2C10.7s2%2C4.4%2C4.4%2C4.4H17c1.7%2C0%2C3.1-1.4%2C3.1-3.1C20.1%2C10.2%2C18.8%2C8.9%2C17.1%2C8.8z%22%2F%3E%0A%3C%2Fsvg%3E); */
  background-repeat: no-repeat;
  position: absolute;
  /* top: 22px;
  left: 30px; */
  top: 3px;
  left: 3px;
  overflow: hidden;
  transition: left 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}
.moon-sun input:checked + label .cloud {
  width: 20px;
  left: 82px;
}

.moon-sun input + label .stars {
  content: "";
  display: block;
  height: 40px;
  width: 110px;
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22110px%22%20height%3D%2240px%22%20viewBox%3D%220%200%20110%2040%22%20style%3D%22enable-background%3Anew%200%200%20110%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2220.4%22%20cy%3D%227.5%22%20r%3D%222.5%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2219.9%22%20cy%3D%2223%22%20r%3D%221%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2241.4%22%20cy%3D%2218.5%22%20r%3D%221.5%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2235.4%22%20cy%3D%2229.5%22%20r%3D%221.5%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.9%22%20cy%3D%228%22%20r%3D%222%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%227.4%22%20cy%3D%2218.5%22%20r%3D%220.5%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%225.4%22%20cy%3D%226.5%22%20r%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -100px;
  transition: left 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}
.moon-sun input:checked + label .stars {
  left: 12px;
  transition: left 0.8s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}



.FocusedAccountDiv input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.FocusedAccountDiv label {
  position: relative;
  cursor: pointer;
}

.FocusedAccountDiv label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -3px;
}
.FocusedAccountDiv input:checked + label:before {
  background-color: #fff;
}

.FocusedAccountDiv input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  width: 4px;
  height: 12px;
  border: solid #172643;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.light-theme .FocusedAccountDiv label:before {
  border: 2px solid #9298A7;
}
.light-theme .FocusedAccountDiv input:checked + label:after {
  border: solid #9298A7;
  border-width: 0 3px 3px 0;
}

#groupedBarfilter {
  height: 100%;
}
 /* ----------- responsive ------------- */

  @media only screen and (max-width: 1400px) { 
    .titleDropMonth, .filter-dark-btn {
        font-size: 13px;
    }
    .highcharts-title {
        font-size: 16px !important;
    }
    #semidonut .highcharts-subtitle p {
        font-size: 24px;
    }
    .semidonut-text-parent {
        font-size: 13px;
        width: 100%;
    }
    .semidonut-parent-span {
        line-height: 25px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .data-count .total-count, .data-count .filter-count {
      margin-top: 0%;
    }
    .titlebartitle {
      padding-left: 245px;
    }
  }
  @media only screen and (max-width: 1100px) {
    .static-title-div {
      top: 70px;
      position: absolute;
      z-index: 2;
    }
    #container {
      padding-top: 44px !important;
    }
  }
  @media only screen and (max-width: 991px) {
    #container {
      padding-top: 51px !important;
    }
  }

  @media only screen and (max-width: 1100px) and (min-width: 600px) {
    .data-count .total-count, .data-count .filter-count {
      line-height: 25px;
    }
    .filter-count p {
      margin-top: 15px;
    }
    #semidonut .highcharts-subtitle p {
      margin-top: 20px !important;
    }
  }
  @media only screen and (max-width: 1200px) and (min-width: 600px) {
    #semidonut .highcharts-subtitle p {
      font-size: 56px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .data-count .title {
      top: 32%;
    }
    .static-title-div {
      top: 115px;
      position: absolute;
      left: 15px;
      right: 15px;
      justify-content: end;
    }
    .FocusedAccountDiv {
      position: absolute;
      top: -40px;
      left: 0;
    }
    #container {
      padding-top: 95px !important;
    }
  }
  @media only screen and (max-width: 600px) {
    body {
      padding-left: 0px;
    }
    #container {
      padding-top: 65px !important;
      grid-template-columns: repeat(16, 4%) !important;
    }
    .data-count .total-count, .data-count .filter-count {
      margin-top: 0;
    }
    #semidonut .highcharts-subtitle p {
      font-size: 40px;
      margin-top: 8% !important;
    }
    .filter-dark-btn {
      line-height: 0px;
    }
    .static-title-div {
      top: 91px;
      justify-content: end;
    }
    .tooltip-box {
      bottom: -50%;
      left: 0;
    }

    .grouped-bar-radio-filter {
      page-break-before: always !important;
    }
    #NonBillable .tooltip-box {
      left: -20%;
    }
    .FocusedAccountDiv {
      position: absolute;
      top: -32px;
    }
    .titlebar {
      top: 18px;
    }
    #title-bar .title {
      margin-top: -15px;
    }
    .logo-img {
      bottom: -13px !important;
    }
    .dark-theme .title-subtile, .light-theme .title-subtile {
      left: 169px;
      font-size: 11px;
      margin-top: 3px;

    }
  }

  @media only screen and (max-width: 550px) {
    .day-night-effect {
      top: -40px;
      position: absolute;
    }
    .static-title-div {
      top: 98px;
    }
    #container {
      padding-top: 73px !important;
    }
  }
  
  @media only screen and (max-width: 499px) {
    .data-count .title {
      top: 35%;
    }
    .filter-count p {
      margin-top: 10px;
    }
  }
  @media only screen and (max-width: 460px) {
    .filter-dark-btn {
      position: absolute;
      top: -44px;
      right: 90px;
    }
    .download-excel {
      right: 135px;
    }
    .FocusedAccountDiv {
      top: -36px;
    }
    .day-night-effect {
      top: -44px;
    }
    .static-title-div {
      top: 102px;
    }
    #container {
      padding-top: 78px !important;
    }
  }
  @media only screen and (max-width: 450px) {
    #container {
      padding-top: 102px !important;
    }
    .filter-count span {
      font-size: 19px;
    }
    .data-count .filter-count img {
      width: 16px !important;
    }
    #semidonut .highcharts-subtitle p {
      font-size: 35px;
      margin-top: 6% !important;
    }
    .semidonut-text-parent {
      margin-top: 0px;
    }
    .static-title-div {
      top: 125px;
    }
    .titleDropMonth {
      width: 40%;
    }
    #title-bar .title {
      margin-top: 16px;
    }
    .dark-theme .title-subtile, .light-theme .title-subtile {
      width: 100%;
      left: 0;
      margin-top: 35px;
    }
  }
  @media only screen and (max-width: 350px) {
    .semidonut-parent-span {
      line-height: 7px;
    }
    #semidonut .highcharts-subtitle p {
      font-size: 25px;
    }
    .titleDropMonth {
      width: 32%;
    }
  }
  