/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card-sicky-top {
  position: sticky;
  top: var(--bs-app-header-height);
  z-index: 99;
}

.qr svg {
  max-height: 250px;
}

.chart-div {
  width: 100%;
  height: 350px;
}

.chart-div-sm {
  width: 100%;
  height: 250px;
}

.badge-critical {
  color: #ffffff;
  background-color: #d72820;
}

.badge-high {
  color: #ffffff;
  background-color: #ed7916;
}

.badge-moderate {
  color: #ffffff;
  background-color: #f4b004;
}

.badge-low {
  color: #ffffff;
  background-color: #b1cc3b;
}

.badge-risk-critical {
  color: #ffffff;
  background-color: #5a00a7;
}

.badge-risk-high {
  color: #ffffff;
  background-color: #7134a5;
}

.badge-risk-moderate {
  background-color: #b180db;
}

.badge-risk-low {
  background-color: #dcbcf8;
}

.badge-gray {
  background-color: #e1e1e1;
}

.badge-purple {
  color: #ffffff;
  background-color: #9b1c76;
}

.no-bullets {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search-width {
  width: 500px;
}

.notification_tab {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.blurry-text {
  text-shadow: 0 0 8px black;
  color: transparent !important;
}

.badge-sonar {
  color: #fff;
  background-color: #3dada7;
}

.badge-risk {
  color: #fff;
  background-color: #0e82c1;
}

.badge-monitor {
  color: #fff;
  background-color: #134d98;
}

.form-control-date {
  border-top-left-radius: 0.475rem !important;
  border-bottom-left-radius: 0.475rem !important;
}

table.dataTable tbody td {
  vertical-align: middle;
}

table.dataTable th {
  font-weight: bold !important;
}

.text-w {
  color: white !important;
}

.footer-coinnect {
  background-image: url(/images/footer.png);
}

.waiting-logo {
  width: 100px;
  height: 100px;
  animation: rotation 3s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.fs-0 {
  font-size: 5rem !important
}

#surveyBox {
  height: calc(100% + 60px);
  margin-top: -30px;
  margin-bottom: -30px;
}