.boomerang-admin-area .boomerang-crowdfunding .control-content {
  flex-direction: column;
}
.boomerang-admin-area .boomerang-crowdfunding .control-content .crowdfund-dropdown {
  margin-bottom: 10px;
}
.boomerang-admin-area .boomerang-crowdfunding .control-content .crowdfund-dropdown label {
  color: #0d0d0e;
  font-weight: 600;
  font-size: 14px;
}

.boomerang-poll-wrapper .boomerang-poll {
  background-color: #f7f7f7;
  padding: 20px 30px;
  border: 1px solid #e5e5ee;
  position: fixed;
  bottom: 0;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.boomerang-poll-wrapper .boomerang-poll .close-button {
  position: absolute;
  right: 30px;
  cursor: pointer;
  color: #64676b;
}
.boomerang-poll-wrapper .boomerang-poll .poll-title {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #0d0d0e;
}
.boomerang-poll-wrapper .boomerang-poll .poll-description {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin-top: 12px;
  color: #64676b;
}
.boomerang-poll-wrapper .boomerang-poll .poll-options {
  margin: 20px 0;
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option label {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option label:hover {
  border-color: var(--boomerang-primary-color);
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option input[type=radio]:checked + label {
  border-color: var(--boomerang-primary-color);
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #0d0d0e;
  margin-bottom: 6px;
}
.boomerang-poll-wrapper .boomerang-poll .poll-options .poll-option p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #64676b;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .poll-none {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: var(--boomerang-primary-color);
  margin-bottom: 10px;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .poll-none label {
  display: inline-block;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .poll-none label:hover {
  opacity: 0.7;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .poll-none .poll-option {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .poll-none .poll-option:checked + label {
  font-weight: bold;
  border: 2px solid var(--boomerang-primary-color);
  border-radius: 10px;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .boomerang-poll-submit {
  width: 100%;
  border-radius: 10px;
  min-height: 40px;
  background: var(--boomerang-primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 20px 30px;
}
.boomerang-poll-wrapper .boomerang-poll .poll-footer .boomerang-poll-submit:hover {
  opacity: 0.75;
}
@media only screen and (min-width: 600px) {
  .boomerang-poll-wrapper .boomerang-poll .poll-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .boomerang-poll-wrapper .boomerang-poll .poll-footer .poll-none {
    margin-bottom: 0;
  }
  .boomerang-poll-wrapper .boomerang-poll .poll-footer .boomerang-poll-submit {
    width: max-content;
    padding: 10px 20px;
  }
}
.boomerang-poll-wrapper .boomerang-poll .boomerang-poll-message {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
}
.boomerang-poll-wrapper .boomerang-poll .boomerang-poll-message .boomerang-poll-message-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.boomerang-poll-wrapper .boomerang-poll .boomerang-poll-message .boomerang-poll-message-content span {
  font-size: 48px;
  margin-top: 100px;
  margin-bottom: 20px;
}
.boomerang-poll-wrapper .boomerang-poll .boomerang-poll-message .poll-success-close-button {
  align-self: end;
  width: 100%;
  border-radius: 10px;
  min-height: 40px;
  background: var(--boomerang-primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 20px 30px;
}
.boomerang-poll-wrapper .boomerang-poll .boomerang-poll-message .poll-success-close-button:hover {
  opacity: 0.75;
}
@media only screen and (min-width: 600px) {
  .boomerang-poll-wrapper .boomerang-poll .boomerang-poll-message .poll-success-close-button {
    width: max-content;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 600px) {
  .boomerang-poll-wrapper .boomerang-poll {
    border-radius: 10px;
  }
  .boomerang-poll-wrapper.top-left .boomerang-poll {
    top: 5px;
    left: 5px;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .boomerang-poll-wrapper.top-right .boomerang-poll {
    top: 5px;
    right: 5px;
    box-shadow: -10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .boomerang-poll-wrapper.bottom-left .boomerang-poll {
    bottom: 5px;
    left: 5px;
    box-shadow: 10px -10px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .boomerang-poll-wrapper.bottom-right .boomerang-poll {
    bottom: 5px;
    right: 5px;
    box-shadow: -10px -10px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .boomerang-poll-wrapper.center .boomerang-poll {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
}
.boomerang-poll-wrapper.success .boomerang-poll-form {
  display: none;
}
.boomerang-poll-wrapper.success .boomerang-poll-message {
  display: flex;
}

/**
Single Boomerang
 */
.single-boomerang .boomerang-merge-container {
  margin-bottom: 30px;
  border: 1px solid #8f9399;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
}
.single-boomerang .boomerang-merge-container li {
  font-size: 13px;
  color: #64676b;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.single-boomerang .boomerang-merge-container li span {
  font-size: 20px;
  align-self: start;
}
.single-boomerang #boomerang-merge-screen-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen {
  background: #fff;
  padding: 3rem;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
  border-radius: 6px;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #64676b;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen p.merge-intro {
  margin-bottom: 5px;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen p.merge-disclaimer {
  font-size: 14px;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen p.merge-result {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
  color: darkred;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen p.merge-result.success {
  color: darkgreen;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen fieldset {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  gap: 10px;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen fieldset > select .merge-initial {
  color: #64676b;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.single-boomerang #boomerang-merge-screen-modal #boomerang-merge-screen footer button {
  background-color: var(--boomerang-primary-color);
}
.single-boomerang #boomerang-merge-screen-modal.active {
  visibility: visible;
  opacity: 1;
}
.single-boomerang #boomerang-merge-screen-modal.active #boomerang-merge-screen {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.boomerang .ignitiondeck .id-product-infobox {
  background: none;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .id-product-title {
  text-align: center;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .id-product-title a {
  color: #0d0d0e;
  text-decoration: none;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .id-product-description {
  text-align: center;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .progress-wrapper {
  display: flex;
  background: none;
  height: auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .progress-wrapper .progress-percentage {
  position: relative;
  order: 1;
  width: 15%;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .progress-wrapper .progress-bar-wrapper {
  height: 10px;
  width: 85%;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 0px;
}
.boomerang .ignitiondeck .id-product-infobox .pledge .progress-wrapper .progress-bar-wrapper .progress-bar {
  height: 10px;
  background-color: var(--boomerang-primary-color);
  border-radius: 10px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 40px;
  gap: 10px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .raised-metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .raised-metric .id-progress-raised {
  font-size: 36px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .pledger-metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .pledger-metric .id-product-total {
  font-size: 36px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .date-metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .date-metric .days-left-metric {
  display: flex;
  flex-direction: column;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .date-metric .days-left-metric .id-product-days {
  font-size: 24px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .date-metric .days-left-metric .id-product-days-to-go {
  font-size: 16px;
  margin-top: 8px;
}
.boomerang .ignitiondeck .id-product-infobox .project-metrics .date-metric .id-product-proposed-end {
  padding: 0;
  margin: 0;
}
.boomerang .ignitiondeck .id-product-infobox .ign-supportnow {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boomerang .ignitiondeck .id-product-infobox .ign-supportnow .button {
  display: block;
  width: 100%;
  background-color: var(--boomerang-primary-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 20px;
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .boomerang .ignitiondeck .id-product-infobox .project-metrics {
    flex-direction: row;
  }
  .boomerang .ignitiondeck .id-product-infobox .ign-supportnow .button {
    display: flex;
    width: max-content;
  }
}
@media only screen and (min-width: large) {
  .boomerang .ignitiondeck .id-product-infobox .project-metrics {
    flex-direction: row;
  }
  .boomerang .ignitiondeck .id-product-infobox .ign-supportnow .button {
    display: flex;
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  .boomerang .ignitiondeck .id-product-infobox .pledge .id-product-title {
    text-align: left;
  }
  .boomerang .ignitiondeck .id-product-infobox .pledge .id-product-description {
    text-align: left;
  }
  .boomerang .ignitiondeck .id-product-infobox .pledge .progress-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: desktop) {
  .boomerang .ignitiondeck .id-product-infobox .pledge .id-product-title {
    text-align: left;
  }
  .boomerang .ignitiondeck .id-product-infobox .pledge .id-product-description {
    text-align: left;
  }
  .boomerang .ignitiondeck .id-product-infobox .pledge .progress-wrapper {
    flex-direction: row;
  }
}

.bp-boomerang-container {
  background: #fff;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
}
.bp-boomerang-container .bp-boomerang-listing {
  display: flex;
  flex-direction: column;
}
.bp-boomerang-container .bp-boomerang-listing .boomerang-data-table-head {
  display: flex;
}
.bp-boomerang-container .bp-boomerang-listing .boomerang-data-table article {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.bp-boomerang-container .bp-boomerang-listing .boomerang-data-table article h2 {
  margin: 0;
}
.bp-boomerang-container .bp-boomerang-listing .boomerang-data-table article .boomerang-status {
  padding: 2px 4px;
  font-weight: 500;
  border-radius: 0.1875rem;
  border: 1px solid;
  text-align: center;
  width: fit-content;
}
.bp-boomerang-container .bp-boomerang-listing .data-head, .bp-boomerang-container .bp-boomerang-listing .data-table {
  width: 20%;
}
.bp-boomerang-container .bp-boomerang-listing .data-head-title, .bp-boomerang-container .bp-boomerang-listing .data-table-title {
  width: 60%;
}

.buddyboss-theme .bp-boomerang-container {
  background: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing {
  display: flex;
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing h2 {
  color: var(--bb-headings-color);
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing .boomerang-data-table-head {
  border-bottom: 1px solid #e7e9ec;
  padding: 0 0 8px;
  border-color: var(--bb-content-border-color);
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing .boomerang-data-table article {
  margin: 0;
  border-bottom: 1px solid #e7e9ec;
  padding: 15px 0;
  border-color: var(--bb-content-border-color);
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing .boomerang-data-table article:last-of-type {
  border: none;
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing .data-head {
  font-size: 12px;
  color: #939597;
  text-transform: uppercase;
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing .data-table {
  color: #9b9c9f;
  background-color: transparent;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 1.1875;
  vertical-align: middle;
}
.buddyboss-theme .bp-boomerang-container .bp-boomerang-listing .data-table-title h2 {
  color: #122b46;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/** Voter Avatar List */
.boomerang .voter-avatar-container {
  display: flex;
  align-items: center;
}
.boomerang .voter-avatar-container .voter-avatars {
  display: flex;
}
.boomerang .voter-avatar-container .voter-avatars .voter-avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  border: 1px solid lightgrey;
}
.boomerang .voter-avatar-container .voter-avatars .voter-avatar:not(:first-child) {
  margin-left: -8px;
  mask: radial-gradient(circle 43px at -45px 50%, transparent 99%, #fff 100%);
}
.boomerang .voter-avatar-container .voter-avatars .voter-avatar img {
  width: 100%;
  display: block;
}
.boomerang .voter-avatar-container .remainder {
  margin-left: 5px;
  font-weight: 500;
  line-height: 1;
  color: #64676b;
  font-size: 14px;
}

/*# sourceMappingURL=boomerang-pro.css.map */
