/* This stylesheet is used to style the public-facing components of the plugin. */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fcpa-bg-dark {
  background-color: #121212 !important;
}

.fcpa-select2-field .select2-container .select2-selection {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  border-radius: 0;
  height: 45.65px;
}
.fcpa-select2-field .select2-container .select2-selection .select2-selection__arrow {
  height: 45.65px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
}

.dot-overflow {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
  padding: 0;
}

/*# sourceMappingURL=public.css.map */
