@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');



* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Quicksand', sans-serif;
}


a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

.clr {
  clear: both;
}




/* --------- FEHR HTML CSS --------------- */

/* MY PROFILE CSS */

.my-profile-wrap {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background: #F5F3F4;
}

.my-profile-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.my-profile-left {
  width: 25%;
  background-color: #fff;
  height: auto;
  border-radius: 1px;
  overflow: hidden;
}

.my-profile-left ul {
  padding: 0;
  margin: 0;
}

.my-profile-left ul li {
  list-style: none;
}

.my-profile-left ul li a {
  padding: 12px 20px;
  display: block;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

/* .my-profile-left ul li:last-child a {
  border-bottom: none;
} */

.my-profile-left ul li a:hover {
  background: #000;
  color: #fff;
}

.my-profile-left ul li a.active {
  background: #000;
  color: var(--Primary-White, #FFF);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.my-profile-left ul li a.active img {
  filter: brightness(0) invert(1);
}

.my-profile-left ul li a:hover img {
  filter: brightness(0) invert(1);
}

.my-profile-left ul li a img {
  filter: brightness(2) invert(1);
}

.my-profile-right {
  width: 75%;
  height: auto;
  padding: 0;
  border-radius: 1px;
  border: 1px solid #EFEFEF;
  background: #FFF;
}

.my-campaigns-wrappp-page {
  padding: 14px 16px;
}

.my-camping-inner {
  padding: 50px;
}

.my-camping-inner img {
  /* margin: 0 auto; */
  display: flex;
  margin: 0 auto;
  margin-bottom: 15px;
}

.my-camping-inner h1 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-top: 26px;
}

.my-camping-inner h3 {
  color: var(--heading, #231F20);
  text-align: center;
  font-family: Quicksand;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

.my-camping-inner p {
  color: var(--Primary-black, #A9A9A9);
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.my-camping-btn-wrap {
  display: flex
;
  justify-content: center;
  margin-top: 28px;
  flex-direction: column;
  align-items: center;
}

.nav-tabs .nav-link {
  border: none;
}

.my-camping-btn-wrap button {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000) ;
}

.my-camping-btn-wrap button a {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.my-camping-btn-wrap button:hover {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000) !important;
}

.my-camping-btn-wrap button:focus {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000) !important;
}


/* MY PROFILE CSS */


/* my-campaigns-wrap-page */

.my-campaigns-wrappp-page .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: none !important;
}

.my-campaigns-wrappp-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #20A99D;
  background-color: var(--bs-nav-tabs-link-active-bg);
  /* border-color: var(--bs-nav-tabs-link-active-border-color); */
  border-bottom: 2px solid #20A99D;
  font-weight: 500;
}

.my-campaigns-wrappp-page .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.my-campaigns-wrappp-page .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  /* border-bottom: 2px solid #000000; */
  color: #000000;
  /* font-weight: 500; */
}

.my-campaigns-wrappp-page .nav-link {
  display: block;
  /* padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); */
  font-size: var(--bs-nav-link-font-size);
  font-weight: 600;
  color: #A9A9A9;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.my-campaigns-wrappp-page form ul li .nav-link.active {
  border-bottom: 2px solid #000000;
  color: #000000;
  font-weight: 600;
}

.banner-header {
  background: var(--Primay-black, #000);
  padding: 14px 14px;
}

.banner-header h3 {
  color: var(--Primary-White, #FFF);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}

.mycampaigns-wrap-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin: 25px 0 14px 0;
}

.mycampaigns-wrap-box {
  border-radius: 1px;
  background: var(--Primary-White, #FFF);
  box-shadow: 0px 2px 10px 5px rgba(227, 224, 224, 0.25);
  padding: 1px 11px;
  width: 31.7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mycampaigns-wrap-box img {
  width: 259px;
  height: 168px;
  object-fit: cover;
}

.mycampaigns-wrap-box blockquote {
  color: var(--Primary-White, #FFF);
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  left: 15px;
  top: 7px;
  padding: 3px 10px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.41);
}

.mycampaigns-wrap-box blockquote.completed {
  color: var(--Primary-White, #FFF);
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  left: 15px;
  top: 7px;
  padding: 3px 10px;
  border-radius: 30px;
  background: #000;
}


.banner-create-fehr {
  .toptab-pill-wrap {
      display: flex;
      justify-content: center;
      position: relative;
      left: 20%;
  }
  .tab-pill-border {
    width: fit-content;
    padding: 5px;
    border-radius: 45px;
    margin-bottom: 0;
    background: #EDEDED;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: none !important;
  margin-bottom: 0;
  justify-content: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 30px;
  border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 30px;
  border: none;
}
}

.toptab-pill-wrap button {
  width: auto;
  height: auto;
  padding: 7px 13px 7px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.toptab-pill-wrap button a {
  width: auto;
  height: auto;
  padding: 7px 13px 7px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.toptab-pill-wrap button:hover {
  width: auto;
  height: auto;
  padding: 7px 13px 7px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  /* background: var(--Primay-black, #000) !important; */
}

.toptab-pill-wrap button:focus {
  width: auto;
  height: auto;
  padding: 7px 13px 7px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  /* background: var(--Primay-black, #000) !important; */
}

.toptab-pill-wrap button:focus-visible {
  width: auto;
  height: auto;
  padding: 7px 13px 7px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  /* background: var(--Primay-black, #000) !important; */
}

.mycampaigns-wrap-box .content-wrap {
  padding: 10px 0;
}

.mycampaigns-wrap-box .content-wrap i {
  color: #000;
}

.mycampaigns-wrap-box .content-wrap span {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.mycampaigns-wrap-box h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.mycampaigns-wrap-box p {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}


.counter-mycampaign-value {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mycampaigns-wrap-box .content-wrap span tag.value-title {
  color: #000;
  font-weight: 500;
}

.content-wrap button {
  padding: 6px 12px;
  border-radius: 33px;
  border: 1px solid #000;
  background: transparent;
}

.content-wrap .campaign-btn-wrap {
  display: flex;
  justify-content: end;
  margin: 5px 0 5px 0;
}

.fehr-pagi {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0;
  position: relative;
  display: flex;
  padding: 0 0px 0 0px;
  align-items: center;
  justify-content: center;
}

.fehr-pagi ul {
  padding: 10px;
  margin: 0;
  display: inline-block;
  /* box-shadow: 0px 0px 4px rgb(0 0 0 / 5%); */
}

.fehr-pagi ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1px;
  font-weight: 600;
}

.fehr-pagi ul li a {
  /* color: #1D5ADB; */
  /* font-weight: 600; */
  /* transition: .5s; */
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 4px 12px 4px 11px;
  border-radius: 1px;
  transition: .5s;
  border: 1px solid #000000;
  background: #fff;
}

.fehr-pagi ul li a i {
  color: #000;
}

.fehr-pagi ul li.active a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 4px 13px 4px 13px;
  border-radius: 1px;
  transition: .5s;
  border: 1px solid #000;
  background: #000;
}

/* my-campaigns-wrap-page */


/* DONATION YOU MADE CSS */

.my-donation-wrappp-page {
  padding: 14px 16px;
}

.mydonation-wrap-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin: 25px 0 14px 0;
}

.mydonation-wrap-box {
  border-radius: 1px;
  background: var(--Primary-White, #FFF);
  box-shadow: 0px 2px 10px 5px rgba(227, 224, 224, 0.25);
  padding: 0;
  width: 48.7%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  position: relative;
}

.mydonation-wrap-box img {
  width: 192px;
  height: 193px;
  object-fit: cover;
}

.mydonation-wrap-box .content-wrap {
  padding: 6px 8px;
}

.mydonation-wrap-box .content-wrap i {
  color: #000;
}

.mydonation-wrap-box .content-wrap span {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.mydonation-wrap-box h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
}

.mydonation-wrap-box h3 a {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
}

.mydonation-wrap-box p {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.mydonation-wrap-box .content-wrap span tag.value-title {
  color: #000;
  font-weight: 500;
}

.counter-mydonation-value {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* DONATION YOU MADE CSS */


/* PAYMENT METHOD CSS */

.payment-method button.btn-close {
  right: 5px;
  position: absolute;
  top: 5px;
  background: url(../images/fehr-imgs/close.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  padding: 0;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  box-shadow: none;
}

.payment-method .modal-content {
  border-radius: 4px;
  outline: 0;
  padding: 15px;
}

.payment-method .modal-body {
  padding: 2rem 1rem 1rem 1rem;
}

.payment-method .modal-dialog {
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 4rem;
}

.payment-method-in {
  width: 100%;
  height: auto;
}

.payment-method-in img {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 20px;
}

.payment-method-in h1 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

.payment-method-in form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-method-input {
  width: 100%;
  height: auto;
}

.payment-method-input input[type="text"] {
  width: 100%;
  height: auto;
  padding: 8px 15px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #BDBDBD;
  font-size: 16px;
  font-weight: 400;
}

.payment-method-in form input[type="button"] {
  width: 100%;
  padding: 8px 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #099D90 0%, #659F00 97.52%);
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-top: 6px;
}


.add-card-wrap-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 36px;
  margin-top: 48px;
  margin-bottom: 0px;
}

.add-card-wrap-form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  /* background: #fff; */
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.add-card-wrap-form label h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.add-card-wrap-form a {
  width: auto;
  height: auto;
  padding: 12px 37px 12px 37px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.payment-btn-inner {
  display: flex;
  justify-content: center;
}

.add-card-wrap-form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #F8F8F8;
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); */
  /* border-radius: 6px 6px 6px 6px; */
  padding-left: 53px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border: 1px solid #C8C8C8;
  color: #333333;
}

.add-card-wrap-form label img {
  font-weight: 600;
  color: #fff;
  width: 43px;
  height: fit-content;
  /* background: #E50916; */
  position: absolute;
  padding: 0px;
  border-radius: 6px 6px 6px 6px;
  left: 8px;
  top: 9px;
}

.add-card-wrap-form label input[type="text"]::placeholder {
  color: #B5B5B5;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.cvv-mnth-wrap {
  display: flex;
  gap: 19px;
}

.cvv-mnth-wrap label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #F8F8F8;
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); */
  /* border-radius: 6px 6px 6px 6px; */
  padding-left: 35px;
  /* margin-bottom: 6px; */
  padding-right: 18px;
  font-size: 14px;
  border: 1px solid #C8C8C8;
  color: #333333;
}

.add-card-wrap-form .detailss {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: flex-start;
  margin-top: -13px;
}

#add-card .modal-dialog {
  padding: 0rem 1rem 1rem 1rem;
  margin-top: 3rem;
}

.add-card-wrap button {
  width: 100%;
  padding: 8px 0;
  border-radius: 30px;
  background: var(--App-Red, #ce2127);
  /* border-radius: 6px; */
  /* background: linear-gradient(90deg, #099D90 0%, #659F00 97.52%); */
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}

.add-card-wrap-form .detailss input[type="checkbox"] {
  width: 20px;
  height: 18px;
  margin-right: 2px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #fff;
  /* background-color: #CE2127; */
  border-radius: 3px;
  outline: none;
  margin-top: -7px;
}

.add-card-wrap-form .detailss input[type="checkbox"]:checked {
  background-image: url(../images/Tidbid-images/all-icons/checkbox-checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: #D31E90;
  border: none;
}

.add-card-wrap-form .detailss input[type="checkbox"] {
  width: 19px;
  height: 18px;
  margin-right: 4px;
  cursor: pointer;
  margin-top: -15px;
  appearance: none;
  border: 2px solid #D31E90;
  /* background-color: #CE2127; */
  border-radius: 3px;
  outline: none;
}

.add-card-wrap-form .detailss p {
  color: #333333;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}


/* PAYMENT METHOD CSS */


/* SHOW ADDED CARD CSS */

.showpayment-cards-popup {
  padding: 9px;
  gap: 17px;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  flex-wrap: wrap;
  margin-top: 27px;
  justify-content: center;
}

.payment-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-width: 0; */
  /* width: 48%; */
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, .125); */
  border-radius: 1.25rem;
}

.top-image-card {
  position: absolute;
  right: 13px;
  top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.top-image-card button {
  background: none;
  border: none;
}

.top-image-card .show-list {
  position: absolute;
  right: 13px;
  top: 10px;
  width: 100%;
  min-width: 177px;
  z-index: 9;
  padding: 14px 14px;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.top-image-card .show-list2 {
  position: absolute;
  right: 13px;
  top: 10px;
  width: 100%;
  min-width: 177px;
  padding: 14px 14px;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.dta-wrap-checlist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7px;
}

.dta-wrap-checlist label {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.dta-wrap-checlist label p {
  margin-bottom: 0;
  color: #000;
}

.top-image-card .show-list input[type="radio"] {
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  outline: 2px solid #000;
  outline-offset: 2px;
  cursor: pointer;
}

.top-image-card .show-list input[type="radio"]:checked {
  background: #000;
  outline: 1px solid #000;
}



.card-details-pay p {
  color: #FDFDFD;
  /* font-family: Lato; */
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  /* top: 0; */
  left: 33px;
  bottom: 47px;
}

.card-details-pay span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  /* position: absolute; */
  display: flex;
  gap: 7px;
  position: absolute;
  /* top: 0; */
  right: 35px;
  bottom: 68px;
}


.card-details-pay h4 {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: absolute;
  /* top: 0; */
  left: 33px;
  bottom: 25px;
}

.card-details-pay {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

/* SHOW ADDED CARD CSS */


/* ACCOUT SETTING CSS */

.my-account-page {
  padding: 14px 16px;
}

.top-sec-btnwrap {
  display: flex;
  justify-content: space-between;
}

.top-sec-btnwrap a:nth-child(1) {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.top-sec-btnwrap a:nth-child(2) {
  padding: 10px 13px 10px 13px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 16px;
  color: #000;
  border: 2px solid #000;
  border-radius: 2px;
  background: transparent;
}

.account-right-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  background: #000;
  padding: 3px;
  margin-bottom: 20px;
}

.account-right-img-prev {
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.accountupload-icon {
  width: 35px;
  height: 34px;
  position: absolute;
  bottom: 9px;
  display: flex;
  right: -4px;
  margin: 0;
  background: #000;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.accountupload-icon img {
  border-radius: 0;
  object-fit: contain;
  /* transform: scale(0.5); */
  cursor: pointer;
  width: 23px;
}

.accountupload-icon input[type="file"] {
  visibility: hidden;
  display: none;
}

.account-setting-wrap h1 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.my-accountsetting-right-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
  margin: 40px 0 30px 0;
}

.my-accountsetting-right-inner label {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.my-accountsetting-right-inner label input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-accountsetting-right-inner label input[type="number"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-accountsetting-right-inner label input[type="email"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-accountsetting-right-inner label input[type="text"]::placeholder {
  color: #C8C8C8;
}

.my-accountsetting-right-inner label input[type="number"]::placeholder {
  color: #C8C8C8;
}

.my-accountsetting-right-inner label input[type="email"]::placeholder {
  color: #C8C8C8;
}

.my-accountsetting-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.my-accountsetting-btn-wrap button {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}


/* DELET POPUP CSS */

.delete-method button.btn-close {
  right: 10px;
  position: absolute;
  top: 10px;
  background: url(../images/fehr-imgs/close.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  padding: 0;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  box-shadow: none;
}

.delete-method .modal-content {
  border-radius: 4px;
  outline: 0;
}

.delete-method .modal-body {
  padding: 2rem 1rem 1rem 1rem;
}

.delete-method .modal-dialog {
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 10rem;
}

.delete-method-in {
  width: 100%;
  height: auto;
  padding: 15px;
}

.delete-method-in img {
  display: block;
  /* width: 26px;
  height: 27px; */
  margin: auto;
  margin-bottom: 6px;
}

.delete-method-in h1 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

.delete-method-in p {
  color: #58585A;
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}


.my-delete-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  gap: 22px;
}

.my-delete-btn-wrap button:nth-child(2):hover {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000) !important;
}

.my-delete-btn-wrap button:nth-child(2) {
  width: auto;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.my-delete-btn-wrap button:nth-child(1) {
  width: auto;
  height: auto;
  padding: 10px 13px 10px 13px;
  cursor: pointer;
  font-weight: 600;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  background: transparent !important;
}
.my-delete-btn-wrap button:nth-child(1):hover {
  width: auto;
  height: auto;
  padding: 10px 13px 10px 13px;
  cursor: pointer;
  font-weight: 600;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  background: transparent !important;
}


/* DELET POPUP CSS */



/* CREATE A FEAR CSS */

.banner-create-fehr {
  background: transparent;
  padding: 14px 14px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.banner-create-fehr h2 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto;
}

.create-fehr-inner {
  width: 100%;
  height: auto;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px 10px;
  /* justify-content: center; */
  margin: 11px 0 11px 0;
}

.left-sec-form {
  width: 100%;
}

.mydonation-wrap-box .right-sec {
  width: 50%;
}

.right-sec-form {
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 16px;
}

.create-fehr-inner label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: #333;
  font-size: 16px;
  position: relative;
  margin-bottom: 12px;
  font-weight: 400;
}

.create-fehr-inner label input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.create-fehr-inner label input[type="text"]::placeholder {
  color: #C8C8C8;
}

.create-fehr-inner label textarea {
  width: 100%;
  height: 84px;
  padding: 10px;
  color: #000;
  font-size: 16px;
  resize: none;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.create-fehr-inner label textarea::placeholder {
  color: #C8C8C8;
}

.create-fehr-inner label input[type="email"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.create-fehr-inner label select {
  width: 100%;
  height: auto;
  padding: 10px;
  /* color: #C8C8C8; */
  color: #000;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.create-fehr-inner label select option {
  background: #f3f0f0;
  color: #B5B5B5;
  border: none;
  outline: none;
  padding: 4px 4px;
}

.create-fehr-inner label select::placeholder {
  color: #C8C8C8;
}

.create-fehr-inner label input[type="email"]::placeholder {
  color: #C8C8C8;
}

.date-img {
  position: absolute;
  right: 10px;
  top: 10px;
}

.radio-selection h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}


.radio-selection {
  margin: 10px 0 0px 0;
}

.addiornal-head-wrap h2 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

.addiornal-head-wrap h2 .tooltip {
  opacity: 1;
}

.addiornal-head-wrap img {
  position: absolute;
}

.selecttion-wrap-checlist {
  display: flex;
  gap: 7px;
  width: 100%;
  align-items: center;
}

.selecttion-wrap-checlist p {
  /* width: 100%; */
  margin-bottom: 0;
  color: #B5B5B5;
}

.selecttion-wrap-checlist {
  display: flex
;
  align-items: baseline;
  gap: 15px;
  width: 100%;
}

.selecttion-wrap-checlist input[type="radio"] {
  appearance: none;
  width: 10px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  outline: 2px solid #000;
  outline-offset: 2px;
  cursor: pointer;
}

.selecttion-wrap-checlist input[type="radio"]:checked {
  background: #000;
  outline: 1px solid #000;
}

.selecttion-wrap-checlist label p {
  margin-bottom: 0;
  color: #000;
}


.add-blog-image {
  overflow: inherit !important;
  /* background: #efefef; */
  border: 2px dashed #000;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 19px;
  font-weight: 400;
  width: 34%;
  color: #444444;
  /* font-family: sans-serif; */
  display: flex
;
  margin: 0;
  padding: 59px 19px;
  text-align: initial;
  border-radius: 4px !important;
  cursor: pointer;
}


.upload-wrap {
  display: flex
;
  flex-direction: column-reverse;
  align-items: center;
  gap: 7px;
}

.add-blog-image .upload-wrap span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.upload-wrap img {
  width: 30px;
}

.uploaded-imge-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.imgae-manage {
  position: relative;
  border: 1px dashed #BDBDBD;
  padding: 7px 9px;
  border-radius: 6px;
  height: 44px;
}

.imgae-manage a {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -8px;
  top: -9px;
}

.imgae-manage .inner-img img {
  width: 30px;
}

/* CREATE A FEAR CSS */



/* ACCOUT SETTING CSS */



/* CATEGORIES PAGE CSS */

.all-categories-wrap {
  width: 100%;
  height: auto;
  padding: 20px 0 10px 0;
  background-color: #F5F3F4;
}

.categories-listing-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.categories-cards {
  width: 31%;
  height: 100%;
  position: relative;
  border-radius: 2px;
  background: #FFF;
  /* box-shadow: 0px 3px 16px 0px #00000040; */
  padding: 0px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 15px;
}

.categories-cards .inner-content {
  padding: 5px 20px;
}

.all-categories-wrap form {
  width: 88%;
  margin: auto;
  display: flex;
  margin-bottom: 33px;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.all-categories-wrap label {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.all-categories-wrap label input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.all-categories-wrap form label a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* height: fit-content; */
  background: #000;
  position: absolute;
  padding: 13px;
  border-radius: 0px;
  right: 0px;
  top: auto;
}

.categories-cards h3 {
  color: var(--heading, #231F20);
  text-align: center;
  font-family: system-ui;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

.categories-cards p {
  color: var(--Primary-black, #A9A9A9);
  text-align: left;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.categories-cards img {
  margin: 0 auto;
  display: flex;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.count-wrap {
  position: absolute;
  top: 11px;
  background: #000;
  padding: 0px;
  border-radius: 30px;
  left: 11px;
}

.count-wrap span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.categories-btn-wrap {
  margin: 10px 0 10px 0;
  display: flex;
  justify-content: center;
}

.categories-btn-wrap button {
  width: auto;
  height: auto;
  padding: 5px 16px 5px 16px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 17px;
  color: #000;
  border: 2px solid #000;
  border-radius: 2px;
  background: transparent;
}
.categories-btn-wrap button a {
  width: auto;
  height: auto;
  padding: 5px 16px 5px 16px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 17px;
  color: #000;
  background: transparent;
}


/* CATEGORIES PAGE CSS */


/* FUNDRAISER PAGE CSS */

.fundraiser-wrap {
  width: 100%;
  height: auto;
  padding: 20px 0 10px 0;
  background-color: #fff;
}

.fundraiser-wrap-inner {
  width: 100%;
  height: auto;
  /* display: flex; */
  /* flex-wrap: wrap;
  justify-content: flex-start; */
  gap: 49px;
  margin: 25px 0 14px 0;
}

.sortby-categories-wrap .nav-tabs {
  border-bottom: none !important;
  border-bottom: 0;
  gap: 0px;
  margin-bottom: 0px !important;
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.fundraiser-wrap-box {
  border-radius: 1px;
  background: var(--Primary-White, #FFF);
  box-shadow: 0px 2px 10px 5px rgba(227, 224, 224, 0.25);
  padding: 0;
  width: 100.7%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  position: relative;
  margin-bottom: 38px;
}

.fundraiser-wrap-box img {
  width: 377px;
  height: 337px;
  object-fit: cover;
}

.fundraiser-wrap-box .content-wrap {
  padding: 14px 47px;
  margin: -54px 0 0 0;
}

.fundraiser-btn-wrap {
  margin: 10px 0 10px 0;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 38px;
  bottom: 22px;
}

.fundraiser-btn-wrap button {
  width: auto;
  height: auto;
  padding: 5px 16px 5px 16px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 17px;
  color: #000;
  border: 2px solid #000;
  border-radius: 2px;
  background: transparent;
}

.fundraiser-btn-wrap button a {
  color: #000;
}

.fundraiser-wrap-box h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.fundraiser-wrap-box p {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 19px;
}

.counter-fundraiser-value {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

.fundraiser-wrap-box .content-wrap span {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.fundraiser-wrap-box .content-wrap span tag.value-title {
  color: #000;
  font-weight: 600;
}

.top-fundariser-detail {
  padding: 14px 0 24px 0;
  display: flex;
  /* justify-content: space-between; */
  gap: 58px;
}

.top-fundariser-detail .data-inner-fund {
  display: flex;
  align-items: center;
  gap: 13px;
}

.top-fundariser-detail .data-inner-fund img {
  width: 29px;
  height: 29px;
  object-fit: cover;
}

.top-fundariser-detail .data-inner-fund p {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 500;
}

.sort-categories-wrap {
  display: flex;
  gap: 30px;
  width: 80%;
  margin: auto;
}

#sort-categories-wrap .owl-nav button {
  width: 35px;
  height: 30px;
  box-shadow: none;
  position: absolute;
  top: 32%;
  left: -33px;
  right: inherit;
  z-index: 0;
  opacity: 0.8;
  outline: none;
  border-radius: 50%;
}

#sort-categories-wrap .owl-nav button i {
  font-size: 13px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 90%;
  width: 77%;
  /* padding: 10px 9px; */
  color: #747474;
  border: 1px solid #747474;
  border-radius: 31px;
  place-items: flex-end;
  align-items: center;
}

#sort-categories-wrap .owl-nav button:last-child {
  right: -25px;
  left: inherit;
}

.whatwe-offer-card {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  border-radius: 15px;
  background: #FFF;
  flex-direction: column;
  align-items: center;
  padding: 3px;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  gap: 7px;
}

.whatwe-offer-card :hover {

  background-color: #FFF;

}

/* .owl-item.active :hover {
  background-color: #fff;
} */

div#sort-categories-wrap {
  width: 100%;
}

.sortby-categories-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
}

.whatwe-offer-card a h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #000;
}

.whatwe-offer-card img {
  width: 36px;
  height: 34px;
  object-fit: contain;
}


.broker-date {
  width: 100%;
  height: auto;
  margin-left: 0px;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.broker-date input[type="text"] {
  width: 100%;
  height: auto;
  padding: 12px 13px 10px 43px;
  /* border: 1px solid #626CFE; */
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  /* line-height: 4px; */
  font-size: 14px;
  color: #000000;
  appearance: none;
  background: url(../images/fehr-imgs/categories-imgs/calender.png);
  background-size: 18px;
  background-position: left 16px center;
  background-repeat: no-repeat;
}

.broker-date input::placeholder {
  color: #000000;
}

/* .whatwe-offer-card.active {
  border: 1px solid #000;
} */


/* FUNDRAISER PAGE CSS */



/* FUNDRAISER DETAIL PAGE CSS */

.fundraiser-detailwrap {
  width: 100%;
  height: auto;
  padding: 30px 50px 30px 50px;
  background-color: #F5F3F4;
}

.recent-donation-wrap {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
}


.top-fundraiser-wrap {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
}

.recent-donation-wrap h2 {
  font-family: "mortend", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
}

.top-fundraiser-wrap h2 {
  font-family: "mortend", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
}

.recent-donation-card {
  width: 100%;
  height: 100%;
  /* align-items: center; */
  display: flex;
  border-radius: 4px;
  background: #f9f9f9;
  /* box-shadow: 4px 4px 4px 0px #00000040; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  padding-top: 23px;
  padding-bottom: 23px;
  gap: 15px;
}

.top-fundraiser-card {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  border-radius: 4px;
  background: #f9f9f9;
  /* box-shadow: 4px 4px 4px 0px #00000040; */
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 3px;
  /* border: 1px solid rgba(0.1, 0.1, 0.1, 0.1); */
  padding-top: 23px;
  padding-bottom: 23px;
  gap: 15px;
  flex-direction: column;
}

.top-fundraiser-card .image-circle {
  background: #fff;
  padding: 16px 15px;
  border-radius: 56px;
}

.top-fundraiser-card .donation-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-fundraiser-card .donation-content span {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 20px;
  display: inline-flex;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
}

.top-fundraiser-card .donation-content span tag.value-title {
  color: #000;
  font-weight: 600;
}

.recent-donation-card .image-circle {
  background: #fff;
  padding: 16px 15px;
  border-radius: 56px;
}

.donation-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recent-donation-card .donation-content span {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 20px;
  display: inline-flex;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
}

.recent-donation-card .donation-content span tag.value-title {
  color: #000;
  font-weight: 600;
}

#recent-donations .owl-dots {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

#recent-donations .owl-dots button.owl-dot {
  width: 33px;
  height: 7px;
  border-radius: 45px;
  background: #A9A9A9;
}

#recent-donations .owl-dots button.owl-dot.active {
  background: #000;
}

#top-fundraiser-data .owl-dots {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

#top-fundraiser-data .owl-dots button.owl-dot {
  width: 33px;
  height: 7px;
  border-radius: 45px;
  background: #A9A9A9;
}

#top-fundraiser-data .owl-dots button.owl-dot.active {
  background: #000;
}


.about-fundraiser-wrap {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
}

.about-fundraiser-wrap h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-fundraiser-wrap p {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 9px;
}

.about-fundraiser-wrap .content-wrap span {
  color: var(--Primary-black, #A9A9A9);
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.about-fundraiser-wrap .content-wrap span tag.value-title {
  color: #000;
  font-weight: 600;
}

.all-data-symbols {
  display: flex;
  gap: 14px;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.common-datr-data {
  background: #f9f9f9;
  padding: 10px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.common-datr-data .content-wrap .value-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Quicksand';
}

.about-donate-btn-wrap {
  margin: 30px 0 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}

.about-donate-btn-wrap a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  /* text-decoration: underline !important; */
}

.about-donate-btn-wrap button {
  width: auto;
  height: auto;
  padding: 7px 18px 10px 18px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  font-size: 17px;
  color: #fff;
  /* border: 2px solid #000; */
  background-color: #000;
  border-radius: 2px;
}

#product-main-image {
  width: 540px;
  height: 469px;
  object-fit: cover;
}

#pro-slider .owl-nav button {
  width: 35px;
  height: 30px;
  box-shadow: none;
  position: absolute;
  top: 32%;
  left: -33px;
  right: inherit;
  z-index: 0;
  opacity: 0.8;
  outline: none;
  border-radius: 50%;
}

#pro-slider .owl-prev {
  left: -25px;
  bottom: 34px;
  width: 6%;
  line-height: 28px;
  position: absolute;
  color: #747474 !important;
  /* border: 2px solid #747474; */
  border-radius: 47px;
}

#pro-slider .owl-nav button:last-child {
  right: -47px;
  left: inherit;
}

#pro-slider .owl-next {
  right: -21px;
  bottom: 34px;
  width: 6%;
  line-height: 28px;
  position: absolute;
  color: #747474 !important;
  /* border: 2px solid #747474; */
  border-radius: 47px;
}

.product-image-slider {
  width: 80% !important;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 18px;
}

#pro-slider .owl-nav button i {
  font-size: 13px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 90%;
  width: 77%;
  /* padding: 10px 9px; */
  color: #747474;
  border: 1px solid #747474;
  border-radius: 31px;
  place-items: flex-end;
  align-items: center;
}

.product-image-slider img {
  width: 100% !important;
  height: 74px;
  object-fit: cover;
  margin: auto;
  background: var(--bg-grey);
  cursor: pointer;
}

/* FUNDRAISER DETAIL PAGE CSS */



/* --------- FEHR HTML CSS --------------- */



/* NEW-DK-CSS */



.cat-title {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  background: #FFF;
  align-items: center;
  padding: 3px;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
}

.whatwe-offer-card input[type="checkbox"] {
  display: none;
}

.whatwe-offer-card input[type="checkbox"]:checked~label {
  border: 1px solid #000;
  padding: 3px;
}



form.filter_form {
  display: flex;
  flex-direction: row;
  width: 94%;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.filter_date {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: 30px;
  flex-direction: row;
}

input#start_date {
  color: #fff;
  background-color: #fff;
}

.broker-date input[type=date]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}
.broker-date input[type=date]::-webkit-datetime-edit-month-field{
  -webkit-appearance: none;
  display: none;
}
.broker-date input[type=date]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}
.broker-date input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
}

input#start_date:focus {
  color: #fff;
  background-color: #fff;
}

input#start_date:focus-visible {
  color: #fff;
  background-color: #fff;
}

.broker-date input {
  width: 100%;
  font-size: 13px;
  color: #fff;
}

.broker-date input:focus-visible {
  width: 100%;
  font-size: 13px;
  color: #fff;
}


.broker-date input:focus {
  width: 100%;
  font-size: 13px;
  color: #fff;
}
.broker-date input:active {
  width: 100%;
  font-size: 13px;
  color: #fff;
}
.filter_submit input[type="submit"] {
  font-size: 13px;
  padding: 10px 10px 10px 10px;
    border-color: #000;
    align-content: center;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-top: 6px; */
}
.filter_submit input[type="submit"]:hover{
  background-color: #fff;
  color: #fff;
}

/* NEW-DK-CSS */


/* NEW SIGNUP PAGE CSS */

.my-signup-right-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
  margin: 10px 0 30px 0;
}

.my-signup-right-inner label {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.my-signup-right-inner label input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-signup-right-inner label input[type="email"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-signup-right-inner label input[type="password"] {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-signup-right-inner label input[type="text"]::placeholder {
  color: #C8C8C8;
}
.my-signup-right-inner label input[type="email"]::placeholder {
  color: #C8C8C8;
}
.my-signup-right-inner label input[type="password"]::placeholder {
  color: #C8C8C8;
}



.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: auto;
  margin-top: 10px;
  right: 12px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  transition: .5s;
}

.password-eye::placeholder {
  color: var(--inputclr, #545454);
}

.password-eye i {
  color: #545454;
  cursor: pointer;
}

.password-eye .fa-eye-slash:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://fehr.yilstaging.com/wp-content/uploads/2024/04/eye-close.png);
}

.password-eye .fa-eye:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://fehr.yilstaging.com/wp-content/uploads/2024/04/eye-open.png);
}

.signup_wrap_field button {
  width: auto;
  height: auto;
  padding: 9px 22px 9px 22px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}

.signup_wrap_field button:hover {
  color: #fff;
  background: var(--Primay-black, #000) !important;
}

.signup_wrap_field button:focus {
  color: #fff;
  background: var(--Primay-black, #000) !important;
}

.signup_wrap_field button:focus-visible {
  color: #fff;
  background: var(--Primay-black, #000) !important;
}

.or-sec-wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.or-sec-wrap h3::before {
  content: '';
  border: 1px solid #B8B8B8;
  width: 50%;
  margin-right: 4px;
}

.or-sec-wrap h3::after {
  content: '';
  border: 1px solid #B8B8B8;
  width: 50%;
  margin-left: 4px;
}

.google-img-wrap {
  display: flex;
  /* margin: 0 auto; */
  justify-content: center;
}

.form_tile h2 {
  font-size: 24px;
  line-height: 40px;
  font-family: 'Quicksand';
  font-weight: 500;
}

.resend_wrap {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.resend_btn input[type="submit"] {
  color: #000;
  border: none;
  text-decoration: underline;
  margin-top: -10px;
  margin-left: -10px;
}

.otp_submit_btn {
  display: flex;
  justify-content: end;
}

.otp_submit_btn button {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 0px;
}

.otp_submit_btn button:hover {
  color: #fff;
  background-color: #000 !important;
  border: none;
  border-radius: 0px;
}

.otp_submit_btn button:focus {
  color: #fff;
  background-color: #000 !important;
  border: none;
  border-radius: 0px;
}

.otp_submit_btn button:focus-visible {
  color: #fff;
  background-color: #000 !important;
  border: none;
  border-radius: 0px;
}

.otp_head h1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.otp_head p {
  color: #B5B5B5;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.eael-lr-form-loader-wrapper input#eael-login-submit:hover {
  color: #fff;
  background-color: #000 !important;
  
}

.eael-lr-form-loader-wrapper input#eael-login-submit:focus {
  color: #fff;
  background-color: #000 !important;
  
}

.eael-lr-form-loader-wrapper input#eael-login-submit:focus-visible {
  color: #fff;
  background-color: #000 !important;
  
}

.eael-lr-footer input#eael-lostpassword-submit:hover {
  color: #fff;
  background-color: #000 !important;
}
.eael-lr-footer input#eael-lostpassword-submit:focus {
  color: #fff;
  background-color: #000 !important;
}
.eael-lr-footer input#eael-lostpassword-submit:focus-visible {
  color: #fff;
  background-color: #000 !important;
}

.campaign_pagination {
  
  margin-top: 30px;
  margin-bottom: 30px;
  
}

.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button#submit_form:hover {
  color: #fff;
  background-color: #000 !important;
}

.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button#submit_form:focus {
  color: #fff;
  background-color: #000 !important;
}
.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button#submit_form:focus-visible {
  color: #fff;
  background-color: #000 !important;
}

#elementor-popup-modal-2443 .dialog-close-button {
  display: flex;
  background-color: #000000;
  padding: 2px;
  border-radius: 15px;
}

div#mark_name_anonymous {
  display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
  float: right;
  color: #fff;
  background-color: #000 !important;
  border-radius: 0px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:focus {
  float: right;
  color: #fff;
  background-color: #000 !important;
  border-radius: 0px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:focus-visible {
  float: right;
  color: #fff;
  background-color: #000 !important;
  border-radius: 0px;
}

input[type="radio"] {
  /* Example color: red */
  background-color: #000;
  border-color: #000;
}

.signup_checkbox {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.signup_checkbox a {
  color: #000;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.signup_checkbox a:hover {
  color: #000;
}

.my-camping-btn-wrap input[type="submit"]:hover {
  color: #fff;
  background-color: #000 !important;
  border: none;
}
.my-camping-btn-wrap input[type="submit"]:focus {
  color: #fff;
  background-color: #000 !important;
  border: none;
}
.my-camping-btn-wrap input[type="submit"]:focus-visible {
  color: #fff;
  background-color: #000 !important;
  border: none;
}
#home-caro .owl-dots button.owl-dot.active:hover {
  background: #000 !important;
}
#home-caro .owl-dots button.owl-dot.active:focus {
  background: #000 !important;
}
#home-caro .owl-dots button.owl-dot.active:focus-visible {
  background: #000 !important;
}
#home-caro .owl-dots button.owl-dot:hover {
  width: 33px;
  height: 7px;
  border-radius: 45px;
  background: #A9A9A9 !important;
}
#home-caro .owl-dots button.owl-dot:focus {
  width: 33px;
  height: 7px;
  border-radius: 45px;
  background: #A9A9A9 !important;
}
#home-caro .owl-dots button.owl-dot:focus-visible {
  width: 33px;
  height: 7px;
  border-radius: 45px;
  background: #A9A9A9 !important;
}
.elementor-4204 .elementor-element.elementor-element-c3095a2 .elementor-search-form__submit:hover {
  min-width: 40px;
  --e-search-form-submit-text-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary) !important;
}
.elementor-4204 .elementor-element.elementor-element-c3095a2 .elementor-search-form__submit:focus {
  min-width: 40px;
  --e-search-form-submit-text-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary) !important;
}
.elementor-4204 .elementor-element.elementor-element-c3095a2 .elementor-search-form__submit:focus-visible {
  min-width: 40px;
  --e-search-form-submit-text-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary) !important;
}
.campaign-btn-wrap a {
  border: solid 1px #000;
  padding: 5px 10px;
  border-radius: 20px;
}
/* .toptab-pill-wrap button:hover {
  color: #fff;
  background: var(--Primay-black, #000) !important;
}
.toptab-pill-wrap button:focus {
  color: #fff;
  background: var(--Primay-black, #000) !important;
}
.toptab-pill-wrap button:focus-visible {
  color: #fff;
  background: var(--Primay-black, #000) !important;
} */
/* NEW SIGNUP PAGE CSS */


/* CR CSS */


.page-section {
  position: relative;
  z-index: 2 !important;
  background-color: #fff;
}

.header_button{
  position: relative;
  z-index: 9 !important;
}


.fehr_home_banner
{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden !important;
}

.banner-inner {
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-color: #fff;
  transition: 100ms ease;
}

.fehr_home_banner.scrolled-1 {
  top: -20px;
  transition: .2s;
}

.banner-inner.scrolled-in-1 {
  transform: scale(1.01000);
  transition: .2s;
}

.fehr_home_banner.scrolled-2 {
  top: -40px;
  transition: .2s;
}

.banner-inner.scrolled-in-2 {
  transform: scale(1.03000);
  transition: .2s;
}

.fehr_home_banner.scrolled-3 {
  top: -60px;
  transition: .2s;
}

.banner-inner.scrolled-in-3 {
  transform: scale(1.06000);
  background-color: #999;
  transition: 100ms ease;
}

.home_marque {
  position: relative;
  z-index: -1;
}

/* .banner-inner.active {
  background-color: #000;
  transition: .5s;
} */


.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #999;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
}

.floating-button a {
  color: #fff;
  text-decoration: none;
}

.floating-button:hover {
  background-color: #999;
}


/* new donation css */

.main-donation-wrap {
  width: 100%;
  height: auto;
  padding: 19px 8px;
  background-color: #F5F3F4;
}

.donation-main-card {
  padding: 40px 22px;
  background: #fff;
  border-radius: 16px;
}

.image-donation-wrap img {
  width: 180px;
  height: 135px;
  object-fit: contain;
  border-radius: 10px;
}

.heading-sec-wrap h3 {
  color: var(--heading, #231F20);
  text-align: left;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.heading-sec-wrap h3 span {
  color: var(--heading, #A9A9A9);
  text-align: center;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.heading-sec-wrap p {
  color: var(--Primary-black, #A9A9A9);
  text-align: left;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.heading-sec-wrap p span {
  color: var(--Primary-black, #231F20);
  text-align: left;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.img-sec-donation {
  display: flex;
  align-items: center;
  gap: 19px;
  justify-content: center;
}


/ SECOND SEC CSS /

.donation-first-sec {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 19px 22px 14px 32px;
  flex-direction: column;
  align-items: center;
}

.donation-second-sec {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 19px 22px 14px 32px;
  flex-direction: column;
  align-items: center;
}

.donation-second-sec label {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #333;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
}

.donation-second-sec label h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.price-all-btns {
  display: flex;
  align-items: center;
  gap: 14px;
}

.price-all-btns p {
  border: 1px solid #000000;
  padding: 8px 23px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
}

.price-all-btns p:focus {
  background-color: #000;
  color: #fff;
}

.price-all-btns a {
  color: #A9A9A9;
  text-decoration: underline !important;
}

.donation-second-sec label input[type="text"] {
  width: 100%;
  height: 80px;
  padding: 10px;
  / border-radius: 18px; /
  text-align: end;
  color: #000;
  / position: relative; /
  padding-right: 84px;
  font-size: 36px;
  font-weight: 600;
  border: 1px solid #A9A9A9;
  border-radius: 0px;
}

.donation-second-sec label input.public-post[type="text"] {
  width: 100%;
  height: 40px;
  padding: 10px;
  / border-radius: 18px; /
  text-align: left;
  color: #000;
  / position: relative; /
  padding-right: 84px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #A9A9A9;
  border-radius: 0px;
}

.donation-second-sec label textarea {
  width: 100%;
  height: 87px;
  padding: 10px;
  resize: none;
  / border-radius: 18px; /
  text-align: left;
  color: #000;
  / position: relative; /
  padding-right: 9px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #A9A9A9;
  border-radius: 0px;
}

.donation-second-sec label input[type="number"] {
  width: 26%;
  height: 40px;
  padding-left: 10px;
  / border-radius: 18px; /
  color: #000;
  padding-bottom: 7px;
  position: relative;
  / padding-right: 72px; /
  font-size: 23px;
  font-weight: 600;
  border: 1px solid #A9A9A9;
  border-radius: 0px;
}

.donation-second-sec label input[type="number"]::placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.donation-second-sec label input.public-post[type="text"]::placeholder {
  color: #A9A9A9;
  font-size: 16px;
  font-weight: 600;
}

.donation-second-sec label textarea::placeholder {
  color: #A9A9A9;
  font-size: 16px;
  font-weight: 600;
}

.donation-second-sec label input[type="text"]::placeholder {
  color: #000;
}

.donate-anonmysus {
  display: flex;
  align-items: center;
  gap: 14px;
}

.donate-anonmysus label {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #333;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
}

.donate-anonmysus .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.donate-anonmysus .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.donate-anonmysus .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.donate-anonmysus .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.donate-anonmysus input:checked+.slider {
  background-color: #000;
}

.donate-anonmysus input:focus+.slider {
  box-shadow: 0 0 1px #000;
}

.donate-anonmysus input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/ CATEGORY WRAP /

.joinus-content-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 19px 22px 14px 32px;
  flex-direction: column;
  align-items: center;

  h1 {
    font-family: "mortend", Sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
  }

  p {
    color: #A9A9A9;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 14px;
  }

  .how-it-works-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;

    & .box {
      width: 30%;
    }

    h3 {
      color: var(--Primay-black, #000);
      font-family: Quicksand;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      margin: 0 auto;
      margin-bottom: 6px;
    }

    h2 {
      color: var(--Primay-black, #000);
      font-family: Quicksand;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      text-align: center;
      margin-bottom: 12px;
    }

    p {
      color: #A9A9A9;
      font-family: Quicksand;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      text-align: left;
      margin-bottom: 14px;
    }

  }

}



.category-cards-wrapp {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
}

.cate-box {
  border: 1px solid #A9A9A9;
  padding: 11px 9px;
  width: 22%;
  gap: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-cards-wrapp .cate-box p {
  color: #000;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}

.vew-morecategory a {
  color: #A9A9A9;
  text-decoration: underline !important;
  font-size: 16px;
}

/ CATEGORY WRAP /

/ Rounded sliders /
.donate-anonmysus .slider.round {
  border-radius: 34px;
}

.donate-anonmysus .slider.round:before {
  border-radius: 50%;
}

.usd-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 14px;
}

.usd-wrap span {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

.count-fixed h2 {
  font-size: 36px;
  font-weight: 600;
}

.count-fixed {
  position: absolute;
  right: 29px;
  top: 35px;
}

.add-price-count {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.donation-second-sec label p {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 4px;
}

.custom-tip-banner {
  border: 1px solid #A9A9A9;
  border-radius: 12px;
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 14px 14px;
  background: #fff9e7;
}

.custom-tip-banner p {
  color: #000 !important;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}

.payment-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #A9A9A9;
  border-radius: 10px;
  padding-left: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 14px;
  width: fit-content;
}

.payment-box input[type="radio"] {
  appearance: none;
  width: 10px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  outline: 2px solid #000;
  outline-offset: 2px;
  cursor: pointer;
}

.payment-box input[type="radio"]:checked {
  background: #000;
  outline: 1px solid #000;
}

.my-doantion-btn-wrap {
  display: flex;
  width: 50%;
}

.my-doantion-btn-wrap button {
  width: 100%;
  height: auto;
  padding: 12px 13px 12px 13px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: var(--Primay-black, #000);
}



.terms-condition-wrap {
  width: 50%;
  padding-top: 18px;
}

.terms-condition-wrap p {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}

.terms-condition-wrap a {
  color: #000;
  text-decoration: underline !important;
}


.donate-anonmysus p {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
}


.checkout-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 0px;
}

.checkout-list p {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}

.checkout-list span {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 4px;
}

.total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  border-top: 1px solid #E3E3E3;
}

.total-amount p {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}

.total-amount span {
  color: #A9A9A9;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 4px;
}

.joinus-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* new css */

/* .single_subs button:focus {
  background-color: #000 !important;
  color: #fff;
}
.single_subs button:focus-visible {
  background-color: #000 !important;
  color: #fff;
}
.single_subs button:visited {
  background-color: #000 !important;
  color: #fff;
} */

.single_subs h3 {
  font-size: 18px;
  line-height: 22.3px;
  font-weight: 600;
  font-family: 'Quicksand';
}

.single_subs {
  width: 30%;
  height: auto;
  padding: 10px;
  box-shadow: 0px 2px 10px 5px #E3E0E040;
}

.single_subs p, strong {
  font-size: 14px;
  font-family: 'Quicksand';
  line-height: 17.5px;
  font-weight: 500;
  gap: 10px;
  display: flex;
}

.add-price-count input#myInput {
  background-image: url(https://fehr.yilstaging.com/wp-content/uploads/2024/09/Group-4.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 20px;
}

.add-price-count input#myInput::placeholder {
  font-size: 34px;
  font-weight: 700;
}
.donation-second-sec input[type="number"]#myInput1{
	background-image: url(https://fehr.yilstaging.com/wp-content/uploads/2024/09/Group-4.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 6px;
    font-size: 18px;
}
.price-all-btns button.donation_price {
  color: #000;
  border-color: #000;
}
.price-all-btns button.donation_price:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.price-all-btns button.donation_tip {
  color: #000;
  border-color: #000;
}
.price-all-btns button.donation_tip:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.single_subs button#butoon-focus {
  background-color: #000 !important;
  color: #fff !important;
}
.single_subs button#butoon-focus:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.single_subs button#butoon-focus:focus {
  background-color: #000 !important;
  color: #fff !important;
}
.my-campaigns-wrappp-page button#cretae-fehr {
  background-color: #000;
  color: #fff;
}
.my-campaigns-wrappp-page button#cretae-fehr:hover {
  background-color: #000;
  color: #fff;
}

.my-manage-monthly-page {
  gap: 20px;
}
.whatwe-offer-card:hover {
  background-color: transparent;
}
.signup_wrap_field strong {
  display: inline;
  font-weight: 700;
}
.signup_checkbox {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 80%;
}


/* new css of CR point*/

.active-tab-shiel-wp {
  position: relative;
  top: 46px;
  display: flex
;
  gap: 14px;
  justify-content: center;
  align-items: center;
  left: 0%;
  top: 0;
}
.active-curve {
  background-color: #000 !important;
}
.curve-one {
  background: #CFCFCF;
  padding: 6px;
  width: 100px;
  border-radius: 30px;
}
.curve-two {
  background: #CFCFCF;
  padding: 6px;
  width: 100px;
  border-radius: 30px;
}
.my-account-page form p {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.right-sec-form h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  display: flex
;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: left;
  margin-top: 5px;
}

.scroll-uploded-boxes {
  height: 154px;
  overflow-x: auto;
}

.uploded-box-wrap {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  background: #dfdfdf;
  padding: 4px 13px 4px 14px;
  border-radius: 6px;
  margin-bottom: 7px;
  margin-right: 6px;
}

.checkbox-wrap {
  border: 1px solid #C8C8C8;
  padding: 14px 14px;
  display: flex
;
  gap: 20px;
  /* width: 80%; */
}

.funding-amount-wrap h3 {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 14px;
}

.funding-amount-wrap label input[type="text"],
.funding-amount-wrap label input[type="number"] {
  width: 100%;
  height: 80px;
  padding: 10px;
  /* border-radius: 18px; */
  text-align: end;
  color: #000;
  /* position: relative; */
  padding-right: 84px;
  font-size: 36px;
  font-weight: 600;
  border: 1px solid #A9A9A9;
  border-radius: 0px;
}



    .funding-amount-wrap label input[type="number"]::-webkit-outer-spin-button,
    .funding-amount-wrap label input[type="number"]::-webkit-inner-spin-button
{
	 -webkit-appearance: none;
        margin: 0;
}



.my-campaigns-wrappp-page .toptab-pill-wrap {
  display: flex
;
  justify-content: space-between;
}


.uploaded-box-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.image-uploded {
  margin-right: 10px;
}

.image-uploded img {
  width: 100px; /* Adjust the size of the uploaded images */
  height: 100px;
  object-fit: cover;
}

.uploaded-box-wrap p {
  margin: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
}

.uploaded-box-wrap a {
  margin-left: 10px;
}

.uploaded-box-wrap {
  display: flex
;
  align-items: baseline;
  justify-content: space-between;
}
.image-uploded img {
  width: 60px;
  height: 60px;
  padding: 10px;
}
.uploaded-box-wrap {
  display: flex
;
  align-items: baseline;
  justify-content: space-between;
  padding: 0px 10px;
  background-color: #3333;
  margin-bottom: 10px;
  border-radius: 10px;
}

.my-account-page p {
  color: var(--Primay-black, #000);
  font-family: Quicksand;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.create-fehr-inner label input[type="tel"] {
    border: 1px solid #ddd;
	padding-left: 10px;
}