/* 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;
  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: 500px;
  height: 250px;
}

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

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

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

.badge-moderate2 {
  color: #ffffff;
  background-color: #ee8a26e2;
}

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

.badge-assessment {
  background-color: #FF6B6B;
}

.badge-mitigation {
  color: #ffffff;
  background-color: #0077B6;
}

.badge-color-1 {
  color: #ffffff;
  background-color: #27357D;
}

.badge-color-2 {
  color: #ffffff;
  background-color: #007891;
}

.badge-color-3 {
  color: #ffffff;
  background-color: #971834;
}

.badge-color-4 {
  color: #ffffff;
  background-color: #BB1460;
}

.badge-color-5 {
  color: #ffffff;
  background-color: #941c77;
}

.badge-color-6 {
  color: #ffffff;
  background-color: #dd5312;
}

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

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

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

@media (min-width: 992px) {
  .modal-xxl {
    width: 920px;
    max-width: 1920px
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    width: 1180px;
    max-width: 1920px
  }
}

@media (min-width: 1600px) {
  .modal-xxl {
    width: 1500px;
    max-width: 1920px
  }
}

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

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

.big-icon {
  font-size: 4rem !important;
}

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

.chatMessage {
  font-size: 1rem;
  font-weight: 300
}

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

.report-hero {
  background:
    radial-gradient(circle at 20% 20%, rgba(18, 130, 162, 0.08), transparent 60%),
    radial-gradient(circle at 80% 40%, rgba(12, 53, 88, 0.08), transparent 65%),
    linear-gradient(135deg, #f8fafc 0%, #eef4f9 100%);
}

.subtle-badge {
  background: #b180db;
  color: #ffffff;
  letter-spacing: .05em;
  font-size: .75rem;
  padding: .5rem .9rem;
  border-radius: 2rem;
}

/* Mobile spacing tweak */
@media (max-width: 575.98px) {
  .report-hero {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.container-small {
  max-width: 1000px;
}