@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
    url('../fonts/Montserrat-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
.fw-black {
  font-weight: 900;
}
.text-color-primary {
  color: #F3775F;
}
.text-color-secondary {
  color: #52C1B5;
}
.text-color-success {
  color: #337780;
}
.text-color-ternary {
  color: #7B4E9F;
}
.text-color-grey {
  color: #5D5D5D;
}
.bg-primary {
  background-color: #F3775F;
}
.bg-light-primary {
  background-color: #FFEDEB;
}
.bg-secondary {
  background-color: #52C1B5;
}
.bg-light-secondary {
  background-color: #D7EFEC;
}
.bg-success {
  background-color: #337780;
}
.bg-ternary {
  background-color: #7B4E9F;
}
.btn-primary {
  font-family: 'Montserrat';
  font-size: 21px;
  background-color: #F3775F;
  color: white;
  padding: 17px 35px;
  font-weight: 800;
  border-radius: 37px;
  text-transform: uppercase;
  border: 0;
}
.btn-primary:hover {
  background-color: #7B4E9F;
  color: white;
}
.btn-secondary {
  font-family: 'Montserrat';
  font-size: 21px;
  background-color: #52C1B5;
  color: white;
  padding: 17px 35px;
  font-weight: 800;
  border-radius: 37px;
  text-transform: uppercase;
  border: 0;
}
.btn-secondary:hover {
  background-color: #F3775F;
  color: white;
}
.btn-ternary {
  font-family: 'Montserrat';
  font-size: 21px;
  background-color: #7B4E9F;
  color: white;
  padding: 17px 35px;
  font-weight: 800;
  border-radius: 37px;
  text-transform: uppercase;
  border: 0;
}
.border-secondary {
  border: 1px solid #52C1B5;
}
.title-2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.72px;
}
.btn-ternary:hover {
  background-color: #F3775F;
  color: white;
}
.text-2 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.22px;
  color: #000000;
}
.text-1 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.22px;
}
.text-3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #7E7E7E;
}
.text-4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
}
.fw-extrabold {
  font-weight: 800;
}
a {
  color: #F3775F;
  text-decoration: none;
}
/* Header styles */
header.header .container-fluid {
  padding-left: 35px;
  padding-right: 25px;
}
.header nav li.nav-item {
  padding-left: 2rem;
  padding-right: 2rem;
}
.navbar-nav .nav-link {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.6px;
  color: #F3775F;
  position: relative;
}
.navbar-nav .active-item::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: calc(100% - 1rem);
  height: 3px;
  background-color: #F3775F;
  margin-left: auto;
  margin-right: auto;
}
.navbar-nav .nav-link:hover {
  color: #F3775F;
}
.navbar-nav .nav-link:hover:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: calc(100% - 1rem);
  height: 3px;
  background-color: #F3775F;
  margin-left: auto;
  margin-right: auto;
}
.login-signup .nav-link {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #F3775F;
}
.login-signup .nav-link:hover {
  color: #000000;
}
.donate-btn {
  font-family: 'Montserrat';
  background-color: #F3775F;
  color: #ffffff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  border-radius: 30px;
  padding: 17px 37px;
}
.donate-btn:hover {
  background-color: #52C1B5;
  color: #ffffff;
}
.navbar-brand img {
  max-height: 107px;
}
/* Hero Section styles */
.hero-section {
  background-image: url('../images/hero-bg.svg');
  background-size: cover;
  background-position: center;
}
.highlight-year {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #EE7159;
}
.highlight-title {
  font-family: 'Montserrat';
  font-size: 96px;
  line-height: 96px;
  font-weight: 400;
  letter-spacing: -2.88px;
  color: #7B4E9F;
  text-transform: uppercase;
}
.highlight-sub {
  font-family: 'Montserrat';
  font-size: 96px;
  line-height: 96px;
  font-weight: 900;
  letter-spacing: -2.88px;
  color: #7B4E9F;
}
.info-text {
  font-family: 'Montserrat';
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #7B4E9F;
}
.text-desc {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.22px;
  color: #7B4E9F;
}
.period-text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  color: #F3756E;
}
.btn-donate {
  font-family: 'Montserrat';
  font-size: 21px;
  background-color: #F3775F;
  color: white;
  padding: 17px 35px;
  font-weight: 800;
  border-radius: 37px;
  text-transform: uppercase;
}
.btn-donate:hover {
  background-color: #52C1B5;
  color: white;
}
.action-button {
  background-color: #f97316;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin: 1rem 0.5rem;
  width: auto;
}
.action-button:hover {
  background-color: #ed8936;
}
.button-container {
  text-align: center;
  margin-top: 2rem;
}
/* photo-chanllenge-section */
.photo-chanllenge-section {
  padding: 90px 0 150px;
}
.section-title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.6px;
}
.title-4 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
}
.pc-desc {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.22px;
  color: #000000;
  max-width: 1117px;
  margin: 0 auto;
  text-align: center;
}
.step-card {
  border-radius: 24px;
  padding: 30px 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.step-title {
  font-family: 'Montserrat';
  font-size: 26px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: -0.26px;
  margin-bottom: 1rem;
}
.pkg-name {
  font-family: 'Montserrat';
  font-size: 76px;
  line-height: 76px;
  font-weight: 900;
  letter-spacing: 0px;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
.pkg-subname {
  font-family: 'Montserrat';
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: -0.32px;
  margin-bottom: 25px;
}
.step-description {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.22px;
  margin-bottom: 30px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-height: 120px;
}
.card-one {
  background-color: #73C9BE;
  color: #1D555C;
}
.card-two {
  background-color: #F6D3CD;
  color: #F37760;
}
.card-three {
  background-color: #E3C4DD;
  color: #7B4E9F;
}
.phone-image {
  max-width: 100%;
  height: auto;
  margin-top: auto;
}
/*leaderboard-section*/
.leaderboard-section {
  background: rgba(227, 196, 221, 0.37);
  padding: 95px 0 110px;
}
.section_title_b {
  font-family: 'Montserrat';
  font-size: 70px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: -1.4px;
  color: #7B4E9F;
  text-transform: uppercase;
}
.search-input, .search-participant {
  background: #FFFFFF;
  border: 1px solid #E8DFE6;
  border-radius: 66px;
}
.search-input .form-control, .search-participant .form-control, .form-wrapper .search-participant .form-control {
  padding: 15px 0 15px 35px;
  letter-spacing: -0.19px;
  color: #7B4E9F;
  font-size: 19px;
  font-weight: 600;
  border: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.search-input .btn {
  border: 0;
  min-width: 50px;
  color: #7B4E9F;
}
.search-input .btn:hover {
  background: transparent;
  color: #7B4E9F;
}
.search-input input::placeholder {
  color: #7B4E9F !important;
  opacity: 1;
}
.search-input input::-webkit-input-placeholder {
  color: #7B4E9F !important;
}
.search-input input:-ms-input-placeholder {
  color: #7B4E9F !important;
}
.search-input input::-ms-input-placeholder {
  color: #7B4E9F !important;
}
.leaderboard-title {
  font-family: 'Montserrat';
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: -0.25px;
  color: #7B4E9F;
}
.leaderboard-title a {
  color: inherit;
}
.leaderboard {
  background: #FFFFFF;
  border: 1px solid #E8DFE6;
  border-radius: 33px;
  padding: 20px 45px 20px 30px;
  -webkit-box-shadow: 5px 5px 2px 0px #E8DFE6;
  -moz-box-shadow: 5px 5px 2px 0px #E8DFE6;
  box-shadow: 5px 5px 2px 0px #E8DFE6;
}
.team-img {
  width: 88px;
  height: 88px;
}
.leaderboard-text {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -0.21px;
  margin-bottom: 10px;
  color: #F3756E;
  text-transform: uppercase;
}
.progress {
  --bs-progress-bg: rgba(239, 144, 127, .26);
  --bs-progress-bar-bg: #F37760;
}
/* milestones-section */
.milestones-section {
  padding: 115px 0 150px;
  background-image: url('../images/milestones-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.compaign-box {
  padding: 55px 25px;
  border-radius: 39px;
}
.compaign-box .progress, .comaign-widget .progress {
  --bs-progress-bg: rgba(255, 255, 255, 1);
  --bs-progress-bar-bg: #FF7BE5;
}
.compaign-title {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.78;
}
.compaign-amount {
  font-weight: 900;
  font-size: 38px;
  line-height: 38px;
  color: #FFFFFF;
}
.compaign-time-box {
  padding: 32px 30px;
  background: #F6D3CD 0% 0% no-repeat padding-box;
  border-radius: 39px;
}
.compaign-end {
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  color: #F37760;
}
.compaign-stat {
  padding: 50px 30px;
  background: #73C9BE;
  border: 1px solid #73C9BE;
  border-radius: 39px;
}
.count-number {
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  color: #1D555C;
}
.compaign-stat-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #1D555C;
}
/* Footer styles */
.footer {
  background-color: #FFEDEB;
  padding-top: 99px;
}
.text-signature {
  color: #F37760;
  font-size: 18px;
  line-height: 28px;
}
.social-icons a {
  width: 59px;
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #F377606E;
  border-radius: 50%;
  color: #F37760;
  font-size: 30px;
  text-decoration: none;
}
.social-icons a:hover {
  background: #F37760;
  color: #FFFFFF;
}
.text-copyright {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #F3775F;
  font-weight: 400;
}
.footer-links a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #F3775F;
  position: relative;
  padding-right: 30px;
}
.footer-links a:last-child {
  padding-right: 30px;
}
.footer-links a::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 15px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #F3775F;
}
.footer-links a:last-child::after {
  content: none;
}
/*countdown*/
.hq-countdown {
  display: flex;
  gap: 1.5rem;
  transition: all 0.3s ease;
  justify-content: center;
}
.hq-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.hq-countdown-item:hover {
  transform: translateY(-5px);
}
.hq-number {
  width: 109px;
  height: 90px;
  background: #FFEDEB;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  opacity: 1;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1.2px;
  color: #F3775F;
}
.hq-label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: -0.32px;
  color: #F3756E;
  text-transform: uppercase;
  text-align: center;
}
/* Ended state */
.hq-ended {
  background: linear-gradient(145deg, #ef4444, #dc2626);
  animation: pulse 1.5s infinite;
}
.hq-ended .hq-countdown-item {
  background: rgba(255, 255, 255, 0.15);
}
.hq-countdown-ended {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
/**** the-challenge page ****/
/*title-box*/
.title-box {
  background-image: url('../images/title-box-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 0;
  text-align: center;
  min-height: 450px;
}
.highlight-title .fw-black {
  display: block;
}
.about-img {
  margin-bottom: -94px;
}
section.section {
  padding: 100px 0 100px;
}
/*photo-prompts-section*/
.photo-prompts-section {
  padding: 100px 0 150px;
  background: linear-gradient(0deg, #FFFFFF 0%, #F5E9F3 24%, #F5E9F3 100%);
}
.social-icon-list {
  list-style: none;
  margin-bottom: 0;
}
.social-icon-list li a {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #7B4E9F;
  border-radius: 50%;
  color: #7B4E9F;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.social-icon-list li a:hover {
  background: #7B4E9F;
  color: #FFFFFF;
}
.social-icon-list li a:hover img {
  filter: brightness(0) invert(1);
}
.qr-code-wrap {
  max-width: 275px;
  background: #FFFFFF;
  border: 5px solid #F37760;
  border-radius: 18px;
  text-align: center;
  padding: 13px;
}
.social-widget .btn {
  font-size: 15px;
}
.prompt-outer-wrap {
  padding: 52px 0 0;
  /* overflow: hidden; */
}
.flip-card {
  position: relative;
  width: 100%;
  height: 486px;
  overflow-y: visible;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px #00000029;
   perspective: 1000px;
}
.flip-card.show-prompt {
  overflow: hidden;
}
.flip-card:not(.show-prompt):before {
  content: url(../images/strip1.png);
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.promt-wrapper {
  background: #F3CFC8;
  width: 100%;
  height: 354px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 25px;
}
.active-prompt .promt-wrapper {
  background: radial-gradient(closest-side at 50% 50%, #1D5056 0%, #2C7A82 100%);
}
.view-prompt-btn, .close-prompt {
  font-family: 'Montserrat';
  font-size: 20px;
  background-color: #F3775F;
  color: white;
  padding: 12px 35px;
  font-weight: 800;
  border-radius: 30px;
  text-transform: uppercase;
  border: 0;
}
.view-prompt-btn {
  display: none;
}
.active-prompt .view-prompt-btn {
  display: inline-block;
}
.view-prompt-btn:hover, .close-prompt:hover {
  background-color: #7B4E9F;
  color: white;
}
/**flip animation*/
.flip-card .flip-front,
.flip-card .prompt-description {
  backface-visibility: hidden;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flip-card .flip-front {
  z-index: 2;
  transform: rotateY(0deg);
}
.flip-card .prompt-description {
  z-index: 1;
  transform: rotateY(180deg);
}
.flip-card.show-prompt .flip-front {
  transform: rotateY(-180deg);
}
.flip-card.show-prompt .prompt-description {
  transform: rotateY(0deg);
  z-index: 3;
}
/**flip animation**/
.prompt-week {
  padding: 7px 15px;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.22px;
  color: #F3CFC8;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.active-prompt .prompt-week {
  background: #F37760;
  color: #FFFFFF;
}
.prompt-title {
  font-size: 37px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.active-prompt .prompt-title {
  color: #4FBCB0;
  font-size: 50px;
  line-height: 52px;
  font-weight: 900;
}
.prompt-date {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.active-prompt .prompt-date {
  color: #D6FFFB;
}
.prompt-date i {
  margin-right: 6px;
}
.flip-front,
.prompt-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.5s ease;
  padding: 27px;
  background: #fff;
}
.prompt-description {
  background-color: #ffffff;
  top: calc(-100% - 52px);
  z-index: -1;
  overflow-y: scroll;
  padding-right: 10px;
  visibility: hidden;
}
.flip-card.show-prompt .prompt-description {
  top: 0;
  z-index: 2;
  visibility: visible;
}
.flip-front {
  z-index: 1;
}
.prompt-description .prompt-week {
  font-size: 17px;
  line-height: 24px;
  padding: 5px 10px;
  border-radius: 9px;
  letter-spacing: -0.17px;
  background: #F37760;
  color: #FFFFFF;
}
.prompt-description .prompt-date {
  font-size: 17px;
  line-height: 24px;
  color: #F37760;
  letter-spacing: -0.17px;
  font-weight: 700;
}
.prompt-description h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #7B4E9F;
  text-transform: uppercase;
}
.prompt-description p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #393939;
}
.prompt-description ul {
  padding-left: 25px;
  list-style: none;
}
.prompt-description ul li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #393939;
  position: relative;
}
.prompt-description ul li:before {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: -25px;
  top: 0px;
  color: #F37760;
}
/* Scrollbar Styles for WebKit Browsers */
.prompt-description::-webkit-scrollbar {
  width: 12px;
}
.prompt-description::-webkit-scrollbar-track {
  background: transparent;
}
.prompt-description::-webkit-scrollbar-thumb {
  background-color: #7C6E87;
  border-radius: 6px;
}
/* Firefox (limited support) */
.prompt-description {
  scrollbar-width: thin;
  scrollbar-color: #7C6E87 transparent;
}
/* participants & teams */
.form-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #151515;
}
.form-select {
  border: 1px solid #B9B9B9;
  border-radius: 25px;
  padding: .75rem 2.25rem .75rem 1.5rem;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #151515;
}
.search-participant .form-control {
  padding: 11px 0 11px 28px;
  letter-spacing: -0.18px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.search-participant .btn {
  border: 0;
  min-width: 50px;
  color: #F37760;
}
.search-participant .btn:hover {
  background: transparent;
  color: #F37760;
}
.search-participant ::placeholder, .search-participant ::-webkit-input-placeholder, .search-participant :-ms-input-placeholder, .search-participant ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.53) !important;
}
.participant-card {
  background: #F5E9F3;
  border: 1px solid #DED2E7;
  border-radius: 33px;
  padding: 25px 27px 35px;
  margin-bottom: 40px;
}
.pt-img {
  width: 115px;
  height: 115px;
  object-fit: cover;
}
.pt-title, .pt-title a {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.25px;
  color: #7B4E9F;
}
.pt-type {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
ul.pagination {
  column-gap: 14px;
}
ul.pagination li a {
  border: 1px solid #F37760;
  border-radius: 12px;
  text-align: center;
  letter-spacing: -0.19px;
  color: #F37760;
  font-size: 19px;
  font-weight: 600;
  width: 49px;
  height: 49px;
  line-height: 35px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #666666;
  color: #666666;
}
.page-item:last-child .page-link {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #666666;
  color: #666666;
}
.active>.page-link, .page-link.active, ul.pagination li a:hover, .page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
  color: #ffffff;
  background-color: #F37760;
  border-color: #F37760;
}
.disabled>.page-link, .page-link.disabled {
  background-color: inherit;
  border-color: inherit;
}
.per_page {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.19px;
  background-color: #FFEDEB;
  color: #F37760;
  border-radius: 15px;
  width: 80px;
  border: 0;
}
/**profile participants**/
.profile-box {
  padding: 65px 0;
  background: #FFEDEB;
}
.profile-img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}
.profile-name {
  font-size: 50px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #F37760;
}
.btn-edit-profile {
  font-size: 18px;
  padding: 14px 25px;
  font-weight: 800;
  text-transform: uppercase;
}
.btn-outline-primary {
  --bs-btn-color: #F37760;
  --bs-btn-border-color: #F37760;
  --bs-btn-hover-bg: #F37760;
  --bs-btn-hover-border-color: #F37760;
  --bs-btn-active-bg: #F37760;
  --bs-btn-active-border-color: #F37760;
  --bs-btn-disabled-color: #F37760;
  --bs-btn-disabled-border-color: #F37760;
}
.btn-outline-primary:hover {
  background-color: #F37760;
  border-color: #F37760;
}
.btn-outline-ternary {
  --bs-btn-color: #7B4E9F;
  --bs-btn-border-color: #7B4E9F;
  --bs-btn-hover-bg: #7B4E9F;
  --bs-btn-hover-border-color: #7B4E9F;
  --bs-btn-active-bg: #7B4E9F;
  --bs-btn-active-border-color: #7B4E9F;
  --bs-btn-disabled-color: #7B4E9F;
  --bs-btn-disabled-border-color: #7B4E9F;
  font-size: 21px;
  padding: 17px 35px;
  font-weight: 800;
  border-radius: 37px;
  text-transform: uppercase;
}
.btn-outline-ternary:hover {
  background-color: #7B4E9F;
  border-color: #7B4E9F;
  color: white;
}
/*profile sidebar*/
.donation-option {
  display: none;
}
.donation-label {
  background-color: #ffefed;
  color: #f76c5e;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.donation-option:checked+.donation-label {
  background-color: #f76c5e;
  color: #fff;
}
.widget {
  margin-bottom: 60px;
}
.widget p {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.17px;
  color: #5D5D5D;
  font-weight: 400;
}
.comaign-widget-header {
  background: #7B4E9F;
  box-shadow: 0px 3px 30px #00000029;
  border: 1px solid #DED2E7;
  border-radius: 33px 33px 0px 0px;
  padding: 26px 40px 25px;
}
.comaign-widget-body {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 0px 0px 33px 33px;
  padding: 30px 40px 40px;
}
.comaign-widget .compaign-amount {
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
}
.widget .compaign-goal {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.78;
}
.widget-title {
  letter-spacing: -0.52px;
  text-transform: uppercase;
  font-weight: 900;
}
.donation-label {
  font-size: 32px;
  line-height: 32px;
  color: #F37760;
  font-weight: 900;
}
.comaign-widget .input-group-text, .comaign-widget .input-group>.form-control {
  border: 2px solid #F37760;
  border-radius: 12px;
}
.comaign-widget .input-group-text {
  background-color: transparent;
  border-right: 0;
  color: #F37760;
  font-weight: 900;
  font-size: 32px;
}
.comaign-widget .input-group>.form-control {
  background-color: transparent;
  border-left: 0;
  padding: 0.5rem 1rem;
  font-size: 19px;
  line-height: 24px;
  color: #949494;
}
.comaign-widget-body .btn {
  font-size: 18px;
}
.widget-team {
  background: #D8F0ED;
  padding: 21px 24px;
}
.team-name {
  font-size: 21px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -0.21px;
}
.team-name a {
  color: inherit;
}
.widget-team-member {
  background: rgba(115, 201, 190, 0.28);
  padding: 40px 40px;
  border-radius: 36px;
}
.wtm-wrap {
  padding: 20px 25px;
  background: #FFFFFF;
  border: 1px solid #B8DBD7;
  border-radius: 26px;
}
.member-img {
  position: relative;
}
.member-img .m-img,
.owl-carousel .owl-item .member-img .m-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.start-icon {
  position: absolute;
  bottom: 0px;
  right: 8px;
  color: #EBB044;
  max-width: 23px;
}
.member-widget-body .member-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -0.2px;
}
.member-widget-body .member-name a {
  color: inherit;
}
.member-donation {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.16px;
}
.by-team {
  color: #747474;
  text-transform: none;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
.by-team:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #747474;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.widget-team img {
  width: 67px;
  height: 67px;
  object-fit: cover;
}
.social-widget {
  background: #FFFFFF;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 33px;
  padding: 30px 40px;
}
.add-btn {
  font-size: 20px;
  font-weight: 800;
  background: #D8F0ED;
  border: 2px dashed #28656D;
  letter-spacing: -0.2px;
  color: #28656D;
  border-radius: 45px;
  padding: 12px 28px;
}
.add-btn:hover {
  background: #28656D;
  color: #FFFFFF;
  border: 2px dashed #28656D;
}
.profile-wrapper {
  padding: 70px 0 200px;
}
.photo-challenge-outer {
  margin-bottom: 80px;
}
.photo-challenge-box {
  padding-left: 15px;
}
.photo-challenge-img {
  position: relative;
}
.photo-challenge-img img {
  height: 208px;
  object-fit: cover;
  cursor: zoom-in;
}
.edit-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  background-color: #ff6f61;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.photo-challenge-title {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.25px;
  font-weight: 800;
  text-transform: capitalize;
}
.week-tag {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.owl-nav i {
  font-size: 50px;
  /* color: #F3775F; */
}
.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #F3775F !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: inherit;
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
  color: #BBBBBB !important;
}
/* my donation */
.mydonation-sec {
  padding: 45px 60px 45px 70px;
  background: #F5E9F3;
  border-radius: 30px;
}
.mydonation-wrap {
  padding: 22px 22px;
  background: #FFFFFF;
  border: 1px solid #E8DFE6;
  border-radius: 33px;
  -webkit-box-shadow: 5px 5px 2px 0px #E8DFE6;
  -moz-box-shadow: 5px 5px 2px 0px #E8DFE6;
  box-shadow: 5px 5px 2px 0px #E8DFE6;
  margin-bottom: 21px;
  margin-right: 10px;
}
.donation-amount {
  padding: 16px 14px;
  background: #52C1B5;
  border-radius: 18px;
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.43px;
  min-width: 131px;
  text-align: center;
}
.mydonation-title {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.23px;
  color: #7B4E9F;
}
.mydonation-text {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.19px;
  color: #F3756E;
  font-style: italic;
  margin-bottom: 0;
}
.add-photo-model .modal-content {
  background-color: #F5E9F3;
}
.add-photo-model .modal-content {
  background-color: #F5E9F3;
  padding: 48px 100px 45px;
}
.add-photo-model .modal-content .modal-body {
  padding: 0;
}
.add-photo-model .upload-preview {
  width: 163px;
  height: 109px;
  border-radius: 9px;
  background: #FFEDEB;
}
.add-photo-model .upload-preview img {
  border-radius: 7px;
}
.add-photo-model .upload-preview i {
  color: #F37760;
  font-size: 40px;
}
.add-photo-model textarea.form-control {
  min-height: 210px;
}
/*** Campaign Buddies ***/
.cb-banner-img {
  margin-bottom: -32px;
}
.milestones-inner {
  padding: 90px 80px;
  background: #FFEDEB;
  border-radius: 52px;
}
.milestones-inner .section_title_b {
  font-size: 66px;
  letter-spacing: -1.32px;
}
.modal {
  background-color: rgba(43, 28, 54, 0.74);
}
.modal-dialog {
  margin-top: 125px;
}
#joinTeamModel .modal-content p, .model-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #747474;
}
.modal-content {
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 40px;
  padding: 80px 30px;
}
.modal-content .btn-close {
  position: absolute;
  top: 16px;
  right: 25px;
}
.widget .btn-sm {
  font-size: 15px;
  padding: 10px 25px;
}
.widget .owl-nav i {
  font-size: 38px;
  color: #1D555C;
}
.widget .owl-nav .disabled {
  opacity: 0.5;
}
/****FAQ****/
.faq-tabs .nav-pills .nav-link {
  text-align: left;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: #919191;
  padding: 17px 38px;
  border-radius: 38px;
}
.faq-tabs .nav-pills .nav-link.active, .faq-tabs .nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #F37760;
}
.faq-tabs .accordion-item {
  margin-bottom: 17.5px;
  border: 1px solid #F3776069;
  border-radius: 14px;
}
.faq-tabs .accordion-button {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  border-radius: 14px;
  letter-spacing: -0.2px;
  color: #F37760;
  background-color: transparent;
  box-shadow: none;
}
.faq-tabs .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.faq-tabs .accordion-body {
  padding-top: 0;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
}
.faq-tabs .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Brands";
  background-image: none;
}
.faq-tabs .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: none;
  transform: none;
  font-family: "Font Awesome 6 Brands";
  width: 18px;
  height: 3px;
  background: #F37760;
}
.contact-info .section_title_b {
  font-size: 68px;
}
.contact-info p {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  color: #7B4E9F;
}
.cinfo-list {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #F37760;
  font-weight: 700;
}
.contact-info {
  background: #FFEDEB;
  padding: 60px 100px 60px 70px;
  border-radius: 34px;
}
/****Register****/
.title-box-register {
  background: #FFEDEB;
  padding: 60px 0;
  text-align: center;
}
.reg-title {
  font-family: 'Montserrat';
  font-size: 76px;
  line-height: 78px;
  font-weight: 400;
  letter-spacing: -2.28px;
  color: #7B4E9F;
  text-transform: uppercase;
}
.shadow-box {
  background: #FFFFFF;
  border: 1px solid #CDC8CC;
  border-radius: 33px;
  padding: 20px 45px 20px 30px;
  -webkit-box-shadow: 5px 5px 2px 0px #DBD8D4;
  -moz-box-shadow: 5px 5px 2px 0px #DBD8D4;
  box-shadow: 5px 5px 2px 0px #DBD8D4;
  position: relative;
}
.icon-box-1 {
  width: 88px;
  height: 84px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.member-box .icon-box-1 {
  background: #F6D3CD;
}
.team-box .icon-box-1 {
  background: #A7E0D8;
}
.shadow-box-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: -0.25px;
}
.member-box .text-color-primary {
  color: #F3756E;
}
.team-box .text-color-success {
  color: #1D555C;
}
.shadow-box-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: #737373;
}
.form-wrapper {
  background: #F5E9F3;
  border-radius: 30px;
  max-width: 900px;
  padding: 55px 30px 80px;
}
.form-wrapper .form-label, .add-photo-model .form-label {
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #7B4E9F;
}
.form-info-text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: #F3775F;
}
.form-wrapper .form-control, .form-wrapper .form-select, .add-photo-model .form-control, .add-photo-model .form-select {
  border: 1px solid #86868659;
  border-radius: 18px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.form-wrapper .form-control:focus, .form-wrapper .form-select:focus, .add-photo-model .form-control:focus, .add-photo-model .form-select:focus {
  border: 2px solid #F3775F;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder, .form-select::placeholder {
  color: #919191;
}
.form-select option {
  color: black;
}
.form-select.empty {
  color: #919191;
}
.form-wrapper .form-check-input:checked, .add-photo-model .form-check-input:checked {
  background-color: #F37760;
  border-color: #F37760;
}
.form-wrapper .form-check-input:focus, .add-photo-model .form-check-input:focus {
  border-color: #F37760;
  outline: 0;
  box-shadow: none;
}
.form-wrapper .form-check-input[type=checkbox] {
  border: 2px solid #F37760;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-left: -2em;
}
.form-wrapper .form-check {
  padding-left: 2em;
}
.form-wrapper textarea.form-control {
  min-height: 230px;
}
/**upload image**/
.upload-box {
  border: 1px solid #86868659;
  border-radius: 18px;
  padding: 20px 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.upload-box.dragover {
  background-color: #f3e7f5;
  border-color: #c084fc;
}
.upload-preview {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 2px dashed #7B4E9F;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffecec;
}
.upload-preview img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.hidden-input {
  display: none;
}
.btn-upload {
  background-color: #7B4E9F;
  color: #fff;
  padding: 8px 17px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.btn-upload:hover {
  background-color: #5b4a7f;
  color: #fff;
}
/**password validation tooltip**/
.password-tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  width: 490px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 40px;
  background: #fff;
  border: 1px solid #B4B4B4;
  border-radius: 10px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}
.password-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #B4B4B4 transparent;
}
.password-tooltip.show {
  display: block;
}
.password-tooltip ul {
  padding-left: 1.2rem;
  margin: 0;
}
#passwordTooltip li.invalid {
  color: #dc3545;
  /* red text */
}
.password-tooltip li {
  list-style: none;
  margin-bottom: 6px;
  color: #42946B;
  position: relative;
}
.password-tooltip li::before {
  content: "\f00c";
  color: #42946B;
  margin-right: 6px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.password-tooltip li.invalid::before {
  content: "✔";
  color: #C7C7C7;
}
.position-relative {
  position: relative;
}
.password-tooltip {
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #313131;
  font-weight: 500;
  line-height: 24px;
}
.notice-box {
  padding: 40px 28px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.16px;
  color: #000000;
  font-weight: 400;
}
.bold-numbers {
  counter-reset: list-counter;
  list-style: none;
}
.bold-numbers li {
  counter-increment: list-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.bold-numbers li::before {
  content: counter(list-counter) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
}
/*** logged in profile ***/
.login-profile-box {
  /* height: 303px; */
}
.login-profile-box .profile-img {
  width: 181px;
  height: 181px;
}
.welcome-title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: -0.6px;
}
.login-profile-box .profile-intro {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.21px;
}
.login-profile-box.profile-box {
  padding: 25px 0 0;
}
.login-profile-box .banner-img {
  margin-bottom: -60px;
}
.profile-tabs .nav-tabs {
  border-bottom: 0;
}
.profile-tabs .nav-tabs .nav-item.show .nav-link, .profile-tabs .nav-tabs .nav-link.active {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.profile-tabs .nav-tabs .nav-link:focus, .profile-tabs .nav-tabs .nav-link:hover {
  border: 0;
}
.profile-tabs .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
.profile-tabs .nav-tabs .nav-link {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.52px;
  color: #B8B8B8;
  text-transform: uppercase;
  opacity: 0.9;
  border-bottom: 4px solid transparent;
  padding: 0 0 0px;
}
.profile-tabs .nav-tabs .nav-link.active, .profile-tabs .nav-tabs .nav-link:hover {
  color: #F37760;
  border-bottom: 4px solid #F37760;
  opacity: 1;
}
.gap-7 {
  gap: 5rem !important;
}
.profile-card {
  position: relative;
  border: 2px solid #AEA2B8;
  border-radius: 33px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}
.profile-tabs .tab-content {
  padding-top: 50px;
}
.profile-card-title a {
  font-size: 19px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: -0.19px;
  color: #F37760;
}
.request-list .member-name {
  font-size: 21px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -0.21px;
  color: #7B4E9F;
}
.request-list .mydonation-wrap {
  padding: 15px 32px;
}
.request-date {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: #969696;
  margin-bottom: 0;
}
.request-list .team-img {
  width: 63px !important;
  height: 63px;
}
.btn-actions .btn {
  padding: 8px 18px;
  font-size: 17px;
  border-radius: 30px;
}
.add-team-model .modal-content {
  background-color: #fff;
  padding: 70px 20px 90px;
}
.add-team-model .modal-content .modal-body {
  padding: 0px 70px 0px;
  max-height: 750px;
  overflow-y: auto;
  scrollbar-color: #7C6E87 #D2D2D2;
}
/* Scrollbar Styles for WebKit Browsers */
.add-team-model .modal-content .modal-body::-webkit-scrollbar {
  width: 15px;
}
.add-team-model .modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
  box-shadow: inset 0 0 5px #D2D2D2;
}
.add-team-model .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #7C6E87;
  border-radius: 20px;
}
.copy-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 18px;
}
.inviteLink {
  border: 1px solid #00000059;
  border-radius: 18px;
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  padding: 20px 23px;
  width: calc(100% - 120px);
}
.msg-title {
  font-size: 23px;
  letter-spacing: -0.23px;
  color: #F37760;
}
#inviteMessageHTML {
  background: #F5E9F3 0% 0% no-repeat padding-box;
  border: 1px solid #B8B8B859;
  border-radius: 18px;
  height: auto;
  padding: 45px;
}
#inviteMessageHTML p {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.17px;
  color: #7B4E9F;
}
.btn-cl {
  position: absolute;
  right: 7px;
  bottom: 7px;
  transform: none;
  border-radius: 18px;
}
/***donation***/
.donation-featurebox {
  padding: 53px 57px;
  background: #FFFFFF;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 33px;
}
.form-wrapper .curency-symbol {
  background-color: transparent;
  border: 0;
  color: #F37760;
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.amount-field .form-control {
  padding-left: 50px;
}
.form-wrapper .custom-radio {
  padding-left: 35px;
}
.form-wrapper .form-check-input {
  width: 35px;
  height: 35px;
  margin-left: -35px;
  border: 2px solid #9C9C9C;
}
.form-wrapper .custom-radio .form-check-input, .form-wrapper .form-check-inline .form-check-input {
  margin-top: -4px;
}
.donation-radio .form-check-label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.20px;
  color: #5E5E5E;
}
.form-wrapper .form-check-label {
  padding-left: 10px;
}
.form-wrapper .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.173 12.414L2.05 8.293 3.464 6.879l2.709 2.709 6.363-6.364L14.95 4.05z'/%3E%3C/svg%3E");
}
.participant-fields .form-check-label {
  color: #1D555C;
}
.participant-fields .form-check-input:checked {
  background-color: #1D555C;
  border-color: #1D555C;
}
.form-wrapper .donation-featurebox .form-label {
  font-size: 22px;
  letter-spacing: -0.44px;
}
.form-wrapper .form-check.form-check-inline {
  margin-right: 3rem;
}
.myinfo {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 34px;
}
.rminfo-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #7B4E9F;
  font-weight: 700;
  margin-bottom: 15px;
}
.rmyinfo-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #5C5C5C;
}
.btn-myinfo {
  padding: 0px;
}
.form-check-inline .form-check-label {
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
}
.form-wrapper input:read-only,
.form-wrapper textarea:read-only {
  border: 2px solid #B7B7B7;
  color: #838383;
  box-shadow: none;
  background-color: transparent;
}
#myinfoModel h2.title-2 {
  color: #F93D5C;
}
.donating-aount{
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #393939;
}
.btn-payment {
  background: #DEF1EF;
  border: 2px solid #1D555C;
  border-radius: 13px;
  padding: 20px;
  display: flex;
  column-gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #1D555C;
  font-weight: 700;
}
.btn-payment:hover{
  background: #DEF1EF;
  color: #1D555C;
  border: 2px solid #1D555C;
}
.form-wrapper .donation-featurebox .credit-card-info .form-label {
  font-size: 19px;
  letter-spacing: -0.28px;
}
.error-wrapper.has-errors,
.error-message-wrapper {
  border: 2px solid #F3775F;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  background-color: #ffffff;
}
.error-wrapper.has-errors div.error,
.error-message-wrapper div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3775F;
  color: #7B4E9F;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.error-wrapper.has-errors div.error:last-child,
.error-message-wrapper div.error:last-child {
  border-bottom: 0px;
}
label.radiobox {
    cursor: pointer;
}
label.radiobox:has(input[type="radio"]:checked) {
  background-color: #FFEDEB;
  border: 2px solid #F3775F;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.2);
}
.search-participant .select2-selection {
    border: 0;
    height: 50px;
    padding: 5px 10px 5px 30px;
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
}
.search-participant .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-left-radius:66px;
}
.search-participant  span.select2-selection__arrow{
display: none;
}
.search-participant  .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 19px;
    font-weight: 600;
   letter-spacing: -0.19px;
color: #2D2D2D;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F3775F;
}
.search-participant  .select2-selection--single .select2-selection__clear {
    height: 38px;
}
label.payment-radio:has(input[type="radio"]:checked) .btn-payment{
  background-color: #28656D;
  color:#ffffff
}
.login-signup .nav-link {
  padding: 0.5rem 0.4rem;
}
.password-wrapper,.password-input-wrapper {
  position: relative;
}
.password-wrapper .toggle-password {
  position: absolute;
  top: 60px;
  right: 15px;
  /* transform: translateY(-30%); */
  cursor: pointer;
  z-index: 3;
}
.password-input-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.search-participant .select2.select2-container {
  min-width: calc(100% - 67px);
}
div#donate-after-submit-element {
    text-align: center;
}
.paynow-img {
  margin: 0 auto;
}
.qr-code-text{
   font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #393939;
  max-width: 367px;
  margin: 0 auto;
  text-align: center;
}
#donate-after-submit-element #countdown {
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.38px;
    color: #F37760;
}
.qrcode-wrapper {
    width: 276px;
    height: 276px;   
    border: 5px solid #F37760;
    border-radius: 18px;
    padding: 5px;
    margin-bottom: 13px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.total_ammount{
  font-weight: 700;
  font-size: 44px;
  line-height: 30px;
  letter-spacing: -0.66px;
  color: #941F7F;
}
.cropButton {
    background-color: #F37760;
    color: #fff;
    padding: 8px 17px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
/* Responsive design */
@media (max-width: 768px) {
  .hq-countdown {
    /* flex-direction: column; */
    gap: 1rem;
    /* padding: 1.5rem; */
  }
  #inviteMessageHTML {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 670px;
  }
  #profile-guardian-terms-wrapper .form-control-sm {
    font-size: 0.80rem;
    min-width: 30%;
  }
}
@media (min-width: 992px) {
  .w-7 {
    max-width: 700px;
  }
  .faq-tabs .flex-column {
    flex: 0 0 auto;
    width: 30.5%;
  }
  .form-wrapper {
    padding: 55px 105px 100px;
  }
  .add-photo-model .modal-dialog {
    max-width: 900px;
  }
  .add-team-model .modal-dialog {
    max-width: 900px;
  }
  #myinfoModel .modal-dialog {
    max-width: 784px;
  }
}
@media (min-width: 1280px) {
  .mt-neg-5 {
    margin-top: -420px;
  }
  .add-team-model .modal-dialog {
    max-width: 1198px;
  }
}
/* Responsive Styles */
@media (min-width: 1500px) {
  .container-xxl {
    max-width: 1440px;
  }
  .padr-md-3 {
    padding-right: 30px;
  }
  .padl-md-3 {
    padding-left: 30px;
  }
  .prompt-row {
    margin-left: -26px;
    margin-right: -26px;
  }
  .prompt-row>[class*="col-"] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .faq-tabs {
    margin-left: -25px;
    margin-right: -25px;
  }
  .faq-tabs>.nav, .faq-tabs>.tab-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-27 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gap-27>[class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gap-25>[class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gap-21 {
    margin-left: -21px;
    margin-right: -21px;
  }
  .gap-21>[class*="col-"] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .gap-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gap-30>[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1366px) {
  .highlight-title, .highlight-sub {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -2.88px;
  }
  .info-text {
    font-size: 24px;
    line-height: 32px;
  }
  .text-desc {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
  .period-text {
    font-size: 20px;
    line-height: 28px;
  }
  .pkg-name {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .header nav li.nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-nav .nav-link, .login-signup .nav-link {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
  .reg-title {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
  }
  .donate-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 25px;
  }
  .section_title_b {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: -1px;
  }
  .active-prompt .prompt-title {
    font-size: 40px;
    line-height: 42px;
  }
  .prompt-title {
    font-size: 30px;
    line-height: 35px;
  }
  .view-prompt-btn, .close-prompt {
    font-size: 16px;
    padding: 10px 25px;
  }
  .prompt-description h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.24px;
  }
  .prompt-description p {
    font-size: 16px;
    line-height: 24px;
  }
  .prompt-date {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
  }
  .hq-number {
    width: 78px;
    height: 63px;
    font-size: 40px;
    letter-spacing: -0.5px;
  }
  .count-number {
    font-size: 50px;
    line-height: 50px;
  }
  .compaign-amount,.comaign-widget .compaign-amount {
    font-size: 30px;
    line-height: 30px;
  }
  .title-box {
    min-height: 300px;
  }
  .text-3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
  .milestones-inner .section_title_b {
    font-size: 45px;
    letter-spacing: -0.8px;
  }
  .contact-info .section_title_b {
    font-size: 45px;
  }
  .profile-name {
    font-size: 40px;
    line-height: 50px;
  }
  .title-2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
  .photo-challenge-title {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.22px;
  }
  .social-icon-list {
    flex-wrap: wrap;
  }
  .btn-team-wrap,.btn-wrap {
    flex-wrap: wrap;
  }
  .add-photo-model .modal-content {
    padding: 48px 50px 45px;
  }
  .welcome-title {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -0.5px;
}
.login-profile-box .profile-intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
}
.form-select {
  font-size: 16px;
  line-height: 20px;
}
}
@media (max-width: 1200px) {
  .step-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.22px;
  }
  .pkg-name {
    font-size: 50px;
    line-height: 50px;
  }
  .pkg-subname {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.26px;
  }
  .step-description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
  .section_title_b {
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -0.5px;
  }
  .compaign-amount,.comaign-widget .compaign-amount {
    font-size: 30px;
    line-height: 32px;
  }
  .compaign-title {
    font-size: 18px;
    line-height: 20px;
  }
  .hq-number {
    width: 78px;
    height: 63px;
    font-size: 35px;
    letter-spacing: -0.5px;
  }
  .count-number {
    font-size: 50px;
    line-height: 50px;
  }
  .compaign-stat-text {
    font-size: 20px;
    line-height: 22px;
  }
  .btn-primary, .btn-ternary, .btn-secondary, .btn-success {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 25px;
  }
  .btn-outline-ternary, .btn-outline-primary, .btn-outline-secondary, .btn-outline-success {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 25px;
  }
  .footer-links a {
    font-size: 16px;
    line-height: 20px;
  }
  .pt-type {
    padding: 7px 16px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .pt-title, .pt-title a {
    font-size: 22px;
    letter-spacing: -0.22px;
  }
  .add-btn {
    font-size: 18px;
    padding: 10px 25px;
  }
  .donation-label {
    font-size: 24px;
    line-height: 28px;
  }
  .photo-challenge-img{
    margin-bottom: 15px;
  }
  .mydonation-sec {
    padding: 45px 30px 45px 30px;
  }
  .profile-img {
    width: 160px;
    height: 160px;
  }
  .add-photo-model .modal-content {
    padding: 48px 30px 45px;
  }
  .modal-body{
    padding-right: 0;
    padding-left: 0;
  }
  .donation-featurebox {
    padding: 53px 30px;
  }
  .donation-radio .form-check-label {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
  }
}
@media (max-width: 1100px) {
  .header nav li.nav-item {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .navbar-nav .nav-link, .login-signup .nav-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .navbar-nav .nav-link, .login-signup .nav-link {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .donate-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
  }
}
@media (max-width: 1023px) {
  #navbarContent {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dedede;
  }
  .navbar-nav .nav-link, .login-signup .nav-link {
    font-size: 16px;
    line-height: 20px;
  }
  .highlight-title, .highlight-sub {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.5px;
  }
  .reg-title {
    font-size: 40px;
    line-height: 45px;
  }
  .team-img {
    width: 60px;
    height: 60px;
  }
  .leaderboard-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.22px;
  }
  .leaderboard-text {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.18px;
  }
  ul.pagination {
    column-gap: 10px;
  }
  ul.pagination li a {
    letter-spacing: -0.16px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .milestones-inner {
    padding: 90px 40px;
  }
  .milestones-inner .section_title_b {
    font-size: 40px;
  }
  .contact-info .section_title_b {
    font-size: 40px;
  }
  .faq-tabs .nav-pills .nav-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.24px;
    padding: 10px 25px;
  }
  .faq-tabs {
    flex-wrap: wrap;
  }
  .faq-tabs .accordion-button {
    font-size: 18px;
    line-height: 24px;
  }
  .faq-tabs #v-pills-tab, .faq-tabs #v-pills-tabContent {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-info {
    padding: 60px 40px 60px 40px;
  }
  .donation-amount {
    padding: 12px 12px;
    font-size: 20px;
    letter-spacing: -0.20px;
    min-width: 95px;
  }
  .mydonation-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
  }
  .mydonation-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
  }
  .team-name {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
  }
  .upload-box {
    flex-direction: column-reverse;
    padding: 20px 20px;
  }
  .upload-preview{
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  header.header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-links a {
    font-size: 13px;
    line-height: 16px;
    padding-right: 16px;
  }
  .footer-links a::after {
   right: 7.5px;
    height: 13px;
    top: 2px;
  }
  .section_title_b {
    font-size: 40px;
    line-height: 50px;
  }
  .compaign-end {
    font-size: 24px;
    line-height: 26px;
  }
  .hq-number {
    width: 54px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
  }
  .hq-label {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.28px;
  }
  .btn-primary, .btn-ternary, .btn-secondary, .btn-success {
    font-size: 16px;
    line-height: 27px;
    padding: 10px 20px;
  }
  .milestones-inner {
    padding: 60px 25px;
  }
  .contact-info {
    padding: 60px 25px 60px 25px;
  }
  .cinfo-list {
    font-size: 20px;
    line-height: 26px;
  }
  .mydonation-sec {
    padding: 45px 25px 45px 25px;
  }
  .search-participant .select2-container {
    width: calc(100% - 32px) !important;
  }
  .search-participant .select2-selection {
    padding: 5px 10px 5px 10px;
  }
  .search-participant .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  .search-participant .select2-selection--single .select2-selection__clear{
    margin-right: 0;
  }
  .search-participant  .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 5px;
  }
  .form-wrapper {
    padding: 55px 20px 80px;
  }
  .donation-featurebox {
      padding: 53px 20px;
  }
  .search-participant .btn {
    min-width: 30px;
    padding: 12px 8px;
  }
  .arc-logo{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
 .title-2 {
    font-size: 24px;
    line-height: 30px;
  }
  .title-4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
  }
  .highlight-title, .highlight-sub {
    font-size: 40px;
    line-height: 42px;
  }
  .info-text {
    font-size: 20px;
    line-height: 28px;
  }
  .period-text {
    font-size: 16px;
    line-height: 22px;
  }
   .text-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
  .section-title {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.5px;
}
.pc-desc {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
}
.taget-achive {
  text-align: center;
  margin-bottom: 20px;
}
.compaign-box {
  padding: 55px 30px;
}
.btn-payment {  
  font-size: 16px;
  line-height: 24px;
}
.profile-img {
  margin-bottom: 15px;
}
.profile-name {
    font-size: 30px;
    line-height: 40px;
  }
  .form-wrapper .form-control, .form-wrapper .form-select, .add-photo-model .form-control, .add-photo-model .form-select {
    padding: 15px 20px;
    font-size: 14px;
  }
  .form-wrapper .amount-field .form-control {
    padding-left: 50px;
  }
 .donation-amount {
    padding: 10px 10px;
    font-size: 16px;
    min-width: 85px;
  }
  .mydonation-title {
    font-size: 16px;
    line-height: 20px;
  }
  .mydonation-wrap .row > .col-auto {
  padding-right: 0;
}
.team-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
  }
  .social-widget {
  padding: 30px 30px;
}
.social-icon-list li a {
  width: 44px;
  height: 44px;
  font-size: 20px;
}
.add-btn {
    font-size: 16px;
  }
  .photo-challenge-title {
    font-size: 20px;
    line-height: 24px;
  }
  .week-tag {
  font-size: 13px;
}
.text-2 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.18px;
}
.text-4,.prompt-description ul li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
}
 .highlight-title, .highlight-sub {
    font-size: 30px;
    line-height: 34px;
  }
  section.section {
  padding: 70px 0 70px;
}
.about-img {
  margin-bottom: -55px;
}
.prompt-week {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
}
.prompt-date {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
  }
 .active-prompt .prompt-title {
    font-size: 30px;
    line-height: 34px;
  }
   .view-prompt-btn, .close-prompt {
    font-size: 14px;
  }
  .prompt-description .prompt-week,.prompt-description .prompt-date {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}
.prompt-description h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.20px;
  }
   .pt-title, .pt-title a {
    font-size: 20px;
    letter-spacing: -0.20px;
  }
   .btn-outline-ternary, .btn-outline-primary, .btn-outline-secondary, .btn-outline-success {
    font-size: 16px;
  }
  .form-info-text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
}
.form-wrapper .form-label, .add-photo-model .form-label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
  .faq-tabs .accordion-button {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-tabs #v-pills-tab{
    margin-bottom: 20px;
  }
  .reg-title {
    font-size: 30px;
    line-height: 34px;
  }
  .shadow-box { 
  padding: 20px 25px 20px 25px;
}
.icon-box-1 {
  width: 60px;
  height: 60px;
  font-size: 35px;
}
.shadow-box-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.20px;
}
.shadow-box-text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
}
.donation-radio .form-check-label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
  }
  .form-wrapper .form-check-input {
  width: 25px;
  height: 25px;
  margin-left: -25px;
}
.form-wrapper .custom-radio {
  padding-left: 25px;
}
.form-wrapper .custom-radio .form-check-input, .form-wrapper .form-check-inline .form-check-input {
  margin-top: 0;
}
.form-wrapper .form-check-label {
  padding-left: 8px;
}
.form-wrapper .donation-featurebox .credit-card-info .form-label {
  font-size: 16px;
  letter-spacing: -0.25px;
}
.request-list .mydonation-wrap {
    padding: 15px 20px;
    border-radius: 23px;
}
.btn-actions .btn {
    padding: 7px 15px;
    font-size: 15px;
    border-radius: 25px;
}
.comaign-widget .input-group-text {
    font-size: 24px;
}
.comaign-widget .input-group>.form-control {
  padding: 0.5rem 0.5rem;
  padding-left: 2px;
  font-size: 16px;
}
.pkg-name {
    font-size: 40px;
    line-height: 40px;
  }
  .step-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.18px;
  }
  .pkg-subname {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.22px;
  }
  .footer-links a:last-child {
  padding-right: 0px;
}
.leaderboard {
  padding: 20px 20px 20px 20px;
}
 .leaderboard-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.20px;
  }
  .photo-prompts-section .social-icon-list {
    padding-left: 0;
}
ul.pagination {
    justify-content: center;
  }
  .welcome-title {
  font-size: 40px;
  line-height:46px;
  letter-spacing: -0.4px;
}
.gap-7 {
  gap: 2rem !important;
}
.profile-tabs .nav-tabs .nav-link {
  font-size: 22px;
  letter-spacing: -0.44px;
}
.add-team-model .modal-content {
  padding: 50px 10px 60px;
}
.add-team-model .modal-content .modal-body {
  padding: 0px 15px 0px;
}
.inviteLink {
  width: calc(100% - 75px);
}
.btn-cl {
  bottom: unset;
  top: 7px;
}
}