.bg-warning {
  background-color: #ffa707 !important;
}
.login-page {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.login-page .card {
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
}
.login-page .card img {
  margin-right: 5px;
}
@media (min-width: 500px) {
  .login-page .card {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .login-page .card {
    min-width: calc(100vw - 50px);
  }
}
.state-title {
  font-size: 1.2rem;
}
.state-title span:last-child {
  min-width: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: .75em;
}
.region-title {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.region-title span {
  display: inline-flex;
  align-items: center;
  padding: .2em .8em;
  font-size: 1.3rem;
  border-radius: 2rem;
}
.region-title small {
  background: white;
  font-size: .6em;
  border-radius: 14px;
  padding: 0.1em 0.3em;
  vertical-align: middle;
  margin-left: 10px;
  min-width: 1.8em;
  text-align: center;
}
.account-list .class-badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
.account-list .account-item {
  scroll-margin-top: 20px;
  background: #f4f4f4;
  padding: 10px;
  padding-bottom: 14px;
  margin: 10px 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: transform .3s;
}
.account-list .account-item.selected {
  transform: scale(1.025);
}
.account-list .account-item.selected .account-title-name {
  font-weight: bold;
}
.theme-dark .account-list .account-item {
  background: var(--dark);
}
.theme-dark .account-list .account-item.selected {
  background: #141516;
}
@media (min-width: 800px) {
  .account-list .time-offers:not(.detail-view) .course-offer {
    width: calc(13.333%);
    margin: 10px;
  }
}
.account-list .number-lead {
  display: inline-block;
  white-space: nowrap;
  left: 11px;
  position: relative;
}
.account-list .number-lead .current {
  position: relative;
  top: -7px;
  display: inline-block;
}
.account-list .number-lead .lead-goal {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 1.2em;
  font-weight: 500;
}
.account-list .number-lead .lead-goal:before {
  content: "";
  height: 23px;
  width: 2px;
  background: #888;
  display: block;
  position: absolute;
  transform: rotate(16deg);
  left: 5px;
}
.account-list .cost-info {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  font-size: .9em;
}
.account-list .cost-info .current,
.account-list .cost-info .budget-goal {
  display: block;
}
.account-list .cost-info .budget-goal {
  font-weight: 600;
  margin-bottom: 5px;
}
.account-list .account-item-body {
  display: flex;
  align-items: flex-start;
}
.account-list .info-col {
  flex-grow: 1;
}
.account-list .goal-fill {
  position: absolute;
  bottom: 0;
  height: 7px;
  width: 100%;
  left: 0;
  mix-blend-mode: multiply;
}
.theme-dark .account-list .goal-fill {
  mix-blend-mode: normal;
}
.account-list .goal-fill .goal-percent {
  height: 7px;
  transition: width 0.3s;
}
.hover-centro-oeste {
  background-color: #f2e9f5;
  color: #9b59b6;
}
.hover-centro-oeste:hover {
  color: white;
  background-color: #9b59b6;
}
.bg-centro-oeste {
  background-color: #9b59b6;
  color: white;
}
.bg-light-centro-oeste {
  background-color: #f2e9f5;
}
.theme-dark .bg-light-centro-oeste {
  background-color: rgba(155, 89, 182, 0.5);
}
.color-centro-oeste {
  color: #9b59b6;
}
.hover-sul {
  background-color: #e4f1fa;
  color: #3498db;
}
.hover-sul:hover {
  color: white;
  background-color: #3498db;
}
.bg-sul {
  background-color: #3498db;
  color: white;
}
.bg-light-sul {
  background-color: #e4f1fa;
}
.theme-dark .bg-light-sul {
  background-color: rgba(52, 152, 219, 0.5);
}
.color-sul {
  color: #3498db;
}
.hover-nordeste {
  background-color: #fceee2;
  color: #e67e22;
}
.hover-nordeste:hover {
  color: white;
  background-color: #e67e22;
}
.bg-nordeste {
  background-color: #e67e22;
  color: white;
}
.bg-light-nordeste {
  background-color: #fceee2;
}
.theme-dark .bg-light-nordeste {
  background-color: rgba(230, 126, 34, 0.5);
}
.color-nordeste {
  color: #e67e22;
}
.hover-norte {
  background-color: #e0f6f2;
  color: #1abc9c;
}
.hover-norte:hover {
  color: white;
  background-color: #1abc9c;
}
.bg-norte {
  background-color: #1abc9c;
  color: white;
}
.bg-light-norte {
  background-color: #e0f6f2;
}
.theme-dark .bg-light-norte {
  background-color: rgba(26, 188, 156, 0.5);
}
.color-norte {
  color: #1abc9c;
}
.hover-sudeste {
  background-color: #eef3e8;
  color: #7ca350;
}
.hover-sudeste:hover {
  color: white;
  background-color: #7ca350;
}
.bg-sudeste {
  background-color: #7ca350;
  color: white;
}
.bg-light-sudeste {
  background-color: #eef3e8;
}
.theme-dark .bg-light-sudeste {
  background-color: rgba(124, 163, 80, 0.5);
}
.color-sudeste {
  color: #7ca350;
}
.hover-indefinida {
  background-color: #efefef;
  color: #888;
}
.hover-indefinida:hover {
  color: white;
  background-color: #888;
}
.bg-indefinida {
  background-color: #888;
  color: white;
}
.bg-light-indefinida {
  background-color: #efefef;
}
.theme-dark .bg-light-indefinida {
  background-color: rgba(136, 136, 136, 0.5);
}
.color-indefinida {
  color: #888;
}
.main-obs h3 {
  font-size: 1.2rem;
  color: var(--bs-primary);
}
.main-obs blockquote {
  margin: 5px 0 5px 20px;
  opacity: .6;
  padding-left: 15px;
  border-left: 1px solid #aaa;
}
.theme-dark input:-webkit-autofill,
.theme-dark input:-webkit-autofill:hover,
.theme-dark input:-webkit-autofill:focus,
.theme-dark input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2c3034 inset !important;
  -webkit-text-fill-color: #eee !important;
}
.theme-dark .table-view::-webkit-scrollbar-corner {
  background: #212529;
}
.theme-dark body {
  background: var(--darker);
}
.account-list-holder {
  position: fixed;
  left: 0;
  width: 375px;
  height: 100%;
  overflow: auto;
}
.detail-div {
  position: fixed;
  left: 375px;
  width: calc(100% - 375px);
  height: 100%;
  overflow: auto;
  background-color: white;
}
.theme-dark .detail-div {
  background: var(--dark);
}
.chunk {
  margin: 10px 0;
  background-color: #006699;
  height: 60vh;
}
@media (max-width: 800px) {
  .account-list-holder {
    width: 100%;
  }
  .detail-bg {
    position: fixed;
    inset: 0;
    background-color: #000a;
  }
  .detail-bg .detail-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 15vh;
    width: 100%;
    height: calc(85%);
    bottom: 0;
    border-radius: 20px 20px 0 0;
    padding-top: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  }
  .detail-bg.appear {
    animation: bg-appear 0.3s ease-in forwards;
  }
  .detail-bg.appear .detail-div {
    animation: offset-appear 0.3s ease-in forwards;
  }
  .detail-bg.disappear {
    pointer-events: none;
    animation: bg-disappear 0.3s ease-in forwards;
  }
  .detail-bg.disappear .detail-div {
    animation: offset-disappear 0.3s ease-in forwards;
  }
}
@keyframes bg-appear {
  0% {
    background-color: #0000;
  }
  100% {
    background-color: #000a;
  }
}
@keyframes offset-appear {
  0% {
    top: 100vh;
  }
  100% {
    top: 15vh;
  }
}
@keyframes bg-disappear {
  0% {
    background-color: #000a;
  }
  100% {
    background-color: #0000;
  }
}
@keyframes offset-disappear {
  0% {
    top: 15vh;
  }
  100% {
    top: 100vh;
  }
}
.info-list-panels {
  display: flex;
  overflow: auto;
  width: 100%;
  align-items: flex-start;
}
.info-list-panels .info-panel {
  margin-right: 20px;
}
.info-list-panels .info-panel td:last-child {
  padding-left: 5px;
  text-align: end;
  white-space: nowrap;
}
.info-list-panels .info-panel td:first-child {
  opacity: .7;
  font-weight: bold;
  vertical-align: top;
}
.info-list-panels .info-panel:not(:first-child) {
  border-left: 1px solid #999;
}
.info-list-panels .info-panel:not(:first-child) td:first-child {
  padding-left: 20px;
}
.info-list-panels.show-past-month .info-panel td {
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .info-list-panels .info-panel {
    min-width: 70vw;
    max-width: 70vw;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  /* Firefox */
  .account-list-holder,
  .table-view {
    scrollbar-width: auto;
    scrollbar-color: var(--bs-primary) transparent;
    /* Chrome, Edge, and Safari */
  }
  .account-list-holder::-webkit-scrollbar,
  .table-view::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .account-list-holder::-webkit-scrollbar-track,
  .table-view::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px;
  }
  .account-list-holder::-webkit-scrollbar-thumb,
  .table-view::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
  }
}
.active-filter {
  position: relative;
}
.active-filter:before {
  display: block;
  position: absolute;
  content: "";
  background: red;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: 0;
}
.counter-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.counter-cards .money-card small:first-child {
  font-size: .6em;
  vertical-align: 16%;
  margin-right: 3px;
}
.counter-cards .money-card small:last-child {
  font-size: .5em;
}
.counter-cards .card {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1200px) {
  .counter-cards .card {
    width: calc(25% - 30px / 4);
    margin-right: 10px;
  }
  .counter-cards .card:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .counter-cards .card {
    width: calc(33.33% - 20px / 3);
    margin-right: 10px;
  }
  .counter-cards .card:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 799px) {
  .counter-cards .card {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .counter-cards .card:nth-child(2n+2) {
    margin-right: 0;
  }
}
.theme-dark .counter-cards.counter-cards-lighter .card {
  background-color: #313539;
}
.to-top-button {
  position: fixed;
  cursor: pointer;
  color: #fff;
  background-color: #e67e22;
  right: 20px;
  bottom: 20%;
  float: right;
  width: 50px;
  height: 50px;
  z-index: 6;
  padding: 12px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
  transition: opacity .5s, bottom .3s, transform .5s;
}
.to-top-button:active,
.to-top-button:hover {
  color: #fff;
}
.to-top-button.button-hidden {
  cursor: default;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s, transform .5s;
}
.cep-list {
  margin-bottom: .5rem;
}
.cep-list .badge {
  background-color: #eee;
  color: #666;
}
.theme-dark .cep-list .badge {
  background-color: #373f47;
  color: #ccc;
}
.copy-button {
  font-size: 1rem;
  vertical-align: 33%;
  opacity: .7;
}
.copy-button:hover {
  opacity: 1;
}
.type-counter {
  display: flex;
  align-items: center;
  margin: 0 20px 20px 0;
}
.type-counter i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42b92a;
  background-color: rgba(66, 185, 42, 0.3);
  border-radius: 50%;
}
.type-counter span {
  margin-left: 15px;
  line-height: 1em;
}
.type-counter span small {
  display: block;
  opacity: .8;
}
.type-counter span big {
  font-size: 20px;
}
.type-counter.type-counter-messenger i {
  color: #2a69b9;
  background-color: rgba(42, 105, 185, 0.3);
}
.type-counter.type-counter-other i {
  color: #0089FF;
  background-color: rgba(0, 137, 255, 0.3);
}
.type-counter.type-counter-direct i {
  color: #b92a8c;
  background-color: #b92a8c66;
}
.type-counter.type-counter-cadastro i {
  color: #ffc107;
  background-color: #ffc10766;
}
.ad-summary-item-list {
  display: flex;
  flex-wrap: wrap;
}
.ad-summary-item {
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ad-summary-item small {
  opacity: .7;
}
.ad-summary-item img {
  width: 64px;
  height: 64px;
  border-radius: 3px;
  margin-right: 10px;
}
.column-settings-modal .column-input br {
  content: "";
}
.column-settings-modal .column-input br:after {
  content: " ";
}
.column-settings-modal .column-input small {
  font-size: 1em;
}
@media screen {
  .table-view {
    max-height: calc(100vh - 149px);
    position: relative;
    overflow: auto;
    margin: 0 -8px;
  }
}
html:not(.theme-dark) .bg-light-warning {
  background-color: #ffffe5;
}
html:not(.theme-dark) .bg-light-success {
  background-color: #e7ffe7;
}
html:not(.theme-dark) .bg-light-danger {
  background-color: #fee6e6;
}
html:not(.theme-dark) .table-striped > tbody > tr:nth-of-type(odd) .bg-light-warning {
  background-color: rgba(255, 255, 229, 0.95) !important;
}
html:not(.theme-dark) .table-striped > tbody > tr:nth-of-type(odd) .bg-light-success {
  background-color: rgba(231, 255, 231, 0.95) !important;
}
html:not(.theme-dark) .table-striped > tbody > tr:nth-of-type(odd) .bg-light-danger {
  background-color: rgba(254, 230, 230, 0.95) !important;
}
html.theme-dark .bg-light-warning {
  box-shadow: inset 0 0 0 9999px rgba(93, 84, 63, 0.7) !important;
}
html.theme-dark .bg-light-success {
  box-shadow: inset 0 0 0 9999px rgba(36, 77, 76, 0.7) !important;
}
html.theme-dark .bg-light-danger {
  box-shadow: inset 0 0 0 9999px rgba(71, 39, 39, 0.7) !important;
}
html.theme-dark .bg-light-warning .text-muted,
html.theme-dark .bg-light-success .text-muted,
html.theme-dark .bg-light-danger .text-muted {
  color: #bbb !important;
}
html.theme-dark .table-striped > tbody > tr:nth-of-type(odd) .bg-light-warning {
  box-shadow: inset 0 0 0 9999px #5d543f !important;
}
html.theme-dark .table-striped > tbody > tr:nth-of-type(odd) .bg-light-success {
  box-shadow: inset 0 0 0 9999px #244d4c !important;
}
html.theme-dark .table-striped > tbody > tr:nth-of-type(odd) .bg-light-danger {
  box-shadow: inset 0 0 0 9999px #472727 !important;
}
.col-divider {
  border-left-width: 1px;
}
.procedure-table thead tr:first-child th:not(:first-child) {
  box-shadow: none !important;
  border-bottom-width: 0 !important;
  text-align: center;
}
.donut-center svg {
  margin: 0 auto;
  display: block;
}
.donut-tooltip {
  z-index: 5000;
}
.channel-report-details .simple-svg-chart .chart-y-scale {
  min-width: 80px;
}
.simple-svg-chart {
  display: flex;
}
.simple-svg-chart svg {
  width: 100%;
}
.simple-svg-chart .chart-y-scale {
  position: relative;
  margin-right: 15px;
}
.simple-svg-chart .chart-y-scale div {
  position: absolute;
  white-space: nowrap;
  right: 0;
  transform: translateY(-50%);
}
.simple-svg-chart .chart-y-scale div.lighter {
  color: #ccc;
}
.simple-svg-chart .chart-x-scale {
  position: relative;
  color: #888;
  font-size: 14px;
  padding-top: 20px;
}
.simple-svg-chart .chart-x-scale:before {
  content: "";
  border: 1px solid #747474;
  border-top: 0;
  width: 100%;
  position: absolute;
  display: block;
  top: -4px;
  height: 4px;
}
.simple-svg-chart .chart-x-scale > div {
  position: absolute;
  top: 2px;
}
.simple-svg-chart .chart-x-scale > div:before {
  display: block;
  content: "";
  height: 8px;
  border-left: 1px solid #747474;
  position: absolute;
  top: -10px;
  left: 0%;
}
.simple-svg-chart .chart-x-scale > div.center {
  transform: translateX(-50%);
}
.simple-svg-chart .chart-x-scale > div.center:before {
  left: 50%;
}
.simple-svg-chart .chart-x-scale > div.max {
  transform: translateX(-100%);
}
.simple-svg-chart .chart-x-scale > div.max:before {
  left: 100%;
}
.simple-svg-chart .chart-svg {
  flex-grow: 1;
}
.simple-svg-chart path {
  pointer-events: stroke;
  fill: transparent;
}
.simple-svg-chart g.line {
  stroke-width: 2px;
  stroke-linecap: square;
  stroke-linejoin: miter;
  transition: opacity .2s;
}
.simple-svg-chart g.line rect {
  transition: x .2s, y .2s, width .2s, height .2s ;
  animation: appear .2s;
}
.simple-svg-chart g.line-hidden {
  opacity: 0;
  transition: opacity .2s;
}
.simple-svg-chart g.faded {
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .simple-svg-chart {
    flex-wrap: wrap;
  }
  .simple-svg-chart .chart-legend {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 601px) {
  .simple-svg-chart .chart-legend {
    margin-left: 15px;
  }
}
.simple-svg-chart path.scale {
  stroke: #ddd;
}
.simple-svg-chart path.scale.lighter {
  stroke: #eee;
}
.simple-svg-chart path.scale.dashed {
  stroke-dasharray: 3px;
}
.simple-svg-chart path.scale.hint {
  stroke-width: 2px;
}
.simple-svg-chart path.cross {
  stroke: #ccc;
  mix-blend-mode: multiply;
  stroke-dasharray: 3px;
  transition: d .3s;
}
.chart-legend > div {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.chart-legend > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #888;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.chart-legend > div.serie-hidden {
  opacity: .8;
}
.chart-legend > div.serie-hidden::before {
  opacity: .5;
}
.chart-tooltip {
  pointer-events: none;
  position: absolute;
  opacity: 1;
  color: #666;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  transition: all .3s;
  /*.theme-dark & {
        background-color: #35393e;
        color: #eee;
    }*/
}
.donut-chart {
  margin: 10px;
}
.donut-chart .group-donut path {
  transition: all 0.3s;
}
.donut-chart text {
  opacity: .8;
}
.theme-dark .donut-chart text {
  fill: #fff;
}
.donut-chart .piece-bg-stroke {
  stroke: #fff;
}
.donut-chart .piece-selected {
  z-index: 2;
}
.horizontal-bar-chart:focus {
  outline: none;
}
.horizontal-bar-chart .horizontal-bar {
  height: 25px;
  border-radius: 0 3px 3px 0;
  background-color: var(--bs-primary);
  position: relative;
}
.horizontal-bar-chart .horizontal-bar::before {
  content: "";
  border: 1px solid #aaa;
  width: 4px;
  position: absolute;
  top: 50%;
  left: -5px;
}
.horizontal-bar-chart td:nth-child(2) {
  min-width: var(--bar-width, 200px);
  border-left: 1px solid #aaa;
  padding: 0;
}
.horizontal-bar-chart td:nth-child(1) {
  padding: 5px 15px 5px 0;
}
@media (max-width: 460px) {
  .horizontal-bar-chart {
    --bar-width: 150px;
  }
}
.theme-dark .simple-svg-chart .chart-y-scale > div,
.theme-dark .simple-svg-chart path.scale:not(.line, .dashed) {
  opacity: .7;
}
.theme-dark .simple-svg-chart path.cross,
.theme-dark .simple-svg-chart path.scale.lighter,
.theme-dark .simple-svg-chart .chart-y-scale > div.lighter {
  opacity: .3;
}
.theme-dark .simple-svg-chart path.cross {
  mix-blend-mode: color-dodge;
  opacity: .6;
}
.theme-dark .piece-bg-stroke {
  stroke: #212529;
}
.simple-svg-chart path.scale.color1 {
  stroke: #00b991;
}
.simple-svg-chart .color1 path {
  stroke: #00b991;
}
.simple-svg-chart .color1 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color1 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color1");
}
.simple-svg-chart .color1 circle,
.simple-svg-chart .color1 rect {
  fill: #00b991;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color1 circle.line-dot {
  fill: #fff;
  stroke: #00b991;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color1 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color1 {
  fill: #00b991;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color1 .main-color {
  stop-opacity: .3;
  stop-color: #00b991;
}
.simple-svg-chart #grad-color1 .end-color {
  stop-opacity: .0;
  stop-color: #00b991;
}
.chart-legend > div.color1::before {
  background-color: #00b991;
}
.chart-legend > div.color1:hover,
.chart-legend > div.color1.selected {
  color: #00b991;
}
.chart-tooltip .color1.bg-color,
.chart-color-set .color1.bg-color {
  background-color: #00b991;
}
.chart-tooltip .color1.text-color,
.chart-color-set .color1.text-color {
  color: #00b991;
}
.chart-tooltip .color1 .bg-color,
.chart-color-set .color1 .bg-color {
  background-color: #00b991;
}
.chart-tooltip .color1 .text-color,
.chart-color-set .color1 .text-color {
  color: #00b991;
}
.chart-tooltip .color1,
.chart-color-set .color1 {
  --chart-color: #00b991;
  --chart-color-rgb: 0, 185, 145;
}
.donut-piece-color1 {
  fill: #00b991;
}
.donut-chart text.inner-text-color1 {
  fill: #fff;
}
.simple-svg-chart path.scale.color2 {
  stroke: #53a13b;
}
.simple-svg-chart .color2 path {
  stroke: #53a13b;
}
.simple-svg-chart .color2 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color2 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color2");
}
.simple-svg-chart .color2 circle,
.simple-svg-chart .color2 rect {
  fill: #53a13b;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color2 circle.line-dot {
  fill: #fff;
  stroke: #53a13b;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color2 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color2 {
  fill: #53a13b;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color2 .main-color {
  stop-opacity: .3;
  stop-color: #53a13b;
}
.simple-svg-chart #grad-color2 .end-color {
  stop-opacity: .0;
  stop-color: #53a13b;
}
.chart-legend > div.color2::before {
  background-color: #53a13b;
}
.chart-legend > div.color2:hover,
.chart-legend > div.color2.selected {
  color: #53a13b;
}
.chart-tooltip .color2.bg-color,
.chart-color-set .color2.bg-color {
  background-color: #53a13b;
}
.chart-tooltip .color2.text-color,
.chart-color-set .color2.text-color {
  color: #53a13b;
}
.chart-tooltip .color2 .bg-color,
.chart-color-set .color2 .bg-color {
  background-color: #53a13b;
}
.chart-tooltip .color2 .text-color,
.chart-color-set .color2 .text-color {
  color: #53a13b;
}
.chart-tooltip .color2,
.chart-color-set .color2 {
  --chart-color: #53a13b;
  --chart-color-rgb: 83, 161, 59;
}
.donut-piece-color2 {
  fill: #53a13b;
}
.donut-chart text.inner-text-color2 {
  fill: #fff;
}
.simple-svg-chart path.scale.color3 {
  stroke: #03a9f4;
}
.simple-svg-chart .color3 path {
  stroke: #03a9f4;
}
.simple-svg-chart .color3 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color3 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color3");
}
.simple-svg-chart .color3 circle,
.simple-svg-chart .color3 rect {
  fill: #03a9f4;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color3 circle.line-dot {
  fill: #fff;
  stroke: #03a9f4;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color3 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color3 {
  fill: #03a9f4;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color3 .main-color {
  stop-opacity: .3;
  stop-color: #03a9f4;
}
.simple-svg-chart #grad-color3 .end-color {
  stop-opacity: .0;
  stop-color: #03a9f4;
}
.chart-legend > div.color3::before {
  background-color: #03a9f4;
}
.chart-legend > div.color3:hover,
.chart-legend > div.color3.selected {
  color: #03a9f4;
}
.chart-tooltip .color3.bg-color,
.chart-color-set .color3.bg-color {
  background-color: #03a9f4;
}
.chart-tooltip .color3.text-color,
.chart-color-set .color3.text-color {
  color: #03a9f4;
}
.chart-tooltip .color3 .bg-color,
.chart-color-set .color3 .bg-color {
  background-color: #03a9f4;
}
.chart-tooltip .color3 .text-color,
.chart-color-set .color3 .text-color {
  color: #03a9f4;
}
.chart-tooltip .color3,
.chart-color-set .color3 {
  --chart-color: #03a9f4;
  --chart-color-rgb: 3, 169, 244;
}
.donut-piece-color3 {
  fill: #03a9f4;
}
.donut-chart text.inner-text-color3 {
  fill: #fff;
}
.simple-svg-chart path.scale.color4 {
  stroke: #f44336;
}
.simple-svg-chart .color4 path {
  stroke: #f44336;
}
.simple-svg-chart .color4 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color4 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color4");
}
.simple-svg-chart .color4 circle,
.simple-svg-chart .color4 rect {
  fill: #f44336;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color4 circle.line-dot {
  fill: #fff;
  stroke: #f44336;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color4 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color4 {
  fill: #f44336;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color4 .main-color {
  stop-opacity: .3;
  stop-color: #f44336;
}
.simple-svg-chart #grad-color4 .end-color {
  stop-opacity: .0;
  stop-color: #f44336;
}
.chart-legend > div.color4::before {
  background-color: #f44336;
}
.chart-legend > div.color4:hover,
.chart-legend > div.color4.selected {
  color: #f44336;
}
.chart-tooltip .color4.bg-color,
.chart-color-set .color4.bg-color {
  background-color: #f44336;
}
.chart-tooltip .color4.text-color,
.chart-color-set .color4.text-color {
  color: #f44336;
}
.chart-tooltip .color4 .bg-color,
.chart-color-set .color4 .bg-color {
  background-color: #f44336;
}
.chart-tooltip .color4 .text-color,
.chart-color-set .color4 .text-color {
  color: #f44336;
}
.chart-tooltip .color4,
.chart-color-set .color4 {
  --chart-color: #f44336;
  --chart-color-rgb: 244, 67, 54;
}
.donut-piece-color4 {
  fill: #f44336;
}
.donut-chart text.inner-text-color4 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color5 {
  stroke: #e91e63;
}
.simple-svg-chart .color5 path {
  stroke: #e91e63;
}
.simple-svg-chart .color5 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color5 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color5");
}
.simple-svg-chart .color5 circle,
.simple-svg-chart .color5 rect {
  fill: #e91e63;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color5 circle.line-dot {
  fill: #fff;
  stroke: #e91e63;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color5 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color5 {
  fill: #e91e63;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color5 .main-color {
  stop-opacity: .3;
  stop-color: #e91e63;
}
.simple-svg-chart #grad-color5 .end-color {
  stop-opacity: .0;
  stop-color: #e91e63;
}
.chart-legend > div.color5::before {
  background-color: #e91e63;
}
.chart-legend > div.color5:hover,
.chart-legend > div.color5.selected {
  color: #e91e63;
}
.chart-tooltip .color5.bg-color,
.chart-color-set .color5.bg-color {
  background-color: #e91e63;
}
.chart-tooltip .color5.text-color,
.chart-color-set .color5.text-color {
  color: #e91e63;
}
.chart-tooltip .color5 .bg-color,
.chart-color-set .color5 .bg-color {
  background-color: #e91e63;
}
.chart-tooltip .color5 .text-color,
.chart-color-set .color5 .text-color {
  color: #e91e63;
}
.chart-tooltip .color5,
.chart-color-set .color5 {
  --chart-color: #e91e63;
  --chart-color-rgb: 233, 30, 99;
}
.donut-piece-color5 {
  fill: #e91e63;
}
.donut-chart text.inner-text-color5 {
  fill: #fff;
}
.simple-svg-chart path.scale.color6 {
  stroke: #9c27b0;
}
.simple-svg-chart .color6 path {
  stroke: #9c27b0;
}
.simple-svg-chart .color6 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color6 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color6");
}
.simple-svg-chart .color6 circle,
.simple-svg-chart .color6 rect {
  fill: #9c27b0;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color6 circle.line-dot {
  fill: #fff;
  stroke: #9c27b0;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color6 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color6 {
  fill: #9c27b0;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color6 .main-color {
  stop-opacity: .3;
  stop-color: #9c27b0;
}
.simple-svg-chart #grad-color6 .end-color {
  stop-opacity: .0;
  stop-color: #9c27b0;
}
.chart-legend > div.color6::before {
  background-color: #9c27b0;
}
.chart-legend > div.color6:hover,
.chart-legend > div.color6.selected {
  color: #9c27b0;
}
.chart-tooltip .color6.bg-color,
.chart-color-set .color6.bg-color {
  background-color: #9c27b0;
}
.chart-tooltip .color6.text-color,
.chart-color-set .color6.text-color {
  color: #9c27b0;
}
.chart-tooltip .color6 .bg-color,
.chart-color-set .color6 .bg-color {
  background-color: #9c27b0;
}
.chart-tooltip .color6 .text-color,
.chart-color-set .color6 .text-color {
  color: #9c27b0;
}
.chart-tooltip .color6,
.chart-color-set .color6 {
  --chart-color: #9c27b0;
  --chart-color-rgb: 156, 39, 176;
}
.donut-piece-color6 {
  fill: #9c27b0;
}
.donut-chart text.inner-text-color6 {
  fill: #fff;
}
.simple-svg-chart path.scale.color7 {
  stroke: #673ab7;
}
.simple-svg-chart .color7 path {
  stroke: #673ab7;
}
.simple-svg-chart .color7 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color7 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color7");
}
.simple-svg-chart .color7 circle,
.simple-svg-chart .color7 rect {
  fill: #673ab7;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color7 circle.line-dot {
  fill: #fff;
  stroke: #673ab7;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color7 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color7 {
  fill: #673ab7;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color7 .main-color {
  stop-opacity: .3;
  stop-color: #673ab7;
}
.simple-svg-chart #grad-color7 .end-color {
  stop-opacity: .0;
  stop-color: #673ab7;
}
.chart-legend > div.color7::before {
  background-color: #673ab7;
}
.chart-legend > div.color7:hover,
.chart-legend > div.color7.selected {
  color: #673ab7;
}
.chart-tooltip .color7.bg-color,
.chart-color-set .color7.bg-color {
  background-color: #673ab7;
}
.chart-tooltip .color7.text-color,
.chart-color-set .color7.text-color {
  color: #673ab7;
}
.chart-tooltip .color7 .bg-color,
.chart-color-set .color7 .bg-color {
  background-color: #673ab7;
}
.chart-tooltip .color7 .text-color,
.chart-color-set .color7 .text-color {
  color: #673ab7;
}
.chart-tooltip .color7,
.chart-color-set .color7 {
  --chart-color: #673ab7;
  --chart-color-rgb: 103, 58, 183;
}
.donut-piece-color7 {
  fill: #673ab7;
}
.donut-chart text.inner-text-color7 {
  fill: #fff;
}
.simple-svg-chart path.scale.color8 {
  stroke: #3f51b5;
}
.simple-svg-chart .color8 path {
  stroke: #3f51b5;
}
.simple-svg-chart .color8 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color8 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color8");
}
.simple-svg-chart .color8 circle,
.simple-svg-chart .color8 rect {
  fill: #3f51b5;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color8 circle.line-dot {
  fill: #fff;
  stroke: #3f51b5;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color8 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color8 {
  fill: #3f51b5;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color8 .main-color {
  stop-opacity: .3;
  stop-color: #3f51b5;
}
.simple-svg-chart #grad-color8 .end-color {
  stop-opacity: .0;
  stop-color: #3f51b5;
}
.chart-legend > div.color8::before {
  background-color: #3f51b5;
}
.chart-legend > div.color8:hover,
.chart-legend > div.color8.selected {
  color: #3f51b5;
}
.chart-tooltip .color8.bg-color,
.chart-color-set .color8.bg-color {
  background-color: #3f51b5;
}
.chart-tooltip .color8.text-color,
.chart-color-set .color8.text-color {
  color: #3f51b5;
}
.chart-tooltip .color8 .bg-color,
.chart-color-set .color8 .bg-color {
  background-color: #3f51b5;
}
.chart-tooltip .color8 .text-color,
.chart-color-set .color8 .text-color {
  color: #3f51b5;
}
.chart-tooltip .color8,
.chart-color-set .color8 {
  --chart-color: #3f51b5;
  --chart-color-rgb: 63, 81, 181;
}
.donut-piece-color8 {
  fill: #3f51b5;
}
.donut-chart text.inner-text-color8 {
  fill: #fff;
}
.simple-svg-chart path.scale.color9 {
  stroke: #607d8b;
}
.simple-svg-chart .color9 path {
  stroke: #607d8b;
}
.simple-svg-chart .color9 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color9 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color9");
}
.simple-svg-chart .color9 circle,
.simple-svg-chart .color9 rect {
  fill: #607d8b;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color9 circle.line-dot {
  fill: #fff;
  stroke: #607d8b;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color9 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color9 {
  fill: #607d8b;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color9 .main-color {
  stop-opacity: .3;
  stop-color: #607d8b;
}
.simple-svg-chart #grad-color9 .end-color {
  stop-opacity: .0;
  stop-color: #607d8b;
}
.chart-legend > div.color9::before {
  background-color: #607d8b;
}
.chart-legend > div.color9:hover,
.chart-legend > div.color9.selected {
  color: #607d8b;
}
.chart-tooltip .color9.bg-color,
.chart-color-set .color9.bg-color {
  background-color: #607d8b;
}
.chart-tooltip .color9.text-color,
.chart-color-set .color9.text-color {
  color: #607d8b;
}
.chart-tooltip .color9 .bg-color,
.chart-color-set .color9 .bg-color {
  background-color: #607d8b;
}
.chart-tooltip .color9 .text-color,
.chart-color-set .color9 .text-color {
  color: #607d8b;
}
.chart-tooltip .color9,
.chart-color-set .color9 {
  --chart-color: #607d8b;
  --chart-color-rgb: 96, 125, 139;
}
.donut-piece-color9 {
  fill: #607d8b;
}
.donut-chart text.inner-text-color9 {
  fill: #fff;
}
.simple-svg-chart path.scale.color10 {
  stroke: #00bcd4;
}
.simple-svg-chart .color10 path {
  stroke: #00bcd4;
}
.simple-svg-chart .color10 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color10 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color10");
}
.simple-svg-chart .color10 circle,
.simple-svg-chart .color10 rect {
  fill: #00bcd4;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color10 circle.line-dot {
  fill: #fff;
  stroke: #00bcd4;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color10 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color10 {
  fill: #00bcd4;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color10 .main-color {
  stop-opacity: .3;
  stop-color: #00bcd4;
}
.simple-svg-chart #grad-color10 .end-color {
  stop-opacity: .0;
  stop-color: #00bcd4;
}
.chart-legend > div.color10::before {
  background-color: #00bcd4;
}
.chart-legend > div.color10:hover,
.chart-legend > div.color10.selected {
  color: #00bcd4;
}
.chart-tooltip .color10.bg-color,
.chart-color-set .color10.bg-color {
  background-color: #00bcd4;
}
.chart-tooltip .color10.text-color,
.chart-color-set .color10.text-color {
  color: #00bcd4;
}
.chart-tooltip .color10 .bg-color,
.chart-color-set .color10 .bg-color {
  background-color: #00bcd4;
}
.chart-tooltip .color10 .text-color,
.chart-color-set .color10 .text-color {
  color: #00bcd4;
}
.chart-tooltip .color10,
.chart-color-set .color10 {
  --chart-color: #00bcd4;
  --chart-color-rgb: 0, 188, 212;
}
.donut-piece-color10 {
  fill: #00bcd4;
}
.donut-chart text.inner-text-color10 {
  fill: #fff;
}
.simple-svg-chart path.scale.color11 {
  stroke: #009688;
}
.simple-svg-chart .color11 path {
  stroke: #009688;
}
.simple-svg-chart .color11 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color11 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color11");
}
.simple-svg-chart .color11 circle,
.simple-svg-chart .color11 rect {
  fill: #009688;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color11 circle.line-dot {
  fill: #fff;
  stroke: #009688;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color11 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color11 {
  fill: #009688;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color11 .main-color {
  stop-opacity: .3;
  stop-color: #009688;
}
.simple-svg-chart #grad-color11 .end-color {
  stop-opacity: .0;
  stop-color: #009688;
}
.chart-legend > div.color11::before {
  background-color: #009688;
}
.chart-legend > div.color11:hover,
.chart-legend > div.color11.selected {
  color: #009688;
}
.chart-tooltip .color11.bg-color,
.chart-color-set .color11.bg-color {
  background-color: #009688;
}
.chart-tooltip .color11.text-color,
.chart-color-set .color11.text-color {
  color: #009688;
}
.chart-tooltip .color11 .bg-color,
.chart-color-set .color11 .bg-color {
  background-color: #009688;
}
.chart-tooltip .color11 .text-color,
.chart-color-set .color11 .text-color {
  color: #009688;
}
.chart-tooltip .color11,
.chart-color-set .color11 {
  --chart-color: #009688;
  --chart-color-rgb: 0, 150, 136;
}
.donut-piece-color11 {
  fill: #009688;
}
.donut-chart text.inner-text-color11 {
  fill: #fff;
}
.simple-svg-chart path.scale.color12 {
  stroke: #4caf50;
}
.simple-svg-chart .color12 path {
  stroke: #4caf50;
}
.simple-svg-chart .color12 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color12 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color12");
}
.simple-svg-chart .color12 circle,
.simple-svg-chart .color12 rect {
  fill: #4caf50;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color12 circle.line-dot {
  fill: #fff;
  stroke: #4caf50;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color12 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color12 {
  fill: #4caf50;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color12 .main-color {
  stop-opacity: .3;
  stop-color: #4caf50;
}
.simple-svg-chart #grad-color12 .end-color {
  stop-opacity: .0;
  stop-color: #4caf50;
}
.chart-legend > div.color12::before {
  background-color: #4caf50;
}
.chart-legend > div.color12:hover,
.chart-legend > div.color12.selected {
  color: #4caf50;
}
.chart-tooltip .color12.bg-color,
.chart-color-set .color12.bg-color {
  background-color: #4caf50;
}
.chart-tooltip .color12.text-color,
.chart-color-set .color12.text-color {
  color: #4caf50;
}
.chart-tooltip .color12 .bg-color,
.chart-color-set .color12 .bg-color {
  background-color: #4caf50;
}
.chart-tooltip .color12 .text-color,
.chart-color-set .color12 .text-color {
  color: #4caf50;
}
.chart-tooltip .color12,
.chart-color-set .color12 {
  --chart-color: #4caf50;
  --chart-color-rgb: 76, 175, 80;
}
.donut-piece-color12 {
  fill: #4caf50;
}
.donut-chart text.inner-text-color12 {
  fill: #fff;
}
.simple-svg-chart path.scale.color13 {
  stroke: #8bc34a;
}
.simple-svg-chart .color13 path {
  stroke: #8bc34a;
}
.simple-svg-chart .color13 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color13 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color13");
}
.simple-svg-chart .color13 circle,
.simple-svg-chart .color13 rect {
  fill: #8bc34a;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color13 circle.line-dot {
  fill: #fff;
  stroke: #8bc34a;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color13 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color13 {
  fill: #8bc34a;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color13 .main-color {
  stop-opacity: .3;
  stop-color: #8bc34a;
}
.simple-svg-chart #grad-color13 .end-color {
  stop-opacity: .0;
  stop-color: #8bc34a;
}
.chart-legend > div.color13::before {
  background-color: #8bc34a;
}
.chart-legend > div.color13:hover,
.chart-legend > div.color13.selected {
  color: #8bc34a;
}
.chart-tooltip .color13.bg-color,
.chart-color-set .color13.bg-color {
  background-color: #8bc34a;
}
.chart-tooltip .color13.text-color,
.chart-color-set .color13.text-color {
  color: #8bc34a;
}
.chart-tooltip .color13 .bg-color,
.chart-color-set .color13 .bg-color {
  background-color: #8bc34a;
}
.chart-tooltip .color13 .text-color,
.chart-color-set .color13 .text-color {
  color: #8bc34a;
}
.chart-tooltip .color13,
.chart-color-set .color13 {
  --chart-color: #8bc34a;
  --chart-color-rgb: 139, 195, 74;
}
.donut-piece-color13 {
  fill: #8bc34a;
}
.donut-chart text.inner-text-color13 {
  fill: #fff;
}
.simple-svg-chart path.scale.color14 {
  stroke: #cddc39;
}
.simple-svg-chart .color14 path {
  stroke: #cddc39;
}
.simple-svg-chart .color14 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color14 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color14");
}
.simple-svg-chart .color14 circle,
.simple-svg-chart .color14 rect {
  fill: #cddc39;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color14 circle.line-dot {
  fill: #fff;
  stroke: #cddc39;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color14 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color14 {
  fill: #cddc39;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color14 .main-color {
  stop-opacity: .3;
  stop-color: #cddc39;
}
.simple-svg-chart #grad-color14 .end-color {
  stop-opacity: .0;
  stop-color: #cddc39;
}
.chart-legend > div.color14::before {
  background-color: #cddc39;
}
.chart-legend > div.color14:hover,
.chart-legend > div.color14.selected {
  color: #cddc39;
}
.chart-tooltip .color14.bg-color,
.chart-color-set .color14.bg-color {
  background-color: #cddc39;
}
.chart-tooltip .color14.text-color,
.chart-color-set .color14.text-color {
  color: #cddc39;
}
.chart-tooltip .color14 .bg-color,
.chart-color-set .color14 .bg-color {
  background-color: #cddc39;
}
.chart-tooltip .color14 .text-color,
.chart-color-set .color14 .text-color {
  color: #cddc39;
}
.chart-tooltip .color14,
.chart-color-set .color14 {
  --chart-color: #cddc39;
  --chart-color-rgb: 205, 220, 57;
}
.donut-piece-color14 {
  fill: #cddc39;
}
.donut-chart text.inner-text-color14 {
  fill: #fff;
}
.simple-svg-chart path.scale.color15 {
  stroke: #ffeb3b;
}
.simple-svg-chart .color15 path {
  stroke: #ffeb3b;
}
.simple-svg-chart .color15 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color15 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color15");
}
.simple-svg-chart .color15 circle,
.simple-svg-chart .color15 rect {
  fill: #ffeb3b;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color15 circle.line-dot {
  fill: #fff;
  stroke: #ffeb3b;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color15 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color15 {
  fill: #ffeb3b;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color15 .main-color {
  stop-opacity: .3;
  stop-color: #ffeb3b;
}
.simple-svg-chart #grad-color15 .end-color {
  stop-opacity: .0;
  stop-color: #ffeb3b;
}
.chart-legend > div.color15::before {
  background-color: #ffeb3b;
}
.chart-legend > div.color15:hover,
.chart-legend > div.color15.selected {
  color: #ffeb3b;
}
.chart-tooltip .color15.bg-color,
.chart-color-set .color15.bg-color {
  background-color: #ffeb3b;
}
.chart-tooltip .color15.text-color,
.chart-color-set .color15.text-color {
  color: #ffeb3b;
}
.chart-tooltip .color15 .bg-color,
.chart-color-set .color15 .bg-color {
  background-color: #ffeb3b;
}
.chart-tooltip .color15 .text-color,
.chart-color-set .color15 .text-color {
  color: #ffeb3b;
}
.chart-tooltip .color15,
.chart-color-set .color15 {
  --chart-color: #ffeb3b;
  --chart-color-rgb: 255, 235, 59;
}
.donut-piece-color15 {
  fill: #ffeb3b;
}
.donut-chart text.inner-text-color15 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color16 {
  stroke: #ffc107;
}
.simple-svg-chart .color16 path {
  stroke: #ffc107;
}
.simple-svg-chart .color16 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color16 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color16");
}
.simple-svg-chart .color16 circle,
.simple-svg-chart .color16 rect {
  fill: #ffc107;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color16 circle.line-dot {
  fill: #fff;
  stroke: #ffc107;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color16 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color16 {
  fill: #ffc107;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color16 .main-color {
  stop-opacity: .3;
  stop-color: #ffc107;
}
.simple-svg-chart #grad-color16 .end-color {
  stop-opacity: .0;
  stop-color: #ffc107;
}
.chart-legend > div.color16::before {
  background-color: #ffc107;
}
.chart-legend > div.color16:hover,
.chart-legend > div.color16.selected {
  color: #ffc107;
}
.chart-tooltip .color16.bg-color,
.chart-color-set .color16.bg-color {
  background-color: #ffc107;
}
.chart-tooltip .color16.text-color,
.chart-color-set .color16.text-color {
  color: #ffc107;
}
.chart-tooltip .color16 .bg-color,
.chart-color-set .color16 .bg-color {
  background-color: #ffc107;
}
.chart-tooltip .color16 .text-color,
.chart-color-set .color16 .text-color {
  color: #ffc107;
}
.chart-tooltip .color16,
.chart-color-set .color16 {
  --chart-color: #ffc107;
  --chart-color-rgb: 255, 193, 7;
}
.donut-piece-color16 {
  fill: #ffc107;
}
.donut-chart text.inner-text-color16 {
  fill: #fff;
}
.simple-svg-chart path.scale.color17 {
  stroke: #ff9800;
}
.simple-svg-chart .color17 path {
  stroke: #ff9800;
}
.simple-svg-chart .color17 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color17 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color17");
}
.simple-svg-chart .color17 circle,
.simple-svg-chart .color17 rect {
  fill: #ff9800;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color17 circle.line-dot {
  fill: #fff;
  stroke: #ff9800;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color17 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color17 {
  fill: #ff9800;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color17 .main-color {
  stop-opacity: .3;
  stop-color: #ff9800;
}
.simple-svg-chart #grad-color17 .end-color {
  stop-opacity: .0;
  stop-color: #ff9800;
}
.chart-legend > div.color17::before {
  background-color: #ff9800;
}
.chart-legend > div.color17:hover,
.chart-legend > div.color17.selected {
  color: #ff9800;
}
.chart-tooltip .color17.bg-color,
.chart-color-set .color17.bg-color {
  background-color: #ff9800;
}
.chart-tooltip .color17.text-color,
.chart-color-set .color17.text-color {
  color: #ff9800;
}
.chart-tooltip .color17 .bg-color,
.chart-color-set .color17 .bg-color {
  background-color: #ff9800;
}
.chart-tooltip .color17 .text-color,
.chart-color-set .color17 .text-color {
  color: #ff9800;
}
.chart-tooltip .color17,
.chart-color-set .color17 {
  --chart-color: #ff9800;
  --chart-color-rgb: 255, 152, 0;
}
.donut-piece-color17 {
  fill: #ff9800;
}
.donut-chart text.inner-text-color17 {
  fill: #fff;
}
.simple-svg-chart path.scale.color18 {
  stroke: #ff5722;
}
.simple-svg-chart .color18 path {
  stroke: #ff5722;
}
.simple-svg-chart .color18 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color18 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color18");
}
.simple-svg-chart .color18 circle,
.simple-svg-chart .color18 rect {
  fill: #ff5722;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color18 circle.line-dot {
  fill: #fff;
  stroke: #ff5722;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color18 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color18 {
  fill: #ff5722;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color18 .main-color {
  stop-opacity: .3;
  stop-color: #ff5722;
}
.simple-svg-chart #grad-color18 .end-color {
  stop-opacity: .0;
  stop-color: #ff5722;
}
.chart-legend > div.color18::before {
  background-color: #ff5722;
}
.chart-legend > div.color18:hover,
.chart-legend > div.color18.selected {
  color: #ff5722;
}
.chart-tooltip .color18.bg-color,
.chart-color-set .color18.bg-color {
  background-color: #ff5722;
}
.chart-tooltip .color18.text-color,
.chart-color-set .color18.text-color {
  color: #ff5722;
}
.chart-tooltip .color18 .bg-color,
.chart-color-set .color18 .bg-color {
  background-color: #ff5722;
}
.chart-tooltip .color18 .text-color,
.chart-color-set .color18 .text-color {
  color: #ff5722;
}
.chart-tooltip .color18,
.chart-color-set .color18 {
  --chart-color: #ff5722;
  --chart-color-rgb: 255, 87, 34;
}
.donut-piece-color18 {
  fill: #ff5722;
}
.donut-chart text.inner-text-color18 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color19 {
  stroke: #795548;
}
.simple-svg-chart .color19 path {
  stroke: #795548;
}
.simple-svg-chart .color19 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color19 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color19");
}
.simple-svg-chart .color19 circle,
.simple-svg-chart .color19 rect {
  fill: #795548;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color19 circle.line-dot {
  fill: #fff;
  stroke: #795548;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color19 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color19 {
  fill: #795548;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color19 .main-color {
  stop-opacity: .3;
  stop-color: #795548;
}
.simple-svg-chart #grad-color19 .end-color {
  stop-opacity: .0;
  stop-color: #795548;
}
.chart-legend > div.color19::before {
  background-color: #795548;
}
.chart-legend > div.color19:hover,
.chart-legend > div.color19.selected {
  color: #795548;
}
.chart-tooltip .color19.bg-color,
.chart-color-set .color19.bg-color {
  background-color: #795548;
}
.chart-tooltip .color19.text-color,
.chart-color-set .color19.text-color {
  color: #795548;
}
.chart-tooltip .color19 .bg-color,
.chart-color-set .color19 .bg-color {
  background-color: #795548;
}
.chart-tooltip .color19 .text-color,
.chart-color-set .color19 .text-color {
  color: #795548;
}
.chart-tooltip .color19,
.chart-color-set .color19 {
  --chart-color: #795548;
  --chart-color-rgb: 121, 85, 72;
}
.donut-piece-color19 {
  fill: #795548;
}
.donut-chart text.inner-text-color19 {
  fill: #fff;
}
.simple-svg-chart path.scale.color20 {
  stroke: #9e9e9e;
}
.simple-svg-chart .color20 path {
  stroke: #9e9e9e;
}
.simple-svg-chart .color20 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color20 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color20");
}
.simple-svg-chart .color20 circle,
.simple-svg-chart .color20 rect {
  fill: #9e9e9e;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color20 circle.line-dot {
  fill: #fff;
  stroke: #9e9e9e;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color20 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color20 {
  fill: #9e9e9e;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color20 .main-color {
  stop-opacity: .3;
  stop-color: #9e9e9e;
}
.simple-svg-chart #grad-color20 .end-color {
  stop-opacity: .0;
  stop-color: #9e9e9e;
}
.chart-legend > div.color20::before {
  background-color: #9e9e9e;
}
.chart-legend > div.color20:hover,
.chart-legend > div.color20.selected {
  color: #9e9e9e;
}
.chart-tooltip .color20.bg-color,
.chart-color-set .color20.bg-color {
  background-color: #9e9e9e;
}
.chart-tooltip .color20.text-color,
.chart-color-set .color20.text-color {
  color: #9e9e9e;
}
.chart-tooltip .color20 .bg-color,
.chart-color-set .color20 .bg-color {
  background-color: #9e9e9e;
}
.chart-tooltip .color20 .text-color,
.chart-color-set .color20 .text-color {
  color: #9e9e9e;
}
.chart-tooltip .color20,
.chart-color-set .color20 {
  --chart-color: #9e9e9e;
  --chart-color-rgb: 158, 158, 158;
}
.donut-piece-color20 {
  fill: #9e9e9e;
}
.donut-chart text.inner-text-color20 {
  fill: #000b b;
}
.simple-svg-chart path.scale.c-active {
  stroke: #8fdf92;
}
.simple-svg-chart .c-active path {
  stroke: #8fdf92;
}
.simple-svg-chart .c-active path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .c-active path.shadow-area {
  stroke: transparent;
  fill: url("#grad-c-active");
}
.simple-svg-chart .c-active circle,
.simple-svg-chart .c-active rect {
  fill: #8fdf92;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .c-active circle.line-dot {
  fill: #fff;
  stroke: #8fdf92;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .c-active circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.c-active {
  fill: #8fdf92;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-c-active .main-color {
  stop-opacity: .3;
  stop-color: #8fdf92;
}
.simple-svg-chart #grad-c-active .end-color {
  stop-opacity: .0;
  stop-color: #8fdf92;
}
.chart-legend > div.c-active::before {
  background-color: #8fdf92;
}
.chart-legend > div.c-active:hover,
.chart-legend > div.c-active.selected {
  color: #8fdf92;
}
.chart-tooltip .c-active.bg-color,
.chart-color-set .c-active.bg-color {
  background-color: #8fdf92;
}
.chart-tooltip .c-active.text-color,
.chart-color-set .c-active.text-color {
  color: #8fdf92;
}
.chart-tooltip .c-active .bg-color,
.chart-color-set .c-active .bg-color {
  background-color: #8fdf92;
}
.chart-tooltip .c-active .text-color,
.chart-color-set .c-active .text-color {
  color: #8fdf92;
}
.chart-tooltip .c-active,
.chart-color-set .c-active {
  --chart-color: #8fdf92;
  --chart-color-rgb: 143, 223, 146;
}
.donut-piece-c-active {
  fill: #8fdf92;
}
.donut-chart text.inner-text-c-active {
  fill: #000b b;
}
.simple-svg-chart path.scale.c-warning {
  stroke: #ffb387;
}
.simple-svg-chart .c-warning path {
  stroke: #ffb387;
}
.simple-svg-chart .c-warning path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .c-warning path.shadow-area {
  stroke: transparent;
  fill: url("#grad-c-warning");
}
.simple-svg-chart .c-warning circle,
.simple-svg-chart .c-warning rect {
  fill: #ffb387;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .c-warning circle.line-dot {
  fill: #fff;
  stroke: #ffb387;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .c-warning circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.c-warning {
  fill: #ffb387;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-c-warning .main-color {
  stop-opacity: .3;
  stop-color: #ffb387;
}
.simple-svg-chart #grad-c-warning .end-color {
  stop-opacity: .0;
  stop-color: #ffb387;
}
.chart-legend > div.c-warning::before {
  background-color: #ffb387;
}
.chart-legend > div.c-warning:hover,
.chart-legend > div.c-warning.selected {
  color: #ffb387;
}
.chart-tooltip .c-warning.bg-color,
.chart-color-set .c-warning.bg-color {
  background-color: #ffb387;
}
.chart-tooltip .c-warning.text-color,
.chart-color-set .c-warning.text-color {
  color: #ffb387;
}
.chart-tooltip .c-warning .bg-color,
.chart-color-set .c-warning .bg-color {
  background-color: #ffb387;
}
.chart-tooltip .c-warning .text-color,
.chart-color-set .c-warning .text-color {
  color: #ffb387;
}
.chart-tooltip .c-warning,
.chart-color-set .c-warning {
  --chart-color: #ffb387;
  --chart-color-rgb: 255, 179, 135;
}
.donut-piece-c-warning {
  fill: #ffb387;
}
.donut-chart text.inner-text-c-warning {
  fill: #000b b;
}
.simple-svg-chart path.scale.c-null {
  stroke: #9e9e9e;
}
.simple-svg-chart .c-null path {
  stroke: #9e9e9e;
}
.simple-svg-chart .c-null path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .c-null path.shadow-area {
  stroke: transparent;
  fill: url("#grad-c-null");
}
.simple-svg-chart .c-null circle,
.simple-svg-chart .c-null rect {
  fill: #9e9e9e;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .c-null circle.line-dot {
  fill: #fff;
  stroke: #9e9e9e;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .c-null circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.c-null {
  fill: #9e9e9e;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-c-null .main-color {
  stop-opacity: .3;
  stop-color: #9e9e9e;
}
.simple-svg-chart #grad-c-null .end-color {
  stop-opacity: .0;
  stop-color: #9e9e9e;
}
.chart-legend > div.c-null::before {
  background-color: #9e9e9e;
}
.chart-legend > div.c-null:hover,
.chart-legend > div.c-null.selected {
  color: #9e9e9e;
}
.chart-tooltip .c-null.bg-color,
.chart-color-set .c-null.bg-color {
  background-color: #9e9e9e;
}
.chart-tooltip .c-null.text-color,
.chart-color-set .c-null.text-color {
  color: #9e9e9e;
}
.chart-tooltip .c-null .bg-color,
.chart-color-set .c-null .bg-color {
  background-color: #9e9e9e;
}
.chart-tooltip .c-null .text-color,
.chart-color-set .c-null .text-color {
  color: #9e9e9e;
}
.chart-tooltip .c-null,
.chart-color-set .c-null {
  --chart-color: #9e9e9e;
  --chart-color-rgb: 158, 158, 158;
}
.donut-piece-c-null {
  fill: #9e9e9e;
}
.donut-chart text.inner-text-c-null {
  fill: #000b b;
}
.simple-svg-chart path.scale.color-ciencias-humanas {
  stroke: #9b59b6;
}
.simple-svg-chart .color-ciencias-humanas path {
  stroke: #9b59b6;
}
.simple-svg-chart .color-ciencias-humanas path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-ciencias-humanas path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-ciencias-humanas");
}
.simple-svg-chart .color-ciencias-humanas circle,
.simple-svg-chart .color-ciencias-humanas rect {
  fill: #9b59b6;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-ciencias-humanas circle.line-dot {
  fill: #fff;
  stroke: #9b59b6;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-ciencias-humanas circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-ciencias-humanas {
  fill: #9b59b6;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-ciencias-humanas .main-color {
  stop-opacity: .3;
  stop-color: #9b59b6;
}
.simple-svg-chart #grad-color-ciencias-humanas .end-color {
  stop-opacity: .0;
  stop-color: #9b59b6;
}
.chart-legend > div.color-ciencias-humanas::before {
  background-color: #9b59b6;
}
.chart-legend > div.color-ciencias-humanas:hover,
.chart-legend > div.color-ciencias-humanas.selected {
  color: #9b59b6;
}
.chart-tooltip .color-ciencias-humanas.bg-color,
.chart-color-set .color-ciencias-humanas.bg-color {
  background-color: #9b59b6;
}
.chart-tooltip .color-ciencias-humanas.text-color,
.chart-color-set .color-ciencias-humanas.text-color {
  color: #9b59b6;
}
.chart-tooltip .color-ciencias-humanas .bg-color,
.chart-color-set .color-ciencias-humanas .bg-color {
  background-color: #9b59b6;
}
.chart-tooltip .color-ciencias-humanas .text-color,
.chart-color-set .color-ciencias-humanas .text-color {
  color: #9b59b6;
}
.chart-tooltip .color-ciencias-humanas,
.chart-color-set .color-ciencias-humanas {
  --chart-color: #9b59b6;
  --chart-color-rgb: 155, 89, 182;
}
.donut-piece-color-ciencias-humanas {
  fill: #9b59b6;
}
.donut-chart text.inner-text-color-ciencias-humanas {
  fill: #fff;
}
.simple-svg-chart path.scale.color-ciencias-da-natureza {
  stroke: #3498db;
}
.simple-svg-chart .color-ciencias-da-natureza path {
  stroke: #3498db;
}
.simple-svg-chart .color-ciencias-da-natureza path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-ciencias-da-natureza path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-ciencias-da-natureza");
}
.simple-svg-chart .color-ciencias-da-natureza circle,
.simple-svg-chart .color-ciencias-da-natureza rect {
  fill: #3498db;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-ciencias-da-natureza circle.line-dot {
  fill: #fff;
  stroke: #3498db;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-ciencias-da-natureza circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-ciencias-da-natureza {
  fill: #3498db;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-ciencias-da-natureza .main-color {
  stop-opacity: .3;
  stop-color: #3498db;
}
.simple-svg-chart #grad-color-ciencias-da-natureza .end-color {
  stop-opacity: .0;
  stop-color: #3498db;
}
.chart-legend > div.color-ciencias-da-natureza::before {
  background-color: #3498db;
}
.chart-legend > div.color-ciencias-da-natureza:hover,
.chart-legend > div.color-ciencias-da-natureza.selected {
  color: #3498db;
}
.chart-tooltip .color-ciencias-da-natureza.bg-color,
.chart-color-set .color-ciencias-da-natureza.bg-color {
  background-color: #3498db;
}
.chart-tooltip .color-ciencias-da-natureza.text-color,
.chart-color-set .color-ciencias-da-natureza.text-color {
  color: #3498db;
}
.chart-tooltip .color-ciencias-da-natureza .bg-color,
.chart-color-set .color-ciencias-da-natureza .bg-color {
  background-color: #3498db;
}
.chart-tooltip .color-ciencias-da-natureza .text-color,
.chart-color-set .color-ciencias-da-natureza .text-color {
  color: #3498db;
}
.chart-tooltip .color-ciencias-da-natureza,
.chart-color-set .color-ciencias-da-natureza {
  --chart-color: #3498db;
  --chart-color-rgb: 52, 152, 219;
}
.donut-piece-color-ciencias-da-natureza {
  fill: #3498db;
}
.donut-chart text.inner-text-color-ciencias-da-natureza {
  fill: #fff;
}
.simple-svg-chart path.scale.color-formacao-tecnica-e-profissional {
  stroke: #e67e22;
}
.simple-svg-chart .color-formacao-tecnica-e-profissional path {
  stroke: #e67e22;
}
.simple-svg-chart .color-formacao-tecnica-e-profissional path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-formacao-tecnica-e-profissional path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-formacao-tecnica-e-profissional");
}
.simple-svg-chart .color-formacao-tecnica-e-profissional circle,
.simple-svg-chart .color-formacao-tecnica-e-profissional rect {
  fill: #e67e22;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-formacao-tecnica-e-profissional circle.line-dot {
  fill: #fff;
  stroke: #e67e22;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-formacao-tecnica-e-profissional circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-formacao-tecnica-e-profissional {
  fill: #e67e22;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-formacao-tecnica-e-profissional .main-color {
  stop-opacity: .3;
  stop-color: #e67e22;
}
.simple-svg-chart #grad-color-formacao-tecnica-e-profissional .end-color {
  stop-opacity: .0;
  stop-color: #e67e22;
}
.chart-legend > div.color-formacao-tecnica-e-profissional::before {
  background-color: #e67e22;
}
.chart-legend > div.color-formacao-tecnica-e-profissional:hover,
.chart-legend > div.color-formacao-tecnica-e-profissional.selected {
  color: #e67e22;
}
.chart-tooltip .color-formacao-tecnica-e-profissional.bg-color,
.chart-color-set .color-formacao-tecnica-e-profissional.bg-color {
  background-color: #e67e22;
}
.chart-tooltip .color-formacao-tecnica-e-profissional.text-color,
.chart-color-set .color-formacao-tecnica-e-profissional.text-color {
  color: #e67e22;
}
.chart-tooltip .color-formacao-tecnica-e-profissional .bg-color,
.chart-color-set .color-formacao-tecnica-e-profissional .bg-color {
  background-color: #e67e22;
}
.chart-tooltip .color-formacao-tecnica-e-profissional .text-color,
.chart-color-set .color-formacao-tecnica-e-profissional .text-color {
  color: #e67e22;
}
.chart-tooltip .color-formacao-tecnica-e-profissional,
.chart-color-set .color-formacao-tecnica-e-profissional {
  --chart-color: #e67e22;
  --chart-color-rgb: 230, 126, 34;
}
.donut-piece-color-formacao-tecnica-e-profissional {
  fill: #e67e22;
}
.donut-chart text.inner-text-color-formacao-tecnica-e-profissional {
  fill: #fff;
}
.simple-svg-chart path.scale.color-linguagens-e-suas-tecnologias {
  stroke: #1abc9c;
}
.simple-svg-chart .color-linguagens-e-suas-tecnologias path {
  stroke: #1abc9c;
}
.simple-svg-chart .color-linguagens-e-suas-tecnologias path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-linguagens-e-suas-tecnologias path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-linguagens-e-suas-tecnologias");
}
.simple-svg-chart .color-linguagens-e-suas-tecnologias circle,
.simple-svg-chart .color-linguagens-e-suas-tecnologias rect {
  fill: #1abc9c;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-linguagens-e-suas-tecnologias circle.line-dot {
  fill: #fff;
  stroke: #1abc9c;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-linguagens-e-suas-tecnologias circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-linguagens-e-suas-tecnologias {
  fill: #1abc9c;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-linguagens-e-suas-tecnologias .main-color {
  stop-opacity: .3;
  stop-color: #1abc9c;
}
.simple-svg-chart #grad-color-linguagens-e-suas-tecnologias .end-color {
  stop-opacity: .0;
  stop-color: #1abc9c;
}
.chart-legend > div.color-linguagens-e-suas-tecnologias::before {
  background-color: #1abc9c;
}
.chart-legend > div.color-linguagens-e-suas-tecnologias:hover,
.chart-legend > div.color-linguagens-e-suas-tecnologias.selected {
  color: #1abc9c;
}
.chart-tooltip .color-linguagens-e-suas-tecnologias.bg-color,
.chart-color-set .color-linguagens-e-suas-tecnologias.bg-color {
  background-color: #1abc9c;
}
.chart-tooltip .color-linguagens-e-suas-tecnologias.text-color,
.chart-color-set .color-linguagens-e-suas-tecnologias.text-color {
  color: #1abc9c;
}
.chart-tooltip .color-linguagens-e-suas-tecnologias .bg-color,
.chart-color-set .color-linguagens-e-suas-tecnologias .bg-color {
  background-color: #1abc9c;
}
.chart-tooltip .color-linguagens-e-suas-tecnologias .text-color,
.chart-color-set .color-linguagens-e-suas-tecnologias .text-color {
  color: #1abc9c;
}
.chart-tooltip .color-linguagens-e-suas-tecnologias,
.chart-color-set .color-linguagens-e-suas-tecnologias {
  --chart-color: #1abc9c;
  --chart-color-rgb: 26, 188, 156;
}
.donut-piece-color-linguagens-e-suas-tecnologias {
  fill: #1abc9c;
}
.donut-chart text.inner-text-color-linguagens-e-suas-tecnologias {
  fill: #fff;
}
.simple-svg-chart path.scale.color-matematica {
  stroke: #e74c3c;
}
.simple-svg-chart .color-matematica path {
  stroke: #e74c3c;
}
.simple-svg-chart .color-matematica path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-matematica path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-matematica");
}
.simple-svg-chart .color-matematica circle,
.simple-svg-chart .color-matematica rect {
  fill: #e74c3c;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-matematica circle.line-dot {
  fill: #fff;
  stroke: #e74c3c;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-matematica circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-matematica {
  fill: #e74c3c;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-matematica .main-color {
  stop-opacity: .3;
  stop-color: #e74c3c;
}
.simple-svg-chart #grad-color-matematica .end-color {
  stop-opacity: .0;
  stop-color: #e74c3c;
}
.chart-legend > div.color-matematica::before {
  background-color: #e74c3c;
}
.chart-legend > div.color-matematica:hover,
.chart-legend > div.color-matematica.selected {
  color: #e74c3c;
}
.chart-tooltip .color-matematica.bg-color,
.chart-color-set .color-matematica.bg-color {
  background-color: #e74c3c;
}
.chart-tooltip .color-matematica.text-color,
.chart-color-set .color-matematica.text-color {
  color: #e74c3c;
}
.chart-tooltip .color-matematica .bg-color,
.chart-color-set .color-matematica .bg-color {
  background-color: #e74c3c;
}
.chart-tooltip .color-matematica .text-color,
.chart-color-set .color-matematica .text-color {
  color: #e74c3c;
}
.chart-tooltip .color-matematica,
.chart-color-set .color-matematica {
  --chart-color: #e74c3c;
  --chart-color-rgb: 231, 76, 60;
}
.donut-piece-color-matematica {
  fill: #e74c3c;
}
.donut-chart text.inner-text-color-matematica {
  fill: #000b b;
}
.simple-svg-chart path.scale.color-50 {
  stroke: #0a6a9b;
}
.simple-svg-chart .color-50 path {
  stroke: #0a6a9b;
}
.simple-svg-chart .color-50 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-50 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-50");
}
.simple-svg-chart .color-50 circle,
.simple-svg-chart .color-50 rect {
  fill: #0a6a9b;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-50 circle.line-dot {
  fill: #fff;
  stroke: #0a6a9b;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-50 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-50 {
  fill: #0a6a9b;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-50 .main-color {
  stop-opacity: .3;
  stop-color: #0a6a9b;
}
.simple-svg-chart #grad-color-50 .end-color {
  stop-opacity: .0;
  stop-color: #0a6a9b;
}
.chart-legend > div.color-50::before {
  background-color: #0a6a9b;
}
.chart-legend > div.color-50:hover,
.chart-legend > div.color-50.selected {
  color: #0a6a9b;
}
.chart-tooltip .color-50.bg-color,
.chart-color-set .color-50.bg-color {
  background-color: #0a6a9b;
}
.chart-tooltip .color-50.text-color,
.chart-color-set .color-50.text-color {
  color: #0a6a9b;
}
.chart-tooltip .color-50 .bg-color,
.chart-color-set .color-50 .bg-color {
  background-color: #0a6a9b;
}
.chart-tooltip .color-50 .text-color,
.chart-color-set .color-50 .text-color {
  color: #0a6a9b;
}
.chart-tooltip .color-50,
.chart-color-set .color-50 {
  --chart-color: #0a6a9b;
  --chart-color-rgb: 10.18518519, 105.92592593, 154.81481481;
}
.donut-piece-color-50 {
  fill: #0a6a9b;
}
.donut-chart text.inner-text-color-50 {
  fill: #fff;
}
.simple-svg-chart path.scale.color-55 {
  stroke: #0b77ae;
}
.simple-svg-chart .color-55 path {
  stroke: #0b77ae;
}
.simple-svg-chart .color-55 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-55 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-55");
}
.simple-svg-chart .color-55 circle,
.simple-svg-chart .color-55 rect {
  fill: #0b77ae;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-55 circle.line-dot {
  fill: #fff;
  stroke: #0b77ae;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-55 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-55 {
  fill: #0b77ae;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-55 .main-color {
  stop-opacity: .3;
  stop-color: #0b77ae;
}
.simple-svg-chart #grad-color-55 .end-color {
  stop-opacity: .0;
  stop-color: #0b77ae;
}
.chart-legend > div.color-55::before {
  background-color: #0b77ae;
}
.chart-legend > div.color-55:hover,
.chart-legend > div.color-55.selected {
  color: #0b77ae;
}
.chart-tooltip .color-55.bg-color,
.chart-color-set .color-55.bg-color {
  background-color: #0b77ae;
}
.chart-tooltip .color-55.text-color,
.chart-color-set .color-55.text-color {
  color: #0b77ae;
}
.chart-tooltip .color-55 .bg-color,
.chart-color-set .color-55 .bg-color {
  background-color: #0b77ae;
}
.chart-tooltip .color-55 .text-color,
.chart-color-set .color-55 .text-color {
  color: #0b77ae;
}
.chart-tooltip .color-55,
.chart-color-set .color-55 {
  --chart-color: #0b77ae;
  --chart-color-rgb: 11.44444444, 119.02222222, 173.95555556;
}
.donut-piece-color-55 {
  fill: #0b77ae;
}
.donut-chart text.inner-text-color-55 {
  fill: #fff;
}
.simple-svg-chart path.scale.color-60 {
  stroke: #0d84c1;
}
.simple-svg-chart .color-60 path {
  stroke: #0d84c1;
}
.simple-svg-chart .color-60 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-60 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-60");
}
.simple-svg-chart .color-60 circle,
.simple-svg-chart .color-60 rect {
  fill: #0d84c1;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-60 circle.line-dot {
  fill: #fff;
  stroke: #0d84c1;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-60 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-60 {
  fill: #0d84c1;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-60 .main-color {
  stop-opacity: .3;
  stop-color: #0d84c1;
}
.simple-svg-chart #grad-color-60 .end-color {
  stop-opacity: .0;
  stop-color: #0d84c1;
}
.chart-legend > div.color-60::before {
  background-color: #0d84c1;
}
.chart-legend > div.color-60:hover,
.chart-legend > div.color-60.selected {
  color: #0d84c1;
}
.chart-tooltip .color-60.bg-color,
.chart-color-set .color-60.bg-color {
  background-color: #0d84c1;
}
.chart-tooltip .color-60.text-color,
.chart-color-set .color-60.text-color {
  color: #0d84c1;
}
.chart-tooltip .color-60 .bg-color,
.chart-color-set .color-60 .bg-color {
  background-color: #0d84c1;
}
.chart-tooltip .color-60 .text-color,
.chart-color-set .color-60 .text-color {
  color: #0d84c1;
}
.chart-tooltip .color-60,
.chart-color-set .color-60 {
  --chart-color: #0d84c1;
  --chart-color-rgb: 12.7037037, 132.11851852, 193.0962963;
}
.donut-piece-color-60 {
  fill: #0d84c1;
}
.donut-chart text.inner-text-color-60 {
  fill: #fff;
}
.simple-svg-chart path.scale.color-65 {
  stroke: #0e91d4;
}
.simple-svg-chart .color-65 path {
  stroke: #0e91d4;
}
.simple-svg-chart .color-65 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-65 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-65");
}
.simple-svg-chart .color-65 circle,
.simple-svg-chart .color-65 rect {
  fill: #0e91d4;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-65 circle.line-dot {
  fill: #fff;
  stroke: #0e91d4;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-65 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-65 {
  fill: #0e91d4;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-65 .main-color {
  stop-opacity: .3;
  stop-color: #0e91d4;
}
.simple-svg-chart #grad-color-65 .end-color {
  stop-opacity: .0;
  stop-color: #0e91d4;
}
.chart-legend > div.color-65::before {
  background-color: #0e91d4;
}
.chart-legend > div.color-65:hover,
.chart-legend > div.color-65.selected {
  color: #0e91d4;
}
.chart-tooltip .color-65.bg-color,
.chart-color-set .color-65.bg-color {
  background-color: #0e91d4;
}
.chart-tooltip .color-65.text-color,
.chart-color-set .color-65.text-color {
  color: #0e91d4;
}
.chart-tooltip .color-65 .bg-color,
.chart-color-set .color-65 .bg-color {
  background-color: #0e91d4;
}
.chart-tooltip .color-65 .text-color,
.chart-color-set .color-65 .text-color {
  color: #0e91d4;
}
.chart-tooltip .color-65,
.chart-color-set .color-65 {
  --chart-color: #0e91d4;
  --chart-color-rgb: 13.96296296, 145.21481481, 212.23703704;
}
.donut-piece-color-65 {
  fill: #0e91d4;
}
.donut-chart text.inner-text-color-65 {
  fill: #fff;
}
.simple-svg-chart path.scale.color-70 {
  stroke: #0f9ee7;
}
.simple-svg-chart .color-70 path {
  stroke: #0f9ee7;
}
.simple-svg-chart .color-70 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-70 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-70");
}
.simple-svg-chart .color-70 circle,
.simple-svg-chart .color-70 rect {
  fill: #0f9ee7;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-70 circle.line-dot {
  fill: #fff;
  stroke: #0f9ee7;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-70 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-70 {
  fill: #0f9ee7;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-70 .main-color {
  stop-opacity: .3;
  stop-color: #0f9ee7;
}
.simple-svg-chart #grad-color-70 .end-color {
  stop-opacity: .0;
  stop-color: #0f9ee7;
}
.chart-legend > div.color-70::before {
  background-color: #0f9ee7;
}
.chart-legend > div.color-70:hover,
.chart-legend > div.color-70.selected {
  color: #0f9ee7;
}
.chart-tooltip .color-70.bg-color,
.chart-color-set .color-70.bg-color {
  background-color: #0f9ee7;
}
.chart-tooltip .color-70.text-color,
.chart-color-set .color-70.text-color {
  color: #0f9ee7;
}
.chart-tooltip .color-70 .bg-color,
.chart-color-set .color-70 .bg-color {
  background-color: #0f9ee7;
}
.chart-tooltip .color-70 .text-color,
.chart-color-set .color-70 .text-color {
  color: #0f9ee7;
}
.chart-tooltip .color-70,
.chart-color-set .color-70 {
  --chart-color: #0f9ee7;
  --chart-color-rgb: 15.22222222, 158.31111111, 231.37777778;
}
.donut-piece-color-70 {
  fill: #0f9ee7;
}
.donut-chart text.inner-text-color-70 {
  fill: #fff;
}
.simple-svg-chart path.scale.color-75 {
  stroke: #1ba8f0;
}
.simple-svg-chart .color-75 path {
  stroke: #1ba8f0;
}
.simple-svg-chart .color-75 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-75 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-75");
}
.simple-svg-chart .color-75 circle,
.simple-svg-chart .color-75 rect {
  fill: #1ba8f0;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-75 circle.line-dot {
  fill: #fff;
  stroke: #1ba8f0;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-75 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-75 {
  fill: #1ba8f0;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-75 .main-color {
  stop-opacity: .3;
  stop-color: #1ba8f0;
}
.simple-svg-chart #grad-color-75 .end-color {
  stop-opacity: .0;
  stop-color: #1ba8f0;
}
.chart-legend > div.color-75::before {
  background-color: #1ba8f0;
}
.chart-legend > div.color-75:hover,
.chart-legend > div.color-75.selected {
  color: #1ba8f0;
}
.chart-tooltip .color-75.bg-color,
.chart-color-set .color-75.bg-color {
  background-color: #1ba8f0;
}
.chart-tooltip .color-75.text-color,
.chart-color-set .color-75.text-color {
  color: #1ba8f0;
}
.chart-tooltip .color-75 .bg-color,
.chart-color-set .color-75 .bg-color {
  background-color: #1ba8f0;
}
.chart-tooltip .color-75 .text-color,
.chart-color-set .color-75 .text-color {
  color: #1ba8f0;
}
.chart-tooltip .color-75,
.chart-color-set .color-75 {
  --chart-color: #1ba8f0;
  --chart-color-rgb: 27, 168, 240;
}
.donut-piece-color-75 {
  fill: #1ba8f0;
}
.donut-chart text.inner-text-color-75 {
  fill: #fff;
}
.simple-svg-chart path.scale.color-80 {
  stroke: #2eaff1;
}
.simple-svg-chart .color-80 path {
  stroke: #2eaff1;
}
.simple-svg-chart .color-80 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-80 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-80");
}
.simple-svg-chart .color-80 circle,
.simple-svg-chart .color-80 rect {
  fill: #2eaff1;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-80 circle.line-dot {
  fill: #fff;
  stroke: #2eaff1;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-80 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-80 {
  fill: #2eaff1;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-80 .main-color {
  stop-opacity: .3;
  stop-color: #2eaff1;
}
.simple-svg-chart #grad-color-80 .end-color {
  stop-opacity: .0;
  stop-color: #2eaff1;
}
.chart-legend > div.color-80::before {
  background-color: #2eaff1;
}
.chart-legend > div.color-80:hover,
.chart-legend > div.color-80.selected {
  color: #2eaff1;
}
.chart-tooltip .color-80.bg-color,
.chart-color-set .color-80.bg-color {
  background-color: #2eaff1;
}
.chart-tooltip .color-80.text-color,
.chart-color-set .color-80.text-color {
  color: #2eaff1;
}
.chart-tooltip .color-80 .bg-color,
.chart-color-set .color-80 .bg-color {
  background-color: #2eaff1;
}
.chart-tooltip .color-80 .text-color,
.chart-color-set .color-80 .text-color {
  color: #2eaff1;
}
.chart-tooltip .color-80,
.chart-color-set .color-80 {
  --chart-color: #2eaff1;
  --chart-color-rgb: 46.14074074, 175.3037037, 241.25925926;
}
.donut-piece-color-80 {
  fill: #2eaff1;
}
.donut-chart text.inner-text-color-80 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color-85 {
  stroke: #41b7f3;
}
.simple-svg-chart .color-85 path {
  stroke: #41b7f3;
}
.simple-svg-chart .color-85 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-85 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-85");
}
.simple-svg-chart .color-85 circle,
.simple-svg-chart .color-85 rect {
  fill: #41b7f3;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-85 circle.line-dot {
  fill: #fff;
  stroke: #41b7f3;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-85 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-85 {
  fill: #41b7f3;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-85 .main-color {
  stop-opacity: .3;
  stop-color: #41b7f3;
}
.simple-svg-chart #grad-color-85 .end-color {
  stop-opacity: .0;
  stop-color: #41b7f3;
}
.chart-legend > div.color-85::before {
  background-color: #41b7f3;
}
.chart-legend > div.color-85:hover,
.chart-legend > div.color-85.selected {
  color: #41b7f3;
}
.chart-tooltip .color-85.bg-color,
.chart-color-set .color-85.bg-color {
  background-color: #41b7f3;
}
.chart-tooltip .color-85.text-color,
.chart-color-set .color-85.text-color {
  color: #41b7f3;
}
.chart-tooltip .color-85 .bg-color,
.chart-color-set .color-85 .bg-color {
  background-color: #41b7f3;
}
.chart-tooltip .color-85 .text-color,
.chart-color-set .color-85 .text-color {
  color: #41b7f3;
}
.chart-tooltip .color-85,
.chart-color-set .color-85 {
  --chart-color: #41b7f3;
  --chart-color-rgb: 65.28148148, 182.60740741, 242.51851852;
}
.donut-piece-color-85 {
  fill: #41b7f3;
}
.donut-chart text.inner-text-color-85 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color-90 {
  stroke: #54bef4;
}
.simple-svg-chart .color-90 path {
  stroke: #54bef4;
}
.simple-svg-chart .color-90 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-90 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-90");
}
.simple-svg-chart .color-90 circle,
.simple-svg-chart .color-90 rect {
  fill: #54bef4;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-90 circle.line-dot {
  fill: #fff;
  stroke: #54bef4;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-90 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-90 {
  fill: #54bef4;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-90 .main-color {
  stop-opacity: .3;
  stop-color: #54bef4;
}
.simple-svg-chart #grad-color-90 .end-color {
  stop-opacity: .0;
  stop-color: #54bef4;
}
.chart-legend > div.color-90::before {
  background-color: #54bef4;
}
.chart-legend > div.color-90:hover,
.chart-legend > div.color-90.selected {
  color: #54bef4;
}
.chart-tooltip .color-90.bg-color,
.chart-color-set .color-90.bg-color {
  background-color: #54bef4;
}
.chart-tooltip .color-90.text-color,
.chart-color-set .color-90.text-color {
  color: #54bef4;
}
.chart-tooltip .color-90 .bg-color,
.chart-color-set .color-90 .bg-color {
  background-color: #54bef4;
}
.chart-tooltip .color-90 .text-color,
.chart-color-set .color-90 .text-color {
  color: #54bef4;
}
.chart-tooltip .color-90,
.chart-color-set .color-90 {
  --chart-color: #54bef4;
  --chart-color-rgb: 84.42222222, 189.91111111, 243.77777778;
}
.donut-piece-color-90 {
  fill: #54bef4;
}
.donut-chart text.inner-text-color-90 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color-95 {
  stroke: #68c5f5;
}
.simple-svg-chart .color-95 path {
  stroke: #68c5f5;
}
.simple-svg-chart .color-95 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-95 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-95");
}
.simple-svg-chart .color-95 circle,
.simple-svg-chart .color-95 rect {
  fill: #68c5f5;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-95 circle.line-dot {
  fill: #fff;
  stroke: #68c5f5;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-95 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-95 {
  fill: #68c5f5;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-95 .main-color {
  stop-opacity: .3;
  stop-color: #68c5f5;
}
.simple-svg-chart #grad-color-95 .end-color {
  stop-opacity: .0;
  stop-color: #68c5f5;
}
.chart-legend > div.color-95::before {
  background-color: #68c5f5;
}
.chart-legend > div.color-95:hover,
.chart-legend > div.color-95.selected {
  color: #68c5f5;
}
.chart-tooltip .color-95.bg-color,
.chart-color-set .color-95.bg-color {
  background-color: #68c5f5;
}
.chart-tooltip .color-95.text-color,
.chart-color-set .color-95.text-color {
  color: #68c5f5;
}
.chart-tooltip .color-95 .bg-color,
.chart-color-set .color-95 .bg-color {
  background-color: #68c5f5;
}
.chart-tooltip .color-95 .text-color,
.chart-color-set .color-95 .text-color {
  color: #68c5f5;
}
.chart-tooltip .color-95,
.chart-color-set .color-95 {
  --chart-color: #68c5f5;
  --chart-color-rgb: 103.56296296, 197.21481481, 245.03703704;
}
.donut-piece-color-95 {
  fill: #68c5f5;
}
.donut-chart text.inner-text-color-95 {
  fill: #000b b;
}
.simple-svg-chart path.scale.color-100 {
  stroke: #7bcdf6;
}
.simple-svg-chart .color-100 path {
  stroke: #7bcdf6;
}
.simple-svg-chart .color-100 path.line-dashed {
  stroke-dasharray: 4px;
  stroke-dashoffset: 2px;
  stroke-linecap: round;
}
.simple-svg-chart .color-100 path.shadow-area {
  stroke: transparent;
  fill: url("#grad-color-100");
}
.simple-svg-chart .color-100 circle,
.simple-svg-chart .color-100 rect {
  fill: #7bcdf6;
  /*&:hover {
                    fill: screen(@color, #333);
                }*/
}
.simple-svg-chart .color-100 circle.line-dot {
  fill: #fff;
  stroke: #7bcdf6;
  stroke-width: 2px;
}
.theme-dark .simple-svg-chart .color-100 circle.line-dot {
  fill: #333;
}
.simple-svg-chart circle.color-100 {
  fill: #7bcdf6;
  transition: cx .3s, cy .3s;
}
.simple-svg-chart #grad-color-100 .main-color {
  stop-opacity: .3;
  stop-color: #7bcdf6;
}
.simple-svg-chart #grad-color-100 .end-color {
  stop-opacity: .0;
  stop-color: #7bcdf6;
}
.chart-legend > div.color-100::before {
  background-color: #7bcdf6;
}
.chart-legend > div.color-100:hover,
.chart-legend > div.color-100.selected {
  color: #7bcdf6;
}
.chart-tooltip .color-100.bg-color,
.chart-color-set .color-100.bg-color {
  background-color: #7bcdf6;
}
.chart-tooltip .color-100.text-color,
.chart-color-set .color-100.text-color {
  color: #7bcdf6;
}
.chart-tooltip .color-100 .bg-color,
.chart-color-set .color-100 .bg-color {
  background-color: #7bcdf6;
}
.chart-tooltip .color-100 .text-color,
.chart-color-set .color-100 .text-color {
  color: #7bcdf6;
}
.chart-tooltip .color-100,
.chart-color-set .color-100 {
  --chart-color: #7bcdf6;
  --chart-color-rgb: 122.7037037, 204.51851852, 246.2962963;
}
.donut-piece-color-100 {
  fill: #7bcdf6;
}
.donut-chart text.inner-text-color-100 {
  fill: #000b b;
}
.theme-dark {
  /*.table {
        --bs-table-bg: #212529;
        --bs-table-striped-bg: #212529;
        --bs-table-striped-color: #fff;
        --bs-table-active-bg: #373b3e;
        --bs-table-active-color: #fff;
        --bs-table-hover-bg: #323539;
        --bs-table-hover-color: #fff;
        --bs-table-bg: #212529;
        --bs-table-striped-bg: #212529;
        --bs-table-active-bg: #373b3e;
        color: #fff;
        border-color: #373b3e;
    }*/
}
.theme-dark .modal-content .date-picker .calendar {
  background-color: #262625;
}
.theme-dark .course-offer,
.theme-dark .student-item {
  color: #666;
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.time-chart {
  margin: 0 0 30px;
  max-width: 500px;
}
.time-chart:focus {
  outline: none;
}
.time-chart .week-header {
  padding-left: 62px;
  margin-bottom: 6px;
}
.time-chart .week-header > div {
  flex-grow: 1;
  text-align: center;
  border-radius: 2px;
}
.time-chart .hour-row {
  margin-bottom: 4px;
  gap: 4px;
  max-height: 15px;
}
.time-chart .hour-row:nth-child(odd) {
  padding-left: 62px;
}
.time-chart .hour-row:nth-child(odd) > div:first-child {
  display: none;
}
.time-chart .hour-row > div:first-child {
  min-width: 58px;
  position: relative;
  top: -5px;
}
.time-chart .hour-row > div:not(:first-child) {
  width: calc(100% - 60px / 7 - 4px);
  border-radius: 2px;
  min-height: 15px;
}
.time-chart .hour-row > div:not(:first-child):hover {
  outline: 2px solid var(--bs-primary);
}
.date-picker {
  position: relative;
}
.calendar {
  z-index: 3;
  position: absolute;
  top: 48px;
  left: 0;
  text-align: center;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  max-width: 300px;
  min-width: 260px;
}
.centered-time .calendar {
  left: -67px;
}
.calendar .month-header {
  padding: 5px;
}
.calendar .date,
.calendar .wh {
  width: calc(100% / 7 - 2px);
  padding: 5px 0;
  margin: 1px;
  border-radius: 4px;
}
.calendar .hour-menu .hour,
.calendar .minute-menu .minute {
  width: calc(100% / 6 - 2px);
  padding: 10px 5px;
  margin: 1px;
  border-radius: 4px;
}
.calendar .hour-menu,
.calendar .minute-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px 12px;
}
.calendar .wh {
  color: #00a884;
  font-weight: bold;
}
.calendar .other-month {
  color: #bbb;
}
.calendar .today {
  background: #175d87;
  color: white;
  box-shadow: 0 0 3px #adcbdd;
}
.calendar .selected {
  background: #009272;
  color: white;
}
.calendar .hour-menu .hour:hover,
.calendar .minute-menu .minute:hover,
.calendar .date:hover {
  background: #00a884;
  color: white;
  cursor: pointer;
}
.calendar .time-display .hour,
.calendar .time-display .minute {
  border-radius: 4px;
}
.calendar .days {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.calendar .days:last-child {
  margin-bottom: 6px;
}
.calendar .week-header {
  padding: 0 10px;
  display: flex;
}
.calendar .month-header {
  padding: 15px;
}
.calendar .month-header .next,
.calendar .month-header .prev {
  cursor: pointer;
  color: #00a884;
  float: left;
  margin-top: 5px;
}
.calendar .month-header .next:hover,
.calendar .month-header .prev:hover {
  color: #009272;
}
.calendar .month-header .next {
  float: right;
}
.calendar .time-display {
  padding: 10px;
  position: relative;
}
.calendar .time-display .hour,
.calendar .time-display .minute {
  display: inline-block;
  padding: 5px;
  color: #666;
  font-size: 1.2em;
  margin: 0 5px;
  cursor: pointer;
}
.calendar .time-display .hour:hover,
.calendar .time-display .minute:hover {
  background: #00a884;
  color: white;
}
.calendar .time-display .back {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 11px;
  color: #aaa;
  cursor: pointer;
}
.calendar .time-display .back:hover {
  color: #00a884;
}
.date-picker {
  margin-right: 8px;
}
.date-picker input {
  min-width: 110px;
}
.date-picker .calendar {
  min-width: 290px;
}
html.theme-dark .date-picker .calendar {
  background-color: #191c21;
}
.date-picker .calendar .today {
  box-shadow: none;
}
table {
  position: relative;
}
table thead {
  position: sticky;
  top: 0;
  background-color: #ddd;
}
table td,
table th {
  white-space: nowrap;
}
table .th-check {
  width: 32px;
}
.table-view {
  position: relative;
  overflow: auto;
}
.table-view .table {
  margin-bottom: 0;
}
.table-view:before {
  content: "";
  display: block;
  position: sticky;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: -5px;
  top: 55px;
  z-index: 2;
  background: linear-gradient(0deg, #0000 0 0%, #0002 2 100%);
}
.theme-dark .table-view:before {
  border-top: 2px solid #46515f;
  height: 10px;
  margin-top: -10px;
}
.link {
  color: inherit;
  text-decoration: none;
}
.link:hover {
  color: #0089FF;
}
html:not(.theme-dark) .h-light {
  display: none !important;
}
html.theme-dark .h-dark {
  display: none !important;
}
html.theme-dark .royal-logo {
  content: url('royal-logo-white.png');
}
.popover.popover-tooltip {
  display: inline-block;
  position: absolute;
  padding: 6px 9px;
  color: #666;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  animation: tooltip-in 0.3s forwards;
  pointer-events: none;
}
.popover.popover-tooltip .arrow-tooltip {
  position: absolute;
  bottom: 0;
  width: 9px;
  height: 9px;
  background-color: #fff;
  transform: translate(0, 5px) rotate(45deg);
  transform-origin: center;
  border: 1px solid #999;
  border-width: 0 0.5px 0.5px 0;
}
.popover.popover-tooltip.tooltip-bottom .arrow-tooltip,
.popover.popover-tooltip.tooltip-bottom-start .arrow-tooltip,
.popover.popover-tooltip.tooltip-bottom-end .arrow-tooltip {
  bottom: auto;
  top: 0;
  transform: translate(0, -5px) rotate(-135deg);
}
html:not(.theme-dark) .popover.popover-tooltip {
  background-color: #e2fff9;
  border-color: #509586;
  color: #509586;
}
html:not(.theme-dark) .popover.popover-tooltip .arrow-tooltip {
  background-color: #e2fff9;
  border-color: #509586;
}
@keyframes tooltip-in {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeout {
  animation: fade-out 0.25s forwards !important;
}
.procedure-tools input {
  max-width: 200px;
}
@media (max-width: 800px) {
  .procedure-page-header {
    flex-wrap: wrap;
  }
  .procedure-page-header input {
    max-width: none;
  }
  .procedure-page-header h2 {
    width: calc(100% - 140px);
  }
  .procedure-page-header .procedure-tools {
    margin-top: 1rem;
  }
}
.funnel {
  display: flex;
}
.funnel .funnel-item {
  border: 10px solid transparent;
}
.funnel .funnel-item .number {
  font-weight: bold;
  font-size: 1.4em;
}
.funnel .funnel-item .title {
  opacity: .75;
}
.funnel .funnel-item > div {
  text-align: center;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0089FF;
  color: #fff;
  height: 100%;
}
@media (min-width: 800px) {
  .funnel .funnel-item {
    border-left-color: #006ecc;
    border-right-width: 0;
    border-left-width: 15px;
  }
  .funnel .funnel-item:first-child {
    border-left-width: 0;
  }
  .funnel .funnel-item:first-child > div {
    border-radius: 12px 0 0 12px;
  }
  .funnel .funnel-item:last-child > div {
    border-radius: 0 12px 12px 0;
  }
  .funnel .funnel-item:nth-child(4) {
    margin: 30px 0;
  }
  .funnel .funnel-item:nth-child(3) {
    margin: 20px 0;
  }
  .funnel .funnel-item:nth-child(2) {
    margin: 10px 0;
  }
}
@media (max-width: 799px) {
  .funnel {
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto;
  }
  .funnel .funnel-item {
    border-top-color: #006ecc;
    border-width: 15px 20px 0;
  }
  .funnel .funnel-item:first-child {
    border-top-width: 0;
  }
  .funnel .funnel-item:first-child > div {
    border-radius: 12px 12px 0 0;
  }
  .funnel .funnel-item:last-child > div {
    border-radius: 0 0 12px 12px;
  }
  .funnel .funnel-item:nth-child(4) {
    margin: 0 60px;
  }
  .funnel .funnel-item:nth-child(3) {
    margin: 0 40px;
  }
  .funnel .funnel-item:nth-child(2) {
    margin: 0 20px;
  }
}
#root,
.modal {
  /*.react-select-city__menu-list.react-select-city__menu-list--is-multi .react-select-city__option--is-selected {
        background-color: inherit;
    }*/
}
#root .react-select-city__menu,
.modal .react-select-city__menu {
  border-radius: 6px;
}
#root .react-select-city__control,
.modal .react-select-city__control {
  border-radius: 6px;
}
html.theme-dark #root .react-select-city__control,
html.theme-dark .modal .react-select-city__control {
  background-color: #232528;
  border-color: #666;
}
#root .react-select-city__control--menu-is-open,
.modal .react-select-city__control--menu-is-open,
#root .react-select-city__control--is-focused,
.modal .react-select-city__control--is-focused {
  border-color: #03a9f4 !important;
  border-width: 1px;
  box-shadow: 0 0 0 0.25rem rgba(3, 169, 244, 0.25);
}
#root .react-select-city__option--is-selected,
.modal .react-select-city__option--is-selected {
  background-color: #03a9f4;
}
#root .react-select-city__option--is-focused:not(.react-select-city__option--is-selected),
.modal .react-select-city__option--is-focused:not(.react-select-city__option--is-selected) {
  background-color: rgba(3, 169, 244, 0.25);
}
html.theme-dark #root .react-select-city__indicator-separator,
html.theme-dark .modal .react-select-city__indicator-separator {
  background-color: #2c3136;
}
html.theme-dark #root .react-select-city__menu-list,
html.theme-dark .modal .react-select-city__menu-list {
  background-color: #293039;
}
html.theme-dark #root .react-select-city__input-container,
html.theme-dark .modal .react-select-city__input-container,
html.theme-dark #root .react-select-city__single-value,
html.theme-dark .modal .react-select-city__single-value {
  color: #bbb;
}
html.theme-dark #root .react-select-city--is-disabled .react-select-city__control,
html.theme-dark .modal .react-select-city--is-disabled .react-select-city__control {
  background-color: #3e4348;
}
html.theme-dark #root .react-select-city--is-disabled .react-select-city__indicator-separator,
html.theme-dark .modal .react-select-city--is-disabled .react-select-city__indicator-separator {
  background-color: #666;
}
