/* page */
.charitable-setup-checklist {
  max-width: 937px;
  margin-left: auto;
  margin-right: auto;
}

.charitable-setup-checklist h1 {
  font-family: Inter;
  font-size: 21px;
  font-weight: 600;
  line-height: 27.3px;
  text-align: left;
  color: rgba(25, 29, 45, 0.9);
}

.charitable-setup-checklist h1 + p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(25, 29, 45, 0.7);
}

.charitable-main-header {
  margin: 0 auto 20px auto;
}

.charitable-step-highlight {
  background-color: rgb(255, 255, 77) !important;
}

/* sections */
section.charitable-step {
  display: inline-block;
  background-color: white;
  margin-bottom: 20px;
  width: 100%;
  /* animation for background color */
  transition: background-color 0.5s;
}
section.charitable-step header {
  padding: 20px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
section.charitable-step h2 {
  color: rgba(25, 29, 45, 0.9);
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
section.charitable-step h2 small {
  display: block;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  text-indent: 35px;
  margin: 5px 0;
}

section.charitable-step header a {
  display: block;
  float: right;
  font-size: 23px;
  line-height: 23px;
}

section.charitable-step h2 {
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  line-height: 22.1px;
  text-align: left;
  color: rgba(25, 29, 45, 0.9);
}

section.charitable-step p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: rgba(25, 29, 45, 0.9);
}

.charitable-upgrade-cta {
  background-color: #000;
  border: 2px solid #e1e1e1;
  border-top: 0;
  border-bottom: 0;
  color: #fff;
  padding: 10px;
}
.charitable-upgrade-cta .block {
  display: flex;
  flex-direction: row;
  padding: 40px;
  justify-content: space-between;
}
.charitable-upgrade-cta h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 30px 0;
}
.charitable-upgrade-cta ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.charitable-upgrade-cta ul li {
  display: flex;
  width: 50%;
  margin: 0 0 8px 0;
  padding: 0;
  gap: 5px;
}
.charitable-upgrade-cta ul li .dashicons {
  color: #008a20;
}
.charitable-upgrade-cta .left {
  max-width: 600px;
}
.charitable-upgrade-cta .right {
  text-align: center;
}
.charitable-upgrade-cta .right h2 {
  text-align: center;
  margin: 0 span;
  margin-display: inline-block;
  margin-border-bottom: 1px solid #555;
  margin-padding: 0 15px 12px;
}
.charitable-upgrade-cta .right .price {
  padding: 26px 0;
}
.charitable-upgrade-cta .right .price .amount {
  font-size: 48px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.charitable-upgrade-cta .right .price .amount:before {
  content: "$";
  position: absolute;
  top: -8px;
  left: -16px;
  font-size: 18px;
}
.charitable-upgrade-cta .right .price .term {
  font-size: 12px;
  display: inline-block;
}
.charitable-upgrade-cta .right a {
  background-color: #e27730;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  position: relative;
  top: -4px;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: none;
  line-height: 24px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 80%;
  text-align: center;
}

.charitable-more-links {
  list-style-type: none;
  margin: 0 0 0 0;
  background: white;
  padding: 20px;
}
.charitable-more-links li {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.charitable-more-links li span {
  margin-right: 6px;
  margin-top: 2px;
}

/* gateway / stripe */
.charitable-step-connect-payment .charitable-gateway-icon,
.charitable-step-connect-payment .charitable-gateway-info-column {
  display: inline-block;
}
.charitable-step-connect-payment .charitable-gateway-info-column {
  margin: 10px 0 0 20px;
  max-width: 350px;
}
.charitable-step-connect-payment .charitable-gateway-info-column p {
  margin-top: 5px;
}
.charitable-step-connect-payment .charitable-gateway-footer label {
  font-size: 15px;
  line-height: 16px;
}
.charitable-step-connect-payment .charitable-gateway-icon img {
  border: 1px solid rgba(25, 29, 45, 0.14);
  border-radius: 10px;
  padding: 10px;
}
.charitable-step-connect-payment .wpcharitable-stripe-connect {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  background-color: #635bff;
  border-radius: 3px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}

/* opt-in */
.charitable-checklist-allow {
  display: none;
}
.charitable-checklist-allow ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.charitable-checklist-allow ul li {
  display: flex;
  align-items: top;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-content: flex-start;
}
.charitable-checklist-allow ul li .charitable-checklist-allow-icon {
  /* select last span */
}
.charitable-checklist-allow ul li .charitable-checklist-allow-icon span {
  display: inline-block;
  background-color: white;
  background-size: contain;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  margin: -3px 0 0 0;
  line-height: 42px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.charitable-checklist-allow ul li .charitable-checklist-allow-icon span:before {
  margin: 0 auto;
  color: #5aa152;
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
}
.charitable-checklist-allow ul li .charitable-checklist-allow-icon span.not-shared:before {
  color: #dd0f0f;
}
.charitable-checklist-allow ul li .charitable-checklist-allow-text {
  margin-left: 10px;
  text-align: left !important;
  width: 100%;
}
.charitable-checklist-allow ul li .charitable-checklist-allow-text h6 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.charitable-checklist-allow ul li .charitable-checklist-allow-text p {
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0;
}

/* buttons */
.charitable-setup-checklist input.charitable-button-primary[type=submit],
.charitable-setup-checklist a.charitable-button-primary {
  background-color: #5aa152;
  border-color: #5aa152;
  color: #fff;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 20px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  min-height: 30px;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.charitable-setup-checklist input.charitable-button-primary[type=submit]:hover,
.charitable-setup-checklist a.charitable-button-primary:hover {
  background-color: #5aa152;
  border-color: #5aa152;
}

.charitable-setup-checklist input.charitable-button-primary[type=submit].alt,
.charitable-setup-checklist a.charitable-button-primary.alt {
  background-color: #df7739;
  border-color: #df7739;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19px;
  padding: 10px 20px;
  background-color: #df7739;
  text-transform: capitalize;
  letter-spacing: normal;
}

.charitable-setup-checklist input.charitable-button-primary[type=submit].alt:hover,
.charitable-setup-checklist a.charitable-button-primary.alt:hover {
  background-color: #df7739;
  border-color: #df7739;
}

/* checks */
.charitable-checklist-checkbox {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="23" height="23" rx="11.5" stroke="%235AA152"/></svg>');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 10px;
}

.charitable-checklist-checkbox.charitable-checklist-checked {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="23" height="23" rx="11.5" fill="%235AA152" stroke="%235AA152"/><path d="M10.3985 16.4489L6.27692 12.3273L7.3073 11.297L10.3985 14.3881L17.0327 7.75388L18.0631 8.78426L10.3985 16.4489Z" fill="white"/></svg>');
}

/* content */
body.charitable-checklist-page .charitable-toggle-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  align-items: center;
}
body.charitable-checklist-page .charitable-toggle-container .charitable-bonus-step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(25, 29, 45, 0.14);
  padding-bottom: 20px;
}
body.charitable-checklist-page .charitable-toggle-container .charitable-bonus-step-container:first-child {
  margin-top: 0;
}
body.charitable-checklist-page .charitable-toggle-container .charitable-bonus-step-container:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
body.charitable-checklist-page .charitable-toggle-container .charitable-bonus-step-container a.charitable-button {
  margin-left: 25px;
  margin-top: 15px;
}
body.charitable-checklist-page .charitable-toggle-container .charitable-bonus-step-container a.charitable-button i {
  font-weight: 100;
  margin-left: 6px;
}
body.charitable-checklist-page .charitable-toggle-container .charitable-bonus-step-container p:first-child {
  margin-top: 0;
}
body.charitable-checklist-page .charitable-toggle-container input[type=text],
body.charitable-checklist-page .charitable-toggle-container input[type=email] {
  border: 1px solid rgba(25, 29, 45, 0.14);
  width: 80%;
}
body.charitable-checklist-page section.charitable-step-opt-in .charitable-toggle-container {
  align-items: baseline;
}
body.charitable-checklist-page section.charitable-step-opt-in a.charitable-button {
  top: 20px;
  position: relative;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-column {
  flex-direction: column;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-column .charitable-reduced-width p {
  max-width: 80%;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-equal-flex .charitable-reduced-width p {
  max-width: 80%;
}
body.charitable-checklist-page .charitable-toggle-container p {
  color: rgba(25, 29, 45, 0.7);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}
body.charitable-checklist-page .charitable-toggle-container h4,
body.charitable-checklist-page .charitable-toggle-container h3 {
  margin: 0;
}
body.charitable-checklist-page .charitable-toggle-container h4 .charitable-badge,
body.charitable-checklist-page .charitable-toggle-container h3 .charitable-badge {
  left: 10px;
  top: -5px;
  position: relative;
}
body.charitable-checklist-page .charitable-toggle-container label {
  color: rgba(25, 29, 45, 0.9);
  margin-left: 7px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-two-col-content div:first-child {
  text-align: left;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-two-col-content .charitable-reduced-width {
  margin-right: 25px;
  line-break: pretty !important;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-two-col-content .charitable-reduced-width p {
  max-width: 100%;
  line-break: pretty !important;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-two-col-content div:last-child {
  text-align: right;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-one-col-content .charitable-sub-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-one-col-content .charitable-sub-container.charitable-column {
  flex-direction: column;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-one-col-content .charitable-sub-container:not(.charitable-column) div:first-child {
  display: flex;
  align-items: center;
}
body.charitable-checklist-page .charitable-sub-container-row {
  width: 100%;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-one-col-content .charitable-sub-container div.charitable-sub-container-row {
  display: block;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-one-col-content .charitable-sub-container img.wpchar-arrow {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
body.charitable-checklist-page .charitable-toggle-container.charitable-step-one-col-content .charitable-sub-container:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.charitable-checklist-page .charitable-step-footer {
  width: 100%;
  text-align: center;
}
body.charitable-checklist-page .charitable-step-footer a {
  margin: 20px auto 40px auto;
  color: grey;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-decoration-color: grey;
  text-decoration-thickness: 2px;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
body.charitable-checklist-page .charitable-gateway-icon,
body.charitable-checklist-page .charitable-gateway-info-column {
  display: inline-block;
}
body.charitable-checklist-page .charitable-gateway-info-column {
  margin: 20px 0 0 20px;
}
body.charitable-checklist-page .charitable-gateway-icon img {
  border: 1px solid rgba(25, 29, 45, 0.14);
  border-radius: 10px;
  padding: 10px;
}
body.charitable-checklist-page .charitable-next-level-icon {
  width: 58px;
}
body.charitable-checklist-page .charitable-angle-down {
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
body.charitable-checklist-page .charitable-angle-down.charitable-angle-right {
  transform: rotate(-90deg);
  transition: transform 0.1s linear;
}
body.charitable-checklist-page .charitable-learn-more a {
  color: rgba(25, 29, 45, 0.5) !important;
  display: inline-block;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  margin: 15px auto;
}
body.charitable-checklist-page .charitable-learn-more a:hover {
  color: rgba(25, 29, 45, 0.5) !important;
  text-decoration: underline;
}
body.charitable-checklist-page .wpchar-disabled {
  opacity: 0.35;
}
body.charitable-checklist-page .wpchar-disabled a {
  pointer-events: none;
  cursor: not-allowed;
}

/* widget */
@keyframes charitable-checklist-bar-shift {
  0% {
    background-position-x: 27px;
  }
  100% {
    background-position-x: 0;
  }
}
@keyframes charitable-checklist-dot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(223, 119, 57, 0.6);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(223, 119, 57, 0);
  }
}
#charitable-welcome .checklist {
  border-radius: 2px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #444 url("../../images/onboarding/checklist/getting-started.png") center right no-repeat;
  background-size: contain;
}
#charitable-welcome .checklist .block {
  max-width: 480px;
}
#charitable-welcome .checklist h1 {
  color: #ffffff;
  text-align: left;
  margin: 20px 0 22px;
}
#charitable-welcome .checklist h6 {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #cccccc;
  margin: 0 0 34px;
}

.charitable-checklist {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 230px;
  z-index: 100110;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.charitable-checklist p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px 0;
  color: #222222;
}
.charitable-checklist b {
  font-weight: 600;
}
.charitable-checklist .charitable-checklist-list-block {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 26px 20px 20px 20px;
  background-color: white;
  overflow: hidden;
  position: relative;
}
.charitable-checklist .charitable-checklist-list-block .list-block-button {
  position: absolute;
  color: #b6b6b6;
  top: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.25;
  z-index: 999;
}
.charitable-checklist .charitable-checklist-list-block .list-block-button:hover {
  opacity: 0.5;
}
.charitable-checklist .charitable-checklist-list-block .list-block-button.checklist-toggle {
  right: 30px;
  background-image: url(../../images/onboarding/checklist/chevron-circle-down-regular.svg);
}
.charitable-checklist .charitable-checklist-list-block .list-block-button.checklist-skip {
  right: 10px;
  background-image: url(../../images/onboarding/checklist/times-circle-regular.svg);
  color: #b6b6b6;
}
.charitable-checklist .charitable-checklist-list-block .list-block-button.checklist-cancel {
  right: 10px;
  background-image: url(../../images/onboarding/checklist/times-circle-regular.svg);
  color: #b6b6b6;
}
.charitable-checklist .charitable-checklist-list-block.closed {
  padding: 10px;
}
.charitable-checklist .charitable-checklist-list-block.closed p {
  margin-bottom: 0;
}
.charitable-checklist .charitable-checklist-list-block.closed .list-block-button.checklist-toggle {
  transform: rotate(180deg);
}
.charitable-checklist .charitable-checklist-list-block.closed .charitable-checklist-list {
  display: block;
}
.charitable-checklist .charitable-checklist-list-block.closed .charitable-checklist-list li {
  opacity: 0;
  height: 0;
  margin: 0;
}
.charitable-checklist .charitable-checklist-list {
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
.charitable-checklist .charitable-checklist-list li {
  display: flex;
}
.charitable-checklist .charitable-checklist-list li span:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f1db";
  font-size: 18px;
  color: #b6b6b6;
  margin-right: 8px;
  line-height: 16px;
  vertical-align: bottom;
  border-radius: 50%;
}
.charitable-checklist .charitable-checklist-list li .dashicons-yes {
  display: none;
  vertical-align: middle;
}
.charitable-checklist .charitable-checklist-list li a {
  text-decoration: none;
  color: black;
}
.charitable-checklist .charitable-checklist-list li a:hover {
  color: #df7739;
}
.charitable-checklist .charitable-checklist-list li.charitable-checklist-item-current {
  font-weight: bold;
  cursor: pointer;
}
.charitable-checklist .charitable-checklist-list li.charitable-checklist-item-current span:before {
  color: #df7739;
  content: "\f111";
  font-size: 17.5px;
  line-height: 1;
  text-indent: 0.5px;
}
.charitable-checklist .charitable-checklist-list li.charitable-checklist-item-completed {
  font-weight: initial;
  text-decoration: line-through;
  color: #777777;
}
.charitable-checklist .charitable-checklist-list li.charitable-checklist-item-completed span:before {
  color: #74ae5e;
  font-size: 18px;
  background-color: white;
  content: "\f058";
}
.charitable-checklist .charitable-checklist-list li.charitable-checklist-completed span:before {
  background-size: contain;
  color: transparent;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="23" height="23" rx="11.5" fill="%235AA152" stroke="%235AA152"/><path d="M10.3985 16.4489L6.27692 12.3273L7.3073 11.297L10.3985 14.3881L17.0327 7.75388L18.0631 8.78426L10.3985 16.4489Z" fill="white"/></svg>');
}
.charitable-checklist .charitable-checklist-bar {
  background-color: #dddddd;
}
.charitable-checklist .charitable-checklist-bar div {
  width: 0;
  height: 8px;
  border-radius: 0;
  background-image: url(../../images/onboarding/checklist/bar-bg.png);
  background-size: auto 8px;
  background-repeat: repeat-x;
  animation: charitable-checklist-bar-shift 1.5s linear infinite;
}
.charitable-checklist .charitable-checklist-cancel {
  float: right;
  color: #909090;
  font-size: 12px;
  font-weight: 100;
}
.charitable-checklist .charitable-checklist-skip {
  float: right;
  color: #909090;
  font-size: 12px;
  font-weight: 100;
}
.charitable-checklist .charitable-btn {
  cursor: pointer;
  color: #ffffff;
  border-radius: 2px;
}
.charitable-checklist .charitable-btn-md {
  min-height: initial;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  padding: 5px 10px;
  border: none;
}
.charitable-checklist .charitable-btn-orange {
  background-color: #df7739;
}
.charitable-checklist .charitable-btn-orange:hover {
  background-color: #d06e2d;
}
.charitable-checklist .charitable-btn-grey {
  background-color: #555555;
}
.charitable-checklist .charitable-btn-grey:hover {
  background-color: #777777;
}
.charitable-checklist .charitable-checklist-block-timer {
  padding: 10px 0;
  background-color: #222222;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  line-height: 20px;
}
.charitable-checklist .charitable-checklist-block-timer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.charitable-checklist .charitable-checklist-block-timer h3 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.charitable-checklist .charitable-checklist-block-timer p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.6;
  margin: 0;
}
.charitable-checklist .charitable-checklist-block-under-status {
  background-color: #2d2d2d;
  text-align: center;
  padding: 10px;
  min-height: 24.4px;
}
.charitable-checklist .charitable-checklist-block-under-status a.charitable-btn {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19px;
  padding: 10px 20px;
  border: none;
  background-color: #df7739;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: normal;
}

.charitable-checklist.charitable-checklist-start {
  display: initial;
}

.charitable-checklist.paused .charitable-checklist-bar div {
  animation-play-state: paused;
}

.charitable-checklist.charitable-checklist-completed .charitable-checklist-bar div {
  animation-play-state: paused;
}
.charitable-checklist.charitable-checklist-completed .charitable-checklist-block-timer p {
  color: #6ab255;
  opacity: 1;
}
.charitable-checklist.charitable-checklist-completed .charitable-checklist-block-under-status .charitable-btn {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19px;
  padding: 7px 16px;
  border: none;
  background-color: #df7739;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: normal;
}
.charitable-checklist.charitable-checklist-completed .charitable-checklist-block-under-status p {
  margin: 0;
  color: white;
}
.charitable-checklist.charitable-checklist-completed .charitable-checklist-block-under-status p a {
  color: #df7739;
  text-decoration: none;
}

span.charitable-checklist-dot {
  display: inline-block;
  width: 12px;
  height: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  background-color: #df7739;
  animation: charitable-checklist-dot-pulse 1.5s infinite !important;
}

span.charitable-checklist-dot.charitable-checklist-dot-step1 {
  margin: 0 80px 0 20px;
  position: absolute;
  right: 1px;
}

span.charitable-checklist-dot.charitable-checklist-dot-step2 {
  margin-left: 10px;
  vertical-align: -2px;
}

span.charitable-checklist-dot.charitable-checklist-dot-step3 {
  float: right;
  margin-top: 5px;
}

span.charitable-checklist-dot.charitable-checklist-dot-step3.charitable-checklist-dot-completed {
  margin-top: 2px;
  background: transparent;
}

span.charitable-checklist-dot.charitable-checklist-dot-step4 {
  margin-left: 24px;
  vertical-align: middle;
}

span.charitable-checklist-dot.charitable-checklist-dot-step5 {
  margin: 3px 10px;
}

span.charitable-checklist-dot.charitable-checklist-dot-next {
  background-color: #3178a0;
  box-shadow: 0 0 0 6px #eeeeee;
  animation: none !important;
}

span.charitable-checklist-dot.charitable-checklist-dot-completed {
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
  box-shadow: none;
  position: relative;
  animation: none !important;
}
span.charitable-checklist-dot.charitable-checklist-dot-completed:before {
  color: #74ae5e;
  font-size: 18px;
  line-height: 16px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  border-radius: 50%;
  left: 0;
}

span.charitable-checklist-dot.charitable-checklist-dot-completed.charitable-checklist-dot-step1 {
  position: absolute;
}

.wp-editor-tools span.charitable-checklist-dot.charitable-checklist-dot-step5 {
  margin-top: 9px;
}

.charitable-checklist-tooltips {
  display: none;
}

.charitable-checklist-popup-container {
  display: none;
  background-color: rgba(112, 128, 144, 0.6);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100100;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.25s ease-out;
}

.charitable-checklist-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.charitable-checklist-popup .charitable-checklist-popup-close {
  font-size: 27px;
  color: #a7aaad;
  position: absolute;
  right: 0;
  margin: 11px 10px 10px 10px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.charitable-checklist-popup .charitable-checklist-popup-close:hover {
  color: #777777;
}
.charitable-checklist-popup .charitable-checklist-popup-btn {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 10px 20px;
  border: none;
  background-color: #df7739;
  color: #ffffff;
}
.charitable-checklist-popup .charitable-checklist-popup-btn:hover {
  background-color: #b85a1b;
}
.charitable-checklist-popup .charitable-checklist-popup-btn .dashicons-external {
  margin-left: 6px;
}
.charitable-checklist-popup .charitable-checklist-popup-btn:last-child {
  margin-left: 20px;
}
.charitable-checklist-popup .charitable-checklist-popup-btn:disabled {
  cursor: default;
  opacity: 0.5;
}
.charitable-checklist-popup .charitable-checklist-popup-btn:disabled:hover {
  background-color: #df7739;
}
.charitable-checklist-popup .charitable-checklist-popup-btn.charitable-checklist-popup-contact-btn {
  margin-left: 0;
}
.charitable-checklist-popup .charitable-checklist-popup-btn.charitable-checklist-popup-rate-btn {
  margin-left: 0;
}
.charitable-checklist-popup .charitable-checklist-popup-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.charitable-checklist-popup .charitable-checklist-popup-flex * {
  margin: 0 !important;
}
.charitable-checklist-popup .charitable-admin-popup-content {
  padding: 60px 50px;
}

.charitable-checklist-popup-congrats {
  background: #fff url("../../images/onboarding/checklist/confetti.svg") repeat center;
}

.charitable-checklist-popup-header {
  width: 100%;
  height: 212px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.charitable-checklist-popup-header-contact {
  background: #eee url("../../images/onboarding/checklist/popup-contact.png") no-repeat center;
  background-size: auto 57%;
}

.charitable-checklist-popup-footer {
  padding: 40px;
  background: #f5f5f5;
}
.charitable-checklist-popup-footer h3 {
  font-size: 20px;
  line-height: 24px;
  color: #2c3338;
  margin: 0 0 20px;
}
.charitable-checklist-popup-footer h3 img {
  vertical-align: -4px;
  margin-left: 2px;
}
.charitable-checklist-popup-footer p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.charitable-checklist-popup-footer a.charitable-checklist-popup-btn {
  margin-left: 0 !important;
  background: #2271b1;
}
.charitable-checklist-popup-footer a.charitable-checklist-popup-btn:hover {
  background: #215d8f;
}

.charitable-checklist-popup-content {
  padding: 40px;
  -webkit-font-smoothing: antialiased;
}
.charitable-checklist-popup-content h3 {
  color: #df7739;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.charitable-checklist-popup-content h3 img {
  vertical-align: -6px;
  margin-left: 6px;
  width: 32px;
  height: 32px;
}
.charitable-checklist-popup-content p {
  font-size: 16px;
  margin: 0 0 20px;
  color: #444444;
  line-height: 28px;
}
.charitable-checklist-popup-content b {
  font-weight: 600;
}
.charitable-checklist-popup-content .charitable-checklist-contact-message {
  box-shadow: none;
  resize: none;
  margin-bottom: 21px;
  width: 100%;
  min-height: 175px;
  padding: 10px;
}
.charitable-checklist-popup-content label {
  font-size: 13.8px;
  display: block;
  margin-bottom: 23px;
}
.charitable-checklist-popup-content input[type=checkbox] {
  margin-right: 8px;
}
.charitable-checklist-popup-content .rating-stars {
  color: #fdb72c;
  font-size: 18px;
  font-weight: bold;
}
.charitable-checklist-popup-content select {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  padding: 8px 12px;
  width: 320px;
  font-size: 14px;
  line-height: 21px;
  color: #777777;
  vertical-align: middle;
}
.charitable-checklist-popup-content select:focus {
  color: #777777;
}
.charitable-checklist-popup-content input[type=text] {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  padding: 8px 12px;
  width: 320px;
  font-size: 14px;
  line-height: 21px;
  color: #777777;
  vertical-align: middle;
}
.charitable-checklist-popup-content input[type=text]:focus {
  color: #777777;
}

.charitable-checklist-popup.charitable-checklist-popup-plain {
  border-radius: 0;
  max-width: 550px;
  text-align: center;
}
.charitable-checklist-popup.charitable-checklist-popup-plain .charitable-checklist-popup-content {
  padding: 60px 50px;
}
.charitable-checklist-popup.charitable-checklist-popup-plain h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  color: #444444;
}
.charitable-checklist-popup.charitable-checklist-popup-plain p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  color: #777777;
}

.charitable-checklist-tooltip.tooltipster-sidetip {
  z-index: 100099 !important;
}
.charitable-checklist-tooltip.tooltipster-sidetip .tooltipster-arrow-border {
  border: none;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 18px;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  top: 0;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 18px;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: 8px;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box {
  max-width: 260px;
  background: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content {
  color: #444444;
  padding: 16px 20px 18px;
  text-align: center;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content div *:first-child {
  margin-top: 0 !important;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
  color: #23282c;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0;
  color: #444444;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content a {
  color: #1d7bac;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .charitable-checklist-done-btn {
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 7px 18px;
  border: none;
  background-color: #df7739;
  color: #ffffff;
  display: block;
  margin: 15px auto 0;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .charitable-checklist-done-btn:hover {
  background-color: #b85a1b;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .charitable-checklist-done-btn:disabled {
  cursor: default;
  opacity: 0.5;
}
.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .charitable-checklist-done-btn:disabled:hover {
  background-color: #df7739;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: white;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
  border-right-color: white;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: white;
}

.charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: white;
}

.block-editor-page .edit-post-layout .components-notice-list > div {
  padding-left: 50px;
}
.block-editor-page .charitable-checklist-dot-step5 {
  position: absolute;
  top: 75px;
  left: 20px;
  z-index: 9999;
}
.block-editor-page .charitable-checklist-tooltip.charitable-checklist-tooltip-step5 {
  width: 260px !important;
  z-index: 1000002 !important;
  margin-top: 5px;
}
.block-editor-page .charitable-checklist-tooltip.charitable-checklist-tooltip-step5 .tooltipster-box {
  margin-top: 10px;
}
.block-editor-page .charitable-checklist-tooltip.charitable-checklist-tooltip-step5 .charitable-checklist-tooltips-red-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 42px;
  top: -65px;
  left: 145px;
  background-image: url(../../images/onboarding/checklist/red-arrow.svg);
  background-size: 15px 42px;
  background-repeat: no-repeat;
}
.block-editor-page .charitable-checklist-tooltip.charitable-checklist-tooltip-step5.charitable-checklist-tooltip-step5-hide {
  z-index: -1 !important;
}

.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list > div {
  padding-left: 125px;
}
.block-editor-page.is-fullscreen-mode .charitable-checklist-dot-step5 {
  left: 75px;
}
.block-editor-page.is-fullscreen-mode .charitable-checklist-tooltip .charitable-checklist-tooltips-red-arrow {
  left: 105px;
}

#charitable-builder .charitable-setup-title.core {
  display: inline-block;
  padding-right: 15px;
  margin-right: 0;
}

.charitable_page_charitable-builder .charitable-checklist {
  z-index: 100099;
}
.charitable_page_charitable-builder .charitable-checklist-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: 0;
}

.charitable-invisible {
  opacity: 0 !important;
}

@media all and (max-height: 900px) {
  #charitable-checklist-contact-popup {
    margin: 50px 0 20px;
  }
}
@media all and (max-width: 1023px) {
  .charitable-checklist-tooltip.tooltipster-sidetip {
    display: none !important;
  }
  .charitable-checklist {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .charitable-checklist {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist * {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-dot {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-dot * {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-tooltips {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-tooltips * {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-tooltip {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-tooltip * {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-popup-container {
    display: none !important;
    visibility: hidden !important;
  }
  .charitable-checklist-popup-container * {
    display: none !important;
    visibility: hidden !important;
  }
  #charitable-welcome .checklist {
    display: none !important;
    visibility: hidden !important;
  }
}
/* Tour */
.tippy-tooltip {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.shepherd-content .shepherd-text p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #777777;
}
.shepherd-content .shepherd-text p.charitable-tour-tip {
  background-color: #5AA152;
  color: #fff;
  font-weight: 200;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.shepherd-has-title .shepherd-content {
  padding: 15px 30px;
}
.shepherd-has-title .shepherd-content header.shepherd-header {
  background-color: transparent;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0px;
}
.shepherd-has-title .shepherd-content header.shepherd-header h3 {
  margin-top: 0;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0;
  color: #444444;
}
.shepherd-has-title .shepherd-content header.shepherd-header .shepherd-cancel-icon {
  color: grey;
}
.shepherd-has-title .shepherd-content .shephard-text {
  margin: 0 0 15px 0;
}
.shepherd-has-title .shepherd-cancel-icon {
  position: absolute;
  font-size: 1.25em;
  top: 5px;
  right: 9px;
}
.shepherd-has-title footer {
  justify-content: center;
}

.wpchar-visual-campaign-builder-step-2 .shepherd-text {
  text-align: left;
}

.shepherd-footer {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Progress */
.shepherd-content .charitable-tour-progress-bar {
  display: block;
  border: 1px solid #e6e6e6;
  width: 50%;
  height: 5px;
  margin: 0 auto;
}
.shepherd-content .charitable-tour-progress {
  background-color: #5AA152;
  display: block;
  height: 5px;
}

/* Buttons */
.charitable-tour-btn-primary.shepherd-button {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19px;
  padding: 10px 20px;
  border: none;
  background-color: #df7739;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: normal;
}

.charitable-tour-btn-primary.shepherd-button:hover {
  background-color: #f89d36;
}

.charitable-tour-btn-disabled {
  opacity: 0.5;
}

.shepherd.tippy-popper[x-placement^=bottom].shepherd-has-title .tippy-arrow {
  border-bottom-color: white !important;
}

/* Step 0 */
.wpchar-visual-campaign-builder-step-0 {
  padding: 20px 50px;
}
.wpchar-visual-campaign-builder-step-0 header {
  display: none;
}
.wpchar-visual-campaign-builder-step-0 .shepherd-text {
  text-align: center;
}
.wpchar-visual-campaign-builder-step-0 .shepherd-text h2 {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  color: #444444;
}
.wpchar-visual-campaign-builder-step-0 .shepherd-text p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #777777;
}
.wpchar-visual-campaign-builder-step-0 .shepherd-footer {
  justify-content: center;
  margin-top: 0px;
}
.wpchar-visual-campaign-builder-step-0 .shepherd-content .charitable-tour-progress,
.wpchar-visual-campaign-builder-step-0 .shepherd-content .charitable-tour-progress-bar {
  border: 0;
  visibility: hidden;
  display: none !important;
}

/* Video */
/* Tour Blocks */
#tippy-3 {
  max-width: 375px !important;
}

#tippy-4 {
  max-width: 400px !important;
}

#tippy-2,
#tippy-5,
#tippy-6,
#tippy-7 {
  max-width: 400px !important;
}

#tippy-9,
#tippy-10,
#tippy-11,
#tippy-12,
#tippy-13 {
  max-width: 300px !important;
}

/* overrides for outside the visual builder */
body.charitable-admin-settings-emails #tippy-2,
body.charitable-admin-settings-emails #tippy-3 {
  max-width: 500px !important;
}

@media screen and (max-width: 1500px) {
  body.charitable-admin-settings-emails #tippy-2,
  body.charitable-admin-settings-emails #tippy-3 {
    max-width: 450px !important;
  }
}
#charitable-tour-block-1,
#charitable-tour-block-2,
#charitable-tour-block-3 {
  background-color: transparent;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
}

#charitable-tour-block-1 {
  top: 0;
  height: 193px;
}

#charitable-tour-block-2 {
  top: 193px;
  height: 350px;
}

#charitable-tour-block-3 {
  top: 556px;
  height: 250px;
}

#charitable-tour-block-4 {
  background-color: transparent;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 180px;
  height: 145px;
  z-index: 999999;
}

#charitable-tour-block-5 {
  background-color: red;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 50px;
  z-index: 999999;
}
