/* compiled by scssphp v0.0.12 on Fri, 02 Jan 2026 15:56:24 +0000 (0.0174s) */

.login-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #1c213e;
  background: -moz-linear-gradient(265deg, #1c213e 0%, #222b58 6%);
  background: -webkit-linear-gradient(265deg, #1c213e 0%, #222b58 6%);
  background: linear-gradient(265deg, #1c213e 0%, #222b58 6%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c213e",endColorstr="#222b58",GradientType=1);
  display: flex;
  align-items: center; }
  .login-page h1 {
    text-align: center;
    font-size: 30px; }
    .login-page h1 span {
      font-size: 20px;
      color: #81ad45; }
    .login-page h1.large {
      font-size: 3em;
      font-weight: 100; }
      .login-page h1.large span {
        font-size: inherit;
        color: #81ad45; }
    .login-page h1.white {
      color: #fff; }
  .login-page .btn {
    background: #333;
    padding: 5px 25px 3px 25px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Avenir', sans-serif;
    border: 1px solid transparent; }
    .login-page .btn:focus, .login-page .btn:active {
      background: #1f274c; }
    .login-page .btn:disabled, .login-page .btn[disabled] {
      background: #d8d8d8; }
  .login-page .background {
    position: absolute;
    width: 100vw;
    left: -8vw;
    z-index: 0;
    bottom: -17vw; }
  .login-page .front {
    z-index: 99; }
  .login-page .login-box {
    padding: 50px 70px;
    background: #f2f2f2;
    border-radius: 5px; }
    .login-page .login-box label, .login-page .login-box a {
      color: #333;
      font-size: 14px; }
    .login-page .login-box img.logo {
      width: 150px;
      margin: 0 auto;
      display: block; }
    .login-page .login-box img.power {
      width: 150px;
      margin: 0 auto;
      display: block; }
  .login-page .login-foot {
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 13px;
    bottom: 60px; }

.epoch.my-colors .category1 .line {
  stroke: #a3d759; }
  .epoch.my-colors .category1 .area, .epoch.my-colors .category1 .dot {
    fill: #a3d759; }
  .epoch.my-colors .arc.category1 path {
    fill: #a3d759; }
  .epoch.my-colors .bar.category1 {
    fill: #a3d759 !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 h4 {
    color: #fff;
    font-size: 15px;
    margin: 0px; }
  #header input[type='text'] {
    background-color: transparent;
    color: #fff;
    border: 1px solid #a3d759;
    border-radius: 19px;
    margin-right: 10px;
    font-weight: 300;
    padding-left: 10px; }
  #header i {
    color: #a3d759;
    margin-left: 10px;
    font-size: 25px; }
  #header .fa-circle-user {
    font-size: 30px; }

#sidebar {
  background-color: #2c376a;
  width: 16vw;
  height: 100vh;
  position: fixed;
  padding: 25px 45px; }
  #sidebar .side_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
    position: relative; }
  #sidebar .side_head img {
    width: 39%;
    max-width: 105px; }
  #sidebar .side_head h3 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0px 0px 0px; }
    #sidebar .side_head h3 .dropdown {
      padding-top: 35px;
      display: none;
      position: absolute;
      right: 0;
      top: 0px;
      min-width: 190px;
      z-index: 9; }
      #sidebar .side_head h3 .dropdown ul {
        background: #1f274c;
        width: 100%;
        text-align: right;
        border: 1px solid #444;
        border-radius: 3px;
        padding: 0px;
        margin: 0px; }
        #sidebar .side_head h3 .dropdown ul li {
          padding: 0px;
          margin: 0px;
          display: block; }
          #sidebar .side_head h3 .dropdown ul li a {
            font-size: 13px;
            color: #fff;
            display: block;
            padding: 8px 6px; }
            #sidebar .side_head h3 .dropdown ul li a:hover {
              background: #a3d85a;
              color: #252837; }
    #sidebar .side_head h3:hover .dropdown {
      display: block; }
  #sidebar ul {
    list-style-type: none;
    padding: 0 0 0 10px; }
  #sidebar ul li h4 {
    color: #a3d759;
    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: #a3d759; }
          #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: #a3d759; }

#site_holder {
  width: 80vw;
  float: right;
  padding: 40px 80px 80px 80px; }
  #site_holder a {
    color: #a3d759;
    text-decoration: none; }
  #site_holder a.white {
    color: #fff; }
  #site_holder .link-button {
    font-size: 14px;
    text-decoration: underline;
    color: #252837; }
  #site_holder .flex {
    display: flex; }
  #site_holder .flex.f-right {
    justify-content: flex-end;
    align-items: center; }
  #site_holder .flex.f-center {
    justify-content: center;
    align-items: center; }
  #site_holder h1 {
    font-weight: 100;
    color: #e4e5e6;
    width: 100%;
    border-bottom: 1px solid #666;
    padding-bottom: 30px; }
  #site_holder .button {
    background-color: #252837;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px; }
  #site_holder .button.default {
    border-color: #a3d759;
    color: #a3d759; }
  #site_holder .box_grids .wrap {
    color: #2c376a;
    border: 10px solid #3a3d4b;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #2c376a; }
    #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: #a3d759;
        font-weight: 300;
        font-size: 35px; }
    #site_holder .box_grids .wrap h6 {
      color: #a3d759;
      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: #a3d759;
      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: #a3d759;
      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: #2c376a;
    color: #fff;
    font-size: 14px;
    padding: 20px; }
    #site_holder table.default tr td {
      background-color: #2c376a;
      color: #a3d759;
      font-size: 14px;
      padding: 5px 20px; }
  #site_holder span.marker {
    display: inline-block;
    padding: 3px 20px;
    color: #2c376a;
    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; }
    #site_holder span.marker.orange {
      background-color: #ff8f00;
      color: #fff; }
    #site_holder span.marker.purple {
      background-color: #aa46bb;
      color: #fff; }
    #site_holder span.marker.pink {
      background-color: #ffc0cb; }
    #site_holder span.marker.grey {
      background-color: #e4e5e6; }
  #site_holder .box-style p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px; }
    #site_holder .box-style p.small {
      font-size: 13px; }
    #site_holder .box-style p.light {
      color: #ddd; }
    #site_holder .box-style p.green {
      color: #a3d759; }
    #site_holder .box-style p.red {
      color: #ff4040; }
  #site_holder .modal .modal-dialog .modal-content {
    border-radius: 0px !important;
    border: 10px solid #3a3d4b;
    padding: 20px;
    background-color: #1c213d; }
    #site_holder .modal .modal-dialog .modal-content .modal-header {
      border: none !important; }
      #site_holder .modal .modal-dialog .modal-content .modal-header h5 {
        color: #fff; }
      #site_holder .modal .modal-dialog .modal-content .modal-header .btn-close {
        background: transparent url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"%3e%3cpath d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/%3e%3c/svg%3e') center/1em auto no-repeat; }
    #site_holder .modal .modal-dialog .modal-content .scrollable-table-container {
      border: 1px solid #4c4c4c;
      max-height: 400px;
      overflow-y: auto; }
    #site_holder .modal .modal-dialog .modal-content .modal-footer {
      border: none !important; }

.forms {
  color: #a3d759; }
  .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: #2c376a;
    border: 1px solid #666;
    color: #fff;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 20px; }
  .forms textarea {
    background: #2c376a;
    border: 1px solid #666;
    color: #fff;
    border-radius: 0px;
    height: 100px;
    margin-bottom: 20px; }
  .forms select {
    background: #2c376a;
    border: 1px solid #666;
    color: #fff;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 20px; }

.info-bar-1 {
  color: #2c376a;
  border: 10px solid #3a3d4b;
  padding: 20px;
  margin-bottom: 25px;
  background-color: #2c376a; }

.billing .large_title {
  color: #fff;
  font-weight: 300;
  font-size: 24px; }
  .billing .info-costs p.price_large {
    color: #a3d85a !important;
    font-size: 25px !important;
    text-decoration: underline; }
  .billing .forms #datefilter {
    font-size: 16px; }

#dlc .btn {
  font-weight: 500;
  font-size: 14px;
  border: none;
  line-height: 24px; }
  #dlc .btn .fa {
    margin-right: 5px; }
  #dlc .btn-primary {
    background: #a3d759;
    color: #2c376a; }
  #dlc .modal-title {
    font-weight: 100;
    color: #e4e5e6;
    width: 100%;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    font-size: 16px; }

@media (min-width: 1024px) {
  #sidebar {
    padding: 25px; } }

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_black-webfont.woff2') format('woff2'), url('../webfontsavenir_black-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_book-webfont.woff2') format('woff2'), url('../fonts/avenir_book-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_heavy-webfont.woff2') format('woff2'), url('../fonts/avenir_heavy-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_light-webfont.woff2') format('woff2'), url('../fonts/avenir_light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_regular-webfont.woff2') format('woff2'), url('../fonts/avenir_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal; }

body {
  font-family: 'Avenir';
  background: #1f274c; }
  body pre {
    color: #fff; }

a {
  text-decoration: none; }

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

.videoModal .modal-content {
  background: transparent !important; }

.videoModal .modal-header {
  border: none !important;
  padding-bottom: 0px;
  display: flex;
  justify-content: end;
  padding-right: 0px; }

.videoModal .modal-header .close {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 40px !important;
  padding: 0px 8px 0px 0px !important;
  background: none;
  border: none; }
