﻿@import url("//cdn.jsdelivr.net/bootstrap/3.1.1/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700,300|Quattrocento");
body {
  font-family: 'Comfortaa';
  font-size: 12px;
  color: white;
  margin: 0;
  background-color: #0f2a40; }

section {
  background-color: #163a57;
  color: #87caff;
  border-left: 1pt solid #59b6ff;
  border-right: 1pt solid #59b6ff;
  border-bottom: 1pt solid #59b6ff; }

table {
  color: #59b6ff; }

th {
  color: #59b6ff;
  background-color: #266496; }

tr {
  color: white;
  background-color: rgba(132, 202, 255, 0.6); }

tr:hover {
  color: #45ff30;
  background-color: #163a57; }

#pie-table {
  color: #59b6ff;
  z-index: -1;
  text-align: center; }

#pie-th {
  color: #59b6ff;
  background-color: #266496;
  text-align: center; }

#pie-tr {
  color: white;
  background-color: rgba(132, 202, 255, 0.6); }

#pie-td {
  color: white;
  background-color: rgba(132, 202, 255, 0.6); }

.obe-notification-item {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #EEEEEE; }

.obe-notification-item:hover {
  background: #F5F5F5; }

.obe-notification-item .obe-notification-content {
  color: #404040; }

.obe-notification-body {
  color: black;
  vertical-align: middle;
  margin-left: 30px; }

.obe-menu-badge {
  position: center;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: darkred;
  border-radius: 100%;
  font-size: 12px;
  background: #E94B3B;
  box-shadow: 0.5px 0.2px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  top: -10px;
  z-index: 1;
  display: inline-block; }

.obe-menu-item {
  position: relative;
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  width: 15px;
  color: darkred;
  background-color: #F7F7F7;
  border-radius: 50%;
  z-index: 5;
  display: list-item; }

.obe-badge {
  height: 20px;
  color: #F7F7F7;
  border-radius: 10px;
  line-height: 20px;
  font-size: 12px;
  background: #E94B3B;
  box-shadow: 0.5px 0.2px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center; }

.obe-bg-primary {
  background: #00a6a0; }

.links {
  margin-right: 10px;
  position: relative; }

.links > li {
  list-style: none;
  position: relative;
  margin: 10px;
  display: inline-block; }

/*  SIDE NAV AND TOP NAV */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.containersmall {
  position: fixed;
  list-style: none;
  height: 10%;
  background: #163a57;
  width: 200px;
  top: 8%;
  border-radius: 12px;
  border: 2px solid #545454;
  padding: 9px;
  align-content: center; }

.container {
  position: fixed;
  margin: 0px auto;
  padding: 10px;
  height: 50%;
  background: #0f2a40;
  width: 250px;
  top: 20%; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 250px; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container {
    width: 200px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 180px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 160px;
    margin: 0 auto; } }

@media only screen and (max-width: 479px) {
  .container {
    width: 30px;
    margin: 0 auto; } }

.mcd-menu {
  font-family: Comfortaa;
  font-size: 11px;
  list-style: none;
  padding: 10px;
  margin: 10px;
  background: #163a57;
  /*height: 100px;*/
  border-radius: 12px;
  border-color: #545454;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  /* == */
  width: 200px;
  height: 100%;
  float: left;
  margin: 0;
  border: 1px;
  z-index: 950;
  /* == */ }

.mcd-menu li {
  position: relative;
  height: 42px;
  vertical-align: middle;
  padding: 10px;
  z-index: 950;
  /*float:left;*/ }

.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  color: #33a5ab;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  /* == */
  text-align: left;
  height: 42px;
  position: relative;
  border-bottom: 1px solid #353636;
  z-index: 950;
  /* == */ }

.mcd-menu li a i {
  float: left;
  font-size: 13px;
  margin: 0 10px 0 0;
  /* == */ }

/* == */
.mcd-menu li a p {
  float: left;
  margin: 0; }

/* == */
.mcd-menu li a strong {
  display: block;
  text-transform: uppercase; }

.mcd-menu li a small {
  display: block;
  font-size: 10px; }

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear; }

.mcd-menu li:hover > a i {
  opacity: 0.8;
  -webkit-animation: moveFromTop 300ms ease-in-out;
  -moz-animation: moveFromTop 300ms ease-in-out;
  -ms-animation: moveFromTop 300ms ease-in-out;
  -o-animation: moveFromTop 300ms ease-in-out;
  animation: moveFromTop 300ms ease-in-out; }

.mcd-menu li:hover a strong {
  opacity: 1;
  -webkit-animation: moveFromLeft 300ms ease-in-out;
  -moz-animation: moveFromLeft 300ms ease-in-out;
  -ms-animation: moveFromLeft 300ms ease-in-out;
  -o-animation: moveFromLeft 300ms ease-in-out;
  animation: moveFromLeft 300ms ease-in-out; }

.mcd-menu li:hover a small {
  opacity: 0.8;
  -webkit-animation: moveFromRight 300ms ease-in-out;
  -moz-animation: moveFromRight 300ms ease-in-out;
  -ms-animation: moveFromRight 300ms ease-in-out;
  -o-animation: moveFromRight 300ms ease-in-out;
  animation: moveFromRight 300ms ease-in-out; }

.mcd-menu li:hover > a {
  color: #36ff86; }

.mcd-menu li a.active {
  position: relative;
  color: #9e9e9e;
  border: 0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  /* == */
  border-left: 4px solid #36ff86;
  border-right: 4px solid #36ff86;
  margin: 0 -4px;
  /* == */ }

.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #36ff86;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */ }

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #36ff86;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

/* == */
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #163a57;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  /* == */
  left: 280px;
  top: 0px;
  border-left: 4px solid #36ff86;
  /* == */ }

.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #36ff86;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  z-index: 950;
  /* == */ }

.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  /* == */
  left: 250px;
  /* == */ }

/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #266496;
  /* == */
  height: auto;
  /* == */ }

.mcd-menu li ul li a i {
  font-size: 13px;
  display: inline-block;
  margin: 0 10px 0 0; }

.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #59b6ff; }

.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #59b6ff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent; }

.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px; }

/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both; }

.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 13px; }

.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  /* == */
  width: 170px;
  float: left;
  /* == */ }

.mcd-menu li a.search button {
  border: 1px solid #e67e22;
  /*padding: 10px;*/
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  /* == */
  float: left;
  padding: 10px 10px 11px 10px;
  /* == */ }

.mcd-menu li a.search input:focus {
  border: 1px solid #e67e22; }

.search-mobile {
  display: none !important;
  background: #e67e22;
  border-left: 1px solid #e67e22;
  border-radius: 0 3px 3px 0; }

.search-mobile i {
  color: #FFF;
  margin: 0 !important; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .mcd-menu {
    margin-left: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mcd-menu {
    width: 200px; }
  .mcd-menu li a {
    height: 30px; }
  .mcd-menu li a i {
    font-size: 13px; }
  .mcd-menu li a strong {
    font-size: 12px; }
  .mcd-menu li a small {
    font-size: 10px; }
  .mcd-menu li a.search input {
    width: 120px;
    font-size: 12px; }
  .mcd-menu li a.search buton {
    padding: 8px 10px 9px 10px; }
  .mcd-menu li > ul {
    min-width: 180px; }
  .mcd-menu li:hover > ul {
    min-width: 180px;
    left: 200px; }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
    min-width: 150px; }
  .mcd-menu li ul li:hover > ul {
    left: 180px;
    min-width: 150px; }
  .mcd-menu li ul li ul li:hover > ul {
    left: 150px;
    min-width: 150px; }
  .mcd-menu li ul a {
    font-size: 12px; }
  .mcd-menu li ul a i {
    font-size: 13px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcd-menu {
    width: 50px; }
  .mcd-menu li a {
    position: relative;
    padding: 12px 16px;
    height: 20px; }
  .mcd-menu li a small {
    display: none; }
  .mcd-menu li a strong {
    display: none; }
  .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
    display: block;
    font-size: 13px;
    padding: 3px 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #e67e22;
    color: #FFF;
    min-width: 100%;
    text-transform: lowercase;
    font-weight: normal;
    text-align: center; }
  .mcd-menu li .search {
    display: none; }
  .mcd-menu li > ul {
    min-width: 180px;
    left: 70px; }
  .mcd-menu li:hover > ul {
    min-width: 180px;
    left: 50px; }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
    min-width: 150px; }
  .mcd-menu li ul li:hover > ul {
    left: 180px;
    min-width: 150px; }
  .mcd-menu li ul li ul li > ul {
    left: 35px;
    top: 45px;
    border: 0;
    border-top: 4px solid #e67e22; }
  .mcd-menu li ul li ul li > ul:before {
    left: 30px;
    top: -9px;
    border: 0;
    border-bottom: 5px solid #e67e22;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .mcd-menu li ul li ul li:hover > ul {
    left: 30px;
    min-width: 150px;
    top: 35px; }
  .mcd-menu li ul a {
    font-size: 12px; }
  .mcd-menu li ul a i {
    font-size: 14px; } }

@media only screen and (max-width: 479px) {
  .mcd-menu {
    width: 50px; }
  .mcd-menu li a {
    position: relative;
    padding: 12px 16px;
    height: 20px; }
  .mcd-menu li a small {
    display: none; }
  .mcd-menu li a strong {
    display: none; }
  .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
    display: block;
    font-size: 10px;
    padding: 3px 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #e67e22;
    color: #FFF;
    min-width: 100%;
    text-transform: lowercase;
    font-weight: normal;
    text-align: center; }
  .mcd-menu li .search {
    display: none; }
  .mcd-menu li > ul {
    min-width: 180px;
    left: 70px; }
  .mcd-menu li:hover > ul {
    min-width: 180px;
    left: 50px; }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
    min-width: 150px; }
  .mcd-menu li ul li:hover > ul {
    left: 180px;
    min-width: 150px; }
  .mcd-menu li ul li ul li > ul {
    left: 35px;
    top: 45px;
    border: 0;
    border-top: 4px solid #e67e22; }
  .mcd-menu li ul li ul li > ul:before {
    left: 30px;
    top: -9px;
    border: 0;
    border-bottom: 5px solid #e67e22;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .mcd-menu li ul li ul li:hover > ul {
    left: 30px;
    min-width: 150px;
    top: 35px; }
  .mcd-menu li ul a {
    font-size: 12px; }
  .mcd-menu li ul a i {
    font-size: 14px; } }

/************************************************
/*TOP NAV*/
/**************************************************/
.topnav {
  overflow: hidden;
  background-color: #163a57;
  /*#33a5ab;*/
  color: #68ed73;
  padding-left: 13%;
  border: 1px solid black;
  width: 100%;
  position: fixed;
  z-index: 1000; }

.topnav a {
  float: left;
  display: block;
  color: #68ed73;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px; }

.topnav a:hover {
  background-color: #3183c4;
  color: black; }

.topnav a.active {
  background-color: #378acc;
  color: white; }

.topnav .icon {
  display: inline; }

.notification {
  background-color: #163a57;
  color: #87caff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 2px; }

.notification:hover {
  background: red; }

.notification .badge {
  position: absolute;
  top: -1px;
  right: 0px;
  padding: 5px 8px;
  border-radius: 50%;
  background-color: red;
  color: #87caff; }

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none; }
  .topnav a.icon {
    float: right;
    display: block; } }

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0; }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left; } }

#obeProgress {
  width: 100%;
  background-color: #ddd; }

#obeBar {
  width: 10%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white; }

canvaspie {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

spanpie {
  color: #555;
  display: block;
  line-height: 220px;
  text-align: center;
  width: 220px;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: 100;
  margin-left: 5px; }

chart {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-image: linear-gradient(110deg, #4d4d4d, #3c3f3b, #000022); }

#circle {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-image: linear-gradient(110deg, #4d4d4d, #3c3f3b, #000022); }

/**************************************************/
/**************************************************/
:root {
  --primary-light: #7de0f1;
  --primary: #00c3e6;
  --primary-dark: #00abdf;
  --white: #FFFFFF;
  --greyLight-1: #ebf5fc;
  --greyLight-2: #d5e0f3;
  --greyLight-3: #c1d9f0;
  --greyDark: #646b8c; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  line-height: 1.4; }

#containerpie {
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #0f2a40;
  height: 10%; }

.card {
  width: 17rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 20px 30px rgba(100, 131, 177, 0.2);
  padding: 5rem;
  border: 1px solid #545454;
  height: 200px;
  background-color: #163a57; }
  .card__percent {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem; }
  .card__number {
    position: absolute;
    color: #45ff30;
    font-size: 1.5rem;
    font-family: 'Comfortaa'; }
  .card__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .card__description h2 {
      font-size: 1.8rem;
      font-family: 'Comfortaa';
      letter-spacing: 1.2px;
      margin-bottom: 1rem;
      color: var(--primary); }
    .card__description p {
      font-size: 12px;
      color: var(--greyDark); }

svg {
  position: absolute;
  width: 24rem;
  height: 24rem;
  z-index: 1000;
  transform: rotate(-90deg);
  color: #45ff30; }

svg circle {
  position: absolute;
  width: 50%;
  height: 50%;
  fill: none;
  stroke-linecap: round;
  transform: translate(3rem, 3rem);
  stroke-dasharray: 282.75;
  stroke-dashoffset: 141.3;
  transition: all 1s ease;
  stroke-width: 12;
  color: #45ff30; }

.circle {
  position: absolute;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  box-shadow: 6px 6px 8px var(--greyLight-2), -6px -6px 8px var(--white);
  background: #0f2a40; }
  .circle__medium {
    width: 10.25rem;
    height: 10.25rem;
    box-shadow: inset 8px 8px 10px var(--greyLight-2), inset -4px -4px 8px var(--white); }
  .circle__small {
    width: 7.75rem;
    height: 7.75rem;
    box-shadow: 6px 6px 8px var(--greyLight-2), -2px -2px 8px var(--white); }

.form {
  display: grid;
  grid-template-columns: 40% 60%;
  justify-items: left;
  padding: 0;
  margin-left: 0;
  border-radius: 2rem;
  background: var(--greyLight-1);
  text-align: left;
  box-shadow: 0px 20px 30px rgba(100, 131, 177, 0.2);
  border: 1px solid var(--white);
  position: relative;
  background-color: #0f2a40;
  height: 30px;
  z-index: -1; }
  .form__text {
    grid-column: 1 / 3;
    font-weight: 400;
    margin-bottom: 2rem;
    color: var(--greyDark); }
  .form input {
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    width: 3rem;
    font-size: 10px;
    text-align: center;
    padding: .3rem;
    border-radius: 1rem;
    margin-right: 1rem;
    color: #45ff30;
    box-shadow: inset 0.2rem 0.2rem 0.4rem var(--greyLight-2), inset -0.3rem -0.3rem 0.4rem var(--white);
    height: 30px; }
    .form input::placeholder {
      color: var(--greyLight-3); }
    .form input:focus {
      color: var(--primary);
      box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-3), -0.2rem -0.2rem 0.5rem var(--white); }
  .form__btn {
    display: block;
    background: #6d9abf;
    text-decoration: none;
    color: #0f2a40;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    width: 90px;
    height: 30px;
    text-align: center; }
    .form__btn:before {
      position: absolute;
      left: -20%;
      top: -10%;
      content: '';
      width: 60%;
      height: 220%;
      transform: rotate(-30deg);
      background: white;
      opacity: .3;
      transition: all 0.3s ease-in-out; }
    .form__btn:after {
      position: absolute;
      content: '>';
      top: 0;
      right: 0;
      font-size: 25px;
      padding: 15px;
      padding-right: 40px;
      color: white;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .form__btn:hover {
      color: black;
      background-color: #3183c4; }

.tooltip {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -6rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: var(--greyLight-1);
  font-size: 1.2rem;
  color: var(--primary-dark);
  opacity: 0;
  transition: all .3s ease; }
  .tooltip__text {
    margin-left: .6rem; }
  .tooltip.fade-in {
    animation: fadeIn .8s ease; }
  .tooltip::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: 74%;
    width: 2rem;
    height: 2rem;
    background: var(--greyLight-1);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(135deg);
    border-radius: 0 0 0 0.4em; }

.dribbble {
  position: fixed;
  font-size: 3.6rem;
  right: 2rem;
  top: 2rem;
  color: #EA4C89; }

@keyframes fadeIn {
  0% {
    transform: translateY(-40px) scale(0.5);
    opacity: 0; }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1; } }

grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  grid-column-gap: 5px;
  text-align: left;
  width: 75%;
  position: absolute;
  column-count: 3;
  z-index: -1; }

.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  width: 250px;
  z-index: 900; }

.p-card {
  color: #45ff30;
  font-size: 13px;
  padding-top: 10px; }

/* Stat Line Graph */
body {
  background: #0f2a40; }

.frame {
  position: absolute;
  width: 380px;
  height: 300px;
  border-radius: 12px;
  background: #163a57;
  font-family: 'Comfortaa';
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0px 20px 30px rgba(100, 131, 177, 0.2);
  border-color: #545454;
  border: 1pt solid; }

.linegraphcard {
  position: absolute;
  top: 90px;
  left: 60px;
  height: 220px;
  width: 280px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
  overflow: hidden; }
  .linegraphcard .header {
    position: relative;
    height: 60px;
    width: 100%;
    background: #643a7a;
    color: #fff; }
    .linegraphcard .header .big {
      position: absolute;
      font-family: Satisfy, fantasy;
      font-size: 1.5rem; }
    .linegraphcard .header .small {
      position: absolute;
      font-size: 1rem; }
    .linegraphcard .header .title {
      top: 12px;
      left: 15px; }
    .linegraphcard .header .date {
      top: 2.5rem;
      left: 15px; }
    .linegraphcard .header .type {
      top: 14px;
      right: 15px; }
    .linegraphcard .header .value {
      position: absolute;
      font-size: 1.5rem;
      top: 2rem;
      right: 15px; }
  .linegraphcard .parameter {
    text-align: right;
    padding: 10px 0 14px 0; }
    .linegraphcard .parameter span {
      position: relative;
      font-size: .85rem;
      color: #606060;
      line-height: 13px;
      padding: 0 10px 0 25px; }
    .linegraphcard .parameter span:before {
      position: absolute;
      left: 6px;
      top: 6px;
      display: block;
      content: '';
      width: 11px;
      height: 4px;
      border-radius: 3px; }
    .linegraphcard .parameter .red:before {
      background: #643a7a; }
    .linegraphcard .parameter .blue:before {
      background: #547496; }
  .linegraphcard .statistic {
    position: relative;
    height: 81px;
    width: 260px;
    margin: 0 auto; }
    .linegraphcard .statistic .line-1, .linegraphcard .statistic .line-2, .linegraphcard .statistic .line-3 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: rgba(255, 192, 203, 0.3); }
    .linegraphcard .statistic .line-2 {
      top: 40px; }
    .linegraphcard .statistic .line-3 {
      top: inherit;
      bottom: 0; }
    .linegraphcard .statistic .data svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: 4s dash .5s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
    .linegraphcard .statistic .data polyline {
      fill: none;
      stroke-width: 2;
      stroke-linecap: round; }
    .linegraphcard .statistic .data.red polyline {
      stroke: #643a7a; }
    .linegraphcard .statistic .data.blue polyline {
      stroke: #547496; }
    .linegraphcard .statistic .data .tooltip {
      position: absolute;
      bottom: 13px;
      left: 50%;
      transform: translate3d(-50%, 10px, 0);
      font-weight: 600;
      font-size: 11px;
      line-height: 11px;
      color: #fff;
      padding: 8px 6px;
      border-radius: 3px;
      visibility: hidden;
      opacity: 0;
      transition: transform 0.4s ease-out 0s, opacity 0.4s ease-out 0s; }
      .linegraphcard .statistic .data .tooltip:after {
        position: absolute;
        display: block;
        content: '';
        height: 6px;
        width: 6px;
        left: 50%;
        margin-left: -3px;
        bottom: -3px;
        transform: rotate(45deg); }
    .linegraphcard .statistic .data [class^="point-"] {
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      cursor: pointer;
      z-index: 10; }
      .linegraphcard .statistic .data [class^="point-"]:hover .tooltip {
        visibility: visible;
        opacity: 1;
        transform: translate3d(-50%, 0, 0); }
    .linegraphcard .statistic .data.red [class^="point-"], .linegraphcard .statistic .data.red .tooltip, .linegraphcard .statistic .data.red .tooltip:after {
      background: #643a7a; }
    .linegraphcard .statistic .data.red .point-1 {
      left: 7px;
      top: 43px; }
    .linegraphcard .statistic .data.red .point-2 {
      left: 48px;
      top: 9px; }
    .linegraphcard .statistic .data.red .point-3 {
      left: 88px;
      top: 20px; }
    .linegraphcard .statistic .data.red .point-4 {
      left: 128px;
      top: 8px; }
    .linegraphcard .statistic .data.red .point-5 {
      left: 169px;
      top: 35px; }
    .linegraphcard .statistic .data.red .point-6 {
      left: 209px;
      top: 45px; }
    .linegraphcard .statistic .data.red .point-7 {
      left: 249px;
      top: 16px; }
    .linegraphcard .statistic .data.blue [class^="point-"], .linegraphcard .statistic .data.blue .tooltip, .linegraphcard .statistic .data.blue .tooltip:after {
      background: #547496; }
    .linegraphcard .statistic .data.blue .point-1 {
      left: 7px;
      top: 58px; }
    .linegraphcard .statistic .data.blue .point-2 {
      left: 48px;
      top: 47px; }
    .linegraphcard .statistic .data.blue .point-3 {
      left: 88px;
      top: 62px; }
    .linegraphcard .statistic .data.blue .point-4 {
      left: 128px;
      top: 52px; }
    .linegraphcard .statistic .data.blue .point-5 {
      left: 169px;
      top: 58px; }
    .linegraphcard .statistic .data.blue .point-6 {
      left: 209px;
      top: 71px; }
    .linegraphcard .statistic .data.blue .point-7 {
      left: 249px;
      top: 61px; }
  .linegraphcard .days {
    width: 280px;
    margin: 0 auto; }
    .linegraphcard .days .day {
      display: block;
      float: left;
      width: 14.28571%;
      font-size: 9px;
      color: #949494;
      line-height: 30px;
      text-transform: uppercase;
      text-align: center; }

a {
  color: #266496; }

a:hover {
  color: #45ff30; }

button {
  display: block;
  background: #31dde0;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  button:before {
    position: absolute;
    left: -20%;
    top: -10%;
    content: '';
    width: 60%;
    height: 220%;
    transform: rotate(-30deg);
    background: white;
    opacity: .3;
    transition: all 0.3s ease-in-out; }
  button:after {
    position: absolute;
    content: '>';
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 15px;
    padding-right: 40px;
    color: white;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  button:hover {
    background: #45ff30; }

/*  Schedule Theme */
.scheduletable {
  color: #59b6ff;
  padding: 10px;
  border: 2px solid #545454;
  border-collapse: collapse;
  width: 80%;
  z-index: -1; }
  .scheduletable th {
    color: #59b6ff;
    background-color: #266496;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #545454; }
  .scheduletable td {
    padding: 5px;
    border: 1px solid #545454; }
  .scheduletable tr {
    color: white;
    background-color: rgba(132, 202, 255, 0.6);
    padding: 10px;
    border: 1px solid #545454; }
    .scheduletable tr tr:nth-child(even) {
      background-color: #f2f2f2; }
  .scheduletable tr:hover {
    color: #45ff30;
    background-color: #163a57; }

tr:nth-child(even) {
  background-color: #378acc; }

/* Calendar */
