.color-text {
  color: #ffffff;
}

.color-text-s {
  color: #c5c5c5;
}

.color-primary {
  color: #00a2e0;
}

.color-primary-off {
  color: #0589bb;
}

.color-alter {
  color: #f99223;
}

.color-secondary {
  color: #2bebc8;
}

.color-terciary {
  color: #6648e8;
}

.color-quaternary {
  color: #63cfe3;
}

.color-success {
  color: #21be6c;
}

.color-error {
  color: #f50057;
}

.color-warning {
  color: #ffc35c;
}

.bg-text {
  background-color: #ffffff;
}

.bg-text-s {
  background-color: #c5c5c5;
}

.bg-primary {
  background-color: #00a2e0;
}

.bg-primary-off {
  background-color: #0589bb;
}

.bg-alter {
  background-color: #f99223;
}

.bg-secondary {
  background-color: #2bebc8;
}

.bg-terciary {
  background-color: #6648e8;
}

.bg-quaternary {
  background-color: #63cfe3;
}

.bg-success {
  background-color: #21be6c;
}

.bg-error {
  background-color: #f50057;
}

.bg-warning {
  background-color: #ffc35c;
}

.fs-7 {
  font-size: 0.8rem;
}

.fs-8 {
  font-size: 0.6rem;
}

.border-c-1 {
  border: 1px solid;
}

.border-c-2 {
  border: 2px solid;
}

.border-c-3 {
  border: 3px solid;
}

.border-c-4 {
  border: 4px solid;
}

.border-1 {
  border: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-3 {
  border: 3px solid;
}

.border-4 {
  border: 4px solid;
}

.border-b-1 {
  border-bottom: 1px solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.border-b-2 {
  border-bottom: 2px solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.border-b-3 {
  border-bottom: 3px solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.border-b-4 {
  border-bottom: 4px solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.border-t-1 {
  border-top: 1px solid;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.border-t-2 {
  border-top: 2px solid;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.border-t-3 {
  border-top: 3px solid;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.border-t-4 {
  border-top: 4px solid;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.border-l-1 {
  border-left: 1px solid;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.border-l-2 {
  border-left: 2px solid;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.border-l-3 {
  border-left: 3px solid;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.border-l-4 {
  border-left: 4px solid;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.border-r-1 {
  border-right: 1px solid;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.border-r-2 {
  border-right: 2px solid;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.border-r-3 {
  border-right: 3px solid;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.border-r-4 {
  border-right: 4px solid;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.border-c-text {
  border-color: #ffffff;
}

.border-c-text-s {
  border-color: #c5c5c5;
}

.border-c-primary {
  border-color: #00a2e0;
}

.border-c-primary-off {
  border-color: #0589bb;
}

.border-c-alter {
  border-color: #f99223;
}

.border-c-secondary {
  border-color: #2bebc8;
}

.border-c-terciary {
  border-color: #6648e8;
}

.border-c-quaternary {
  border-color: #63cfe3;
}

.border-c-success {
  border-color: #21be6c;
}

.border-c-error {
  border-color: #f50057;
}

.border-c-warning {
  border-color: #ffc35c;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.top-1 {
  top: 0.5rem;
}

.top-2 {
  top: 1rem;
}

.top-3 {
  top: 1.5rem;
}

.top-4 {
  top: 2rem;
}

.top-5 {
  top: 2.5rem;
}

.top-6 {
  top: 3rem;
}

.top-7 {
  top: 3.5rem;
}

.top-8 {
  top: 4rem;
}

.top-9 {
  top: 4.5rem;
}

.right-1 {
  right: 0.5rem;
}

.right-2 {
  right: 1rem;
}

.right-3 {
  right: 1.5rem;
}

.right-4 {
  right: 2rem;
}

.right-5 {
  right: 2.5rem;
}

.right-6 {
  right: 3rem;
}

.right-7 {
  right: 3.5rem;
}

.right-8 {
  right: 4rem;
}

.right-9 {
  right: 4.5rem;
}

.left-1 {
  left: 0.5rem;
}

.left-2 {
  left: 1rem;
}

.left-3 {
  left: 1.5rem;
}

.left-4 {
  left: 2rem;
}

.left-5 {
  left: 2.5rem;
}

.left-6 {
  left: 3rem;
}

.left-7 {
  left: 3.5rem;
}

.left-8 {
  left: 4rem;
}

.left-9 {
  left: 4.5rem;
}

.bottom-1 {
  bottom: 0.5rem;
}

.bottom-2 {
  bottom: 1rem;
}

.bottom-3 {
  bottom: 1.5rem;
}

.bottom-4 {
  bottom: 2rem;
}

.bottom-5 {
  bottom: 2.5rem;
}

.bottom-6 {
  bottom: 3rem;
}

.bottom-7 {
  bottom: 3.5rem;
}

.bottom-8 {
  bottom: 4rem;
}

.bottom-9 {
  bottom: 4.5rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #00a2e0;
  padding: 0.7rem 1.5% 0.7rem 1.5%;
}
.header .logo {
  height: 4.9rem;
}
.header .toggle {
  color: white;
  font-size: 1.6rem;
  margin-left: 2rem;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .toggle:hover {
  background-color: #0589bb;
}
.header .h-right span {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}
.header .h-right i {
  font-size: 1.6rem;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.main-content.nav-closed .sidebar {
  width: 0px;
  padding: 0rem;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
}
.main-content.nav-closed .sidebar .ent-logo,
.main-content.nav-closed .sidebar .nav-menu {
  opacity: 0;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-content .sidebar {
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  padding: 1.4rem;
  background-color: #1a1a1a;
  position: relative;
  z-index: 1;
}
.main-content .sidebar .ent-logo {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}
.main-content .sidebar img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-content .nav-menu {
  margin-top: 5rem;
}
.main-content .nav-menu ul {
  padding: 0;
}
.main-content .nav-menu ul li {
  list-style: none;
}
.main-content .nav-menu ul li a {
  color: #a7a7a7;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  white-space: nowrap;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
  margin-bottom: 7px;
  position: relative;
}
.main-content .nav-menu ul li a i {
  margin-right: 10px;
  font-size: 1.3rem;
  line-height: 20px;
}
.main-content .nav-menu ul li a:hover, .main-content .nav-menu ul li a:active {
  background-color: #232323;
  color: #ffffff;
}
.main-content .nav-menu ul li a:hover > i, .main-content .nav-menu ul li a:active > i {
  color: #00a2e0;
}
.main-content .nav-menu ul li .submenu-item {
  position: relative;
}
.main-content .nav-menu ul li .submenu-item a::after {
  content: url(../assets/icons/chevron-down.svg);
  color: #a7a7a7;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-content .nav-menu ul li .submenu-item.rotate-arrow a::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.main-content .nav-menu ul li .submenu {
  margin-left: 25px;
  border-left: 2px solid #00a2e0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.marquee {
  background-color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marquee marquee {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.marquee span {
  margin-right: 13px;
}
.marquee .marquee-ind {
  padding: 5px 5px 5px 5px;
  background-color: #232323;
  padding: 0.8rem 0;
}
.marquee .marquee-ind:nth-child(1) {
  border-right: 1px solid #3b3a3a;
}
.marquee .marquee-ind h6 {
  margin-bottom: 2px;
  font-size: 1.2rem;
}
.marquee .marquee-ind p {
  font-size: 1rem;
}

.top-indicators {
  padding: 0.8rem 0.9rem;
  border-radius: 5px;
  color: #ffffff;
  min-height: 84.7px;
}
.top-indicators h4,
.top-indicators p {
  padding: 0;
  margin: 0;
}
.top-indicators h4 {
  font-size: 1.2rem;
  font-weight: 800;
}
.top-indicators p {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
}
.top-indicators i {
  font-size: 1.5rem;
}
.top-indicators.light-blue {
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(100%, #4c9eac), color-stop(0%, #63cfe3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4c9eac 100%, #63cfe3 0%) 0% 0% no-repeat padding-box;
}
.top-indicators.light-blue i {
  color: #63cfe3;
}
.top-indicators.dark-blue {
  background: transparent -webkit-gradient(linear, left top, right top, from(#028dc4), to(#0076a4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-270deg, #028dc4 0%, #0076a4 100%) 0% 0% no-repeat padding-box;
}
.top-indicators.dark-blue i {
  color: #00a2e0;
}
.top-indicators.green {
  background: transparent -webkit-gradient(linear, left top, right top, from(#20b398), to(#26a28c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-270deg, #20b398 0%, #26a28c 100%) 0% 0% no-repeat padding-box;
}
.top-indicators.green i {
  color: #2bebc8;
}
.top-indicators.purple {
  background: transparent -webkit-gradient(linear, left top, right top, from(#6648e8), to(#452fa2)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-270deg, #6648e8 0%, #452fa2 100%) 0% 0% no-repeat padding-box;
}
.top-indicators.purple i {
  color: #6648e8;
}
.top-indicators .data-ind {
  font-weight: 500;
  opacity: 0.8;
}

.card {
  background: #1a1a1a;
  padding: 0.9rem;
  min-height: 307px;
}

.status-ind .indicator {
  border-radius: 5px;
  padding: 0.3rem 0.6rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
}
.status-ind .description {
  color: white;
}
.status-ind .description h6 {
  font-size: 0.8rem;
  font-weight: bold;
}
.status-ind .description h6,
.status-ind .description p {
  margin: 0;
  padding: 0;
}

.number-ind {
  font-size: 1.5rem;
  color: white;
}

.donut-chart .percent-st2, .donut-chart .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 700;
}
.donut-chart .percent-st2 {
  background-color: #232323;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  z-index: 1;
}
.donut-chart .percent-st2 p {
  font-size: 0.65rem;
}

.btn-group .btn-check:checked + .btn,
.btn-group .btn.active,
.btn-group .btn.show,
.btn-group .btn:first-child:active,
.btn-group :not(.btn-check) + .btn:active {
  color: #00a2e0;
  background-color: #232323;
  border-color: #414141;
  font-size: 0.7rem;
  font-weight: 700;
}
.btn-group .btn-outline-primary {
  --bs-btn-color: #545454;
  --bs-btn-border-color: #414141;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: $border;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  font-size: 0.7rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .sidebar {
    position: absolute;
    z-index: 100;
    height: 100vh;
  }
}
body {
  background-color: #161616;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.4rem;
  padding: 0 !important;
}
h1 .title-info, h1.title-info,
h2 .title-info,
h2.title-info,
h3 .title-info,
h3.title-info,
h4 .title-info,
h4.title-info,
h5 .title-info,
h5.title-info,
h6 .title-info,
h6.title-info {
  color: #c5c5c5;
  background: #232323;
  font-size: 0.7rem;
  padding: 0.4rem;
  border-radius: 4px;
  font-weight: 600;
}

p {
  color: #c5c5c5;
  font-size: 0.7rem;
  margin: 0;
  padding: 0;
}

hr {
  border-color: #414141;
}