.zakat-calculator {
  padding: 56px 0 108px 0;
  background-image: url("/wp-content/plugins/zakat-calculator/assets/images/img-back-01.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #f7fbfa;
  overflow: hidden;
  position: relative;
}
.zakat-calculator__body {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.zakat-calculator__top-text {
  font-size: 16px;
  line-height: normal;
  color: #004c51;
  font-family: "TestSohne-Buch", sans-serif;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #004c51;
}
.zakat-calculator__accordion {
  border-bottom: 1px solid #004c51;
  padding: 40px 0;
}
.zakat-calculator__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-size: 20px;
  line-height: normal;
  color: #004c51;
  font-weight: 700;
  text-transform: capitalize;
}
.zakat-calculator__btn .icon {
  max-width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 0 0 100px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004c51;
  background-color: #004c51;
  transition: all 0.3s ease 0s;
}
.zakat-calculator__btn .icon svg path {
  transition: all 0.3s ease 0s;
}
.zakat-calculator__btn._active .icon {
  border-radius: 100px 100px 0 0;
  background-color: #e3eeea;
}
.zakat-calculator__btn._active .icon svg {
  transform: rotate(180deg);
}
.zakat-calculator__btn._active .icon svg path {
  fill: #004c51;
}
.zakat-calculator__hide-text {
  padding: 14px 0 0 0;
  margin: 0 0 44px 0;
  color: #004c51;
  font-size: 16px;
  line-height: 32px;
  font-family: "TestSohne-Buch", sans-serif;
  max-width: 85%;
}
@media (max-width: 767px) {
  .zakat-calculator__hide-text {
    max-width: 100%;
  }
}
.zakat-calculator__row {
  display: flex;
  flex-direction: column;
}
.zakat-calculator__row:not(:last-child) {
  margin-bottom: 44px;
}
.zakat-calculator__row label {
  margin: 0 0 12px 16px;
  font-size: 16px;
  line-height: normal;
  color: #004c51;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  display: flex;
}
.zakat-calculator__row input {
  border: 1px solid #a6c0c2;
  border-radius: 8px;
  padding: 14px 24px 14px 32px;
  background-image: url("/wp-content/plugins/zakat-calculator/assets/images/icon-funt.svg");
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.zakat-calculator__row input::-moz-placeholder {
  font-size: 16px;
  line-height: normal;
  color: #5f6d6e;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.zakat-calculator__row input::placeholder {
  font-size: 16px;
  line-height: normal;
  color: #5f6d6e;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.zakat-calculator__btn-info {
  margin: 16px 0 0 auto;
  font-size: 16px;
  line-height: normal;
  text-decoration: underline;
  color: #004c51;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.zakat-calculator__btn-info:hover {
  color: #deca3c;
}
.zakat-calculator__desc {
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #004c51;
  font-family: "TestSohne-Buch", sans-serif;
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  .zakat-calculator__desc {
    max-width: 100%;
  }
}
.zakat-calculator__bottom {
  margin: 44px 0 0 0;
}
.zakat-calculator__bottom label {
  margin: 0 0 12px 16px;
  font-size: 16px;
  line-height: normal;
  color: #004c51;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  display: flex;
}
.zakat-calculator__select .zakat-nisab-options {
  margin: 12px 0 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #002527;
}
.zakat-calculator__select .zakat-nisab-options .nisab-option {
  padding: 4px 8px;
  font-size: 16px;
  line-height: normal;
  color: #012527;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.zakat-calculator__select .zakat-nisab-options .nisab-option:hover {
  background-color: #deca3c;
}
.zakat-calculator__select .zakat-nisab-options .nisab-option:not(:last-child) {
  margin-bottom: 8px;
}
.zakat-calculator__current {
  border: 1px solid #002527;
  padding: 13px 24px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: normal;
  color: #012527;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.zakat-calculator__btn-submit {
  margin: 32px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #dbe2e3;
  transition: all 0.3s ease 0s;
  color: #3d4041;
  padding: 16px 24px;
  border-radius: 1000px;
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .zakat-calculator__btn-submit {
    width: 100%;
  }
}
.zakat-calculator__btn-submit:hover {
  background-color: #004c51;
  color: #fff;
}
.zakat-calculator__result::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefef4;
  background-image: url("/wp-content/plugins/zakat-calculator/assets/images/img-back-01.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
}
.zakat-calculator__wrapper {
  position: relative;
  z-index: 30;
  max-width: 800px;
  margin: 64px auto 0 auto;
  padding: 16px 32px 44px 32px;
  border: 1px solid #deca3c;
  border-radius: 12px;
  background-color: #faf8db;
}
@media (max-width: 767px) {
  .zakat-calculator__wrapper {
    padding: 16px 16px 48px 16px;
  }
}
.zakat-calculator__wrapper .zc-summary-box .zc-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 326px;
  width: 100%;
  margin: 0 auto;
}
.zakat-calculator__wrapper .zc-summary-box .zc-summary-header .zc-summary-label {
  background-color: #fff;
  border: 1px solid #deca3c;
  padding: 8px 12px;
  border-radius: 100px;
  font-size: 14px;
  line-height: normal;
  color: #004c51;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.zakat-calculator__wrapper .zc-summary-box .zc-summary-header .zc-summary-amount {
  font-size: 24px;
  line-height: normal;
  color: #004c51;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.zakat-calculator__wrapper .zc-summary-box .zc-details-box {
  max-width: 326px;
  margin: 12px auto;
  width: 100%;
}
.zakat-calculator__wrapper .zc-summary-box .zc-details-box .zc-details-header {
  cursor: pointer;
  margin: 0 0 32px 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #004c51;
  font-weight: 800;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
  text-align: end;
  max-width: 326px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
}
.zakat-calculator__wrapper .zc-summary-box .zc-details-box .zc-details-header:hover {
  color: #deca3c;
}
.zakat-calculator__wrapper .zc-summary-box .zc-details-box .zc-detail-row {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #004c51;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.zakat-calculator__wrapper .zc-summary-box .zc-details-box .zc-detail-row:not(:last-child) {
  margin: 0 0 24px 0;
}
.zakat-calculator__wrapper .zc-summary-box .zc-details-box .zc-detail-row strong {
  width: 45%;
  color: #004c51;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.zakat-calculator__wrapper .zc-summary-box .zc-view-details {
  margin: 12px auto 0 auto;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #004c51;
  font-weight: 800;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
  text-align: end;
  max-width: 326px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}
.zakat-calculator__wrapper .zc-summary-box .zc-view-details:hover {
  color: #deca3c;
}
.zakat-calculator__wrapper .zc-summary-box .zc-btn-primary {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  width: 100%;
  max-width: 326px;
  border-radius: 100px;
  background-color: #004c51;
  color: #fff;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  line-height: normal;
  font-weight: 800;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1232px) {
  .zakat-calculator__wrapper .zc-summary-box .zc-btn-primary {
    margin-top: calc(48px + 16 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .zakat-calculator__wrapper .zc-summary-box .zc-btn-primary {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-calculator__wrapper .zc-summary-box .zc-btn-primary:hover {
  background-color: #deca3c;
  color: #004c51;
}
@media (max-width: 767px) {
  .zakat-calculator__wrapper .zc-summary-box .zc-btn-primary {
    max-width: 100%;
  }
}
.zakat-calculator__wrapper .zc-summary-box .zc-or {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin: 44px 0;
  color: #004c51;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.zakat-calculator__wrapper .zc-summary-box .zc-or span {
  width: 100%;
  height: 1px;
  background-color: #004c51;
  display: flex;
}
.zakat-calculator__wrapper .zc-summary-box .zc-smart-text {
  max-width: 326px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #004c51;
  font-family: "TestSohne-Buch", sans-serif;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .zakat-calculator__wrapper .zc-summary-box .zc-smart-text {
    max-width: 100%;
  }
}
.zakat-calculator__wrapper .zc-summary-box .zc-btn-secondary {
  background: linear-gradient(90deg, rgb(250, 248, 219) 0%, rgb(222, 202, 60) 50%, rgb(255, 237, 169) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 24px auto 0 auto;
  padding: 16px 24px;
  width: 100%;
  max-width: 326px;
  border-radius: 100px;
  color: #004c51;
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  transition: all 0.3s ease 0s;
  font-family: "Work Sans", sans-serif;
  border: 1px solid #004c51;
}
@media (max-width: 1232px) {
  .zakat-calculator__wrapper .zc-summary-box .zc-btn-secondary {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-calculator__wrapper .zc-summary-box .zc-btn-secondary:hover {
  background: #deca3c;
}
@media (max-width: 767px) {
  .zakat-calculator__wrapper .zc-summary-box .zc-btn-secondary {
    max-width: 100%;
  }
}
.zakat-calculator__restart {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  line-height: normal;
  color: #004c51;
  font-weight: 800;
  text-decoration: underline;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1232px) {
  .zakat-calculator__restart {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-calculator__restart svg {
  transition: all 0.6s ease 0s;
}
.zakat-calculator__restart:hover {
  color: #deca3c;
}
.zakat-calculator__restart:hover svg {
  transform: rotate(360deg);
}/*# sourceMappingURL=zakat-calculator.css.map */