:root {
  --color-pale-pink: #fedece;
  --color-muted-brown: #8b6f78;
  --color-coral: #e87f75;
  --color-soft-teal: #b0ccc0;
  --color-amber: #f7976f;
  --color-light-purple: #9796f0;
}

html {
  position: relative;
  min-height: 100%;
  margin-bottom: 60px
}

body {
  margin-bottom: 60px;
}

@font-face {
  font-family: 'ArchitectsDaughter';
  src: url('/fonts/ArchitectsDaughter-Regular.ttf');
}

.withBorder {
  border: solid 1px var(--color-amber);
  border-radius: 5px;
}

h1,
h2,
h3,
h4 {
  font-family: "ArchitectsDaughter", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 40px !important;
}

h5,
h6 {
  font-family: "ArchitectsDaughter", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 60px !important;
}

.btn:hover,
.btn:focus {
  color: white !important;
}

.btn-mybutton {
  color: white;
  font-weight: bold;
  background-color: var(--color-muted-brown);
  border-color: white;
  padding: 5px;
  width: calc(51% - 10px);
}

a {
  transition: all 0.3s;
}

#calendar {
  max-width: 1100px;
}

:root {
  --fc-button-active-bg-color: var(--color-muted-brown);
  --fc-event-border-color: var(--color-muted-brown);
}

.fc-list-day-side-text {
  color: var(--color-muted-brown);
}

.fc-list-day-text {
  color: var(--color-muted-brown);
}


.fc-view-harness-active>.fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 600px;
}

.btn-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px 0 0 3px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-collapse {
  font-family: "ArchitectsDaughter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: black;
  background-color: white;
  border-color: darkgray;
  padding: 5px;
  width: 100%;
}

.btn-collapse:focus,
.btn-collapse:active {
  outline: none !important;
  box-shadow: none;
}

.input-custom,
.input-custom:focus,
input-custom:active,
input-custom:placeholder-shown,
input-custom::placeholder,
input-custom::-webkit-input-placeholder {
  border: 1px solid;
  border-color: #681807;
  background-color: #d9d0d2;
  color: black;
  outline: none !important;
  box-shadow: none !important;
}

.cc-custom,
.cc-custom:focus,
cc-custom:active,
cc-custom:placeholder-shown,
cc-custom::placeholder,
cc-custom::-webkit-input-placeholder {
  color: var(--color-muted-brown);
  outline: none !important;
  box-shadow: none !important;
}

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-Sub {
  font-weight: bold;
  color: white !important;
  background-color: var(--color-muted-brown);
  border-color: white;
  padding: 5px;
  width: calc(51% - 10px);
}

/* .pr-button {
  background-color: var(--color-muted-brown);
  border: none;
  color: white;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 16px;
} */

.pr-button {
  background: var(--color-amber);
  border: none;
  color: white;
}

.btn-Sub-Orange {
  font-weight: bold;
  color: white !important;
  padding: 5px;
  width: calc(51% - 10px);
}


.btn-account-sub {
  border: 1px solid;
  border-color: #681807;
  background-color: #d9d0d2;
  color: black;
  outline: none !important;
  box-shadow: none !important;
}

/*.input-custom, .input-custom:focus, input-custom:active, input-custom:placeholder-shown, input-custom::placeholder, input-custom::-webkit-input-placeholder {
    color: var(--color-muted-brown);
    background-color: white;
    border-color: var(--color-muted-brown);
    border: 1px solid;
    border-radius: 4px;
}*/

.donate-cs {
  font-weight: bold;
  color: var(--color-muted-brown);
}

.embrace-cs {
  margin-top: 20px;
}

.donate {
  border: 1px solid var(--color-muted-brown);
  border-radius: 4px;
  font-weight: bold;
  color: var(--color-muted-brown);
  height: 40px;
  min-width: 100px;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donate-wrapper .item {
  padding: 0;
}

.long-textbox {
  width: 400px;
  background-color: var(--color-muted-brown);
}

.navbar-custom {
  background-color: var(--color-muted-brown);
  font-weight: bold;
  color: white;
}

.navbar {
  background-color: var(--color-muted-brown);
}

.header-container {
  background-color: var(--color-muted-brown);
  align-items: center;
}

/* Modify brand and text color */
.navbar-custom .navbar-brand {
  color: white;
}

.navbar-custom .navbar-text {
  color: white;
}

.navbar .navbar-toggle {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: var(--color-muted-brown)
}

.navbar-toggler-icon {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: var(--color-muted-brown);
  background-image: url("/images/Mobile_Icon1.svg");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */

  background-color: var(--color-muted-brown);
  box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.2);
}

#Index-Phone {
  background-image: url("/images/stock_images/homepage-mobile.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

#Index {
  background-image: url("/images/stock_images/TPJ_homepage_1920x1080.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-link {
  text-decoration: none;
  color: var(--color-muted-brown);
}


.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
  background-color: var(--color-pale-pink);
}

.pr-accordian {
  background-color: #d9d0d2;
  color: var(--color-muted-brown);
}

.pr-accordion-header {
  color: var(--color-muted-brown);

}

.pr-accordion-item {
  color: var(--color-muted-brown);

}

.pr-accordion-footer {
  background-color: #d9d0d2;
  color: var(--color-muted-brown);
}

.pr-accordion-button {
  background-color: #d9d0d2;
  color: var(--color-muted-brown);
}

.accordion-header {
  background-color: #d9d0d2;
  color: var(--color-muted-brown);
  height: 150px;
}

.accordion-button {
  background-color: #d9d0d2;
  color: var(--color-muted-brown);
  height: 150px;
  /*    padding: 4px;
    border-color: white !important;*/
}

.accordion-body {
  background-color: #d9d0d2;
  color: var(--color-muted-brown);
  /*    border: solid !important;
    border-color: white !important;*/
}

.accordion-button.collapsed {
  background: #d9d0d2;
  /*    border: solid !important;
    border-color: white !important;*/
}

.accordion-button:not(.collapsed) {
  color: var(--color-muted-brown) !important;
  background-color: #d9d0d2 !important;
  border: solid !important;
  border-color: white !important;
}

/*.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}*/

.accordion-button::after {
  background-image: none;
  width: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  width: 0;
}

.accordion-button {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
  background-color: #d9d0d2 !important;
  color: var(--color-muted-brown) !important;
  /*    text-decoration: none !important;
    border: solid !important;
    border-color: white !important;
    box-shadow: 0px !important;
        padding: 10px;*/
}

.accordion-button:focus {
  border-color: var(--color-muted-brown) !important;
  outline: 0;
  box-shadow: 0 0 0 0 var(--color-muted-brown) !important;
}

.bg-image {
  height: 100vh;
  background-repeat: no-repeat;
}

@media (max-width: 780px) {
  .bg-image-contain {
    background-size: contain !important;
    background-color: #3f7f98;
    background-position: center;
  }
}

.card-impact {
  color: white !important;
  border-radius: 2em;
  border-color: var(--color-muted-brown) !important;
}

/* #Community-Phone {
  background-image: url("/images/PricelessCommunity/coming_soon_460.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

#Community-Phone,
#Community {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

#Community-Phone .justify-content_center,
#Community .justify-content_center {
  justify-content: center;
}

#Community-Phone h1,
#Community h1 {
  margin-bottom: 20px;
  font-size: 33px;
}

#Community-Phone a,
#Community {
  margin: 5px;
}

#Community .row,
#Community-Phone .row {
  justify-content: center;
}

/* #Community {
  background-image: url("/images/PricelessCommunity/coming_soon_1920.png");
} */

.section {
  height: 100vh;
  /* Flexbox */
  display: flex;
  align-items: end;
}

.bg-image_comm {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image {
  width: 100%;


  background-size: 100% 100%;
  background-repeat: no-repeat;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid black;
}

.navlinkComment,
.navlinkComment:hover {
  color: red;
}

.text-underline-hover {
  text-decoration: none;
}

.nav-tabs .nav-item .nav-link.active {
  color: var(--color-coral);
}

.nav-tabs .nav-item .nav-link {
  color: gray;
}

.form-check-input:checked[type=radio] {
  background-color: orangered;
  border-color: var(--color-muted-brown);
}

.form-check-input[type=radio] {
  border-color: var(--color-muted-brown);
}

.form-check-input:focus[type=radio] {
  box-shadow: 0 0 1px 1px var(--color-muted-brown)
}

.product-holder {
  position: relative;
  display: block;
}

.plus-image {
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: 50px;
  margin-left: 30px;
}

.carousel-inner .carousel-item {
  padding: 0;
  overflow: hidden;
}

.vertical.carousel .carousel-item {
  overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
  transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
  transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
  top: 0;
  left: unset;
  margin-left: unset !important;
  margin-right: 1rem;
  flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
  height: 30px;
  width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
  width: 100%;
  height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
  transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
  top: unset;
  bottom: 0;
  /* bottom: 120px; */
}

/* Events Calendar */
.events-calendar {
  padding-top: 20px;
  margin-bottom: 100px;
}

@media (min-width: 780px) {
  .events-calendar {
    max-width: 450px;
    margin: auto;
  }
}

.event-category-select {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}

.event-card {
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
  padding: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  transition: opacity 0.5s ease-in-out;
}

.event-card .event-btn {
  width: 100%;
  margin-top: 15px;
}

.donate-title .fa-handshake {
  font-size: 35px;
}

.event-card img {
  border-radius: 10px 10px 0 0;
}

.event-card .date-container {
  position: absolute;
  background: #232323;
  padding: 10px;
  border-radius: 10px 0 10px 0;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: white;
  min-width: 75px;
  justify-content: center;
  align-items: center;
}

.event-card .date-container .month {
  font-size: 14px;
  margin-bottom: 0;
}

.event-card .date-container .day {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.event-details {
  background: var(--color-muted-brown);
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.event-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.event-category {
  font-weight: 200;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.event-time {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 0;
}

.event-time-calendar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.add-to-calendar {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

.add-to-calendar:focus {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

/* Style for the donate label when radio button is checked */
.donate-wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  text-align: center;
}

/* Nav Drawer */
.mobile-nav__item {
  position: relative;
  display: block;
}

.mobile-nav__item .mobile-nav>& {
  background-color: #efefef;
}

.mobile-nav__item &:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 100px;
  border-bottom: 1px solid #e9e9e9;
}

.mobile-nav__item .mobile-nav>&:last-child:after {
  display: none;
}

.mobile-nav__has-sublist {
  display: table;
  width: 100%;
  font-weight: 300;
}

.mobile-nav__has-sublist.mobile-nav__link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-decoration: none;
}

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.mobile-nav__toggle-open .mobile-nav--expanded & {
  display: none;
}

.mobile-nav__toggle-close {
  display: none;
}

.mobile-nav__toggle-close .mobile-nav--expanded & {
  display: block;
}

.mobile-nav__sublist {
  margin: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  padding-left: 0;
}

.mobile-nav__sublist .mobile-nav--expanded+& {
  visibility: visible;
  max-height: 700px;
  transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.mobile-nav__sublist .mobile-nav__item:after {
  top: 0;
  bottom: auto;
}

.mobile-nav__sublist .mobile-nav__link,
.mobile-nav__sublist li a {
  padding-left: 30px;
  font-weight: 300;
}

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 1;
  color: #0a0a0a;
  background-color: rgba(239, 239, 239, 0.95);
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  width: 200px;
  left: -200px;
  border-right: 1px solid #e9e9e9;
  z-index: 9;
}

.drawer a {
  color: #0a0a0a;
}

.drawer &:hover,
.drawer &:focus {
  opacity: 0.7;
}


.drawer input,
.drawer textarea {
  border-color: #e9e9e9;
}

.drawer__header {
  display: table;
  height: 50px;
  width: 100%;
}

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle;
}

.drawer__title {
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
}

.drawer__close {
  width: 1%;
  text-align: center;
  font-size: 18px;
}

.drawer__close button {
  position: relative;
  right: -20px;
  height: 100%;
  padding: 0 20px;
  color: inherit;
}

.drawer__close &:active,
.drawer__close &:focus {
  background-color: #bbb;
}

.drawer-open {
  width: 300px;
  left: -300px;
  border-right: 1px solid #e9e9e9;
  transform: translate(300px);
  display: block;
}

.drawer--left {
  width: 300px;
  left: -300px;
  border-right: 1px solid #e9e9e9;
}

.drawer--left .js-drawer-open-left & .lt-ie9 & {
  left: 0;
}

.js-drawer-open-left .drawer--left {
  display: block;
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translate(300px);
  z-index: 11;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

.js-drawer-open-left .is-moved-by-drawer {
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translate(300px);
}

.visually-hidden,
.fallback-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mobile-nav--expanded+.mobile-nav__sublist {
  visibility: visible;
  max-height: 700px;
  transition: all .7s cubic-bezier(.57, .06, .05, .95);
}

.mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__toggle-open,
.mobile-nav__toggle-close {
  display: none;
}

.mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__toggle-close {
  display: block;
}

.mobile-nav__has-sublist .mobile-nav__link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #0a0a0a;
  padding-left: 0;
  text-decoration: none;
}

.mobile-nav {
  padding-left: 0;
}

.drawer a {
  color: #0a0a0a;
}

.mobile-nav__item a {
  display: block;
  font-weight: 300;
  padding-left: 0;
}

.mobile-nav__item a,
.mobile-nav__toggle button {
  color: #0a0a0a !important;
  padding: 5px;
  text-decoration: none;
}

.mobile-nav__item a {
  display: block;
  font-weight: 300;
  padding-left: 0;
}

.mobile-nav li {
  margin-bottom: 0;
}

.mobile-nav__item {
  position: relative;
  display: block;
}

/* .mobile-nav__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #e9e9e9;
} */

/* Style for the donate label when radio button is checked */
.donate-wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  text-align: center;
}

.donate-wrapper input[type="radio"]:checked+label {
  color: #ffffff;
  background-color: var(--color-muted-brown);
}

.radio-button,
.one-time-monthly-input {
  display: none;
}

.one-time-monthly-input+label {
  width: 49.2%;
  padding: 5px;
  color: var(--color-muted-brown);
  margin-bottom: 0;
}

.one-time-monthly-input+label:first-of-type {
  border-radius: 5px 0 0 5px;
}

.donate-input-wrapper {
  border: 1px solid var(--color-muted-brown);
  border-radius: 8px;
}

.one-time-monthly-input+label:last-of-type {
  border-radius: 0 5px 5px 0;
}

.one-time-monthly-input:checked+label {
  color: #ffffff;
  background-color: var(--color-muted-brown);
  margin-bottom: 0;
}

/* Share button */
#shareButton {
  cursor: pointer;
  position: relative;
  /* background: var(--color-soft-teal); */
  color: white;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

#tooltip {
  visibility: hidden;
  background-color: var(--color-muted-brown);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

#shareButton:hover #tooltip {
  visibility: visible;
  opacity: 1;
}

.current-donation-page li {
  border: 1px solid var(--color-muted-brown);
  padding: 5px;
  color: var(--color-muted-brown);
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.current-donation-page .active {
  background: var(--color-muted-brown);
  color: white;
}

.btn {
  background: var(--color-amber);
  border-radius: 18px;
  color: white;
  padding: 5px 20px;
}

.current-donation-page {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 780px) {
  .current-donation-page {
    margin-left: auto;
    margin-right: auto;
  }
}

.current-donation-page li:before {
  border-top: 2px solid var(--color-muted-brown);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.nav-logo {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.nav-logo img {
  max-width: 200px;
}

/* Articles */
h1.article-main-title {
  margin-top: 10px;
  margin-bottom: 0;
}

.article {
  margin-bottom: 50px;
}

.article .article-image {
  width: 100%;
}

.article .single-article-title {
  font-size: 24px;
  padding: 10px;
  padding-bottom: 0px;
  margin bottom: 0 !important;
  color: #0a0a0a;
}

.article-image,
.article-list-image {
  max-width: 100%;
}

.article .btn-group {
  min-width: 100%;
}

.article .btn-group .btn {
  font-size: 12px;
  max-width: 85px;
  border-radius: 18px !important;
  max-height: 35px;
  min-height: 35px;
  align-items: center;
  justify-content: center;
}

.article .BlogComment {
  font-size: 12px;
  border-radius: 18px !important;
  max-height: 35px;
  min-height: 35px;
  align-items: center;
  justify-content: center;
}

.article .btn-label {
  background: none;
  padding: 0px;
  padding-right: 5px;
}

.article-text,
.article-header {
  padding: 10px;
  color: #0a0a0a;
}

.article-text {
  line-height: 1.8;
  color: #0a0a0a;
  margin-bottom: 0;
  padding-top: 0;
}

.blog-comment {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.article-scrolling .item,
.overcomers-scrolling .item,
.article-list .item {
  text-decoration: none;
}

.article-scrolling p,
.overcomers-scrolling p,
.article-list p {
  color: #0a0a0a;
}

.comment-section .btn {
  background: rgba(139, 111, 120, 0.1);
  color: #0a0a0a;
  font-size: 14px;
}

.comment-section .btn-group {
  margin-bottom: 20px;
}

/* Article List */
.article-category {
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 10px;
}

.article-scrolling {
  overflow-x: scroll;
  width: 375px;
  display: flex;
  margin-bottom: 20px;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.overcomers-scrolling {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.overcomers-scrolling span {
  background: var(--color-amber);
  color: white;
  padding: 5px;
  border-radius: 18px;
  padding: 5px;
  font-size: 14px;
  margin: 10px;
  text-align: center;
}

.overcomers-scrolling .item {
  padding-bottom: 15px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.overcomers textarea.form-control {
  min-height: 150px !important;
}

.overcomers-comment-list {
  padding: 20px !important;
}

.overcomers-comment-list .comment-title {
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.overcomers-comment-list .btn {
  font-size: 14px;
}

.overcomer-header-image {
  padding: 10px;
}

.overcomers-body {
  margin-bottom: 15px;
  padding: 0;
}

.overcomer-header-image img {
  width: 100%;
  border-radius: 18px;
  padding: 0;
}

.comment-text {
  margin-bottom: 10px;
}

.article-scrolling .item,
.overcomers-scrolling .item,
.article-list .item {
  max-width: 150px;
  min-width: 150px;
  border-radius: 5px;
  margin: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.article-scrolling .item p,
.overcomers-scrolling .item p,
.article-list .item p {
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
}

.help-center .item {
  border: 2px solid #dfe1e2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.help-item-wrapper {
  transition: opacity 0.3s ease-in-out;
}

.help-center i {
  padding-right: 5px;
}

.help-center .btn {
  width: 100%;
  color: white;
}

/* Step Into Freedom */
.booklet-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.booklet-container .item {
  max-width: 150px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  transition: all 0.3s;
}

.booklet-container .item:hover {
  transform: scale(1.05);
}

.booklet-container .item img {
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

#HeaderText {
  margin-top: 15px;
}

/* Overcomers */
.impact-stories {
  margin-top: 20px;
  margin-bottom: 30px;
}

.impact-stories img {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 18px;
}

.impact-stories header a {
  background: var(--color-amber);
  color: white;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 5px;
}

.impact-stories h2 {
  font-size: 35px;
}

.impact-stories header {
  max-width: 450px;
  margin: auto;
}

/* Upgrade Your Plan */
.upgrade-reasons {
  background-color: var(--color-soft-teal);
  padding: 20px;
  border-radius: 18px;
}

.upgrade-reasons ul {
  margin-left: 0;
  padding-left: 15px;
}

.upgrade-reasons li {
  margin-bottom: 10px;
}

.upload-image {
  max-width: 100px;
  margin-top: 100px;
}

.half-circle-container {
  position: relative;
  height: 100vh;
}

.half-circle-link {
  position: absolute;
  max-width: 190px;
}

.half-circle-link:nth-child(1) {
  right: 20%;
  top: 5%;
}

.half-circle-link:nth-child(2) {
  right: 35%;
  top: 21%;
}

.half-circle-link:nth-child(3) {
  right: 40%;
  top: 35%;
}

.half-circle-link:nth-child(4) {
  right: 35%;
  top: 50%;
}

.half-circle-link:nth-child(5) {
  right: 20%;
  top: 65%;
}

.half-circle-link a,
.half-circle-link span {
  display: block;
  text-align: center;
  text-decoration: none;
}

.half-circle-link span {
  text-shadow: 0 0 5px rgba(68, 68, 68, 0.7);
}

.half-circle-link img {
  margin-bottom: 10px;
  max-width: 55px;
}

.navbar-expand-sm .navbar-toggler {
  display: block !important;
}

.image.feature img {
  max-width: 100%;
  border-radius: 18px;
}

.prayer-request {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 18px;
}

.prayer-request .card-text.prayer-text {
  margin-bottom: 40px;
}

.prayer-request .card-header {
  border-bottom: none !important;
}

.prayer-request.card {
  /* border: 2px solid #dfe1e2; */
  border: none !important;
  background: rgb(223, 225, 226, 0.5);
}

.prayer-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-will-pray-btn {
  width: 100%;
  margin-bottom: 20px;
}

.prayer-count p {
  margin-bottom: 0;
}

.icon-prayer-name {
  font-size: 18px;
}

.icon-prayer-name i {
  font-size: 20px;
  margin-right: 10px;
}

.prayer-date {
  font-size: 14px;
  color: rgb(127, 139, 146);
  margin-top: 5px;
  margin-bottom: 0;
}

.topics {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1024px) {
  .topics {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

.topics-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  border-radius: 18px;
  padding: 30px !important;
  box-shadow: 0 5px 5px #999;
  position: relative;
  min-height: 130px !important;
}

.topics-item p {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-radius: 0 0 18px 18px;
  padding: 10px;
  left: 0;
  right: 0;
}

.social-media-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.social-media-links a {
  padding: 10px;
  font-size: 20px;
  color: white;
  text-decoration: none;
}

.social-media-links a:hover {
  text-decoration: none;
}

.social-media-links-feature a {
  color: var(--color-amber);
}

#DonateSubmit {
  margin-top: 20px;
  width: 100%;
}

.calendar-container {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  /* align-items: center; */
  /* place-items: center; */
  background: linear-gradient(to bottom, #fe958b, var(--color-coral));
  overflow: hidden;
  padding: 20px;
}

.calendar {
  height: 345px;
  width: max-content;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
}

.calendar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 5px 0px;
}

.calendar-header {
  background: var(--color-coral);
  display: flex;
  justify-content: space-between;
  border-radius: 7px;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
}

.calendar-body {
  padding: 0px;
}

.calendar-week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
  cursor: pointer;
  color: rgb(104, 104, 104);
}

.calendar-week-days div:hover {
  color: black;
  transform: scale(1.2);
  transition: all .2s ease-in-out;
}

.calendar-week-days div {
  display: grid;
  place-items: center;
  color: var(--color-coral);
  height: 50px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  color: #0A0921;
}

.calendar-days div {
  width: 37px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
}

.month-picker {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.year-picker {
  display: flex;
  align-items: center;
}

.year-change {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0px 10px;
  cursor: pointer;
}

.year-change:hover {
  background-color: var(--color-light-purple);
  transition: all .2s ease-in-out;
  transform: scale(1.12);
}

.calendar-footer {
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#year:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.2 ease-in-out;
}

.calendar-days div span {
  position: absolute;

}

.calendar-days a {
  position: absolute;
}

.current-date-link {
  color: navy;
}

.calendar-days div:hover {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  background-color: #fbc7d4;
  border-radius: 20%;
  color: #f8fbff;
}

.calendar-days div.current-date {
  color: #f8fbff;
  background-color: var(--color-soft-teal);
  border-radius: 20%;
}

.calendar-days div.journal-entry {
  color: #f8fbff;
  background-color: var(--color-pale-pink);
  border-radius: 20%;
}

.month-list {
  position: relative;
  left: 0;
  top: -230px;
  background-color: #ebebeb;
  color: #151426;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  border-radius: 20px;
}

.month-list>div {
  display: grid;
  place-content: center;
  margin: 5px 10px;
  transition: all 0.2s ease-in-out;
}

.month-list>div>div {
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}

.month-list>div>div:hover {
  background-color: var(--color-light-purple);
  color: #f8fbff;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}

.month-list.show {
  visibility: visible;
  pointer-events: visible;
  transition: 0.6s ease-in-out;
  animation: to-left .71s forwards;
}

.highlight-event {
  background-color: var(--color-light-purple);
  color: white;
}

.fc .fc-button-primary {
  background: var(--color-amber) !important;
  border: 1px solid #d5754d !important;
}

.fc-view-harness-active>.fc-view {
  height: 78vh;
}

#calendar a {
  color: var(--color-soft-teal);
}

.month-list.hideonce {
  visibility: hidden;
}

.month-list.hide {
  animation: to-right 1s forwards;
  visibility: none;
  pointer-events: none;
}

.date-time-formate {
  height: 4rem;
  width: 100%;
  font-family: Dubai Light, Century Gothic;
  position: relative;
  display: flex;
  top: 50px;
  justify-content: center;
  align-items: center;
}

.day-text-formate {
  font-family: Microsoft JhengHei UI;
  font-size: 1.4rem;
  padding-right: 5%;
  border-right: 3px solid var(--color-light-purple);
}

.date-time-value {
  display: block;
  position: relative;
  text-align: center;
  padding-left: 5%;
}

.time-formate {
  font-size: 1.5rem;
}

.time-formate.hideTime {
  animation: hidetime 1.5s forwards;
}

.day-text-formate.hidetime {
  animation: hidetime 1.5s forwards;
}

.date-formate.hideTime {
  animation: hidetime 1.5s forwards;
}

.day-text-formate.showtime {
  animation: showtime 1s forwards;
}

.time-formate.showtime {
  animation: showtime 1s forwards;
}

.date-formate.showtime {
  animation: showtime 1s forwards;
}

@keyframes to-top {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}

@keyframes to-left {
  0% {
    transform: translatex(230%);
    opacity: 1;
  }

  100% {
    transform: translatex(0);
    opacity: 1;
  }
}

@keyframes to-right {
  10% {
    transform: translatex(0);
    opacity: 1;
  }

  100% {
    transform: translatex(-150%);
    opacity: 1;
  }
}

@keyframes showtime {
  0% {
    transform: translatex(250%);
    opacity: 1;
  }

  100% {
    transform: translatex(0%);
    opacity: 1;
  }
}

@keyframes hidetime {
  0% {
    transform: translatex(0%);
    opacity: 1;
  }

  100% {
    transform: translatex(-370%);
    opacity: 1;
  }
}

@media (min-width: 760px) {
  #calendar {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.box {
  float: left;
  height: 20px;
  width: 20px;
  margin-bottom: 15px;
  border: 1px solid black;
  clear: both;
}

.lightseagreen {
  background-color: lightseagreen;
}

.skyblue {
  background-color: skyblue;
}

.textarea-custom {

  background-color: #d9d0d2;
  color: black;
  outline: none !important;
  box-shadow: none !important;
  height: 200px;
}


#datepicker {
  width: 180px;
}

#datepicker>span:hover {
  cursor: pointer;
}

/* nav bar edits */
.navbar {
  min-height: auto !important;
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none !important;
}

.navbar-nav {
  margin-right: 5px !important;
}

/* product catalog */
.product-catalog {
  max-width: 400px;
  margin: auto;
}

.product-catalog-container {
  margin-bottom: 60px;
}

.product-catalog-container .item {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background: #efefef;
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.product-catalog-container .item img {
  max-width: 100px;
  margin-right: 20px;
}

.product-catalog-container .item label {
  font-size: 10px;
}

.product-catalog-container .product-name {
  font-family: "ArchitectsDaughter", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  display: none;
}

.product-catalog-container h1 {
  margin-bottom: 20px;
}

/* confirm purchase */
.confirm-purchase {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.confirm-purchase .item {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background: #efefef;
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.confirm-purchase img {
  max-width: 100px;
  margin-right: 20px;
}

.confirm-purchase .product-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

/* checkout billing wrapper */
.checkout-billing-wrapper {
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

.checkout-billing-wrapper h2 {
  font-size: 24px !important;
}

.checkout-billing-wrapper input[type="text"],
.checkout-billing-wrapper select,
#journal_date {
  min-height: 50px;
  color: #333333;
  border-color: #d9d9d9;
}

#journal_entry {
  min-height: 100px;
  color: #333333;
  border-color: #d9d9d9;
  padding-top: 20px;
}

.checkout-billing-wrapper input:focus {
  outline: none;
  border-color: #bdc3c7 !important;
  border-width: 1px;
  -webkit-box-shadow: 0 0 0 1px #bdc3c7 !important;
  box-shadow: 0 0 0 1px #bdc3c7 !important;
  background: white !important;
}

.checkout-billing-wrapper label {
  color: #737373;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: normal;
}

.checkout-billing-wrapper .form-label {
  font-weight: normal;
  color: rgb(115, 115, 115);
}

.customer-billing-info-checkout {
  border-radius: 5px;
  border: 1px solid rgb(217, 217, 217);
  padding: 15px;
  margin-top: 20px;
}

.checkout-purchase-item {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

#payment-form {
  margin-bottom: 100px;
}

.customer-credit-card-info-checkout {
  border-radius: 5px;
  border: 1px solid rgb(217, 217, 217);
  padding: 15px;
}


/* subscription plan */
.send-subscription-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.send-subscription-wrapper h1 {
  min-width: 100%;
}

@media (min-width: 780px) {
  .send-subscription-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

.subscription-plan .item input[type="radio"]:checked+label {
  color: #ffffff;
  background-color: var(--color-muted-brown);
}

.subscription-plan .item input {
  display: none;
}

.subscription-plan .item input+label {
  background: #efefef;
  border-radius: 5px;
  padding: 20px;
  color: var(--color-muted-brown);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.subscription-item-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.subscription-item-wrapper .price {
  font-size: 16px;
  display: block;
}

.subscription-item-wrapper .month {
  font-size: 14px;
}

.email-input label {
  font-weight: normal;
  color: rgb(115, 115, 115);
  transition: all 0.2s ease-out;
  font-size: 14px;
}

.email-input input[type="email"] {
  min-height: 50px;
  color: #333333;
  border-color: #d9d9d9;
}

.email-input input:focus {
  outline: none;
  border-color: #bdc3c7 !important;
  border-width: 1px;
  -webkit-box-shadow: 0 0 0 1px #bdc3c7 !important;
  box-shadow: 0 0 0 1px #bdc3c7 !important;
  background: white !important;
}

/* Visual Oasis */
.visual-oasis header {
  max-width: 500px;
  margin: auto;
}

/* second step donation */
.checkout-billing-donate {
  margin-bottom: 70px;
}

@media (min-width: 780px) {
  .checkout-billing-donate {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.checkout-billing-donate input[type="text"] {
  min-height: 50px;
  color: #333333;
  border-color: #d9d9d9;
}

.checkout-billing-donate textarea {
  color: #333333;
  border-color: #d9d9d9;
}

.checkout-billing-donate input:focus,
.checkout-billing-donate textarea:focus {
  outline: none;
  border-color: #bdc3c7 !important;
  border-width: 1px;
  -webkit-box-shadow: 0 0 0 1px #bdc3c7 !important;
  box-shadow: 0 0 0 1px #bdc3c7 !important;
  background: white !important;
}

.checkout-billing-donate label {
  font-weight: normal;
  color: rgb(115, 115, 115);
  transition: all 0.2s ease-out;
  font-size: 14px;
}

.checkout-billing-donate {
  margin-left: 15px;
  margin-right: 15px;
}

.checkout-billing-donate img {
  border-radius: 5px;
}

/* manage orders */
.table-responsive {
  overflow-x: auto;
}

.table th,
.table td {
  display: block;
  text-align: left;
}

.table thead {
  display: none;
}

.table td:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  margin-right: 10px;
}

.table td[data-label] {
  text-align: left;
}

.manage-orders-page,
.manage-comments-wrapper,
.manage-comments-detail {
  margin-bottom: 40px;
}

@media (min-width: 760px) {

  .manage-orders-page,
  .manage-comments-wrapper,
  .manage-comments-detail {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

[data-label="Comment Detail:"] a,
[data-label="Details:"] a {
  color: var(--color-amber);
  font-weight: normal;
}

[data-label="Comment Detail:"] a:hover,
[data-label="Details:"] a:hover {
  font-weight: bold;
  color: var(--color-amber);
  text-decoration: none;
}

.social-share {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.social-share i {
  margin-right: 5px;
}

#Error_Msg {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background: #e74c3c;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#cart_item_quantity {
  color: #0a0a0a;
  border-radius: 5px;
}

.share-buttons a {
  margin-right: 10px;
  background: var(--color-amber);
  border-radius: 18px;
  color: white;
  padding: 5px 20px;
}

.share-buttons a:hover {
  color: white;
  text-decoration: none;
}

.help-category-select {
  width: 100%;
}

.help-card {
  transition: all 0.3s;
}

#blog_comment_text {
  margin-top: 20px;
  min-height: 150px;
}

.fancy {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 35px !important;
  overflow: hidden;
}

.fancy span {
  display: inline-block;
  position: relative;
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid black;
  border-top: 1px solid black;
  top: 14px;
  width: 100px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

/* h1 span {
  --c1: var(--color-coral);
  --c2: var(--color-pale-pink);

  --_p: 93% 83.5% at;
  --_g1: radial-gradient(var(--_p) bottom, var(--c1) 79.5%, #0000 80%) no-repeat;
  --_g2: radial-gradient(var(--_p) top, #0000 79.5%, var(--c1) 80%) no-repeat;
  --_g3: radial-gradient(var(--_p) bottom, var(--c2) 79.5%, #0000 80%) no-repeat;
  --_g4: radial-gradient(var(--_p) top, #0000 79.5%, var(--c2) 80%) no-repeat;
  background:
    var(--_g1), var(--_g2), var(--_g1), var(--_g2),
    var(--_g3), var(--_g4), var(--_g3), var(--_g4);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  font-size: 50px;
  -webkit-text-stroke: 0.2rem var(--c1);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  animation:
    s 2s infinite alternate,
    m 3s infinite linear;
}

@keyframes m {
  0% {
    background-position:
      -200% 100%, -100% 100%, 0% 100%, 100% 100%,
      0% 100%, 100% 100%, 200% 100%, 300% 100%
  }

  100% {
    background-position:
      0% 100%, 100% 100%, 200% 100%, 300% 100%,
      -200% 100%, -100% 100%, 0% 100%, 100% 100%
  }
}

@keyframes s {
  0% {
    background-size:
      50.5% 60%, 50.5% 60%, 50.5% 60%, 50.5% 60%,
      50.5% 90%, 50.5% 90%, 50.5% 90%, 50.5% 90%
  }

  33% {
    background-size:
      50.5% 70%, 50.5% 70%, 50.5% 70%, 50.5% 70%,
      50.5% 75%, 50.5% 75%, 50.5% 75%, 50.5% 75%
  }

  66% {
    background-size:
      50.5% 55%, 50.5% 55%, 50.5% 55%, 50.5% 55%,
      50.5% 80%, 50.5% 80%, 50.5% 80%, 50.5% 80%
  }

  100% {
    background-size:
      50.5% 90%, 50.5% 90%, 50.5% 90%, 50.5% 90%,
      50.5% 95%, 50.5% 95%, 50.5% 95%, 50.5% 95%
  }
} */

#StatusMessage {
  display: none;
}

.thankyou-message {
  margin-top: 10px;
  padding-left: 15px;
}

.share-wrapper {
  margin-top: 20px;
}

.share-tile {
  border-radius: 10px;
  background: var(--color-soft-teal);
  border: 4px solid #90aaa0;
  color: white;
  margin-top: 20px;
  max-width: 90%;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#SendDonateLine_Email {
  border: none;
  width: 100%;
  min-height: 35px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}

#btnSendDonateLine_Email {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .checkout-complete {
    float: none !important;
  }
}

.affirmation-carousel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}

.scripture-carousel {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .scripture-carousel {
    height: 80vh;
  }
}

.affirmation-carousel p,
.scripture-carousel p {
  font-family: ArchitectsDaughter;
  color: white;
  font-size: 16px;
  bottom: 75px;
  padding: 5px !important;
  line-height: 2;
}

.padded-multiline {
  line-height: 1.4;
  padding: 2px 0;
  max-width: 380px;
  margin-top: 50px;
  text-shadow: none !important;
  text-align: center;
}

@media (max-width: 768px) {
  .affirmation-carousel .padded-multiline {
    margin: 50px;
  }

  .affirmation-carousel p,
  .scripture-carousel p {
    font-size: 18px;
  }
}

.padded-multiline p {
  background-color: var(--color-coral);
  color: #fff;
  display: inline;
  padding: 0.45rem;
}

.affirmation-carousel .carousel-item {
  min-height: 70vh;
}

.scripture-carousel .carousel-item {
  min-height: 50vh;
}

.scripture-wrapper {
  background-image: url('/images/scripture/scriptures-bg.jpg');
  height: 100vh;
}

.affirmation-wrapper {
  background-image: url('/images/affirmation/affirmations-bg-mobile.jpg');
  height: 100vh;
}

@media (min-width: 800px) {
  .affirmation-wrapper {
    background-image: url('/images/affirmation/affirmations-bg.jpg');
  }
}

.update-account input[type="text"],
.update-account input[type="email"],
.update-account select {
  min-height: 55px;
  font-size: 16px;
}
