@font-face {
  font-family: "Meutas Bold";
  src: url("../fonts/meutas/Meutas-Bold.eot");
  src: url("../fonts/meutas/Meutas-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/meutas/Meutas-Bold.woff2") format("woff2"), url("../fonts/meutas/Meutas-Bold.woff") format("woff"), url("../fonts/meutas/Meutas-Bold.ttf") format("truetype"), url("../fonts/meutas/Meutas-Bold.svg#Meutas-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}
@media (max-width: 599px) {
  html {
    font-size: 9.5px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 991px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Montserrat Regular", sans-serif;
  background-color: #151515;
  color: #fff;
  font-size: 1rem;
  overflow-x: hidden !important;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Montserrat Bold", sans-serif;
}

select {
  background-color: #484848 !important;
  outline: none !important;
  border: 0 !important;
  padding: 0.4rem 1.2rem !important;
  box-shadow: unset !important;
  color: #fff !important;
}
select:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
select:disabled{
  filter: opacity(.7);
}

.text-primary {
  color: #58FFF9 !important;
}

.text-on {
  color: #27dd6a;
}

.text-off {
  color: #a9a9a9;
}

.text-degraded {
  color: #EF683D;
}

.text-outage {
  color: #d11319;
}

.bg-danger {
  background-color: #d11319 !important;
}

.card,
.card-header,
.card-body,
.card-header {
  background-color: transparent;
  border: 0;
}

.cP {
  cursor: pointer;
}

.badge {
  font-family: "Montserrat Bold";
}
.badge.badgeGreen {
  background-color: #27dd6a !important;
  color: #151515 !important;
  min-width: 5rem;
  height: auto;
  padding: 0.3rem 0 !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.badge.badgeRed {
  background-color: #d11319 !important;
  color: #fff !important;
  min-width: 5rem;
  height: auto;
  padding: 0.3rem 0 !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.badge.badgeGray {
  background-color: #a9a9a9 !important;
  color: #fff !important;
  min-width: 5rem;
  height: auto;
  padding: 0.3rem 0 !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.badge.badgeOrange {
  background-color: #EF683D !important;
  color: #fff !important;
  min-width: 5rem;
  height: auto;
  padding: 0.3rem 0 !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.badge:empty {
  display: block !important;
}

a {
  transition: color 0.4s ease;
}
a:hover {
  color: #58FFF9 !important;
}

nav {
  background-color: #232323 !important;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  nav {
    height: 7.6vh;
    min-height: 60px;
  }
}
nav .navbar-brand {
  width: 8vw;
  min-width: 110px;
  height: auto;
}
nav h1 {
  font-size: 1rem;
  margin-top: 0.15rem;
}

.btn {
  position: relative;
  overflow: hidden;
  background-color: #484848 !important;
  color: #fff !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1) !important;
  border: 0px !important;
  padding: 0.6rem 1.5rem !important;
  font-family: "Montserrat Bold";
  position: relative;
  overflow: hidden;
}
.btn.active {
  background-color: #58FFF9 !important;
  color: #151515 !important;
}
.btn:not(.active)::before {
  content: "";
  display: block;
  position: absolute;
  top: -200%;
  left: -200%;
  right: -200%;
  bottom: -200%;
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  transform: scale(0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.btn:not(.active):hover::before {
  opacity: 1;
  transform: scale(1.5);
}
.btn:focus {
  outline: unset !important;
  border: initial !important;
}
.btn.btnUp {
  background-color: #27dd6a !important;
  color: #fff !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1) !important;
  border: 0px !important;
  padding: 0.2rem 2rem !important;
  font-family: "Montserrat Bold";
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
}

input::placeholder {
  color: #D6D6D6;
  letter-spacing: 0.1em;
  opacity: 1;
}

input + svg {
  transform: translate(-50%, 25%);
}

section {
  background-color: #232323;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#defServices .card-header {
  width: 100%;
  background-color: rgba(116, 116, 116, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#defServices .card-header svg {
  fill: #D6D6D6 !important;
  width: 1.7rem !important;
  height: auto;
}
#defServices .card-header input {
  background-color: #484848 !important;
  color: #D6D6D6 !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1) !important;
  border: 0px !important;
  padding: 0.6rem 2rem;
  overflow: hidden;
  width: auto;
  max-width: 250px;
}
#defServices .card-header input:focus {
  outline: unset !important;
  border: initial !important;
}
#defServices .card-body h3 {
  font-size: 1.3rem;
  color: #D6D6D6;
}
#defServices .card-body #servicesListContainer {
  overflow-y: auto;
  width: calc(100% + 40px);
  height: 70vh;
}
#defServices .card-body #servicesList {
  width: calc(100% - 20px);
  min-height: 100%;
}
#defServices .card-body #servicesList li.serviceItem {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
#defServices .card-body #servicesList li.serviceItem.active {
  background-color: rgba(0, 0, 0, 0.25);
}
#defServices .card-body #servicesList li.serviceItem.active .serviceName {
  color: #58FFF9;
}
#defServices .card-body #servicesList li.serviceItem:not(.active):hover {
  transition: background 0.1s ease;
  background-color: rgba(255, 255, 255, 0.1);
}

.serviceStatusList li {
  cursor: pointer;
  height: 1.5rem;
}
.serviceStatusList li {
  padding: 0 0.25rem;
}
.serviceStatusList li:last-child {
  padding-left: 0.25rem;
}
.serviceStatusList li:hover span.badge {
  transition: transform 0.05s linear;
  transform: scale(1.1, 1.25);
}
.serviceStatusList li span.badge:not(.circleBadge) {
  background-color: #D6D6D6 !important;
  color: #fff !important;
  min-width: 5px;
  height: 1.8rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.serviceStatusList li span.badge:not(.circleBadge).off-status {
  background-color: #a9a9a9 !important;
  color: #fff !important;
  min-width: 5px;
  height: 1.8rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.serviceStatusList li span.badge:not(.circleBadge).on-status {
  background-color: #27dd6a !important;
  color: #fff !important;
  min-width: 5px;
  height: 1.8rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.serviceStatusList li span.badge:not(.circleBadge).error-status {
  background-color: #d11319 !important;
  color: #151515 !important;
  min-width: 5px;
  height: 1.8rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.serviceStatusList li span.badge:not(.circleBadge).outage-status {
  background-color: #EF683D !important;
  color: #fff !important;
  min-width: 5px;
  height: 1.8rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.serviceStatusList li span.badge:not(.circleBadge).grow-badge {
  animation: animateBadge 0.15s ease forwards;
}
.serviceStatusList li:nth-child(1) span.grow-badge {
  height: 0px;
  animation-delay: 0.03s !important;
}
.serviceStatusList li:nth-child(2) span.grow-badge {
  height: 0px;
  animation-delay: 0.06s !important;
}
.serviceStatusList li:nth-child(3) span.grow-badge {
  height: 0px;
  animation-delay: 0.09s !important;
}
.serviceStatusList li:nth-child(4) span.grow-badge {
  height: 0px;
  animation-delay: 0.12s !important;
}
.serviceStatusList li:nth-child(5) span.grow-badge {
  height: 0px;
  animation-delay: 0.15s !important;
}
.serviceStatusList li:nth-child(6) span.grow-badge {
  height: 0px;
  animation-delay: 0.18s !important;
}
.serviceStatusList li:nth-child(7) span.grow-badge {
  height: 0px;
  animation-delay: 0.21s !important;
}
.serviceStatusList li:nth-child(8) span.grow-badge {
  height: 0px;
  animation-delay: 0.24s !important;
}
.serviceStatusList li:nth-child(9) span.grow-badge {
  height: 0px;
  animation-delay: 0.27s !important;
}
.serviceStatusList li:nth-child(10) span.grow-badge {
  height: 0px;
  animation-delay: 0.3s !important;
}
.serviceStatusList li:nth-child(11) span.grow-badge {
  height: 0px;
  animation-delay: 0.33s !important;
}
.serviceStatusList li:nth-child(12) span.grow-badge {
  height: 0px;
  animation-delay: 0.36s !important;
}
.serviceStatusList li:nth-child(13) span.grow-badge {
  height: 0px;
  animation-delay: 0.39s !important;
}
.serviceStatusList li:nth-child(14) span.grow-badge {
  height: 0px;
  animation-delay: 0.42s !important;
}
.serviceStatusList li:nth-child(15) span.grow-badge {
  height: 0px;
  animation-delay: 0.45s !important;
}
.serviceStatusList li:nth-child(16) span.grow-badge {
  height: 0px;
  animation-delay: 0.48s !important;
}

.separatorBorder:nth-child(1), .separatorBorder:nth-child(2) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.07) !important;
}
.separatorBorder:nth-child(1), .separatorBorder:nth-child(3) {
  border-right: 2px solid rgba(255, 255, 255, 0.07) !important;
}
@media (min-width: 1200px) {
  .separatorBorder:nth-child(1), .separatorBorder:nth-child(2) {
    border-bottom: 0 solid rgba(255, 255, 255, 0.07) !important;
  }
  .separatorBorder:not(:nth-child(4)) {
    border-right: 2px solid rgba(255, 255, 255, 0.07) !important;
  }
}

#globalServiceslStatusList li:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.list-item {
  position: relative;
}
.list-item .badge + .tooltip {
  position: absolute;
  top: calc(-4rem - 3px);
  opacity: 0;
  visibility: hidden;
  width: 155px;
  height: auto;
  font-size: 0.9rem;
  background-color: #3e3e3e;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0s ease;
  left: -155px;
  z-index: 2;
  padding: 0.3rem 0.7rem;
  font-family: "Montserrat Regular", sans-serif;
}
.list-item .badge + .tooltip .tooltip-status-list .badge {
  border-radius: 50% !important;
  padding: 0 !important;
}
.list-item .badge + .tooltip .tooltip-status-list .badge.on-status {
  background-color: #27dd6a !important;
  color: #fff !important;
  min-width: 0.6rem;
  height: 0.5rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.list-item .badge + .tooltip .tooltip-status-list .badge.off-status {
  background-color: #a9a9a9 !important;
  color: #fff !important;
  min-width: 0.6rem;
  height: 0.5rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.list-item .badge + .tooltip .tooltip-status-list .badge.degraded-status {
  background-color: #EF683D !important;
  color: #fff !important;
  min-width: 0.6rem;
  height: 0.5rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.list-item .badge + .tooltip .tooltip-status-list .badge.error-status {
  background-color: #d11319 !important;
  color: #fff !important;
  min-width: 0.6rem;
  height: 0.5rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
.list-item:hover span.badge + .tooltip {
  opacity: 1;
  visibility: visible;
}

#currentServiceStatusList li {
  cursor: pointer;
  width: 100%;
  max-width: 20px;
}
#currentServiceStatusList li {
  padding: 0 0.25vw !important;
}
#currentServiceStatusList li:hover span.badge {
  transition: transform 0.05s linear;
  transform: scale(1.1, 1.25);
}
#currentServiceStatusList li span.badge {
  background-color: #D6D6D6 !important;
  color: #fff !important;
  min-width: 100%;
  height: 4rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
#currentServiceStatusList li span.badge.on-status {
  background-color: #27dd6a !important;
  color: #fff !important;
  min-width: 100%;
  height: 4rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
#currentServiceStatusList li span.badge.off-status {
  background-color: #a9a9a9 !important;
  color: #fff !important;
  min-width: 100%;
  height: 4rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
#currentServiceStatusList li span.badge.degraded-status {
  background-color: #EF683D !important;
  color: #fff !important;
  min-width: 100%;
  height: 4rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}
#currentServiceStatusList li span.badge.error-status {
  background-color: #d11319 !important;
  color: #fff !important;
  min-width: 100%;
  height: 4rem;
  padding: 0px !important;
  border-radius: 20px;
  font-size: 1.1rem;
}

#globalServicesStatus {
  width: 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#globalServicesStatus.textIn {
  animation: textIn 1.2s ease forwards;
}
@keyframes textIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.loader {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@media (max-width: 599px) {
  .loader {
    width: 1.4rem;
    height: 1.4rem;
    border-width: 3px !important;
  }
  .loader.bigLoader {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }
}
.loader.bigLoader {
  width: 3rem !important;
  height: 3rem !important;
}
.loader.loaderPrimary {
  border: 4px solid #58FFF9;
  border-bottom-color: transparent;
}
.loader.loaderGreen {
  border: 4px solid #27dd6a;
  border-bottom-color: transparent;
}
.loader.loaderGray {
  border: 4px solid #a9a9a9;
  border-bottom-color: transparent;
}
.loader.loaderOrange {
  border: 4px solid #EF683D;
  border-bottom-color: transparent;
}
.loader.loaderRed {
  border: 4px solid #d11319;
  border-bottom-color: transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 599px) {
  h2.currentActiveServiceName {
    font-size: 2rem !important;
  }
}
@media (min-width: 600px) {
  h2.currentActiveServiceName {
    font-size: 1.9rem !important;
  }
}

@media (max-width: 599px) {
  h2.currentActiveServiceName + a {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 600px) {
  h2.currentActiveServiceName + a {
    font-size: 1.5rem !important;
  }
}

@keyframes animateBadge {
  from {
    height: 0px;
  }
  to {
    height: 1.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
