@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/config/reset.scss */
html, body {
  overscroll-behavior: none;
  /* Chrome/Firefox */
}

/* line 10, app/assets/stylesheets/config/reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, app/assets/stylesheets/config/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, app/assets/stylesheets/config/reset.scss */
body {
  line-height: 1;
}

/* line 115, app/assets/stylesheets/config/reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, app/assets/stylesheets/config/reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, app/assets/stylesheets/config/reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, app/assets/stylesheets/config/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Overriding Chrome Autofill */
/* line 136, app/assets/stylesheets/config/reset.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s;
}

/* line 2, app/assets/stylesheets/config/dry.scss */
.display-none {
  display: none !important;
}

/* line 7, app/assets/stylesheets/config/dry.scss */
.flex {
  display: flex;
}

/* line 11, app/assets/stylesheets/config/dry.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/config/dry.scss */
.flex-column {
  display: flex;
  flex-direction: column;
}

/* line 22, app/assets/stylesheets/config/dry.scss */
.flex-row {
  display: flex;
  flex-direction: row;
}

/* line 27, app/assets/stylesheets/config/dry.scss */
.align-center {
  align-items: center;
}

/* line 31, app/assets/stylesheets/config/dry.scss */
.align-end {
  align-items: end;
}

/* line 35, app/assets/stylesheets/config/dry.scss */
.align-self-end {
  align-self: flex-end;
}

/* line 39, app/assets/stylesheets/config/dry.scss */
.justify-center {
  justify-content: center;
}

/* line 43, app/assets/stylesheets/config/dry.scss */
.justify-start {
  justify-content: flex-start !important;
}

/* line 47, app/assets/stylesheets/config/dry.scss */
.space-between {
  justify-content: space-between;
}

/* line 51, app/assets/stylesheets/config/dry.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 56, app/assets/stylesheets/config/dry.scss */
.absolute {
  position: absolute;
}

/* line 60, app/assets/stylesheets/config/dry.scss */
.align-middle {
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/config/dry.scss */
.monospace {
  font-family: Roboto Mono;
  font-size: 0.9em;
}

/* line 70, app/assets/stylesheets/config/dry.scss */
.bold {
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/config/dry.scss */
.italic {
  font-style: italic;
}

/* line 78, app/assets/stylesheets/config/dry.scss */
.center {
  text-align: center !important;
}

/* line 82, app/assets/stylesheets/config/dry.scss */
.thin {
  font-weight: 300;
}

/* line 86, app/assets/stylesheets/config/dry.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 90, app/assets/stylesheets/config/dry.scss */
.no_wrap {
  white-space: nowrap;
}

/* line 94, app/assets/stylesheets/config/dry.scss */
.green {
  color: #47cea6;
}

/* line 98, app/assets/stylesheets/config/dry.scss */
.red {
  color: #dd4421;
}

/* line 102, app/assets/stylesheets/config/dry.scss */
.width100 {
  width: 100%;
}

/* line 106, app/assets/stylesheets/config/dry.scss */
.height100 {
  height: 100%;
}

/* line 110, app/assets/stylesheets/config/dry.scss */
.mb12 {
  margin-bottom: 12px !important;
}

/* line 114, app/assets/stylesheets/config/dry.scss */
.mb18 {
  margin-bottom: 18px !important;
}

/* line 118, app/assets/stylesheets/config/dry.scss */
.pr40 {
  padding-right: 40px !important;
}

/* line 122, app/assets/stylesheets/config/dry.scss */
.pr4 {
  padding-right: 4px !important;
}

/* line 126, app/assets/stylesheets/config/dry.scss */
.border-box {
  box-sizing: border-box;
}

/* line 131, app/assets/stylesheets/config/dry.scss */
.rotate-90 {
  transform: rotate(90deg);
}

/* line 1, app/assets/stylesheets/pages/home.scss */
body {
  background: #16152a;
  background-attachment: fixed;
  background-image: url(/assets/bg_vectors-be8eb6132e6e708ddffd8c389fe8cc213ecec4fbf3c0de4f2afd2697816598f0.svg);
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #c2c0ff;
  font-family: Poppins;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}

/* line 15, app/assets/stylesheets/pages/home.scss */
h1 {
  background: linear-gradient(90deg, rgba(90, 87, 255, 0.8) 0%, rgba(248, 108, 184, 0.8) 30%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Syncopate;
  font-size: 40px;
  font-weight: 400;
  gap: 10px;
  letter-spacing: 10px;
  line-height: 100%;
  text-transform: uppercase;
  word-break: break-all;
  width: 100%;
}

/* line 39, app/assets/stylesheets/pages/home.scss */
h1 .post_id {
  background-clip: initial;
  text-fill-color: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #9292C1;
  font-family: Roboto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 24px;
}

/* line 55, app/assets/stylesheets/pages/home.scss */
h3 {
  color: #ffffff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 12px 16px;
  width: 100%;
}

/* line 66, app/assets/stylesheets/pages/home.scss */
a {
  color: #f0b97c;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
}

/* line 73, app/assets/stylesheets/pages/home.scss */
p.alert,
p.notice {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ECE1FE;
  font-weight: 400;
  border-radius: 6px;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 950;
  max-width: 800px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 98, app/assets/stylesheets/pages/home.scss */
p.alert.glass_card .material-symbols-outlined {
  color: #d45858;
}

/* line 104, app/assets/stylesheets/pages/home.scss */
p.notice.glass_card .material-symbols-outlined {
  color: #47cea6;
}

/* line 109, app/assets/stylesheets/pages/home.scss */
.resource_text {
  text-transform: none;
  color: #c2c0ff;
}

/* line 114, app/assets/stylesheets/pages/home.scss */
hr {
  background-color: white;
  border: 0px;
  margin: 24px 0px;
  opacity: 0.4;
  width: 80%;
  height: 1px;
}

/* line 123, app/assets/stylesheets/pages/home.scss */
.page_container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}

/* line 130, app/assets/stylesheets/pages/home.scss */
.home_container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

/* line 141, app/assets/stylesheets/pages/home.scss */
.connection_container {
  background: linear-gradient(210.81deg, #19105d 16.71%, #170134 112.35%);
  box-shadow: -8px -8px 12px rgba(188, 190, 255, 0.6), 8px 8px 12px #000000;
  border-radius: 35px;
  max-width: 800px;
  padding: 50px 30px;
}

/* line 151, app/assets/stylesheets/pages/home.scss */
img.bg_home_left {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}

/* line 159, app/assets/stylesheets/pages/home.scss */
img.profile_pic {
  border-radius: 8px;
  height: 42px;
  margin-right: 8px;
  object-fit: cover;
  width: 42px;
}

/* line 167, app/assets/stylesheets/pages/home.scss */
img.bg_home_right {
  position: fixed;
  right: 0;
  top: 50%;
  width: 50%;
  z-index: -1;
}

/* line 175, app/assets/stylesheets/pages/home.scss */
.admin_button {
  margin-right: 20px;
}

/* line 179, app/assets/stylesheets/pages/home.scss */
p.copyright {
  color: #9292c1;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3685px;
  line-height: 17px;
  margin: 30px 0px;
  padding-left: 180px;
  text-align: center;
}

/* line 191, app/assets/stylesheets/pages/home.scss */
p.copyright.with_slim_navbar {
  padding-left: 80px;
}

/* line 195, app/assets/stylesheets/pages/home.scss */
p.copyright.with_no_navbar {
  padding-left: 0px;
}

/* line 199, app/assets/stylesheets/pages/home.scss */
.glass__canvas {
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
}

/* line 210, app/assets/stylesheets/pages/home.scss */
.glass_card__header {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 30px;
  height: 62px;
  min-height: 62px;
  color: #F6F0FF;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  backdrop-filter: blur(3px) saturate(120%);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
  overflow: clip;
  -webkit-backdrop-filter: blur(3px);
}

/* line 228, app/assets/stylesheets/pages/home.scss */
.glass_card__body {
  backdrop-filter: blur(10px) saturate(120%);
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.5) 0%, rgba(20, 7, 41, 0.5) 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
}

/* line 240, app/assets/stylesheets/pages/home.scss */
.results_table__container.glass_card__body {
  z-index: unset;
}

/* line 244, app/assets/stylesheets/pages/home.scss */
.glass_card__body.profiler {
  flex-direction: row;
}

/* line 248, app/assets/stylesheets/pages/home.scss */
.glass_card {
  backdrop-filter: blur(10px) saturate(120%);
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.5) 0%, rgba(20, 7, 41, 0.5) 100%);
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
}

/* line 263, app/assets/stylesheets/pages/home.scss */
.glass_card__light {
  backdrop-filter: blur(3px) saturate(120%);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
}

/* line 282, app/assets/stylesheets/pages/home.scss */
.glass_card__section {
  background-color: #16152A;
  flex: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
}

/* line 292, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__container {
  width: 650px;
  border-radius: 15px;
  padding: 0px;
  margin-top: 12px;
}

/* line 299, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__header {
  color: #F6F0FF;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  padding: 0px 30px;
  letter-spacing: 0.4px;
  height: 62px;
  border-radius: 8px 8px 0px 0px;
}

/* line 310, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body {
  border-radius: 0px 0px 8px 8px !important;
  font-size: 14px;
  overflow: clip;
  padding: 10px;
}

/* line 316, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table {
  width: 100%;
}

/* line 320, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table th {
  color: #c2c0ff;
  flex-grow: 0;
  font-size: 10px;
  letter-spacing: unset;
  line-height: 12px;
  padding: 6px;
  text-align: left;
}

/* line 330, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table tr {
  border-color: #6f9eac80;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

/* line 336, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table tr:nth-child(4),
.cheat_sheet__body table tr:nth-child(8),
.cheat_sheet__body table tr:nth-child(10),
.cheat_sheet__body table tr:nth-child(14),
.cheat_sheet__body table tr:nth-child(18),
.cheat_sheet__body table tr:nth-child(22),
.cheat_sheet__body table tr:nth-child(26),
.cheat_sheet__body table tr:nth-child(30) {
  border-width: 0px;
}

/* line 347, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table td {
  font-weight: 300;
  line-height: 20px;
  padding: 8px 5px 8px 5px;
  color: #DAC3FE;
}

/* line 354, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table .material-symbols-outlined {
  color: #6b8eff;
}

/* line 358, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table td:nth-child(1) {
  color: #c2c0ff;
  color: #ECE1FE;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  width: 90px;
}

/* line 368, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body span.monospace {
  color: white;
  font-size: 1em;
  font-weight: 500;
}

/* line 374, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body span.example {
  color: #9288A5;
  font-size: 10px;
  text-wrap: nowrap;
}

/* line 379, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body span.example .monospace {
  color: #C7A5FD;
  font-weight: 300;
  font-size: 12px;
  margin-left: 4px;
}

/* line 387, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body .material-symbols-outlined {
  position: relative;
  top: 4px;
  margin-right: 2px;
  font-size: 16px !important;
}

/* line 395, app/assets/stylesheets/pages/home.scss */
.category_accent {
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  height: 1px;
}

/* line 406, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x,
.scrollbar_mid_x,
.scrollbar_thick_x {
  overflow-x: auto;
}

/* line 412, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_y,
.scrollbar_mid_y,
.scrollbar_thick_y {
  overflow-y: auto;
}

/* line 419, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar {
  width: 12px;
  height: 2px !important;
}

/* line 424, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_y::-webkit-scrollbar {
  width: 2px;
  height: 12px;
}

/* line 429, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar-track,
.scrollbar_thin_y::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 2px;
}

/* line 435, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar-thumb,
.scrollbar_thin_y::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 2px;
}

/* line 441, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar-thumb:hover,
.scrollbar_thin_y::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 447, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar {
  width: 12px;
  height: 4px !important;
}

/* line 452, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_y::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}

/* line 457, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar-track,
.scrollbar_mid_y::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 2px;
}

/* line 463, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar-thumb,
.scrollbar_mid_y::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 4px;
  border: 1px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 473, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar-thumb:hover,
.scrollbar_mid_y::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 479, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar {
  width: 12px;
  height: 8px !important;
}

/* line 484, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_y::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

/* line 489, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar-track,
.scrollbar_thick_y::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 4px;
}

/* line 495, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar-thumb,
.scrollbar_thick_y::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 8px;
  border: 1.5px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 505, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar-thumb:hover,
.scrollbar_thick_y::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 510, app/assets/stylesheets/pages/home.scss */
.action_button {
  align-items: center;
  background: rgba(22, 21, 42, 0.5);
  border: 1px solid #6f9eac80;
  border-radius: 36px;
  color: #b6b5ef;
  cursor: pointer;
  display: flex;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 15px;
  padding: 0px 16px;
  width: auto;
  height: 36px;
}

/* line 529, app/assets/stylesheets/pages/home.scss */
.action_button:hover {
  border-color: rgba(227, 197, 157, 0.7);
  color: #e3c59d;
}

/* line 534, app/assets/stylesheets/pages/home.scss */
.action_button:disabled {
  pointer-events: none;
  color: #ffffff80;
  cursor: default;
}

/* line 539, app/assets/stylesheets/pages/home.scss */
.action_button:disabled:hover {
  border-color: #6f9eac80;
  color: #ffffff80;
}

/* line 545, app/assets/stylesheets/pages/home.scss */
.action_button span.material-symbols-outlined {
  font-size: 20px;
  margin-right: 5px;
}

/* line 550, app/assets/stylesheets/pages/home.scss */
.action_button span.material-symbols-outlined.spinning {
  animation: spin 1s linear infinite;
}

/* line 555, app/assets/stylesheets/pages/home.scss */
.break_str {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  /* line 560, app/assets/stylesheets/pages/home.scss */
  img.bg_home_left {
    width: 90%;
  }
  /* line 564, app/assets/stylesheets/pages/home.scss */
  img.bg_home_right {
    bottom: 0;
    width: 90%;
  }
}

/* line 1, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.glass_card {
  transition: 0.1s;
  padding: 0px !important;
  overflow: visible;
  z-index: 950;
}

/* line 8, app/assets/stylesheets/pages/left_nav.scss */
.left_nav {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0px !important;
  border-width: 0px 1px 0px 0px !important;
  width: 180px;
  height: 100vh;
}

/* line 19, app/assets/stylesheets/pages/left_nav.scss */
.left_nav .usage {
  color: #e0e7ff;
  display: flex;
  font-family: Roboto Mono;
  font-size: 12px;
  font-weight: 300;
  justify-content: center;
}

/* line 28, app/assets/stylesheets/pages/left_nav.scss */
.left_nav .limit_reached {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  max-width: 800px;
}

/* line 36, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__title {
  color: #e0e7ff;
  font-family: Syncopate;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 5.5px;
  margin: 34px 0px;
  text-align: center;
  text-transform: lowercase;
}

/* line 48, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
}

/* line 58, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

/* line 64, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  color: #c2c0ff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  padding: 5px 15px;
  text-decoration: none;
  height: 40px;
}

/* line 78, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link img {
  width: 27px;
  height: 22px;
}

/* line 83, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link:hover {
  background: rgba(194, 192, 255, 0.3);
}

/* line 87, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link.active {
  background: rgba(194, 192, 255, 0.3);
  color: white;
}

/* line 94, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__container {
  position: relative;
  color: #c2c0ff;
  display: flex;
  flex-direction: column;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  z-index: 200;
}

/* line 106, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__content {
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  align-self: center;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

/* line 116, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 122, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__content img:hover {
  background: rgba(194, 192, 255, 0.3);
  color: white !important;
}

/* line 129, app/assets/stylesheets/pages/left_nav.scss */
.preview-thumb {
  border-radius: 8px;
  border: 1px solid #6f9eac80;
  display: block;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}

/* line 138, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu {
  position: absolute;
  left: -500px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%) !important;
  gap: 15px;
  min-width: 150px;
  opacity: 0;
  transition: visibility 0s 0.6s, opacity 0.5s;
}

/* line 154, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu__title {
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 159, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show {
  left: auto;
  right: -170px;
  bottom: 0px;
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 900;
  transition: opacity 0.5s ease-out, visibility 0s 0s;
}

/* line 173, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show .material-symbols-outlined {
  align-items: center;
  color: #8d8598;
  display: flex;
  font-size: 16px;
  margin-right: 4px;
  text-decoration: none;
  vertical-align: bottom;
}

/* line 183, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show a,
.organization_nav__menu.show a:active,
.organization_nav__menu.show a:visited {
  align-items: center;
  color: #8d8598;
  display: flex;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show a:last-of-type {
  padding-bottom: 0px;
}

/* line 196, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show a:hover {
  opacity: 0.8;
}

/* line 201, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map {
  width: 80px !important;
}

/* line 204, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map .left_nav__title {
  display: none;
}

/* line 208, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map .left_nav__items {
  margin-top: 110px;
}

/* line 212, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link {
  position: relative;
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  width: 30px;
  height: 50px;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 228, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link img {
  width: 22px;
  height: 22px;
  transition: margin 0.2s ease-in-out;
}

/* line 234, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link .link_text {
  display: none;
  font-size: 14px;
  color: white;
  padding-left: 8px;
}

/* line 241, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link.hovering {
  background: #63608f;
  justify-content: flex-start;
  width: 130px;
}

/* line 246, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link.hovering img {
  margin-left: 10px;
}

/* line 250, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link.hovering .link_text {
  display: inline-block;
}

/* line 255, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link:not(.hovering) {
  transition: width 0.1s ease-in, background 0.1s ease-in;
}

/* line 1, app/assets/stylesheets/pages/admin.scss */
.back {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/admin.scss */
.back a,
.back a:active,
.back a:visited,
.back .material-icons {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/pages/admin.scss */
.back a:hover {
  color: rgba(255, 255, 255, 0.3);
}

/* line 23, app/assets/stylesheets/pages/admin.scss */
.back .material-icons {
  font-size: 16px;
  vertical-align: bottom;
}

/* line 29, app/assets/stylesheets/pages/admin.scss */
a.add_case {
  align-items: center;
  background: rgba(194, 192, 255, 0.3);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border-radius: 20px;
  border: 1px solid;
  border-color: #6f9eac80;
  color: #c2c0ff;
  cursor: pointer;
  display: flex;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  margin: 24px 12px 24px 0px;
  overflow: clip;
  padding: 8px 24px;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/pages/admin.scss */
a.add_case span.material-icons {
  font-size: 22px;
  margin-right: 8px;
}

/* line 54, app/assets/stylesheets/pages/admin.scss */
.admin_links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 60, app/assets/stylesheets/pages/admin.scss */
.admin_container {
  align-items: center;
  background-color: #eaebef;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  padding: 30px;
  width: 100%;
}

/* line 70, app/assets/stylesheets/pages/admin.scss */
.admin_container h1 {
  margin-bottom: 20px;
}

/* line 75, app/assets/stylesheets/pages/admin.scss */
.admin_container form input[type="text"],
.admin_container form input[type="email"],
.admin_container form input[type="password"],
.admin_container form input[type="url"],
.admin_container form input[type="tel"] {
  background-color: #ffffff;
}

/* line 83, app/assets/stylesheets/pages/admin.scss */
.admin_container form label {
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
}

/* line 93, app/assets/stylesheets/pages/admin.scss */
.main_container.edit_prompts {
  align-items: flex-start;
}

/* line 97, app/assets/stylesheets/pages/admin.scss */
#prompts_form {
  align-items: baseline;
  border-radius: 12px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1600px;
  padding: 30px;
}

/* line 109, app/assets/stylesheets/pages/admin.scss */
.glass_card.prompt_section {
  background: #1c1931;
  backdrop-filter: unset;
  border: none;
  border-radius: 12px !important;
}

/* line 116, app/assets/stylesheets/pages/admin.scss */
.form_group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 30px;
}

/* line 123, app/assets/stylesheets/pages/admin.scss */
.form_group label {
  font-weight: 300;
  font-size: 17px;
}

/* line 127, app/assets/stylesheets/pages/admin.scss */
.form_group label .role_label {
  color: #f86cb8;
}

/* line 133, app/assets/stylesheets/pages/admin.scss */
.actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 142, app/assets/stylesheets/pages/admin.scss */
.ace_editor {
  width: 620px;
  background-color: #4b4a62 !important;
  border-radius: 8px;
  color: #e0e7ff !important;
}

/* line 150, app/assets/stylesheets/pages/admin.scss */
.ace_gutter {
  background-color: #151325 !important;
}

/* line 155, app/assets/stylesheets/pages/admin.scss */
.ace_gutter-active-line.ace_gutter-cell {
  background: #2f2a4e !important;
}

/* line 160, app/assets/stylesheets/pages/admin.scss */
.ace_active-line {
  background-color: #15132571 !important;
}

/* line 165, app/assets/stylesheets/pages/admin.scss */
.ace_gutter-cell {
  color: #c2c0ff;
}

/* line 170, app/assets/stylesheets/pages/admin.scss */
.ace_dynamic.ace_variable {
  color: #94b8ff;
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/pages/admin.scss */
.ace_cursor {
  color: #f0b97c !important;
}

/* line 181, app/assets/stylesheets/pages/admin.scss */
.ace_editor .ace_selection,
.ace_editor .ace_multiselect .ace_selection {
  background: #794fbd !important;
}

/* line 187, app/assets/stylesheets/pages/admin.scss */
.ace_editor .ace_marker-layer .ace_selected-word {
  background: #794fbd !important;
}

@media screen and (max-width: 1746px) {
  /* line 193, app/assets/stylesheets/pages/admin.scss */
  #prompts_form {
    max-width: 800px;
    padding: 30px 80px;
  }
}

/* line 1, app/assets/stylesheets/pages/forms.scss */
::placeholder {
  color: #ffffff;
  font-weight: 200;
  opacity: 0.7;
}

/* line 7, app/assets/stylesheets/pages/forms.scss */
.user_session_container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 80px 0px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/pages/forms.scss */
form {
  display: flex;
  flex-direction: column;
}

/* line 19, app/assets/stylesheets/pages/forms.scss */
form h2 {
  font-family: Syncopate;
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/pages/forms.scss */
form select,
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form textarea {
  border-width: 0px;
  border-radius: 43px;
  box-sizing: border-box;
  color: white;
  height: 50px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 24px;
  min-width: 321px;
  padding-left: 20px;
}

/* line 46, app/assets/stylesheets/pages/forms.scss */
form select:-webkit-autofill, form select:-internal-autofill-selected,
form input[type="text"]:-webkit-autofill,
form input[type="text"]:-internal-autofill-selected,
form input[type="email"]:-webkit-autofill,
form input[type="email"]:-internal-autofill-selected,
form input[type="number"]:-webkit-autofill,
form input[type="number"]:-internal-autofill-selected,
form input[type="tel"]:-webkit-autofill,
form input[type="tel"]:-internal-autofill-selected,
form input[type="url"]:-webkit-autofill,
form input[type="url"]:-internal-autofill-selected,
form input[type="password"]:-webkit-autofill,
form input[type="password"]:-internal-autofill-selected,
form textarea:-webkit-autofill,
form textarea:-internal-autofill-selected {
  color: white;
}

/* line 51, app/assets/stylesheets/pages/forms.scss */
form select:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: none !important;
}

/* line 56, app/assets/stylesheets/pages/forms.scss */
form select:invalid {
  color: #c2c0ff;
}

/* line 60, app/assets/stylesheets/pages/forms.scss */
form input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 24px;
  height: 24px;
}

/* line 67, app/assets/stylesheets/pages/forms.scss */
form input[type="submit"] {
  background: rgba(194, 192, 255, 0.3);
  border-radius: 43px;
  border-width: 0px;
  border-radius: 43px;
  color: #c2c0ff;
  cursor: pointer;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 29px;
  width: 100%;
}

/* line 83, app/assets/stylesheets/pages/forms.scss */
button[type="submit"] {
  align-items: center;
  background: rgba(194, 192, 255, 0.3);
  border-radius: 40px;
  border-width: 0px;
  color: #c2c0ff;
  cursor: pointer;
  display: flex;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 36px;
  text-wrap: nowrap;
}

/* line 98, app/assets/stylesheets/pages/forms.scss */
.standard_form {
  padding: 80px;
}

/* line 101, app/assets/stylesheets/pages/forms.scss */
.standard_form .form__header {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: Poppins;
  margin-bottom: 48px;
  text-align: center;
}

/* line 109, app/assets/stylesheets/pages/forms.scss */
.standard_form .form__header .form__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

/* line 116, app/assets/stylesheets/pages/forms.scss */
.standard_form .form__header .form__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.7;
}

/* line 125, app/assets/stylesheets/pages/forms.scss */
.standard_form form div.input {
  display: flex;
  flex-direction: column;
}

/* line 130, app/assets/stylesheets/pages/forms.scss */
.standard_form form div.input.boolean {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 0px 0px 1px 0px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

/* line 137, app/assets/stylesheets/pages/forms.scss */
.standard_form form label {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-weight: 600;
}

/* line 144, app/assets/stylesheets/pages/forms.scss */
.standard_form form select,
.standard_form form input[type="text"],
.standard_form form input[type="email"],
.standard_form form input[type="number"],
.standard_form form input[type="tel"],
.standard_form form input[type="url"],
.standard_form form input[type="password"],
.standard_form form textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  color: #ffffff;
  height: 56px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  opacity: 0.7;
  padding: 0px;
}

/* line 166, app/assets/stylesheets/pages/forms.scss */
.standard_form form select:autofill, .standard_form form select:-webkit-autofill, .standard_form form select:-internal-autofill-selected,
.standard_form form input[type="text"]:autofill,
.standard_form form input[type="text"]:-webkit-autofill,
.standard_form form input[type="text"]:-internal-autofill-selected,
.standard_form form input[type="email"]:autofill,
.standard_form form input[type="email"]:-webkit-autofill,
.standard_form form input[type="email"]:-internal-autofill-selected,
.standard_form form input[type="number"]:autofill,
.standard_form form input[type="number"]:-webkit-autofill,
.standard_form form input[type="number"]:-internal-autofill-selected,
.standard_form form input[type="tel"]:autofill,
.standard_form form input[type="tel"]:-webkit-autofill,
.standard_form form input[type="tel"]:-internal-autofill-selected,
.standard_form form input[type="url"]:autofill,
.standard_form form input[type="url"]:-webkit-autofill,
.standard_form form input[type="url"]:-internal-autofill-selected,
.standard_form form input[type="password"]:autofill,
.standard_form form input[type="password"]:-webkit-autofill,
.standard_form form input[type="password"]:-internal-autofill-selected,
.standard_form form textarea:autofill,
.standard_form form textarea:-webkit-autofill,
.standard_form form textarea:-internal-autofill-selected {
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
}

/* line 176, app/assets/stylesheets/pages/forms.scss */
.standard_form form select:focus,
.standard_form form input[type="text"]:focus,
.standard_form form input[type="email"]:focus,
.standard_form form input[type="number"]:focus,
.standard_form form input[type="tel"]:focus,
.standard_form form input[type="url"]:focus,
.standard_form form input[type="password"]:focus,
.standard_form form textarea:focus {
  outline: none !important;
}

/* line 181, app/assets/stylesheets/pages/forms.scss */
.standard_form form textarea {
  margin-top: 12px;
  resize: none;
  height: initial;
}

/* line 187, app/assets/stylesheets/pages/forms.scss */
.standard_form form input[type="checkbox"] {
  margin: 0px 8px 0px 0px;
}

/* line 191, app/assets/stylesheets/pages/forms.scss */
.standard_form form input[type="submit"] {
  background: #a26cfc;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/pages/search.scss */
.main_container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-left: 180px;
  max-width: 100%;
  padding: 32px;
  width: 100%;
  max-width: -webkit-fill-available;
  min-height: calc(100vh - 68px);
}

/* line 13, app/assets/stylesheets/pages/search.scss */
.main_container p.subtitle {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-top: 6px;
  opacity: 0.5;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}

/* line 26, app/assets/stylesheets/pages/search.scss */
.main_container.full_width {
  margin-left: 0px;
  width: 100%;
}

/* line 31, app/assets/stylesheets/pages/search.scss */
.main_container.slim_nav {
  margin-left: 80px;
  width: calc(100% - 80px);
}

/* line 36, app/assets/stylesheets/pages/search.scss */
.main_container.profiler_map {
  transition: 0.3s;
  width: 50%;
}

/* line 42, app/assets/stylesheets/pages/search.scss */
.search_header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-right: 64px;
  margin-bottom: 25px;
  width: -webkit-fill-available;
}

/* line 50, app/assets/stylesheets/pages/search.scss */
.search_header p.subtitle {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-top: 6px;
  opacity: 0.5;
}

/* line 61, app/assets/stylesheets/pages/search.scss */
.search_form__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  width: 100%;
}

/* line 69, app/assets/stylesheets/pages/search.scss */
.search_form__container form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 76, app/assets/stylesheets/pages/search.scss */
.search_form__container #upload_trigger {
  height: 52px;
  padding-right: 20px;
}

/* line 82, app/assets/stylesheets/pages/search.scss */
.search_bar__container {
  position: relative;
  display: flex;
  height: 60px !important;
}

/* line 88, app/assets/stylesheets/pages/search.scss */
.search_bar {
  border-radius: 0px 30px 30px 0px !important;
  flex: 2;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  overflow: initial !important;
  padding: 0px 4px 0px 0px !important;
  z-index: 10;
  height: 100%;
}

/* line 101, app/assets/stylesheets/pages/search.scss */
.search_bar img {
  margin-right: 12px;
  height: 14px;
}

/* line 106, app/assets/stylesheets/pages/search.scss */
.search_bar div.input {
  flex-grow: 1;
}

/* line 110, app/assets/stylesheets/pages/search.scss */
.search_bar input[type="text"],
.search_bar input[type="search"],
.search_bar input[type="email"],
.search_bar input[type="number"],
.search_bar input[type="tel"],
.search_bar input[type="url"] {
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  color: #ece1fe;
  font-weight: 300;
  margin: 0px;
  min-width: 400px;
  padding: 0px 18px;
  width: 100%;
  height: 100%;
}

/* line 128, app/assets/stylesheets/pages/search.scss */
.search_bar input[type="number"] {
  max-width: calc(100% - 20px);
}

/* line 132, app/assets/stylesheets/pages/search.scss */
.search_bar button[type="submit"] {
  font-size: 16px !important;
  width: 155px;
  border-radius: 6px;
}

/* line 137, app/assets/stylesheets/pages/search.scss */
.search_bar button[type="submit"]:disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.5;
}

/* line 145, app/assets/stylesheets/pages/search.scss */
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* line 151, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown {
  border-right: 0px !important;
  border-radius: 30px 0px 0px 30px !important;
  height: 100% !important;
  width: 181px !important;
}

/* line 157, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_option {
  display: flex;
  justify-content: start;
  padding: 0px 16px !important;
}

/* line 164, app/assets/stylesheets/pages/search.scss */
.dropdown_main__container.search_bar__dropdown.expanded {
  border-radius: 8px 0px 0px 0px !important;
}

/* line 168, app/assets/stylesheets/pages/search.scss */
.search_options__container {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

/* line 176, app/assets/stylesheets/pages/search.scss */
.search_options {
  border-radius: 50px !important;
  display: flex;
  flex: 2;
  gap: 16px !important;
  justify-content: space-evenly;
  padding: 0px 16px !important;
  height: 52px !important;
}

/* line 187, app/assets/stylesheets/pages/search.scss */
.publish_time {
  width: 200px !important;
  height: 52px !important;
  border-radius: 26px !important;
}

/* line 193, app/assets/stylesheets/pages/search.scss */
.dropdown_main__container.publish_time.expanded {
  border-radius: 8px 8px 0px 0px !important;
}

/* line 197, app/assets/stylesheets/pages/search.scss */
.search_option {
  align-items: center;
  border-radius: 27px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  font-size: 14px;
  gap: 10px;
  letter-spacing: 0.5px;
  line-height: 21px;
  justify-content: flex-start;
  text-align: center;
  text-transform: lowercase;
  margin: 0px;
}

/* line 214, app/assets/stylesheets/pages/search.scss */
.no_suggestions {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* line 221, app/assets/stylesheets/pages/search.scss */
img.search_illustration {
  max-width: 640px;
  width: 100%;
}

/* line 226, app/assets/stylesheets/pages/search.scss */
.enhanced_search_container {
  margin: auto;
  max-width: 600px;
  width: 100%;
}

/* line 232, app/assets/stylesheets/pages/search.scss */
.enhanced_search,
.extended_search,
.ongoing_search {
  align-items: center;
  display: flex;
  color: #c2c0ff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-left: 0px;
  width: fit-content;
  width: 100%;
}

/* line 249, app/assets/stylesheets/pages/search.scss */
.enhanced_search img,
.extended_search img,
.ongoing_search img {
  margin-right: 15px;
  width: 25px;
}

/* line 254, app/assets/stylesheets/pages/search.scss */
.enhanced_search .text,
.extended_search .text,
.ongoing_search .text {
  color: #c2c0ff;
}

/* line 258, app/assets/stylesheets/pages/search.scss */
.enhanced_search .hidden,
.extended_search .hidden,
.ongoing_search .hidden {
  content-visibility: hidden;
}

/* line 263, app/assets/stylesheets/pages/search.scss */
.hidden {
  content-visibility: hidden;
}

/* line 267, app/assets/stylesheets/pages/search.scss */
.loading span {
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

/* line 274, app/assets/stylesheets/pages/search.scss */
.loading span:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 278, app/assets/stylesheets/pages/search.scss */
.loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 294, app/assets/stylesheets/pages/search.scss */
p.no_result {
  color: #c2c0ff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 24px 0px;
}

/* line 302, app/assets/stylesheets/pages/search.scss */
.results_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
}

/* line 311, app/assets/stylesheets/pages/search.scss */
.results_map {
  top: calc(50% - 80px);
  right: 0px;
  align-items: center;
  border-radius: 8px 0px 0px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 0px;
  position: sticky;
  position: -webkit-sticky;
  transition: width 1s ease, height 0.5s ease, top 0.5s ease;
  z-index: 10;
  width: 80px;
  height: 100px;
}

/* line 332, app/assets/stylesheets/pages/search.scss */
.results_map.expanded {
  top: 8px;
  border-left: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px 0px 0px 8px;
  overflow: visible;
  z-index: 900;
  width: 100%;
  height: calc(100vh - 16px);
}

/* line 343, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav {
  position: absolute;
  top: -1px;
  left: -52px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  min-width: auto;
  z-index: 900;
  width: 45px;
  height: 45px;
}

/* line 362, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav .map_cta {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

/* line 371, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav .map_cta:hover {
  color: white;
}

/* line 375, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav .map_cta .close_map_btn {
  font-size: 18px !important;
}

/* line 385, app/assets/stylesheets/pages/search.scss */
.results_map .map_nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  color: white;
  cursor: pointer;
  min-width: 80px;
  width: 80px;
}

/* line 394, app/assets/stylesheets/pages/search.scss */
.results_map .map_nav .chevrons {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* line 403, app/assets/stylesheets/pages/search.scss */
.results_map .map_nav span.map_cta {
  color: #c2c0ff;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  padding-top: 4px;
}

/* line 412, app/assets/stylesheets/pages/search.scss */
.results_map div#map {
  height: 100%;
  width: 100%;
}

/* line 417, app/assets/stylesheets/pages/search.scss */
.results_map .country_flag {
  padding-right: 6px;
  vertical-align: baseline;
}

/* line 423, app/assets/stylesheets/pages/search.scss */
.search_results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  transition: height 1s ease;
}

/* line 431, app/assets/stylesheets/pages/search.scss */
.results_category {
  border-radius: 8px;
  border-width: 1px;
  margin-bottom: 40px;
  padding: 0px;
  width: 100%;
}

/* line 438, app/assets/stylesheets/pages/search.scss */
.results_category.map_expanded {
  width: 95%;
}

/* line 442, app/assets/stylesheets/pages/search.scss */
.results_category .category_header {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-width: 0px;
  color: #e0e7ff;
  clip-path: border-box;
  display: flex;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 36px;
  padding: 0px 30px;
  height: 62px;
  min-height: 62px;
}

/* line 465, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container {
  box-sizing: border-box;
  overflow-x: scroll;
  width: 100%;
}

/* line 470, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container::-webkit-scrollbar {
  display: none;
}

/* line 474, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}

/* line 481, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 487, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table label {
  background: transparent;
  border: 1px solid white;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  margin: 2px 10px 0px 0px;
  width: 14px;
  height: 14px;
}

/* line 498, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table input[type="checkbox"]:checked + label {
  background: linear-gradient(45deg, rgba(248, 108, 184, 0.3) 0%, rgba(240, 185, 124, 0.6) 100%);
}

/* line 506, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table thead tr:first-of-type {
  border-width: 0px;
}

/* line 510, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table tr {
  border-color: #6f9eac80;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

/* line 516, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table tr:last-of-type {
  border-width: 0px;
}

/* line 521, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table th {
  color: #c2c0ff;
  flex-grow: 0;
  font-size: 10px;
  letter-spacing: unset;
  line-height: 12px;
  padding: 25px 8px 12px 8px;
  text-align: left;
}

/* line 531, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table img.profile_pic {
  border-radius: 8px;
  height: 42px;
  margin-right: 8px;
  object-fit: cover;
  width: 42px;
}

/* line 539, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table img.logo {
  max-width: 42px;
  height: auto;
  max-height: 42px;
}

/* line 545, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td {
  padding: 8px;
  vertical-align: middle;
}

/* line 549, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td b {
  font-weight: 500;
  margin-right: 8px;
}

/* line 554, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td span.thin {
  color: #f0b97c;
  font-weight: 200;
}

/* line 560, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.action__td {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 566, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.search_type__td {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  gap: 5px;
  text-transform: uppercase;
}

/* line 575, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table .search_type__emoji {
  font-size: 14px;
}

/* line 579, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table th:first-of-type,
.results_category .results_table__container table td:first-of-type {
  padding-left: 20px;
}

/* line 584, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table th:last-of-type,
.results_category .results_table__container table td:last-of-type {
  padding-right: 15px;
}

/* line 590, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.reference .post_id {
  color: #a26cfc;
  font-weight: 300;
}

/* line 596, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.thin {
  color: #c2c0ff;
}

/* line 600, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.wide {
  min-width: 150px;
}

/* line 604, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.coloured {
  color: #f0b97c;
}

/* line 608, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.bold {
  font-weight: 400;
}

/* line 612, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table a.hidden {
  visibility: hidden;
}

/* line 616, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table a,
.results_category .results_table__container table a:active,
.results_category .results_table__container table a:visited {
  color: #f0b97c;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

/* line 625, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table a:hover {
  text-decoration: underline;
}

/* line 632, app/assets/stylesheets/pages/search.scss */
.result__title {
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 637, app/assets/stylesheets/pages/search.scss */
.result__desc {
  margin-bottom: 8px;
}

/* line 641, app/assets/stylesheets/pages/search.scss */
.save_block__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 100%;
}

/* line 648, app/assets/stylesheets/pages/search.scss */
#save_block {
  display: flex;
}

/* line 651, app/assets/stylesheets/pages/search.scss */
#save_block select {
  appearance: none;
  color: white;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  margin-right: 12px;
}

/* line 660, app/assets/stylesheets/pages/search.scss */
#save_block button {
  background: rgba(194, 192, 255, 0.3);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border-radius: 20px;
  border: 1px solid;
  border-color: #6f9eac80;
  color: #c2c0ff;
  cursor: pointer;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  overflow: clip;
  padding: 5px 36px;
  text-wrap: nowrap;
}

/* line 678, app/assets/stylesheets/pages/search.scss */
.call_list__container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 24px;
  width: -webkit-fill-available;
}

/* line 686, app/assets/stylesheets/pages/search.scss */
.call_list__container.analysis_call {
  margin-right: 0px;
}

/* line 690, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card {
  flex-grow: 1;
  padding: 0px;
}

/* line 693, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card .call_list__header {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-width: 0px;
  color: #e0e7ff;
  clip-path: border-box;
  display: flex;
  flex-direction: row;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  padding-left: 30px;
  height: 42px;
}

/* line 714, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card .category_accent {
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  height: 1px;
}

/* line 724, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list {
  margin: 10px 20px;
  table-layout: auto;
}

/* line 728, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list th:first-child,
.call_list__container .call_list_card table#call_list td:first-child {
  width: 100%;
}

/* line 733, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list th,
.call_list__container .call_list_card table#call_list td {
  height: 25px;
}

/* line 738, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list .call_name {
  color: #e0e7ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

/* line 745, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list .call_status {
  text-align: center;
}

/* line 751, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_adv {
  align-items: center;
  background: rgba(162, 108, 252, 0.2);
  border: 1px solid rgba(162, 108, 252, 0.6);
  border-radius: 24px;
  box-sizing: border-box;
  color: #a26cfc;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin: 5px 0px 0px 20px;
  padding: 4px 10px;
  text-align: center;
  text-wrap: nowrap;
  min-width: 80px;
}

/* line 768, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_adv.complete {
  background: rgba(191, 224, 224, 0.2);
  border: 1px solid rgba(191, 224, 224, 0.6);
  color: #bfe0e0;
}

/* line 774, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_adv.failed {
  background: rgba(248, 108, 184, 0.2);
  border: 1px solid rgba(248, 108, 184, 0.6);
  color: #f86cb8;
}

/* line 782, app/assets/stylesheets/pages/search.scss */
.loader-line {
  background: linear-gradient(0deg, #16152a 0%, rgba(22, 21, 42, 0.38) 50%, #16152a 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 3px;
}

/* line 796, app/assets/stylesheets/pages/search.scss */
.loader-line:before {
  position: absolute;
  left: -50%;
  animation: lineAnim 1s linear infinite;
  background: linear-gradient(0deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  border-radius: 20px;
  content: "";
  width: 40%;
  height: 3px;
}

/* line 807, app/assets/stylesheets/pages/search.scss */
.country_flag {
  border-radius: 0px !important;
  vertical-align: middle;
  height: 14px;
}

/* line 815, app/assets/stylesheets/pages/search.scss */
.monospace {
  font-family: 'Roboto Mono';
}

/* line 820, app/assets/stylesheets/pages/search.scss */
#osint_results,
#epieos_results {
  width: 100%;
  margin-bottom: 40px;
  padding: 0px;
}

/* line 826, app/assets/stylesheets/pages/search.scss */
#osint_results .category_header,
#epieos_results .category_header {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-width: 0px;
  color: #e0e7ff;
  clip-path: border-box;
  display: flex;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 36px;
  padding: 0px 30px;
  height: 62px;
  min-height: 62px;
}

/* line 849, app/assets/stylesheets/pages/search.scss */
#osint_results .category_accent,
#epieos_results .category_accent {
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  height: 1px;
}

/* line 859, app/assets/stylesheets/pages/search.scss */
#osint_results .results_display_container,
#epieos_results .results_display_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  transition: max-height 1s ease, padding 1.5s ease;
}

/* line 866, app/assets/stylesheets/pages/search.scss */
#osint_results .results_display_container.collapsed,
#epieos_results .results_display_container.collapsed {
  max-height: 0px;
  padding: 0px;
}

/* line 873, app/assets/stylesheets/pages/search.scss */
.results_display_container:has(> .osint_card:not(.hidden)):not(:has(> .osint_card:not(.hidden) ~ .osint_card:not(.hidden))) > .osint_card:not(.hidden) {
  flex: none;
  width: 666px !important;
}

/* line 879, app/assets/stylesheets/pages/search.scss */
.osint_card {
  text-wrap: wrap;
  flex: 1;
  height: 290px;
  min-width: 470px;
  display: flex;
  flex-direction: column;
  background-color: #16152a;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: clip;
  padding: 12px;
}

/* line 893, app/assets/stylesheets/pages/search.scss */
.top_section_container {
  display: flex;
  gap: 12px;
  flex: 1;
}

/* line 898, app/assets/stylesheets/pages/search.scss */
.top_section_container .profile_picture {
  width: 130px;
  height: 130px;
  border-radius: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}

/* line 908, app/assets/stylesheets/pages/search.scss */
.top_left_section_container {
  border-bottom: 1px solid rgba(194, 192, 255, 0.246);
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 300px;
}

/* line 916, app/assets/stylesheets/pages/search.scss */
.title_container {
  align-items: center;
  border-bottom: 1px solid rgba(194, 192, 255, 0.246);
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
}

/* line 923, app/assets/stylesheets/pages/search.scss */
.title_container::-webkit-scrollbar {
  height: 1px !important;
}

/* line 927, app/assets/stylesheets/pages/search.scss */
.title_container .logo {
  border-radius: 8px;
  height: 40px;
  width: auto;
}

/* line 933, app/assets/stylesheets/pages/search.scss */
.title_container .title {
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  font-family: Syncopate;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 950, app/assets/stylesheets/pages/search.scss */
.info_container {
  display: flex;
  flex-direction: column;
  max-height: 130px;
  flex: 1;
  padding-right: 8px;
}

/* line 959, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box {
  border-bottom: 1px solid rgba(194, 192, 255, 0.246);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: -webkit-fill-available;
  padding: 7px 0px;
}

/* line 967, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box p {
  font-size: 12px;
  font-weight: 300;
  color: rgba(194, 192, 255, 0.697);
  text-transform: capitalize;
}

/* line 974, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box .info_text {
  font-size: 12px;
  font-weight: normal;
}

/* line 979, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box .info_text_link {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 280px;
}

/* line 989, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box .info_text_link .material-symbols-outlined {
  font-size: 12px !important;
}

/* line 997, app/assets/stylesheets/pages/search.scss */
.bottom_info_container {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
}

/* line 1004, app/assets/stylesheets/pages/search.scss */
.bottom_info_box {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(194, 192, 255, 0.3);
  border-radius: 50px;
  padding: 3px 5px;
}

/* line 1012, app/assets/stylesheets/pages/search.scss */
.bottom_info_box .material-symbols-outlined {
  font-size: 14px;
  font-weight: bold;
}

/* line 1017, app/assets/stylesheets/pages/search.scss */
.bottom_info_box p {
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 1026, app/assets/stylesheets/pages/search.scss */
.view_account_link {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  margin-top: 12px;
  padding: 5px 10px;
  width: fit-content;
  text-decoration: none !important;
  border: 1px solid #dba971;
  border-radius: 50px;
  align-self: flex-end;
}

/* line 1039, app/assets/stylesheets/pages/search.scss */
.view_account_link span {
  display: inline-block;
  font-size: 11px !important;
}

/* line 1044, app/assets/stylesheets/pages/search.scss */
.view_account_link:hover {
  color: #dba971;
}

/* line 1049, app/assets/stylesheets/pages/search.scss */
.true {
  color: green;
}

/* line 1053, app/assets/stylesheets/pages/search.scss */
.false {
  color: red;
}

/* line 1057, app/assets/stylesheets/pages/search.scss */
.status {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* line 1064, app/assets/stylesheets/pages/search.scss */
.info_icon {
  position: relative;
  cursor: pointer;
  font-size: 14px !important;
  color: rgba(194, 192, 255, 0.697);
}

/* line 1070, app/assets/stylesheets/pages/search.scss */
.info_icon .tooltip_container {
  position: absolute;
  top: -45px;
  right: -45px;
  font-family: Poppins;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 0.8rem;
  z-index: 10;
}

/* line 1083, app/assets/stylesheets/pages/search.scss */
.info_icon .tooltip_container.show_tooltip {
  opacity: 1 !important;
}

/* line 1088, app/assets/stylesheets/pages/search.scss */
.info_icon .error_tooltip {
  color: #ff6363;
  border: 1px solid #ff6363;
}

/* line 1092, app/assets/stylesheets/pages/search.scss */
.info_icon .error_tooltip:hover {
  cursor: help;
}

/* line 1097, app/assets/stylesheets/pages/search.scss */
.info_icon .notice_tooltip {
  color: rgba(194, 192, 255, 0.8);
  border: 1px solid rgba(194, 192, 255, 0.8);
}

/* line 1101, app/assets/stylesheets/pages/search.scss */
.info_icon .notice_tooltip:hover {
  cursor: help;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/pages/cases.scss */
.case__title {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/cases.scss */
.case__title h3 {
  margin: 0px 12px;
  width: fit-content;
}

/* line 14, app/assets/stylesheets/pages/cases.scss */
.search_category {
  align-items: center;
  background: linear-gradient(93.83deg, #A26CFC 2.14%, #F86CB8 47.59%, #F0B97C 91.39%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  opacity: 0.9;
  padding: 2px 16px;
  text-align: center;
  height: fit-content;
}

/* line 31, app/assets/stylesheets/pages/cases.scss */
.search_date {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
}

/* line 38, app/assets/stylesheets/pages/cases.scss */
.action_container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 24px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/pages/author.scss */
.author_profile_summary {
  color: #b6b5ef;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.32px;
  line-height: 18px;
  margin-bottom: 6px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 0px 18px 0px;
}

/* line 14, app/assets/stylesheets/pages/author.scss */
.results_category .results_table__container {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
  padding: 10px;
}

/* line 23, app/assets/stylesheets/pages/author.scss */
.results_table__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 30, app/assets/stylesheets/pages/author.scss */
.author_profile {
  align-items: center;
  border: 1px solid #6f9eac80;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

/* line 38, app/assets/stylesheets/pages/author.scss */
.author_profile .profile_background {
  position: relative;
  width: 100%;
  height: 90px;
}

/* line 43, app/assets/stylesheets/pages/author.scss */
.author_profile .profile_background.large {
  height: 200px;
}

/* line 47, app/assets/stylesheets/pages/author.scss */
.author_profile .profile_background .background_image {
  border-radius: 4px;
  margin-right: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 57, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__container {
  backdrop-filter: blur(10px) saturate(120%);
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.5) 0%, rgba(20, 7, 41, 0.5) 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0px 30px 18px 30px;
  width: 100%;
}

/* line 67, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__bottom_section {
  align-items: center;
  border-top: 1px solid #6f9eac80;
  display: flex;
  gap: 15px;
  padding: 0px;
  z-index: 2;
}

/* line 76, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__pic {
  height: -webkit-fill-available;
}

/* line 79, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__pic .profile_avatar {
  position: relative;
  bottom: 20px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  width: 130px;
  height: 130px;
}

/* line 90, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details {
  position: relative;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 800px;
  padding: 16px 12px 16px 0px;
}

/* line 100, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_nickname {
  color: #e0a15a;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  width: fit-content;
}

/* line 107, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_nickname:hover {
  text-decoration: underline;
}

/* line 112, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_uid {
  color: #cecef0;
  font-size: 13px;
  font-weight: normal;
}

/* line 118, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_signature {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: normal;
  color: #e0e0e0;
}

/* line 126, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_id {
  font-weight: 300;
  line-height: 12px;
  color: #874bef;
  font-size: 11px;
}

/* line 134, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  padding-top: 16px;
}

/* line 142, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats .stat {
  background: #16152A;
  border-radius: 8px;
  align-items: center;
  color: #e3e8f4;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-around;
  padding: 20px;
  width: 40px;
  height: 40px;
}

/* line 155, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats .stat .stat_label {
  font-size: 11px;
  color: #c2c0ff;
  letter-spacing: 0.3px;
}

/* line 161, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats .stat .stat_number {
  font-size: 15px;
  font-weight: 400;
}

/* line 170, app/assets/stylesheets/pages/author.scss */
.results_category .authors_table .author_id {
  color: #c2c0ff;
  font-weight: 300;
}

/* line 176, app/assets/stylesheets/pages/author.scss */
.report_row .country_flag {
  margin-right: 4px;
}

/* line 180, app/assets/stylesheets/pages/author.scss */
.lookup_btn {
  display: flex;
  justify-content: center;
  width: fit-content;
}

/* line 185, app/assets/stylesheets/pages/author.scss */
.lookup_btn.analyze_all {
  margin-left: auto;
}

/* line 193, app/assets/stylesheets/pages/author.scss */
.author_profile .stat_element,
.authors .stat_element,
.col_music .stat_element {
  font-family: Roboto Mono;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

/* line 1, app/assets/stylesheets/pages/analysis.scss */
.other_page {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/analysis.scss */
#noReportsMessage {
  position: relative;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 200;
  padding: 20px 0px;
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/pages/analysis.scss */
#cyber_map {
  border-radius: 8px 0px 0px 8px;
}

/* line 21, app/assets/stylesheets/pages/analysis.scss */
.results_category table td.status {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

/* line 26, app/assets/stylesheets/pages/analysis.scss */
.results_category table td.report {
  animation: fadeInOut 0.6s ease-in-out;
}

/* line 31, app/assets/stylesheets/pages/analysis.scss */
.analysis_container.multi_analysis {
  width: 100%;
}

/* line 34, app/assets/stylesheets/pages/analysis.scss */
.analysis_container.multi_analysis .results_category {
  align-items: center;
  margin-top: 24px;
  flex-wrap: nowrap;
  gap: 12px;
}

/* line 40, app/assets/stylesheets/pages/analysis.scss */
.analysis_container.multi_analysis .results_category .hidden {
  display: none;
}

/* line 46, app/assets/stylesheets/pages/analysis.scss */
.post_analysis__container {
  backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #16152477;
  border: 1px solid #6f9eac80;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  gap: 8px;
  justify-content: space-evenly;
  padding: 11px;
  width: 100%;
  margin-bottom: 15px;
}

/* line 65, app/assets/stylesheets/pages/analysis.scss */
.post_analysis__container .main_section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 72, app/assets/stylesheets/pages/analysis.scss */
.post_analysis_actions__container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
}

/* line 78, app/assets/stylesheets/pages/analysis.scss */
.post_analysis_actions__container button.delete {
  width: 36px;
}

/* line 83, app/assets/stylesheets/pages/analysis.scss */
.post_analysis__sub_container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-evenly;
  width: 100%;
}

/* line 91, app/assets/stylesheets/pages/analysis.scss */
.object_detection__section {
  flex: 1;
}

/* line 95, app/assets/stylesheets/pages/analysis.scss */
.object_detection__section .sub_section__card .video_desc {
  font-size: 12px;
  white-space: pre-wrap;
}

/* line 102, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card {
  background-color: #0E0123;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: fit-content;
}

/* line 108, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card span.red_flag {
  color: #ff073a !important;
  -webkit-text-fill-color: initial;
}

/* line 113, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content {
  padding: 16px;
}

/* line 116, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .tags_display {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 121, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .tags_display .tag {
  background: #b6b5ef4d;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 400;
  justify-content: center;
  line-height: 15px;
  padding: 4px 8px;
}

/* line 132, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .transcript {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 12px;
}

/* line 139, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .ocr_list {
  color: #e0d5f3;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: lowercase !important;
}

/* line 148, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .no_result {
  color: #345d7c !important;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

/* line 158, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiments_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}

/* line 165, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_line {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

/* line 171, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_topic {
  color: #a26cfc;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 18px;
  max-width: 70%;
}

/* line 180, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_topic__title {
  flex: 1;
}

/* line 184, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_topic__separator {
  color: #b6b5efb2;
  font-weight: 900;
  margin: 0px 8px;
}

/* line 190, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tags {
  color: #b6b5ef;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32px;
}

/* line 198, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tag {
  padding-right: 6px;
}

/* line 201, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tag.positive {
  color: #26E3AA;
}

/* line 205, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tag.negative {
  color: #F86C88;
}

/* line 211, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h1,
.sub_section__card h3 {
  font-weight: 100;
  margin: 0;
}

/* line 217, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h1 {
  font-family: "Syncopate";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding: 16px 0px 0px 16px;
}

/* line 226, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h1.simple {
  -webkit-text-fill-color: #b6b5ef;
}

/* line 231, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h3 {
  color: #9288A5;
  font-size: 11px;
  letter-spacing: 0.64px;
  line-height: 16px;
  padding: 0 0 0 16px;
  text-transform: capitalize;
}

/* line 240, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card hr {
  width: 100%;
  background: linear-gradient(90deg, rgba(90, 87, 255, 0.8) 0%, rgba(248, 108, 184, 0.8) 50%);
  margin: 0.5rem 0 0 0;
}

/* line 246, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .llm_report_categories {
  align-items: center;
  border-bottom: 1px solid #b6b5ef37;
  color: #b6b5efb2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
  padding: 0px 0px 8px 0px;
  white-space: nowrap;
}

/* line 257, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .llm_report_categories li {
  color: #e0e7ff;
  font-size: 13px;
  text-wrap: nowrap;
}

/* line 264, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card p {
  color: #e0d5f3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 20px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  overflow-wrap: anywhere;
}

/* line 278, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .conclusion .conclusion_label {
  color: #f86cb8;
  margin-bottom: 0.5rem;
}

/* line 285, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section {
  flex: 1;
}

/* line 288, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section .labels_display__container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 8px 0px 0px 0px;
}

/* line 294, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section .labels_display__container .labels_display__row {
  width: 100%;
  align-items: center;
  display: flex;
}

/* line 299, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section .labels_display__container .labels_display__row .label {
  align-items: center;
  background-color: #16152a;
  color: #e0e7ff;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  justify-content: center;
  line-height: 15px;
}

/* line 313, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown,
.dropdown_main__container.post_actions_dropdown {
  height: 36px;
  min-height: 36px;
  font-size: 12px;
}

/* line 320, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown_options__container,
.dropdown_main__container.post_actions_dropdown .dropdown_options__container {
  min-height: 36px;
}

/* line 324, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown__display,
.dropdown_main__container.post_actions_dropdown .dropdown__display {
  color: #DAC3FE;
}

/* line 327, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown__display .material-symbols-outlined,
.dropdown_main__container.post_actions_dropdown .dropdown__display .material-symbols-outlined {
  font-size: 20px !important;
}

/* line 332, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown_option,
.dropdown_main__container.post_actions_dropdown .dropdown_option {
  font-size: 12px;
  height: 36px;
}

/* line 336, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown_option .material-symbols-outlined,
.dropdown_main__container.post_actions_dropdown .dropdown_option .material-symbols-outlined {
  font-size: 17px !important;
}

/* line 342, app/assets/stylesheets/pages/analysis.scss */
.remove_report_from_sentinel {
  color: #F86C88 !important;
}

/* line 347, app/assets/stylesheets/pages/analysis.scss */
.hidden {
  display: none !important;
}

/* line 351, app/assets/stylesheets/pages/analysis.scss */
.chat_button {
  position: fixed;
  bottom: 40px;
  right: 25px;
  padding: 15px;
  background: linear-gradient(148deg, #d0b100 0%, #d98a00 100%);
  color: #513364;
  cursor: pointer;
  border: 1px solid #bec3e8;
  border-radius: 100%;
}

/* line 367, app/assets/stylesheets/pages/analysis.scss */
.chat_button:hover {
  background-color: #f0ac00;
}

/* line 372, app/assets/stylesheets/pages/analysis.scss */
.chat_container {
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 500px;
  height: 600px;
  background: #232141;
  border: 1px solid #c0c7ff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  font-family: Poppins;
  transition: 0.25s;
  z-index: 900;
}

/* line 388, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized {
  width: 200px;
  height: 68px;
  overflow: hidden;
}

/* line 394, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized .chat_header .chatbot_window_controls_container {
  gap: 5px;
}

/* line 398, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized .chat_header .robot_face {
  display: none;
}

/* line 403, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized .chat_content,
.chat_container.minimized .chat_input_container {
  display: none;
}

/* line 409, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header {
  position: relative;
  padding: 15px 10px;
  display: flex;
  gap: 7px;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  color: #e0e7ffd7;
  box-shadow: rgba(0, 0, 0, 0.121) 0px 8px 15px, rgba(0, 0, 0, 0.126) 0px 6px 6px;
}

/* line 421, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .robot_face {
  color: #f0ac00;
  font-size: 40px;
}

/* line 426, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header #chatHeaderText {
  font-size: 12px;
  font-weight: 300;
}

/* line 431, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .robot_name {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #f0ac00;
}

/* line 438, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .chatbot_window_controls_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 447, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .chatbot_window_controls_container .close_chat_btn {
  cursor: pointer;
  font-size: 16px;
}

/* line 454, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
  line-height: 18px;
}

/* line 460, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_label {
  margin-bottom: 2px;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.4px;
  font-weight: 100;
  color: #afc2ff;
  margin-bottom: 2px;
}

/* line 470, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.user,
.chat_container .chat_content .chat_message.ai {
  padding: 12px;
  color: #e0e7ff;
  width: fit-content;
  border-radius: 10px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
  line-height: 23px;
}

/* line 481, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.user {
  background-color: #16152a;
}

/* line 485, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.ai {
  color: #f0ac00;
  padding: 0px 5px;
  white-space: pre-wrap;
}

/* line 491, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.error {
  color: #d32f2f;
}

/* line 495, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .loading_indicator {
  display: inline-block;
  width: 14px;
  height: 5px;
  font-size: 24px;
  position: relative;
  color: #f0ac00;
}

/* line 504, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .loading_indicator::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  animation: loading-dots 1s steps(3, end) infinite;
}

/* line 517, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar {
  width: 10px;
  height: 2rem;
}

/* line 522, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 2px;
}

/* line 527, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 4px;
  border: 2px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 536, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 540, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #16152a;
  border-radius: 0px 0px 10px 10px;
}

/* line 548, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container input {
  flex-grow: 1;
  background-color: transparent;
  color: #e0e7ff;
  font-size: 16px;
  border: none;
  padding: 15px;
  font-family: Poppins;
}

/* line 558, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container input:focus {
  outline: none !important;
}

/* line 562, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e0e7ffb1 !important;
}

/* line 570, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container button {
  background-color: transparent;
  color: #f0ac00;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

/* line 578, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container button .material-symbols-outlined {
  font-size: 32px !important;
}

/* line 582, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container button:hover {
  color: #ffb700;
}

/* line 588, app/assets/stylesheets/pages/analysis.scss */
.chat_container .category {
  font-weight: bold;
  margin-top: 10px;
}

/* line 593, app/assets/stylesheets/pages/analysis.scss */
.chat_container .subcategory {
  padding-left: 20px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

/* line 600, app/assets/stylesheets/pages/analysis.scss */
.chat_container .tab_space {
  display: inline-block;
  width: 30px;
}

/* line 605, app/assets/stylesheets/pages/analysis.scss */
.chat_container .category strong {
  font-size: 20px;
  /* Slightly larger font for emphasis */
}

/* line 609, app/assets/stylesheets/pages/analysis.scss */
.chat_container strong {
  font-weight: bold;
}

/* line 615, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button {
  position: fixed;
  bottom: 40px;
  right: 120px;
  font-size: 30px;
  background-color: #00000079;
  color: #e0e7ff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

/* line 632, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button:hover {
  background-color: #000000;
  border: 1px solid #6f9eac80;
}

/* line 638, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button.visible {
  opacity: 1;
  visibility: visible;
}

/* line 643, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button.hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes loading-dots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

/* line 9, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

/* line 13, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wrapper {
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-right: 28px;
  z-index: 1;
  width: 100%;
  height: 168px;
}

/* line 27, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-emitter {
  position: relative;
  background: transparent;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

/* line 37, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  background: linear-gradient(152.97deg, #dd4421 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* line 56, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave1 {
  animation: sonarWave 12s linear infinite;
}

/* line 60, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave2 {
  animation: sonarWave 12s 6s linear infinite;
}

/* line 64, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave3 {
  animation: sonarWave 12s 8s linear infinite;
}

/* line 68, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card img.background_image {
  display: block;
  -webkit-mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  object-fit: cover;
  margin-bottom: -62px;
  max-width: 100%;
  width: 100%;
  height: 230px;
}

/* line 93, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card a.action_btn {
  margin-right: 0px;
}

/* line 97, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .call_list__container {
  margin-bottom: 0px;
}

/* line 102, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card.width100 {
  max-width: 100% !important;
  max-height: min-content;
}

/* line 107, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_card__body {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 16px;
}

/* line 115, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header {
  background: linear-gradient(152.97deg, #16152a 0%, rgba(22, 21, 42, 0.3) 100%);
  font-size: initial;
  justify-content: flex-start;
  padding: 0px 0px 0px 30px;
}

/* line 125, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .country_flag {
  height: 18px !important;
}

/* line 129, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wrapper {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-right: 28px;
  z-index: 1;
  width: 120px;
  height: 62px;
}

/* line 143, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-emitter {
  background: linear-gradient(90deg, #dd4421 0%, rgba(221, 68, 33, 0.7) 100%);
  width: 16px;
  height: 16px;
}

/* line 154, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wave1 {
  animation: smallSonarWave 12s linear infinite;
}

/* line 158, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wave2 {
  animation: smallSonarWave 12s 6s linear infinite;
}

/* line 162, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wave3 {
  animation: smallSonarWave 12s 8s linear infinite;
}

/* line 167, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__location {
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  font-family: Syncopate;
  font-size: 18px;
  letter-spacing: 2px;
  margin-left: 14px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 185, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__organization {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0.6;
  padding-left: 18px;
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_header__card {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  margin-top: 18px;
  width: 100%;
}

/* line 202, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_header__card .sentinel_cover__container {
  padding: 0px;
  position: relative;
  height: 230px;
  width: 100%;
}

/* line 208, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_header__card .sentinel_cover__container img.background_image {
  /* Apply mask for the blur effect */
  -webkit-mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 230px;
}

/* line 235, app/assets/stylesheets/pages/sentinels.scss */
h1 img.country_flag {
  height: 24px !important;
}

/* line 239, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_image_file,
.organization_image_file {
  margin-bottom: 35px;
  display: flex;
  gap: 15px;
}

/* line 245, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_image_file input[type="file"]::-webkit-file-upload-button,
.organization_image_file input[type="file"]::-webkit-file-upload-button {
  color: #a26cfc;
  font-weight: 400;
  font-size: 16px;
  font-family: Poppins;
  border: 1.5px solid #a26cfc;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: transparent;
  margin-right: 10px;
  cursor: pointer;
}

/* line 257, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_image_file input[type="file"]::-webkit-file-upload-button:hover,
.organization_image_file input[type="file"]::-webkit-file-upload-button:hover {
  color: #ffffff;
  border: 1.5px solid #be95ff;
}

@keyframes sonarWave {
  from {
    opacity: 0.7;
  }
  to {
    transform: scale(50);
    opacity: 0;
  }
}

@keyframes smallSonarWave {
  from {
    opacity: 0.3;
  }
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box {
  font-family: Poppins;
  box-sizing: border-box;
  font-size: 14px;
  min-width: 400px;
  max-height: 300px;
  overflow-y: auto;
  padding: 14px;
  position: relative;
  color: #e1e1e1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 800;
  /* Scrollbar styling */
  /* Styles for no suggestions */
}

/* line 17, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 22, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 0px 0px 5px 0px;
}

/* line 27, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 4px;
  border: 2px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 35, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 39, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 45, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 5px;
  padding: 10px;
  color: #b6b5ef;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(135, 118, 161, 0.524);
}

/* line 57, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item:last-child {
  border-bottom: none;
}

/* line 61, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item:hover {
  background-color: rgba(182, 181, 239, 0.25);
}

/* line 65, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .user_profile_img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

/* line 71, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item span {
  flex-grow: 1;
}

/* line 75, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .pin_img {
  width: 22px;
  height: 22px;
}

/* line 80, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .username {
  width: 70px;
}

/* line 84, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .content_count_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20px;
  height: 20px;
  background-color: transparent;
  font-weight: 400;
  font-size: 12px;
  color: #c2c0ff;
}

/* line 96, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .type_indicators {
  display: flex;
  justify-content: end;
  gap: 4px;
  max-width: 70px;
}

/* line 103, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .type_indicator_circle {
  max-width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #c2c0ff;
  display: inline-block;
}

/* line 113, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .no_suggestions {
  text-align: center;
  color: rgba(182, 181, 239, 0.75);
  padding: 12px;
  font-style: italic;
}

/* line 122, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestion_item.profiler .suggestion_item_info__container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  gap: 20px;
}

/* line 129, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestion_item.profiler .content_suggestion_item span {
  flex-grow: 0;
  width: fit-content;
}

/* Map filtering container */
/* line 136, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container {
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px 0px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-family: Poppins;
  padding: 10px 14px;
  z-index: 800;
}

/* line 157, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container.hide {
  display: none;
}

/* line 161, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container.show {
  display: flex;
}

/* line 165, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container .map_filter_btn {
  cursor: pointer;
  display: flex;
  background-color: transparent;
  border: none;
  align-items: center;
  gap: 7px;
  padding: 10px 10px 10px 5px;
  color: #b6b5ef;
  border-radius: 5px;
  transition: background-color 0.3s;
}

/* line 177, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container .map_filter_btn:hover, .map_filter_container .map_filter_btn.active {
  background-color: rgba(255, 255, 255, 0.107);
}

/* line 182, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container .map_filter_btn .type_indicator_circle {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50%;
  border: 1px solid #c2c0ff;
}

/* line 191, app/assets/stylesheets/pages/map_partial.scss */
.open_map_filter_container_btn {
  position: absolute;
  padding: 5px;
  top: 80px;
  left: 5px;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 207, app/assets/stylesheets/pages/map_partial.scss */
.open_map_filter_container_btn:hover {
  color: white;
}

/* line 212, app/assets/stylesheets/pages/map_partial.scss */
.close_map_filter_container_btn {
  font-size: 14px !important;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/pages/map_partial.scss */
.close_map_filter_container_btn:hover {
  color: white;
}

/* line 221, app/assets/stylesheets/pages/map_partial.scss */
.filter_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

/* line 230, app/assets/stylesheets/pages/map_partial.scss */
.filter_item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 235, app/assets/stylesheets/pages/map_partial.scss */
.filter-pin {
  width: 24px;
  height: 40px;
}

/* line 240, app/assets/stylesheets/pages/map_partial.scss */
.hidden {
  display: none;
}

/* CSS for highlighting the selected content item */
/* line 245, app/assets/stylesheets/pages/map_partial.scss */
.highlighted_content_item {
  background: linear-gradient(152.97deg, rgba(240, 215, 255, 0.373) 0%, rgba(0, 0, 0, 0) 100%) !important;
  border: 1px solid #f0ba7cb0 !important;
  transition: background-color 0.3s ease, border 0.3s ease;
}

/* line 255, app/assets/stylesheets/pages/map_partial.scss */
.custom_pin_marker {
  position: relative;
  width: 40px;
  height: 40px;
  background: #c0c7ff;
  color: #232141;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #232141;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  transform: translateY(-50px);
  overflow: visible;
  z-index: 1;
}

/* line 272, app/assets/stylesheets/pages/map_partial.scss */
.custom_pin_marker .number {
  font-size: 16px;
  font-weight: bold;
}

/* line 277, app/assets/stylesheets/pages/map_partial.scss */
.custom_pin_marker .point {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #232141;
}

/* line 291, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw {
  border: 1px solid rgba(111, 158, 172, 0.5);
  box-shadow: 0px 0px 30px 4px rgba(90, 87, 255, 0.8);
}

/* line 296, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window div {
  background-color: transparent !important;
}

/* line 300, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window div .address {
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%) !important;
  padding: 5px 10px 10px 10px;
}

/* line 309, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .transit-container .gm-title {
  padding: 0px 10px;
}

/* line 313, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .transit-container .gm-full-width {
  width: 160px !important;
}

/* line 317, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window div .address-line {
  background-color: transparent;
  color: #c0c7ff;
  margin-top: 5px;
}

/* line 323, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-chr {
  background-color: transparent !important;
}

/* line 327, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .transit-container div {
  background-color: #3c3b4d !important;
}

/* line 331, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-ch {
  height: 30px;
  background-color: transparent !important;
}

/* line 336, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-d {
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%) !important;
  overflow: hidden !important;
}

/* line 345, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-tc {
  height: 30px !important;
  position: relative !important;
}

/* line 349, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-tc::after {
  background: #b6b5ef !important;
}

/* line 354, app/assets/stylesheets/pages/map_partial.scss */
.gm-ui-hover-effect {
  background-color: #b6b5ef !important;
  height: fit-content !important;
  width: fit-content !important;
  padding: 5px !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

/* line 364, app/assets/stylesheets/pages/map_partial.scss */
.gm-ui-hover-effect span {
  margin: 0px !important;
  width: 15px !important;
  height: 15px !important;
}

/* line 371, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c {
  background-color: #3c3b4d !important;
  border-radius: 15px !important;
  padding: 0px !important;
}

/* line 376, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header {
  position: absolute;
  top: 10px;
  left: 15px;
  align-items: baseline;
  color: #b6b5ef;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  z-index: 10;
  width: 85%;
}

/* line 391, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header .toggle_location_filter_btn {
  align-items: center;
  background-color: #b6b5ef !important;
  border-width: 0px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0.6;
  width: 25px;
  height: 25px;
}

/* line 404, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header .toggle_location_filter_btn .material-symbols-outlined {
  color: #000000;
  font-size: 16px;
}

/* line 409, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header .toggle_location_filter_btn:hover {
  opacity: 1;
}

/* line 416, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window gm-style .view-link {
  background-color: transparent !important;
  margin-top: 10px;
  padding: 10px;
}

/* line 422, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window a:link {
  display: inline-block;
  color: #f0ba7cb0 !important;
  margin: 10px;
  font-size: 10px !important;
  background-color: transparent !important;
}

/* line 430, app/assets/stylesheets/pages/map_partial.scss */
.yNHHyP-marker-view,
.GMAMP-maps-pin-view {
  cursor: pointer !important;
}

/* line 1, app/assets/stylesheets/pages/stats.scss */
.stats_main_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/stats.scss */
.top_buttons_container {
  margin-right: 24px;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/pages/stats.scss */
.week_select {
  width: 200px;
}

/* line 20, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container {
  flex-direction: row;
  justify-content: space-evenly;
  margin-right: 24px;
  padding: 20px;
}

/* line 26, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}

/* line 33, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_title {
  text-transform: uppercase;
  font-family: Syncopate;
  font-size: 14px;
  font-weight: 100;
  color: #b6b5ef;
}

/* line 41, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_number {
  color: white;
  font-family: Poppins;
  font-weight: 300;
  font-size: 30px;
}

/* line 48, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_average_text {
  font-size: 11px;
  font-weight: 300;
}

/* line 52, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_average_text span:nth-child(1) {
  color: #b6b5ef;
  font-weight: 500;
}

/* line 57, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_average_text .text {
  color: #bfe0e0;
  opacity: 0.7;
}

/* line 65, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  margin-right: 24px;
  width: -webkit-fill-available;
}

/* line 76, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  color: #e3d4e3;
  overflow: hidden;
}

/* line 84, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table thead {
  color: #b6b5ef;
}

/* line 88, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table th,
.stat_charts_container table td {
  font-size: 14px;
  font-weight: 400;
  max-width: 300px;
  overflow: clip;
  padding: 15px 0px;
  white-space: pre-wrap;
}

/* line 98, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table th {
  font-size: 12px;
}

/* line 104, app/assets/stylesheets/pages/stats.scss */
.top_locations_table td:nth-child(2) {
  font-weight: 200;
}

/* line 108, app/assets/stylesheets/pages/stats.scss */
.stats_main_container .number {
  color: #b6b5ef;
  font-family: Roboto Mono;
  text-align: end;
}

/* line 114, app/assets/stylesheets/pages/stats.scss */
.stats_main_container .align_right {
  text-align: end;
}

/* line 118, app/assets/stylesheets/pages/stats.scss */
.stats_main_container a.view_reports {
  background: rgba(194, 192, 255, 0.3);
  border-radius: 40px;
  border: 1.5px solid #c2c0ff;
  color: #c2c0ff;
  cursor: pointer;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 30px;
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/pages/stats.scss */
.stats_main_container a.view_reports:hover {
  color: #ffffff;
  border-color: white;
}

/* line 136, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container:nth-child(1),
.stat_chart_gradient_container:nth-child(2),
.stat_chart_gradient_container:nth-child(3) {
  grid-column: 1;
}

/* line 142, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container:nth-child(4) {
  grid-column: 2;
  grid-row: 1 / span 3;
}

/* line 147, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container {
  gap: 8px;
  padding: 8px;
  flex-direction: row;
}

/* line 153, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container.heat_map {
  display: flex;
  flex-direction: column;
}

/* line 158, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.sentiment_score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 164, app/assets/stylesheets/pages/stats.scss */
.sub_section_container {
  position: relative;
  padding: 20px;
  background-color: #16152a;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  color: #e3d4e3;
  display: flex;
  flex: 1;
}

/* line 176, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.top_threats, .sub_section_container.sentiment_topics {
  display: flex;
  flex: 1;
}

/* line 182, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.all_threats, .sub_section_container.sentiment_score {
  height: 350px;
  padding: 20px;
}

/* line 187, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.all_threats h2, .sub_section_container.sentiment_score h2 {
  padding: 0px 0px 20px 0px;
  width: -webkit-fill-available;
  margin-bottom: 0px;
}

/* line 194, app/assets/stylesheets/pages/stats.scss */
.sub_section_container h2 {
  font-family: Syncopate;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0px;
  color: #b6b5ef;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

/* line 206, app/assets/stylesheets/pages/stats.scss */
#threatsTopicsChart,
#sentimentTopicsChart {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0px -30px;
  width: 130%;
  height: 100%;
}

/* line 217, app/assets/stylesheets/pages/stats.scss */
#threatsTopicsChart div:nth-child(1),
#sentimentTopicsChart div:nth-child(1) {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 223, app/assets/stylesheets/pages/stats.scss */
#threatsTopicsChart div:nth-child(1) canvas,
#sentimentTopicsChart div:nth-child(1) canvas {
  scale: 0.9 !important;
  width: -webkit-fill-available !important;
  height: auto !important;
}

/* line 231, app/assets/stylesheets/pages/stats.scss */
.all_threats_table_container,
#sentimentScoreContainer {
  width: -webkit-fill-available;
}

/* line 236, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 8px 0px 0px;
}

/* line 242, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_topic {
  font-size: 15px;
  font-weight: 600;
  line-height: initial;
  margin: -2px 0px 2px 0px;
}

/* line 249, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_polarity {
  color: #E0E7FF;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: capitalize;
}

/* line 256, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_polarity.positive {
  color: #6F9EAC;
}

/* line 260, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_polarity.negative {
  color: #F86CB8;
}

/* line 265, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .post_text {
  color: #bfe0e0;
  opacity: 0.7;
}

/* line 271, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer canvas {
  top: 20px !important;
}

/* line 275, app/assets/stylesheets/pages/stats.scss */
.all_threats_table_container {
  padding: 0px 18px 0px 8px;
}

/* line 279, app/assets/stylesheets/pages/stats.scss */
.sentiment_score_sub_container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

/* line 290, app/assets/stylesheets/pages/stats.scss */
.sentiment_score .sentiment_gauge {
  position: relative;
  width: 120px;
  height: 80px;
}

/* line 296, app/assets/stylesheets/pages/stats.scss */
#weeklyThreatChart {
  width: 100%;
  height: 300px;
}

/* line 302, app/assets/stylesheets/pages/stats.scss */
#heatMapContainer {
  width: -webkit-fill-available;
  height: auto;
}

/* line 307, app/assets/stylesheets/pages/stats.scss */
.heatmap-legend {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
}

/* line 318, app/assets/stylesheets/pages/stats.scss */
.heat_map_container {
  position: relative;
  width: 100%;
  display: flex;
  flex-grow: 2;
  gap: 20px;
}

/* line 326, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* line 332, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_title {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  color: #e0e7ff;
  text-align: center;
}

/* line 340, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_and_labels_container {
  height: 100%;
  display: flex;
  gap: 10px;
}

/* line 345, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_and_labels_container .gradient_bar {
  height: 100%;
  width: 10px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #c6427d 0%, #13078a 100%);
  background: linear-gradient(to top, #c940c8, #f98e41, #ffd600);
}

/* line 363, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_and_labels_container .legend_labels {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 300;
  gap: 8px;
}

/* line 374, app/assets/stylesheets/pages/stats.scss */
.legend-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.8;
}

/* line 383, app/assets/stylesheets/pages/stats.scss */
.gmnoprint div {
  background-color: transparent !important;
}

/* line 388, app/assets/stylesheets/pages/stats.scss */
.gm-control-active,
.gm-svpc,
.gm-fullscreen-control,
.gm-style-mtc button[role="menuitemradio"] {
  background-color: #16152a !important;
  border-radius: 8px !important;
  border: 1.5px solid #5d5d79 !important;
  transition: 0.2s ease-in-out;
  color: #5d5d79 !important;
}

/* Hover effect */
/* line 400, app/assets/stylesheets/pages/stats.scss */
.gm-style-mtc button[role="menuitemradio"]:hover {
  color: #54546e !important;
}

/* line 404, app/assets/stylesheets/pages/stats.scss */
.gm-style-mtc button:active {
  color: #b6b5ef !important;
}

/* line 408, app/assets/stylesheets/pages/stats.scss */
.gm-control-active:nth-child(1) {
  margin-bottom: 5px !important;
}

/* line 412, app/assets/stylesheets/pages/stats.scss */
.gm-style-mtc:nth-child(1) {
  margin-right: 5px;
}

/* line 416, app/assets/stylesheets/pages/stats.scss */
.gm-control-active:hover,
.gm-svpc:hover,
.gm-fullscreen-control:hover,
.gm-style-mtc button[role="menuitemradio"]:hover {
  border: 1.5px solid #9543ff !important;
  background-color: #16152a !important;
  box-shadow: 0 0 5px #bf8dffd3, 0 0 10px #b67fffcd, 0 0 20px #b67fff9b !important;
}

/* line 428, app/assets/stylesheets/pages/stats.scss */
ul[role="menu"] {
  background-color: transparent !important;
}

/* line 430, app/assets/stylesheets/pages/stats.scss */
ul[role="menu"] span {
  color: #b6b5ef;
}

/* line 435, app/assets/stylesheets/pages/stats.scss */
.ssQIHO-checkbox-menu-item {
  background-color: #7d7ab2 !important;
  color: #30303f !important;
  border-radius: 8px !important;
  border: 1.5px solid #30303f !important;
}

@media (max-width: 1440px) {
  /* line 443, app/assets/stylesheets/pages/stats.scss */
  #threatsTopicsChart,
#sentimentTopicsChart {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0px -50px;
    width: 150%;
    height: 100%;
  }
  /* line 455, app/assets/stylesheets/pages/stats.scss */
  #threatsTopicsChart div:nth-child(1) canvas,
#sentimentTopicsChart div:nth-child(1) canvas {
    scale: 0.8 !important;
    width: -webkit-fill-available !important;
    height: auto !important;
  }
  /* line 464, app/assets/stylesheets/pages/stats.scss */
  .stat_charts_container table th,
.stat_charts_container table td {
    font-size: 12px;
    max-width: 300px;
  }
  /* line 470, app/assets/stylesheets/pages/stats.scss */
  .sentiment_score_sub_container div p:nth-child(1) {
    font-size: 12px;
  }
  /* line 474, app/assets/stylesheets/pages/stats.scss */
  .sentiment_score_sub_container div p:nth-child(2) {
    font-size: 10px;
  }
  /* line 478, app/assets/stylesheets/pages/stats.scss */
  .sentiment_score .sentiment_gauge {
    width: 60px;
    height: 60px;
  }
  /* line 483, app/assets/stylesheets/pages/stats.scss */
  .sub_section_container h2 {
    font-size: 15px;
  }
  /* line 488, app/assets/stylesheets/pages/stats.scss */
  #sentimentScoreContainer .sentiment_topic {
    font-size: 13px;
  }
  /* line 492, app/assets/stylesheets/pages/stats.scss */
  #sentimentScoreContainer .sentiment_polarity {
    font-size: 10px;
  }
}

/* line 1, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown {
  position: absolute;
  top: 54px;
  font-size: 14px;
  z-index: 10;
  width: 200px;
}

/* line 10, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown.hidden {
  display: none;
}

/* line 15, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 21, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown li {
  cursor: pointer;
  padding: 10px;
}

/* line 26, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown li:hover {
  color: #F6F0FF;
}

/* line 30, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form {
  position: absolute;
  top: 54px;
  font-size: 14px;
  z-index: 10;
  width: 200px;
}

/* line 39, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form.hidden {
  display: none;
}

/* line 43, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form input {
  background: transparent;
  border: 1px solid #6f9eac80;
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  box-sizing: border-box;
  color: #e0e7ff;
  font-family: Poppins;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 10px;
  width: fit-content;
  height: 36px;
}

/* line 58, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form input:focus {
  outline: none;
}

/* line 63, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form button {
  background: #a26cfc;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0.8;
  width: 100%;
  height: 24px;
}

/* line 77, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(1),
.results_table__container.watch_lists__page td:nth-child(1) {
  width: 40px !important;
}

/* line 82, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(2),
.results_table__container.watch_lists__page td:nth-child(2) {
  width: auto;
}

/* line 87, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(3),
.results_table__container.watch_lists__page td:nth-child(3) {
  width: 80px !important;
}

/* line 92, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(4),
.results_table__container.watch_lists__page td:nth-child(4) {
  width: 110px !important;
}

/* line 97, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(5),
.results_table__container.watch_lists__page td:nth-child(5) {
  width: 60px !important;
}

/* line 102, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(6),
.results_table__container.watch_lists__page td:nth-child(6) {
  width: 60px !important;
}

/* line 108, app/assets/stylesheets/pages/watch_lists.scss */
form input.result_delete_btn[type="submit"] {
  background: initial;
  color: #f0b97c;
  font-size: 13px;
  font-weight: 300;
  line-height: initial;
  width: initial;
}

/* line 116, app/assets/stylesheets/pages/watch_lists.scss */
form input.result_delete_btn[type="submit"]:hover {
  text-decoration: underline;
}

/* line 121, app/assets/stylesheets/pages/watch_lists.scss */
a.result_delete_btn {
  color: #f86c88 !important;
}

/* line 1, app/assets/stylesheets/pages/comments.scss */
.tabs_container {
  border-radius: 14px;
  height: 150px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0px;
}

/* line 11, app/assets/stylesheets/pages/comments.scss */
.tabs_container hr {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  margin: 0px;
}

/* line 19, app/assets/stylesheets/pages/comments.scss */
.tabs_container.upload {
  height: 75px;
  flex-direction: row;
  align-items: center;
}

/* line 25, app/assets/stylesheets/pages/comments.scss */
.tabs_header {
  position: relative;
  height: 50%;
  font-weight: 600;
  font-size: 18px;
  padding-left: 25px;
  color: #f6f0ff;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  font-family: Poppins;
}

/* line 38, app/assets/stylesheets/pages/comments.scss */
.tab_buttons__container {
  position: relative;
  display: flex;
  height: 50%;
}

/* line 44, app/assets/stylesheets/pages/comments.scss */
.tab_btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: light;
  color: #f6f0ff;
  width: 130px;
  font-family: Poppins;
}

/* line 54, app/assets/stylesheets/pages/comments.scss */
.tab_btn:hover {
  background-color: #a36cfc13;
}

/* line 58, app/assets/stylesheets/pages/comments.scss */
.tab_btn.active {
  background-color: #a36cfc6f;
}

/* line 62, app/assets/stylesheets/pages/comments.scss */
.tab_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 68, app/assets/stylesheets/pages/comments.scss */
.tab_panel.hidden {
  display: none;
}

/* line 72, app/assets/stylesheets/pages/comments.scss */
.comments_main__container {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

/* line 77, app/assets/stylesheets/pages/comments.scss */
.comments_main__container .analysis.glass_card__section {
  flex: 2;
  gap: 0px;
}

/* line 81, app/assets/stylesheets/pages/comments.scss */
.comments_main__container .analysis.glass_card__section .comments_list__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 88, app/assets/stylesheets/pages/comments.scss */
.comments_main__container .glass_card__section:not(.analysis) {
  height: 3615px;
  flex: 1;
}

/* line 94, app/assets/stylesheets/pages/comments.scss */
.normal_comments {
  padding-right: 5px;
}

/* line 98, app/assets/stylesheets/pages/comments.scss */
.normal_comments .comments_list__container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 12px;
  transition: 1s;
}

/* line 106, app/assets/stylesheets/pages/comments.scss */
.comments_list__container {
  border-radius: 16px;
}

/* line 110, app/assets/stylesheets/pages/comments.scss */
.comment__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  padding: 15px 10px;
}

/* line 118, app/assets/stylesheets/pages/comments.scss */
.comment__container.reply__container {
  margin-left: 15px;
}

/* line 122, app/assets/stylesheets/pages/comments.scss */
.comment__card {
  display: flex;
  gap: 15px;
  margin-top: 18px;
}

/* line 127, app/assets/stylesheets/pages/comments.scss */
.comment__card.reply {
  margin-top: 15px;
  padding-left: 55px;
}

/* line 133, app/assets/stylesheets/pages/comments.scss */
.comment_avatar {
  border-radius: 5px;
  height: 46px;
  width: 46px;
  object-fit: cover;
  overflow: hidden;
}

/* line 140, app/assets/stylesheets/pages/comments.scss */
.comment_avatar .comment_profile__img {
  height: 46px;
  width: 46px;
}

/* line 146, app/assets/stylesheets/pages/comments.scss */
.comment_avatar.reply {
  border-radius: 4px;
  height: 34px;
  width: 34px;
  object-fit: cover;
  overflow: hidden;
}

/* line 153, app/assets/stylesheets/pages/comments.scss */
.comment_avatar.reply .comment_profile__img {
  height: 34px;
  width: 34px;
}

/* line 159, app/assets/stylesheets/pages/comments.scss */
.comment__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

/* line 165, app/assets/stylesheets/pages/comments.scss */
.comment__body .username {
  margin-bottom: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #ECE1FE;
}

/* line 174, app/assets/stylesheets/pages/comments.scss */
.comment__body .original_text.text {
  margin-bottom: 10px;
  opacity: 0.9;
  background-color: #16152abb;
  padding: 5px;
  border-radius: 5px;
}

/* line 182, app/assets/stylesheets/pages/comments.scss */
.comment__body .text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 20px;
  color: #ECE1FE;
}

/* line 192, app/assets/stylesheets/pages/comments.scss */
.comment__body .date {
  margin-top: 3px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  color: #CAC5D3;
}

/* line 202, app/assets/stylesheets/pages/comments.scss */
.comment_likes_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #CAC5D3;
}

/* line 210, app/assets/stylesheets/pages/comments.scss */
.comment_likes_container .material-icons {
  vertical-align: middle;
  font-size: 16px;
}

/* line 215, app/assets/stylesheets/pages/comments.scss */
.comment_likes_container .like_amount_text {
  font-size: 12px;
  font-weight: 300;
}

/* line 221, app/assets/stylesheets/pages/comments.scss */
.toggle_replies_btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #c2b8d6;
  cursor: pointer;
}

/* line 230, app/assets/stylesheets/pages/comments.scss */
.replies_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
  padding-right: 10px;
}

/* line 237, app/assets/stylesheets/pages/comments.scss */
.replies_list .load_more_replies_btn {
  margin: 15px 0px;
}

/* line 241, app/assets/stylesheets/pages/comments.scss */
.replies_list.hidden {
  display: none;
}

/* line 246, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border-radius: 8px;
}

/* line 254, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analyzed_comment_author__card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* line 259, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analyzed_comment_author__card .author__main_container {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 263, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analyzed_comment_author__card .author__main_container img {
  border-radius: 6px;
}

/* line 270, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row {
  display: flex;
  gap: 10px;
}

/* line 274, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #c2b8d6;
}

/* line 281, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element.false {
  opacity: 0.4;
}

/* line 285, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element .material-symbols-outlined {
  font-size: 18px !important;
  color: #F3F1FE;
}

/* line 290, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element img {
  font-size: 16px;
}

/* line 296, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_fields__container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-top: -8px;
  min-width: 150px;
}

/* line 306, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row {
  display: flex;
  align-items: center;
  padding: 0px 9px;
  border-bottom: 1px solid #6f9eac96;
  height: 33px;
}

/* line 313, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row .analysis_field__header {
  display: flex;
  align-items: center;
  width: 100px;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 300;
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 331, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row .analysis_field__header::first-letter {
  text-transform: uppercase;
}

/* line 336, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row .comment_sentiments {
  display: flex;
  align-items: center;
}

/* line 341, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row:last-child {
  border-bottom: none;
}

/* line 346, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats,
.analyzed_comment__card .comment_sentiments {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 353, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats {
  display: flex;
  align-items: center;
}

/* line 357, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .red_flag,
.analyzed_comment__card .comment_threats .threats {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  white-space: nowrap;
  box-sizing: border-box;
}

/* line 367, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .red_flag::first-letter,
.analyzed_comment__card .comment_threats .threats::first-letter {
  text-transform: uppercase;
}

/* line 372, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .red_flag {
  background-color: #cc0a75;
  color: #fee2f1;
}

/* line 377, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .threats {
  background: rgba(236, 225, 254, 0.3);
  color: #ECE1FE;
}

/* line 383, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_sentiments {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 389, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__text {
  font-weight: 500;
  font-size: 11px;
  text-transform: lowercase;
}

/* line 394, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__text::first-letter {
  text-transform: uppercase;
}

/* line 399, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__negative {
  color: #f86cb8;
}

/* line 403, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__positive {
  color: #26e3aa;
}

/* line 407, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__neutral {
  color: #786c8e;
}

/* line 411, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .location__text {
  color: #dac3fe;
  font-size: 11px;
  font-weight: 300;
}

/* line 417, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment__body {
  font-family: 'Poppins';
}

/* line 420, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment__body .text {
  font-style: normal;
  font-weight: 300;
  color: #DAC3FE;
  line-height: 24px;
  font-size: 16px;
}

/* line 429, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment__date {
  color: #c7a5fd;
  font-weight: 200;
  font-size: 12px;
  font-family: "Roboto Mono";
}

/* line 436, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .reference_to_parent__line {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #9288A5;
}

/* line 444, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .reference_to_parent__line .root_comment__link {
  background-color: transparent;
  border: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #F0B97C;
  cursor: pointer;
}

/* line 456, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .reference_to_parent__line .root_comment__link:hover {
  color: #cea16d;
}

/* line 462, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .date_and_btns__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 468, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .btns_container {
  display: flex;
  gap: 10px;
}

/* line 473, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card.hidden {
  display: none;
}

/* line 478, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__top_section {
  display: flex;
  gap: 15px;
  padding-bottom: 12px;
}

/* line 484, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__bottom_section {
  display: flex;
  border-top: 1px solid #6f9eac96;
  flex-direction: column;
  padding-top: 12px;
  gap: 10px;
}

/* line 492, app/assets/stylesheets/pages/comments.scss */
.comment_thread {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #6f9eac96;
  background-color: #6f9eac11;
  border-radius: 16px;
  padding: 10px;
  margin: 10px 0px;
}

/* line 503, app/assets/stylesheets/pages/comments.scss */
.comment_thread::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 3px;
}

/* line 512, app/assets/stylesheets/pages/comments.scss */
.comments_gif {
  border-radius: 5px;
  max-width: 350px;
}

/* Media Viewer Overlay */
/* line 518, app/assets/stylesheets/pages/comments.scss */
.show_media_btn {
  width: fit-content;
  background: transparent !important;
  margin: 10px 0px;
}

/* line 524, app/assets/stylesheets/pages/comments.scss */
.media_viewer_overlay {
  position: relative;
  display: none;
  overflow: hidden;
  height: 450px;
  object-fit: contain;
}

/* line 531, app/assets/stylesheets/pages/comments.scss */
.media_viewer_overlay .create_collection_link {
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 538, app/assets/stylesheets/pages/comments.scss */
.media_viewer_overlay img {
  height: inherit;
  border-radius: 5px;
  object-fit: contain;
}

/* line 544, app/assets/stylesheets/pages/comments.scss */
.plop-up {
  animation: plop-up 0.2s ease-in-out forwards;
}

/* line 548, app/assets/stylesheets/pages/comments.scss */
.plop-down {
  animation: plop-down 0.2s ease-in-out forwards;
}

@keyframes plop-up {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes plop-down {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/pages/author_card_partial.scss */
.author__main_container {
  align-items: flex-start;
  border-bottom: 1px solid #6f9eac53;
  display: flex;
  gap: 10px;
  padding-bottom: 8px;
}

/* line 9, app/assets/stylesheets/pages/author_card_partial.scss */
.author__image {
  width: 45px;
  border-radius: 8px;
}

/* line 14, app/assets/stylesheets/pages/author_card_partial.scss */
.author_id {
  display: flex;
  color: #f0b97c;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/pages/author_card_partial.scss */
.author_id:hover {
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/pages/author_card_partial.scss */
.author__nickname {
  color: #f6f0ff;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

/* line 35, app/assets/stylesheets/pages/author_card_partial.scss */
.author__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 170px;
}

/* line 1, app/assets/stylesheets/components/post_card.scss */
.post_card__main_container {
  padding: 16px;
}

/* line 4, app/assets/stylesheets/components/post_card.scss */
.post_card__main_container p {
  color: #e0d5f3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 18px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
}

/* line 17, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail_and_statistics__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 12px 0px;
}

/* line 24, app/assets/stylesheets/components/post_card.scss */
.carousel__wrapper {
  overflow: hidden;
  position: relative;
}

/* line 29, app/assets/stylesheets/components/post_card.scss */
.carousel {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* line 39, app/assets/stylesheets/components/post_card.scss */
.carousel::-webkit-scrollbar {
  display: none;
}

/* line 43, app/assets/stylesheets/components/post_card.scss */
.carousel__item {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  flex: 0 0 auto;
  object-fit: cover;
  scroll-snap-align: start;
}

/* line 52, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail {
  position: relative;
  width: 225px;
  height: 400px;
}

/* line 57, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail .lookup_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

/* line 65, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail_img {
  width: 225px;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}

/* line 72, app/assets/stylesheets/components/post_card.scss */
.carousel_info__container {
  background: #18161DB2;
  color: #F6F0FF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0px 10px;
  height: 32px;
  width: 205px;
  font-family: Roboto Mono;
  font-size: 12px;
}

/* line 87, app/assets/stylesheets/components/post_card.scss */
.carousel_info__container.only_video {
  bottom: 10px;
  left: 8px;
  width: fit-content;
  height: 20px;
  border-radius: 4px;
  padding: 0px 5px;
}

/* line 97, app/assets/stylesheets/components/post_card.scss */
.carousel_progress {
  height: 2px;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

/* line 106, app/assets/stylesheets/components/post_card.scss */
.carousel_progress::-webkit-progress-value {
  background: #F6F0FF;
}

/* line 110, app/assets/stylesheets/components/post_card.scss */
.carousel_progress::-moz-progress-bar {
  background: #F6F0FF80;
}

/* line 114, app/assets/stylesheets/components/post_card.scss */
.carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #18161DB2;
  border: none;
  border-radius: 6px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/components/post_card.scss */
.carousel__btn.prev {
  left: 4px;
}

/* line 133, app/assets/stylesheets/components/post_card.scss */
.carousel__btn.next {
  right: 4px;
}

/* line 137, app/assets/stylesheets/components/post_card.scss */
.carousel__btn .material-symbols-outlined {
  font-size: 26px !important;
  color: #F6F0FF;
}

/* line 143, app/assets/stylesheets/components/post_card.scss */
.post_card__stats {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #6F9EAC80;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 152, app/assets/stylesheets/components/post_card.scss */
.post_card__stats:not(:has(> *:nth-child(4))) {
  gap: 28px;
  justify-content: start;
}

/* line 157, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element {
  align-items: center;
  color: #F6F0FF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 9.5px;
}

/* line 165, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element.false {
  opacity: 0.4;
}

/* line 169, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element span.material-symbols-outlined {
  font-weight: 200;
}

/* line 173, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element img {
  width: 19px;
}

/* line 180, app/assets/stylesheets/components/post_card.scss */
.post_media_details__container {
  border-bottom: 1px solid #6F9EAC80;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 5px;
}

/* line 188, app/assets/stylesheets/components/post_card.scss */
.post_date {
  color: #9288A5;
  font-size: 12px;
  font-weight: 100;
}

/* line 194, app/assets/stylesheets/components/post_card.scss */
.country_code {
  color: #9288a5;
  font-size: 13px;
}

/* line 199, app/assets/stylesheets/components/post_card.scss */
.source_icon {
  height: 16px;
  margin-right: 5px;
}

/* line 204, app/assets/stylesheets/components/post_card.scss */
.post_video__id {
  color: #a26cfc;
  font-size: 9px;
  max-width: 200px;
  overflow-wrap: anywhere;
}

/* line 212, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  gap: 4px;
  line-height: 18px;
}

/* line 221, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations div {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

/* line 227, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .score {
  color: #9288A5;
  font-weight: 200;
  align-self: center;
}

/* line 233, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  max-width: 182px;
}

/* line 239, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations a:hover {
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .pin {
  align-self: center;
}

/* line 250, app/assets/stylesheets/components/post_card.scss */
.post_desc__container {
  width: 225px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
  overflow-x: clip;
}

/* line 259, app/assets/stylesheets/components/post_card.scss */
.post_title,
.post_desc {
  color: #ECE1FE;
  font-size: 8px;
  line-height: 16px;
  padding: 0;
  width: 100%;
}

/* line 268, app/assets/stylesheets/components/post_card.scss */
.post_title {
  font-weight: 500;
}

/* line 273, app/assets/stylesheets/components/post_card.scss */
.country_and_media__container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 279, app/assets/stylesheets/components/post_card.scss */
.post_video_location {
  color: #ECE1FE;
  font-size: 13px;
  line-height: normal;
  padding: 2px 0px;
  align-items: center;
}

/* line 287, app/assets/stylesheets/components/post_card.scss */
.is_media__container {
  background-color: #5F5671;
  color: #ECE1FE;
  padding: 0px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 20px;
  width: fit-content;
  font-family: Poppins;
}

/* line 301, app/assets/stylesheets/components/post_card.scss */
.is_media__container .material-symbols-outlined {
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/components/buttons.scss */
a.action_btn,
button.action_btn,
input.action_btn {
  align-items: center;
  background: #A26CFC;
  border: 1px solid #A26CFC;
  border-radius: 12px;
  box-sizing: border-box;
  color: #ECE1FE;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 24px;
  padding: 0px 16px;
  text-decoration: none !important;
  text-transform: capitalize;
  height: 36px;
}

/* line 26, app/assets/stylesheets/components/buttons.scss */
a.action_btn:hover,
button.action_btn:hover,
input.action_btn:hover {
  background: #7623FB;
  border-color: #7623FB;
  text-decoration: none !important;
}

/* line 32, app/assets/stylesheets/components/buttons.scss */
a.action_btn:disabled,
button.action_btn:disabled,
input.action_btn:disabled {
  background: #DAC3FE;
  border-color: #DAC3FE;
  color: #F2F1F4;
  cursor: default;
}

/* line 39, app/assets/stylesheets/components/buttons.scss */
a.action_btn.square,
button.action_btn.square,
input.action_btn.square {
  max-width: 36px;
}

/* line 43, app/assets/stylesheets/components/buttons.scss */
a.action_btn.pill,
button.action_btn.pill,
input.action_btn.pill {
  border-radius: 999px;
}

/* line 47, app/assets/stylesheets/components/buttons.scss */
a.action_btn .material-icons,
a.action_btn .material-symbols-outlined,
button.action_btn .material-icons,
button.action_btn .material-symbols-outlined,
input.action_btn .material-icons,
input.action_btn .material-symbols-outlined {
  font-size: 20px;
}

/* line 53, app/assets/stylesheets/components/buttons.scss */
a.action_btn img,
button.action_btn img,
input.action_btn img {
  margin-right: 6px;
  height: 20px;
}

/* line 59, app/assets/stylesheets/components/buttons.scss */
span.material-icons.spinning,
span.material-symbols-outlined.spinning {
  animation: spin 1s linear infinite;
}

/* line 64, app/assets/stylesheets/components/buttons.scss */
input.action_btn {
  line-height: unset !important;
}

/* --- Large Buttons --- */
/* line 69, app/assets/stylesheets/components/buttons.scss */
a.action_btn.large,
button.action_btn.large,
input.action_btn.large {
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  line-height: 24px;
  padding: 16px;
  height: 48px;
}

/* line 80, app/assets/stylesheets/components/buttons.scss */
a.action_btn.large.square,
button.action_btn.large.square,
input.action_btn.large.square {
  max-width: 48px;
}

/* line 84, app/assets/stylesheets/components/buttons.scss */
a.action_btn.large .material-icons,
a.action_btn.large .material-symbols-outlined,
button.action_btn.large .material-icons,
button.action_btn.large .material-symbols-outlined,
input.action_btn.large .material-icons,
input.action_btn.large .material-symbols-outlined {
  font-size: 24px;
}

/* --- Small Buttons --- */
/* line 91, app/assets/stylesheets/components/buttons.scss */
a.action_btn.small,
button.action_btn.small,
input.action_btn.small {
  gap: 4px;
  font-size: 11px;
  line-height: 24px;
  padding: 8px 12px;
  height: 30px;
}

/* line 101, app/assets/stylesheets/components/buttons.scss */
a.action_btn.small.square,
button.action_btn.small.square,
input.action_btn.small.square {
  max-width: 30px;
}

/* line 105, app/assets/stylesheets/components/buttons.scss */
a.action_btn.small .material-icons,
a.action_btn.small .material-symbols-outlined,
button.action_btn.small .material-icons,
button.action_btn.small .material-symbols-outlined,
input.action_btn.small .material-icons,
input.action_btn.small .material-symbols-outlined {
  font-size: 16px;
}

/* --- Button Secondary --- */
/* line 112, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary,
button.action_btn.secondary,
input.action_btn.secondary {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  color: #DAC3FE;
}

/* line 122, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary:hover,
button.action_btn.secondary:hover,
input.action_btn.secondary:hover {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  color: #F6F0FF;
}

/* line 131, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary:disabled,
button.action_btn.secondary:disabled,
input.action_btn.secondary:disabled {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border-color: #786C8E;
  color: #786C8E;
  cursor: default;
}

/* --- Button Tertiary --- */
/* line 143, app/assets/stylesheets/components/buttons.scss */
a.action_btn.tertiary,
button.action_btn.tertiary,
input.action_btn.tertiary {
  background: transparent;
  border-color: transparent;
  color: #DAC3FE;
}

/* line 150, app/assets/stylesheets/components/buttons.scss */
a.action_btn.tertiary:hover,
button.action_btn.tertiary:hover,
input.action_btn.tertiary:hover {
  color: #F6F0FF;
}

/* line 154, app/assets/stylesheets/components/buttons.scss */
a.action_btn.tertiary:disabled,
button.action_btn.tertiary:disabled,
input.action_btn.tertiary:disabled {
  color: #786C8E;
  cursor: default;
}

/* line 3, app/assets/stylesheets/components/results.scss */
.results_table__container table tr {
  height: 37.5px;
}

/* line 6, app/assets/stylesheets/components/results.scss */
.results_table__container table td {
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/components/results.scss */
.results_table__container table img.country_flag {
  margin-right: 4px;
}

/* line 14, app/assets/stylesheets/components/results.scss */
.results_table__container table span.status_content {
  align-items: center;
  display: flex;
  gap: 4px;
}

/* line 20, app/assets/stylesheets/components/results.scss */
.results_table__container table td.reference {
  display: flex;
}

/* line 24, app/assets/stylesheets/components/results.scss */
.results_table__container table span.reference {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}

/* line 35, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td .material-symbols-outlined {
  font-size: 16px;
  padding-right: 4px;
  vertical-align: middle;
}

/* line 43, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.content_type .material-symbols-outlined {
  color: #6b8eff;
}

/* line 49, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.result_type .material-symbols-outlined {
  background: linear-gradient(220deg, #32cce7 34.13%, #4773f1 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: #d5baff;
}

/* line 57, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.result_type .material-symbols-outlined.purple {
  background: linear-gradient(80deg, #a26cfc 48%, #ca67de 18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* line 65, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.result_type .material-symbols-outlined.golden {
  background: linear-gradient(21deg, #ff5a8b 30%, #f0b97c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: #d5baff;
}

/* line 76, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(1),
.results_table__container.results__page td:nth-child(1) {
  width: 40px !important;
}

/* line 81, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(4),
.results_table__container.results__page td:nth-child(4) {
  width: 80px !important;
}

/* line 86, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(6),
.results_table__container.results__page td:nth-child(6) {
  width: 100%;
}

/* line 91, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(9),
.results_table__container.results__page td:nth-child(9) {
  width: 110px !important;
}

/* line 99, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(1),
.results_table__container.sentinel_runs__page td:nth-child(1) {
  width: 30px !important;
}

/* line 104, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(2),
.results_table__container.sentinel_runs__page td:nth-child(2) {
  width: 90px !important;
}

/* line 109, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(3),
.results_table__container.sentinel_runs__page td:nth-child(3) {
  width: 50px !important;
}

/* line 114, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(4),
.results_table__container.sentinel_runs__page td:nth-child(4) {
  width: auto;
}

/* line 119, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(5),
.results_table__container.sentinel_runs__page td:nth-child(5) {
  width: auto;
}

/* line 124, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(7),
.results_table__container.sentinel_runs__page td:nth-child(7) {
  width: 80px !important;
}

/* line 129, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(8),
.results_table__container.sentinel_runs__page td:nth-child(8) {
  width: 60px !important;
}

/* line 134, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(9),
.results_table__container.sentinel_runs__page td:nth-child(9) {
  width: 60px !important;
}

/* line 139, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(10),
.results_table__container.sentinel_runs__page td:nth-child(10) {
  width: 50px !important;
}

/* line 144, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(11),
.results_table__container.sentinel_runs__page td:nth-child(11) {
  width: 50px !important;
}

/* line 149, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(12),
.results_table__container.sentinel_runs__page td:nth-child(12) {
  width: 50px !important;
}

/* line 154, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(13),
.results_table__container.sentinel_runs__page td:nth-child(13) {
  width: 50px !important;
}

/* line 161, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page td .material-symbols-outlined {
  font-size: 16px;
  margin-right: 4px;
}

/* line 166, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page th:nth-child(4),
.results_table__container.summaries__page td:nth-child(4) {
  width: 100%;
}

/* line 171, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page th:nth-child(5),
.results_table__container.summaries__page td:nth-child(5) {
  width: 120px;
}

/* line 176, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page th:nth-child(6),
.results_table__container.summaries__page td:nth-child(6) {
  width: 100px;
}

/* line 183, app/assets/stylesheets/components/results.scss */
.retry_icon {
  align-items: center;
  border: 1px solid #f0b97c;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: auto;
}

/* line 192, app/assets/stylesheets/components/results.scss */
.retry_icon:hover {
  border: 1px solid #ffd5a8;
  text-decoration: none !important;
}

/* line 196, app/assets/stylesheets/components/results.scss */
.retry_icon:hover .material-symbols-outlined {
  color: #ffd5a8;
}

/* line 201, app/assets/stylesheets/components/results.scss */
.retry_icon .material-symbols-outlined {
  padding-right: 0px !important;
}

/* line 1, app/assets/stylesheets/components/pagination.scss */
.pagination_controls {
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  margin: 15px auto;
  z-index: 0;
}

/* line 10, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button {
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  color: #c2c0ff;
  cursor: pointer;
  font-size: 16px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 22, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button.first, .pagination_controls .pagination_button.last {
  font-size: 14px;
  font-family: Poppins;
  padding: 0px 4px;
  border-width: 1px;
  box-sizing: content-box;
}

/* line 31, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button:hover {
  background: rgba(22, 21, 42, 0.5);
}

/* line 36, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button[disabled] {
  opacity: 0.5;
  cursor: default;
}

/* line 41, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}

/* line 48, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number {
  align-items: center;
  border: 1px solid #6f9eac80;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  justify-content: center;
  width: 25px;
  height: 25px;
}

/* line 60, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number:hover {
  background: rgba(22, 21, 42, 0.5);
}

/* line 64, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number.active {
  background: rgba(22, 21, 42, 0.5);
  color: #ffffff;
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number.empty {
  visibility: hidden;
  width: 25px;
}

/* line 76, app/assets/stylesheets/components/pagination.scss */
.pagination_controls input {
  border-radius: 8px;
  box-sizing: border-box;
  color: #e0e7ff;
  font-size: 14px;
  height: 40px;
  min-width: 85px;
  padding: 10px;
  font-family: Poppins;
}

/* line 87, app/assets/stylesheets/components/pagination.scss */
.pagination_controls input:focus {
  border-color: rgba(224, 231, 255, 0.3);
  outline: none !important;
}

/* line 92, app/assets/stylesheets/components/pagination.scss */
.pagination_controls input::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #e0e7ffcf !important;
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/components/pagination.scss */
.other_page {
  display: none;
}

/* line 1, app/assets/stylesheets/components/filtering.scss */
.filtering_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 18px;
  margin: 0px;
  padding: 0px 15px 12px;
  width: 100%;
}

/* line 10, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering__title {
  line-height: 40px;
}

/* line 14, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) {
  margin: 0px;
  padding: 0px 0px 12px 0px;
}

/* line 18, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filters_header {
  position: absolute;
  top: 30px;
  left: 15px;
}

/* line 25, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container #applyDateFilterBtn {
  color: #dac3fe;
  font-size: 14px;
  height: auto;
}

/* line 30, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container #applyDateFilterBtn:hover {
  color: #f0b97c;
}

/* line 35, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container .input_container:has(.date_input) {
  margin-left: 0px;
}

/* line 39, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container .close_date_filter_btn {
  font-size: 18px;
}

/* line 45, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container {
  position: relative;
  align-items: center;
  color: #e0e7ff;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 54, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container input {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: 250px;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ece1fe;
  letter-spacing: 0.4px;
  padding: 0px 8px 0px 44px;
}

/* line 75, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .keywords_input:focus {
  border-radius: 8px;
}

/* line 79, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .keywords_input:focus {
  border-radius: 8px;
}

/* line 83, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container input:focus {
  border-color: rgba(224, 231, 255, 0.3);
  border-radius: 8px 8px 0px 0px;
  outline: none !important;
}

/* line 89, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container input::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  color: #dac3fe;
  opacity: 0.5;
  font-weight: 300;
}

/* line 96, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container span.input_btn {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #f6f0ff;
  cursor: pointer;
  font-size: 22px !important;
  transform: translateY(-50%);
}

/* line 105, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container span.input_btn:hover {
  color: #eee2ff;
}

/* line 110, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container label {
  align-items: center;
  display: flex;
  font-weight: 200;
  font-size: 15px;
  gap: 6px;
  letter-spacing: 0.5px;
}

/* line 118, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container label input[type="checkbox"] {
  appearance: none;
  background-color: rgba(82, 81, 107, 0.776);
  border: 1px solid #6f9eac80;
  border-radius: 4px;
  cursor: pointer;
  min-width: initial;
  padding: initial;
  height: 25px;
  width: 25px;
}

/* line 131, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container {
  position: relative;
  font-family: Poppins;
}

/* line 135, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.username_input), .filtering_container .filtering_btns_container .dropdown_main__container:has(.user_input) {
  z-index: 900 !important;
}

/* line 140, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.threats_input), .filtering_container .filtering_btns_container .dropdown_main__container:has(#source_field) {
  z-index: 800 !important;
}

/* line 145, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.sentimentTopic_input), .filtering_container .filtering_btns_container .dropdown_main__container:has(#status_field) {
  z-index: 700 !important;
}

/* line 150, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.location_input) {
  z-index: 600 !important;
}

/* line 154, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container.sentiment_select {
  z-index: 500 !important;
}

/* line 158, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container.content_type {
  z-index: 400 !important;
}

/* line 164, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: none;
}

/* line 170, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input):not(:has(.hidden)) {
  align-items: center;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(85, 113, 116, 0.782);
  display: flex;
  padding: 10px 10px;
  transition: 0.2s;
  z-index: 1;
}

/* line 179, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input):not(:has(.hidden)) label {
  color: #dac3fe;
  font-size: 14px;
}

/* line 184, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input):not(:has(.hidden)) #toggleDateFilterButton {
  margin-right: 10px;
}

/* line 189, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) .date_input {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  font-size: 14px;
  width: 160px;
  min-width: 140px;
  padding: 8px 0px 8px 8px;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  z-index: 2;
  height: 40px;
}

/* line 203, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) .date_input::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dac3fee2;
  content: "";
  z-index: 1;
  width: 30px;
  height: 100%;
}

/* line 214, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) .date_input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  padding: 100% 8px;
  z-index: 3;
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container #dateFilterInputs {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* line 232, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container #toggleDateFilterButton {
  position: static;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(85, 113, 116, 0.782);
  border-radius: 8px;
  color: #dac3fe;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  width: 50px;
  transform: translateY(0);
  font-family: Poppins;
  z-index: 2;
}

/* line 246, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container #toggleDateFilterButton:hover {
  color: #f6f0ff;
}

/* line 253, app/assets/stylesheets/components/filtering.scss */
.filtering_container.comments {
  padding: 0px;
}

/* line 257, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer {
  align-items: center;
  display: flex;
  gap: 15px;
}

/* line 262, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag {
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(93, 123, 126, 0.589);
  border-radius: 30px;
  color: white;
  display: flex;
  gap: 10px;
  padding: 5px 8px 5px 14px;
  font-weight: 300;
  font-size: 14px;
}

/* line 275, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag .source_logo {
  height: 18px;
  width: 18px;
}

/* line 280, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag button {
  border: none;
  background-color: transparent;
  border-radius: 100%;
  color: rgba(93, 123, 126, 0.589);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  padding: 1px 0px 1px 0px;
}

/* line 290, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag button span.material-symbols-outlined {
  font-size: 16px;
  color: #e0e7ff;
}

/* line 295, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag button:hover {
  color: #e0e7ff;
}

/* line 305, app/assets/stylesheets/components/filtering.scss */
.active_filters_container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px 20px 0px;
  width: 100%;
}

/* line 312, app/assets/stylesheets/components/filtering.scss */
.active_filters_container .clear_all_button {
  border-radius: 8px;
}

/* line 317, app/assets/stylesheets/components/filtering.scss */
#resultCount {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border: 1px solid rgba(85, 113, 116, 0.5);
  border-radius: 40px;
  color: #e0e7ff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 0.5px;
  height: 30px;
  width: 30px;
}

/* line 333, app/assets/stylesheets/components/filtering.scss */
.highlight,
.threats_highlight,
.keywords_highlight,
.sentiment_topic_highlight {
  border-radius: 3px;
  color: black;
  padding: 1px 0px;
}

/* line 342, app/assets/stylesheets/components/filtering.scss */
.threats_highlight {
  background-color: #ff36a1 !important;
}

/* line 346, app/assets/stylesheets/components/filtering.scss */
.keywords_highlight {
  background-color: #b0faff !important;
}

/* line 350, app/assets/stylesheets/components/filtering.scss */
.title_container .title .keywords_highlight {
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* line 357, app/assets/stylesheets/components/filtering.scss */
.sentiment_topic_highlight {
  background-color: #d0ff00 !important;
  line-height: 20px;
}

/* line 364, app/assets/stylesheets/components/filtering.scss */
.dropdown_main__container.content_type .dropdown_options__container .material-symbols-outlined {
  color: #6b8eff;
}

/* line 1, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: 52px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

/* line 11, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container {
  align-items: center;
  border-bottom: 0px;
  display: flex;
  flex-grow: 1;
  gap: 12px;
  z-index: 1;
}

/* line 19, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container p {
  color: #c2c0ff;
}

/* line 23, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container .input_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* line 32, app/assets/stylesheets/components/sorting.scss */
.analysis_post_actions__container {
  display: flex;
  gap: 12px;
}

/* line 37, app/assets/stylesheets/components/sorting.scss */
select {
  border-radius: 7px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid rgba(85, 113, 116, 0.5);
  box-sizing: border-box;
  color: #b0bbdc;
  font-size: 14px;
  min-width: fit-content;
  padding: 0px 8px;
  height: 40px;
  letter-spacing: 0.3px;
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/components/sorting.scss */
select:focus {
  border-color: rgba(224, 231, 255, 0.3);
  outline: none !important;
}

/* line 55, app/assets/stylesheets/components/sorting.scss */
select::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e0e7ff !important;
}

/* line 1, app/assets/stylesheets/components/inputs.scss */
.gradient_glass {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  backdrop-filter: blur(16px);
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #ece1fe;
}

/* line 22, app/assets/stylesheets/components/inputs.scss */
.radio_btn {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f2f6f8;
  border: 1px solid #6f9eac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/components/inputs.scss */
.radio_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.15s;
}

/* line 43, app/assets/stylesheets/components/inputs.scss */
.search_option.active .radio_btn {
  background: #a26cfc;
  border: 0px;
}

/* line 47, app/assets/stylesheets/components/inputs.scss */
.search_option.active .radio_btn::after {
  background: #f2f6f8;
}

/* line 53, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container * {
  box-sizing: border-box;
}

/* line 57, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: 250px;
  max-width: 270px;
  min-height: 50px;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ece1fe;
  letter-spacing: 0.4px;
  transition: border-radius 0.2s ease;
  z-index: 900;
}

/* line 81, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.expanded {
  border-radius: 8px 8px 0px 0px;
}

/* line 84, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.expanded .dropdown__icon {
  transform: rotate(-90deg);
}

/* line 89, app/assets/stylesheets/components/inputs.scss */
.dropdown__field {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 6px 16px;
}

/* line 101, app/assets/stylesheets/components/inputs.scss */
.dropdown__display {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 107, app/assets/stylesheets/components/inputs.scss */
.dropdown__display img {
  height: 20px;
}

/* line 111, app/assets/stylesheets/components/inputs.scss */
.dropdown__display .material-symbols-outlined {
  color: #d5baff;
}

/* line 114, app/assets/stylesheets/components/inputs.scss */
.dropdown__display .material-symbols-outlined.dropdown__icon {
  margin-left: auto;
}

/* line 120, app/assets/stylesheets/components/inputs.scss */
.dropdown__icon {
  font-size: 32px !important;
  color: #ece1fe;
  position: relative;
  right: -10px;
  transition: 0.2s;
  user-select: none;
}

/* line 129, app/assets/stylesheets/components/inputs.scss */
.dropdown_options__container {
  position: absolute;
  display: none;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  min-height: 44px;
  max-height: 200px;
  overflow-x: hidden;
  flex-direction: column;
  scrollbar-gutter: stable;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 0px 0px 8px 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 19px 38px, rgba(0, 0, 0, 0.075) 0px 15px 12px;
}

/* line 147, app/assets/stylesheets/components/inputs.scss */
.dropdown_option {
  position: relative;
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% + 4px);
  padding: 0px 12px;
}

/* line 156, app/assets/stylesheets/components/inputs.scss */
.dropdown_option:hover {
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/components/inputs.scss */
.dropdown_option img {
  height: 18px;
}

/* line 170, app/assets/stylesheets/components/inputs.scss */
.dropdown_option .material-symbols-outlined {
  font-size: 20px !important;
  color: #dac3fe;
}

/* line 175, app/assets/stylesheets/components/inputs.scss */
.dropdown_option .checkmark {
  color: rgba(182, 181, 239, 0.588);
}

/* line 179, app/assets/stylesheets/components/inputs.scss */
.dropdown_option .option_count {
  display: flex;
  font-family: "Roboto Mono";
  font-size: 11px;
  font-weight: 500;
  justify-content: flex-end;
  min-width: 20px;
  margin-left: auto;
  padding-left: 5px;
}

/* line 191, app/assets/stylesheets/components/inputs.scss */
.dropdown_option.link {
  text-decoration: none;
  color: #ece1fe;
}

/* line 201, app/assets/stylesheets/components/inputs.scss */
.dropdown_option.profiler_src .title__container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 206, app/assets/stylesheets/components/inputs.scss */
.dropdown_option.profiler_src .title__container img.logo {
  width: 26px;
  height: 26px;
}

/* line 214, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper {
  position: relative;
  flex-direction: row;
  cursor: pointer;
  user-select: none;
  padding: 0px 16px;
  height: 50px !important;
}

/* line 222, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__input {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* line 237, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.4px;
  background-color: #ece1fe22;
  color: #ece1fe;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  margin-right: 0.5rem;
}

/* line 253, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box.is_checked {
  background-color: #9b7aff;
  border-color: #9b7aff;
}

/* line 257, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box.is_checked::after {
  opacity: 1;
}

/* line 262, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box.pressed {
  transform: scale(0.9);
}

/* line 267, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #f6f0ff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease;
}

/* line 283, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.add_input
input[type="search"]::-webkit-search-cancel-button {
  display: none;
  position: relative;
}

/* line 290, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.pill {
  border-radius: 26px !important;
  width: fit-content;
  transition: border-radius 0.2s ease;
}

/* line 295, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.pill.expanded {
  border-radius: 8px 8px 0px 0px !important;
}

/* line 301, app/assets/stylesheets/components/inputs.scss */
.clear_input_btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px !important;
  color: #ece1fe;
}

/* line 310, app/assets/stylesheets/components/inputs.scss */
.clear_input_btn:hover {
  color: #c0b5d2;
}

/* line 315, app/assets/stylesheets/components/inputs.scss */
.clear_input_btn.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch {
  position: relative;
  width: 49px;
  height: 24px;
  background: #a26cfc;
  border-radius: 100px;
  border: none;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.2s;
}

/* knob */
/* line 14, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch .knob {
  position: absolute;
  top: calc(50% - 10px);
  /* (24px − 20px)/2 */
  left: 3px;
  width: 20px;
  height: 20px;
  background: #f6f0ff;
  border-radius: 100px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 3px 8px rgba(0, 0, 0, 0.15), 0 3px 1px rgba(0, 0, 0, 0.06);
  transition: left 0.2s;
}

/* “off” state */
/* line 28, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="false"] {
  background: #ddd;
}

/* line 31, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="false"] .knob {
  left: 3px;
}

/* “on” state */
/* line 36, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="true"] {
  background: #a26cfc;
}

/* line 39, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="true"] .knob {
  left: calc(100% - 3px - 20px);
}

/* line 1, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section {
  margin-top: 32px;
}

/* line 4, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section .form-group.boolean {
  border: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}

/* line 9, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section .form-group.boolean label {
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 18, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section .form-group.boolean label input[type="checkbox"] {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #a26cfc;
}

/* line 29, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config {
  margin-top: 24px;
  padding: 24px;
  background: rgba(98, 85, 120, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

/* line 37, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config.hidden {
  display: none;
}

/* line 41, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group {
  margin-bottom: 24px;
}

/* line 44, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group label.control-label {
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

/* line 53, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group input.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  height: 48px;
  padding: 0;
  width: 100%;
}

/* line 66, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group input.form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

/* line 71, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group input.form-control:focus {
  outline: none;
  border-bottom-color: #a26cfc;
}

/* line 79, app/assets/stylesheets/components/sentinel_automation.scss */
.form-label {
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

/* line 88, app/assets/stylesheets/components/sentinel_automation.scss */
.days_selector {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* line 95, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox {
  position: relative;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox input[type="checkbox"]:checked + span {
  background: #a26cfc;
  border-color: #a26cfc;
  color: #ffffff;
  font-weight: 500;
}

/* line 112, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background: transparent;
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease;
  min-width: 48px;
}

/* line 127, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox span:hover {
  border-color: #a26cfc;
  background: rgba(162, 108, 252, 0.1);
}

/* line 134, app/assets/stylesheets/components/sentinel_automation.scss */
.times_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

/* line 141, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* line 146, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row input[type="time"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  height: 48px;
  padding: 0;
  width: 160px;
}

/* line 159, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row input[type="time"]:focus {
  outline: none;
  border-bottom-color: #a26cfc;
}

/* line 164, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row .btn-remove-time {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 100, 100, 0.5);
  background: transparent;
  color: rgba(255, 100, 100, 0.8);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 185, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row .btn-remove-time:hover {
  background: rgba(255, 100, 100, 0.2);
  border-color: rgba(255, 100, 100, 0.8);
}

/* line 190, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row .btn-remove-time.hidden {
  display: none;
}

/* line 196, app/assets/stylesheets/components/sentinel_automation.scss */
.btn_add_time {
  margin-top: 8px;
  font-size: 14px;
  color: #a26cfc;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  font-family: Poppins;
  font-weight: 400;
  transition: all 0.2s ease;
}

/* line 208, app/assets/stylesheets/components/sentinel_automation.scss */
.btn_add_time:hover {
  color: #c29efd;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 222, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal .results_table__container {
  display: block !important;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
}

/* line 229, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table {
  width: 100%;
}

/* line 232, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th, #scheduled-runs-modal table#results_table td {
  padding: 12px 8px;
  vertical-align: middle;
}

/* line 237, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c2c0ff;
}

/* line 244, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(1) {
  width: 20%;
  text-align: left;
}

/* line 245, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(2) {
  width: 15%;
  text-align: left;
}

/* line 246, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(3) {
  width: 20%;
  text-align: left;
}

/* line 247, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(4) {
  width: 10%;
  text-align: center;
}

/* line 248, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(5) {
  width: 8%;
  text-align: center;
}

/* line 249, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(6) {
  width: 10%;
  text-align: center;
}

/* line 250, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(7) {
  width: 10%;
  text-align: center;
}

/* line 251, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(8) {
  width: 7%;
  text-align: center;
}

/* line 254, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td {
  font-weight: 300;
  font-size: 14px;
  color: #DAC3FE;
}

/* line 259, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(1) {
  text-align: left;
}

/* line 260, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(2) {
  text-align: left;
}

/* line 261, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(3) {
  text-align: left;
}

/* line 262, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(4) {
  text-align: center;
}

/* line 263, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(5) {
  text-align: center;
}

/* line 264, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(6) {
  text-align: center;
}

/* line 265, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(7) {
  text-align: center;
}

/* line 266, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(8) {
  text-align: center;
}

/* line 268, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td strong {
  font-weight: 500;
  color: #ECE1FE;
}

/* line 274, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table tr {
  border-bottom: 1px solid rgba(111, 158, 172, 0.5);
}

/* line 277, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table tr:last-child {
  border-bottom: none;
}

/*# sourceMappingURL=application.css-654f120b7bf914834acc7822c9cfcc53da40898ee3e0b779cdb8dbe26fefcbf6.map */
