.wfp-view #wp_fundraising_meta {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #000;
  background-color: transparent;
}

.wfp-view #wp_fundraising_meta .inside {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wfp-view #wp_fundraising_meta #postexcerpt .inside {
  padding: 0 12px 12px;
}

.wfp-view #wp_fundraising_meta > .hndle {
  background-color: #FFFFFF;
  border-bottom-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.wfp-view #wp_fundraising_meta > .handlediv {
  width: 70px;
  height: 79px;
}

.wfp-view #wp_fundraising_meta .handlediv {
  text-align: center;
}

.wfp-view #wp_fundraising_meta .toggle-indicator {
  color: #324aff;
}

.wfp-view .xs-donate-metabox-panel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.wfp-view .xs-donate-form-data-tabs {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wfp-view .xs-donate-form-data-tabs > li:not(:last-child) {
  margin-bottom: 5px;
}

.wfp-view .xs-donate-form-data-tabs > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100;
  text-decoration: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 25px 20px;
  border-left: 3px solid #ededed;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.wfp-view .xs-donate-form-data-tabs > li > a:focus {
  outline: none;
}

.wfp-view .xs-donate-form-data-tabs > li.active > a {
  background-color: #324aff;
  border-left-color: #324aff;
}

.wfp-view .xs-donate-form-data-tabs > li.active > a .xs-donate-title {
  color: #FFFFFF;
}

.wfp-view .xs-donate-form-data-tabs > li.active > a .xs-donate-label {
  color: #adb6ff;
}

.wfp-view .xs-donate-form-data-tabs > li.active > a .xs-donate-icon {
  color: #FFFFFF;
}

.wfp-view .xs-donate-form-data-tabs .xs-donate-title-wraper > span {
  display: block;
}

.wfp-view .xs-donate-form-data-tabs .xs-donate-title {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
}

.wfp-view .xs-donate-form-data-tabs .xs-donate-label {
  color: #a7a7a7;
  font-size: 11px;
}

.wfp-view .xs-donate-form-data-tabs .xs-donate-icon {
  color: #324aff;
  font-size: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
}

.wfp-view .xs-donate-metabox-div {
  max-width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wfp-view .xs-donate-metabox-div .xs-tab-div-disable {
  display: none;
}

.wfp-view .xs-donate-metabox-div .xs-tab-div-disable.active {
  display: block;
}

.wfp-view .xs-clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.wfp-view .xs-m-0 {
  margin: 0 !important;
}

.wfp-view .xs-donate-field-wrap {
  display: block;
}

.wfp-view .xs-donate-field-wrap .xs-donate-field-label {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 23px;
}

.wfp-view .xs-donate-field-wrap .xs-donate-field-short-code {
  float: left;
}

.wfp-view .xs-donate-field-wrap .xs-donate-field-short-code .xs_copy_button {
  background-color: #324AFF;
  border: none;
  color: #fff;
  height: 32px;
  display: inline-block;
  cursor: pointer;
}

.wfp-view .xs-donate-field-wrap .xs-field-body {
  display: inline-block;
  width: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wfp-view .xs-tab-content > .xs-donate-field-wrap:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 22px;
  margin-bottom: 27px;
}

.wfp-view .xs-tab-content > .xs-donate-field-wrap.xs-donate-hidden {
  display: none;
}

.wfp-view .xs-tab-content > .xs-donate-field-wrap.xs-donate-visible {
  display: block;
}

.wfp-view .xs-donate-metabox-div {
  padding-left: 30px;
}

.wfp-view .xs-donate-field-label {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
}

.wfp-view .xs-donate-option {
  margin-top: 0;
  margin-bottom: 0px;
}

.wfp-view .xs-donate-option > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 0;
}

.wfp-view .xs-donetion-field-description {
  color: #aaaaaa;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
  display: block;
}

.wfp-view .xs-row-body {
  padding: 20px 14px;
  border-top: 1px solid #f5f5f5;
  padding-bottom: 0;
}

.wfp-view .xs-row-body.xs-donate-hidden {
  display: none;
}

.wfp-view .xs-row-body.xs-donate-hidden.xs-donate-visible {
  display: block;
}

.wfp-view .xs-donate-fees-field-section .xs-donate-field-wrap-group > .xs-donate-field-wrap {
  width: 100%;
}

.wfp-view .xs-donate-field-wrap-group:last-child {
  margin: 0;
}

.wfp-view .xs-donate-field-wrap-inline-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wfp-view .xs-donate-field-wrap-inline-group .xs-donate-field-wrap {
  margin-right: 15px;
}

.wfp-view .xs-donate-field-wrap-inline-group .xs-donate-field-wrap label {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.wfp-view .xs-donate-field-wrap-inline-group .xs-donate-field-wrap:last-child {
  margin-right: 0;
}

.wfp-view .xs-donate-field-wrap {
  margin-bottom: 15px;
}

.wfp-view .xs-donate-field-wrap > label {
  margin-right: 7px;
  width: 79px;
  display: inline-block;
}

.wfp-view .xs-donate-field-wrap .xs-field,
.wfp-view .xs-donate-field-wrap .search-tab {
  width: calc(100% - 90px);
}

.wfp-view .xs-donate-field-wrap .search-tab .xs-field {
  width: 100%;
  background-color: transparent;
}

.wfp-view #form_donate_form_content .xs-donate-field-wrap > label {
  width: 50px;
}

.wfp-view #form_donate_form_content .xs-donate-field-wrap .xs-field,
.wfp-view #form_donate_form_content .xs-donate-field-wrap .search-tab,
.wfp-view #form_donate_form_content .xs-donate-field-wrap .xs-donate-field-wrap-amount {
  width: calc(100% - 61px);
}

.wfp-view .repater_pledge_item_additional--title {
  font-weight: 500;
  margin-bottom: 10px;
}

.wfp-view .xs_fake_fixed_amount_wraper .xs-donate-field-wrap {
  margin-bottom: 0;
}

.wfp-view .xs-donate-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wfp-view .xs-donate-field-group > label {
  margin-right: 7px;
}

.wfp-view .xs-donate-field-wrap-amount.xs-donate-field-wrap-amount-checkbox {
  width: auto;
  vertical-align: top;
}

.wfp-view .xs-donate-field-wrap.xs-donate-field-wrap-with-help-text {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wfp-view .xs-donate-field-wrap-amount {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
}

.wfp-view .xs-donate-field-wrap-amount .xs-field {
  margin-right: 0;
  width: calc(100% - 35px) !important;
}

.wfp-view .xs-donate-field-wrap-amount.xs-donate-field-wrap-no-symbol .xs-field {
  width: 100% !important;
}

.wfp-view .xs-donate-field-wrap-amount .xs-money-symbol-before {
  width: 32px;
  display: inline-block;
}

.wfp-view .xs_radio_filed[type=radio] {
  margin-right: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bdc2c6;
}

.wfp-view .xs_radio_filed[type=radio]:checked {
  border-color: #324aff;
}

.wfp-view .xs_radio_filed[type=radio]:checked::before {
  background-color: #324aff;
}

.wfp-view .xs-donate-option {
  padding-left: 0;
  margin-bottom: 8px;
}

.wfp-view .xs-donate-option > li > label {
  color: #444444;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  margin-top: 0;
}

.wfp-view .xs-donate-field-wrap-amount .xs-donate-option {
  margin: 0;
}

.wfp-view .xs-donate-goal-content-section label.xs-donate-label {
  width: 75px;
  display: inline-block;
}

.wfp-view #form_donate_goal_setup .xs-field-body .xs-donate-field-wrap > label {
  width: 130px;
}

.wfp-view #form_donate_goal_setup .xs-field-body .xs-donate-goal-message-section label {
  width: 100%;
}

.wfp-view #form_donate_Pledge_setup .xs-field-body .xs-donate-field-wrap > label,
.wfp-view #form_donate_form_terms_condition .xs-field-body .xs-donate-field-wrap > label,
.wfp-view #form_donate_form_design .xs-field-body .xs-donate-field-wrap > label {
  width: 110px;
}

.wfp-view #form_donate_Pledge_setup .xs-field-body .xs-donate-field-wrap .xs-field,
.wfp-view #form_donate_Pledge_setup .xs-field-body .xs-donate-field-wrap .xs-donate-field-wrap-amount,
.wfp-view #form_donate_Pledge_setup .xs-field-body .xs-donate-field-wrap .search-tab,
.wfp-view #form_donate_form_terms_condition .xs-field-body .xs-donate-field-wrap .xs-field,
.wfp-view #form_donate_form_terms_condition .xs-field-body .xs-donate-field-wrap .xs-donate-field-wrap-amount,
.wfp-view #form_donate_form_terms_condition .xs-field-body .xs-donate-field-wrap .search-tab,
.wfp-view #form_donate_form_design .xs-field-body .xs-donate-field-wrap .xs-field,
.wfp-view #form_donate_form_design .xs-field-body .xs-donate-field-wrap .xs-donate-field-wrap-amount,
.wfp-view #form_donate_form_design .xs-field-body .xs-donate-field-wrap .search-tab {
  width: calc(100% - 121px);
}

.wfp-view #form_donate_Pledge_setup .xs-field-body .xs-donate-field-wrap .search-tab,
.wfp-view #form_donate_form_terms_condition .xs-field-body .xs-donate-field-wrap .search-tab,
.wfp-view #form_donate_form_design .xs-field-body .xs-donate-field-wrap .search-tab {
  display: inline-block;
}

.wfp-view #form_donate_Pledge_setup .xs-field-body .xs-donate-field-wrap .search-tab .xs-field,
.wfp-view #form_donate_form_terms_condition .xs-field-body .xs-donate-field-wrap .search-tab .xs-field,
.wfp-view #form_donate_form_design .xs-field-body .xs-donate-field-wrap .search-tab .xs-field {
  width: 100%;
  background-color: transparent;
}

.wfp-view .xs-money-symbol {
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  color: #444444;
  font-size: 13px;
}

.wfp-view .xs-money-field[type=number],
.wfp-view .xs-text-field[type=text],
.wfp-view .xs-text-field[type=date],
.wfp-view .xs-money-symbol,
.wfp-view select.xs_select_filed {
  height: 32px;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wfp-view .xs-money-field[type=number] {
  max-width: 100px;
}

.wfp-view .xs-money-field[type=number],
.wfp-view .xs-text-field[type=text],
.wfp-view .xs-text-field[type=date],
.wfp-view select.xs_select_filed {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  padding-left: 10px;
  cursor: pointer;
}

.wfp-view .xs-money-field[type=number]:focus,
.wfp-view .xs-text-field[type=text]:focus,
.wfp-view .xs-text-field[type=date]:focus,
.wfp-view select.xs_select_filed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #ededed;
}

.wfp-view .xs-money-field[type=number]::-moz-placeholder {
  color: #444444;
  font-size: 13px;
}

.wfp-view .xs-money-field[type=number]:-moz-placeholder {
  color: #444444;
  font-size: 13px;
}

.wfp-view .xs-money-field[type=number]:-ms-input-placeholder {
  color: #444444;
  font-size: 13px;
}

.wfp-view .xs-money-field[type=number]::-webkit-input-placeholder {
  color: #444444;
  font-size: 13px;
}

.wfp-view select.xs_select_filed {
  width: 119px;
  margin-left: -1px;
  display: inline-block;
  vertical-align: top;
}

.wfp-view .xs-donate-field-wrap {
  width: 100%;
}

.wfp-view .xs-donate-field-wrap .search-tab {
  position: relative;
}

.wfp-view .xs-donate-field-wrap .xs-money-symbol-before {
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  border: none;
  margin-right: 1px;
  border: 1px solid #ededed;
}

.wfp-view .xs-donate-field-wrap > .xs-money-symbol {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}

.wfp-view .xs-money-symbol-after {
  margin-left: -1px;
}

.wfp-view .xs-remove {
  padding: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 7px;
  cursor: pointer;
  line-height: 20px;
  background-color: transparent;
  color: red;
  border: none;
  font-size: 20px;
}

.wfp-view .xs-review-add-button {
  background-color: #324aff;
  color: #FFFFFF;
  display: block;
  border: 0px solid #000;
  width: 100%;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
}

.wfp-view .xs-switch-button_wraper {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  vertical-align: middle;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button {
  opacity: 0;
  width: 0;
  height: 0;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button:checked + .xs_donate_switch_button_label {
  background-color: #324aff;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button:checked + .xs_donate_switch_button_label:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button:focus + .xs_donate_switch_button_label {
  -webkit-box-shadow: 0 0 1px #324aff;
  box-shadow: 0 0 1px #324aff;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button_label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7f7f7f;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  height: 100%;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button_label:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button_label.xs-round {
  border-radius: 10px;
}

.wfp-view .xs-switch-button_wraper .xs_donate_switch_button_label.xs-round:before {
  border-radius: 50%;
}

.wfp-view .xs-donate-switch-field-wrap .xs-donate-option {
  margin-bottom: 0;
}

.wfp-view .xs-donate-switch-field-wrap .xs-donate-option > li > label {
  margin-right: 7px;
  width: 75px;
  display: inline-block;
}

.wfp-view .xs_block_input {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
}

.wfp-view .xs-donate-row:not(:last-child),
.wfp-view .xs-pledge-row:not(:last-child),
.wfp-view .xs-additional-row:not(:last-child) {
  margin-bottom: 30px;
}

.wfp-view .xs-repeater-field-wrap {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  background-color: #FFFFFF;
  border: 1px solid #ededed;
  padding: 30px 25px;
}

.wfp-view .xs-repeater-field-wrap.xs-closed, .wfp-view .xs-repeater-field-wrap.xs-opened {
  padding: 10px;
}

.wfp-view .xs-donate-fixed-field-section {
  padding: 24px;
}

.wfp-view .xs-donate-repeatable-field-section,
.wfp-view .xs-donate-fixed-field-section,
.wfp-view .xs-donate-repeatable-field-section {
  margin-top: 17px;
}

.wfp-view .xs-donate-hidden {
  display: none;
}

.wfp-view .xs-donate-visible {
  display: block;
}

.wfp-view #poststuff .xs-donate-row-head {
  padding: 14px;
}

.wfp-view #poststuff .xs-donate-row-head > h2 {
  padding: 0;
  color: #444444;
  font-size: 13px;
  font-weight: 600;
}

.wfp-view .xs-donate-row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.wfp-view .xs-donate-row-head .handlediv {
  float: none;
  width: 25px;
  height: 25px;
}

.wfp-view .xs-donate-row-head .xs-header-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wfp-view .xs_donate_filed_style_2 .xs-donetion-field-description {
  width: 100%;
}

.wfp-view .xs_donate_filed_style_2 .xs-donate-field-wrap {
  width: 100%;
}

.wfp-view .xs_donate_filed_style_2 .xs-donate-field-wrap:not(:last-child) {
  margin-right: 0px;
}

.wfp-view .xs-donate-field-wrap-with-help-text label {
  padding-top: 8px;
  vertical-align: top;
}

.wfp-view .xs-donate-limit-field-section {
  padding: 30px 25px;
  margin-top: 17px;
}

.wfp-view .xs-donate-limit-field-section .xs-donate-field-wrap .xs-donate-field-inputs {
  width: 100%;
}

.wfp-view .xs-additonal-fees-field-section {
  padding: 30px 25px;
  margin-top: 17px;
}

.wfp-view .xs-additonal-fees-field-section .xs-donate-field-wrap {
  width: 100%;
}

.wfp-view .xs-additonal-fees-field-section .xs-donate-field-wrap.xs-mb-0 {
  margin-bottom: 0;
}

.wfp-view .xs-additonal-fees-field-section .xs-donate-field-wrap.xs-mb-2 {
  margin-bottom: 15px;
}

.wfp-view .xs_select_input_and_symbol_group .xs-field {
  width: 100px !important;
}

.wfp-view .xs-mb-0 {
  margin-bottom: 0px;
}

.wfp-view .xs-mb-1 {
  margin-bottom: 10px;
}

.wfp-view .xs-mb-2 {
  margin-bottom: 20px;
}

.wfp-view .xs-mb-3 {
  margin-bottom: 30px;
}

.wfp-view .xs-mb-4 {
  margin-bottom: 40px;
}

.wfp-view .xs-mb-5 {
  margin-bottom: 50px;
}

.wfp-view .xs-mb-6 {
  margin-bottom: 60px;
}

.wfp-view .xs-mb-7 {
  margin-bottom: 70px;
}

.wfp-view .xs-mb-8 {
  margin-bottom: 80px;
}

.wfp-view .xs-mb-9 {
  margin-bottom: 90px;
}

.wfp-view .xs-mb-10 {
  margin-bottom: 100px;
}

.wfp-view .xs-fundrising-title-wraper {
  margin-bottom: 40px;
}

.wfp-view .xs-fundrising-title-wraper hr {
  margin-bottom: 0;
  margin-top: 30px;
  border-top: 0px solid #000;
  border-bottom-color: #f1f1f1;
}

.wfp-view .wfdp-golainfo-metabox {
  text-align: center;
}

.wfp-view .wfdp-golainfo-metabox span {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #324AFF;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
}

.wfp-view .xs-fundrising-title {
  color: #23282d;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.wfp-view .xs_payment_info_wraper .xs-left-content {
  padding-right: 35px;
}

.wfp-view .xs_payment_info_wraper .xs-right-content {
  padding-left: 35px;
}

.wfp-view .xs-left-content {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wfp-view .xs-right-content {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wfp-view .xs_payment_details {
  margin-top: 0;
}

.wfp-view .xs_payment_details:not(:last-child) {
  margin-bottom: 30px;
}

.wfp-view .xs_payment_details > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444444;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
}

.wfp-view .xs_payment_details > li:not(:last-child) {
  margin-bottom: 15px;
}

.wfp-view .xs_payment_details > li.xs_list_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.wfp-view .xs_payment_details > li > strong {
  padding-right: 15px;
}

.wfp-view .xs_payment_details > li > span {
  padding-left: 15px;
}

.wfp-view .xs_payment_details > li .xs_stripe_border {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border: 1px dashed #ededed;
}

.wfp-view .xs_payment_details > li.xs_success_amount {
  color: #324aff;
}

.wfp-view .xs_payment_details > li.xs_danger {
  color: #ea5356;
}

.wfp-view .xs_hr_gap {
  border-bottom: 1px solid #324aff;
  margin-top: 17px;
  margin-bottom: 17px;
}

.wfp-view .xs_hr_gap.xs_danger {
  border-bottom-color: #ea5356;
}

.wfp-view .xs_shadow_card {
  padding: 30px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wfp-view .xs_shadow_card:not(:last-child) {
  margin-bottom: 40px;
}

.wfp-view .xs_text_center {
  text-align: center;
}

.wfp-view .xs_fundrising_filter > li {
  display: inline-block;
}

.wfp-view .xs_fundrising_filter > li:not(:last-child) {
  margin-right: 6px;
}

.wfp-view .xs_fundrising_filter > li > a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  color: #444444;
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 600;
}

.wfp-view .xs_fundrising_filter > li > a.active {
  background-color: #324aff;
  color: #FFFFFF;
}

.wfp-view .xs_payment_review_table {
  margin-top: 0px;
}

.wfp-view .xs_payment_review_table thead tr th {
  border-bottom: 1px solid;
}

.wfp-view .xs_payment_review_table tfoot tr th {
  border-top: 1px solid;
}

.wfp-view .xs_payment_review_table tfoot tr th,
.wfp-view .xs_payment_review_table thead tr th {
  border-color: #ececec;
}

.wfp-view .xs_payment_review_table tr th,
.wfp-view .xs_payment_review_table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  height: 50px;
  vertical-align: middle;
}

.wfp-view .xs_payment_review_table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.wfp-view .xs_payment_review_table select {
  height: 26px;
  line-height: 26px;
  border: 0px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wfp-view .xs_payment_review_table select.active {
  background-color: #31a651;
  color: #FFFFFF;
}

.wfp-view .xs_payment_review_table select.review {
  background-color: #faab4b;
  color: #FFFFFF;
}

.wfp-view .xs_payment_review_table select.refund {
  background-color: #ea5356;
  color: #FFFFFF;
}

.wfp-view .xs_payment_review_table select.pending {
  background-color: #324aff;
  color: #FFFFFF;
}

.wfp-view .xs_payment_review_table_wraper {
  border: 1px solid #ededed;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  background-color: #FFFFFF;
}

.wfp-view .xs_recent_donation_title_wraper .xs-fundrising-title {
  margin-bottom: 5px;
}

.wfp-view .xs_period_wraper {
  color: #444444;
  font-size: 12px;
  margin-bottom: 25px;
}

.wfp-view .wfdp-income-report {
  margin-bottom: 40px;
}

.wfp-view .wfp-search-tab-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wfp-view .wfp-search-tab-wraper .search-tab {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
}

.wfp-view .wfp-search-tab-wraper .search-tab:not(:last-child) {
  margin-right: 25px;
}

.wfp-view .wfp-search-tab-wraper .search-tab > label {
  display: block;
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.wfp-view .wfp-search-tab-wraper .search-tab > select,
.wfp-view .wfp-search-tab-wraper .search-tab > input {
  width: 100%;
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.wfp-view .wfp-search-tab-wraper .button-primary {
  background-color: #324aff;
  text-shadow: none;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  border: 0px solid #000;
  border-radius: 0;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 20px;
}

.wfp-view .wfp-search-tab-wraper .button-primary:hover {
  background-color: #001efe;
}

.wfp-view .wfp-report-headding {
  text-align: center;
  margin-bottom: 25px;
}

.wfp-view .wfp-report-headding > h2 {
  color: #23282d;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}

.wfp-view .wfp-report-headding .period {
  color: #444444;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.wfp-view .wfp-report-table-wraper {
  border: 1px solid #ededed;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
}

.wfp-view table.wfp-report-table {
  border: 0px solid #000;
  margin-top: 0px;
}

.wfp-view table.wfp-report-table thead tr th,
.wfp-view table.wfp-report-table thead tr td,
.wfp-view table.wfp-report-table tbody tr th,
.wfp-view table.wfp-report-table tbody tr td,
.wfp-view table.wfp-report-table tfoot tr th,
.wfp-view table.wfp-report-table tfoot tr td {
  font-size: 13px;
  font-weight: 400;
  padding: 20px;
  border-bottom: 0px solid #000;
  border-top: 0px solid #000;
  color: #444444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wfp-view table.wfp-report-table thead tr th > a,
.wfp-view table.wfp-report-table thead tr td > a,
.wfp-view table.wfp-report-table tbody tr th > a,
.wfp-view table.wfp-report-table tbody tr td > a,
.wfp-view table.wfp-report-table tfoot tr th > a,
.wfp-view table.wfp-report-table tfoot tr td > a {
  color: inherit;
}

.wfp-view table.wfp-report-table thead tr th,
.wfp-view table.wfp-report-table tfoot tr th {
  font-weight: 600;
  color: #324aff;
}

.wfp-view table.wfp-report-table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.wfp-view table.wfp-report-table tfoot tr th {
  background-color: #324aff;
  color: #FFFFFF;
}

.wfp-view .wfp-donation-reports-inner {
  padding: 40px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
}

.wfp-view .wfp-donation-reports-inner .wfp-nav-tab-wrapper {
  margin-bottom: 40px;
}

.wfp-view .wfp-nav-tab-wrapper {
  border-bottom: 1px solid #324aff;
  margin-top: 0;
  margin-bottom: 0;
}

.wfp-view .wfp-nav-tab-wrapper > li {
  float: left;
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  margin-right: -1px;
}

.wfp-view .wfp-nav-tab-wrapper > li .nav-tab {
  display: block;
  float: none;
  margin-left: 0px;
  border-bottom: 0;
  z-index: 1;
  position: relative;
  margin-bottom: -1px;
  border-color: transparent;
  background-color: transparent;
  padding: 7px 15px;
}

.wfp-view .wfp-nav-tab-wrapper > li .nav-tab:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wfp-view .wfp-nav-tab-wrapper > li .nav-tab-active {
  background-color: #FFFFFF;
  color: #324aff;
  border-color: #324aff;
}

.wfp-view .wfp-nav-tab-wrapper:after {
  content: "";
  display: table;
  clear: both;
}