h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
}
body {
    font-family: 'Inter', sans-serif;
}

a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}

.d-flex[style*="display:none"], .d-flex[style*="display: none"] {
    display:none !important;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.circle-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.circle-btn .icon {
    font-size: 24px;
    color: #555;
}

:root {
  --border-subtle: #e7ddda;
  --body-color: #fafafa;
  --font-primary: Sora, sans-serif;
  --text-primary: #151516;
  --font-secondary: Inter, sans-serif;
  --color-primary: #3b5aff;
  --black\<deleted\|variable-dccb7db6\>: black;
  --text-secondary: #4a4a57;
  --border-radius-s: .8rem;
  --section-background: #f3f7fb;
  --border-radius-xl: 12rem;
  --color-secondary: #101841;
  --text-invert: white;
  --color-accent: #ff5c21;
  --white: white;
  --color-primary-transparent: rgba(54, 97, 246, .1);
  --border-radius: 1.6rem;
  --component-background: white;
  --background-invert: #222;
  --border-radius-m: 2.4rem;
  --inner-wrapper-desktop: 64.875rem;
  --color-transparent-dark: rgba(21, 21, 22, .03);
  --border-radius-xs: .2rem;
  --section-background-2: #f3f4f5;
}

/* buttons */

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.btn {
  border-radius: var(--border-radius-xl);
  background-color: var(--color-primary);
  background-image: linear-gradient(99.86deg, var(--color-primary), var(--color-secondary));
  color: var(--text-invert);
  text-align: center;
  letter-spacing: .01em;
  border-style: solid;
  border-width: 0;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  box-shadow: 1px 1px 2px rgba(16, 24, 40, .05);
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(99.86deg, var(--color-primary), var(--color-primary));
}

.btn.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: .8rem;
  display: flex;
}

.btn.is-icon.is-invert {
  background-color: var(--body-color);
  color: var(--text-primary);
  background-image: none;
}

.btn-secondary {
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  transition: color .25s, background-color .35s;
}

.btn-secondary:hover {
  background-image: linear-gradient(to bottom, var(--color-accent), var(--color-accent));
  color: var(--body-color);
  border-color: var(--border-subtle);
}

.btn.is-small {
    padding: 1rem 1.2rem;
    font-size: .9rem;
    line-height: 1;
    display: flex;
}

/* end of buttons */

/* blue background */
.bg-blue-darcy {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 97, 246, 0.1)
}

/* Basic Container Styling */
.typed-text-container {
  display: inline-block;
  overflow: hidden;
}

/* Typed Text */
.typed-text {
  /*white-space: nowrap; !* Keep the text on one line *!*/
  animation: typing 10s steps(40, end) infinite; /* Typing animation */
}

/* Blinking Cursor */
.cursor {
  animation: blink 1s step-end infinite; /* Blinking animation */
}

/* Keyframes for Animations */
@keyframes typing {
  from { width: 0; } /* Start with hidden text */
  to { width: 100%; } /* Gradually reveal text */
}

@keyframes blink {
  from, to { border-color: transparent; } /* Hide the cursor */
  50% { border-color: black; } /* Show the cursor */
}

/* Nav */

.nav-link>.material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 8px;
}

/* Submission table */
#infoTable thead {
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .clickableRow .buttonThreatData {
    display: none;
  }
}

.buttonThreatData {
  padding: 0.4rem 0.6rem;
  font-size: 14px;
  font-weight: 600;
}

.buttonThreatData .material-symbols-outlined {
  line-height: 1.15;
  font-size: inherit;
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24;
  vertical-align: bottom;
}

.hamburger {
  display: inline-block;
  position: relative;
  transform: translateY(20%);
  float: right
}

#infoTable tbody, #infoTable tr, #infoTable td {
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#infoTable .clickableRow {
    border-top: 1px solid #dee2e6;
}

@media (min-width: 992px) {
  .hide-not-mobile {
    display: none !important
  }
}

@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none !important;
  }
  tr.table-active {
    --bs-table-accent-bg: transparent;
  }
  tr.shadow-sm {
    box-shadow: none!important;
  }
  .staticThreatData {
    display: inline-block;
    position: relative;
    transform: translateY(20%);
  }
}

.menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width:200px;
    z-index: 9999;
}

.menu.show {
    display: block;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

tr.rowHover {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.075);
  color: #212529;
}

/* Determination expansion */

#infoTable .offcanvas-body {
  text-wrap: wrap;
  padding: 1rem 2rem;
}

/* Social login button */
.social-image {
  width: 24px;
}