@font-face {
    font-family: 'SG-Font-Master';
    src:  url('https://res.cloudinary.com/sgpproduction/raw/upload/v1582260866/sg_resources/common/fonts/v1.4.0/v1.4.0.1/SG-Font-Master.eot?fraiqr');
    src:  url('https://res.cloudinary.com/sgpproduction/raw/upload/v1582260866/sg_resources/common/fonts/v1.4.0/v1.4.0.1/SG-Font-Master.eot?fraiqr#iefix') format('embedded-opentype'),
      url('https://res.cloudinary.com/sgpproduction/raw/upload/v1582260870/sg_resources/common/fonts/v1.4.0/v1.4.0.1/SG-Font-Master.woff?fraiqr') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

.MuiGridListTile-root {
    box-sizing: border-box;
    flex-shrink: 0;
	  height: 540px;
    padding: 10px;
    max-width: 380px;
    margin-right: 10px;
    list-style-type: none;
    width: 50%;
}

.MuiGridListTile-tile {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.MuiCard-root {
    overflow: hidden;
}

.MuiPaper-elevation1 {
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.MuiPaper-rounded {
    border-radius: 4px;
}

.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.MuiCard-root {
    overflow: hidden;
}

.MuiPaper-rounded {
    border-radius: 4px;
}

.SGLCard-root {
	background-color: #ffffff;
    box-shadow: none;
    border: 1px solid rgb(221, 223, 226);
    border-radius: 6px 6px 6px 6px;
}

.SGLCard-image {
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
}

.imgForTrendsTablets {
    height: 200px;
    object-fit: cover;
    border-bottom: solid 1px #e0e0de;
    border-radius: 0px 0px 0px 0px;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.SGLCard-text {
    padding: 5px 10px 0px 10px;
    box-shadow: none;
}

.SGLCard-textfont {
    font-family: Cairo;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.FullWidthDateCardforSmallMobile {
	padding: 10px 5px !important;
    float: left;
    margin: 2px 0 0 12px;
    max-width: 50px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 6px 8px 10px 8px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    height: 85px;
}

.titledivclass {
	vertical-align: top;
    display: inline-block;
    max-width: 74%;
    margin-top: 6px;
    margin-left: 10px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'SG-Font-Master' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dashboardCardsIconvol {
    font-size: 25px;
    color: #ff5a4e;
    float: none;
}
.dashboardCardsIcondonation {
    font-size: 25px;
    color: #009e68;
}
.dashboardCardsIconevents {
    font-size: 25px;
    color: #8043f5;
}

.dashboardCardsIconMembership {
    font-size: 25px;
    color: #00c4cc;
}


.dateclass {
    overflow: hidden;
    font-size: 18px;
    text-overflow: clip;
    white-space: nowrap;
    color: #757575;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: -5px;
    margin-top: 1px;
}

.icon-sg_volunteer_icon_filled:before {
    content: "\e949";
}

.icon-sg_donation_icon_filled:before {
    content: "\e91c";
  }

.icon-sg_membership_icon_filled:before {
    content: "\e935";
}

.icon-sg_event_filled:before {
    content: "\e921";
}

.icon-sg_like_icon_filled:before {
    content: "\e930";
}

.monthclass {
    overflow: hidden;
    font-size: 12px;
    text-overflow: clip;
    white-space: nowrap;
    color: #757575;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: -5px;
    margin-top: 1px;
}

.titledivclass {
	vertical-align: top;
    display: inline-block;
    max-width: 74%;
    margin-top: 6px;
    margin-left: 10px;
}

.titleclass {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 1.2em;
    max-height: 2.4em;
    min-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(98, 98, 99);
    font-size: 18px;
    cursor: pointer;
    padding-right: 5px;
    font-family: Poppins;
}

.locationclass {
	font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
    color: #6b6b6b;
    padding-top: 10px;
    font-family: Poppins;
}

.emptyrowclass {
    color: #6f6f6f;
    text-align: center;
    font-size: 10px;
    font-family: Poppins;
    float: right;
    height: 15px;
}

.ngoimgclass {
    float: left;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-left: -2px;
    border-radius: 50%;
    border: solid 1px #d4d2d2;
    cursor: pointer;
}

.ngotitleclass {
	overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: rgb(98, 98, 99);
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    margin-right: 10px;
    float: left;
    max-width: 50%;
    display: inline;
    font-family: poppins;
    cursor: pointer;
}

.adclass {
    margin-top: 5px;
    min-height: 45px;
    padding: 0px 0px 0px 20px;
    display: flex;
    align-items: center;
    background-color: white;
}

.campaignCardActionBar {
	margin: 18px 0 0 0px;
    min-height: 35px;
}

.divfclass {
	text-align: left;
}

.divlclass {
	text-align: left;
	padding-left: 0px;
}

.divds1class {
	padding-left: 0px;
    padding-right: 0px;
}

.divds2class {
	margin-top: -4px;
    display: inline-block;
    padding-left: 14px;
}

.divdsiclass {
	margin-right:5px;
	cursor:pointer;
}

.icon-sg_like_icon_outline:before {
    content: "\e931";
}

.circleicons {
    border-radius: 50%;
    color: #787993;
    padding: 6px;
    font-size: 16px !important;
    border: solid 1px;
}

.icon-share-alt:before {
	content: "\e94c";
}

.icon-share-alt_filled:before {
    content: "\e94b";
  }

.icon-user-plus1:before {
	content: "\e93c";
}
.icon-user_plus1_filled:before {
    content: "\e93b";
  }

.actiontitleclass {
	font-family: Poppins;
    display: flex;
    font-size: 14px;
    line-height: 10px;
    margin-top: 5px;
    cursor: pointer;
    color: rgb(98, 98, 99);
    width: max-content;
}

.actioncountclass {
	font-size: 10px;
    line-height: 10px;
    color: rgb(120, 121, 147);
    display: block;
    font-family: poppins;
    margin-top: 2px;
}

.shareDiv1{
    opacity: 1;
    transform: none;
    transition: opacity 215ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 143ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform-origin: 0px 0px;
    z-index: 9999;
    position: absolute;
    left: 15%;
    top: 78%;
}

.MuiPopover-paper{
    outline: 0;
    position: absolute;
    max-width: calc(100% - 32px);
    min-width: 16px;
    max-height: calc(100% - 32px);
    min-height: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.MuiPaper-elevation8{
        box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}
.MuiPaper-rounded{
    border-radius: 4px;
}
.MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  .MuiButtonBase-root::-moz-focus-inner {
    border-style: none;
  }
  .MuiButtonBase-root.Mui-disabled {
    cursor: default;
    pointer-events: none;
  }
  .MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
  }
  .buttonIconShare{
    background-color: transparent;
    border: none;
    padding: 10px;
    font: inherit;
    color: inherit;
    cursor: pointer;
  }


  .icon-facebook_filled:before {
    content: "\e994";
  }
  .btn-facebook {
    background: #fdfeff;
    border-radius: 0;
    color: #3b5998;
    font-size: 25px;
  }
  .btn-facebook:link, .btn-facebook:visited {
    color: #fff;
  }
  .btn-facebook:active, .btn-facebook:hover {
    background: #263961;
    color: #fff;
  }

  .icon-twitter_filled:before {
    content: "\e995";
  }
  .btn-twitter {
    background: #fff;
    border-radius: 0;
    color: #00ACEE;
    font-size: 25px;
  }

  .btn-twitter:link, .btn-twitter:visited {
    color: #fff;
  }

  .btn-twitter:active, .btn-twitter:hover {
    background: #0075a2;
    color: #fff;
  }

  .icon-linkedin_filled:before {
    content: "\e992";
  }
  .btn-linkedin {
    background: #fff;
    border-radius: 0;
    color: #007fb1;
    font-size: 25px;
  }

  .btn-linkedin:link, .btn-twitter:visited {
    color: #fff;
  }

  .btn-linkedin:active, .btn-twitter:hover {
    background: #007fb1;
    color: #fff;
  }

  .icon-heart_filled:before {
    content: "\e915";
  }
  .btn-heart {
    background: #fff;
    border-radius: 0;
    color: #007fb1;
    font-size: 25px;
  }

  .btn-heart:link, .btn-heart:visited {
    color: #fff;
  }

  .btn-heart:active, .btn-heart:hover {
    background: #007fb1;
    color: #fff;
  }

  .icon-sg_email_filled:before {
    content: "\e91e";
  }
  .btn-email {
    background: #fff;
    border-radius: 0;
    color: #c23816;
    font-size: 25px;
  }
  .btn-email:link, .btn-email:visited {
    color: #fff;
  }
  .btn-email:active, .btn-email:hover {
    background: #c23816;
    color: #fff;
  }

  .closeIconShare {
    padding: 10px;
    position: initial;
    margin-top: -2px;
    right: -9px;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
    color: rgb(143 143 143);
    border-radius: 50px;
  }

  .whatsappImage{
    width: 37px;
    padding-left: 7px;
    vertical-align: middle;
  }

  .myBar{
    width: 0%;
    max-width: 100%;
    height: 15px;
    background-color: #04AA6D;
    border-radius: 50px;
  }

  .myProgress{
    width: 100%;
    background-color: #ddd;
    border-radius: 50px;
  }
  .myGoalLabel{
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #242323;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    max-width: 50%;
    display: inline;
    font-family: poppins;
  }