.error {
  color: red;
}
#msg {
  color: red;
}
#msg1 {
  color: green;
}
.form-page .login-form p {
  color: #e7e7e7;
  /* font-size: 14px;
  margin-bottom: unset; */
  font-size: 18px;
  margin-bottom: 15px;
}
/* .form-page .login-form p {
  margin-bottom: 5px;
} */
#update_req_div {
  text-align: left;
}
/* .recent-prayer-box{
  margin-bottom: 30px;
} */

/* for profile image */
.saved-profile-img {
  width: 215px;
}
.saved-profile-img img {
  width: 100%;
}
.profile-info {
  margin-left: 0px;
}
.profile-list-img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.profile-list-img img {
  width: 100%;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.row-empty-class {
  text-align: center;
  margin-top: 15px;
}
.remove-uploaded-img {
  text-align: center;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 3px;
  width: 22px;
  right: 3px;
}
/* .recent-prayer-box.r-p-box-one{
  margin-bottom : 0px !important;
} */

.form-group {
  position: relative;
}

/* .validation {
  color: red;
  position: absolute;
  bottom: 11px;
} */

.profile-list-img img {
  width: 100%;
  height: 80px;
  width: 80px;
}

.fc .fc-scrollgrid {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
}

.fc-daygrid-event-dot {
  margin: 0 0px !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  display: inline-flex;
  text-align: center;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 0px solid #ddd !important;
  border: 0px solid var(--fc-border-color, #ddd) !important;
}

/* fc calender css */

.fc-daygrid-day-bottom {
  display: none;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.fc .fc-daygrid-day.fc-day-today {
  border-radius: 50%;
  background-color: unset !important;
  max-width: 10px;
  /* width: 10px; */
  min-width: 10px;
}
.fc .fc-daygrid-day-number {
  padding-top: 10px !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  background-color: #ddd8f6 !important;
  max-width: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 100%;
  margin: 0 auto;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: absolute !important;
  min-height: 2em;
  top: 30px !important;
  z-index: 9;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #454545 !important;
}
.categoty-image {
  height: 140px;
  /*overflow: hidden;*/
}
.news-slider .categoty-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-n-img {
  /*height: 221px;*/
  overflow: hidden;
}
.l-n-img img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.related-news-custom {
  height: 96px;
  width: 100%;
  overflow: hidden;
  flex: 1;
}
.related-news-custom img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.related-news-info {
  flex: 2;
}

.profile-edit-buttons a {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0px;
}

.profile-edit-buttons span {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0px;
}
.pastor .circle {
  overflow: hidden;
}
.profile-smaller-txt {
  width: 35px;
  height: 35px;
  background-color: #e8e2ff;
  border-radius: 50%;
  font-size: 15px;
  font-family: "montserratsemibold";
  color: #503e9d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.chat-profile-small-text {
  width: 55px;
  height: 55px;
  background-color: #e8e2ff;
  border-radius: 50%;
  font-size: 18px;
  font-family: "montserratsemibold";
  color: #503e9d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.s-parish-information ul {
  display: none;
}
.offer-not-found {
  background: #ffffff;
  box-shadow: none;
  border-radius: 10px;
  margin-top: 18px;
  text-align: center;
}

.main-event-listing {
  flex-direction: column;
}
.event_listing {
  display: flex;
}
.invtation-text .py-2 {
  border: none;
  font-size: 14px;
  margin-top: 0;
}

.user-first-later-mobile-view {
  width: 214px;
  height: 214px;
  background-color: #e8e2ff;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 90px;
  font-family: "montserratsemibold";
  text-transform: capitalize;
  color: #503e9d;
}
.p-category {
  margin-bottom: 0;
}
.edit-delete {
  margin-right: 5px;
}
.gold-border {
  box-shadow: 0 3px 10px #5d5757;
}
.church-logo{
  /* border-radius: 50%; */
  border-radius: 3%;
}
.side-checkbox {
  display: flex;
}
.side-checkbox span {
    font-family: "montserratmedium";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #757575;
}
.cancel-post{
  display: flex;
}
.fill-box .cancel-cls {
  background: transparent;
  border: 1px solid #503e9d;
  border-radius: 5px;
  width: 230px;
  height: 59px;
  font-weight: 600;
  text-align: center;
  color: #503e9d;
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 17px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.l-n-img {
    /* height: 221px; */
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.user_church_logo.medium_img {
    height: 50px;
    width: 50px !important;
    max-width: unset;
}

.bootstrap-timepicker-widget table td input {
  width: 40px !important;
}

.side-dropdown ul li a {
    font-size: 17px;
    line-height: 1.7;
}
.field-icon {
    position: absolute;
    z-index: 2;
    top: 65%;
    right: 10px;
    transform: translate(-50%, -50%);
}

.user-info{
  position: relative;
}
span.user-chat-time.date {
    position: absolute;
    top: 15px;
    right: 0;
}
.pw-field{
  padding-right: 50px;
}

.news_name_abbrev {
  height: 50px !important;
  width: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  border-radius: 5px !important;
}

.select-options {
    max-height: 215px;
}

.change_password_icon {
    max-width: 20px;
}

.archieve-chat {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    align-items: center;
}

.archieve-chat span {
    font-size: 14px;
    color: #454545;
    margin-right: 10px;
}

.archieve-chat a {
    background-color: #00000050;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}


.archieve-chat a img {
    max-width: 15px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.archived-class {
  height: 50px;
  width: 50px;
}

.s-b-info {
    padding: 0 15px 0 0;
}

details[open] > summary:first-of-type {
    list-style-type: none;
}
.side-checkbox.add-post-checkbox{
  width: 100%;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.good-dd .select-options {
    width: 220px;
}

.category-content p {
    word-break: break-all;
}

details summary::-webkit-details-marker {
display: none;
}

.select-options li {
  overflow: unset;
}

.prod-name{
  white-space: nowrap;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.category-bottom-detail span {
  min-width: 116px;
}
/* .back-listing.position-relative {
  margin-top: 10px;
} */
.back-listing a {
  font-size: 18px;
}
.b-tabbing li a, .b-tabbing li .active {
  font-size: 18px;
}
.name-logo {
  width: 60px;
  height: 60px;
}
.name-logo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.collapse .description {
  text-align: left;
}
.collapse .description span img {
  margin-right: 10px;
}
.back-content {
    padding: 20px 0 10px 0;
}
.left-heading {
    font-size: 18px;
}
.edit-delete.my-edit {
  margin-left: 10px;
}
.c-message.offer-cls.my-post {
  width: 260px;
}

.l-n-img.imgBlock{
  overflow: visible;
}
.l-n-img.imgBlock .calaender-date{
  margin-right: 10px;
}
.my-message.user-message .userchatbbl {
    word-break: break-all;
}
.user-message .userchatbbl {
    word-break: break-all;
}
.message-line-unread {
    max-width: 250px;
    text-overflow: ellipsis;
}
.a-box-details {
    word-break: break-all;
}
.latest-news-slider.no-scroll-down {
    padding-bottom: 150px;
}
.l-n-sec-title {
  display: flex;
  justify-content: space-between;
}
.l-n-sec-title .recent-prayer-box-top-right {
  justify-content: flex-end;
}
.created-updated-date span {
  display: block;
  margin-bottom: 10px;
}
.created-updated-date span strong {
  margin-right: 5px;
}
@media only screen and (max-width: 1100px) {
  .message-line-unread {
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .user-first-later-mobile-view {
    width: 88px;
    height: 85px;
    font-size: 22px;
  }
  .cancel-cls{
    width: 25% !important;
    height: 45px !important;
  }
  .filter-desktop-hide{
    display: none !important; 
  }
  .full_content {
    white-space: unset !important;
  }
  .type_user_pr {
    padding-right: 0;
  }
  .type_user_img_circle {
      align-items: flex-end;
      border-radius: 50%;
      /* overflow: hidden; */
  }
  .type_user_img_circle .user_church_logo.medium_img {
      height: 70px;
      width: 70px !important;
      max-width: unset;
      border-radius: 50%;
  }
  .l-n-img {
      align-items: unset;
  }
  .event-cal-main .side-checkbox label {
    padding-left: 15px;
  }

  .event-cal-main .side-checkbox .form-group input:checked + label:after {
      left: 24px;
  }

  .gooods-new-sec #navbarOffcanvas-1 {
      padding-bottom: 50px;
  }
  /*Safari 7.1+ */

  _::-webkit-full-page-media, _:future, :root .gooods-new-sec #navbarOffcanvas-1 {
    padding-bottom: 150px;
  }
}
.r_title{
  justify-content: flex-end;
}
.side-image span img {
  object-fit: cover;
  object-position: center;
  /* max-width: 100%; */
  width: 100%;
  height: 100%;
}

/*.prayer-first-left img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
}*/
.profile-width {
  display: flex;
  justify-content: center;
}
.profile-width .profile-img {
  display: inline-block;
  width: auto;
}
.avatar-upload {
  display: flex;
  justify-content: center;
}
.services-details .services-info.services-d:last-child {
  padding-right: 0 !important;
}
.services-details .services-info.services-d:first-child {
  padding-left: 0 !important;
}
.upload_profile_image{
  height: 100%;
  width: 100%;
}
.edit_profile_button{
  height: unset !important;
  width: unset !important;
  max-width: 100% !important;
}

.update-time {
  /* font-family: "montserratbold"; */
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px 0;
}
.recent-prayer-box-b p {
    -webkit-line-clamp: unset;
    max-width: 89%;
    /* width: 100%; */
    margin-bottom: 10px;
}
/*.update-detail {
  flex-wrap: wrap;
}*/
.update-detail b{
  font-family: "montserratbold";
}
.update-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.prayer-update-edit{
  position: relative;
  padding: 5px 0 15px 0;
}
.i-remaining{
    position: absolute;
    bottom: -3px;
    right: 130px;
    font-family: Montserrat !important;
    font-style: normal;
    font-weight: 400;
}
.edit-delete {
    display: flex;
    /*margin-left: 0;*/
    width: 11%;
}
.edit-delete button {
   margin-left: 0;
}
.category-bottom-detail.category-bottom-detail-change {
    text-align: unset;
    display: flex;
}
.c-message.offer-cls {
    width: 260px;
    padding: 5px 5px;
    font-size: 14px;
    background: #503e9d;
    display: inline-block;
    position: relative;
    left: 0px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}
.shape-bg span{
  font-size: 12px !important;
}
.appointment-recurrence-select input {
  max-width: 180px !important;
}
.user_church_logo{
  float: right;
}
.table tr{
  border : none !important;
  border-top : none !important;
}
.table td{
  border-top : none !important;
}
.table th{
  border-top : none !important;
}
.user-list {
    overflow-y: scroll;
    max-height: 650px;
   /* height: 100%;*/
}

.select-styled p {
    margin: 0;
    line-height: unset !important;
  padding: 0 !important;
} 
.category-content img {
  max-width: 40px;
}
.user_church_logo{
    max-width: 40px;
    height: 35px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    /* text-align: center; */
    background: #d9d3f5;
    border-radius: 35px;
    font-size: 14px;
    line-height: 23px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_church_logo span{
  margin-top: 5px;
}
.category-content {
  width: 100%;
}
.profile-page .form-group {
  margin-right: 10px;
}
/*.c-views {
  display: flex;
  align-items: center;
}
.view-enquiry{
  display: flex;
  align-items: center;
}*/ 

@media only screen and (max-width: 767px){
  .category-bottom-detail.category-bottom-detail-change {
      justify-content: center;
  }
  .message-line-unread{
    max-width: 450px;
  }
  .l-n-img.imgBlock .calaender-date{
    max-width: 50%;
  }
  /*.user_church_logo.medium_img {
    height: auto;
    width: auto !important;
  }*/
  .archieve-chat{
      margin-top: 50px;
    }
  .l-n-sec-title .recent-prayer-box-top-right {
    justify-content: flex-start;
  } 
  .l-n-sec-title {
      flex-direction: column;
  }
  .chat-conversations-main {
      height: unset;
  }
}
@media only screen and (max-width: 575px){
  .recent-prayer-box-b p {
    -webkit-line-clamp: unset;
    max-width: 100%;
  }
  .header-top-icons { 
    padding: 15px 0;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .update-detail {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    align-items: unset;
    flex-direction: row;
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  .edit-delete button {
    margin-left: 0;
    margin-right: 10px;
  }
  /*.update-time {
    padding: 7px 0;
  }*/
  #update_req_div {
    line-height: 19px;
  }
  .edit-delete {
    margin-left: 0px;
  }
  .prayer-update-edit.btm {
    display: unset; 
  }
  .prayer-update-edit a {
    display: inline-block;
    margin: 8px 10px 0px 0px;
  }
  .update-time {
    font-size: 12px;
  }
  .i-remaining {
    position: unset;
    bottom: unset;
    right: unset;
    float: right;
    margin-top: 8px;
  }
  .cancel-post{
    flex-direction: column;
    width: 100%;
  }
  .cancel-cls{
    width: 100% !important;
    height: 45px !important;
  }
  .c-message.offer-cls.my-post {
    width: 70%;
  }
  .shape-bg span {
    width: 110px;
    font-size: 12px;
  }
  .category-name-icons-show {
    display: none;
  }
  .user-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message-line-unread{
    max-width: 90%;
  }
  .type_user_img_circle .user_church_logo.medium_img {
      height: 50px;
      width: 50px !important;
  }
  .archieve-chat {
      margin-top: 20px;
  }
  .select-options li {
    overflow: hidden;
  }
}
@media only screen and (max-width: 350px) {
  .c-message.offer-cls.my-post {
      width: 56%;
  }
}
.fav_page{
  margin-left: 34% !important;
}
@media only screen and (max-width: 999px){
  .fav_page{
    margin-left: 25% !important;
  }
}
@media only screen and (max-width: 767px){
  .fav_page{
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 575px){
  .fav_page{
    margin-left: 0px !important;
  }
}

/* 26-05-2022 */
.k-news-edit-delete{
  padding: 0;
  margin: 0!important;
  width: 100% !important;
}

.k-news-edit-delete .prayer-update-edit{
  margin: 0 0 10px 0;
  padding: 0;
  justify-content: flex-end;
}

.r-favourite {
    display: flex;
    align-items: center;
}