input[type="submit"] {
  cursor: pointer;
}
input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="tel"]:focus-within,
input[type="url"]:focus-within,
input[type="number"]:focus-within,
input[type="search"]:focus-within,
input[type="password"]:focus-within,
input[type="date"]:focus-within {
  outline: none;
}

.animated-svg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 1.5s ease-out;
}

/* Codeefly Latest Posts */
.codeefly-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 17px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .codeefly-recent-post-item {
    margin-bottom: 30px;
  }
}
.codeefly-recent-post-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .codeefly-recent-post-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
.codeefly-recent-post-item .codeefly-recent-post-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.codeefly-recent-post-item .codeefly-recent-post-item-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.codeefly-recent-post-item .codeefly-recent-post-item-content p {
  font-size: 15px;
  line-height: 22px;
  color: var(--theme-1);
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .codeefly-recent-post-item .codeefly-recent-post-item-content p {
    margin-bottom: 5px;
  }
}
.codeefly-recent-post-item .codeefly-recent-post-item-content h6 {
  font-size: 18px;
  line-height: 1.7;
  font-family: var(--rubik);
}

/* Icon Box */

.footer-1-contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .footer-1-contact-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer-1-contact-info-item:last-child {
  margin-bottom: 0;
}
.footer-1-contact-info-item i {
  font-size: 22px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--theme-1);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-1-contact-info-item p {
  color: rgb(from var(--white) r g b/62%);
}
.footer-1-contact-info-item h6 {
  color: var(--white);
  font-size: 20px;
  line-height: 1.7;
  font-family: var(--rubik);
}
.give-donation-amount {
  overflow: hidden;
  display: inline-flex;
}
form[id*="give-form"] .give-donation-amount .give-currency-symbol,
form[id*="give-form"] .give-donation-amount #give-amount,
form[id*="give-form"] .give-donation-amount #give-amount-text,
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label,
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
  height: unset;
}

.give-gateway {
  opacity: 0;
  position: absolute;
}
.give-gateway-radio-list
  input[type="radio"]:checked
  + .give-gateway-radio-list
  label::before {
  background: rebeccapurple;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.give-gateway-option {
  display: inline-flex !important;
  align-items: center;
}
.give-gateway + .give-gateway-option:before {
  border-radius: 50%;
}
.give-gateway:checked + .give-gateway-option:before {
  background: #ccc;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.give-gateway + .give-gateway-option:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
}
.give-goal-progress {
  margin-bottom: 0 !important;
}
.give-goal-progress .progress-bar {
  padding-bottom: 0 !important;
}

.codeefly-campaign-button {
  display: inline-flex;
  align-items: center;
}
.codeefly-campaign-button .button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.codeefly-accordion-icon-wrapper {
  flex-shrink: 0;
}
