/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/TimeLineStep/TimeLineStep.sass ***!
  \*****************************************************************************************************************************************************************************************************************/
.timeline-step {
  display: flex;
  align-items: center;
}
.timeline-step.active .timeline-step__number {
  border-color: #F9F9F9;
  background-color: rgba(249, 249, 249, 0.2);
}
.timeline-step.active .timeline-step__number::after {
  opacity: 1;
}
.timeline-step.active .timeline-step__text .MuiTypography-root.MuiTypography-color-description-primary {
  color: #F9F9F9;
}
.timeline-step.done .timeline-step__number {
  background-color: #4AC18E;
  color: #1A1E2F;
}
.timeline-step__col--left {
  margin-right: 24px;
}
.timeline-step__number {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #3B3D4F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.1s;
  box-sizing: content-box;
}
.timeline-step__number::after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 50%;
  border: 2px solid #F9F9F9;
  background-color: transparent;
  transition: opacity 0.1s;
  opacity: 0;
}
.timeline-step__text .MuiTypography-root {
  transition: color 0.1s;
}
.timeline-step__text--uppercase {
  text-transform: uppercase;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/AccordionSteps/AccordionSteps.sass ***!
  \*********************************************************************************************************************************************************************************************************************/
.accordion-inner {
  margin-left: 44px;
}
.accordion-inner__content {
  margin-bottom: 24px;
}
.accordion-inner__footer {
  display: flex;
  justify-content: space-between;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/ArrowButton/ArrowButton.sass ***!
  \***************************************************************************************************************************************************************************************************************/
.arrow-button {
  display: flex;
  align-items: center;
}
.arrow-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transform: rotate(90deg);
  cursor: pointer;
}
.arrow-button a svg {
  animation-name: keyframe--bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: transform 0.2s;
}
.arrow-button a:hover svg {
  transform: translateX(3px);
}
.arrow-button.left {
  justify-content: flex-start;
}
.arrow-button.center {
  justify-content: center;
}
.arrow-button.right {
  justify-content: flex-end;
}
.arrow-button .primary {
  color: #00A0AC;
}
.arrow-button .secondary {
  color: #ffffff;
}

@keyframes keyframe--bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(3px);
  }
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Tooltips/Tooltip.sass ***!
  \********************************************************************************************************************************************************************************************************/
.sb-tooltip-tag {
  display: inline-flex;
}
.sb-tooltip-tag--hover {
  cursor: default;
}
.sb-tooltip-tag--click {
  cursor: pointer;
}

.sb-tooltip-popup--text-center {
  text-align: center;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/TextInput/TextInput.sass ***!
  \******************************************************************************************************************************************************************************************************************/
.MuiInputBase-input, .MuiInputBase-input.Mui-disabled {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.MuiInputBase-input::placeholder, .MuiInputBase-input.Mui-disabled::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: rgba(238, 238, 238, 0.6);
  -webkit-text-fill-color: rgba(238, 238, 238, 0.6);
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/DatePicker/DatePicker.sass ***!
  \********************************************************************************************************************************************************************************************************************/
.MuiPaper-date-picker.MuiPaper-root {
  margin: 10px 0 0 -12px;
  background-color: #3B3D4F;
  border-radius: 0;
  color: #F9F9F9;
}
.MuiPaper-date-picker.MuiPaper-root .MuiPickersCalendarHeader-label {
  font-size: 16px;
}
.MuiPaper-date-picker.MuiPaper-root .MuiPickersDay-root {
  background-color: #292C3D;
  color: #F9F9F9;
}
.MuiPaper-date-picker.MuiPaper-root .MuiPickersDay-root:hover {
  background-color: #94959E;
}
.MuiPaper-date-picker.MuiPaper-root .MuiPickersDay-root.Mui-selected {
  background-color: #4AC18E;
}
.MuiPaper-date-picker.MuiPaper-root .MuiPickersDay-root.Mui-disabled {
  color: rgba(207, 208, 211, 0.6);
}
.MuiPaper-date-picker.MuiPaper-root.MuiTypography-root {
  color: inherit;
}
.MuiPaper-date-picker.MuiPaper-root .MuiButtonBase-root {
  color: inherit;
}
.MuiPaper-date-picker.MuiPaper-root .MuiTypography-root.MuiTypography-caption {
  color: #F9F9F9;
}

.datepicker-root .MuiInputAdornment-root .MuiButtonBase-root .MuiSvgIcon-root {
  width: 24px;
  height: 24px;
}
/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-dates/lib/css/_datepicker.css ***!
  \****************************************************************************************************/
.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/DateRangePicker/DateRangePicker.sass ***!
  \******************************************************************************************************************************************************************************************************************************/
.date-range-picker {
  font-family: "Inter", sans-serif;
}
.date-range-picker .DateRangePickerInput {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  max-width: 280px;
  border-radius: 4px;
  border-color: #57586E;
  background-color: #3B3D4F;
}
.date-range-picker .DateRangePickerInput:hover {
  border-color: rgba(74, 193, 142, 0.5);
}
.date-range-picker .DateRangePickerInput:focus, .date-range-picker .DateRangePickerInput:has(input:focus) {
  border-color: #999BAA;
}
@media (max-width: 768px) {
  .date-range-picker .DateRangePickerInput {
    max-width: 100%;
  }
}
.date-range-picker .DateRangePickerInput_calendarIcon {
  padding: 0 8px;
  margin: 0;
  font-size: 0;
}
.date-range-picker .DateRangePickerInput_calendarIcon_svg {
  fill: #F9F9F9;
}
.date-range-picker .DateRangePickerInput_clearDates {
  padding: 0 8px;
  margin: 0;
  font-size: 0;
}
.date-range-picker .DateRangePickerInput_clearDates:hover {
  background-color: transparent;
}
.date-range-picker .DateRangePickerInput_clearDates_svg {
  fill: #F9F9F9;
}
.date-range-picker .DateRangePickerInput_arrow {
  font-size: 0;
}
.date-range-picker .DateRangePickerInput_arrow_svg {
  width: 16px;
  height: 16px;
  fill: #F9F9F9;
}
.date-range-picker .DateRangePickerInput__disabled .DateRangePickerInput_arrow_svg, .date-range-picker .DateRangePickerInput__disabled .DateRangePickerInput_clearDates_svg {
  fill: rgba(238, 238, 238, 0.3);
}
.date-range-picker .DateRangePickerInput__disabled .DateRangePickerInput_calendarIcon {
  color: rgba(238, 238, 238, 0.3);
}
.date-range-picker .DateRangePickerInput .DateInput {
  width: 100%;
  background-color: #3B3D4F;
  vertical-align: -4px;
  font-size: 0;
}
.date-range-picker .DateRangePickerInput .DateInput_input {
  box-sizing: border-box;
  padding: 0 0 0 8px;
  border: none;
  background-color: #3B3D4F;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #F9F9F9;
}
.date-range-picker .DateRangePickerInput .DateInput_input__disabled {
  color: rgba(238, 238, 238, 0.3);
}
.date-range-picker .DateRangePickerInput .DateInput_input__disabled::placeholder {
  color: rgba(238, 238, 238, 0.3) !important;
}
.date-range-picker .DateRangePickerInput .DateInput .DateInput_fangShape {
  fill: #303344;
}
.date-range-picker .DateRangePickerInput .DateInput .DateInput_fangStroke {
  stroke: #303344;
}
@media (max-width: 768px) {
  .date-range-picker .DateRangePicker {
    width: 100%;
  }
}
.date-range-picker .DateRangePicker_picker {
  background-color: #303344;
  z-index: 5;
}
.date-range-picker .DayPicker {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  background-color: #303344;
}
.date-range-picker .DayPicker_transitionContainer {
  min-height: 312px;
}
@media (max-width: 768px) {
  .date-range-picker .DayPicker_transitionContainer {
    height: 600px !important;
  }
}
.date-range-picker .DayPicker__horizontal {
  background-color: #303344;
}
.date-range-picker .DayPicker_weekHeader {
  top: 56px;
}
@media (max-width: 768px) {
  .date-range-picker .DayPicker_weekHeader__vertical {
    top: 42px;
  }
}
.date-range-picker .DayPicker .CalendarMonthGrid .CalendarMonthGrid_month__hidden_3 {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.date-range-picker .DayPicker .DayPickerNavigation_button__default {
  border: none;
  background-color: #303344;
}
.date-range-picker .DayPicker .DayPickerNavigation_button__verticalDefault {
  box-shadow: none;
}
.date-range-picker .DayPicker .DayPickerNavigation_svg__horizontal {
  fill: #CFD0D3;
}
@media (max-width: 768px) {
  .date-range-picker .DayPicker .DayPickerNavigation_svg__vertical {
    width: 20px;
    height: 20px;
    fill: #CFD0D3;
  }
}
@media (max-width: 768px) {
  .date-range-picker .DayPicker .DayPickerNavigation__verticalDefault {
    height: 36px;
  }
}
.date-range-picker .DayPicker .DayPicker_weekHeader_li {
  height: 30px;
  font-size: 12px;
  color: #CFD0D3;
}
.date-range-picker .DayPicker .CalendarMonth_table {
  border-collapse: initial;
}
.date-range-picker .DayPicker .CalendarMonth_caption {
  padding-bottom: 42px;
  font-size: 14px;
  color: #F9F9F9;
}
@media (max-width: 768px) {
  .date-range-picker .DayPicker .CalendarMonth_caption {
    padding: 14px 0 36px;
  }
}
.date-range-picker .DayPicker .CalendarMonth_caption strong {
  font-weight: 400;
}
.date-range-picker .DayPicker .CalendarMonth,
.date-range-picker .DayPicker .CalendarMonthGrid {
  background-color: #303344;
}
.date-range-picker .DayPicker .CalendarDay__default {
  border-radius: 50%;
  border-color: transparent;
  background-color: #303344;
  font-size: 14px;
  color: #F9F9F9;
  vertical-align: middle;
}
.date-range-picker .DayPicker .CalendarDay__today {
  border-color: #F9F9F9;
}
.date-range-picker .DayPicker .CalendarDay__selected {
  background-color: #4AC18E;
}
.date-range-picker .DayPicker .CalendarDay__selected_span {
  background-color: #4E5060;
}
.date-range-picker .DayPicker .CalendarDay__hovered_span {
  background-color: rgba(78, 80, 96, 0.8);
}
.date-range-picker .DayPicker .CalendarDay__blocked_out_of_range {
  color: rgba(207, 208, 211, 0.6);
}
.date-range-picker .DayPicker .CalendarDay__defaultCursor {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/TimePicker/TimePicker.sass ***!
  \********************************************************************************************************************************************************************************************************************/
.MuiPopperTimePicker-root {
  padding: 12px 0 0 0;
}
.MuiPopperTimePicker-root .MuiPaper-root {
  position: relative;
  padding: 12px 0 0 0;
  background-color: #3B3D4F;
  border-radius: 4px;
  color: #F9F9F9;
}
.MuiPopperTimePicker-root .MuiPaper-root > div > div div:nth-child(2) > div div:nth-child(2), .MuiPopperTimePicker-root .MuiPaper-root > div > div div:nth-child(2) > div div:nth-child(3) {
  background-color: #4AC18E;
}
.MuiPopperTimePicker-root .MuiPaper-root > div > div div:nth-child(2) > div div > div {
  border-color: #4AC18E;
}
.MuiPopperTimePicker-root .MuiPaper-root span[role=option][aria-label], .MuiPopperTimePicker-root .MuiPaper-root span[role=option][aria-label] {
  font-family: "Inter", sans-serif;
  color: #F9F9F9;
}
.MuiPopperTimePicker-root .MuiPaper-root span[role=option][aria-label].Mui-selected, .MuiPopperTimePicker-root .MuiPaper-root span[role=option][aria-label].Mui-selected {
  background-color: #4AC18E;
}
.MuiPopperTimePicker-root .MuiPaper-root .MuiButtonBase-root.MuiIconButton-root {
  background-color: transparent;
  color: #F9F9F9;
}
.MuiPopperTimePicker-root .MuiPaper-root .MuiClockPicker-arrowSwitcher .MuiButtonBase-root.MuiIconButton-root {
  background-color: transparent;
  color: #F9F9F9;
}
.MuiPopperTimePicker-root .MuiPaper-root .MuiClockPicker-arrowSwitcher .MuiButtonBase-root.MuiIconButton-root.Mui-disabled {
  color: rgba(249, 249, 249, 0.5);
}

.MuiFormControl-root .MuiFormHelperText-root.Mui-disabled {
  color: #CFD0D3;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/DateTimeRangePicker/DateTimeRangePicker.sass ***!
  \**************************************************************************************************************************************************************************************************************************************/
.sb-date-time-range-picker {
  position: relative;
  width: fit-content;
}
.sb-date-time-range-picker.full-width-popper .MuiPopper-root {
  width: 100%;
}
.sb-date-time-range-picker .MuiPopper-root {
  min-width: 300px;
}
.sb-date-time-range-picker-popper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sb-date-time-range-picker-popper__row {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.sb-date-time-range-picker-popper__col--date {
  flex: 2;
}
.sb-date-time-range-picker-popper__col--time {
  flex: 1;
  min-width: 108px;
}
.sb-date-time-range-picker-popper__actions {
  display: flex;
  justify-content: flex-end;
}
.sb-date-time-range-picker__placeholder {
  color: #757575;
}
.sb-date-time-range-picker__placeholder-divider {
  display: inline-block;
  margin-inline: 6px;
}
.sb-date-time-range-picker__button.MuiButtonBase-root {
  min-width: 364px;
  justify-content: space-between;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/OtpInput/OtpInput.sass ***!
  \****************************************************************************************************************************************************************************************************************/
.otp-input-container {
  display: block;
}
.otp-input-container .otp-input-block {
  display: flex;
}
.otp-input-container .otp-input-block .otp-input {
  outline: none;
  align-items: center;
  padding: 0 10px;
  height: 52px;
  width: 48px;
  text-align: center;
  border-radius: 0;
  background-color: #3B3D4F;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 50px;
  color: #CFD0D3;
  border: 1px solid #CFD0D3;
  box-sizing: border-box;
}
.otp-input-container .otp-input-block .otp-input:not(:first-child) {
  margin-left: -1px;
}
.otp-input-container .otp-input-block .otp-input.first {
  border-radius: 4px 0 0 4px;
}
.otp-input-container .otp-input-block .otp-input.last {
  border-radius: 0 4px 4px 0;
}
.otp-input-container .otp-input-block .otp-input.first.last {
  border-radius: 4px;
}
.otp-input-container .otp-input-block .otp-input.has-error {
  border-color: #EE3523;
}
.otp-input-container .otp-input-block .otp-separator-container {
  display: flex;
  align-items: center;
  margin: 0 15px;
  font-family: "Inter", sans-serif;
  color: #CFD0D3;
}
.otp-input-container .helper-block {
  color: #CFD0D3;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  margin-top: 2px;
}
.otp-input-container.has-error .helper-block {
  color: #EE3523;
}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Inputs/SingleDatePicker/SingleDatePicker.sass ***!
  \********************************************************************************************************************************************************************************************************************************/
.single-date-picker {
  font-family: "Inter", sans-serif;
}
.single-date-picker--error .SingleDatePickerInput {
  border-color: #EE3523;
}
.single-date-picker .SingleDatePickerInput {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  max-width: 280px;
  border-radius: 4px;
  border-color: #57586E;
  background-color: #3B3D4F;
}
.single-date-picker .SingleDatePickerInput:hover {
  border-color: rgba(74, 193, 142, 0.5);
}
.single-date-picker .SingleDatePickerInput:focus, .single-date-picker .SingleDatePickerInput:has(input:focus) {
  border-color: #999BAA;
}
@media (max-width: 768px) {
  .single-date-picker .SingleDatePickerInput {
    max-width: 100%;
  }
}
.single-date-picker .SingleDatePickerInput_calendarIcon {
  padding: 0 8px;
  margin: 0;
  font-size: 0;
}
.single-date-picker .SingleDatePickerInput_calendarIcon_svg {
  fill: #F9F9F9;
}
.single-date-picker .SingleDatePickerInput_clearDates {
  padding: 0 8px;
  margin: 0;
  font-size: 0;
}
.single-date-picker .SingleDatePickerInput_clearDates:hover {
  background-color: transparent;
}
.single-date-picker .SingleDatePickerInput_clearDates_svg {
  fill: #F9F9F9;
}
.single-date-picker .SingleDatePickerInput__disabled .SingleDatePickerInput_arrow_svg, .single-date-picker .SingleDatePickerInput__disabled .SingleDatePickerInput_clearDate_svg {
  fill: rgba(238, 238, 238, 0.3);
}
.single-date-picker .SingleDatePickerInput__disabled .SingleDatePickerInput_calendarIcon {
  color: rgba(238, 238, 238, 0.3);
}
.single-date-picker .SingleDatePickerInput_clearDate {
  padding: 0 8px;
  margin: 0;
  font-size: 0;
}
.single-date-picker .SingleDatePickerInput_clearDate:hover, .single-date-picker .SingleDatePickerInput_clearDate:focus {
  background-color: transparent;
}
.single-date-picker .SingleDatePickerInput_clearDate_svg {
  fill: #F9F9F9;
}
.single-date-picker .SingleDatePickerInput .DateInput {
  width: 100%;
  background-color: #3B3D4F;
  vertical-align: -4px;
  line-height: 0;
}
.single-date-picker .SingleDatePickerInput .DateInput_input {
  box-sizing: border-box;
  padding: 0 0 0 8px;
  border: none;
  background-color: #3B3D4F;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #F9F9F9;
}
.single-date-picker .SingleDatePickerInput .DateInput_input__disabled {
  color: rgba(238, 238, 238, 0.3);
}
.single-date-picker .SingleDatePickerInput .DateInput_input__disabled::placeholder {
  color: rgba(238, 238, 238, 0.3) !important;
}
.single-date-picker .SingleDatePickerInput .DateInput .DateInput_fangShape {
  fill: #303344;
}
.single-date-picker .SingleDatePickerInput .DateInput .DateInput_fangStroke {
  stroke: #303344;
}
.single-date-picker--error .SingleDatePickerInput {
  border-color: #EE3523;
}
.single-date-picker__message {
  font-size: 12px;
  margin: 3px 14px 0 0;
  color: #CFD0D3;
}
.single-date-picker__message--error {
  color: #EE3523;
}
@media (max-width: 768px) {
  .single-date-picker .SingleDatePicker {
    width: 100%;
  }
}
.single-date-picker .SingleDatePicker_picker {
  background-color: #303344;
  z-index: 5;
}
.single-date-picker .DayPicker {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  background-color: #303344;
}
.single-date-picker .DayPicker_transitionContainer {
  min-height: 312px;
}
@media (max-width: 768px) {
  .single-date-picker .DayPicker_transitionContainer {
    height: 600px !important;
  }
}
.single-date-picker .DayPicker__horizontal {
  background-color: #303344;
}
.single-date-picker .DayPicker_weekHeader {
  top: 56px;
}
@media (max-width: 768px) {
  .single-date-picker .DayPicker_weekHeader__vertical {
    top: 42px;
  }
}
.single-date-picker .DayPicker .CalendarMonthGrid .CalendarMonthGrid_month__hidden_3 {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.single-date-picker .DayPicker .DayPickerNavigation_button__default {
  border: none;
  background-color: #303344;
}
.single-date-picker .DayPicker .DayPickerNavigation_button__verticalDefault {
  box-shadow: none;
}
.single-date-picker .DayPicker .DayPickerNavigation_svg__horizontal {
  fill: #CFD0D3;
}
@media (max-width: 768px) {
  .single-date-picker .DayPicker .DayPickerNavigation_svg__vertical {
    width: 20px;
    height: 20px;
    fill: #CFD0D3;
  }
}
@media (max-width: 768px) {
  .single-date-picker .DayPicker .DayPickerNavigation__verticalDefault {
    height: 36px;
  }
}
.single-date-picker .DayPicker .DayPicker_weekHeader_li {
  height: 30px;
  font-size: 12px;
  color: #CFD0D3;
}
.single-date-picker .DayPicker .CalendarMonth_table {
  border-collapse: initial;
}
.single-date-picker .DayPicker .CalendarMonth_caption {
  padding-bottom: 42px;
  font-size: 14px;
  color: #F9F9F9;
}
@media (max-width: 768px) {
  .single-date-picker .DayPicker .CalendarMonth_caption {
    padding: 14px 0 36px;
  }
}
.single-date-picker .DayPicker .CalendarMonth_caption strong {
  font-weight: 400;
}
.single-date-picker .DayPicker .CalendarMonth,
.single-date-picker .DayPicker .CalendarMonthGrid {
  background-color: #303344;
}
.single-date-picker .DayPicker .CalendarDay__default {
  border-radius: 50%;
  border-color: transparent;
  background-color: #303344;
  font-size: 14px;
  color: #F9F9F9;
  vertical-align: middle;
}
.single-date-picker .DayPicker .CalendarDay__today {
  border-color: #F9F9F9;
}
.single-date-picker .DayPicker .CalendarDay__selected {
  background-color: #4AC18E;
}
.single-date-picker .DayPicker .CalendarDay__selected_span {
  background-color: #4E5060;
}
.single-date-picker .DayPicker .CalendarDay__hovered_span {
  background-color: rgba(78, 80, 96, 0.8);
}
.single-date-picker .DayPicker .CalendarDay__blocked_out_of_range {
  color: rgba(207, 208, 211, 0.6);
}
.single-date-picker .DayPicker .CalendarDay__defaultCursor {
  cursor: default;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/BurgerButton/BurgerButton.sass ***!
  \*****************************************************************************************************************************************************************************************************************/
.MuiButton-root.toggle-menu {
  width: 24px;
  min-width: 24px;
  height: 18px;
  padding: 0;
}

.toggle {
  position: relative;
  width: 24px;
  height: 18px;
  background-color: transparent;
  cursor: pointer;
  z-index: 6;
}
.toggle__line {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: box-shadow 0.2s, background-color 0.2s;
  transition-delay: 0.2s;
}
.toggle__line::before, .toggle__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.toggle__line::before {
  top: -6px;
}
.toggle__line::after {
  top: 6px;
}
.toggle.is-open .toggle__line {
  background-color: transparent;
  transition-delay: 0s;
}
.toggle.is-open .toggle__line::before {
  top: 0;
  transform: rotate(45deg);
}
.toggle.is-open .toggle__line::after {
  top: 0;
  transform: rotate(135deg);
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/ContentLabel/ContentLabel.sass ***!
  \*****************************************************************************************************************************************************************************************************************/
.content-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 4px;
  background-color: #292C3D;
  font-size: 10px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.content-label--info {
  color: #00A5BD;
}
.content-label--success {
  color: #4AC18E;
}
.content-label--warning {
  color: #EE9D23;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Context/Context.sass ***!
  \*******************************************************************************************************************************************************************************************************/
.context__title {
  margin-bottom: 16px;
}
.context__body {
  display: flex;
  flex-wrap: wrap;
}
.context__list {
  flex: 1 1 30%;
  padding-right: 24px;
  box-sizing: border-box;
}
.context__list .item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 6px 0 6px 4px;
  width: 100%;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.1s;
}
.context__list .item__element--icon {
  margin-right: 8px;
}
.context__list .item.active {
  background-color: #3B3D4F;
}
.context__data {
  flex: 1 1 70%;
}
.context__data div:not(:last-child) {
  margin-bottom: 12px;
}
.context__text-helper {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #CFD0D3;
}
.context__text-helper.error {
  color: #EE3523;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Ellipse/Ellipse.sass ***!
  \*******************************************************************************************************************************************************************************************************/
.scp-ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 255, 157, 0.25) 0%, rgba(98, 249, 184, 0) 100%);
  transform: translate(-50%, -50%);
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/EmptyContent/EmptyContent.sass ***!
  \*****************************************************************************************************************************************************************************************************************/
.empty-content {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.empty-content__wrap {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  text-align: center;
}
.empty-content__title {
  margin-bottom: 40px;
}
.empty-content__description {
  margin-bottom: 32px;
}
.empty-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .empty-content-list {
    flex-wrap: wrap;
  }
}
.empty-content-list__item {
  flex: 1 1 100%;
}
.empty-content-list__item:not(:last-of-type) {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .empty-content-list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/TimeInline/TimeInline.sass ***!
  \*************************************************************************************************************************************************************************************************************/
.time-inline {
  display: inline-flex;
  font-family: "Inter", sans-serif;
}
.time-inline--inherit {
  color: inherit;
}
.time-inline--white {
  color: #F9F9F9;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Hexagon/Hexagon.sass ***!
  \*******************************************************************************************************************************************************************************************************/
.hexagon {
  position: relative;
}
.hexagon__content {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0;
}
.hexagon__content svg {
  margin-bottom: -3px;
}
.hexagon__wrap, .hexagon__inner {
  border-radius: 1px;
}
.hexagon__wrap::before, .hexagon__wrap::after, .hexagon__inner::before, .hexagon__inner::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 1px;
  z-index: -1;
}
.hexagon__wrap::before, .hexagon__inner::before {
  transform: translate(-50%, 0) rotate(30deg);
}
.hexagon__wrap::after, .hexagon__inner::after {
  transform: translate(-50%, 0) rotate(-30deg);
}
.hexagon__wrap {
  position: absolute;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}
.hexagon__wrap::before, .hexagon__wrap::after {
  background-color: transparent;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
}
.hexagon__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}
.hexagon__inner::before, .hexagon__inner::after {
  background-color: transparent;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
}
.hexagon--large {
  width: 74px;
  height: 88px;
}
.hexagon--large .hexagon__wrap {
  top: 1px;
  left: 0;
  right: 0;
  margin: 21px 0;
  padding: 4px 6px;
  height: 34px;
}
.hexagon--large .hexagon__wrap::before, .hexagon--large .hexagon__wrap::after {
  top: -16px;
  height: 72px;
  width: 43px;
}
.hexagon--large .hexagon__inner {
  height: 34px;
}
.hexagon--large .hexagon__inner::before, .hexagon--large .hexagon__inner::after {
  top: -9px;
  height: 58px;
  width: 35px;
}
.hexagon--large .hexagon__content {
  font-size: 20px;
}
.hexagon--small {
  width: 37px;
  height: 44px;
}
.hexagon--small .hexagon__wrap {
  top: 0;
  left: 0;
  right: 0;
  margin: 11px -1px 11px 0;
  padding: 2px 3px;
  height: 18px;
}
.hexagon--small .hexagon__wrap::before, .hexagon--small .hexagon__wrap::after {
  top: -8px;
  height: 36px;
  width: 22px;
}
.hexagon--small .hexagon__inner {
  height: 18px;
}
.hexagon--small .hexagon__inner::before, .hexagon--small .hexagon__inner::after {
  top: -4px;
  height: 28px;
  width: 18px;
}
.hexagon--small .hexagon__content {
  font-size: 16px;
}
.hexagon--small .hexagon__content svg {
  width: 16px;
  height: 16px;
}
.hexagon--blue .hexagon__wrap {
  border-color: #00A0AC;
}
.hexagon--blue .hexagon__wrap::before, .hexagon--blue .hexagon__wrap::after {
  border-color: #00A0AC;
}
.hexagon--blue .hexagon__inner {
  background-color: #00A0AC;
  border-color: #00A0AC;
}
.hexagon--blue .hexagon__inner::before, .hexagon--blue .hexagon__inner::after {
  background-color: #00A0AC;
  border-color: #00A0AC;
}
.hexagon--blue .hexagon__content {
  color: #F9F9F9;
}
.hexagon--gray .hexagon__wrap {
  border-color: #CFD0D3;
}
.hexagon--gray .hexagon__wrap::before, .hexagon--gray .hexagon__wrap::after {
  border-color: #CFD0D3;
}
.hexagon--gray .hexagon__inner {
  background-color: #94959E;
  border-color: #CFD0D3;
}
.hexagon--gray .hexagon__inner::before, .hexagon--gray .hexagon__inner::after {
  background-color: #94959E;
  border-color: #CFD0D3;
}
.hexagon--gray .hexagon__content {
  color: #3B3D4F;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Logo/Logo.sass ***!
  \*************************************************************************************************************************************************************************************************/
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo__icon {
  font-size: 0;
}
.logo__icon.small {
  width: 66px;
  height: 30px;
}
.logo__icon.medium {
  width: 86px;
  height: 40px;
}
.logo__icon.large {
  width: 110px;
  height: 50px;
}
.logo__icon svg {
  display: inherit;
  width: inherit;
  height: inherit;
}
.logo__text {
  margin-left: 12px;
  max-width: 110px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #F9F9F9;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/MoreLess/MoreLess.sass ***!
  \*********************************************************************************************************************************************************************************************************/
.more-less__btn {
  font-size: 14px;
  color: #CFD0D3;
  cursor: pointer;
}
.more-less__btn:hover {
  text-decoration: underline;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/MoreLessHtml/MoreLessHtml.sass ***!
  \*****************************************************************************************************************************************************************************************************************/
.more-less-html {
  max-width: 700px;
}
.more-less-html.is-open {
  max-width: 1200px;
}
.more-less-html__description a[href] {
  font-size: inherit;
  font-weight: inherit;
  color: #4AC18E;
  text-decoration: underline;
}
.more-less-html__description a[href]:hover {
  text-decoration: none;
}
.more-less-html__btn {
  font-size: 14px;
  color: #4AC18E;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.more-less-html__btn:hover {
  text-decoration: none;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Notification/NotificationItem/NotificationItem.sass ***!
  \**************************************************************************************************************************************************************************************************************************************/
.notification-item {
  display: flex;
  font-family: "Inter", sans-serif;
}
.notification-item__icon {
  margin-right: 8px;
  width: 10px;
}
.notification-item__icon svg {
  width: inherit;
  font-size: 0;
}
.notification-item__title {
  margin: 2px 0 4px;
  font-size: 12px;
  font-weight: 800;
  color: #CFD0D3;
}
.notification-item__description {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #F9F9F9;
}
.notification-item__date {
  font-size: 12px;
  font-weight: 400;
  color: #CFD0D3;
}
/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/simplebar-react/dist/simplebar.min.css ***!
  \*******************************************************************************************************/
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Notification/NotificationMenu/NotificationMenu.sass ***!
  \**************************************************************************************************************************************************************************************************************************************/
.notification-button {
  display: inline-flex;
}

.notification-menu {
  padding-right: 16px;
}
.notification-menu__scroll {
  max-height: 300px;
}
.notification-menu__scroll .simplebar-track.simplebar-vertical {
  right: -10px;
}
.notification-menu__scroll .simplebar-track .simplebar-scrollbar::before {
  background-color: #4E5060;
}
.notification-menu__item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #57586E;
}
.notification-menu__item:not(:first-child) {
  padding-top: 16px;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/StatisticCard/StatisticCard.sass ***!
  \*******************************************************************************************************************************************************************************************************************/
.statistic-card {
  position: relative;
  padding: 24px;
  background-color: #3B3D4F;
  border-radius: 8px;
}
.statistic-card.green .statistic-card__range-inner {
  background-color: #4AC18E;
}
.statistic-card.gray .statistic-card__range-inner {
  background-color: #F9F9F9;
}
.statistic-card__tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(249, 249, 249, 0.2);
}
.statistic-card__count {
  margin-bottom: 6px;
}
.statistic-card__count .MuiTypography-root.MuiTypography-h2 {
  font-size: 40px;
}
.statistic-card__range {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4E5060;
  margin: 16px 0 5px;
}
.statistic-card__range-inner {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #4AC18E;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Table/TableHead/TableHeadCheckbox/TableHeadCheckbox.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.table-head__col--checkbox {
  gap: 2px;
}
.table-head__col--checkbox .MuiBox-root {
  min-width: 20px;
  line-height: 0;
}
.table-head__col--checkbox .MuiInputBase-root .MuiSelect-nativeInput {
  padding-left: 0;
}
.table-head__col--checkbox .MuiSelect-select.MuiSelect-outlined.MuiInputBase-input {
  padding: 0 !important;
  font-size: 0;
}
.table-head__col--checkbox .MuiOutlinedInput-notchedOutline {
  border: none !important;
}
.table-head__col--checkbox .MuiSvgIcon-root.MuiSelect-icon {
  right: 0;
}
.table-head__col--checkbox .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root {
  margin-right: 0;
}

body:has(.table-checkbox-paper) .table-head__col--checkbox .MuiButtonBase-root {
  color: rgba(74, 193, 142, 0.5);
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Table/TableHead/TableHead.sass ***!
  \*****************************************************************************************************************************************************************************************************************/
.table-head__row {
  display: flex;
  border-top: 1px solid #3B3D4F;
  border-bottom: 1px solid #3B3D4F;
}
.table-head__row--head {
  background-color: #292C3D;
}
.table-head__sort {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin-left: 10px;
}
.table-head__sort-angle {
  display: inline-flex;
}
.table-head__sort-angle--bottom {
  transform: rotate(180deg);
}
.table-head__sort-angle--inactive {
  opacity: 0.5;
}
.table-head__col {
  padding: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  box-sizing: border-box;
}
.table-head__col.sortable {
  cursor: pointer;
}
.table-head__col.sortable .MuiTableSortLabel-icon {
  display: none;
}
.table-head__col--checkbox .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl.select-size-large {
  min-height: 20px;
}
.table-head__col--checkbox .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
  background-color: #292C3D;
}
.table-head__col--checkbox .MuiInputBase-root .MuiSelect-select.MuiSelect-outlined.MuiInputBase-input {
  min-height: 20px;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Tabs/Tabs.sass ***!
  \*************************************************************************************************************************************************************************************************/
.grid-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .grid-tabs {
    flex-wrap: wrap;
  }
}
.grid-tabs .MuiTabs-root .MuiTab-root.MuiTab-textColorPrimary {
  font-size: 14px;
}
.grid-tabs__col-left {
  margin-right: 15px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .grid-tabs__col-left {
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 15px;
    justify-content: space-between;
    flex: 1 1 100%;
  }
}
.grid-tabs__col-left-inner {
  margin-right: 65px;
}
@media (max-width: 1024px) {
  .grid-tabs__col-left-inner {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .grid-tabs__col-left-inner {
    flex: 1 1 100%;
    order: 2;
  }
}
.grid-tabs__col-right {
  flex: 1 1 300px;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .grid-tabs__col-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .grid-tabs__col-right-inner {
    margin-bottom: 15px;
    flex: 1 1 100%;
    order: 1;
  }
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/ButtonContacts/ButtonContacts.sass ***!
  \*********************************************************************************************************************************************************************************************************************/
.button-contacts__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 8px;
}
.button-contacts__item-icon {
  line-height: 1;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/MessageAccordion/MessageAccordion.sass ***!
  \*************************************************************************************************************************************************************************************************************************/
.sb-messsage-accordion .MuiPaper-root {
  background-color: #1F2232;
  color: #CFD0D3;
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-expandIconWrapper .MuiSvgIcon-root {
  transition: transform 0.2s;
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-expandIconWrapper.Mui-expanded {
  transform: none;
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-expandIconWrapper.Mui-expanded .MuiSvgIcon-root {
  transform: rotate(180deg);
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-content {
  flex: 1;
  gap: 14px;
  margin-block: 10px;
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-content .Mui-expanded {
  margin-block: 10px;
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-root.MuiButtonBase-root {
  gap: 14px;
  cursor: default;
  padding-inline: 12px;
  user-select: text;
}
.sb-messsage-accordion .MuiPaper-root .MuiAccordionSummary-root.MuiButtonBase-root.Mui-expanded {
  min-height: 48px;
}
.sb-messsage-accordion--default .MuiPaper-root {
  border: 1px solid #3B3D4F;
}
.sb-messsage-accordion--default .sb-messsage-accordion__icon {
  color: #CFD0D3;
}
.sb-messsage-accordion--warning .MuiPaper-root {
  border: 1px solid #EE9D23;
}
.sb-messsage-accordion--warning .sb-messsage-accordion__icon {
  color: #EE9D23;
}
.sb-messsage-accordion__title {
  display: flex;
  align-items: center;
}
.sb-messsage-accordion__icon {
  display: flex;
  align-items: center;
}
.sb-messsage-accordion__btn {
  cursor: pointer;
  text-decoration: underline;
  flex: 1 0 auto;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Timeline/Timeline.sass ***!
  \*********************************************************************************************************************************************************************************************************/
.timeline-text__date {
  margin-bottom: 6px;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/UpdateInfo/UpdateInfo.sass ***!
  \*************************************************************************************************************************************************************************************************************/
.update-info {
  padding: 12px 18px;
}
.update-info--blue {
  background-color: #00A0AC;
}
.update-info--red {
  background-color: #EE3523;
}
.update-info--yellow {
  background-color: #EE9D23;
}
.update-info__row {
  display: flex;
  align-items: center;
}
.update-info__icon {
  margin-right: 16px;
}
.update-info__title {
  color: #292C3D;
}
.update-info__title .MuiTypography-root {
  margin-bottom: 0 !important;
}
.update-info__description {
  color: #292C3D;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/WarningList/WarningItem.sass ***!
  \***************************************************************************************************************************************************************************************************************/
.warning-item {
  display: flex;
  align-items: center;
}
.warning-item__icon {
  padding-right: 15px;
  width: 100%;
  max-width: 27px;
}
.warning-item__field {
  padding-right: 15px;
  width: 100%;
  max-width: 83px;
  color: #F9F9F9;
}
.warning-item__description {
  color: #CFD0D3;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/WarningList/WarningList.sass ***!
  \***************************************************************************************************************************************************************************************************************/
.warning-list {
  border-top: 1px solid rgba(207, 208, 211, 0.1);
  padding: 12px 20px;
}
.warning-list .warning-item:not(:last-child) {
  margin-bottom: 10px;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/Accordion/Accordion.sass ***!
  \**********************************************************************************************************************************************************************************************************************/
.accordion-list {
  color: #F9F9F9;
}
.accordion-list__item:not(:last-of-type) {
  margin-bottom: 8px;
}
.accordion-list__item--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.accordion-list__item-checkbox {
  position: absolute;
  top: 50%;
  right: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.accordion-list__item .MuiPaper-root {
  border: 1px solid #3B3D4F;
  transition: background-color 0.2s;
}
.accordion-list__item .MuiPaper-root:hover, .accordion-list__item .MuiPaper-root.Mui-expanded {
  border-color: #4AC18E;
  box-shadow: 0 0 3px 2px rgba(74, 193, 142, 0.5);
}
.accordion-list__item .MuiPaper-root:hover .MuiAccordionSummary-expandIconWrapper, .accordion-list__item .MuiPaper-root.Mui-expanded .MuiAccordionSummary-expandIconWrapper {
  opacity: 1;
  visibility: visible;
}
.accordion-list__item .MuiPaper-root.Mui-expanded {
  background-color: #252838;
}
.accordion-list__item .MuiPaper-root.Mui-expanded .accordion-list__item-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.accordion-list__item .MuiPaper-root .MuiAccordionSummary-expandIconWrapper {
  height: auto;
  width: auto;
}
.accordion-list__item .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-expandIconWrapper .MuiButtonBase-root.MuiIconButton-root.accordion-list__item-btn {
  padding: 0;
  font-size: 14px;
}
.accordion-list__item .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-expandIconWrapper .MuiButtonBase-root.MuiIconButton-root.accordion-list__item-btn svg {
  width: 1em;
  max-width: 21px;
  max-height: 21px;
}
.accordion-list__item .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-expandIconWrapper .MuiButtonBase-root.MuiIconButton-root.accordion-list__item-btn--text {
  gap: 6px;
  padding-inline: 5px;
}
.accordion-list__item-icon {
  position: relative;
  width: 12px;
  height: 12px;
}
.accordion-list__item-icon::before {
  width: 12px;
  height: 2px;
}
.accordion-list__item-icon::after {
  width: 2px;
  height: 12px;
}
.accordion-list__item-icon::before, .accordion-list__item-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background-color: #CFD0D3;
  transform: translate(-50%, -50%) scaleY(1);
  transition: transform 0.2s ease-in-out;
}

.accordion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: 16px;
}
.accordion-item .MuiChip-root {
  height: 22px;
  border: none;
}
.accordion-item .MuiChip-root .MuiChip-label {
  padding: 0 5px;
  font-weight: 600;
  font-size: 12px;
}
.accordion-item__col--left {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.accordion-item__title {
  margin-right: 8px;
}
.accordion-item__text {
  font-size: 14px;
  color: #CFD0D3;
  white-space: nowrap;
}
.accordion-item__button {
  font-size: 14px;
  color: #CFD0D3;
  white-space: nowrap;
  height: 28px;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AsideList/AsideList.sass ***!
  \**********************************************************************************************************************************************************************************************************************/
.aside-list__title {
  padding: 10px 0;
}
.aside-list__item {
  margin-bottom: 14px;
}
.aside-list.border .aside-list__title {
  border-bottom: 1px solid #3B3D4F;
  box-sizing: border-box;
}
.aside-list__scroll {
  padding-right: 6px;
}
.aside-list__scroll .simplebar-track {
  width: 4px;
  border-radius: 29px;
  background-color: transparent;
}
.aside-list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: inherit;
  border-radius: inherit;
}
.aside-list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: inherit;
  background-color: #4E5060;
}
.aside-list__footer {
  padding: 10px 8px;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearch/AutocompleteSearch.sass ***!
  \****************************************************************************************************************************************************************************************************************************************/
.autocomplete {
  position: relative;
}
.autocomplete .MuiInputBase-input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  opacity: 1;
}
.autocomplete .MuiInputBase-input:focus::placeholder {
  opacity: 0;
}
.autocomplete.light .MuiInputBase-input::placeholder {
  color: #CFD0D3;
}
.autocomplete.dark .MuiInputBase-input::placeholder {
  color: #CFD0D3;
  opacity: 0.7;
}
.autocomplete__btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 1;
}
.autocomplete__btn button.MuiButton-root.MuiButton-sizeLarge {
  width: 42px;
  height: 42px;
  padding: 0;
  min-width: auto;
  color: #292C3D;
}
.autocomplete__btn button.MuiButton-root.MuiButton-sizeLarge:hover {
  color: #292C3D;
}
.autocomplete__btn button.MuiButton-root.MuiButton-sizeLarge span {
  margin: 0;
}
.autocomplete.icon .autocomplete__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #CFD0D3;
  opacity: 0.7;
}
.autocomplete.icon .MuiAutocomplete-root .MuiFilledInput-root {
  padding-left: 46px;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteSearchAdvanced.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced {
  display: flex;
  border: 1px solid rgba(74, 193, 142, 0.5);
  background-color: #292C3D;
}
.sb-autocomplete-search-advanced.active {
  border: 1px solid #4AC18E;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Uncoder/PopperWindow/PopperWindow.sass ***!
  \*************************************************************************************************************************************************************************************************************************/
.scp-popper__button {
  display: inline-block;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteContentList/AutocompleteContentList.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced-content-list {
  border-right: 1px solid #3B3D4F;
}
.sb-autocomplete-search-advanced-content-list.is-active .scp-popper__button button.MuiButtonBase-root.MuiIconButton-sizeSmall {
  color: #4AC18E;
}
.sb-autocomplete-search-advanced-content-list .scp-popper {
  height: 100%;
}
.sb-autocomplete-search-advanced-content-list .scp-popper__button {
  height: 100%;
}
.sb-autocomplete-search-advanced-content-list .scp-popper__button button.MuiButtonBase-root.MuiIconButton-sizeSmall {
  height: 100%;
  min-width: 46px;
  min-height: 46px;
  border-radius: 4px 0 0 4px;
}
.sb-autocomplete-search-advanced-content-list .scp-popper__button button.MuiButtonBase-root.MuiIconButton-sizeSmall:hover {
  color: #4AC18E;
}
.sb-autocomplete-search-advanced-content-list__popup {
  min-width: 210px;
}
.sb-autocomplete-search-advanced-content-list__button {
  height: 100%;
}
.sb-autocomplete-search-advanced-content-list-menu {
  margin-top: 8px;
  padding: 4px;
  border-radius: 8px;
  background-color: #292C3D;
  border: 1px solid #3B3D4F;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.sb-autocomplete-search-advanced-content-list-menu__input {
  padding: 8px 8px 12px;
}
.sb-autocomplete-search-advanced-content-list-menu__input div.MuiFilledInput-root {
  border-color: #303344;
}
.sb-autocomplete-search-advanced-content-list-menu__input div.MuiFilledInput-root, .sb-autocomplete-search-advanced-content-list-menu__input div.MuiFilledInput-root:hover, .sb-autocomplete-search-advanced-content-list-menu__input div.MuiFilledInput-root.Mui-focused, .sb-autocomplete-search-advanced-content-list-menu__input div.MuiFilledInput-root.Mui-focused:hover {
  background-color: #303344;
}
.sb-autocomplete-search-advanced-content-list-menu__scroll {
  max-height: 190px;
}
.sb-autocomplete-search-advanced-content-list-menu__item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 26px 6px 8px;
  border-radius: 8px;
  transition: background-color 0.1s;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-size: 10px;
  box-sizing: border-box;
}
.sb-autocomplete-search-advanced-content-list-menu__item:hover {
  background-color: #3B3D4F;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteMenu/AutocompleteMenu.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced-search-menu {
  margin-top: 8px;
  padding: 4px;
  border-radius: 8px;
  background-color: #292C3D;
  border: 1px solid #3B3D4F;
  overflow-y: auto;
}
.sb-autocomplete-search-advanced-search-menu__scroll {
  max-height: 340px;
}
.sb-autocomplete-search-advanced-search-menu-list__title {
  padding: 6px 8px;
}
.sb-autocomplete-search-advanced-search-menu-item {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background-color 0.1s;
  cursor: pointer;
}
.sb-autocomplete-search-advanced-search-menu-item:hover {
  background-color: #3B3D4F;
}
.sb-autocomplete-search-advanced-search-menu-item__icon {
  font-size: 12px;
  color: #94959E;
}
.sb-autocomplete-search-advanced-search-menu-item__name p.MuiTypography-root {
  line-height: 1.1;
}
.sb-autocomplete-search-advanced-search-menu-item__description {
  color: #94959E;
}
.sb-autocomplete-search-advanced-search-menu-empty {
  padding: 5px 10px;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/Switcher/Switcher.sass ***!
  \********************************************************************************************************************************************************************************************************************/
.switch-grid {
  font-family: "Inter", sans-serif;
}
.switch-grid__label.MuiTypography-root.MuiTypography-body2 {
  line-height: 17px;
}
.switch-grid__label.MuiTypography-root.MuiTypography-body2.disabled {
  opacity: 0.6;
  color: #CFD0D3 !important;
}
.switch-grid__row {
  display: flex;
  align-items: flex-start;
}
.switch-grid__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.switch-grid__col-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.switch-grid__col-inner label {
  font-weight: inherit;
}
.switch-grid__col--left {
  margin-right: 16px;
}
.switch-grid__col--right {
  margin-left: 16px;
}
.switch-grid__helper {
  font-size: 12px;
  font-weight: 400;
  color: #CFD0D3;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteSearchBar/AiBoost/AiBoost.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced-search-bar-ai-boost {
  padding: 12px;
  border-left: 1px solid #3B3D4F;
}
.sb-autocomplete-search-advanced-search-bar-ai-boost .sb-tooltip-tag {
  display: block;
}
.sb-autocomplete-search-advanced-search-bar-ai-boost .switch-grid__col--right {
  margin-left: 6px;
}
.sb-autocomplete-search-advanced-search-bar-ai-boost .switch-grid__col--right label {
  font-size: 12px;
  font-weight: 400;
  color: #CFD0D3;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteSearchBar/AutocompleteSearchBar.sass ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced-search-bar {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}
.sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root {
  height: 46px;
  padding: 0 12px;
  font-size: 14px;
}
.sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root, .sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root:hover, .sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root.Mui-focused, .sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root.Mui-focused:hover {
  border-color: transparent;
  background-color: transparent;
}
.sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root .MuiInputBase-input {
  min-height: 46px;
}
.sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root .MuiInputBase-input::placeholder {
  font-size: 14px;
}
.sb-autocomplete-search-advanced-search-bar div.MuiFormControl-root .MuiFilledInput-root .MuiInputBase-input.Mui-disabled {
  color: #999BAA;
  -webkit-text-fill-color: inherit;
  text-fill-color: inherit;
}
.sb-autocomplete-search-advanced-search-bar .scp-popper__button {
  display: block;
}
.sb-autocomplete-search-advanced-search-bar-popup {
  inset: 0 0 auto 0 !important;
}
.sb-autocomplete-search-advanced-search-bar-menu {
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.5);
}

.sb-autocomplete-search-advanced-search-bar-input {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 4px;
}
.sb-autocomplete-search-advanced-search-bar-input__search {
  flex: 1 1 auto;
}
.sb-autocomplete-search-advanced-search-bar-input__toggle {
  padding: 12px;
  border-left: 1px solid #3B3D4F;
}
.sb-autocomplete-search-advanced-search-bar-input__toggle .sb-tooltip-tag {
  display: block;
}
.sb-autocomplete-search-advanced-search-bar-input__toggle .switch-grid__col--right {
  margin-left: 6px;
}
.sb-autocomplete-search-advanced-search-bar-input__toggle .switch-grid__col--right label {
  font-size: 12px;
  font-weight: 400;
  color: #CFD0D3;
}
.sb-autocomplete-search-advanced-search-bar-input__close-button button.MuiButtonBase-root.MuiIconButton-sizeLarge, .sb-autocomplete-search-advanced-search-bar-input__search-button button.MuiButtonBase-root.MuiIconButton-sizeLarge {
  min-width: 36px;
  min-height: 36px;
}
.sb-autocomplete-search-advanced-search-bar-input__search-button button.MuiButtonBase-root {
  font-size: 18px;
}
.sb-autocomplete-search-advanced-search-bar-input__search-button button.MuiButtonBase-root.MuiIconButton-colorInherit {
  background-color: #4AC18E;
  color: #3B3D4F;
}
.sb-autocomplete-search-advanced-search-bar-input__search-button button.MuiButtonBase-root.MuiIconButton-colorInherit:hover {
  box-shadow: 0 1px 6px #95C9B4;
}
.sb-autocomplete-search-advanced-search-bar-input__close-button button.MuiButtonBase-root {
  font-size: 14px;
}
.sb-autocomplete-search-advanced-search-bar-input__close-button button.MuiButtonBase-root.MuiIconButton-colorInherit, .sb-autocomplete-search-advanced-search-bar-input__close-button button.MuiButtonBase-root.MuiIconButton-colorInherit:hover {
  color: #F9F9F9;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Uncoder/SelectOptionRender/SelectOptionRender.sass ***!
  \*************************************************************************************************************************************************************************************************************************************/
.select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.select-item__wrapper {
  width: 100%;
}
.select-item__text {
  margin-right: 12px;
}
.select-item__icon {
  font-size: 13px;
  line-height: 0;
  color: #F9F9F9;
}
.select-item__disabled-tooltip {
  position: absolute;
  inset: 0;
}
.select-item__disabled-tooltip .select-item .sb-tooltip-tag {
  height: 100%;
  width: 100%;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteSearchType/AutocompleteSearchTypeModal/AutocompleteSearchTypeModal.sass ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced-search-type-modal {
  font-family: "Inter", sans-serif;
}
.sb-autocomplete-search-advanced-search-type-modal p {
  margin-bottom: 10px;
}
.sb-autocomplete-search-advanced-search-type-modal h5 {
  margin-block: 10px;
  font-size: 20px;
}
.sb-autocomplete-search-advanced-search-type-modal code {
  display: block;
  width: 100%;
  margin-block: 6px 10px;
  padding: 10px;
  font-size: 13px;
  background-color: #3B3D4F;
  color: #fff;
  box-sizing: border-box;
}
.sb-autocomplete-search-advanced-search-type-modal a {
  color: #4AC18E;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/AutocompleteSearchAdvanced/AutocompleteSearchType/AutocompleteSearchType.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.sb-autocomplete-search-advanced-search-type {
  position: relative;
}
.sb-autocomplete-search-advanced-search-type::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  height: 26px;
  width: 1px;
  background-color: #3B3D4F;
  transform: translateY(-50%);
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root {
  height: 100%;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiInputBase-root {
  height: 100%;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiInputBase-root > svg.MuiSvgIcon-root {
  color: #4AC18E;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default {
  border-radius: 0;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default .MuiOutlinedInput-notchedOutline, .sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default:hover .MuiOutlinedInput-notchedOutline, .sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default.Mui-focused .MuiOutlinedInput-notchedOutline, .sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default.Mui-focused:hover .MuiOutlinedInput-notchedOutline {
  border-color: transparent;
  background-color: transparent;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default.Mui-disabled .MuiOutlinedInput-notchedOutline, .sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default.Mui-disabled:hover .MuiOutlinedInput-notchedOutline, .sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default.Mui-disabled.Mui-focused .MuiOutlinedInput-notchedOutline, .sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root.select-variant-default.Mui-disabled.Mui-focused:hover .MuiOutlinedInput-notchedOutline {
  border-color: transparent;
  background-color: transparent;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiOutlinedInput-root,
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root div.MuiSelect-select,
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root .MuiSelect-nativeInput {
  min-height: 46px;
}
.sb-autocomplete-search-advanced-search-type .MuiFormControl-root div.MuiSelect-select {
  padding-top: 13px;
  padding-bottom: 12px;
  color: #CFD0D3;
}
.sb-autocomplete-search-advanced-search-type-dropdown-item {
  padding-right: 8px !important;
}
.sb-autocomplete-search-advanced-search-type-dropdown-item.MuiButtonBase-root.MuiMenuItem-root.Mui-selected:not(:hover) {
  background-color: transparent;
}
.sb-autocomplete-search-advanced-search-type-dropdown-item__link {
  line-height: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/SocialMediaList/SocialMediaList.sass ***!
  \**********************************************************************************************************************************************************************************************************************************/
.social-media__title {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .social-media__title {
    text-align: center;
  }
}

.social-media-list {
  display: flex;
  gap: 12px;
}
@media (max-width: 600px) {
  .social-media-list {
    gap: 6px;
  }
}
.social-media-list__link {
  position: relative;
  display: block;
  font-size: 0;
  isolation: isolate;
  opacity: 0.6;
}
.social-media-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 28px rgb(14, 255, 127);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
.social-media-list__link:hover {
  opacity: 1;
}
.social-media-list__link:hover::after {
  opacity: 1;
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/FooterLending/FooterLending.sass ***!
  \******************************************************************************************************************************************************************************************************************************/
.footer-grid {
  position: relative;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
}
.footer-grid__inner {
  padding: 0 15px;
}
.footer-grid__wrap {
  position: relative;
  padding: 100px 0 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  z-index: 2;
}
@media (max-width: 1024px) {
  .footer-grid__wrap {
    padding-top: 40px;
  }
}
.footer-grid__row {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .footer-grid__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .footer-grid__row {
    gap: 26px;
  }
}
.footer-grid__col {
  margin-bottom: 48px;
  flex: 1 1 25%;
}
@media (max-width: 1024px) {
  .footer-grid__col {
    flex: 1 1 calc(50% - 26px);
    max-width: calc(50% - 26px);
    margin-bottom: 16px;
  }
}
@media (max-width: 450px) {
  .footer-grid__col {
    max-width: 158px;
  }
}
.footer-grid__hr {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #3B3D4F;
}
.footer-grid__description {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .footer-grid__description {
    text-align: center;
  }
}

.footer-list-nav__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer-list-nav__item .MuiLink-root.MuiTypography-inherit.link {
  line-height: 1.6;
}
.footer-list-nav__item .MuiLink-root.MuiTypography-inherit.link.link--gray {
  color: rgba(249, 249, 249, 0.8);
}
.footer-list-nav__item .MuiLink-root.MuiTypography-inherit.link.link--gray:hover {
  color: #4AC18E;
}
.footer-list-nav__title {
  text-transform: uppercase;
}
.footer-list-nav__title--margin {
  margin-top: 46px;
}
.footer-list-nav__title--link .MuiLink-root.MuiTypography-inherit.link {
  font-size: 16px;
  font-weight: 600;
}
.footer-list-nav__title--link .MuiLink-root.MuiTypography-inherit.link.link--gray {
  color: #F9F9F9;
}
.footer-list-nav__link {
  text-decoration: none;
}
.footer-list-nav__link span.MuiTypography-root {
  cursor: pointer;
}
.footer-list-nav__link span.MuiTypography-root.MuiTypography-color-description-primary {
  color: rgba(249, 249, 249, 0.8);
}
.footer-list-nav__link span.MuiTypography-root.MuiTypography-color-description-primary:hover {
  color: #4AC18E;
}

.footer-grid-privacy {
  margin-top: 57px;
}
.footer-grid-privacy__logo {
  margin-right: 48px;
}
@media (max-width: 1024px) {
  .footer-grid-privacy__logo {
    margin-right: 0;
    margin-bottom: 24px;
    flex: 1 1 100%;
  }
  .footer-grid-privacy__logo .logo {
    justify-content: center;
  }
}
.footer-grid-privacy__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .footer-grid-privacy__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer-grid-privacy__col--left {
  flex: 1 1 auto;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-grid-privacy__col--left {
    padding-right: 0;
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
}

.footer-privacy-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer-privacy-list {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.footer-privacy-list__item {
  margin-bottom: 6px;
}
.footer-privacy-list__item:not(:last-of-type) {
  margin-right: 30px;
}
.footer-privacy-list__item a.MuiLink-root.MuiTypography-inherit.link.link--gray {
  color: #94959E;
}
.footer-privacy-list__item a.MuiLink-root.MuiTypography-inherit.link.link--gray:hover {
  color: #4AC18E;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/SimpleMenu/SimpleMenu.sass ***!
  \************************************************************************************************************************************************************************************************************************/
.simple-menu__item {
  position: relative;
  margin-right: 0;
}
@media (max-width: 1151px) {
  .simple-menu__item {
    border-bottom: 1px solid rgba(207, 208, 211, 0.15);
  }
}
.simple-menu__item:hover .submenu {
  left: 0;
  opacity: 1;
}
.simple-menu__item:hover .simple-menu__link {
  color: #4AC18E;
  text-decoration: none;
}
@media (max-width: 1151px) {
  .simple-menu__item:hover .simple-menu__link {
    color: #ffffff;
  }
}
.simple-menu__item:hover .simple-menu__link-icon svg {
  transform: rotate(180deg);
}
@media (max-width: 1151px) {
  .simple-menu__item:hover .simple-menu__link-icon svg {
    transform: rotate(0);
  }
}
.simple-menu__item:hover .simple-menu__link--default {
  cursor: default;
}
.simple-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #F9F9F9;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.1s;
}
@media (max-width: 1151px) {
  .simple-menu__link {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
  }
  .simple-menu__link:hover {
    color: #ffffff;
  }
}
.simple-menu__link.is-open {
  color: #4AC18E !important;
}
.simple-menu__link.is-open .simple-menu__link-icon svg {
  transform: rotate(180deg);
}
.simple-menu__link:focus {
  color: #F9F9F9;
}
.simple-menu__link-icon {
  display: block;
  margin-left: 4px;
  width: 10px;
  height: 7px;
  font-size: 0;
  line-height: 1;
  color: #4AC18E;
}
.simple-menu__link-icon svg {
  width: inherit;
  height: inherit;
  transform: rotate(0);
  transition: transform 0.1s, color 0.1s;
}

.submenu {
  position: absolute;
  top: 80px;
  left: -9999px;
  min-width: 395px;
  padding: 22px 16px;
  transition: opacity 0.1s;
  list-style: none;
  opacity: 0;
}
@media (min-width: 1152px) {
  .submenu {
    border: 1px solid rgba(207, 208, 211, 0.15);
    background: linear-gradient(180deg, #292C3D 0%, #3B3D4F 100%);
    box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 1151px) {
  .submenu {
    position: static;
    padding: 0;
    box-shadow: none;
    opacity: 1;
  }
}
.submenu.submenu--width-lg {
  min-width: 766px;
}
@media (max-width: 1151px) {
  .submenu.submenu--width-lg {
    min-width: auto;
  }
}
.submenu.submenu--width-lg .submenu__col--left {
  padding-right: 16px;
}
@media (max-width: 1151px) {
  .submenu.submenu--width-lg .submenu__col--left {
    padding-right: 0;
  }
}
.submenu__row {
  display: flex;
}
@media (max-width: 1151px) {
  .submenu__row {
    display: block;
  }
}
.submenu__col--left {
  flex: 1 1 60%;
}
@media (max-width: 1151px) {
  .submenu__col--left {
    margin-bottom: 24px;
  }
}
.submenu__col--right {
  flex: 1 0 40%;
  min-width: 312px;
  max-width: 312px;
  padding: 12px 0 0 26px;
  border-left: 1px solid rgba(207, 208, 211, 0.15);
  box-sizing: border-box;
}
@media (max-width: 1151px) {
  .submenu__col--right {
    padding-left: 0;
    margin-bottom: 32px;
    border-left: 0;
    max-width: none;
  }
}
.submenu__col--right .submenu-item:not(:last-of-type) {
  margin-bottom: 2px;
}
.submenu__col--right .submenu-item__link {
  font-size: 14px;
  font-weight: 400;
}
.submenu__col--right .submenu-item__link:hover:not(.disabled) {
  color: #F9F9F9;
}
.submenu__col--right .submenu-item.submenu-item--left {
  margin-bottom: 0;
}
.submenu__col--right .submenu-item--left .submenu-item__link {
  padding: 10px 16px;
}
@media (max-width: 1151px) {
  .submenu__col--right .submenu-item--left .submenu-item__link {
    padding: 10px 24px;
  }
}

.submenu-item--left .submenu-item__sub-title {
  color: #999BAA;
}
.submenu-item--left .submenu-item__link:hover {
  background: linear-gradient(90deg, rgba(74, 193, 142, 0.15) 0%, rgba(104, 236, 255, 0.15) 100%);
}
.submenu-item--left .submenu-item__link:hover .submenu-item__sub-title {
  color: #F9F9F9;
}
.submenu-item--left .submenu-item__link:hover::before {
  opacity: 1;
}
.submenu-item--right > .submenu-item__title {
  margin-left: 14px;
}
@media (max-width: 1151px) {
  .submenu-item--right > .submenu-item__title {
    margin-left: 24px;
  }
}
@media (max-width: 1151px) {
  .submenu-item:not(:last-child) {
    border-bottom: none;
  }
}
.submenu-item__link {
  display: block;
  padding: 10px 14px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  transition: color, background-color 0.1s;
  cursor: pointer;
}
.submenu-item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px;
  background-color: #4AC18E;
  opacity: 0;
  transition: opacity 0.1s;
  z-index: 1;
}
.submenu-item__link:hover {
  background: linear-gradient(90deg, rgba(74, 193, 142, 0.15) 0%, rgba(104, 236, 255, 0.15) 100%);
}
.submenu-item__link:hover .submenu-item__sub-title {
  color: #F9F9F9;
}
.submenu-item__link:hover::before {
  opacity: 1;
}
.submenu-item__link.disabled {
  opacity: 0.6;
  cursor: default;
}
.submenu-item__link.disabled:hover {
  background-color: transparent;
}
.submenu-item__link.disabled:hover::before {
  opacity: 0;
}
@media (max-width: 1151px) {
  .submenu-item__link {
    padding: 10px 24px;
  }
  .submenu-item__link::before {
    display: none;
  }
}
.submenu-item__title {
  display: inline-block;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}
.submenu-item__sub-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #CFD0D3;
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/HeaderLending/HeaderLending.sass ***!
  \******************************************************************************************************************************************************************************************************************************/
.sp-header {
  position: relative;
  z-index: 10;
}
@media (max-width: 1151px) {
  .sp-header {
    padding: 0;
  }
}
.sp-header.default {
  background-color: rgba(0, 0, 0, 0.5);
}
.sp-header.default .sp-header__col--center {
  justify-content: flex-start;
  padding-left: 24px;
}
.sp-header.default .simple-menu__link {
  height: 80px;
}
@media (max-width: 1151px) {
  .sp-header.default .simple-menu__link {
    height: 54px;
  }
}
.sp-header.default .submenu {
  top: 80px;
}
.sp-header.borders {
  padding: 0;
  border-bottom: 1px solid #3B3D4F;
}
.sp-header.borders .sp-header-search {
  border-left: 1px solid #3B3D4F;
  border-right: 1px solid #3B3D4F;
}
.sp-header.borders .sp-header-search .sp-header__inner.inner--lg {
  max-width: 1920px;
}
.sp-header .sp-header__col--center {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-header .sp-header-search {
  position: relative;
  flex: 1 1 auto;
  margin-right: 20px;
}
@media (max-width: 1151px) {
  .sp-header .sp-header-search {
    margin-right: 0;
  }
}
.sp-header .sp-header-search__icon {
  position: absolute;
  top: 53%;
  left: 17px;
  transform: translateY(-50%);
  color: #CFD0D3;
  z-index: 1;
}
.sp-header .sp-header-search .MuiFilledInput-root {
  padding: 0 60px 0 0 !important;
  height: 60px;
  border-color: transparent !important;
  background-color: transparent !important;
  box-sizing: border-box;
}
.sp-header .sp-header-search .MuiFilledInput-root:hover, .sp-header .sp-header-search .MuiFilledInput-root.Mui-focused, .sp-header .sp-header-search .MuiFilledInput-root.Mui-focused:hover {
  border-color: transparent;
  background-color: transparent;
}
.sp-header .sp-header-search .MuiFilledInput-root .MuiFilledInput-input {
  padding: 0 0 0 54px !important;
  height: 56px;
  box-sizing: border-box;
}
.sp-header .sp-header-search .MuiFilledInput-root .MuiButtonBase-root {
  color: #CFD0D3;
}
.sp-header__inner.inner {
  padding: 0 15px;
}
.sp-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.sp-header__col--left {
  margin-right: 22px;
}
.sp-header__col--center {
  margin-right: 20px;
}
@media (max-width: 1151px) {
  .sp-header__col--center {
    margin-right: 15px;
  }
}

.sp-header-burger {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sp-header-burger .sp-header-list__item {
  width: auto;
}

.sp-header-list {
  display: flex;
  align-items: center;
}
.sp-header-list__item:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1151px) {
  .sp-header-list__item {
    width: 100%;
  }
  .sp-header-list__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 1151px) {
  .sp-header-list {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}

.sp-header-button-list {
  display: flex;
  align-items: center;
}
@media (max-width: 1151px) {
  .sp-header-button-list {
    margin: 50px 0 60px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.sp-header-button-list__item {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1151px) {
  .sp-header-button-list__item {
    width: 100%;
    text-align: left;
  }
  .sp-header-button-list__item .MuiButton-root {
    width: inherit;
    max-width: 246px;
    height: 46px !important;
  }
}
.sp-header-button-list__item .MuiButton-root.MuiButton-containedSuccess {
  color: #292C3D !important;
}
.sp-header-button-list__item:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1151px) {
  .sp-header-button-list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.sp-header-button-list__item:nth-child(3) {
  padding-left: 16px;
}
.sp-header-button-list__item:nth-child(3) .MuiButton-root {
  text-transform: inherit;
}
@media (max-width: 1151px) {
  .sp-header-button-list__item:nth-child(3) {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(41, 44, 61, 0.1);
  }
  .sp-header-button-list__item:nth-child(3) .MuiButton-root {
    border: none !important;
    background-color: transparent !important;
    text-transform: uppercase;
    text-decoration: underline;
    color: #4AC18E !important;
  }
}
.sp-header-button-list__item:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  bottom: -12px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1151px) {
  .sp-header-button-list__item:nth-child(3)::before {
    display: none;
  }
}

.sp-header-mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  max-width: 100%;
  background: linear-gradient(180deg, #292C3D 0%, #3B3D4F 100%);
  z-index: 11;
}
.sp-header-mobile-menu__scroll {
  max-height: calc(100vh - 60px);
}
.sp-header-mobile-menu__wrap {
  display: flex;
  flex-direction: column;
  padding: 16px 15px 60px;
  box-sizing: border-box;
  min-height: calc(100vh - 60px);
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/Pagination/Pagination.sass ***!
  \************************************************************************************************************************************************************************************************************************/
.pagination-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-top: 1px solid #3B3D4F;
}
@media (max-width: 600px) {
  .pagination-grid {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .pagination-grid__col--left {
    display: none;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/Spinner/Spinner.sass ***!
  \******************************************************************************************************************************************************************************************************************/
.square-spinner::before {
  display: none;
}
.square-spinner.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
}
.square-spinner.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.square-spinner.default {
  width: 100%;
  height: 100%;
}
.square-spinner__main {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 86px;
  height: 64px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.square-spinner__square {
  position: relative;
}
.square-spinner__square:nth-child(1) {
  margin-left: 0;
}
.square-spinner__square:nth-child(1) span {
  animation: animSquare1 2s infinite ease-in;
}
.square-spinner__square:nth-child(2) {
  margin-left: 22px;
}
.square-spinner__square:nth-child(2) span {
  animation: animSquare2 2s infinite ease-in;
}
.square-spinner__square:nth-child(3) {
  margin-left: 44px;
}
.square-spinner__square:nth-child(3) span {
  animation: animSquare3 2s infinite ease-in;
}
.square-spinner__square span {
  position: absolute;
  top: 0;
  left: 10px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #4E5060;
}
.square-spinner__square span:nth-child(1) {
  top: 0;
  animation-delay: 0s;
}
.square-spinner__square span:nth-child(2) {
  top: 22px;
  animation-delay: 0.15s;
}
.square-spinner__square span:nth-child(3) {
  top: 44px;
  animation-delay: 0.3s;
}

@keyframes animSquare1 {
  0%, 5%, 95%, 100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%, 70% {
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@keyframes animSquare2 {
  0%, 10%, 90%, 100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%, 65% {
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@keyframes animSquare3 {
  0%, 15%, 85%, 100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%, 60% {
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@media (max-width: 550px) {
  .square-spinner {
    transform: scale(0.75);
  }
}
@media (max-width: 440px) {
  .square-spinner {
    transform: scale(0.5);
  }
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/SearchPage/SpinnerCircle/SpinnerCircle.sass ***!
  \******************************************************************************************************************************************************************************************************************************/
.spinner-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}
.spinner-circle__preloader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.spinner-circle__preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.spinner-circle__preloader div::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10%;
  height: 10%;
  background-color: #F9F9F9;
  transform: translateX(-50%);
  border-radius: 50%;
}

.spinner-circle__preloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinner-circle__preloader div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/AttackDetective/DropdownCheckbox/DropdownCheckbox.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.dropdown-checkbox__btn {
  display: inline-block;
}
.dropdown-checkbox-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dropdown-checkbox-item__text.three-dots.one-line {
  max-height: 18px;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/AttackDetective/FilterDropdown/FilterDropdown.sass ***!
  \*************************************************************************************************************************************************************************************************************************************/
.dropdown-grid.full-width .scp-popper {
  position: relative;
}
.dropdown-grid.full-width .scp-popper__button {
  display: block;
}
.dropdown-grid.full-width .sb-tooltip-tag {
  display: block;
}
.dropdown-grid__menu {
  margin: 2px 0 !important;
  width: 100%;
  border-radius: 8px;
  background-color: #292C3D;
  border: 1px solid #3B3D4F;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.dropdown-grid__menu[data-popper-placement=bottom-start] {
  margin-top: 7px !important;
}
.dropdown-grid__menu[data-popper-placement=top-start] {
  margin-bottom: 7px !important;
}
.dropdown-grid__menu.bottom-end {
  right: 0 !important;
  left: 0 !important;
}
.dropdown-grid button.dropdown-menu-button {
  justify-content: space-between;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root {
  font-weight: 400;
  white-space: normal;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root.MuiButton-containedPrimary.is-open {
  border-color: rgba(238, 238, 238, 0.8);
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root.MuiButton-containedPrimary.is-open .MuiButton-endIcon svg {
  transform: rotate(180deg);
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root.MuiButton-containedPrimary:hover:not(.is-open) {
  border-color: rgba(74, 193, 142, 0.5);
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root.MuiButton-containedPrimary:hover svg {
  color: #F9F9F9;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root.MuiButton-sizeMedium {
  padding: 0 8px 0 14px;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root .MuiButton-startIcon {
  margin-left: 0;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root .MuiButton-startIcon.MuiButton-iconSizeMedium svg {
  font-size: 14px;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root .MuiButton-endIcon {
  margin-right: 0;
}
.dropdown-grid button.dropdown-menu-button.MuiButton-root .MuiButton-endIcon.MuiButton-iconSizeMedium svg {
  transition: transform 0.2s;
  font-size: 24px;
}
.dropdown-grid button.dropdown-menu-button .dropdown-menu-button__content {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
}
.dropdown-grid button.dropdown-menu-button .dropdown-menu-button__text {
  text-align: left;
}
.dropdown-grid button.dropdown-menu-button .dropdown-menu-button__text.three-dots.one-line {
  max-height: 24px;
}
.dropdown-grid button.dropdown-menu-button .dropdown-menu-button__text.is-placeholder {
  opacity: 0.5;
}
.dropdown-grid button.dropdown-menu-button .dropdown-menu-button__count {
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #CFD0D3;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #292C3D;
}

.dropdown-menu-grid {
  width: 100%;
  max-height: 300px;
  padding: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/AttackDetective/MultiValueProgress/MultiValueProgress.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.multi-value-progress {
  overflow: hidden;
  position: relative;
  display: flex;
}
.multi-value-progress__bar {
  display: inline-block;
  height: 100%;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/AttackDetective/SeeAllButton/SeeAllButton.sass ***!
  \*********************************************************************************************************************************************************************************************************************************/
.adm-button-see-all {
  display: flex;
  justify-content: center;
}
.adm-button-see-all__link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.adm-button-see-all__text {
  margin-right: 6px;
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/AttackDetective/SeeAllLink/SeeAllLink.sass ***!
  \*****************************************************************************************************************************************************************************************************************************/
.adm-link-see-all {
  display: flex;
  justify-content: center;
}
.adm-link-see-all a.adm-link-see-all__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.adm-link-see-all a.adm-link-see-all__link svg {
  transition: transform 0.2s;
}
.adm-link-see-all a.adm-link-see-all__link:hover {
  text-decoration: none;
}
.adm-link-see-all a.adm-link-see-all__link:hover svg {
  transform: translateX(5px);
}
.adm-link-see-all__text {
  margin-right: 6px;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/threat-bounty-program-storybook/src/components/Uncoder/RangeSlider/RangeSlider.sass ***!
  \***********************************************************************************************************************************************************************************************************************/
.range-slider__label {
  margin-bottom: 12px;
}
.range-slider__row {
  display: flex;
  align-items: center;
}
.range-slider__col--left {
  margin-right: 12px;
  flex: 1 1 auto;
}
.range-slider__col--right {
  position: relative;
  margin-top: -5px;
}
.range-slider__col--right div.MuiFilledInput-root {
  padding: 7px 6px;
  max-width: 40px;
}
.range-slider__col--right div.MuiFilledInput-root .MuiInputBase-input {
  text-align: center;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./blocks/attack-flow/AttackFlow/ATTACKNode/ATTACKNode.sass ***!
  \*******************************************************************************************************************************************************************************/
.attack-node-grid {
  padding: 2px;
  width: auto;
  min-width: 250px;
  max-width: 312px;
  border-radius: 4px;
  background: linear-gradient(to right, #66FFB6, #00DEFF);
  box-shadow: 0 0 9.093px 0 rgba(102, 255, 182, 0.5);
  overflow: hidden;
}
.attack-node-grid__handle {
  width: 10px;
  height: 10px;
}
.attack-node-grid__content {
  padding: 10px 12px;
  background: #1F2232;
  border-radius: 3px;
  overflow-wrap: anywhere;
}
.attack-node-grid__content .MuiTypography-root > div > b:first-child {
  color: #377CFD;
}
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./blocks/attack-flow/AttackFlow/OtherNode/OtherNode.sass ***!
  \*****************************************************************************************************************************************************************************/
.other-node-grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.other-node-grid__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  border: 1px solid #EE9D23;
  background-color: rgba(238, 157, 35, 0.5);
  font-size: 22px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.other-node-grid__handle {
  background-color: #EE9D23;
  width: 10px;
  height: 10px;
}
/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/reactflow/dist/style.css ***!
  \*****************************************************************************************/
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
.react-flow {
  direction: ltr;
}
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
}
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__pane.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow .react-flow__edges {
  pointer-events: none;
  overflow: visible;
}
.react-flow__edge-path,
.react-flow__connection-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}
.react-flow__edge {
  pointer-events: visibleStroke;
  cursor: pointer;
}
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    -webkit-animation: dashdraw 0.5s linear infinite;
            animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    -webkit-animation: none;
            animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge:focus .react-flow__edge-path,
  .react-flow__edge:focus-visible .react-flow__edge-path {
    stroke: #555;
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge-textbg {
    fill: white;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    -webkit-animation: dashdraw 0.5s linear infinite;
            animation: dashdraw 0.5s linear infinite;
  }
.react-flow__connectionline {
  z-index: 1001;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
}
.react-flow__node.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: -webkit-grab;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background: #1a192b;
  border: 1px solid white;
  border-radius: 100%;
}
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-top {
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-left {
    top: 50%;
    left: -4px;
    transform: translate(0, -50%);
  }
.react-flow__handle-right {
    right: -4px;
    top: 50%;
    transform: translate(0, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.center {
    left: 50%;
    transform: translateX(-50%);
  }
.react-flow__attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@-webkit-keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-default,
.react-flow__node-input,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  color: #222;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #1a192b;
  background-color: white;
}
.react-flow__node-default.selectable:hover, .react-flow__node-input.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
    }
.react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: 0 0 0 0.5px #1a192b;
    }
.react-flow__node-group {
  background-color: rgba(240, 240, 240, 0.25);
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: rgba(0, 89, 220, 0.08);
  border: 1px dotted rgba(0, 89, 220, 0.8);
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
}
.react-flow__controls-button {
    border: none;
    background: #fefefe;
    border-bottom: 1px solid #eee;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 5px;
  }
.react-flow__controls-button:hover {
      background: #f4f4f4;
    }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__minimap {
  background-color: #fff;
}
.react-flow__minimap svg {
  display: block;
}
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: #3367d9;
  transform: translate(-50%, -50%);
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: #3367d9;
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}

/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./blocks/attack-flow/AttackFlow/AttackFlow.sass ***!
  \********************************************************************************************************************************************************************/
.attack-flow-grid {
  position: relative;
  width: 100%;
}
.attack-flow-grid--fullscreen .attack-flow-grid__box {
  height: 100%;
}
.attack-flow-grid--fullscreen .attack-flow-grid__header {
  display: none;
}
.attack-flow-grid .react-flow {
  border: 1px solid #3B3D4F;
  border-radius: 10px;
  background-color: rgba(37, 40, 56, 0.3);
}
.attack-flow-grid .react-flow__handle {
  opacity: 0 !important;
}
.attack-flow-grid__box {
  height: 684px;
}
.attack-flow-grid__controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attack-flow-grid__controls.is-active {
  bottom: 20px;
  left: 16px;
}

.attack-flow-header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.attack-flow-header-grid__col--title {
  display: flex;
  align-items: center;
  gap: 4px;
}

.view-format svg {
  position: absolute;
  font-size: 7px;
  transition: transform 0.1s;
}
.view-format svg:nth-child(1) {
  top: 6px;
  left: 6px;
}
.view-format svg:nth-child(2) {
  top: 6px;
  right: 6px;
  transform: rotate(90deg);
}
.view-format svg:nth-child(3) {
  right: 6px;
  bottom: 6px;
  transform: rotate(180deg);
}
.view-format svg:nth-child(4) {
  left: 6px;
  bottom: 6px;
  transform: rotate(270deg);
}
.view-format.is-active svg:nth-child(1) {
  transform: translate(-3px, -3px) rotate(180deg);
}
.view-format.is-active svg:nth-child(2) {
  transform: translate(3px, -3px) rotate(270deg);
}
.view-format.is-active svg:nth-child(3) {
  transform: translate(3px, 3px) rotate(0deg);
}
.view-format.is-active svg:nth-child(4) {
  transform: translate(-3px, 3px) rotate(90deg);
}
.view-format:hover svg:nth-child(1) {
  transform: translate(-2px, -2px) rotate(0deg);
}
.view-format:hover svg:nth-child(2) {
  transform: translate(2px, -2px) rotate(90deg);
}
.view-format:hover svg:nth-child(3) {
  transform: translate(2px, 2px) rotate(180deg);
}
.view-format:hover svg:nth-child(4) {
  transform: translate(-2px, 2px) rotate(270deg);
}
.view-format:hover.is-active svg:nth-child(1) {
  transform: translate(-1px, -1px) rotate(180deg);
}
.view-format:hover.is-active svg:nth-child(2) {
  transform: translate(1px, -1px) rotate(270deg);
}
.view-format:hover.is-active svg:nth-child(3) {
  transform: translate(1px, 1px) rotate(0deg);
}
.view-format:hover.is-active svg:nth-child(4) {
  transform: translate(-1px, 1px) rotate(90deg);
}

button.attack-flow-btn.MuiButtonBase-root.MuiIconButton-sizeSmall {
  font-size: 16px;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./blocks/detections/frontend.sass ***!
  \******************************************************************************************************************************************************/
.detections-block__title {
  margin-bottom: 32px !important;
}

.detections-block__footer {
  text-align: center;
  color: #4AC18E;
}
.detections-block__footer .detections-block__see-all {
  color: #f9f9f9;
}
.detections-block__footer .detections-block__see-all:hover {
  color: #4AC18E;
}

.detections-block__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.detections-block__list .detections-block__item {
  background-color: #303344;
  border: 1px solid #3B3D4F;
  border-radius: 4px;
  padding: 7px 25px 7px 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border 0.3s ease;
}
.detections-block__list .detections-block__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: rgba(26, 255, 157, 0.03);
}
.detections-block__list .detections-block__item:hover {
  cursor: pointer;
  border: 1px solid #4AC18E;
  box-shadow: 0px 0px 8px 0px rgba(73, 189, 140, 0.5019607843);
}
.detections-block__list .detections-block__item:hover:before {
  opacity: 1;
}
.detections-block__list .detections-block__item:hover .detections-block__item-right .detections-block__item-link {
  opacity: 1;
}
.detections-block__list .detections-block__item:hover .detections-block__item-right .detections-block__item-date {
  opacity: 0;
}
.detections-block__list .detections-block__item .detections-block__item-left {
  display: flex;
  flex-direction: column;
}
.detections-block__list .detections-block__item .detections-block__item-left .detections-block__item-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px !important;
  display: flex;
  align-items: center;
}
.detections-block__list .detections-block__item .detections-block__item-left .detections-block__item-title svg {
  margin-right: 4px;
  vertical-align: middle;
}
.detections-block__list .detections-block__item .detections-block__item-left .detections-block__item-meta {
  display: flex;
  gap: 8px;
}
.detections-block__list .detections-block__item .detections-block__item-left .detections-block__item-meta .detections-block__item-tags {
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #CFD0D3;
}
.detections-block__list .detections-block__item .detections-block__item-right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.detections-block__list .detections-block__item .detections-block__item-right .detections-block__item-date {
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #999;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.detections-block__list .detections-block__item .detections-block__item-right .detections-block__item-date svg {
  margin-right: 5px;
  margin-bottom: 3px;
}
.detections-block__list .detections-block__item .detections-block__item-right .detections-block__item-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #4AC18E;
  color: #292C3D;
  border-radius: 4px;
  padding: 5px 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.detections-block__list .detections-block__item .detections-block__item-right .detections-block__item-link svg {
  margin-bottom: 3px;
}

.detections-block {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .detections-block__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 12px !important;
    flex-direction: column;
  }
  .detections-block__list .detections-block__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
  }
  .detections-block__list .detections-block__item:hover .detections-block__item-date {
    opacity: 1 !important;
  }
  .detections-block__list .detections-block__item .detections-block__item-right {
    position: static;
    transform: none;
    margin-top: 8px;
    gap: 6px;
  }
  .detections-block__list .detections-block__item .detections-block__item-link {
    display: none;
  }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./blocks/attack-flow/frontend.sass ***!
  \*******************************************************************************************************************************************************/

