.filter-type__autocomplete_tags_box {
  overflow-y: auto;
  width: 100%;
  height: 120px;
  padding: 16px 8px 6px 8px;
  margin-bottom: 8px;
  border: 1px solid #00000061;
  box-sizing: border-box;
  border-radius: 4px;
}

.filter-type__autocomplete_textfield_input_adornment {
  position: absolute;
  right: 9px;
}

.filter-type__autocomplete_li_chip {
  padding: 0 8px 10px 0;
  margin: 0;
  list-style: none;
}

.MuiAutocomplete-groupLabel {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.5px;
  color: #00000061;
}

.MuiAutocomplete-option {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #000000de;
}

.score__select__row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.score__select__form_div {
	display: flex;
	width: 150px;
	margin-right: 16px;
}

.score__select__form_div--interval {
	display: flex;
	width: 248px;
	justify-content: space-between;
	margin-right: 16px;
}

.score__select__form_div .score__select__form {
	width: 100%;
}

.score__select__form_div--interval .score__select__form {
	width: 120px;
}

.score__select__check_interval {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.22px;
}

.score__select__add_icon {
	padding: 8px;
	color: #000;
}

.layers__item__filter {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  margin: 0 0 8px 0;
}

.layers__item__filter_label {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 8px;
}

.layers__item__filter:last-child {
  margin: 0;
}

.layers__item__filter.active {
  background-color: rgba(0, 0, 0, 0.04);
}

.layers .layers__item:first-child {
  margin: 8px 0 0 0;
}

.layers__item {
  position: relative;
  margin: 16px 0 0 0;

  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 0;


}

.layers__item:hover {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.layers__color_indicator {
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 4px 0px 0px 4px;
}

.layers__layer_name {
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.layers__item__color_picker_div {
  margin-left: 4px;
  position: absolute;
  z-index: 3;
}

.layers__item__color_picker_exit {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.layers__item__title {
  display: flex;
  align-items: center;
  padding: 16px 8px 8px 12px;
  justify-content: space-between;
}

.layer-dropdown {
  padding: 4px;
  color: black;
}

.rename-layer-input {
  background: #e4e4e4;
  border-radius: 4px 4px 0px 0px;

  font-size: 16px;
  font-weight: 400;
}

.layer-actions-modal__action-icons {
	position: absolute;
	right: 12px;
	top: 8px;
}

.layer-select {
  position: relative;
  margin: 20px 0 0 0;
}

.layer-select__paper_button {
  padding: 0 0 25px 0;
  border-radius: 4px;
}

.layer-select__paper_button_active {
  padding: 0 0 25px 0;
  border-radius: 4px;
  background: #e6e0f4;
  border: 1px solid #8a00c1;
  box-sizing: border-box;
}

.layer-select__paper_button:hover {
  cursor: pointer;
}

.layer-select__paper_button_active:hover {
  cursor: pointer;
}

.layer-select__paper_button:active {
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(0, 0, 0, 0.1);
}

.layer-select__header_paper_div {
  display: flex;
  align-items: center;
  width: 100%;
}

.layer-select__item__title {
  display: flex;
  align-items: center;
  padding: 4px 0 8px 16px;
  justify-content: space-between;
}

.layer-select__form_control {
  margin-left: auto;
}

.layer-select__form_control_label {
  margin-right: 0;
}

.layer-select-header {
  position: relative;
  margin: 10px 0 0 0;
}

.layer-select-header__paper {
  display: flex;
  border-radius: 4px;
  padding: 8px 8px;
  background: #e6e0f4;
  border: 1px solid #8a00c1;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.layer-select-header__select_label {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.layer-select-header__form_control {
  margin-left: 2px;
}

.layer-select-header__form_control_label {
  margin-right: 0;
}

.layer-select-header__warning_delete_modal .MuiStepper-root {
  padding-left: 0;
  padding-right: 0;
}

.layer-select-header__warning_delete_modal_title {
  color: #8a00c1;
}

.layer-select-header__warning_delete_modal_content {
  position: relative;
}

.layer-select-header__warning_delete_modal_content_text {
  color: #7c7c7c;
}

.layers {
  /* height: calc(100vh - 70px - 48px); */
  padding: 0 1px 8px 0px;
  /* overflow-y: scroll; */
}

.layers__loading {
  margin-top: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.layers__empty-panel {
  min-height: 500px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 16px;
}

.layers__empty-panel__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.38);
}

.layers__empty-panel__text {
  margin-top: 16px;

  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #00000061;
}

/* Dashboard */
.dashboard__container {
	padding: 16px;
}

.dashboard__actions {
	display: flex;
	align-items: center;
}

/* Filter fields */
.dashboard__filter {
	display: flex;
	align-items: flex-end;
	margin-bottom: 24px;
}

.dashboard__filter__search {
	width: 275px;
}

.dashboard__filter__divider {
	height: 48px;
	margin: 0 8px;
}

.dashboard__filter__fields {
	margin-left: 16px;
	min-width: 280px;
}

.dashboard__filter__fields--city,
.dashboard__filter__fields--neighborhood,
.dashboard__filter__fields--street,
.dashboard__filter__fields--cnae, 
.dashboard__filter__fields--franchise {
	flex-grow: 1;
}

.dashboard__filter__buttons {
	padding-bottom: 4px;
}

.dashboard__filter__buttons > button {
	height: 40px;
}

.dashboard__filter__buttons > button:not(:last-child) {
	margin-right: 8px;
}

/* Filter Chips */
.dashboard__filter-chips__container {
	background-color: #f5f5f5;
	margin-top: 8px;
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px;
}

.dashboard__filter-chip {
	max-width: 300px;
	text-overflow: ellipsis;
}

/* Study Area */
.filter__loading {
	margin-top: 8px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dashboard__study-area {
	display: flex;
	margin-top: 24px;
}

.dashboard__study-area__layers {
	contain: content;
	width: 280px;
}

.dashboard__study-area__layers__header {
	display: flex;
	align-items: center;
	padding: 8px 0;
	height: 54px;
}

.dashboard__study-area__divider {
	margin: 0 8px;
}

.dashboard__study-area__viewport {
	contain: content;
	width: 100%;
}

.dashboard__study-area__viewport__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
}

.dashboard__study-area__name__container {
	display: flex;
	align-items: flex-start;
}

.dashboard__study-area__actions__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dashboard__study-area__name {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;

	margin-right: 10px;
}

.dashboard__study-area__layerName {
	font-size: 16px;
	line-height: 24px;
}

.dashboard__study-area__toggle__button {
	border: none;
	border-radius: 4px !important;
	color: rgba(0, 0, 0, 0.87);
}

.dashboard__study-area__toggle__button.Mui-selected,
.dashboard__study-area__toggle__button:focus,
.dashboard__study-area__toggle__button:active {
	color: #8A00C1;
	background: rgba(98, 0, 238, 0.08);
}

.dashboard__study-area__toggle__button:not(:first-child) {
	margin-left: 4px;
}

.dashboard__study-area__empty-panel {
	min-height: 500px;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
}

.dashboard__study-area__empty-panel__icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 64px;
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.38);
}

.dashboard__study-area__empty-panel__text {
	margin-top: 16px;
  
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.25px;
	color: #00000061;
  }
  
.dashboard__study-area__row {
	display: flex;
}

.dashboard__study-area__row--two-cols > div {
	width: 50%;
}

.dashboard__study-area__label_card {
	flex-grow: 1;

	height: 72px;

	padding: 8px;
	border-radius: 4px;

	margin-top: 8px;

	border: 1px solid rgba(0, 0, 0, 0.12);
}

.dashboard__study-area__label_card:not(:last-child) {
	margin-right: 8px;
}

.dashboard__study-area__label_card__title {
	font-size: 12px;
	line-height: 16px;

	margin-bottom: 16px;

	color: #000;
}

.dashboard__study-area__label_card__value {
	font-size: 24px;
	line-height: 24px;

	color: #000;

	text-align: right;
}

.dashboard__study-area__graph_card {
	max-height: 450px;
	width: 100%;

	padding: 16px;
	border-radius: 4px;

	margin-top: 8px;

	border: 1px solid rgba(0, 0, 0, 0.12);
}

.dashboard__study-area__graph_card:not(:last-child) {
	margin-right: 8px;
}

.dashboard__study-area__graph_card__title {
	font-size: 16px;
	line-height: 24px;

	color: #000;
}

div#chart {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dashboard__study-area__graph_card .apexcharts-legend {
    max-width: 200px;
}

.export-list-warning-modal .MuiStepper-root {
	padding-left: 0;
	padding-right: 0;
}

.export-list-warning-modal__title {
	color: #8a00c1;
}

.export-list-warning-modal__content {
	position: relative;
}

.export-list-warning-modal__content_text {
	color: #7c7c7c;
}
.chart {
  display: flex;
  flex-direction: column;

  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

.chart__div_header {
  display: flex;
  flex-direction: column;

  padding: 8px 8px;
}

.chart__header_title_text {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.25px;
}

.chart__header_subtitle_text {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #00000099;
}

.chart__tooltip {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;

  background: #141414;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.chart .apexcharts-tooltip span {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.4px;

  color: #fff;
}

.chart .apexcharts-xaxis-label {
  font-weight: normal;
  font-size: 8px;
  line-height: 7px;
}

.chart .apexcharts-yaxis-label {
  font-weight: normal;
  font-size: 8px;
  line-height: 7px;
}

.chart__div_footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  margin-top: 16px;

  background: #F5F5F5;
  border: 1px solid #8A00C1;
  box-sizing: border-box;
  border-radius: 4px;
}

.chart__footer_text {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.2px;
}

.actions-drawer__list {
	padding: 16px;
}

.actions-drawer__list:not(:last-child) {
	margin-bottom: 16px;
}

.actions-drawer__list__top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.actions-drawer__list__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0 0 0;
}

.actions-drawer__list__header__name {
	font-weight: 700;
	text-transform: uppercase;
}

.actions-drawer__list__summary {
	margin: 16px 0;
	display: flex;
}

.actions-drawer__list__summary > div {
	height: 60px;
	border-left: #8a00c1 2px solid;
	padding: 0 8px;
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.actions-drawer__list__items {
	margin: 16px 0;
}

.actions-drawer__list__items > div:not(:last-child) {
	margin: 0 0 20px 0;
}

.list-select {
  position: relative;
  margin: 20px 0 0 0;
}

.list-select__paper_button {
  padding: 0 0 25px 0;
  border-radius: 4px;
}

.list-select__paper_button_active {
  padding: 0 0 25px 0;
  border-radius: 4px;
  background: #e6e0f4;
  border: 1px solid #8a00c1;
  box-sizing: border-box;
}

.list-select__paper_button:hover {
  cursor: pointer;
}

.list-select__paper_button_active:hover {
  cursor: pointer;
}

.list-select__paper_button:active {
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(0, 0, 0, 0.1);
}

.list-select__header_paper_div {
  display: flex;
  align-items: center;
  width: 100%;
}

.list-select__item__title {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.list-select__form_control {
  margin-left: auto;
}

.list-select__form_control_label {
  margin-right: 0;
}

.list-select__item__content {
  padding: 0 15px 0 15px;
  margin: 16px 0;
  display: flex;
}

.list-select__item__content > div {
	height: 60px;
	border-left: #8a00c1 2px solid;
	padding: 0 8px;
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list-select-header {
  position: relative;
  margin: 10px 0 0 0;
}

.list-select-header__paper {
  display: flex;
  border-radius: 4px;
  padding: 8px 8px;
  background: #e6e0f4;
  border: 1px solid #8a00c1;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.list-select-header__form_control {
  margin-left: 2px;
}

.list-select-header__form_control_label {
  margin-right: 0;
}

.list-select-header__warning_delete_modal .MuiStepper-root {
  padding-left: 0;
  padding-right: 0;
}

.list-checkbox-dropdown {
  padding: 3px;

  margin-left: 6px;
}

.list-checkbox-dropdown:hover,
.list-checkbox-dropdown:focus {
  background: rgba(98, 0, 238, 0.1);
  border-radius: 4px;
}

.list-checkbox-dropdown span {
  padding: 0;
}

.list-select-header__warning_delete_modal_title {
  color: #8a00c1;
}

.list-select-header__warning_delete_modal_content {
  position: relative;
}

.list-select-header__warning_delete_modal_content_text {
  color: #7c7c7c;
}

.custom-drawer__root {
	position: relative;
}

.custom-drawer__paper {
	right: 0;
	transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms,
		right 225ms cubic-bezier(0, 0, 0.2, 1) 0ms !important;
	background: #f1f3f4;
}

.custom-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	background: #fff;
}

.custom-drawer__header__left {
	display: flex;
	align-items: center;
}

.custom-drawer__title {
	margin-left: 16px;
}

.actions-drawer {
	width: 350px;
}

.actions-drawer__content_div {
	padding: 16px;
}

.actions-drawer__trigger {
	position: fixed;
	top: calc(100vh / 2);
	transform: translateY(-50%);
	right: 0;
	width: 30px;
	height: 80px;
	border-radius: 4px 0 0 4px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 195ms;
}

.actions-drawer__trigger.open {
	right: 350px;
	transition: 225ms;
}

.actions-drawer__paper {
	width: 350px;
	box-sizing: border-box;
}

.actions-drawer__content {
	padding: 16px;
	overflow-y: scroll;
	min-height: calc(100% - 60px - 1px);
}

.actions-drawer__loading {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 9000;
}

.export-list-score-recupere-detail-modal .MuiStepper-root {
	padding-left: 0;
	padding-right: 0;
}

.export-list-score-recupere-detail-modal__content {
	position: relative;
}

.export-list-score-recupere-detail-modal__content_text {
	font-size: 15px;
	color: #808080;
}

.export-list-score-recupere-detail-modal__content2 {
	margin-top: 24px;
}

.export-list-score-recupere-detail-modal__subtitle {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 16px;
}

.export-list-score-recupere-detail-modal__subcontent {
	display: flex;
	align-items: center;
}

.export-list-score-recupere-detail-modal__check_icon {
	color: green;
	margin-right: 8px;
}

.export-list-score-recupere-detail-modal__subcontent_text {
	font-size: 14px;
	color: #808080;
}
.listExport__container {
	margin: 16px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}

.exportaLista-upper-buttons {
	padding: 10px 16px;

	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

.export-list-view-more-params {
	padding: 10px 16px 10px 14px;

	border: 1px solid #8A00C1;
	box-sizing: border-box;
	border-radius: 4px;

	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.export-list-modal {
	width: 840px;
}

.export-list-modal__content {
	background-color: transparent;
}

.export-list-modal__content__step__footer {
	margin-top: 16px;
}

.export-list-modal__step-1__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.export-list-modal__step-2__details {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.export-list-modal__step-2__details p {
	margin-left: 12px;
}

.export-list-modal__step-2__header {
	margin-top: 24px;
	font-weight: 500;
}

.export-list-modal__step-2__rowsToExport {
	display: flex;
}

.export-list-modal__step2__exportWarningPaper {
	width: 500px;
	padding: 0 15px 0 15px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px;
}

.export-list-modal__step2__exportWarningSwitch {
	display: grid;
}

.exportarLista-extractAllRows-formLabel {
	margin-left: 3px !important;
}

.export-list-billing-limit-alert {
	width: 540px;
	margin-top: 15px;
	
	background-color: rgba(0, 0, 0, 0.87);

	font-weight: 400;
	color: rgba(255, 255, 255, 0.87);
}

.export-list-billing-limit-alert .MuiAlert-icon {
	font-weight: 500;
	color: #fff;
}

.export-list-modal__step-3__container {
	margin-top: 17px;
	padding: 16px;

	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	
	width: 310px;
}

.export-list-modal__step-3__summary {
	display: flex;
}

.export-list-modal__step-3__details {
	font-size: 16px;
}

.export-list-modal__step-3__details:first-of-type {
	margin-top: 16px;
}

.export-list-modal__step-3__button {
	margin-top: 16px;
	text-transform: uppercase;
}

.export-list-modal__steppers__feedback {
	width: 100%;
	text-align: center;
}

.export-list-modal__confirm-export__warning {
	padding: 8px 16px;
	margin: 16px 0;
	display: flex;
	align-items: flex-start;

	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}

.export-list-modal__confirm-export__warning > svg {
	margin-right: 16px;
	margin-top: 10px;
    font-size: 30px;
}

.export-list-modal__content {
	position: relative;
}

.export-list-modal__loading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.export-list-modal_new_field_grid {
	background-color: #e6e0f4;
	padding: 8px 16px;
	border-radius: 4px;
	align-items: center;
}

.export-list-modal_new_field_label_div {
	display: flex;
	margin-left: 2px;
}

.export-list-modal_new_field_info_div {
	background-color: #8a00c1;
	border-radius: 5px;
	margin-left: 8px;
	padding: 2px 4px;
}

.export-list-modal_new_field_info {
	font-size: 12px;
	color: #fff;
	margin-top: 2px;
}

.export-list-modal_score_recupere_warning_text {
	font-size: 14px;
	margin-left: 32px;
}

.export-list-modal_score_recupere_saiba-mais {
	display: flex;
	justify-content: flex-end;
}

.export-list-modal__confirm-export__subtitle-confirm {
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 16px;
	color: #00000099;

	margin-bottom: 16px;
}

.export-list-modal__confirm-export__params-chips-container {
	margin-top: 10px;
}

.export-list-modal__confirm-export__params-chip {
	margin-bottom: 10px;
	margin-right: 8px;
}

.export-list-view-more-params-container {
	display: flex;
	justify-content: flex-end;
}

.export-list-view-more-params-chips {
	margin-top: 10px;
	margin-bottom: 8px;
}

.export-list-modal__confirm-export__subtitle-utilization-term {
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #00000099;
}

div#exportarLista-finalidade-select, .finalidade-MenuItem {
	white-space: pre-wrap;
}
.crm-export {
	max-width: 600px;
}

.crm-export__content {
	background-color: transparent;
}

.crm-export__content__step,
.crm-export__content__report {
	margin-top: 16px;
}

.crm-export__content__step__btn {
	height: 40px;
}

.crm-export__content__step__title {
	margin-top: 24px;
	font-weight: 500;
}

.crm-export__content__step__lines-qtd {
	margin-top: 24px;
}

.crm-export__content__step__footer {
	margin-top: 16px;
}

.crm-export__content__step__loading.active {
	animation: spin 2s linear infinite;
}
@keyframes spin {
	100% {
		transform: rotate(-360deg);
	}
}

.crm-export__content__step__suborigin,
.crm-export__content__step__users,
.crm-export__content__step__pipeline-stage {
	margin-top: 24px;
}

.crm-export__content__report {
	margin-left: 32px;
}

.crm-export__content__report__summary {
	font-weight: 500;
}

.history-filter {
  width: 300px;
  padding: 16px;
  right: 38px;
  top: 110px;
  position: absolute;
  z-index: 1;
}

.history-filter__header {
  max-width: 275px;
}

.history-filter__header_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.history-filter__header_subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #00000099;

  margin-top: 6px;
}

.history-filter__body {
  margin-top: 24px;
}

.history-filter__body_title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #000000de;
}

.history-filter__body_field {
  margin-top: 16px;
}

.history-filter__body_field .MuiIconButton-root {
  color: #000000;
  right: -10px;
}

.history-filter__body_field .MuiFormHelperText-root {
  color: #ff0000;
}

.history-filter__checkbox {
  margin-top: 16px;
}

.history-filter__checkbox_label {
  font-size: 12px;
  line-height: 14px;
}

.history-filter__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;

  margin-top: 16px;
}

.history-filter__footer_button {
  margin: 0 4px 0 8px;
}

.filter-chip {
  margin: 4px;
  padding: 8px;
}

.filter-chip__label_div {
  display: flex;
}

.filter-chip__label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #000000de;
}

.filter-chip__label_bold {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #000000de;
}

.list-history-drawer {
	width: 900px;
}

.list-history-drawer__paper {
	margin: 16px;
}

.list-history-drawer__toolbar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 8px 0px 24px;
}

.list-history-drawer__toolbar_title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #000000de;
}

.list-history-drawer__toolbar_action {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.list-history-drawer .MuiChip-deleteIcon {
	color: #000000;
}

.list-history-drawer .MuiTableCell-root {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.215px;
	color: #000000de;

	padding: 0px;
}

.list-history-drawer .MuiTableCell-head {
	padding: 8px 8px 16px 24px;
}

.list-history-drawer .MuiTableCell-body {
	padding: 8px 8px 8px 24px;
}

.list-history-drawer .MuiToolbar-gutters {
	padding: 0;
}

.list-history-drawer .MuiTablePagination-caption {
	font-size: 14px;
	opacity: 0.5;
}

.list-history-drawer_action-cell > .MuiIconButton-root {
	padding: 0;
}

.list-history-drawer__download_icon {
	color: #000000;
	transform: rotate(90deg);
}

.list-history-drawer__download_icon_disabled {
	color: #00000061;
	transform: rotate(90deg);
}

.actions-drawer__loading {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 9000;
}

.general-info {
	width: 200px;
	overflow: hidden;
}

.general-info__header {
	height: 22px;
	background-color: #8a00c1;
	padding: 4px 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	cursor: pointer;
}

.general-info__content {
	max-height: 450px;
	padding: 0px 8px;
	overflow: auto;
}

.general-info__content__statistics {
	padding: 14px 8px;
}

.general-info__content__statistics__title {
	font-weight: 500;
}

.general-info__content__statistics__info {
	display: flex;
	align-items: center;
}

.general-info__content__statistics__info__icon {
	font-size: 48px;
	margin-right: 8px;
}

.general-info__content__statistics__info__data {
	font-weight: 500;
}

.zoom-settings {
	width: 40px;
}

.zoom-settings.MuiPaper-root {
	background-color: #8a00c1;
}

.zoom-settings__divider {
	background-color: rgb(255 255 255 / 12%);
}

.zoom-settings__list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: white;
	height: 40px;
}

.hud {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: inherit;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	pointer-events: none;
}

.hud > div {
	padding: 16px;
	pointer-events: all;
}

.hud__top {
	align-self: flex-start;
}

.hud__middle {
	align-self: center;
}

.hud__bottom {
	align-self: flex-end;
}

.hud__left {
	justify-self: flex-start;
}

.hud__center {
	justify-self: center;
}

.hud__right {
	justify-self: flex-end;
}

.hud__top.hud__left > div {
	display: flex;
}

.hud__top.hud__left > div:not(:first-child) {
	margin-top: 16px;
}

.map__search {
	width: 400px;
}

.hud__map-types {
	width: 120px;
}

.hud__map-types-textfield {
	margin: 0;
	padding: 0;
}

.marker-info {
	position: absolute;
	width: 300px;
	top: 12px;
	left: -150px;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}

.marker-info::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	left: 50%;
	top: 0;
	background: linear-gradient(
		45deg,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0) 51%,
		rgba(255, 255, 255, 0) 100%
	);
	transform: translate(-50%, -50%) rotate(135deg);
}

.marker-info__icon {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.map__container {
  margin-top: 8px;

  height: 750px;
  contain: content;
}

.map__container__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.overlay-loader {
  position: absolute;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.38);

  font-size: 20px;
  color: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 100;
}

.loading-screen {
  z-index: 0 !important;
  background: transparent !important;
}

.overlay-loader .loading-screen .MuiCircularProgress-svg {
  color: #ffffff;
}

.dash-welcome-modal .MuiPaper-root  {
    width: 900px;
    height: 620px;
}

.dashWelcomeModal__content__image {
    width: 100%;
}

.dashWelcomeModal__content__container {
    display: flex;
    align-items: center;
    flex-direction: column;

    padding: 0 24px 24px 24px;
}

.dashWelcomeModal-title {
    align-self: flex-start;

    font-weight: normal;
    font-size: 34px;
    line-height: 40px;

    margin-top: 24px;
    margin-bottom: 32px;
}

.player-wrapper {
    width: 852px;
    height: 424px;

    margin-bottom: 32px;
}

.fechar-button {
    align-self: flex-end;

    width: 102px;
    height: 36px;
}
.configuration__container {
  min-height: 580px;

  padding: 16px;
}

.configuration__container .MuiBox-root {
  padding: 0;
}


/* Fix MUI */
.MuiInputLabel-outlined {
  background: white;
}


/*# sourceMappingURL=main-31743c5a.[784bc755].css.map*/