@charset "UTF-8";
.template-front-advanced-search-search .container-h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .container-h1 {
    padding-bottom: 0px !important;
  }
}
.template-front-advanced-search-search .page-type-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .page-type-wrapper.mobile-target {
    align-items: center;
    padding: 0 0.5rem;
  }
  .template-front-advanced-search-search .page-type-wrapper.mobile-target .page-type-select .desktop-content {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .reset-trackers-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
  }
}
.template-front-advanced-search-search .container.section-datatable {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .template-front-advanced-search-search .container.section-datatable .indicators-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .container.section-datatable .datatable-v2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .container.section-datatable .datatable-v2 table thead tr th[data-name=ticker] {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
}
.template-front-advanced-search-search .clone-datatable-footer.datatable-v2-fixed-header .container {
  padding-right: 0px;
  padding-left: 0px;
}
.template-front-advanced-search-search .desktop-only {
  display: block;
}
.template-front-advanced-search-search .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .desktop-only {
    display: none !important;
  }
  .template-front-advanced-search-search .mobile-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .modal.fade .modal-dialog {
    transform: translate(0, 25%);
  }
  .template-front-advanced-search-search .modal.show .modal-dialog {
    transform: translate(0, 0);
  }
}
.template-front-advanced-search-search .indicators-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .indicators-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .template-front-advanced-search-search .indicators-container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .template-front-advanced-search-search #table-advanced-search thead tr th[data-name=ticker] {
    min-width: 250px;
  }
}
.template-front-advanced-search-search #datatable-empty {
  margin-block: 20px;
}
.template-front-advanced-search-search .btn-modal-table-filters-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  width: 40px;
  height: 32px;
  background: #2f3137;
  box-shadow: 0px 2px 10px rgba(8, 33, 69, 0.25);
  border-radius: 8px;
  justify-content: center;
  transition: 0.5s;
}
.template-front-advanced-search-search .btn-modal-table-filters-indicators:hover {
  border: 1px solid #2f3137;
}
.template-front-advanced-search-search .btn-modal-table-filters-indicators svg {
  color: #fff;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .btn-modal-table-filters-indicators.desktop-only {
    display: none;
  }
}
.template-front-advanced-search-search .indicator-select {
  font-family: Figtree;
}
.template-front-advanced-search-search .indicator-select .trigger.active {
  border-color: #ba955f;
}
.template-front-advanced-search-search .indicator-select .trigger.active .filter-label {
  display: block;
}
.template-front-advanced-search-search .indicator-select .trigger.column-visible .column-bullet-indicator {
  display: flex;
}
.template-front-advanced-search-search .indicator-select .trigger {
  border: 1px solid #c2c0bc;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select .trigger:hover {
  background-color: #f5f5f5;
  color: #2f3137;
  opacity: 0.9;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.15);
}
.template-front-advanced-search-search .indicator-select .trigger:hover .reset-indicator {
  display: flex;
}
.template-front-advanced-search-search .indicator-select .trigger .label {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}
.template-front-advanced-search-search .indicator-select .trigger .icon {
  margin-left: 8px;
  font-size: 14px;
}
.template-front-advanced-search-search .indicator-select .trigger .filter-label {
  display: none;
  background-color: #2f3137;
  border-radius: 4px;
  padding: 3px 8px;
  color: #fff;
  margin-left: 8px;
  font-weight: 400;
  font-size: 10px;
}
.template-front-advanced-search-search .indicator-select .trigger .column-bullet-indicator {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
@keyframes pulse-ring {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.2;
  }
}
.template-front-advanced-search-search .indicator-select .trigger .column-bullet-indicator .animate-pulse-ring {
  animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 99999px;
  background-color: #42fdd0;
}
.template-front-advanced-search-search .indicator-select .trigger .column-bullet-indicator .active-dot {
  position: relative;
  height: 6px;
  width: 6px;
  border-radius: 99999px;
  background-color: #009974;
}
.template-front-advanced-search-search .indicator-select .trigger .reset-indicator {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  background-color: #2f3137;
  border-radius: 999px;
  height: 14px;
  width: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.template-front-advanced-search-search .indicator-select .trigger .reset-indicator:hover {
  border: 1px solid #2f3137;
}
.template-front-advanced-search-search .indicator-select .trigger .reset-indicator .icon {
  color: #fff;
  font-size: 8px;
  margin-left: 0px;
}
.template-front-advanced-search-search .indicator-select input[type=radio] {
  accent-color: #2f3137;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sectors-container-list {
  overflow-y: auto;
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.sectors-select-content .sectors-container-list {
    max-height: 250px;
  }
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .segments-types-list {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
  overflow-y: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.sectors-select-content .segments-types-list {
    max-height: 250px;
  }
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container {
  border: 1px solid #e3e6ed;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container.opened {
  border-color: #2f3137;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .toggle-sector {
  border-radius: 9999px;
  background-color: #eeedec;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .toggle-sector svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 4px;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .toggle-sector.sector {
  width: 24px;
  height: 24px;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .toggle-sector.sector svg {
  width: 20px;
  height: 12px;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .toggle-sector.subsector {
  width: 20px;
  height: 20px;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .toggle-sector.subsector svg {
  width: 18px;
  height: 10px;
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .filter-item {
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #2f3137;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .filter-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .sector-container .filter-item .label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.sectors-select-content {
    min-width: 450px;
    max-width: 450px;
  }
}
.template-front-advanced-search-search .indicator-select.sectors-select-content .title-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select.content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.template-front-advanced-search-search .indicator-select.content .body {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.content .body {
    padding-top: 16px;
  }
}
.template-front-advanced-search-search .indicator-select.content .body .header {
  padding-inline: 16px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #2f3137;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .title .popover-trigger {
  color: #bebebe;
  margin-left: 5px;
  width: 15px;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2f3137;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .toggle-column-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  gap: 8px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 12px;
  margin-block: 8px;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .toggle-column-container :hover {
  background: #e5e5e5;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .toggle-column-container input[type=checkbox] {
  accent-color: #2f3137;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select.content .body .header .title-container .toggle-column-container .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2f3137;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.template-front-advanced-search-search .indicator-select.content .filter-item {
  display: flex;
  width: 100%;
  padding-inline: 16px;
  margin-top: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.content .filter-item {
    margin-top: 16px;
  }
}
.template-front-advanced-search-search .indicator-select.content .filter-item:first-child {
  margin-top: 4px;
}
.template-front-advanced-search-search .indicator-select.content .filter-item :hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select.content .filter-item .label {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.template-front-advanced-search-search .indicator-select.content .filter-item .label .title {
  font-style: normal;
  font-weight: 500;
  color: #2f3137;
  font-size: 14px;
  line-height: 16px;
}
.template-front-advanced-search-search .indicator-select.content .filter-item .label .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #908d89;
}
.template-front-advanced-search-search .indicator-select.content .filter-item input[type=radio] {
  accent-color: #2f3137;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter {
  padding-inline: 25px;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  /* Valor de mercado (ações): sufixo "Bi", estilo input-group da calculadora */
  /* Patrimônio líquido (FIIs): input + select MM/Bi (Select2 ou nativo) */
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range .from,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range .to {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range .from .label,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range .to .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #778698;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range input[type=number] {
  width: 100%;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e3e6ed;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range input[type=number] {
    max-width: 120px;
  }
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--market-value-bi .from,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--market-value-bi .to {
  min-width: 0;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--market-value-bi .screener-input-group-bi {
  display: flex;
  width: 100%;
  align-items: stretch;
  box-sizing: border-box;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--market-value-bi .screener-input-group-bi .js-input-from,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--market-value-bi .screener-input-group-bi .js-input-to {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #cacaca;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #fff;
  font-size: 14px;
  outline: none;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--market-value-bi .input-group-label-suffix {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #cacaca;
  border-radius: 0 8px 8px 0;
  background: #e6e6e6;
  color: #0a0a0a;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii {
  min-width: 300px;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .from,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .to {
  min-width: 0;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .from .select2-container--default,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .to .select2-container--default {
  min-width: 66px;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .screener-input-group-net-worth {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .screener-input-group-net-worth .js-input-from,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .screener-input-group-net-worth .js-input-to {
  flex: 0 0 auto;
  width: 80px;
  min-width: 0;
  max-width: 80px;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #cacaca;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #fff;
  font-size: 14px;
  outline: none;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .screener-input-group-net-worth .js-net-worth-unit-from,
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .screener-input-group-net-worth .js-net-worth-unit-to {
  flex: 0 0 auto;
  min-width: 72px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #cacaca;
  border-radius: 0 8px 8px 0;
  background: #e6e6e6;
  color: #0a0a0a;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #cacaca;
  border-radius: 0 8px 8px 0;
  background: #e6e6e6;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 10px;
  padding-right: 24px;
  font-family: "Figtree", Helvetica Neue, Inter, ui-sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
}
.template-front-advanced-search-search .indicator-select.content .custom-range-filter .inputs-range.inputs-range--net-worth-fii .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 1px;
}
.template-front-advanced-search-search .indicator-select.content .divider {
  height: 1px;
  border-bottom: 1px solid #c2c0bc;
}
.template-front-advanced-search-search .indicator-select.content .footer {
  padding-inline: 16px;
  padding-block: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .indicator-select.content .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.template-front-advanced-search-search .indicator-select.content .footer .clear-indicator {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
  cursor: pointer;
}
.template-front-advanced-search-search .indicator-select.content .footer .save-indicator {
  padding: 12px 16px;
  gap: 8px;
  color: #fff;
  background: #2f3137;
  box-shadow: 0px 2px 10px rgba(8, 33, 69, 0.25);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.template-front-advanced-search-search .indicator-select.content .footer .save-indicator:hover {
  background: #3f424a;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .indicator-select.content .footer .reset-indicator {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2f3137;
    cursor: pointer;
  }
}
.template-front-advanced-search-search .indicator-select.content.indicator-fii-segment .active {
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search.ticker-sectors .dropdownContainer,
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content,
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content .body,
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content .advanced-filters,
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content .divider,
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content .footer {
    max-width: 340px;
  }
}
.template-front-advanced-search-search.ticker-sectors .filter-item .label {
  margin-left: 8px !important;
}
.template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content.sector .subtitle {
  line-height: 14px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content.sector .sector-container .title-item span {
    line-height: 16px;
  }
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content.sector .subsectors-list .filter-item .label {
    max-width: 180px;
    display: block;
  }
  .template-front-advanced-search-search.ticker-sectors .indicator-select.content.sectors-select-content.sector .segments-list .filter-item .label {
    max-width: 190px;
    display: block;
  }
}
@media (min-width: 768px) {
  .template-front-advanced-search-search.fii-segments .dropdownContainer,
  .template-front-advanced-search-search.fii-segments .indicator-select.content.sectors-select-content,
  .template-front-advanced-search-search.fii-segments .indicator-select.content.sectors-select-content .body,
  .template-front-advanced-search-search.fii-segments .indicator-select.content.sectors-select-content .advanced-filters,
  .template-front-advanced-search-search.fii-segments .indicator-select.content.sectors-select-content .divider,
  .template-front-advanced-search-search.fii-segments .indicator-select.content.sectors-select-content .footer {
    max-width: 300px;
  }
}
.template-front-advanced-search-search table.dataTable {
  margin-top: 0px !important;
}
@media (min-width: 1024px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-dialog,
  .template-front-advanced-search-search #modal-add-columns .modal-dialog {
    min-width: 835px;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-header,
.template-front-advanced-search-search #modal-add-columns .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eeedec;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-header,
  .template-front-advanced-search-search #modal-add-columns .modal-header {
    border-bottom: 0px;
    padding: 8px;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .desktop-container,
.template-front-advanced-search-search #modal-add-columns .modal-header .desktop-container {
  display: flex;
  width: 100%;
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .close-icon,
.template-front-advanced-search-search #modal-add-columns .modal-header .close-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 5px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-header .close-icon:hover,
  .template-front-advanced-search-search #modal-add-columns .modal-header .close-icon:hover {
    background-color: #e5e5e5;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .close-icon svg,
.template-front-advanced-search-search #modal-add-columns .modal-header .close-icon svg {
  color: rgb(84, 84, 84);
  font-size: 24px;
  margin-bottom: 0px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .modal-title,
.template-front-advanced-search-search #modal-add-columns .modal-header .modal-title {
  display: flex;
  align-items: center;
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .modal-title h5,
.template-front-advanced-search-search #modal-add-columns .modal-header .modal-title h5 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: rgb(84, 84, 84);
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-header .modal-title h5,
  .template-front-advanced-search-search #modal-add-columns .modal-header .modal-title h5 {
    font-size: 20px;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .title-container,
.template-front-advanced-search-search #modal-add-columns .modal-header .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 1;
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .select-all-indicators,
.template-front-advanced-search-search #modal-add-columns .modal-header .select-all-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e3e6ed;
  border-radius: 8px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2f3137;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .select-all-indicators:hover,
.template-front-advanced-search-search #modal-add-columns .modal-header .select-all-indicators:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-header .select-all-indicators,
  .template-front-advanced-search-search #modal-add-columns .modal-header .select-all-indicators {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-header .count-active-indicators,
.template-front-advanced-search-search #modal-add-columns .modal-header .count-active-indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 10px;
  width: 24px;
  height: 24px;
  background: #52607a;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body {
  display: flex;
  width: 100%;
  border: 1px solid #e3e6ed;
  border-radius: 12px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-left,
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-left,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  max-height: 310px;
  min-height: 217px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-left,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-left {
  padding: 16px;
  justify-content: center;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-left,
  .template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-left {
    flex: none;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right {
  border-left: 1px solid #e3e6ed;
  padding: 24px;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right,
  .template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right {
    overflow: auto;
    padding: 18px 12px;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right::-webkit-scrollbar,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right::-webkit-scrollbar-thumb,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right::-webkit-scrollbar-thumb:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right::-webkit-scrollbar-track,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .content-right .group-subtitle,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .content-right .group-subtitle {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
  white-space: nowrap;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator {
  padding: 12px;
  display: flex;
  align-items: center;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator:hover {
  cursor: pointer;
  background-color: #f3f4f7;
  border-radius: 12px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator.active,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator.active {
  background-color: #f3f4f7;
  border-radius: 12px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator svg,
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator i,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator svg,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator i {
  width: 20px;
  height: 20px;
  color: #778698;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator svg,
  .template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator i,
  .template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator svg,
  .template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator i {
    width: unset;
    height: unset;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator .text,
.template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-body .content-body .group-indicator .text,
  .template-front-advanced-search-search #modal-add-columns .modal-body .content-body .group-indicator .text {
    display: none;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 10px;
  margin-top: 16px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .cancel,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .cancel {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-indicators .modal-body .footer .cancel,
  .template-front-advanced-search-search #modal-add-columns .modal-body .footer .cancel {
    padding-left: 0px;
    font-weight: 400px;
  }
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .cancel:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 24px;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .reset,
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .submit-modal,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .reset,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .submit-modal {
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .reset:hover,
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .submit-modal:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .reset:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .submit-modal:hover {
  cursor: pointer;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .reset,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .reset {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #fee6ec;
  border-radius: 8px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #f94b74;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .reset:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .reset:hover {
  background: #fcd3dd;
  box-shadow: 0px 1px 8px rgba(249, 75, 116, 0.25);
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .submit-modal,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .submit-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #2f3137;
  box-shadow: 0px 2px 10px rgba(8, 33, 69, 0.25);
  border-radius: 8px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.template-front-advanced-search-search #modal-add-indicators .modal-body .footer .btns-footer .submit-modal:hover,
.template-front-advanced-search-search #modal-add-columns .modal-body .footer .btns-footer .submit-modal:hover {
  background: #3a3d44;
  box-shadow: 0px 4px 14px rgba(8, 33, 69, 0.35);
}
.template-front-advanced-search-search .page-type-select .trigger-container {
  font-family: Figtree;
}
.template-front-advanced-search-search .page-type-select .trigger-container:hover {
  cursor: pointer;
}
.template-front-advanced-search-search .page-type-select .trigger-container .desktop-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: transparent;
  color: #2f3137;
  position: relative;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .page-type-select .trigger-container .desktop-content {
    padding: 10px 0px 16px 10px;
  }
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .page-type-select .trigger-container .desktop-content {
    margin-left: 16px;
    padding: 12px 16px;
    color: #ffffff;
  }
  .template-front-advanced-search-search .page-type-select .trigger-container .desktop-content::before {
    content: "";
    position: absolute;
    left: 0;
    height: 60%;
    width: 1px;
    background-color: #4c617d;
  }
}
.template-front-advanced-search-search .page-type-select .trigger-container .desktop-content .label {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .page-type-select .trigger-container .desktop-content .label {
    font-size: 20px;
    font-weight: 400;
  }
}
.template-front-advanced-search-search .page-type-select .page-select-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 8px;
  color: #2f3137;
}
.template-front-advanced-search-search .page-type-select .page-select-item:hover {
  background-color: #f5f5f4;
}
@media (max-width: 767px) {
  .template-front-advanced-search-search .page-type-select .page-select-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.template-front-advanced-search-search .page-type-select .page-select-item .label {
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-front-advanced-search-search .page-type-select .title-mobile-container {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #2f3137;
  font-family: Figtree;
}
@media (max-width: 425px) {
  .template-front-advanced-search-search .page-type-select .title-mobile-container {
    margin-bottom: 16px;
  }
}
.template-front-advanced-search-search .advanced-search-btn-options {
  display: flex;
  gap: 8px;
}
.template-front-advanced-search-search .advanced-search-btn-options .add-new-search {
  background: #f5f5f4;
  border-radius: 58px;
  color: #2f3137;
}
.template-front-advanced-search-search .advanced-search-btn-options .add-new-search:hover {
  background: #e7e7e4;
}
.template-front-advanced-search-search .advanced-search-btn-options .add-new-search .label {
  color: #2f3137;
}
@media (max-width: 870px) {
  .template-front-advanced-search-search .advanced-search-btn-options .add-new-search i {
    margin-left: 0px;
  }
}
.template-front-advanced-search-search .advanced-search-btn-options .saved-searchs {
  background: #14171f;
  border-radius: 100px;
}
.template-front-advanced-search-search .advanced-search-btn-options .saved-searchs:hover {
  opacity: 0.7;
}
.template-front-advanced-search-search .advanced-search-btn-options .saved-searchs .label {
  color: #ffffff;
}
.template-front-advanced-search-search .advanced-search-btn-options .add-new-search,
.template-front-advanced-search-search .advanced-search-btn-options .saved-searchs {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  height: 32px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .advanced-search-btn-options .add-new-search,
  .template-front-advanced-search-search .advanced-search-btn-options .saved-searchs {
    padding: 8px 12px;
  }
}
@media (max-width: 870px) {
  .template-front-advanced-search-search .advanced-search-btn-options .add-new-search,
  .template-front-advanced-search-search .advanced-search-btn-options .saved-searchs {
    border-radius: 8px;
  }
}
.template-front-advanced-search-search .advanced-search-btn-options .add-new-search .label,
.template-front-advanced-search-search .advanced-search-btn-options .saved-searchs .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 870px) {
  .template-front-advanced-search-search .advanced-search-btn-options .add-new-search .label,
  .template-front-advanced-search-search .advanced-search-btn-options .saved-searchs .label {
    display: none;
  }
}
.template-front-advanced-search-search .desktop-reset-indicators-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .template-front-advanced-search-search .desktop-reset-indicators-container {
    margin-right: 1rem;
  }
}
.template-front-advanced-search-search .mobile-config-dropdown-wrapper {
  position: relative;
  display: inline-flex;
}
.template-front-advanced-search-search .mobile-config-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  margin-top: 4px;
  min-width: 200px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #e3e6ed;
  box-shadow: -4px 10px 20px 0px rgba(47, 49, 55, 0.1019607843);
  border-radius: 10px;
  z-index: 100;
  display: none;
  flex-direction: column;
}
.template-front-advanced-search-search .mobile-config-dropdown[aria-hidden=false] {
  display: flex;
}
.template-front-advanced-search-search .mobile-config-dropdown-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #2f3137;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.template-front-advanced-search-search .mobile-config-dropdown-option:hover {
  background-color: rgba(66, 76, 87, 0.08);
}
.template-front-advanced-search-search .mobile-config-dropdown-option .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .btn-modal-add-columns,
  .template-front-advanced-search-search .mobile-config-button {
    width: 40px;
    height: 32px;
  }
  .template-front-advanced-search-search .btn-modal-add-columns .label,
  .template-front-advanced-search-search .mobile-config-button .label {
    display: none !important;
  }
}
.template-front-advanced-search-search a[data-target="#modal-reset-indicators"],
.template-front-advanced-search-search .btn-modal-add-columns,
.template-front-advanced-search-search .mobile-config-button,
.template-front-advanced-search-search a[data-target="#modal-edit-columns"] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  height: 28px;
  border: 1px solid #424c57;
  border-radius: 58px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search a[data-target="#modal-reset-indicators"],
  .template-front-advanced-search-search .btn-modal-add-columns,
  .template-front-advanced-search-search .mobile-config-button,
  .template-front-advanced-search-search a[data-target="#modal-edit-columns"] {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .template-front-advanced-search-search a[data-target="#modal-reset-indicators"],
  .template-front-advanced-search-search .btn-modal-add-columns,
  .template-front-advanced-search-search .mobile-config-button,
  .template-front-advanced-search-search a[data-target="#modal-edit-columns"] {
    border-radius: 8px;
    height: 32px;
  }
}
.template-front-advanced-search-search a[data-target="#modal-reset-indicators"]:hover,
.template-front-advanced-search-search .btn-modal-add-columns:hover,
.template-front-advanced-search-search .mobile-config-button:hover,
.template-front-advanced-search-search a[data-target="#modal-edit-columns"]:hover {
  background-color: rgba(66, 76, 87, 0.08);
  border-color: #2f3944;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search a[data-target="#modal-reset-indicators"] svg,
  .template-front-advanced-search-search .btn-modal-add-columns svg,
  .template-front-advanced-search-search .mobile-config-button svg,
  .template-front-advanced-search-search a[data-target="#modal-edit-columns"] svg {
    margin-left: 0px;
  }
}
.template-front-advanced-search-search a[data-target="#modal-reset-indicators"] .label,
.template-front-advanced-search-search .btn-modal-add-columns .label,
.template-front-advanced-search-search .mobile-config-button .label,
.template-front-advanced-search-search a[data-target="#modal-edit-columns"] .label {
  height: 16px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #424c57;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search a[data-target="#modal-reset-indicators"] .label,
  .template-front-advanced-search-search .btn-modal-add-columns .label,
  .template-front-advanced-search-search .mobile-config-button .label,
  .template-front-advanced-search-search a[data-target="#modal-edit-columns"] .label {
    width: unset;
  }
}
.template-front-advanced-search-search #modal-reset-indicators .modal-dialog {
  max-width: 412px;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-header h5 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-header .close-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 5px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search #modal-reset-indicators .modal-header .close-icon:hover {
    background-color: #e5e5e5;
  }
}
.template-front-advanced-search-search #modal-reset-indicators .modal-header .close-icon svg {
  color: #778698;
  font-size: 18px;
  margin-bottom: 0px;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body {
  padding: 0;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .content-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .content-body .title {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .content-body .subtitle {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  margin-top: 16px;
  border-top: 1px solid #e3e6ed;
  background-color: #f3f4f7;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .footer .cancel {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .footer .cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .footer .reset-all-indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  height: 48px;
  background: #2f3137;
  box-shadow: 0px 2px 10px rgba(8, 33, 69, 0.25);
  border-radius: 8px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease;
}
.template-front-advanced-search-search #modal-reset-indicators .modal-body .footer .reset-all-indicators:hover {
  background: #3a3d45;
  box-shadow: 0px 4px 15px rgba(8, 33, 69, 0.35);
  transform: translateY(-1px);
}
@media (min-width: 1024px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-dialog {
    min-width: 715px;
    max-width: 715px;
  }
}
.template-front-advanced-search-search #modal-add-tracker .modal-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeedec;
}
.template-front-advanced-search-search #modal-add-tracker .modal-header .close-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 5px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-header .close-icon:hover {
    background-color: #e5e5e5;
  }
}
.template-front-advanced-search-search #modal-add-tracker .modal-header .close-icon svg {
  color: rgb(84, 84, 84);
  font-size: 24px;
  margin-bottom: 0px;
}
@media (max-width: 320px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-header .close-icon svg {
    font-size: 20px;
  }
}
.template-front-advanced-search-search #modal-add-tracker .modal-header .modal-title {
  display: flex;
  align-items: center;
}
.template-front-advanced-search-search #modal-add-tracker .modal-header .modal-title h5 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: rgb(84, 84, 84);
}
@media (max-width: 425px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-header .modal-title h5 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-header .modal-title h5 {
    font-size: 18px;
  }
}
.template-front-advanced-search-search #modal-add-tracker .modal-header .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 1;
}
.template-front-advanced-search-search #modal-add-tracker .modal-header .count-active-indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 10px;
  width: 24px;
  height: 24px;
  background: #52607a;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.template-front-advanced-search-search #modal-add-tracker .customize-span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 16px;
  background: #f5f5f4;
  border-radius: 8px;
  margin-top: 16px;
}
.template-front-advanced-search-search #modal-add-tracker .customize-span .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-add-tracker .customize-span .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  gap: 8px;
  width: 40px;
  height: 40px;
  background: #9d9d8d;
  border-radius: 100px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body {
  padding: 0;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body {
  padding: 1rem;
  position: relative;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .overlay-effect {
  position: absolute;
  bottom: 1rem;
  width: 93%;
  left: 1rem;
  right: 0;
  height: 24px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.26), rgb(255, 255, 255));
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container input[type=text],
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2-selection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e3e6ed;
  border-radius: 8px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2f3137;
  height: 40px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container input[type=text]::-moz-placeholder, .template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2-selection::-moz-placeholder {
  color: #c8cfda;
  opacity: 1;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container input[type=text]::placeholder,
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2-selection::placeholder {
  color: #c8cfda;
  opacity: 1;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container input[type=text]:focus,
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2-selection:focus {
  outline: none;
  border-color: #2f3137;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2.select2-container .select2-option.select-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2.select2-container .select2-option.select-option .text {
  text-transform: none;
  font-weight: 500;
  font-family: Figtree;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2.select2-container .select2-selection__arrow {
  top: 20%;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2.select2-container.select2-container--disabled span.select2-selection {
  border-color: #e3e6ed;
  cursor: not-allowed;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container span.select2.select2-container.select2-container--disabled .select2-option.select-option {
  opacity: 0.5;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .inputs .input-container .asset-icon {
  width: 1rem;
  height: 1rem;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .checkbox-container {
  margin-top: 16px;
  display: flex;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .checkbox-container input[type=checkbox] {
  margin-right: 8px;
  accent-color: #2f3137;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .checkbox-container .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
  gap: 12px;
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-height: 800px) {
  .template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid {
    max-height: 190px;
  }
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid .indicator-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  background: #ffffff;
  border: 1px solid #e3e6ed;
  border-radius: 12px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid .indicator-group .group-header {
  padding: 16px;
  border-bottom: 1px solid #e3e6ed;
  width: 100%;
  display: flex;
  align-items: center;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid .indicator-group .group-header .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
  margin-left: 8px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid .indicator-group .group-header i {
  width: 20px;
  height: 20px;
  color: #778698;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid .indicator-group .group-body {
  padding: 16px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .content-body .content-indicators-grid .indicator-group .group-body .container-input-switch {
  margin-top: 8px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  gap: 10px;
  background: #f3f4f7;
  border-top: 1px solid #c8cfda;
  border-radius: 0px 0px 12px 12px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .cancel {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .create-tracker {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #2f3137;
  box-shadow: 0px 2px 10px rgba(8, 33, 69, 0.25);
  border-radius: 8px;
  cursor: pointer;
  border-width: 0px;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .create-tracker .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .create-tracker:hover {
  background: #3a3d44;
  box-shadow: 0px 4px 14px rgba(8, 33, 69, 0.35);
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .create-tracker.loading {
  pointer-events: none;
  opacity: 0.7;
}
.template-front-advanced-search-search #modal-add-tracker .modal-body .footer .create-tracker .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__options > .select2-results__option:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__option--selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__option--selected::after {
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #2f3137;
  font-size: 14px;
  font-weight: 300;
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__option--selectable.select2-results__option--highlighted {
  background-color: #dfe0e2;
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__option--selectable:hover {
  background-color: #dfe0e2;
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__option--selectable .select2-option {
  display: flex;
  gap: 8px;
  padding: 4px;
}
.template-front-advanced-search-search .select2-dropdown #select2-type_page-results .select2-results__option--selectable .text {
  font-family: Figtree;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #2f3137;
}
.template-front-advanced-search-search img.asset-icon {
  width: 1rem;
  height: 1rem;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content {
  padding: 24px;
  min-width: 370px;
}
@media (max-width: 767px) {
  .template-front-advanced-search-search .saved-trackers-dropdown.content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .header {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  .template-front-advanced-search-search .saved-trackers-dropdown.content .header {
    margin-bottom: 24px;
  }
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .header .title-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .header .title-container h6 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #2f3137;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .header .title-container .count-total-trackers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 10px;
  width: 24px;
  height: 24px;
  background: #52607a;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body {
    max-height: 500px;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body {
    flex: 1;
    overflow-y: auto;
  }
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: #f3f4f7;
  border-radius: 8px;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .tag-page-type {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .tag-page-type .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #778698;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .title-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .title-container .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2f3137;
  max-width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .title-container .text:hover {
  color: #2f3137 !important;
  cursor: default !important;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .title-container .btn-actions {
  display: flex;
  gap: 12px;
  border: none;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .title-container .btn-actions .icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f3137;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .title-container .btn-actions .icon:hover {
  background-color: #eef1ff;
  color: #52607a;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .indicators-list {
  margin-top: 8px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow: hidden;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .indicators-list::after {
  content: "...";
  flex-shrink: 0;
  align-self: center;
  color: #2f3137;
  font-size: 12px;
  font-weight: 500;
  font-family: "Figtree";
  display: none;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .indicators-list:has(.indicator-name:nth-child(4))::after {
  display: flex;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .indicators-list:has(.indicator-name:nth-child(4)) .indicator-name:nth-child(n+4) {
  display: none;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .indicators-list .indicator-name {
  padding: 4px 8px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ffffff;
  flex: 0 0 auto;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .indicators-list .indicator-name .text {
  color: #2f3137;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Figtree";
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .apply-tracker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  gap: 8px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e3e6ed;
  border-radius: 8px;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .apply-tracker:hover {
  background-color: #f6f8ff;
  opacity: 0.7;
  box-shadow: 0 2px 8px rgba(79, 110, 247, 0.15);
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .apply-tracker .text {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #2f3137;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.template-front-advanced-search-search .saved-trackers-dropdown.content .trackers-body .tracker-container .apply-tracker.disabled {
  background-color: #f3f4f7;
  border-color: #e3e6ed;
  cursor: help;
  opacity: 0.7;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-dialog {
  max-width: 412px;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-header {
  display: flex;
  border-bottom: 0px;
  border-bottom: 1px solid #eeedec;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-header h5 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: rgb(84, 84, 84);
  flex: 1;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-header .close-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 5px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search #modal-delete-tracker .modal-header .close-icon:hover {
    background-color: #e5e5e5;
  }
}
.template-front-advanced-search-search #modal-delete-tracker .modal-header .close-icon svg {
  color: rgb(84, 84, 84);
  font-size: 24px;
  margin-bottom: 0px;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body {
  padding: 0;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .content-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .content-body .title {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .content-body .subtitle {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  margin-top: 16px;
  border-top: 1px solid #e3e6ed;
  background-color: #f3f4f7;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer .cancel {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  color: #2f3137;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer .cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer #delete-tracker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  height: 48px;
  background: #cb0b38;
  box-shadow: 0px 2px 10px rgba(8, 33, 69, 0.25);
  border-radius: 8px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
  border-color: unset;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease;
  min-width: 72px;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer #delete-tracker:hover {
  background: #990a2c;
  box-shadow: 0px 4px 15px rgba(8, 33, 69, 0.35);
  transform: translateY(-1px);
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer #delete-tracker .label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer #delete-tracker.loading {
  pointer-events: none;
  opacity: 0.7;
}
.template-front-advanced-search-search #modal-delete-tracker .modal-body .footer #delete-tracker .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .container-input-switch label.content,
  .template-front-advanced-search-search .container-input-switch .slider.round {
    min-width: 40px;
    max-width: 40px;
  }
  .template-front-advanced-search-search .container-input-switch .switch-text {
    white-space: nowrap;
  }
}
.template-front-advanced-search-search .pro-icon-container {
  margin-left: 12px;
  min-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 5px;
}
.template-front-advanced-search-search .pro-icon-container .pro-image {
  width: 12px;
  height: 9px;
}
.template-front-advanced-search-search .pro-icon-container .pro-text {
  font-size: 10px;
}
.template-front-advanced-search-search .edit-columns-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3e4751;
}
.template-front-advanced-search-search .edit-columns-modal .modal-header .modal-title {
  display: flex;
}
.template-front-advanced-search-search .edit-columns-modal .modal-header .modal-title h5 {
  color: #2f3137;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-right: auto;
  font-family: "Figtree";
  line-height: 24px;
}
.template-front-advanced-search-search .edit-columns-modal .modal-header .modal-title .count-active-indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 10px;
  width: 24px;
  height: 24px;
  background: #52607a;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.template-front-advanced-search-search .edit-columns-modal .modal-header .close-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 5px;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .edit-columns-modal .modal-header .close-icon:hover {
    background-color: #e5e5e5;
  }
}
.template-front-advanced-search-search .edit-columns-modal .modal-header .close-icon svg {
  color: rgb(84, 84, 84);
  font-size: 24px;
  margin-bottom: 0px;
}
.template-front-advanced-search-search .modal-side-menu .modal-dialog {
  max-width: 600px;
}
.template-front-advanced-search-search .modal-side-menu .modal-content {
  padding: 0px;
}
.template-front-advanced-search-search .modal-side-menu .modal-header,
.template-front-advanced-search-search .modal-side-menu .modal-footer {
  padding: 16px 24px;
}
.template-front-advanced-search-search .modal-side-menu .modal-header {
  border-bottom: 1px solid #dbdde1;
}
.template-front-advanced-search-search .modal-side-menu .modal-header .close-icon svg {
  width: 1rem;
  height: 1rem;
}
.template-front-advanced-search-search .modal-side-menu .modal-header .title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.template-front-advanced-search-search .modal-side-menu .modal-header .title-container .modal-subtitle {
  font-size: 14px;
}
.template-front-advanced-search-search .modal-side-menu .modal-body {
  padding: 0px;
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .modal-side-menu .modal-body {
    padding-bottom: 50px;
  }
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-section {
  border-bottom: 1px solid #dbdde1;
  padding: 16px 24px;
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-header .pro-icon-container {
  max-width: 50px;
  margin-left: 0px;
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-header .label {
  color: #2f3137;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  font-family: "Figtree";
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-indicators {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .template-front-advanced-search-search .modal-side-menu .modal-body .group-indicators {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-indicators .group-indicator {
  font-size: 0.875rem;
  padding: 0.75rem 0rem;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2f3137;
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-indicators .group-indicator input[type=checkbox] {
  accent-color: #2f3137;
  cursor: pointer;
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-indicators .group-indicator svg {
  margin-left: 0px !important;
}
.template-front-advanced-search-search .modal-side-menu .modal-body .group-indicators .group-indicator .text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2f3137;
  margin-left: 12px;
  cursor: pointer;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f4f7;
}
@media (min-width: 768px) {
  .template-front-advanced-search-search .modal-side-menu .modal-footer {
    height: 70px;
  }
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .save {
  background-color: rgb(48, 49, 55);
  border: 1px solid rgb(48, 49, 55);
  color: #ffffff;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .save:hover:not(:disabled) {
  filter: brightness(1.05);
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .save:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .save:disabled:hover {
  filter: brightness(1) !important;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .restore {
  border: none;
  background-color: transparent !important;
  color: #2f3137;
  padding: 0.5rem 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .restore:hover:not(:disabled) {
  filter: brightness(1.05);
  text-decoration: underline;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .restore:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.template-front-advanced-search-search .modal-side-menu .modal-footer .restore:disabled:hover {
  filter: brightness(1) !important;
  text-decoration: none !important;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete {
  box-sizing: border-box;
  max-width: 674px !important;
  width: min(674px, 100vw - 32px) !important;
  min-width: min(100vw - 32px, 280px) !important;
  max-height: calc(100vh - 24px) !important;
  padding: 24px 24px 32px !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid #e3e6ed;
  box-shadow: 0 10px 60px rgba(18, 34, 84, 0.3);
  background-color: #ffffff;
  /* 1280×800, etc.: modal mais estreito; 1440×800 mantém largura total (não entra aqui) */
}
@media (max-height: 800px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete {
    max-width: 500px !important;
    width: min(500px, 100vw - 16px) !important;
    max-height: calc(100vh - 12px) !important;
    padding: 12px 12px 14px !important;
    border-radius: 9px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete {
    max-height: calc(100vh - 8px) !important;
    padding: 10px 12px 14px !important;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete {
    max-width: min(480px, 100vw - 12px) !important;
    width: min(480px, 100vw - 12px) !important;
    min-width: min(100vw - 12px, 240px) !important;
    max-height: calc(100vh - 8px) !important;
    padding: 10px 10px 12px !important;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete {
    max-height: calc(100vh - 8px) !important;
    padding: 8px 8px 10px !important;
    border-radius: 8px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-footer, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-footer {
  display: none !important;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-title, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-title {
  display: none !important;
  margin: 0;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-description, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-description {
  margin: 0;
  font-family: "Figtree", Helvetica Neue, Inter, ui-sans-serif, sans-serif;
  color: #2f3137;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-close-btn, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-close-btn {
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #9ca3af;
  z-index: 2;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-close-btn:hover, .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-close-btn:focus, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-close-btn:hover, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-close-btn:focus {
  color: #2f3137;
}
@media (max-height: 800px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-close-btn, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-close-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-close-btn, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-close-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .driver-popover-close-btn, .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .driver-popover-close-btn {
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour {
    gap: 12px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour {
    gap: 8px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour {
    gap: 6px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour {
    gap: 6px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  padding-right: 36px;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__head {
    padding-bottom: 8px;
    padding-right: 32px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__head {
    padding-bottom: 4px;
    padding-right: 34px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__head {
    padding-bottom: 2px;
    padding-right: 24px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #e3fcf8;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  color: #009974;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__badge {
    font-size: 13px;
    line-height: 14px;
    padding: 3px 8px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__badge {
    font-size: 12px;
    line-height: 13px;
    padding: 2px 6px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__badge {
    font-size: 11px;
    gap: 6px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__badge-icon-img {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__badge-icon-img {
    width: 14px;
    height: 14px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
  margin: 0;
  max-width: 486px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #2f3137;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title .screener-welcome-tour__title-line,
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title .screener-welcome-tour__title-bang {
  font-weight: 500;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title .screener-welcome-tour__title-second {
  display: inline-block;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title .screener-welcome-tour__title-strong {
  font-weight: 700;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
    font-size: 18px;
    line-height: 26px;
    max-width: 420px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
    font-size: 21px;
    line-height: 28px;
    max-width: 460px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
    font-size: 15px;
    line-height: 20px;
    max-width: 100%;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  height: 290px;
  min-height: 290px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
    height: 220px;
    min-height: 220px;
    padding: 14px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
    height: 198px;
    min-height: 198px;
    padding: 14px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
    height: 158px;
    min-height: 158px;
    padding: 9px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
    height: 140px;
    min-height: 140px;
    padding: 6px;
    border-radius: 6px;
  }
}
@media (max-height: 560px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
    height: 120px;
    min-height: 120px;
    padding: 6px;
  }
}
@media (max-height: 480px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual {
    height: 100px;
    min-height: 100px;
    padding: 4px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 242px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
    max-height: 192px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
    max-height: 170px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
    max-height: 140px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
    max-height: 128px;
  }
}
@media (max-height: 560px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
    max-height: 108px;
  }
}
@media (max-height: 480px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__visual-img {
    max-height: 92px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__columns {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 294px);
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 12px 0;
  border-radius: 8px;
}
@media (max-width: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__columns {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 8px 0;
    align-items: stretch;
  }
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px 16px;
    padding: 6px 0;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__columns {
    gap: 8px 12px;
    padding: 3px 0;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__columns {
    gap: 6px 8px;
    padding: 2px 0;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__columns {
    gap: 6px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  max-width: 300px;
  justify-self: center;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead-cell {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead-cell {
    justify-content: flex-start;
    justify-self: stretch;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead {
  margin: 0;
  width: 100%;
  max-width: 300px;
  text-align: left;
  white-space: normal;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2f3137;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead {
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__lead {
    max-width: none;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__features {
  background-color: #f5f5f4;
  border-radius: 16px;
  padding: 16px;
  min-width: 0;
  width: 100%;
  max-width: 294px;
  box-sizing: border-box;
  justify-self: center;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__features {
    max-width: none;
    padding: 12px 14px;
    border-radius: 12px;
  }
}
@media (max-width: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__features {
    justify-self: stretch;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__features {
    padding: 8px 10px;
    border-radius: 10px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__features {
    padding: 6px 8px;
    border-radius: 8px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__features {
    padding: 6px 8px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-list {
    gap: 5px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-list {
    gap: 4px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #2f3137;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-item {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-item {
    font-size: 11px;
    line-height: 16px;
    gap: 6px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  font-size: 14px;
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__feature-icon {
    font-size: 12px;
    line-height: 16px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 0;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__actions {
    gap: 12px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__actions {
    gap: 8px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__actions {
    gap: 4px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__actions {
    gap: 4px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
  width: auto;
  max-width: min(387px, 100%);
  align-self: center;
  border: none;
  border-radius: 100px;
  padding: 16px 28px;
  background-color: #008d6c;
  box-shadow: 0 4px 12px rgba(0, 77, 58, 0.2);
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta:hover {
  filter: brightness(1.05);
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta:active {
  transform: scale(0.99);
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
    padding: 12px 22px;
    font-size: 16px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
    padding: 9px 18px;
    font-size: 15px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
    padding: 7px 14px;
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__cta {
    white-space: normal;
    max-width: 100%;
    text-align: center;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__skip {
  border: none;
  background: none;
  padding: 0 8px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5f6c7d;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__skip:hover {
  color: #2f3137;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__skip {
    font-size: 13px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__skip {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-welcome .screener-welcome-tour__skip {
    font-size: 11px;
    line-height: 16px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete {
  position: relative;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__stack {
    gap: 12px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__stack {
    gap: 8px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__stack {
    gap: 6px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__stack {
    gap: 6px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  text-align: center;
  padding: 0 8px;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__intro {
    margin-top: 12px;
    gap: 6px;
    padding: 0 6px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__intro {
    margin-top: 8px;
    gap: 5px;
    padding: 0 6px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__intro {
    margin-top: 10px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__intro {
    margin-top: 2px;
    gap: 2px;
    padding: 0 2px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__title {
  margin: 0;
  width: 486px;
  max-width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: none;
  flex-grow: 0;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #009974;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__title {
    font-size: 26px;
    line-height: 28px;
    min-height: 28px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__title {
    font-size: 28px;
    line-height: 30px;
    min-height: 30px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__title {
    font-size: 23px;
    line-height: 26px;
    min-height: 26px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__title {
    font-size: 19px;
    line-height: 22px;
    min-height: 0;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__title {
    font-size: 17px;
    line-height: 20px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__text {
  margin: 0;
  max-width: 626px;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2f3137;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__text {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__text {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  height: 290px;
  min-height: 290px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
    height: 220px;
    min-height: 220px;
    padding: 14px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
    height: 198px;
    min-height: 198px;
    padding: 14px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
    height: 158px;
    min-height: 158px;
    padding: 9px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
    height: 140px;
    min-height: 140px;
    padding: 6px;
    border-radius: 6px;
  }
}
@media (max-height: 560px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
    height: 120px;
    min-height: 120px;
    padding: 6px;
  }
}
@media (max-height: 480px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual {
    height: 100px;
    min-height: 100px;
    padding: 4px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 242px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
    max-height: 192px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (min-width: 1320px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
    max-height: 170px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
    max-height: 140px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
    max-height: 128px;
  }
}
@media (max-height: 560px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
    max-height: 108px;
  }
}
@media (max-height: 480px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__visual-img {
    max-height: 92px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 0;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__actions {
    gap: 12px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__actions {
    gap: 8px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__actions {
    gap: 4px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__actions {
    gap: 4px;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
  width: auto;
  max-width: min(387px, 100%);
  align-self: center;
  border: none;
  border-radius: 100px;
  padding: 16px 28px;
  background-color: #008d6c;
  box-shadow: 0 4px 12px rgba(0, 77, 58, 0.2);
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta:hover {
  filter: brightness(1.05);
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta:active {
  transform: scale(0.99);
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
    padding: 12px 22px;
    font-size: 16px;
  }
}
@media (max-height: 830px) and (min-height: 681px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-height: 830px) and (min-height: 681px) and (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
    padding: 9px 18px;
    font-size: 15px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
    padding: 7px 14px;
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__cta {
    white-space: normal;
    max-width: 100%;
    text-align: center;
  }
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__replay {
  border: none;
  background: none;
  padding: 0 8px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5f6c7d;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__replay:hover {
  color: #2f3137;
}
@media (max-width: 1319px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__replay {
    font-size: 13px;
  }
}
@media (max-height: 680px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__replay {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-height: 600px) {
  .template-front-advanced-search-search.driver-popover.driverjs-screener-complete .screener-tour-complete__replay {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .template-front-advanced-search-search.select2-container--open .select2-dropdown.select2-dropdown--fii-net-worth-unit {
    min-width: 0;
    max-width: 120px;
    width: auto;
  }
}
