.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;
}

.color-border {
  color: #414141;
}

.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;
}

.bg-border {
  background-color: #414141;
}

.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;
}

.border-c-border {
  border-color: #414141;
}

.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: flex;
  align-items: center;
  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;
  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.2rem;
  font-weight: 600;
}

.header .h-right i {
  font-size: 1.6rem;
}

.flex {
  display: flex;
}

section {
  vertical-align: middle;
  height: 30vh;
  width: 100vw;
  position: absolute;
  top: 50%;
  margin-top: -15vh;
}

.loader {
  position: relative;
  width: 7vh;
  height: 7vh;
  border-radius: 50%;
  margin: 7vh;
  display: inline-block;
  vertical-align: middle;
}

/*LOADER-7*/
.loader-7 .line {
  width: 10px;
  position: absolute;
  border-radius: 0.2vw;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3bafda), to(#00457c));
  background: -webkit-linear-gradient(top, #3bafda, #00457c);
  background: -o-linear-gradient(top, #3bafda, #00457c);
  background: linear-gradient(to bottom, #3bafda, #00457c);
}

.loader-7 .line1 {
  left: 0vh;
  -webkit-animation: line-grow 0.5s ease alternate infinite;
  animation: line-grow 0.5s ease alternate infinite;
}

.loader-7 .line2 {
  left: 2.5vh;
  -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
  animation: line-grow 0.5s 0.2s ease alternate infinite;
}

.loader-7 .line3 {
  left: 5vh;
  -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
  animation: line-grow 0.5s 0.4s ease alternate infinite;
}

.progress-bar {
  background-color: #00a2e0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}

.progress {
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  height: 2.8px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #414141;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ----------------     KEYFRAMES    ----------------- */
@-webkit-keyframes line-grow {
  0% {
    height: 0;
  }

  100% {
    height: 75%;
  }
}

@keyframes line-grow {
  0% {
    height: 0;
  }

  100% {
    height: 75%;
  }
}

.loader-title {
  margin: 0 auto;
  text-align: center;
  color: #00a2e0;
  font-size: 1.5rem;
  letter-spacing: 0.05vh;
  line-height: 1.4;
  white-space: nowrap;
}

.main-content {
  display: flex;
  min-height: 100vh;
  flex-wrap: nowrap;
  overflow: hidden;
}

.main-content.nav-closed .sidebar {
  width: 0px;
  padding: 0rem;
  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;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main-content .sidebar {
  width: 230px;
  box-sizing: border-box;
  overflow: hidden;
  transition: width 0.5s ease;
  padding: 1.4rem;
  background-color: #1a1a1a;
  z-index: 1;
}

.main-content .sidebar .ent-logo {
  margin-top: 35px;
  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: flex;
  padding: 12px;
  white-space: nowrap;
  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: #232322;
  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;
  transform: rotate(-90deg);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main-content .nav-menu ul li .submenu-item.rotate-arrow a::after {
  transform: rotate(0deg);
}

.main-content .nav-menu ul li .submenu {
  margin-left: 25px;
  border-left: 2px solid #00a2e0;
  height: 0px;
  overflow: hidden;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main-content .nav-menu ul li .submenu.third-level-menu {
  border-left: 0px !important;
  margin-left: 15px !important;
}

.page-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
}

.marquee {
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}

.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: #232322;
  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: 90.63px;
}

.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.alter {
  background: transparent linear-gradient(-270deg, #f99223 0%, #ce791d 100%) 0% 0% no-repeat padding-box;
}

.top-indicators.alter i,
.top-indicators.alter .data-ind {
  color: #854e13;
  font-weight: 800;
}

.top-indicators.scarlet {
  background: transparent linear-gradient(-270deg, #e74c3c 0%, #d44737 100%) 0% 0% no-repeat padding-box;
}

.top-indicators.scarlet i,
.top-indicators.scarlet .data-ind {
  color: #6d261e;
  font-weight: 800;
}

.top-indicators.ruby {
  background: transparent linear-gradient(-270deg, #ff4757 0%, #b4323d 100%) 0% 0% no-repeat padding-box;
}

.top-indicators.ruby i,
.top-indicators.ruby .data-ind {
  color: #83262e;
  font-weight: 800;
}

.top-indicators.light-blue {
  background: transparent linear-gradient(270deg, #4c9eac 100%, #63cfe3 0%) 0% 0% no-repeat padding-box;
}

.top-indicators.light-blue i,
.top-indicators.light-blue .data-ind {
  color: #3a7985;
  font-weight: 800;
}

.top-indicators.dark-blue {
  background: transparent linear-gradient(-270deg, #028dc4 0%, #0076a4 100%) 0% 0% no-repeat padding-box;
}

.top-indicators.dark-blue i,
.top-indicators.dark-blue .data-ind {
  color: #004d6b;
  font-weight: 800;
}

.top-indicators.green {
  background: transparent linear-gradient(-270deg, #20b398 0%, #26a28c 100%) 0% 0% no-repeat padding-box;
}

.top-indicators.green i,
.top-indicators.green .data-ind {
  color: #186153;
  font-weight: 800;
}

.top-indicators.purple {
  background: transparent linear-gradient(-270deg, #6648e8 0%, #452fa2 100%) 0% 0% no-repeat padding-box;
}

.top-indicators.purple i,
.top-indicators.purple .data-ind {
  color: #2a1e66;
  font-weight: 800;
}

.top-indicators .data-ind {
  font-weight: 500;
  display: inline-block;
}

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

.card .card-title {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff;
}

.chart-indicator {
  background-color: rgba(35, 35, 34, 0.6);
  height: 50px;
  width: 220px;
  border-right: 1px solid #414141;
}

.chart-indicator:first-child {
  border-radius: 10px 0 0 10px;
}

.chart-indicator:last-child {
  border-radius: 0px 10px 10px 0px;
  border: 0 !important;
}

.status-ind .indicator {
  border-radius: 5px;
  padding: 0.3rem 0.6rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  border-radius: 5px;
}

.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,
.donut-chart .percent-st2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 700;
}

.donut-chart .percent-st2 {
  background-color: #232322;
  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: #232322;
  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: #414141;
  --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;
  }
}

.bro-btn {
  background: transparent;
  border: 2px solid #00a2e0;
  border-radius: 5px;
  font-size: 0.7rem;
  padding: 0.6rem 2rem;
  color: #ffffff;
  font-weight: 600;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bro-btn i {
  font-size: 1rem;
}

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

.bro-btn.primary:hover {
  background: #00a2e0;
  color: #ffffff;
}

.bro-btn.neutral {
  border-color: #616779;
}

.bro-btn.neutral:hover {
  background: #616779;
  color: #ffffff;
}

.bro-btn.secondary {
  border-color: #f99223;
}

.bro-btn.secondary:hover {
  background: #f99223;
  color: #ffffff;
}

.bro-btn.error {
  border-color: #f50057;
}

.bro-btn.error:hover {
  background: #f50057;
  color: #ffffff;
}

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

.bro-btn.success:hover {
  background: #21be6c;
  color: #ffffff;
}

.bro-btn.secondary {
  border-color: #f99223;
}

.bro-btn.secondary:hover {
  background: #f99223;
  color: #ffffff;
}

.bro-btn.warning {
  border-color: #ffc35c;
}

.bro-btn.warning:hover {
  background: #ffc35c;
  color: #161616;
}

.form-control.bro,
.form-select.bro {
  background-color: #232322;
  border: 2px solid #414141;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.6rem 1rem;
  font-weight: 600;
}

.form-control.bro option,
.form-select.bro option {
  font-size: 0.9rem;
}

.form-control.bro:focus,
.form-select.bro:focus {
  background-color: #232322;
  box-shadow: none;
  border: 2px solid #7c7c7c;
  color: #ffffff;
}

.drop-zone {
  width: 100%;
  min-height: 150px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border: 2px dashed #414141;
  border-radius: 10px;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.drop-zone .drop-zone__prompt {
  font-size: 1rem;
  color: #c5c5c5;
  font-weight: 500;
}

.drop-zone--over {
  border-color: #00a2e0;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #232322;
}

.drop-zone--over .drop-zone__prompt {
  font-size: 1rem;
  color: #00a2e0;
}

.drop-zone__input {
  display: none;
}

.title-file {
  background-color: #232322;
  padding: 0.5rem 0.8rem !important;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.title-file::before {
  content: url(../assets/icons/file-csv.svg);
  color: #a7a7a7;
  margin-right: 1rem;
  height: 1rem;
}

.title-mod {
  font-weight: 500;
  margin-bottom: 20px;
}

.title-mod i {
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 1.3rem;
}

.title-mod div h5 {
  color: #ffffff;
  margin-bottom: 0px;
}

.title-mod div small {
  font-size: 0.8rem;
  color: #c5c5c5;
}

.title-mod div small .active {
  color: #00a2e0;
}

table {
  font-size: 0.8rem;
  --bs-border-color: #414141;
}

table .col {
  color: #ffffff !important;
}

table tr {
  color: #c5c5c5 !important;
}

table .table-row-error {
  background-color: rgba(245, 0, 87, 0.07);
}

table .table-row-error td {
  color: #ffffff;
  font-weight: 600;
  border-color: #f50057;
}

table .table-row-success {
  background-color: rgba(33, 190, 108, 0.07);
}

table .table-row-success td {
  color: #ffffff;
  font-weight: 600;
  border-color: #21be6c;
}

.alert-danger {
  background-color: rgba(245, 0, 87, 0.3);
  border: 0;
}

.alert-danger h6 {
  font-size: 0.8rem;
  font-weight: bold;
}

.alert-danger .alert-link {
  color: #ffffff;
}

.modal-content {
  --bs-modal-bg: #232323;
}

.modal-content .modal-header {
  --bs-modal-header-border-color: #414141;
}

.modal-content .modal-footer {
  --bs-modal-footer-border-color: #414141;
}

body {
  background-color: #161616;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.4rem;
  padding: 0 !important;
  margin: 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: #232322;
  font-size: 0.8rem;
  padding: 0.4rem;
  border-radius: 4px;
  font-weight: 600;
}

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

hr {
  border-color: #414141;
}