/*******************
 * Reset style
 * *****************
 */

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url(//db.onlinewebfonts.com/c/1db6e03026d3742e6cd094584490313b?family=RNHouseSansW01-Regular);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');*/
/*@import url('../fonts/Gilroy-Regular.ttf');*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face{font-family:gilroy-bold;font-style:normal;font-weight:400;src:local('Gilroy-Bold'),url(../fonts/Gilroy/Gilroy-Bold.woff) format('woff')}
@font-face{font-family:gilroy-heavy;font-style:normal;font-weight:400;src:local('Gilroy-Heavy'),url(../fonts/Gilroy/Gilroy-Heavy.woff) format('woff')}
@font-face{font-family:gilroy-light;font-style:normal;font-weight:400;src:local('Gilroy-Light'),url(../fonts/Gilroy/Gilroy-Light.woff) format('woff')}
@font-face{font-family:gilroy-medium;font-style:normal;font-weight:400;src:local('Gilroy-Medium'),url(../fonts/Gilroy/Gilroy-Medium.woff) format('woff')}
@font-face{font-family:gilroy-regular;font-style:normal;font-weight:400;src:local('Gilroy-Regular'),url(../fonts/Gilroy/Gilroy-Regular.woff) format('woff')}
 html, body {
height: 100%;
}
li { list-style:none; }
input, button, textarea { outline: none; border: none; }
select,
button:focus,
button:active,
input,
.page-link:focus { outline: none; box-shadow: none !important; }
textarea { resize: vertical; box-shadow: none !important; }

.btn:not(:disabled):not(.disabled):active,
 .btn:not(:disabled):not(.disabled).active,
 .btn.focus, .btn:focus {
    box-shadow: none !important;
}

body {
  /*font-family: 'Poppins', Helvetica, Arial, sans-serif;*/
  /*font-family: 'Roboto Slab', serif;	*/
  /*font-family: 'RNHouseSansW01-Regular', Helvetica, Arial, sans-serif;*/
  font-family: 'lato', sans-serif;
}

a {
  transition-duration: 250ms;
  transition-property: color, background-color, opacity, border;
  transition-timing-function: ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800 !important;;
}

.navbar-absolute {
    position: absolute;
    z-index: 1010;
    width: 100%;
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1170px;
  }
}
iframe {
    border: 0;
    outline: 0;
    width: 100% !important;
}
.btn {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.no-hover:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.btn:hover:not(.no-hover) {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
input[type='file'] {
  opacity:0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 7rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 38rem;
  background-color: #ffffff;
}
.carousel-item > img {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  /*height: 32rem;*/
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.card {
  border: 1px solid rgba(111, 111, 111, 0.125);
}
.noscroll {
    overflow-x: hidden;
    overflow-y: hidden;
}
.progress-xs {
    height: 5px;
}
.popout {
    cursor: pointer;
    max-width: 880px;
    display: none;
    padding: 10px;
    background: rgba(0,0,0,0.85);
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-radius: 3px;
    position: fixed;
    top: 75px;
    z-index: 1100;
    overflow: hidden;
    width: 40.857%;
    text-align: center;
    left: 29%;
    right: 20%;
}
.popout-error {
	 background: rgba(255, 0, 0, 0.9)  !important;
}
/************ Version 1.3 **************/
.description img {
	max-width: 100% !important;
	height: auto !important;
}

/************ Version 1.4 **************/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
  	-moz-transform: translate(0px, -100%) scale(0, 0);
  	-o-transform: translate(0px, -100%) scale(0, 0);
  	-ms-transform: translate(0px, -100%) scale(0, 0);
  	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  	-o-transform: translate(0px, 0px) scale(1, 1);
  	-ms-transform: translate(0px, 0px) scale(1, 1);
  	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
  	opacity: 1;
  	padding: 10px 17px;
  	font-size: 60px;
    font-weight: 100;
}

button.btn-trans {
    background-color: transparent;
    border: 2px solid #FFF;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 9px 20px;
    color: #FFF;
}
button.no-shadow {
    text-shadow: none;
}

button:hover.btn-trans,
button:focus.btn-trans,
button:active.btn-trans {
    background-color: #f45302;
    border: 2px solid #f45302;
    color: #FFF;
}
/************ Version 1.5 **************/
.truncate {
	white-space: normal !important;
    overflow: hidden;
    position: relative;
    max-height: 500px;
}

.truncate:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: hsla(0,0%,100%,0);
    background-image: linear-gradient(hsla(0,0%,100%,0),#fff 75%);
    z-index: 40;
}
.readmoreBtn {
	cursor: pointer;
	position: absolute;
    bottom: 15px;
    z-index: 45
}

/************ Version 1.6 **************/
.btn-shadow {
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
}

.btn-donate {
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.btn-donate-embed {
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    font-weight: bold;
}

/************ Version 1.7 **************/
select.form-control,
select.form-control:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

i.featured-icon  {
	color: #ff9800;
}
.box-featured {
  position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 2px 6px;
    border-radius: 50px;
    color: #ff9800;
    font-size: 25px;
    text-shadow: 0 0px 2px #adadad;
}

.padding-15 {
	padding: 15px;
}

/************ Version 1.8 **************/
.description iframe {
	max-height: 500px !important;
}
/************ Version 1.9 **************/
.fb-comments iframe {
	max-height: inherit !important;
}

/************ Version 1.9.1 **************/
a:hover.btnLike,
a:focus.btnLike,
a:active.btnLike {
	text-decoration: none;
}
/************ Version 2.0 **************/
.wordBreak {
	word-break: break-word !important;
}
/************ Version 2.1 **************/
.btnDisabled {
  background-color: #a2a2a2;
  color: #fff;
}
/************ Version 2.2 **************/
@media (min-width: 768px){
  .modalContactOrganizer {
      width: 450px;
      margin: 30px auto;
  }
}
.modalContactOrganizer .modal-body {
  padding: 25px;
}
.closeLight, .closeLight:hover, .closeLight:focus {
  color: #fff;
  opacity: 1;
}
.selectReward {
  display: block;
  color: inherit;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 20px;
}
.selectReward:hover,
.selectReward:focus,
.selectReward:active {
  text-decoration: none;
  color: inherit;
  /*
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); */
}

.selectReward .card {
  border: 1px solid rgba(111, 111, 111, 0.1);
  box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.cardSelectRewardBox {
  display: none;
}
.cardSelectReward {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  background-color: rgba(119, 119, 119, 0.8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.selectReward .card-body {
  padding: 30px;
}

.selectReward .card-title strong {
  font-size: 25px;
}

.selectReward .card-title {
  margin-bottom: 30px;
}

.headerModalOverlay:before {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,.7);
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.showBanner {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    bottom: 0;
    padding: 10px;
    font-size: 13px;
}

.showBanner .btn {
  padding: 4px 15px;
}

img.imgDonations {
  max-width: inherit !important;
}

/************ Version 3.2 **************/
a.btn-whatsapp,
a:hover.btn-whatsapp,
a:active.btn-whatsapp,
a:focus.btn-whatsapp {
    background-color: #29a628;
    border-color: #29a628;
    color: #FFF;
    margin-bottom: 5px;
}

/************ Version 3.8 ************/
.carousel-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(5,5,5,.2);*/
  left: 0;
  top: 0;
}
.dropdown-toggle::after {
	margin-left: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-link {
  color: #333;
  border-radius: 3px;
  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 14px;
}

.dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
	line-height:18px;
}
.navbar {
  -webkit-box-shadow: 0 0.2rem 1rem rgba(69, 25, 0, 0.07);
  /* box-shadow: 0 0.2rem 1rem rgba(69, 25, 0, 0.07); */
  box-shadow: 0 1rem 1rem rgba(69, 25, 0, 0.07);
  background-color: #FFF;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px;
  margin-bottom: -5px;
}

.nav-link.dropdown-toggle:after {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.dd-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.dd-menu-user:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    right: 10px;
    left: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.dropdown.show .dropdown-menu,
.dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}
.dropdown-toggle::after {
	margin-left: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown-toggle::after {
  font-weight: 400;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  content: "\f107";
  font-size: 12px;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  vertical-align: baseline;
}
.text-shadow-trans {
  text-shadow: 0 1px 4px #333333b3;
}
.navbar .nav-item {
    margin-left: 20px;
}

.sidebar-overlay .navbar .navbar-collapse {
    z-index: 100;
}

/*** 991 ***/
@media (max-width: 991px) {

  .dropdown .dropdown-menu {
      display: none;
  }

  .dropdown.show
  .dropdown-menu,
  .dropdown-menu.open {
      display: block;
  }

  .navbar .navbar-collapse.show {
      right: 0;
  }
    .navbar .navbar-collapse {
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 999999;
        overflow-y: scroll;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        padding: 5px;
        text-align: center;
    }
    .dd-menu:before,
    .dd-menu-user:before {
      left: 50%;
    }
    .carousel-caption .display-4 {
      font-size: 3.1rem;
    }
    .item h5 {
      line-height: 1.2 !important;
    }
    .social-links {
      text-align: center !important;
      margin-top: 10px;
    }
    .list-social {
      float: none !important;
    }
    .copyright {
      text-align: center;
    }
    .btn-create {
      margin-top: 10px;
    }

    .navbar .navbar-collapse .close-menu {
      color: #FFF;
      padding: 2px 4px;
      background: transparent;
      display: inline-block;
      cursor: pointer;
      font-size: 25px;
      text-align: center;
      font-weight: 100;
      text-decoration: none;
    }

    .navbar .navbar-nav .nav-item {
        display: block;
        width: 100%;
        margin-right: 0;
        /*margin-bottom: .25rem;*/
    }

    .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        padding: .625rem;
    }
}

@media (max-width: 991px) {
.campaign-top-section .img-fluid {
	position: relative;
}
.carousel-item.pdp {
    height: auto !important;
    background-color: transparent;
}
} /* max-width 991 */

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn).active {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: #007bff;
}

[class^="ribbon-"] {
  position: absolute;
  margin-bottom: 80px;
}
[class^="ribbon-"]:before, [class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  width: 30px;
  height: 40px;
  background: #ff9800;
  top: -6px;
  left: 25px;
}
.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d07e05;
  border-right: 6px solid transparent;
  right: -6px;
}
.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ff9800;
  border-right: 15px solid #ff9800;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  left: 0;
}
.ribbon-1 i {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #FFF;
}
.item > a::after {
  content: "";
  display: block;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.item h5 {
    line-height: 3.0;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    z-index: 5;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #565656;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
	background-color: #D6D6D6;
	border-radius:50%;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-right:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  	position: absolute;
  	top: 2.5px;
  	left: 2.5px;
  	border-radius: 50%;
  	width:0;
  	height:0;
  	/*background-color: rgba(0, 0, 0, 0.1);*/
  	-webkit-transition: all 300ms linear;
  	-moz-transition: all 300ms linear;
  	-o-transition: all 300ms linear;
  	-ms-transition: all 300ms linear;
  	transition: all 300ms linear;
}
.owl-theme .owl-dots .owl-dot.active span::before,
.owl-theme .owl-dots .owl-dot:hover span::before {
  top: -5px;
	left: -5px;
	width:19px;
	height:19px;
  border: 1px solid #565656;
}
.bg-dark-2 {
  background-color: #2f3c4c;
}
.bg-dark-3 {
  background-color: #2a3746;
}

.bg-white {
  background-color: #ffffff;
}

.link-footer,
.ico-social {
    color: #343a40;
}
.link-footer:hover,
.ico-social:hover {
    color: #B6C1CD;
    text-decoration: none;
}

.link-footer {
  line-height: 2;
  margin-top: 5px;
  display: inline-block;
}

.btn-main:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.btn-main i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}
.bg-sections > div {
  color: white;
  position: relative;
}
.jumbotron-bottom,
.bg-sections {
    background: url('../img/cover.jpg') no-repeat center center #D1D1D1;
    background-size: cover;
    position: relative;
}
.jumbotron {
  border-radius: 0 !important;
}
.bg-cover:before,
.bg-sections::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,.3);
    left: 0;
    top: 0;
}
.parallax-cover {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
}
main>div.section:nth-child(odd){
 background-color:white;
}
main>div.section:nth-child(even){
 background-color:#f8f9fa!important;
}
form.login-form {
  width: 350px;
}
.alert-danger {
    color: #FFFFFF;
    background-color: #c3912e;
    border-color: #c3912e;
}
.bg-danger {
  color: #FFFFFF;
  background-color: #FF0000 !important;
}
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
	box-shadow: none;
}
.custom-checkbox .custom-control-input ~ .custom-control-label,
.custom-control-label {
    font-size: .875rem;
    cursor: pointer;
}
a.fb-button {
    background-color: #3b5998;
    font-weight: normal;
}
a.google-button,
a:hover.google-button,
a:focus.google-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-weight: normal;
}

.alert-dismissible .close {
  color: #FFF;
  text-shadow: none;
}
.input-group-text {
  background: transparent;
}
.input-group-text i {
  color: #bdbdbd;
}
.alert-success {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #FFF;
}
.campaigns {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  border-color: rgba(0,0,0, 0.07);
  overflow: hidden;
}

.campaigns:hover {
  box-shadow: 0 3px 20px rgba(0,0,0,.15);
  border-color: #e4e5e5;
}

.campaigns .card-body {
  padding: 30px 35px 25px 35px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 200px;
}

.campaigns .card-body .card-texte {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 0;
  opacity: 0;
}

.campaigns .card-body .btn {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.campaigns:hover .card-body {
  margin-top: -113px;
  min-height: 327px;
}

.campaigns:hover .card-body .card-texte {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 48px;
  opacity: 1;
}

.campaigns:hover .card-body .btn {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 47px;
  opacity: 1;
  padding: 12px 25px;
  margin-top: 20px;
}

.card-category {
  line-height: 1;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 10px 14px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0,0,0, 0.04);
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-category:hover {
  color: #FFF;
  text-decoration: none;
  background: #2e3c4b;
}

.card-avatar {
  position: relative;
  color: #74797e;
}

.avatar-campaign {
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 6px rgba(0,0,0, 0.1);
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: absolute;
  top: -30px;
  right: 20px;
}

.card-avatar strong {
  font-weight: 500;
}

.campaigns .card-title {
  font-size: 20px;
  font-weight: 500 !important;
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 48px;
}

.campaigns .card-title a.text-dark:hover {
  text-decoration: none;
}

.campaigns hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.error-page h1 {
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 700;
    color: #ec2522;
}
.wrap-center {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.error-link {
  color: #ec2522;
}
.wrap-container {
  max-width: 550px;
  margin: 0 auto;
}
.wrap-container-lg {
  width: 650px;
  margin: 0 auto;
}
.avatar-wrap {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.button-avatar-upload {
  color: #FFF;
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
}
a:hover.button-avatar-upload {
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}
.progress-upload {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #FFF;
  line-height: 125px;
  display: none;
}
.page-link:hover {
  color: #FFF;
}
.page-link {
  border-radius: 4px;
  border: none;
  margin-right: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.item > a::after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.5s linear;
}
.item > a:hover::after {
  background: rgba(0,0,0,.1);
}
.filer-input-dragDrop,.filer-input-dragDrop1,.filer-input-dragDrop2 {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 50px 0;
    color: #8d9499;
    color: #97A1A8;
    cursor: pointer;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: box-shadow 0.3s,
                        border-color 0.3s;
    -moz-transition: box-shadow 0.3s,
                        border-color 0.3s;
    transition: box-shadow 0.3s,
                        border-color 0.3s;
                        overflow: hidden;
}
.filer-input-dragDrop:hover,.filer-input-dragDrop1:hover,.filer-input-dragDrop2:hover {
	border-color: #868686;
}
.filer.dragged .filer-input-dragDrop ,.filer.dragged .filer-input-dragDrop1,.filer.dragged .filer-input-dragDrop2 {
    border-color: #aaa;
    box-shadow: inset 0 0 20px rgba(0,0,0,.08);
}

.filer.dragged .filer-input-dragDrop *,.filer.dragged .filer-input-dragDrop1 *,.filer.dragged .filer-input-dragDrop2 * {
    pointer-events: none;
}

.filer.dragged .filer-input-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filer.dragged .filer-input-text,
.filer.dragged .filer-input-choose-btn {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.filer-input-dragDrop .filer-input-icon,.filer-input-dragDrop1 .filer-input-icon,.filer-input-dragDrop2 .filer-input-icon {
    font-size: 70px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filer-input-text h3 {
    margin: 0;
    font-size: 18px;
}

.filer-input-text span {
    font-size: 12px;
}

.filer-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.filer-input-choose-btn:hover,
.filer-input-choose-btn:active {
    color: inherit;
}

.filer-input-choose-btn:active {
    background-color: #f5f5f5;
}
.previewPhoto ,.previewPhoto1,.previewPhoto2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	cursor: default;
}
.btn-remove-photo {
	position: absolute;
	top: 20px;
	right: 20px;
}
.d-none-custom {
  display: none;
}
.text-underline
{
    text-decoration: underline;
}
.custom-select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23a5a5a5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
  no-repeat right .75rem center/8px 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
}
.text-strong-small {
  font-weight: 600;
  font-size: 20px;
  color: #333;
}
.text-percentage {
  float: right;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.social-share a {
  color: #797979;
  font-size: 18px;
}
.likeButton {
  cursor: pointer;
}
.btn-absolute {
  position: absolute;
  right: 20px;
  padding: 2px 10px;
}
#url_campaign,
#embedCode {
  padding-right: 110px;
}

#updates li{
  list-style: none;
  padding-bottom: 46px;
  padding-left: 30px;
  position: relative;
  border-left: 2px solid #ededed;
}
#updates li:last-child{
  padding-bottom: 0px;
}
#updates li:before{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #ededed;
  border-radius: 50%;
  left: -13px;
  top: 0;
  transition: all 0.6s;
  z-index: 9;
}
#updates li:after{
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #ededed;
  left: 0;
  top: 10px;
}
#listDonations li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.facebook-btn {
  color: #3e5c9b !important;
}
.twitter-btn {
  color: #1da1f2 !important;
}
/*********** v3.9 *********/
.fixed-top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*********** v4.0 *********/
#desc li {
  list-style: inherit;
}
#desc ol,
#desc ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fb-messenger {
  color: #448aff !important;
}
.btn-telegram {
  color: #20a0e1 !important;
}
.btn-whatsapp {
  color: #50b154 !important;
}
a:hover.social-share {
  text-decoration: none;
}
a.social-share i {
  color: #797979;
  font-size: 32px;
}

.section.py-5 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.featured-img-wrapper {
  display: block;
  margin-right: 30px;
}

.featured-img-wrapper .featured-img {
  border-radius: 10px;
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.featured-card-title {
    font-weight: 400 !important;
    font-size: 30px;
}

.featured-card-title a:hover {
  text-decoration: none;
}

.featured-card-text {
  margin-top: 30px;
}

.featured-donation-item {
  text-align: center;
  border-left: 1px solid #e9ecef;
}

.featured-donation-item:first-child {
  border-left: 0;
}


.features-item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  background-color: #FFF;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.features-icon {
  width: 60px;
  margin-bottom: 20px;
}

.features-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
}

.main-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #B6C1CD;
  border-top: 1px solid #B6C1CD;
}

.second-footer {
  border-top: 2px solid #394654;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #B6C1CD;
}

.main-footer h5 {
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 20px;
}

.second-footer .ico-social {
  margin-left: 15px;
  display: inline-block;
}

.snippet-wrapper {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.snippet-item {
text-align: center;
}

.snippet-item h3 {
  font-size: 50px;
}

.about-site {
  line-height: 1.5;
  color: #B6C1CD;
  margin-top: 20px;
}
.main-heading {
  margin-bottom: 50px;
}

.main-heading h1 {
  margin-bottom: 0;
}
.main-heading p {
  margin-top: 8px;
  margin-bottom: 0;
}

.main-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.login-wrapper {
  border: 1px solid rgba(0,0,0, 0.08);
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 60px rgba(0,0,0, 0.1);
  padding: 50px 70px;
}

.form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}

.form-control:not(textarea) {
  height: 50px;
}

.btn {
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 600;
}


.no-account-link {
  color: #212529;
  text-decoration: underline;
}

.main-header-wrapper {
  background-color: #efefef;
  padding: 60px 0;
}


.small-box {
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.bg-aqua {
  background-color: #dfeeff;
  color: #017bff;
}

.bg-green {
  background-color: #e4f4e8;
  color: #29a746;
}

.bg-red {
  background-color: #ffe0e6;
  color: #ff083b;
}

.bg-aqua a {
  color: #017bff;
}

.bg-green a {
  color: #29a746;
}

.bg-red a {
  color: #ff083b;
}

.shadow-box {
  border: 1px solid rgba(0,0,0, 0.08);
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 60px rgba(0,0,0, 0.1);
  padding: 40px;
}

.chart-box-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.products-list.new-product-list {
    padding-left: 0;
    margin-bottom: 0;
}

.products-list.new-product-list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


.products-list.new-product-list .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.products-list.new-product-list .product-img {
  flex: 0 0 80px;
  margin-right: 20px;
}
.products-list.new-product-list .product-img img {
  border-radius: 5px;
}

img {
  max-width: 100%;
}

.products-list.new-product-list .product-info .product-title {
  font-weight: 700;
  font-size: 18px;
}

.products-list.new-product-list .product-info .product-description {
  font-size: 12px;
  opacity: 0.8;
}

.campaign-table table td {
  vertical-align: middle;
}

.campaign-table-img {
  border-radius: 5px;
  margin-right: 10px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
}

.dropdown-item {
  padding: 9px 15px;
}

.dropdown-header-item {
    padding: 9px 15px;
    /*padding-bottom: 10px display: block;*/
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.main-logo {
    max-width: 150px;
    display: inherit;
}

@media (max-width: 768px) {
    .main-logo {
        max-width: 115px;
    }
    .nav-link {
        color: #fff;
    }
    .nav-link.search {
        color: #333;
    }
}

.section-grey {
  background-color: #f8f9fa;
}

.campaign-top-section {
  background-color: #f7f7f9;
  padding-top: 35px;
  padding-bottom: 140px;
}

.campaign-tabs {
  margin-top: -113px;
  margin-bottom: 70px;
}

.campaign-tabs .nav-link {
  padding: 20px 24px;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  font-size: 17px;
  font-weight: 500;
  background-color: #e8e8e8;
}

.campaign-tabs .nav-link:hover {
  color: #333 !important;
}

.campaign-tabs .nav-item .nav-link.active {
  color: #212529 !important;
  background-color: #FFF !important;
}
#myCarousel .carousel-caption{
	bottom: 0;
}
#myCarousel .mobile-carousel-indicator {
	display: none
}
#myCarousel .desktop-carousel-indicator {
	display: flex;
}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
#formDonation .form-group label{
  display: block;
}
#formDonation .form-group .custom-select {
  display: block;
}
@media (max-width: 768px) {

	.carousel-item.pdp {
    height: 120x !important;
}

	.js-video-cover {
		height: 260px;
		}

  .campaign-tabs {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 0;
    overflow-y: hidden;
  }

  .campaign-tabs li {
    flex: none;
  }

  .campaign-tabs .nav-link {
    color: #333;
  }

  #myCarousel .list-inline {
		white-space:nowrap;
		overflow-x:auto;
	}

	#myCarousel .carousel-indicators {
		position: absolute;
		left: 0;
		width: initial;
		margin-left: 15% important;
	}

	#myCarousel .carousel-indicators > li {
		width: 30px !important;
    	height: 3px !important;
		text-indent: initial;
	}
	#myCarousel .carousel-indicators li.active {
		background-color: #000000;
	}

	#myCarousel .carousel-indicators li {
		background-color: #4c4c4c;
	}

	#myCarousel .carousel-indicators > li.active img {
		opacity: 0.7;
	}

	#myCarousel .mobile-carousel-indicator {
		display: flex;
    bottom: -20px;
    margin-bottom: 0;
	}

	#myCarousel .desktop-carousel-indicator {
		display: none;
	}
}

.campaign-top-section .ribbon-1 {
  height: 30px;
  width: auto;
  top: 20px;
  left: -6px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  z-index: 1;
}
.campaign-top-section .ribbon-1:before {
  border-right: 6px solid #d07e05;
  border-bottom: 6px solid transparent;
  bottom: -6px;
  left: 0;
}
.campaign-top-section .ribbon-1:after {
  border-bottom: 15px solid #ff9800;
  border-top: 15px solid #ff9800;
  border-right: 10px solid transparent;
  top: 0;
  right: -10px;
  bottom: auto;
  left: auto;
  border-left: 0;
}
.campaign-top-section .ribbon-1 i {
  margin-right: 3px;
  position: initial;
  color: initial;
}

.raised-amount {
  font-size: 40px;
  display: block;
  line-height: 1.3;
}

.campaign-progress {
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
}

.progress .percentage {
  border-radius: 20px;
}

.campaign-right-details {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.campaign-right-details i {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
}

.campaign-top-section .img-fluid {
  height: 431px;
  object-fit: cover;
  width: calc(100% - 20px);
}

.campaign-top-section .videowrapper img {
  height: 431px;
  object-fit: cover;
  width: calc(100% - 20px);
  border-radius: .3rem;
}

.organizer-wrapper {
  border: 1px solid rgb(111 111 111 / 10%);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
}

.campaign-tabs .badge {
  font-weight: 500;
  font-size: 12px;
  padding: 4px 8px;
}

.campaign-tab-content {
  line-height: 1.9;
}

.reward-heading-wrapper {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}


.form-box {
  border: 1px solid rgba(0,0,0, 0.08);
  background: #ffffff;
  border-radius: 4px;
  /* box-shadow: 0px 0px 60px rgba(0,0,0, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  padding: 40px;
}

.donation-card {
  border: 1px solid rgba(0,0,0, 0.08);
  background: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.btn-fw-200 {
  width: 200px;
  text-align: center;
}

.donation-details {
  margin-bottom: 0;
  padding: 0;
}

.donation-details li {
  display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #DDD;
    margin-bottom: 10px;
}

.donation-details li strong {
  text-align: right;
  font-weight: 600;
}

.donate-reward-box .card {
  border: 1px solid rgba(0,0,0, 0.08);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.form-box-title-wrapper {
  margin-bottom: 25px;
}

.form-box-title-wrapper h2 {
  font-size: 25px;
}

.custom-btn-group {
  display: flex;
}
.custom-btn-group-item {
  position: relative;
  margin-left: -1px;
}

.custom-btn-group-input {
  position: absolute;
  opacity: 0;
  overflow: hidden;
}

.custom-btn-group-label {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #ced4da;
  text-align: center;
  padding: 12px 25px;
  cursor: pointer;
  margin-bottom: 0;
}

.custom-btn-group .custom-btn-group-item:first-child .custom-btn-group-label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.custom-btn-group .custom-btn-group-item:last-child .custom-btn-group-label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-btn-group .custom-btn-group-input:checked~.custom-btn-group-label {
  color: #fff;
}

.media-video-wrapper {
  background-color: #f5f5f5;
    border: 2px dashed #C8CBCE;
    border-radius: 6px;
}

.btn-lg {
  font-size: 16px;
  padding: 15px 30px;
}

.donate-btn-lg {
    font-size: 20px;
    padding: 15px 30px;
}

.donation-details li.donation-view-reward {
  border-bottom: 0;
}

.donation-view-reward .selectReward {
  margin-bottom: 0;
}

.donation-view-reward .selectReward .card {
  border: 1px solid rgb(111 111 111 / 30%);
  margin-top: 10px;
  box-shadow: none;
}

.campaigns.card {
  border-color: #e4e5e5;
  border-radius: 5px;
}

.campaigns-card-statistics strong {
  display: block;
  font-size: 15px;
}

.campaigns-card-statistics span {
  display: block;
  font-size: 14px;
}

.campaigns.card .card-img-top,
.campaigns.card .featured-img {
  height: 269px;
  object-fit: cover;
}

.contact-box {
  margin-top: 50px;
  display: flex;
}

@media (min-width: 768px) {
  .contact-box:first-child {
    margin-top: 7px;
  }
}

.contact-box i {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  background-color: #28a745;
  margin-right: 20px;
  font-size: 22px;
  color: #FFF;
}


.contact-box-info h3 {
  font-size: 18px;
}

.contact-box-info p {
  margin-bottom: 0;
}

.contact-box-info a,
.contact-box-info a:hover {
  color: #212529;
}
.fs-13 {
    font-size: 13px;
}
.fs-19 {
    font-size: 19px;
}

.txt-red{
	color: #ff083b;
}

.txt-green{
	color: #29a746;
}

.category-item {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
  border-radius: 24px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  color: #212529;
}

.category-item:hover {
  text-decoration: none;
  color: #212529;
}

.category-name {
  padding: 25px 20px;
  text-align: center;
}

.category-name h5 {
  font-size: 18px;
}

.homepage-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.homepage-tabs-wrapper .nav-link {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
}

.homepage-tabs-wrapper .nav-link.active,
.homepage-tabs-wrapper .nav-link.active:hover
.homepage-tabs-wrapper .nav-link.active:focus {
  color: #FFF !important;
}

.homepage-tabs-wrapper .nav {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
  border-radius: 50px;
}

@media (min-width: 992px) {
  .w-lg-50 {
      width: 50%!important;
  }
}

.misc-text-section{
border: 1px solid rgb(111 111 111 / 10%);
border-radius: 5px;
padding: 15px 20px 15px 90px;
box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
background: #ffffff;
}
.cstHide{
	display:none;
}

.replytext {
	    clear: both;
    padding-left: 15px;
    border-left: 2px solid lightgrey;
    /*margin-left: 25px;*/
}

.commentreplybox{
	display:none;
}

.commentreplybox button{
	padding: 4px 15px;
    margin-top: 6px;
}

#launching_countdown{
padding: 0px;
    text-align: center;
    font-size: 36px;
	font-weight:400;
    /*border: 1px solid #ccc;
    border-radius: 7px;*/
    margin: 20px 0px 0px 0px;
}
#launching_countdown span{
	font-size:36px;
}
.sortingtab {
}
.sortingtab .active{
	font-weight:bold;
}


.js-ticker {
  overflow: hidden;
  width:100%;
}

.js-ticker-track {
  white-space: nowrap;
}

.js-ticker-item {
  white-space: normal;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 0px 25px;
}

@supports (display: flex) {
  .js-ticker-track {
    position: relative;
    white-space: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .js-ticker-item {
    height: auto;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .js-ticker.active .js-ticker-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-ticker.active .js-ticker-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}


.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
	max-height: 375px;
}

.fb-image-profile
{
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 20%;
}
.fb-profile-text>h1{
text-transform: capitalize;
}

.profile-img {
  display: inline-block;
    /*background-color: #00d53b;*/
    margin: 10px;
    border-radius: 50%;
}

.profile-img-inner {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 45px;

  font-size: 15px;
  width: 50px;
}

@media (max-width:768px) {

.fb-profile-text>h1{
    font-weight: 700;
    font-size:16px;
}

.fb-image-profile
{
    margin: -45px 10px 0px 25px;
    z-index: 9;
    width: 20%;
}
}

.trophy-success{
	font-size:110px;
}

/*Stripe Connect Button CSS*/
.stripe-connect {
  background: #635bff;
  display: inline-block;
  height: 38px;
  text-decoration: none;
  width: 180px;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

  -webkit-font-smoothing: antialiased;
}

.stripe-connect span {
  color: #ffffff;
  display: block;
  font-family: sohne-var, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  padding: 11px 0px 0px 24px;
  position: relative;
  text-align: left;
}

.stripe-connect:hover {
  background: #7a73ff;
}


.stripe-connect.white {
  background: #ffffff;
}



.stripe-connect span::after {
  background-repeat: no-repeat;
  background-size: 49.58px;
  content: "";
  height: 20px;
  left: 62%;
  position: absolute;
  top: 28.95%;
  width: 49.58px;
}

/* Logos */
.stripe-connect span::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 468 222.5' style='enable-background:new 0 0 468 222.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z'/%3E%3Cpath class='st0' d='M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z'/%3E%3Cpolygon class='st0' points='223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 '/%3E%3Crect x='223.8' y='69.3' class='st0' width='25.1' height='87.5'/%3E%3Cpath class='st0' d='M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z'/%3E%3Cpath class='st0' d='M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z'/%3E%3Cpath class='st0' d='M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z'/%3E%3C/g%3E%3C/svg%3E");
}


.campaign-list-shadow-box{
	background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 10%);
	border: 1px solid rgba(0,0,0, 0.08);
}
.campaign-dashboard-tab-content {
    line-height: 1.9;
	background: #fff;
    min-height: 400px;
	padding:40px;

}


.campaign-dashboard-tabs {
  background-color: #e8e8e8;
}

.campaign-dashboard-tabs .nav-link {
  padding: 20px 60px;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  font-size: 17px;
  font-weight: 500;
  background-color: #e8e8e8;
}

.campaign-dashboard-tabs .nav-link:hover {
  color: #333 !important;
}

.campaign-dashboard-tabs .nav-item .nav-link.active {
  color: #212529 !important;
  background-color: #FFF !important;
}

@media (max-width: 768px) {

  .campaign-dashboard-tabs {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 0;
    overflow-y: hidden;
  }

  .campaign-dashboard-tabs li {
    flex: none;
  }

  .campaign-dashboard-tabs .nav-link {
    color: #333;
  }
}




.recent-donation-list {
    padding-left: 0;
    margin-bottom: 0;
}

.recent-donation-list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


.recent-donation-list .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.recent-donation-list .user-img {
  flex: 0 0 50px;
  margin-right: 10px;
}
.recent-donation-list .user-img img {
  border-radius: 5px;
}

.recent-donation-list .product-info .product-title {
  font-weight: 700;
  font-size: 18px;
}

.recent-donation-list .product-info .product-description {
  font-size: 12px;
  opacity: 0.8;
}

.donut-legend > span
    {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .donut-legend > span:last-child
    {
        margin-right: 0;
    }
    .donut-legend > span > i
    {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 7px;
        margin-top: -3px;
        vertical-align: middle;
        border-radius: 1px;
    }

.popover{
max-width:450px;
}
.popover-body table {
	width:350px;
}
.popover-body table th {

}

.popover-body table td {

}

.popover-body table td.borderline{
	border-bottom:1px solid #000;
}
/*Campaign page*/
.misc-text-section.simple-text-block {
  padding-left: 20px;
}
.misc-text-section.simple-text-block .media {
  width: 100%;
}
.misc-text-section.simple-text-block .email-anchor {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  /*background-color: #bc7e17;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff !important;
  margin-left: 15px;
}
.misc-text-item {
  margin-bottom: 6px;
}
.misc-text-item .fa {
  width: 25px;
}
.organizer-wrapper.phone-fund-item {
  background-color: #fff;
    margin-top: 25px;
    margin-bottom: 5px;
}
.organizer-wrapper.phone-fund-item .media .fa-phone-alt {
  font-size: 31px;
  padding: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.organizer-wrapper.phone-fund-item .media .fa-phone-alt.campaign-color {
  /*background-color: #bc7e17;*/
}
.organizer-wrapper.phone-fund-item .media .fa-phone-alt.text-success {
  background-color: #c3912e;
}
.campaign-top-section {
  padding-bottom: 85px;
}
.selectReward-outer .selectReward {
  height: 100%;
  margin-bottom: 30px;
}
.selectReward-outer .selectReward .cardSelectReward {
  height: calc(100% - 30px);
}
.selectReward-outer .organizer-wrapper {
  background-color: #fff;
  height: 100%;
  height: calc(100% - 30px);
}
.selectReward-outer .selectReward-col .selectReward .organizer-wrapper .media-heading {
  font-size: 14px;
}
/* .selectReward-outer .organizer-wrapper .media {
  max-width: 125px;
} */
.rounded-circle {
  max-width: 80px;
}
.campaign-tab-content-outer .js-ticker.active .js-ticker-item .media .rounded-circle.organizer-img {
  width: 50px !important;
  height: 50px !important;
}
.box-custom-style {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border: 1px solid rgb(111 111 111 / 10%);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.donation-item-style .donation-item-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.donation-item-style .donation-item-top-row h6 .campaign-color,
.donation-item-style .donation-item-top-row h6 .text-success {
  display: block;
  margin-top: 5px;
}

.video-wrapper {
  display: flex;
  overflow: auto;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
}
.video-wrapper .video-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.video-wrapper .video-item .box-styling{
  border: 1px solid #B6C1CD;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.video-wrapper .video-item .video-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.video-wrapper .video-item .video-wrap {
  display: flex;
  position: relative;
}

.video-wrapper img {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.team-outer {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-decoration: none !important;
  margin-bottom: 30px;
  border: 1px solid rgb(111 111 111 / 10%);
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.team-outer .team-top-row {
  display: flex;
  align-items: flex-start;
}
.team-outer .team-top-row .team-name-wrap {
  padding-right: 5px;
}
.team-outer .team-top-row .rounded-circle {
  flex: 0 0 40px;
}

.team-outer .team-top-row .team-name-wrap h6 {
  margin-bottom: 0;
}
.team-outer .team-top-row .team-name-wrap p {
  line-height: 1.4;
}
.team-outer .team-top-row .team-donors-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  margin-left: auto;
}
.team-outer .team-top-row .team-donors-count .donors-number {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.team-outer .team-top-row .team-donors-count .donors-text {
  line-height: 1;
}

.team-outer .team-body .team-donors-progress {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.team-outer .team-body .team-donors-progress .btn-block {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.team-outer .team-body .team-donors-progress .btn-block .raised-amount {
  flex: 0 0 100%;
  line-height: 1;
  font-size: 30px;
}
.team-outer .team-body .team-donors-progress .btn-block .text-percentage {
  margin-left: auto;
  margin-right: 15px;
  margin-top: -20px;
}
.team-outer .team-body .team-donors-progress  .team-btn-wrap{
  margin-left: auto;
}
.team-outer .team-body .team-donors-progress .team-btn-wrap .btn {
  white-space: nowrap;
}
.tab-name-filter {
  background-color: #fbeed4;
  text-decoration: none !important;
  margin-bottom: 30px;
  border: 1px solid rgb(111 111 111 / 10%);
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.tab-name-filter .selected-top-row {
  display: flex;
  align-items: flex-start;
}
.tab-name-filter .selected-top-row .tab-donors-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  margin-left: auto;
  margin-right: 15px;
}
.tab-name-filter .selected-top-row .tab-donors-count .tab-number {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.tab-name-filter .selected-top-row .tab-donors-count .tab-text {
  line-height: 1;
}
.tab-name-filter .tab-body .progress  {
  background-color: #e3d3b3;
}
.tab-name-filter .tab-body .tab-donors-progress {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.tab-name-filter .tab-body .tab-donors-progress .btn-block {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.tab-name-filter .tab-body .tab-donors-progress .btn-block .raised-amount {
  flex: 0 0 100%;
  line-height: 1;
  font-size: 30px;
}
.tab-name-filter .tab-body .tab-donors-progress .btn-block .text-percentage {
  margin-left: auto;
  margin-right: 15px;
  margin-top: -20px;
}
.tab-name-filter .tab-body .tab-donors-progress  .tab-btn-wrap{
  margin-left: auto;
  display: flex;
}
.tab-name-filter .tab-body .tab-donors-progress .tab-btn-wrap .btn {
  white-space: nowrap;

}

.form-outer {
  max-width: 690px;
  margin: 0 auto;
}
.form-outer  .group {
  text-align: center;
}
.form-outer .form-row .form-text {
  margin-top: 0;
}
.form-outer .form-control-wrap {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.step-btn-wrap {
  display: flex;
  justify-content: center;
}
.form_progress_bar {
  margin-top: 20px;
  overflow: hidden;
  counter-reset: step;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.form_progress_bar .progress-item {
  color: #000;
  text-align: center;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 11px;
  float: left;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 20%;
}

.form_progress_bar .progress-item:before {
  content: counter(step);
  counter-increment: step;
  line-height: 25px;
  display: block;
  color: #fff;
  margin: 0 auto 5px auto;
  text-align: center;
  width: 45px !important;
  font-size: 16px !important;
  font-weight: bold;
  padding: 10px;
  background: #E6E7E8 !important;
  border-radius: 33px !important;
}

.form_progress_bar .progress-item:after {
  content: '';
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    left: -50%;
    top: 22px !important;
    z-index: -1;
}
.form_progress_bar .progress-item:first-child:after {
    display: none;
}
.form_progress_bar .progress-item span {
  display: none !important;
}
.form_progress_bar .progress-item.active:not(.current) span {
  z-index: 10000;
  position: absolute;
  display: block !important;
  width: 36px;
  height: 20px;
  margin-top: -34px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #c3912e url('../img/check.png') center 20% no-repeat !important;
}
.form_progress_bar .progress-item.current:before {
  background: #f8f9fa !important;
  color: #c3912e !important;
  border: 2px solid #c3912e;
  width: 49px !important;
}
.form_progress_bar .progress-item.active:not(.current):before {
  background-color: #c3912e !important;
}
.form-outer .fieldset-wrapper {
  margin: 30px 46px 60px 46px;
}
.fieldset-wrapper .fieldset-item {
  display: none;
}
.step-btn-wrap {
  margin-top: 30px;
  justify-content: space-between;
}
.step-btn-wrap.center {
  justify-content: center;
}
.step-btn-wrap .btn-next {
  min-width: 250px;
}
.step-btn-wrap .btn-back {
  color: #c3912e;
  text-decoration: none !important;
}
.invalid-feedback {
  text-align: left;
}
.list-styled li {
  list-style: inherit;
}
.form_progress_bar.progress_bar_eight .progress-item {
  width: 12.5%;
}
.field-group-remove {
  background-color: #fff;
  border: 1px solid #af4c4c;
  padding: 9px 13px;
  margin-top: 10px;
  border-radius: 7px;
  color: #8a2828;
  font-weight: normal;
  margin-right: 8px;
}
.field-group-add {
  background-color: #fff;
  border: 1px solid #c3912e;
  padding: 9px 13px;
  margin-top: 10px;
  border-radius: 7px;
  color: #c3912e;
  font-weight: normal;
}
.directors-groups-item:not(:first-child) .field-group-remove  {
  display: block!important;
}
.directors-groups-item {
  margin-top: 25px;
}
.form-control-wrap.required {
  position: relative;
}
.form-control-wrap.required:before {
  content: '*';
  position: absolute;
  top: 17px;
  right: 8px;
  color: #f00;
  font-size: 15px;
}
.select-required .form-control-wrap {
  position: relative;
}
.select-required .form-control-wrap:before {
  content: '*';
  position: absolute;
  top: 17px;
  right: 5px;
  color: #f00;
  font-size: 15px;
}
.fieldset-wrapper.fieldset-wrapper-eight-fields {
  margin: 30px 20px 60px 20px;
}
.fa-clock-o:before {
  content: "\f017";
}
/*Charity box styling */
.charity-box-styling {
  display: flex;
  flex-direction: row;
  padding: 15px;
  margin-bottom: 30px;
}
.charity-box-styling .charity-img-wrap {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
    align-items: center
}
.charity-box-styling .charity-img-wrap .card-img-top {
  max-width: 100%;
  height: auto;
}
.charity-card-body {
  padding-left: 15px;
  flex: 1;
}
.charity-card-body .charity-card-title {
  margin-bottom: 7px;
  font-weight: 400 !important;
}

.charity-card-body .charity-card-title a {
  font-size: 18px;
    text-decoration: none;
}
.charity-card-body .charity-location,
.charity-card-body .charity-tax  {
  margin-bottom: 5px;
}
.charity-card-body .charity-location .fa,
.charity-card-body .charity-tax .fas  {
  width: 22px;
}
.charity-card-body .btn-primary {
  padding: 4px 14px;
  font-weight: 500;
  margin-top: 5px;
}

/*Card pages styling*/
.two-col-layout {
  display: flex;
}
.two-col-layout .leftbar {
  box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 10%);
  position: relative;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  z-index: 1;
}

.fixed-top-card-header {
  height: 85px;
}
.leftbar .fixed-top-card-header {
  background-color: #c3912e;
  display: flex;
}
.leftbar .fixed-top-card-header a {
  display: flex;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.2;
  align-items: center;
  height: 85px;
}
.leftbar .fixed-top-card-header a span {
  flex: 0 0 25px;
  max-width: 25px;
  margin-right: 13px;
}
.error-ico path {
  fill: #fff;
}
.leftnav {
  padding: 0 20px;
  position: relative;
}
.verti-manu {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
  flex-direction: column;
}
.verti-manu li:last-child a {
  border-bottom: 0;
}
.verti-manu li a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ced4da;
  color: #343a40;
  font-size: 16px;
  border-radius: 0;
}
.verti-manu li a:hover,
.verti-manu li a.active {
  color: #c3912e;
  text-decoration: none;
}
.rightbar .fixed-top-card-header {
  background-color: #2a3746;
}
.card-balence-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.card-balence-info .leftblock .title {
  color: #B6C1CD;
  font-size: 15px;
}
.card-balence-info .leftblock .info {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.card-balence-info .leftblock .info span {
  font-size: 16px;
  padding-left: 5px;
}
.rightbar-content {
  padding: 30px 20px 30px 30px;

}
.card-img-wrap {
  max-width: 330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-shadow: 0 19px 10px -10px #999999;
}
.td-truncate {
  max-width: 400px;
}
@media (max-width: 1199px) {
  .campaigns .card-body {
    padding: 30px 15px 25px 15px;
  }
  .campaigns-card-statistics.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .campaigns-card-statistics.row > .col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .campaigns-card-statistics strong {
    font-size: 14px;
  }
  .donationSideDiv .btn-lg {
    padding: 15px 10px;
    margin-bottom: 0;
  }
  .shadow-box.donationSideDiv {
    padding: 25px 30px;
  }
  .donationSideDiv .trophy-success {
    font-size: 87px;
  }
  .campaign-right-details {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .donationSideDiv #launching_countdown {
    font-size: 30px;
  }
  .donationSideDiv #launching_countdown span {
    font-size: 30px;
  }
  .donationSideDiv #remind_me_form .form-group {
    max-width: 165px;
  }
  .donationSideDiv #remind_me_form .form-group .form-control {
    max-width: 100%;
  }
  .campaign-tabs .nav-link {
    padding: 20px 15px;
  }
  .homepage-tabs-wrapper .nav-link {
    padding: 15px 20px;
    color: #333;
    text-align: center;
  }
  .homepage-tabs-wrapper .nav {
    flex-wrap: nowrap;
  }
  .selectReward-outer .organizer-wrapper .media {
    max-width: none;
  }
  .selectReward-outer .organizer-wrapper .media img {
    max-width: 100px !important;
  }
}
@media (max-width: 991px) {
  .misc-text-section.simple-text-block {
    margin-top: 25px;
  }
  .video-wrapper .video-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .team-outer .team-body .team-donors-progress .btn-block .text-percentage {
    display: none;
  }
 .charity-box-styling .charity-img-wrap {
    width: 60px;
    height: 60px;
  }
  .verti-manu {
    flex-direction: row;
  }
  .verti-manu li {
    margin: 0 15px;
  }
  .verti-manu li a {
    padding: 10px 0;
  }
  .verti-manu li:last-child a {
    border-bottom: 1px solid #ced4da;
  }
  .leftbar .fixed-top-card-header,
  .leftbar .fixed-top-card-header a {
    height: auto;
  }
  .campaigns .card-body {
    padding: 30px 25px 25px 25px;
  }
  .campaigns-card-statistics strong {
    font-size: 15px;
  }
  .campaign-top-section .carousel-item.pdp {
    text-align: center;
  }

}
@media (max-width: 767px) {
  .selectReward-outer .selectReward-row {
    flex-wrap: nowrap;
    margin: 0;
    overflow: auto;

  }

  .selectReward-outer .organizer-wrapper {
    max-width: 300px;
    width: 300px;
  }
  .selectReward-outer .selectReward-row .selectReward-col {
    padding: 0 10px;
    flex: 0 0 auto;
    max-width: inherit;
    width: auto;
  }
  .selectReward-outer .selectReward-row .selectReward-col .selectReward {
    min-width: 200px;
  }
  .organizer-wrapper.phone-fund-item {
    margin-top: 30px;
  }
  .video-wrapper .video-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-outer .fieldset-wrapper {
    margin: 30px 0 50px 0;
  }
  .step-btn-wrap .btn-next {
    min-width: 200px;
  }
  .form_progress_bar.progress_bar_eight .progress-item:before {
    width: 35px !important;
    line-height: 15px;
  }
  .form_progress_bar.progress_bar_eight .progress-item.active:not(.current) span {
    width: 21px;
    margin-top: -29px;
  }
  .form_progress_bar.progress_bar_eight .progress-item.current:before {
    width: 37px !important;
  }
  .form_progress_bar.progress_bar_eight .progress-item:after {
    top: 17px !important;
  }
  .leftnav {
    padding: 0 15px;
  }
  .verti-manu li {
    margin: 0 10px;
  }
  .verti-manu li:first-child {
    margin-left: 0;
  }
  .verti-manu li:last-child {
    margin-left: 0;
  }
  .rightbar-content {
    padding: 20px;
  }
  .verti-manu li.last-item {
    margin-right: 0;
  }
  .homepage-tabs-wrapper .nav {
    width: 100%;
    flex-direction: column;
    flex-wrap: inherit;
  }
  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .campaign-top-section .carousel-item.pdp iframe.js-player {
    height: auto !important;
  }
}

.video-wrapper .video-wrap{
  position: relative;
}
.video-wrapper img {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* Donation filter css */

.donation-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.donation-filter > div {
  width: 160px;
  margin-left: 10px;
}
.donation-filter .donation-search {
  max-width: 160px;
    margin-left: 0;
}
.donation-filter .status-select {
  width: 120px;
}
.donation-filter .donation-filter-btns {
  display: flex;
  width: auto;
  margin-left: 10px;
}
.donation-filter > div .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.donation-filter .donation-filter-btns  .exportbtn {
  margin-left: 10px;
}
.donation-filter .donation-filter-btns .btn {
  padding: 12px 10px;
}

.email_tag_box {
	border:1px solid #ced4da;

	margin-bottom: 10px;
}
.email_tag_box .heading-text{
	text-align:center;
	border-bottom:1px solid #ced4da;

}
.email_tag_box .team_email_tags  {
	font-size: 80%;
    font-weight: 400;
	margin-bottom:0.1rem;
	padding: 0.375rem 0.75rem;

}
.email_tag_box .team_email_tags p {

	margin-bottom:0.1rem;

}

.originalgoal{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.campaign-no-border {
  border-radius: 0px 0px 0px 0px !important;
}
.campaign-bonus-color-bg {
  border-radius: 0px 20px 20px 0px !important;
  background-color: #0f9d58 !important;
}

/* ============ */

.campaign-tabs {
  margin-bottom: 0;
}

.campaign-tab-content-outer .campaign-tab-content>.tab-pane:not(#desc) {
  margin-top: 70px;
}

.campaign-tab-content-outer .language-tabs-wrapper {
  background-color: #ffffff;
  width: max-content;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 6px;
}

.campaign-tab-content-outer .language-tabs-wrapper .nav {
  margin: 0 !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .07);
  border-radius: 50px;
}

.campaign-tab-content-outer .language-tabs-wrapper .nav .nav-item {
  margin: 3px 2px 0 0;
}

.campaign-tab-content-outer .language-tabs-wrapper .nav .nav-link {
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
}

.campaign-tab-content-outer .language-tabs-wrapper .nav .nav-link.active {
  background-color: #c3912e;
  border-color: #c3912e;
  color: #fff;
}

.campaign-tab-content-outer .language-tabs-content-wrapper {
  padding: 30px;
  background: #fff;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .campaign-tab-content-outer .language-tabs-wrapper .nav {
    width: 100%;
  }

  .campaign-tab-content-outer .language-tabs-wrapper .nav .nav-link {
    padding: 15px 30px;
    color: #333;
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .campaign-tab-content-outer .language-tabs-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    background: transparent;
  }
  .campaign-tab-content-outer .language-tabs-wrapper .nav {
    flex-direction: column;
    flex-wrap: inherit;
  }
}

/* Hatzalahs tab */
.hatzalahs-content-wrapper {
  padding: 30px 30px 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.hatzalahs-content-wrapper >.row>* {
  margin-bottom: 30px;
}

.hatzalahs-content-wrapper .card-hatzalahs {
  min-height: 100%;
}

.hatzalahs-content-wrapper .card-hatzalahs .card-hatzalahs--img {
  height: 200px;
}

.hatzalahs-content-wrapper .card-hatzalahs .card-hatzalahs--img img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.hatzalahs-content-wrapper .card-hatzalahs .card-hatzalahs--body .card-title {
  margin-bottom: 0;
  font-family: 'Gilroy-Medium', sans-serif;
}
/* Hatzalahs tab */

/* Campaign topbar */
.campaign-topbar-wrapper {
  background-color: #f1f1f1;
}

.campaign-topbar-wrapper .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.campaign-topbar-wrapper .topbar--left {
  flex-grow: 1;
  align-self: stretch;
}

.campaign-topbar-wrapper .topbar--left-grid {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.campaign-topbar-wrapper .topbar--left-grid > * {
  align-self: stretch;
}

.campaign-topbar-wrapper .topbar--left-grid .topbar--left-backlink a {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  width: 46px;
  color: inherit;
  background-color: #e6e6e6;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
}

.campaign-topbar-wrapper .topbar--left-grid .topbar--left-backlink a .icon svg {
  width: 16px;
  height: auto;
}

.campaign-topbar-wrapper .topbar--left-grid .topbar--left-backlink a .icon svg path {
  transition: all 0.5s ease-in-out;
}

.campaign-topbar-wrapper .topbar--left-grid .topbar--left-backlink a .text {
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.campaign-topbar-wrapper .topbar--left-grid .topbar--left-backlink a:hover {
  background-color: #c3912e;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.campaign-topbar-wrapper .topbar--left-grid .topbar--left-backlink a:hover .text {
  opacity: 1;
  visibility: visible;
}

.campaign-topbar-wrapper .topbar--left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.campaign-topbar-wrapper .topbar--left-content h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.campaign-topbar-wrapper .topbar--left-content h3 {
  font-size: 24px;
  font-family: 'Gilroy-Medium', sans-serif;
}

.campaign-topbar-wrapper .topbar--left-content h3 span {
  color: gray;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
}

.campaign-topbar-wrapper .topbar--right {
  position: relative;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 15px 0;
}

.campaign-topbar-wrapper .topbar--right::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #dfdfdf;
}

.campaign-topbar-wrapper .topbar--right-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  text-align: center;
}

.campaign-topbar-wrapper .topbar--right-col label {
  font-size: 16px;
  font-family: 'Gilroy-Medium', sans-serif;
  margin-bottom: 0;
}

.campaign-topbar-wrapper .topbar--right-col p {
  font-size: 20px;
  font-family: 'Gilroy-Bold', sans-serif;
  margin-bottom: 0;
}

.campaign-topbar-wrapper .topbar--right .progress {
  position: relative;
  background-color: #d2d2d2;
  border-radius: 20px;
}

.campaign-topbar-wrapper .topbar--right .progress-percentage {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 11px;
color: white;
mix-blend-mode:difference;
}
/* Campaign topbar */

.custom-file-input--area,
.custom-file-input--area *,
.custom-file-input--area input[type="file" i]::-webkit-file-upload-button {
  cursor: pointer;
}

.custom-file-input--area input[type='file'] {
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.custom-file-input--area.filer-input-dragDrop {
  border-color: #c3912e;
  color: #c3912e;
}

.custom-file-input--area ~ .image-preview-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-file-input--area ~ .image-preview-container .image-container {
  display: flex;
  align-items: flex-start;
  /* gap: 25px; */
  border: 1px solid #ced4da;
  border-radius: 4px;
  /* padding: 20px; */
  position: relative;
  overflow: hidden;
}

.custom-file-input--area ~ .image-preview-container .image-preview--left {
  flex: 0 0 58%;
  max-width: 58%;
  align-self: stretch;
  height: 296px;
  background-color: #f9f9f9;
}

.custom-file-input--area ~ .image-preview-container .image-preview--left img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.custom-file-input--area ~ .image-preview-container .image-preview--right {
  flex-grow: 1;
  display: grid;
  gap: 5px;
  padding: 15px;
}

.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status {
  display: flex;
}

.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status .badge {
  padding: 8px 15px;
  font-size: 10px;
}

.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status .badge.badge-success,
.custom-file-input--area ~ .image-preview-container .image-preview--right .acceptance-status .badge.badge-success {
  color: #fff;
  background-color: #28a745;
}

.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status .badge.badge-draft {
  color: #fff;
  background-color: #8d8d8d;
}
.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status .badge.badge-invalidated {
  color: #fff;
  background-color: #ff0000;
}
.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status .badge.badge-validated {
  color: #fff;
  background-color: #28a745;
}


.custom-file-input--area ~ .image-preview-container .image-preview--right .submissions-status .badge.badge-pending {
    color: #fff;
    background-color: #ff0000;
  }

.custom-file-input--area ~ .image-preview-container .image-preview--right .acceptance-status {
  position: absolute;
  top: 10px;
  left: -40px;
}

.custom-file-input--area ~ .image-preview-container .image-preview--right .acceptance-status .badge {
  width: 130px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.custom-file-input--area ~ .image-preview-container .image-preview--right .acceptance-status .badge.badge-danger {
  color: #fff;
  background-color: #ff0000;
}

.custom-file-input--area ~ .image-preview-container .remove-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ff0000;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  font-family: initial;
  font-size: 12px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.custom-file-input--area ~ .image-preview-container .form-control:not(textarea),
.custom-file-input--area ~ .image-preview-container .form-control,
.custom-file-input--area ~ .image-preview-container .custom-select,
.custom-file-input--area ~ .image-preview-container select {
  font-size: 14px;
  height: auto;
  padding: 10px;
}

.custom-file-input--area ~ .image-preview-container .input-group-prepend .custom-select,
.custom-file-input--area ~ .image-preview-container .custom-select,
.custom-file-input--area ~ .image-preview-container select {
  padding-right: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.voucher-count {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-family: 'Gilroy-Medium', sans-serif;
}

.voucher-count .count {
  color: #c3912e;
  font-family: 'Gilroy-Bold', sans-serif;
}

.no-wrap {
  white-space: nowrap;
}

/*  */
.table-actions {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 8px;
}

.table-actions-opener {
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  z-index: 1;
}

.table-actions-opener::after,
.table-actions-opener::before,
.table-actions-opener span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0d3449;
}

.table-actions-opener::after {
  top: 9px;
}

.table-actions-opener span::after {
  top: 14px;
}

.table-actions-container {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(15px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 18px;
  background: #fff;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
  will-change: opacity,visibility;
  visibility: hidden;
  opacity: 0;
}

.table-actions-container::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(90deg,transparent,#ffffff);
}

.table-actions-container::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 29px;
  background: #c1c4d1;
}

.table-actions-list {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.table-actions-list li:not(:first-child) {
  margin: 0 0 0 15px;
}

.table-actions-list a {
  display: flex;
  font-size: 13px;
  text-decoration: none;
  color: #212529;
}

.table-actions.open .table-actions-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.table-actions.open .table-actions-opener::after,
.table-actions.open .table-actions-opener::before {
  top: 50%;
  left: 50%;
  border-radius: 0;
  width: 11px;
  height: 1px;
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: #212529;
}

.table-actions.open .table-actions-opener::after {
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}

.table-actions.open .table-actions-opener span::after {
  display: none;
}

.campaign-table .col-email .copy-link {
  margin-left: 5px;
  font-size: 13px;
}

.campaign-table .col-address {
  min-width: 250px;
}

.topbar {
  background-color: #583101;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.topbar .back-link {
  position: relative;
  transition: all .3s ease-in;
  color: #fff;

}

.topbar .back-link::before {
  content: " ";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(135deg);
  margin-right: 0.4rem;
  transition: all .3s ease-in;
}

.topbar .back-link:hover {
  color: #fff;
  text-decoration: none;
}

.topbar .username {
  font-family: 'Gilroy-Bold', sans-serif;
}

/* < 1200px */
@media (max-width: 1199px) {
  .campaign-topbar-wrapper .topbar--right {
    flex: 0 0 45%;
    max-width: 45% !important;
  }
}

/* < 992px */
@media (max-width: 991px) {
  .campaign-topbar-wrapper .topbar--right {
    flex: 0 0 50%;
    max-width: 50% !important;
  }
  .campaign-topbar-wrapper .topbar--right-col label {
    font-size: 14px;
  }
  .campaign-topbar-wrapper .topbar--right-col p {
    font-size: 18px;
  }
  .custom-file-input--area ~ .image-preview-container .image-container {
    flex-direction: column;
  }
  .custom-file-input--area ~ .image-preview-container .image-preview--left {
    flex: none;
    max-width: 100%;
  }
  .custom-file-input--area ~ .image-preview-container .image-preview--left {
    height: 220px;
  }
  .custom-file-input--area ~ .image-preview-container .image-preview--right {
    width: 100%;
  }
  .custom-file-input--area ~ .image-preview-container .image-container {
    gap: 10px;
  }
}

/* < 768px */
@media (max-width: 767px) {
  .campaign-topbar-wrapper {
    padding: 30px 0 20px;
  }
  .campaign-topbar-wrapper .topbar {
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  .campaign-topbar-wrapper .topbar--right::before {
    left: 0;
    right: 0;
    top: -6px;
    height: 1px;
    width: 100%;
  }
  .campaign-topbar-wrapper .topbar--right {
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100%;
  }
  .campaign-topbar-wrapper .topbar--left-content h5 {
    font-size: 14px;
  }
  .campaign-topbar-wrapper .topbar--right-col label {
    font-size: 13px;
  }
  .campaign-topbar-wrapper .topbar--right-col p {
    font-size: 15px;
  }
  .campaign-topbar-wrapper .topbar--left-content h3 {
    font-size: 18px;
  }
  .custom-file-input--area ~ .image-preview-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
