@charset "UTF-8";
* {
  font-family: "Open Sans", sans-serif;
}

h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1D222C;
}

h4.es-configuration-item-header {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 2px;
}

p.es-configuration-item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}

.es-remove-location {
  cursor: pointer;
}

.es-main-wrapper {
  background: #E5E5E5;
}

.es-px-8 {
  padding: 0 8px !important;
}

.es-pr-8 {
  padding-right: 8px !important;
}

/* Tooltip container */
.tooltip-target {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-target .tooltipText {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 65%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}

/* Tooltip arrow */
.tooltip-target .tooltipText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-target:hover .tooltipText {
  visibility: visible;
  opacity: 1;
}

.es-main-button {
  background: #6AD7A6;
  border: 2px solid #6AD7A6;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #1D222C;
  padding: 14px 8px;
  outline: none;
}
.es-main-button:hover {
  background: #6aebbf !important;
  border-color: #6aebbf !important;
}

.es-secondary-button {
  border: 2px solid #6AD7A6;
  border-radius: 4px;
  background: transparent;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #1D222C;
  outline: none;
}

.es-custom-checkbox-input {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 20px;
  cursor: pointer;
}
.es-custom-checkbox-input input {
  position: absolute;
  visibility: hidden;
}
.es-custom-checkbox-input:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.54);
  box-sizing: border-box;
  border-radius: 3px;
}
.es-custom-checkbox-input.checked {
  color: #55AC85;
}
.es-custom-checkbox-input.checked:before {
  background: #55AC85;
  border-color: #55AC85;
}
.es-custom-checkbox-input.checked:after {
  content: "✓";
  position: absolute;
  left: 3px;
  top: -1px;
  font-size: 17px;
  color: #1D222C;
  font-weight: 700;
}

.modal-body .input-wrapper {
  width: 288px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  margin-bottom: 4px;
}
.modal-body .input-wrapper input {
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
  outline: none;
  background-color: transparent;
  box-shadow: none !important;
  border: none !important;
}
.modal-body .input-wrapper label {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
}
.modal-body .input-wrapper:focus {
  border-color: #1D222C;
  box-shadow: none;
  outline: none;
}

.es-disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.es-wrapper.autocomplete {
  position: relative;
  width: 100%;
  height: 100%;
}
.es-wrapper.autocomplete input {
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  padding: 0;
}
.es-wrapper.autocomplete input:focus {
  border-bottom: 2px solid #e2e2e2;
}
.es-wrapper.autocomplete input.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.es-wrapper.autocomplete .results-wrapper {
  height: 400px;
  overflow-y: scroll;
  left: 0;
  word-wrap: break-word;
  width: 100%;
  position: absolute;
  margin-top: 14px;
  background: #3e424b;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2.59259px 2.34259px rgba(0, 0, 0, 0.07)) drop-shadow(0px 1.54074px 1.27407px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0.8px 0.65px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0.325926px 0.325926px rgba(0, 0, 0, 0.03)) drop-shadow(0px 0.0740741px 0.157407px rgba(0, 0, 0, 0.02));
  padding: 8px;
}
.es-wrapper.autocomplete .results-wrapper .item.focus p {
  border-color: #fff;
}
.es-wrapper.autocomplete .results-wrapper:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #3e424b;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  top: -4px;
}
.es-wrapper.autocomplete .results-wrapper p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 2px 3px;
  margin: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: pre-wrap;
}
.es-wrapper.autocomplete .results-wrapper p:hover {
  border-color: #fff;
}

.multiselect {
  max-width: 288px;
  margin: 0 !important;
  box-shadow: none !important;
}
.multiselect .multiselect-tag {
  display: none;
}

.multiselect .multiselect__select::before {
  top: 75%;
}

.multiselect .multiselect__placeholder {
  margin-bottom: 5px;
  padding-top: 0;
}

.multiselect .multiselect__tag {
  background-color: #ffffff;
  color: #1D222C;
}
.multiselect .multiselect__tag .multiselect__tag-icon:hover::after {
  color: #1D222C;
}

.multiselect .multiselect__element[aria-selected=false] .multiselect__option--highlight.multiselect__option {
  background-color: #ffffff;
  color: #1D222C;
}
.multiselect .multiselect__element[aria-selected=false] .multiselect__option--highlight.multiselect__option:after {
  background-color: #ffffff;
  color: #1D222C;
}

.multiselect .multiselect__element[aria-selected=true] .multiselect__option--highlight.multiselect__option--selected.multiselect__option {
  background-color: #ffffff;
  color: #1D222C;
}
.multiselect .multiselect__element[aria-selected=true] .multiselect__option--highlight.multiselect__option--selected.multiselect__option:after {
  background-color: #ffffff;
  color: #1D222C;
}

.es-configuration-item-wrapper .input-wrapper {
  width: 100% !important;
  max-width: 288px;
  background: #fff !important;
}

@media (max-width: 576px) {
  .modal-body .fields-wrapper {
    width: 100%;
  }
  .modal-body .input-wrapper {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .es-configuration-item-wrapper .es-remove-location {
    margin-left: 1rem;
  }
  .es-configuration-item-wrapper .input-wrapper {
    max-width: 120px;
  }
}
