/* compiled by scssphp v0.0.12 on Fri, 03 Feb 2023 11:23:10 +0000 (0.0159s) */

.epoch.my-colors .category1 .line {
  stroke: #a3d85a; }
  .epoch.my-colors .category1 .area, .epoch.my-colors .category1 .dot {
    fill: #a3d85a; }
  .epoch.my-colors .arc.category1 path {
    fill: #a3d85a; }
  .epoch.my-colors .bar.category1 {
    fill: #a3d85a !important; }
  .epoch.my-colors .category2 .line {
    stroke: ; }
  .epoch.my-colors .category2 .area, .epoch.my-colors .category2 .dot {
    fill: ; }
  .epoch.my-colors .arc.category2 path {
    fill: ; }
  .epoch.my-colors .bar.category2 {
    fill:  !important; }
  .epoch.my-colors .category3 .line {
    stroke: ; }
  .epoch.my-colors .category3 .area, .epoch.my-colors .category3 .dot {
    fill: ; }
  .epoch.my-colors .arc.category3 path {
    fill: ; }
  .epoch.my-colors .bar.category3 {
    fill:  !important; }
  .epoch.my-colors .category4 .line {
    stroke: ; }
  .epoch.my-colors .category4 .area, .epoch.my-colors .category4 .dot {
    fill: ; }
  .epoch.my-colors .arc.category4 path {
    fill: ; }
  .epoch.my-colors .bar.category4 {
    fill:  !important; }
  .epoch.my-colors .category5 .line {
    stroke: ; }
  .epoch.my-colors .category5 .area, .epoch.my-colors .category5 .dot {
    fill: ; }
  .epoch.my-colors .arc.category5 path {
    fill: ; }
  .epoch.my-colors .bar.category5 {
    fill:  !important; }

#header {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 30px 30px 0px 0px; }
  #header input[type='text'] {
    background-color: transparent;
    color: #fff;
    border: 1px solid #a3d85a;
    border-radius: 19px;
    margin-right: 10px;
    font-weight: 300;
    padding-left: 10px; }
  #header i {
    color: #a3d85a;
    margin-left: 10px;
    font-size: 25px; }
  #header .fa-circle-user {
    font-size: 30px; }

#sidebar {
  background-color: #1c213d;
  width: 20vw;
  height: 100vh;
  position: fixed;
  padding: 25px 45px; }
  #sidebar .side_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px; }
  #sidebar .side_head img {
    width: 39%;
    max-width: 105px; }
  #sidebar .side_head h3 {
    color: #fff;
    font-size: 16px;
    margin: 0px; }
  #sidebar ul {
    list-style-type: none;
    padding: 0 0 0 10px; }
  #sidebar ul li h4 {
    color: #a3d85a;
    font-weight: 400;
    font-size: 18px; }
    #sidebar ul li ul {
      padding: 15px 45px; }
      #sidebar ul li ul li {
        position: relative;
        margin-bottom: 10px; }
        #sidebar ul li ul li a {
          color: #fff;
          font-size: 16px;
          text-decoration: none;
          font-weight: 300; }
          #sidebar ul li ul li a:hover {
            color: #a3d85a; }
          #sidebar ul li ul li a i.fa {
            position: absolute;
            left: -30px;
            top: 5px; }
          #sidebar ul li ul li a.more {
            font-size: 14px;
            color: #a3d85a; }

#site_holder {
  width: 80vw;
  float: right;
  padding: 80px; }
  #site_holder a {
    color: #a3d85a;
    text-decoration: none; }
  #site_holder a.white {
    color: #fff; }
  #site_holder .flex {
    display: flex; }
  #site_holder .flex.f-right {
    justify-content: flex-end;
    align-items: center; }
  #site_holder h1 {
    font-weight: 100;
    color: #e4e5e6;
    width: 100%;
    border-bottom: 1px solid #666;
    padding-bottom: 30px; }
  #site_holder .button {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px; }
  #site_holder .button.default {
    border-color: #a3d85a;
    color: #a3d85a; }
  #site_holder .box_grids .wrap {
    color: #1c213d;
    border: 10px solid #3a3d4b;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #1c213d; }
    #site_holder .box_grids .wrap.center {
      text-align: center; }
    #site_holder .box_grids .wrap .flex {
      align-items: center;
      height: 100%; }
    #site_holder .box_grids .wrap h5 {
      color: #fff; }
      #site_holder .box_grids .wrap h5.special {
        color: #a3d85a;
        font-weight: 300;
        font-size: 35px; }
    #site_holder .box_grids .wrap h6 {
      color: #a3d85a;
      font-weight: 300;
      margin: 20px 0px 0px 0px;
      font-size: 14px; }
  #site_holder .box_grids span {
    background-color: #d8f4c3;
    padding: 0px 18px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px; }
    #site_holder .box_grids span.subtype {
      background-color: #fbbeac;
      display: block;
      margin-bottom: 20px;
      font-size: 16px;
      padding: 5px 18px; }
  #site_holder .object .object_holder {
    display: flex;
    align-items: center;
    justify-content: center; }
    #site_holder .object .object_holder h4, #site_holder .object .object_holder h3 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 20px; }
    #site_holder .object .object_holder div.json {
      color: #a3d85a;
      text-align: left;
      font-size: 14px; }
    #site_holder .object .object_holder .green-icon-button {
      margin-top: 40px; }
    #site_holder .object .object_holder .icon i.fa-solid.fa-down-left-and-up-right-to-center {
      color: #a3d85a;
      font-size: 14em; }
  #site_holder .slider {
    margin-bottom: 100px; }
  #site_holder .slider .flipster ul li {
    overflow: hidden;
    border-radius: 20px; }
  #site_holder table.default {
    width: 100%;
    border: 1px solid #4c4c4c; }
  #site_holder table.default tr th {
    background-color: #1c213d;
    color: #fff;
    font-size: 14px;
    padding: 20px; }
    #site_holder table.default tr td {
      background-color: #1c213d;
      color: #a3d85a;
      font-size: 14px;
      padding: 10px 20px; }
  #site_holder span.marker {
    display: inline-block;
    padding: 3px 20px;
    color: #1c213d;
    border-radius: 13px; }
    #site_holder span.marker.green {
      background-color: #d8f4c3; }
    #site_holder span.marker.red {
      background-color: #fbbeac; }
    #site_holder span.marker.blue {
      background-color: #c0e4f4; }

.forms {
  color: #a3d85a; }
  .forms label {
    font-size: 14px;
    margin-bottom: 5px; }
  .forms input[type="text"], .forms input[type="email"], .forms input[type="tel"], .forms input[type="password"] {
    background: #1c213d;
    border: 1px solid #666;
    color: #fff;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 20px; }
  .forms textarea {
    background: #1c213d;
    border: 1px solid #666;
    color: #fff;
    border-radius: 0px;
    height: 100px;
    margin-bottom: 20px; }
  .forms select {
    background: #1c213d;
    border: 1px solid #666;
    color: #fff;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 20px; }

body {
  font-family: 'Poppins', sans-serif;
  background: #242837; }

a {
  text-decoration: none; }

.green-icon-button {
  border: 1px solid #a3d85a;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  color: #a3d85a; }
  .green-icon-button i {
    margin-right: 10px; }
  .green-icon-button:hover {
    background: #a3d85a;
    color: #1c213d; }
