@charset "utf-8";

/* Absolute Center Spinner */
.loading {
  display: none;
  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, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 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;
}

.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);
  }
}

div#attachmentSpan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div#attachmentSpan ul li {
  border: 1px dotted #d1d1d1;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 10px;
  padding-right: 60px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

div#attachmentSpan ul li button.btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  padding: 0;
  font-size: 9px;
  right: 15px;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

div#attachmentSpan ul li:last-child {
  margin: 0;
}

/* CSS Document */
/*-------------*/
.add_family_member > button.plus_icon {
  padding: 5px 7px;
  display: inline-block;
}

div#membertable_wrapper td,
table#clergytable td,
table#anointmenttable td {
  width: calc(100% / 7);
  word-break: break-word;
}

table td:first-child {
  /* width: 6% !important; */
}

table td:last-child {
  /* width: 9% !important; */
}

table#familytable td,
div#example_wrapper td,
table#stafftable td,
table#myAccounttable td {
  width: calc(100% / 8);
  word-break: break-word;
}

#marriagetable td {
  width: calc(100% / 6);
  word-break: break-word;
}

tbody tr:hover {
  background: #7ea4c7 !important;
}

.searchbar_col input[type="button"]:focus {
  outline: none;
}

.custom-upload {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-upload > i {
  color: #fff;
  margin-left: 10px;
  margin-top: 8px;
}

.userImg img.img-fluid {
  border-radius: 50% !important;
}

table.dataTable thead .sorting_asc {
  background-image: none;
}
label.col-form-label {
  display: flex;
  align-items: center;
}

.church-form .tab-head-row span {
  color: #3e74a5;
}

#menu-toggle {
  color: white;
  cursor: pointer;
  background: transparent;
  padding: 5px 7px 3px;
  float: left;
  margin: 3px 50px 0px 11px;
  border: none;
}
#menu-toggle:focus {
  box-shadow: none;
}
#menu-toggle .fa {
  color: #fff;
  font-size: 24px;
}
.table {
  margin-bottom: 0 !important;
}
#page-content-wrapper {
  width: auto;
  position: absolute;
  padding: 0 15px;
}
/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  background: #3b5998;
  color: #fff !important;
  border-radius: 0 6px 6px 0px;
}
.sidebar-nav li a:hover img {
  filter: invert(1);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.staff-form-submit.btn_right.ministery-btn {
  display: flex;
  margin-left: 15px;
  margin-bottom: 0;
}
.staff-form-submit.btn_right.ministery-btn > button {
  margin-top: 15px;
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

/*-------------*/
.top_bar_col {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
  background: #f6f8fc;
  z-index: 2;
  min-height: 75px;
}
.content_outer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: 0px solid green;
  overflow: hidden;
}
.right_content_col {
  z-index: 1;
  display: block;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-left: 220px;
}
.copyright {
  padding: 13px 10px 0px 10px;
}
.sidebar_outer.rotated {
  /* display: none; */
  width: 50px;
}
.right_content_col.rotated {
  margin-left: 50px;
}
.right_content_col .container-fluid {
  padding: 0px 30px;
}
/*-------------*/
.custom-nav .navbar-nav .nav-link {
  padding-left: 0rem;
  padding-right: 0rem;
}
.custom-nav .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
}
.custom-nav .navbar-nav .show > .nav-link,
.custom-nav .navbar-nav .active > .nav-link,
.custom-nav .navbar-nav .nav-link.show,
.custom-nav .navbar-nav .nav-link.active {
  border-bottom: 2px solid #ff5d0f !important;
}
.navbar-expand-lg .navbar-collapse {
  margin-top: 6px;
}
/*-------------*/
.login_signup {
  display: flex;
  /*background: url(../img/login-bg.jpg) no-repeat center center /100%;*/
  background: #f5f5f5;
}
.white_col {
  background: #fff;
  width: 50%;
  display: block;
  margin: 40px auto;
  padding: 40px;
}
.church-head {
  text-align: center;
}
.login_signup .church-signup-login {
  width: 100%;
  display: block;
  float: left;
  padding: 20px 0px;
}
.church-signup-login ul {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  padding: 0px;
  text-align: center;
  font-size: 0;
}
.church-signup-login ul li {
  width: 129px;
  text-align: center;
  display: inline-block;
}
.church-signup-login ul li a {
  font-size: 20px;
  color: #323347;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  border-bottom: 2px solid #e7e6e8;
  width: 100%;
}
.church-signup-login ul li a.active {
  border-bottom: 2px solid #ff5d0f;
  color: #ff5d0f;
}
.church-signup-login ul li a:hover {
  color: #ff5d0f;
}
.login_signup .login {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.login_signup form input {
  padding: 0 20px;
  height: 52px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  outline: unset;
}
.forgot-password {
  font-size: 18px;
  color: #323347;
  font-weight: 600;
  text-decoration: none;
  float: right;
  margin: 0px 0 15px 0;
}

.button-export {
  min-width: 100px !important;
}

.church-bg-tr img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

td.sorting_1 img,
tr.church-bg-tr.odd td:first-child img,
tr.church-bg-tr.even td:first-child img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.button-action,
.button-export {
  background: #1f4e79;
  /* height: 38px; */
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  /* line-height: 38px; */
  border-radius: 5px;
  /* min-width: 135px; */
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px;
  vertical-align: top;
  display: inline-block;
  /* padding: 0px 20px; */
  /* max-width: 100%; */
  text-transform: uppercase;
}
.button-action:hover {
  background: #2375bf;
  color: #fff;
}
.login_signup .bt-text {
  font-size: 16px;
  font-weight: 600;
  color: #323347;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  display: block;
  float: left;
}
.register {
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
}
.login_signup form select {
  padding: 0 48px 0 20px;
  height: 52px !important;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/*---------------*/
.add_person_modal .modal-dialog {
  max-width: 80%;
}

#batchModal .modal-dialog {
  max-width: 77%;
}
#editBatch .modal-dialog {
  max-width: 77%;
}
.ph-upload-section .church-sociel-icon {
  display: block;
  float: left;
  margin-left: 15px;
  margin-top: 0px;
}

.btn-danger:hover {
  color: #134ec5 !important;
  background-color: #fff !important;
  border-color: #134ec5 !important;
}
/*-----------------*/

.col_50 .church-dash-hding {
  margin-bottom: 20px;
}
/*------RESPONSIVE CSS-------*/

@media (min-width: 1440px) {
  .white_col {
    width: 680px;
  }
}
@media (min-width: 992px) {
  #navbarSupportedContent .navbar-nav .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 1170px) {
  .profile-social-icon-set {
    top: 15px;
    right: -27px;
  }

  .church-sociel-media .church-list li {
    width: 100%;
  }

  .user-call-section .call-actions {
    width: 100%;
    text-align: center;
  }
  .church-list-icon {
    float: none;
  }
  .call-action-ps-mb {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .ph-upload-section {
    text-align: center;
  }
  .ph-upload-section .profile-photo {
    display: inline-block;
    float: none;
  }
  .ph-upload-section .church-sociel-icon {
    float: none;
    margin: 10px 0px 0px 0px;
  }
  .family-d-section-2 {
    padding: 0px 20px 0px 10px;
  }
}
@media (max-width: 1024px) {
  #menu-toggle .fa {
    color: #1f4e79eb;
  }
  #navbarSupportedContent .navbar-nav .nav-link {
    padding: 10px;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #menu-toggle {
    margin: 3px 10px 0px 15px;
  }
  .heading-common {
    margin: 20px 0px 20px 0px;
  }
  .sidebar {
    display: none;
  }
  .sidebar_outer.rotated .sidebar {
    display: block;
    width: 100%;
    z-index: 999999999;
    position: fixed;
  }
  .right_content_col {
    margin-left: 0px;
  }
  .sidebar.rotated {
    width: 100%;
    display: block;
    z-index: 2;
    top: 72px;
    bottom: 0px;
    position: fixed;
  }
  #navbarSupportedContent {
    width: 100%;
  }
  #navbarSupportedContent .nav-item {
    width: auto;
    display: ruby;
  }
  #navbarSupportedContent .navbar-nav {
    flex-direction: row;
    overflow-x: auto;
  }
  #navbarSupportedContent .navbar-nav .nav-link {
    font-size: 13px;
    display: inline-block;
    padding: 0px 10px 20px 10px;
    text-align: center;
  }
  #menu-toggle {
    margin: 0px;
    float: none;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .content_outer {
    position: static;
    margin-top: 60px;
  }
  .top_bar_col {
    top: 0px;
  }
  .copyright {
    padding: 10px;
    text-align: center;
  }
  #navbarSupportedContent .nav-item:last-child {
    min-width: 95px;
  }
  .detail-wrp {
    width: 100%;
  }
  .church-sociel-media {
    width: 100%;
    float: left;
    width: 100%;
  }
  .sidebar_outer {
    position: fixed;
    height: auto;
    bottom: auto;
    width: 100%;
    z-index: 9999;
    background: #f6f8fc;
  }
  .sidebar_outer.rotated{z-index: 99999;}
  .church-side-logo {
    margin-left: 20px;
  }
}
.mobile-nav{display: none;}

/*---------------------------------------------*/
.cc3 select.form-control {
  width: 100%;
  cursor: pointer;
}
.church-form .form-group select {
  cursor: pointer;
  color: #5d5d5d;
  font-size: 13px;
}
.church-form .form-group select option {
  border: none !important;
}
.gijgo--date .fa {
  /*right: auto !important;
  top: auto !important;
  bottom: 10px;
  font-size: 16px !important;
  left: 8px;
  line-height: 21px;*/
}
.cc {
  position: relative;
}
.cc1 .remove_field {
  border: 1px solid ##838486;
  width: 45px;
  height: 37px;
  color: #fff;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  background-color: #838486;
  cursor: pointer;
}
.cc1 .form-control,
.cc3 .form-control {
  width: 100%;
}
.cc1 {
  position: relative;
  margin-top: 15px;
  /* padding-right: 50px; */
}
button.add_field_button {
  position: absolute;
  right: 10px;
  z-index: 1;
  border: none;
  background: transparent;
  top: 5px;
  background: #f3f3f3;
  padding: 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}
.church-dashbord .marriage-dash-hding {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  width: 100%;
  background: #d9d8da;
  padding: 10px;
}
.marriage-d-section-1 {
  width: 60%;
  display: block;
  float: left;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.marrige-form-group {
  width: 49%;
  padding: 0px 5px;
}
.marriage-d-section-2 {
  width: 34%;
  display: block;
  float: right;
  margin: 0 20px 20px 20px;
  position: relative;
  border-radius: 4px;
}
.marriage_form .church-form .form-group {
  position: relative;
}
.marriage_form .church-form .form-group .form-tb-12.cc input.form-control,
.visitor-form .church-form .form-group .form-tb-12.cc input.form-control,
.eventForm .church-form .form-group .form-tb-12.cc input.form-control {
  padding-left: 30px;
  padding-right: 20px;
}
.church-form .form-group input[type="button"] {
  border: 0px solid #ccc;
  background: url(../img/search.png) no-repeat left top / 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer;
  z-index: 1;
  box-shadow: none;
}
.marriage-d-section-2 .marrige-form-group {
  width: 100%;
}
.form-check-input {
  top: 4px;
}
.custom-label .form-check-label {
  font-size: 14px;
  font-weight: 600;
  color: #323347;
  line-height: 24px;
  text-transform: capitalize;
}
/*--------------------------------------------*/
.staff-d-section-1 {
  width: 49%;
  float: left;
  margin-bottom: 0px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.staff-d-section-2 {
  width: 45%;
  display: block;
  float: right;
  margin: 0px 20px 20px 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.staff-d-section-3 {
  width: 45%;
  display: block;
  float: right;
  margin: 0 20px 20px 20px;
  position: relative;
  border-radius: 4px;
}
.profile-pic {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: 40px auto;
  text-align: center;
  font-family: arial;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.staff-form-group {
  width: 100%;
  padding: 0px 5px;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-d-section-1 .staff-profile-icon-set {
  position: absolute;
  right: 25%;
}
.staff-profile-icon-set li a i {
  font-size: 20px;
}
.staff-profile-icon-set li a i.fa.fa-trash {
  color: red;
}
.birth-date {
  font-size: 14px;
  font-weight: 600;
  color: #323347;
  line-height: 22px;
  margin-top: 4px;
}
.birth-date label {
  padding: 8px 0 3px 0;
}
.birthday_input {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cfcfcf82;
  height: 42px;
  width: 100%;
  color: #9589a0;
  font-size: 13px;
  padding: 0 13px;
}
.staff-social-icon-set {
  margin: 30px 0;
}
.staff-form-group ul.church-sociel-icon.profile-social-icon-set {
  position: static;
  margin-top: 30px;
}
.staff-form-group ul.church-sociel-icon.profile-social-icon-set li {
  display: inline;
  margin: 30px 0;
  text-align: center;
}
.date_input {
  width: 47%;
  float: left;
  margin-left: 6%;
}
.date_input:first-child {
  margin: 0;
}
.staff-form-submit {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0px 0px 0px !important;
  padding: 8px;
  border-radius: 5px;
  text-align: right;
}
.staff-search {
  margin: 20px 0 30px 5px;
  position: relative;
}
.staff-search input[type="text"] {
  border-right: none;
  width: 100%;
  border-bottom: #ccc 1px solid;
  border-top: none;
  border-left: none;
  border-radius: 0;
}
.staff-search input[type="button"] {
  top: 52px;
}
.autofill {
  color: #bbb9b9;
  font-size: 13px;
  font-style: italic;
}
.button-cancel {
  background: #ccc;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  border-radius: 8px;
  width: 100%;
  color: #000;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.clergy-form-submit {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  background: no-repeat;
  padding: 20px 0px 0px 0px;
  border-radius: 0px;
  text-align: right;
}
.button-action-cancel {
  background: #fafafa;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  border-radius: 8px;
  width: 100%;
  color: #000;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.button-action-cancel:hover {
  background: #fbfdff;
}
.add_family_member {
  margin: 0px 0px 0px 14px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  font-size: 15px;
  position: relative;
}
.add_family_member > a.plus_icon {
  padding: 5px 7px;
  display: inline-block;
}
.sub_folder {
  position: absolute;
  left: 0px;
  background: #fff;
  padding: 10px;
  width: 170px !important;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
}
.sub_folder ul {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.sub_folder ul li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0px;
  margin: 0px;
  height: 36px;
}
.sub_folder ul li .switch {
  margin: 0;
  margin-left: auto;
}
.sub_folder ul li a {
  display: flex;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding: 7px 0px;
}
.sub_folder ul li a:hover {
  color: blue;
}
.add_family_member:hover .sub_folder {
  display: block;
}
.gijgo--date {
  display: inline-block;
  width: 100%;
}
textarea {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cfcfcf82;
  width: 100%;
  display: inline-block;
  color: #5d5d5d;
  font-size: 13px !important;
  padding: 10px;
}
.grey_btn {
  background: #5d5d5d;
}
.grey_btn:hover {
  background: #414141;
  color: #fff;
}
.orange_btn {
  background: #ff5d0f;
}
.orange_btn:hover {
  background: #e94e04;
}
.btn_outer {
  text-align: left;
}
.scan_code {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
.scan_code img {
  width: auto;
  max-width: 50%;
  padding: 0px;
  margin: 0px;
}
.family_info {
  text-align: center;
  padding: 20px 0px;
}
.family_info span {
  padding: 0px 5px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.action_col {
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: normal;
}
.church-table{/*overflow: auto;*/ border:1px solid transparent;}
.church-table table tr td.action {
  text-align: left !important;
}
.action_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.action_icon img {
  width: auto !important;
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
.action_col .sub_folder {
  right: -9px;
  left: auto;
  text-align: left;
  top: 14px;
  padding-top: 20px;
}
.action_col .sub_folder li span.left {
  margin-top: 8px;
  display: inline-block;
}
.action_col .sub_folder::after {
  background: url(../img/top_arrow.png) no-repeat left top;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
  content: "";
}
.action_col .sub_folder {
  background: none;
  box-shadow: none;
  padding: 20px 0px 0px 0px;
}
.action_col .sub_folder ul {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px 15px !important;
  border-radius: 5px;
}
.action_col .sub_folder li span.right {
  width: 15px;
  margin-left: auto;
}
.action_col .sub_folder li span.right img {
  max-width: 100%;
}
.action_col .sub_folder li span.left {
  float: left;
}
.action_col:hover .sub_folder {
  display: block;
  z-index: 99999;
}
.action_icon {
  width: 25px;
  height: 25px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
  margin: 5px 0px;
  float: right;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.sliderBtn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sliderBtn::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .sliderBtn {
  background-color: #2196f3;
}
input:focus + .sliderBtn {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .sliderBtn:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
/* Rounded sliders */
.sliderBtn.round {
  border-radius: 34px;
}
.sliderBtn.round:before {
  border-radius: 50%;
}
.center_upload_thumb {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.center_upload_thumb .profile-photo {
  float: none;
  margin: 0px auto;
}
.center_upload_thumb .church-sociel-icon li {
  display: inline-block;
}
.ph-upload-section.center_upload_thumb .church-sociel-icon {
  float: none;
  margin: 0px;
  padding: 0px;
}
/* .cc3 {
  padding-right: 50px;
} */
.cc3 button.add_field_button1 {
  background: #1f4e79;
  color: #fff;
}
.marriage_form .church-form .form-group input.form-control[type="tel"],
.marriage_form .church-form .form-group input.form-control[type="email"] {
  padding-left: 10px;
}
.col_80 {
  width: 80%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}
.col_50 {
  width: 49%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}
.col_60 {
  width: 58%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}
.col_30 {
  width: 21%;
  float: left;
  padding: 10px;
}
.col_70 {
  width: 79%;
  float: left;
  padding: 10px;
}
.col_33 {
  width: 33%;
  float: left;
}
.col_45 {
  width: 46%;
  float: left;
}

.col_40 {
  width: 38%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}
.flt_left {
  float: left;
}
.flt_right {
  float: right;
}
.form-group .church-custom-checkbox {
  float: left;
  margin-top: 4px;
}
.col_50 .church-form .form-group label {
  text-align: left;
}
.church-table table tr td.center:last-child {
  text-align: center !important;
}
.remove_btn {
  font-size: 12px !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 50px;
  width: 25px;
  line-height: 25px;
  height: 25px;
  background: #8b0000;
  display: inline-block;
  text-align: center;
}
.col_50 select {
  background-position: right 10px bottom 15px;
}
.width_100 .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px !important;
}
.width_100 .form-group .col-form-label {
  width: 100%;
}
.col_100 {
  width: 100% !important;
}
.church-form .form-group {
  display: inline-block;
  width: 100%;
}
.acc_arrow {
  position: relative;
}
.acc_arrow:before {
  /*background:url(../img/arrow.png) no-repeat left top;*/
  width: 12px;
  height: 8px;
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  transform: rotate(-90deg);
}

.sidebar .nav-item .nav-link.acc_arrow:hover:before,
.sidebar .nav-item .nav-link.acc_arrow.active:before {
  background: url(../img/arrow_white.png) no-repeat left top;
}
.sub-menu {
  display: inline-block;
  width: 100%;
  float: left;
  display: none;
  padding: 10px;
  background: #f4f4f4;
}
.sidebar .nav-item .sub-menu a {
  color: #5d5d5d !important;
}
.sidebar .nav-item .sub-menu a:hover {
  background: #ffffff;
  color: #000 !important;
}
/* .sidebar .nav-item .sub-menu a:hover, */
.sidebar .nav-item .sub-menu a.active {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0;
}
.sidebar .nav-item .sub-menu .nav-link {
  font-size: 14px;
  padding: 7px 0px 7px 25px;
  font-weight: 600;
}
.church-side .church-nav .sub-menu .church-nav-link img {
  margin-right: 12px;
  width: 18px;
  margin-top: 2px;
}
/*.church-nav.active .acc_arrow {background:#3B5998;border-radius: 0 6px 6px 0px;}*/
.church-nav.active {
  background: #9dc3e6;
  color: #000;
}
.church-nav.active .acc_arrow:before {
  transform: rotate(0);
}
.church-nav.active .acc_arrow span {
  color: #fff !important;
  padding-top: 2px;
  display: inline-block;
  font-size: 15px;
}
/*.church-nav.active img {filter: invert(1) !important;}*/
/*.church-nav.active .acc_arrow:before {background:url(../img/arrow_white.png) no-repeat left top;}*/
.church-nav.active .sub-menu a.active img,
.church-nav.active .sub-menu a:hover img {
  filter: invert(0) !important;
}
.church-nav.active .sub-menu {
  background: #deebf7;
}
.church-nav.active a {
  color: #000 !important;
}
.church-nav.active .sub-menu a:hover {
  background: #fff;
  color: #000 !important;
}
.church-nav.active .sub-menu a {
  color: #000 !important;
}

.add-file {
  display: none !important;
}
.attachment {
  position: relative;
  margin: 10px 0px !important;
}
.attachment label {
  width: auto !important;
  cursor: pointer;
}
.attachment label:hover {
  color: #3b5998;
}

.p-left {
  padding-left: 30px !important;
}
.bible-study-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.t-resize {
  resize: none;
}
.bible-list-icon {
  width: 100%;
  clear: both;
  display: inline-block;
}
.bible-list-icon ul {
  float: left;
  list-style: none;
}
.bible-list-icon ul li {
  display: inline-block;
  margin-right: 7px;
}
.bible-study-nav#pills-tab {
  background: #bdd7ee;
  border-radius: 10px;
}
.bible-study-nav#pills-tab li a {
  color: #000;
  text-align: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #eeedef;
  color: #fff !important;
}
.icons_outer li a {
  color: #fff;
  background: #3b5998;
  padding: 0px;
  margin: 0px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
}
.nav-link {
  font-size: 14px;
  text-transform: capitalize;
}
.icons_outer li a:hover {
  background: #1159e8;
}
.icons_outer li a.orange {
  background: #ff5d0f;
}
.icons_outer li a.orange:hover {
  background: #e24e07;
}
h1 {
  font-size: 25px;
  font-weight: 700;
}
h3.church-dash-hding,
.church-form-hding {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h1.church-dash-hding {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #3e74a5;
}

/*Start sucheta css*/
.sub_folder ul li:last-child {
  border-bottom: none;
}

.col-form-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.add-anointment .button-action,
.create_btn .button-action {
  margin-bottom: 20px;
}
.memberships {
  display: inline !important;
  max-width: 90%;
}

.cust_flex_form {
  display: flex;
  align-items: center;
  width: 58%;
}

.flex-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.flex-form input,
.form-tb-6 {
  margin: 0px 12px 0px 0px;
}

.btn_center {
  text-align: center;
}
.sortedData:after {
  content: "\f160";
  position: absolute;
  display: block;
  right: 8px;
  top: 16px;
  font-family: FontAwesome;
}
.sortedData {
  position: relative;
}

.sub-desc {
  font-size: 14px;
}

.headquarterPlaceholder {
  max-width: 100%;
  width: 540px;
  margin: 0px auto;
  height: 350px;
  padding-top: 25px;
}

.imagePlaceholder2 {
  max-width: 100%;
  width: 540px;
  margin: 0px auto;
  height: 350px;
  padding-top: 40px;
}

.imagePlaceholder {
  max-width: 100%;
  width: 540px;
  margin: 30px auto;
  height: 350px;
}
ul.imageAction {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
ul.imageAction li {
  margin-right: 5px;
}

.fileUpload {
  background: #ff5d0f;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 1.25em auto;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  width: auto;
}
.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
  background: #ff5d0f;
  cursor: pointer;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 148px;
  height: 46px;
  cursor: pointer;
}

input[type="file"] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.invoice_section {
  width: 100%;
  display: table;
  margin-top: 40px;
  float: left;
}

.invoiceFooter {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  float: left;
  padding: 0px 12px;
}

.tableInvoice p {
  margin-bottom: 0px;
  padding: 8px 0px;
}

.church-table table thead th {
  text-transform: uppercase;
}
.tableInvoice {
  display: table;
  width: 100%;
}
.invoice_section .title {
  display: table-caption;
  text-align: center;
  font-weight: 600;
  font-size: larger;
}
.heading {
  display: table-row;
  font-weight: 700;
  text-align: left;
  background: #d7dae8;
  text-transform: uppercase;
  font-size: 14px;
}
.invoicerow {
  display: table-row;
}
.cell {
  display: table-cell;
  padding-left: 20px;
  padding-right: 10px;
}
.sub_total {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.content_txt {
  font-weight: 700;
  font-size: 14px;
  width: 100px;
}
.price_txt {
  font-size: 14px;
  width: 100px;
}

.payment_opt {
  width: 100%;
  float: left;
  margin: 20px 0px;
  padding: 0px 12px;
}
.payment_optTitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.payment_opt p,
.form-check-label {
  font-size: 14px;
}
.headPanelAnointment {
  background: #fff;
  display: flex;
  width: 100%;
  flex-flow: row;
  margin: 25px 0px 25px 0px;
  align-items: center;
}

/*scroll bar css */
#style-4::-webkit-scrollbar-track {
  background-color: transparent;
}

#style-4::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  border-radius: 5px;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border: none;
}
.scrollbar {
  float: left;
  background: #fff;
  overflow-y: auto;
}

.force-overflow {
  min-height: 450px;
}

/*virtual terminal tab css start */
.terminalHeader p {
  margin: 15px 0px 0px;
  font-size: 16px;
}

.contentBox {
  width: 100%;
  float: left;
  background: #3b599840;
  padding: 20px;
  text-align: left;
}
.contentBox p {
  font-size: 14px;
  line-height: 20px;
  color: #2c2c2c;
  margin-bottom: 0px;

  max-width: 100%;
}

ul.listed_content {
  padding: 12px 18px;
  font-size: 14px;
  margin-bottom: 0px;
}

.importantNotice {
  width: 100%;
  float: left;
  background: #bdd7ee;
  padding: 20px;
  text-align: center;
}

.importantNotice h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #46468c;
  font-weight: 700;
}

.importantNotice p {
  font-size: 14px;
  line-height: 20px;
  color: #2c2c2c;
  margin-bottom: 0px;
  width: 700px;
  margin: 0px auto;
  max-width: 100%;
}

.addBtn {
  text-align: right;
  margin: 15px 0px;
}
.recurringInput {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.subHeading {
  font-size: 14px;
  font-weight: 400;
}

.donorProfile {
  width: 100%;
  float: left;
}
.btn_right {
  text-align: right;
}
.church-donor-hding {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.donation_select_wrapper {
  width: 30%;
  float: left;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000000 !important;
  outline: 0;
  box-shadow: none !important;
}

select option {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.text-small {
  font-size: 14px;
}
.sidebar .nav-item a:hover,
.sidebar .nav-item a.active {
  color: #fff;
}

.border-top {
  border-top: 1px solid #ccc;
}

.certificate-image {
  width: 100%;
  height: 100%;
  object-fit: content;
}

.form-inline label {
  justify-content: left !important;
}
.form-inline .form-group {
  flex: 0 0 1 !important;
}

.remove {
  display: none;
}

.form-holder-append .remove,
.form-holder-append2 .remove2,
.form-holder-append3 .remove3 {
  display: block;
  cursor: pointer;
  color: red;
  text-align: right;
}
.remove2,
.remove3 {
  display: none;
}

/****************************22/june/20 *******************/

.member-access,
.notification-container {
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 25px 0px;
  background: #f5f5f5;
}

.desc {
  font-size: 14px;
  color: #000;
  margin: 10px 0px;
}
.desc p {
  margin-bottom: 0px;
}

.icon {
  text-align: right;
  width: 100%;
  height: auto;
}

.notification_heading {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: capitalize;
}

.memberHeading {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.date-range-wrapper .gijgo--date .fa {
  line-height: 16px;
}

.mergeTable tr,
.mergeTable2 tr,
.tobeMerge tr {
  height: 40px;
}

/*toggle btn css*/
.allowMember .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 12px;
  float: left;
}

.allowMember .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.allowMember .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.allowMember .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: -5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 2px 1px 6px #dddedf;
}

.allowMember input:checked + .slider {
  background-color: #1f4e79;
}

.allowMember input:focus + .slider {
  box-shadow: 0 0 1px #1f4e79;
}

.allowMember input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.allow-section,
taglinewrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.allowMember .slider.round {
  border-radius: 34px;
}

.allowMember .slider.round:before {
  border-radius: 50%;
}
.allowTxt,
.taglinewrapper p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.mt-50 {
  margin-top: 50px;
}

.inner-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.allowWrapper {
  display: flex;
}

.link-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
/*23/06/20*/

.birthdayMonth {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.birthdayDrop {
  width: 100px !important;
  padding: 0px 10px !important;
  margin: 0px 10px !important;
}
.w-60 {
  width: 25%;
}
.custm_margin {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

.margin-top-custom {
  margin-top: 44px;
}

img.filter-side-icons {
  margin-right: 7px;
}
.church-sociel-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------dashboard css----------------------------*/

.active-hover {
  background: #9dc3e6;
  border-radius: 10px;
}

/*
.active-hover img{
        filter: invert(1);
}
*/

div#cropImagePop {
  background: rgba(0, 0, 0, 0.5);
}

div#activememberministry {
  background: rgba(0, 0, 0, 0.5);
}
.church-nav.active-hover {
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.2em;
  padding: 0.1em 1em !important;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: hand;

  color: #1f4e79 !important;
  border: 1px solid #1f4e79;
  border-radius: 4px !important;
  font-size: 14px;
}

a#membertable_next {
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(to bottom, #1f4e79 0%, #1f4e79 100%) !important;
  color: #fff !important;
}

.overview-inner {
  background: #f5f5f5;
  padding: 10px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.overview_Title {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.overview_date {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #a8a8a8;
  margin-bottom: 7px;
}

.overview_Price {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  color: #1f4e79;
  margin-bottom: 7px;
}
.inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
}
.overview_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.graph-section {
  margin: 30px 0px;
  width: 100%;
  float: left;
}

.graph-img {
  width: 100%;
  height: 100%;
}
.title_box {
  padding: 10px;
  background: #f6f8ff;
  display: flex;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dashboard-head-form .form-group select,
.dashboard-head-form .gijgo--date input.form-control {
  height: 35px;
  font-size: 12px !important;
}

.dashboard-head-form .gijgo--date .fa {
  bottom: 9px;
}

.dashboard-head-form select {
  background-position: right 8px center;
  font-size: 11px;
}

.dashboard-head-form .select-input select {
  background-image: none !important;
}

.overview_container_title {
  font-size: 18px;
  color: #1f4e79;
  font-weight: 700;
  line-height: 16px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1f4e79 !important;
}

.shadow {
  box-shadow: none !important;
}

#userRoles .modal-dialog {
  max-width: 50%;
}
#createMinistry .modal-dialog {
  max-width: 35%;
}

.dropdown-item {
  font-size: 12px;
  text-transform: capitalize;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.w-100 {
  background: transparent !important;
}

.right-menu .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.header {
  background: #1f4e79;
  padding: 0px 25px;
  width: 100%;
  box-shadow: 0px 4px 9px #e7e7e7c9;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  height: 74px;
}
.desktopview{
  display: flex;
  align-items: center;
  width: 100%;
}
.userDropDown {
  padding: 0;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 38px;
  height: 38px;
}
.header .navbar-light .navbar-nav .nav-link:hover {
  color: white;
}
.dropdown-item:hover, .dropdown-item:focus{
  background-color: transparent !important;
}
.dropdown-item{
  padding: 0.25rem 0.5rem !important;
}
.btn-primary{
  background-color: #1f4e79 !important;
  border-color: #1f4e79 !important;
}
.right-menu {
  display: flex;
  align-items: center;
}

.right-menu .dropdown {
  margin: 0px 5px;
}
.right-menu .dropdown-toggle::after {
  display: none !important;
}
.font_icon {
  font-size: 18px !important;
}

#content {
  padding-top: 74px;
  min-height: calc(100vh - 50px);
}
.family-d-section-2 .contact-details-user {
  display: flex;
  align-items: center;
}

.statemodule {
  width: 100%;
  background: #9dc3e6;
  padding: 10px;
  text-align: center;
  align-items: center;
  margin: 0px auto !important;
  border-radius: 6px;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.5);
}

.statemodule h3 {
  font-size: 16px;

  color: #1f4e79;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.statemodule p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
  width: 700px;
  margin: 0px auto;
  max-width: 100%;
}

.statemoduleicon_btn {
  background: #0193db;
  display: flex;
  align-items: center;
  width: 23%;
  justify-content: center;
  margin: 30px 10px 15px 10px;
  cursor: pointer;
  border-radius: 50px;
}

.linked-txt {
  color: #f7fa12;
  text-decoration: underline !important;
}

.helpdesk p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
  width: 700px;
  margin: 0px auto;
  max-width: 100%;
}

.helpdesk {
  width: 100%;
  background: #1f4e79;
  padding: 20px;
  text-align: center;
  align-items: center;
  margin: 0px auto !important;
}

a.stateicon_btn:hover {
  color: #fff;
}

.stateicon_btn {
  background: #1f4e79;
  display: flex;
  align-items: center;
  width: 85%;
  justify-content: start;
  cursor: pointer;
  border-radius: 15px;
  color: #fff;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);

  padding: 5px 26px;
  height: 56px;

  margin: 20px auto;
}

.stateicon_btn span {
  width: calc(100% - 45px);
  text-align: center;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  word-break: break-word;
  line-height: 17px;
}

.helpdesk h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: capitalize;
}
p.colored_txt {
  font-weight: 600;
  color: #f3f518 !important;
}
.helpdesk p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  width: 700px;
  margin: 0px auto;
  max-width: 100%;
}
.module_img {
  width: 45px;
  height: 60px;
  display: inline-block;
  text-align: center;
}

.stateicon_btn .module_img img {
  width: 100%;
  height: 100%;
  filter: invert(1);
}

.module-btn-wrapper {
  display: flex;
  align-items: center;
  max-width: 840px;
  justify-content: flex-start;
  margin-top: 35px;
  flex-wrap: wrap;
  margin: 0px auto;
}

.filter-container a.card-title,
#accordion p {
  color: #000;
  text-transform: capitalize;
}

.filter-container a.card-title:hover {
  color: #000;
}

.module_img img {
  width: 100%;
  height: 100%;
}

.main-module-container {
  max-width: 980px;
  margin: 34px auto;
}
.icon_btn {
  background: #ededed;
  display: flex;
  align-items: center;
  width: 23%;
  justify-content: center;
  margin: 30px 10px 15px 10px;
  cursor: pointer;
  border-radius: 50px;
}

.icon_btn:hover {
  box-shadow: 0px 0px 6px 0px #ccc;
}

.icon_btn span {
  font-size: 15px;
  margin-left: 10px;
  line-height: 16px;
}

.ministry-group-upload {
  height: 288px;
  overflow: hidden;
}

a.button-action {
  color: #fff !important;
}

.mt-28 {
  margin-top: 28px;
}
.title_container {
  float: left;
  width: 100%;
}
/*popups css start*/
.reminder_notify {
  display: flex;
  align-content: center;
}
.schduled_msg_container {
  background: #ffeec9;
  padding: 15px;
  font-size: 14px;
  color: #7e7e7e;
}

.reminder_notify,
.modal-footer-cust {
  display: flex;
  align-items: center;
  padding: 13px;
}
.church-form .form-group span {
  /*font-size: 12px;*/
}
.repeat_checkbox .church-form .form-group {
  flex: 1 auto !important;
}

.bell_icon {
  font-size: 16px;
  color: #000;
}

.church-reserved {
  text-transform: capitalize;
}

.date_container h2 {
  font-size: 16px;
}
.button-action {
  /* min-width: 100px;
  max-width: 100%; */
  font-size: 14px !important;
  /* height: 40px; */
  text-transform: uppercase;
}
.cc3 button.add_field_button1:hover,
a.remove_field:hover {
  background: #2375bf;
  color: #fff;
}
#pills-profile-tab {
  min-width: 105px;
}

.sideImgs {
  position: relative;
}
.sideImgs:before {
  content: url(../img/sideimg1.png);
  position: fixed;
  left: 0;
  top: 35%;
  bottom: 0;
  height: 100%;
}

.sideImgs:after {
  content: url(../img/sideimg2.png);
  position: fixed;
  right: 0px;
  top: 20%;
  bottom: 0;
  z-index: -1;
}
.schedule_form .church-form .form-group .form-tb-12.cc input.form-control {
  padding-left: 30px;
}
.appended {
  width: 100%;
  float: left;
}

.date_container {
  display: flex;
  overflow-y: scroll;
  overflow-x: scroll;
}

.appended {
  flex: 1 1 auto;
  margin: 0px 32px 0px 0px;
  flex-basis: 55%;
}
.dropdown-toggle::after {
  display: none !important;
}

.church-nav .right {
  width: 29px;
  float: right;
  cursor: pointer;
}

.cursor_pointer {
  cursor: pointer;
}
.custom-top-margin {
  /* margin-top: 127px; */
  margin-top: 60px;
}
/*7/7/20*/
.add_location_icon {
  position: absolute;
  right: -45px;
}
.p-relative {
  position: relative;
}

.eventForm .col_50 {
  width: 50%;
  padding: 0px;
}
.btn_left {
  text-align: left;
}

.box {
  float: right;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0px;
  display: none;
  z-index: 1;
  border-radius: 5px;
}
.box-inner {
  width: 220px;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
  max-width: 100%;
}

.add-kid .user-profile-upload {
  height: auto;
}

.slide-toggle {
  background: none;
  border: none;
  font-size: 14px;
}
button.slide-toggle:focus {
  outline: none;
}

.box-inner ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
.box-inner ul li a {
  color: #5f5a5a;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 27px;
}

.box-inner ul li:hover a {
  color: #3b5998;
}

.box-inner .right {
  width: 15px;
  float: right;
  font-size: 14px;
}

.click_arrow {
  position: absolute;
  right: 9px;
  width: 32px;
  top: 8px;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
li.nav-item.church-nav.p-relative:hover .click_arrow {
  color: #000;
  background: #9dc3e6;
}

.church-nav-link:hover i {
  color: #000;
}

.family-profile-upload {
  height: auto;
}

span.click_arrow.acc_arrow.active {
  color: #000;
}

.title_btn_row {
  display: flex;

  margin-bottom: 15px;
}

.title_btn_row .church-dash-hding {
  flex-basis: 525px;
  margin-bottom: 0px;
}

.title_btn_row .left-title {
  display: block;
}

.left-title .church-form-hding,
.left-title .subHeading {
  margin-bottom: 0px;
}
.cust-mb-3 {
  margin-bottom: 8px !important;
}

/*clergy form css*/
#clergyModal .church-form .form-group .form-tb-12.cc input.form-control,
#staffModal .church-form .form-group .form-tb-12.cc input.form-control {
  padding-left: 30px;
}

.select2-container--default .select2-selection--single {
  height: 42px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cfcfcf82 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px !important;
  height: 42px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px !important;
}

.export_button {
  background: #f5f5f5;
  width: 48px;
  height: 37px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
}
.export_button:hover .fa {
  color: #4e73df;
}

.church-sub-title {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f4e79;
}

.church-sub-title2 {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 700;

  color: #1f4e79;
}

.linked-red-txt {
  color: #8a6046;
  text-decoration: underline !important;
}

.logo_upload {
  background: #f5f5f5;
  padding: 40px;
  max-width: 390px;
  margin: 0px auto;
  text-align: center;
}

.logo_upload-inner {
  max-width: 100%;
  height: 262px;
  margin: 0px auto;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-check-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  padding: 0px 13px;
}
#pills-account .church-dash-hding {
  padding: 0px 10px;
}

.pledge-flex-form {
  display: flex;
  align-items: center;
}

.additional_icon {
  position: absolute;
  left: 12px;
  top: 38px;
}

.pledge-flex-form .form-control {
  padding-left: 30px;
  padding-right: 20px;
}

.col_75 {
  width: 75%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}

/*my account css*/
.info {
  width: 100%;
  float: left;
  border: 2px solid #3e75a7;
  padding: 10px;
  min-height: 200px;
}
.info_listing {
  list-style: none;
  line-height: 28px;
  margin-bottom: 0px;
}

.note_container_height {
  min-height: 267px !important;
}

.grid-container .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 4px;
  display: inline-block;
  text-align: right;
  width: auto;
  white-space: nowrap;
}

.profile-info {
  display: flex;
  align-items: center;
}

#pills-profile .info-title {
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
  white-space: normal;
  width: 100%;
  position: relative;
  margin: 0;
  padding-right: 0;
}

.info-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 4px;
  display: inline-block;
  text-align: right;
  width: auto;
  white-space: nowrap;
  text-transform: capitalize;
}

.headPanelAnointment .info-title {
  color: #3e74a5;
}

#pills-pledge .info-title,
#pills-donation .info-title {
  flex-basis: 106px;
}

.info-desc {
  font-size: 11px;
  font-weight: 500;
  color: #8a8a8a !important;
  word-break: break-all;
}
.profile-upload-section {
  width: 95px;
  height: 106px;
  display: block;
  float: left;
}
.tab-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-range-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.date-range-wrapper .form-group {
  flex-basis: 200px;
  margin-left: 10px !important;
  margin-bottom: 0px !important;
}

#pills-attendance .gijgo--date .fa {
  bottom: 9px !important;
}
.church-form .form-group .form-height {
  height: 34px;
}

.import_file_section h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 7px;
}

.download-file {
  width: 100%;
  float: left;
  margin: 13px 0px;
}

.import_file_section {
  width: 100%;
  float: left;
  background: #f5f5ff;
  padding: 20px;
}

.admin-btn {
  width: 100%;
  position: absolute;
  right: -220px;
  bottom: 0;
}
width: 100%;
position: absolute;
right: -220px;
bottom: 0;

ul.steps_listing {
  list-style-type: decimal;
  padding-left: 18px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0px;
}

div#file-upload-filename {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  height: 42px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  flex-basis: 308px;
}

.pl-6 {
  padding-left: 60px;
}
.import-title-row {
  display: flex;
  align-items: center;
}
.entry_box {
  width: 20% !important;
  float: right;
}
.flex-content {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.title_content {
  font-size: 14px !important;
  font-weight: 700;
  margin-right: 10px;
}
.img_icon {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
}

#helpModal .modal-dialog {
  max-width: 690px;
}

.contact_button {
  text-align: center;
  margin-top: 10px;
}
.col_65 {
  width: 67%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}

.col_66 {
  width: 65%;
  float: left;
  padding: 10px;
  margin-bottom: 25px;
}

.help_title h3 {
  font-size: 20px;
  text-align: center;
  text-shadow: 2px 2px 2px #d0d0d0;
  line-height: 20px;
}

.mail {
  margin-bottom: 20px;
}
.contact a {
  margin-top: 10px;
  font-size: 18px;
  background: #f5f5f5;
  padding: 6px 12px;
}

.contact_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-width {
  flex-basis: 280px;
  max-width: 100%;
}
.attandence_section .bible-study-nav#pills-tab {
  justify-content: flex-end;
  background: #fff !important;
}

.gridview-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.grid-container {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 7px;
  margin-bottom: 20px;
  border: 1px solid #1f4e79;
  box-shadow: 3px 2px 6px #dedede;
  position: relative;
}

.button-check-in:hover {
  background: #2375bf;
}

a.button-check-in {
  color: #fff !important;
}
.button-check-in {
  background: #3183cd;
  height: 35px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 34px;
  border-radius: 5px;
  min-width: 135px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  display: inline-block;
  padding: 0px 20px;
  min-width: 88px;
  text-transform: capitalize;
}

#checkInModal .church-form .form-group input {
  background: #ffffff;
  color: #000;
  border: none !important;
}

#checkInModal .modal-header {
  border-bottom: 1px solid #94bce0;
  padding-bottom: 4px;
  background: #94bce0;
}
#checkInModal .modal-body {
  padding: 0px 15px 15px;
}

#checkInModal .repeat_checkbox {
  height: 515px;
  overflow: auto;
}

#checkInModal .church-custom-checkbox {
  width: 40px;
  height: 40px;
}

#checkInModal .church-custom-checkbox input {
  width: 36px;
  height: 36px;
}

#checkInModal .church-custom-checkbox .checkmark:after {
  left: 16px;
  top: 8px;
  width: 12px;
  height: 23px;
}

img.user-img {
  border-radius: 4px;
  width: 40px;
  margin-right: 15px;
}
.flex-label {
  display: flex;
  align-items: center;
  color: #656565;
  cursor: pointer;
  background: #ececec;
  padding: 10px;
  margin: 10px 0px;
}

.attendant_wrapper {
  /* max-width: 200px; */
  margin: 0px auto;
}
form.custom-flex {
  display: flex;
}

#headcountModal .church-form .form-group input {
  height: 76px;
  font-size: 30px !important;
  text-align: center;
}
.additional_func i {
  font-size: 56px;
  color: #3f7cb3;
  margin-top: 20px;
  cursor: pointer;
}

.parish_button {
  justify-content: flex-end;
}

.parish_button .button-action {
  min-width: auto;
}

.filter-container {
  background: #fff;
  padding: 10px;
  min-width: 400px;
  position: absolute;
  right: 5px;
  box-sizing: border-box;
  box-shadow: 2px 3px 9px #ccc;
  display: none;
  border-radius: 4px;
  height: auto;
  overflow: auto;
  z-index: 1;
}

.drop-container {
  background: #fff;
  padding: 10px;

  position: absolute;
  right: 5px;
  box-sizing: border-box;
  box-shadow: 2px 3px 9px #ccc;
  display: none;
  border-radius: 4px;
  z-index: 1;
  width: 140px;
}

.export_btn {
  position: relative;
}

.drop-container ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.drop-container ul li {
  text-align: center;
}
.drop-container ul li:hover {
  background: #f5f5f5;
}

.drop-container ul li a {
  color: #000;
  font-size: 15px;
  line-height: 34px;
  font-weight: 600;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f0d8 ";
  float: right;
  color: #000;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f0d7";
  color: #000;
}

.droparrow:after {
  position: absolute;
  content: "\f0d7 ";
  right: 23px;
  font-family: "FontAwesome";
}

.filter_button {
  margin: 15px;
}
.filter_button .button-action {
  min-width: auto !important;
}

.filter-container .accordion .card .card-header {
  text-align: left;
}

.date-container {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
  display: none;
}

.date-container .gijgo--date .fa {
  top: 12px !important;
}
.import_file_section p {
  font-size: 12px;
  color: #6f6f6f;
  margin-bottom: 0px;
}

.mergeTable .table td {
  font-size: 12px;
  text-align: left !important;
  font-weight: 600;
  padding: 0px;
  padding-left: 8px;
}

.mergeTable2,
.mergeTable {
  border-bottom: 2px solid #2f52b6;
}

.create-member table thead th,
.duplicate table thead th {
  text-align: left !important;
}

.mergeTable .table th,
.mergeTable2 .table th,
.tobeMerge .table th,
.tobeMerge .table td,
.mergeTable2 .table td {
  font-size: 12px;
  text-align: left !important;
  font-weight: 600;
  padding: 0px;
}
.tobeMerge tbody tr {
  line-height: 33px;
}

.bordered {
  border: 1px solid #ccc !important;
}

.profile-img {
  width: 45px;
  height: 45px;
}
.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-container {
  display: none;
}
.merge-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 715px;
}
.profile-name {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  line-height: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.radio_button {
  padding-left: 30px !important ;
  top: -11px;
}
.right-user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.txt {
  font-size: 12px;
  margin: 0px 25px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
}

.txt_title {
  font-size: 13px;
  margin: 0px;
  line-height: 24px;
  font-weight: 700;
}
.txt_sub {
  font-size: 13px;
  color: #9a9a9a;
}

.content_listing2 {
  list-style-type: decimal;
  padding-left: 28px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #615f5f;
}

.content_listing {
  list-style-type: circle;
  padding-left: 28px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #615f5f;
}
.num_box {
  background: #f5f5f5;
  padding: 7px;
  width: 46px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  border: 1px solid #dad7d7;
}

.title {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
  line-height: 18px;
}
.flex-container {
  display: flex;
  align-items: center;
  background: #f5f5ff;
  flex-wrap: wrap;
  padding: 10px;
}

.legend_container {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.sub-title {
  font-size: 12px;
  color: #555555;
  font-weight: 600;
}

.volunteer_title {
  font-size: 14px !important;
  margin-bottom: 24px;
  color: #000;
  line-height: 18px;
}

.legend_title {
  font-size: 14px;
  margin: 0px;
  line-height: 24px;
  font-weight: 600;
  padding: 15px;
}

.legendtxt {
  font-size: 12px;
  margin: 0px 11px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
}

.green_box {
  width: 60px;
  height: 33px;
  background: #9ac587;
  border-radius: 4px;
}
.red_box {
  width: 60px;
  height: 33px;
  background: #e87a7a;
  border-radius: 4px;
}
.yellow_box {
  width: 60px;
  height: 33px;
  background: #fdf9ca;
  border-radius: 4px;
}

.blue_box {
  background: #67aedb;
  width: 60px;
  height: 33px;
  border-radius: 4px;
}

.grey_box {
  background: #7b7b7b;
  width: 60px;
  height: 33px;
  border-radius: 4px;
}

.schedule_data {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}

.schedule_data p {
  font-size: 12px;
  color: #525252;
  margin-bottom: 0px;
}

.schedule_data_table .button-action {
  min-width: auto !important;
  height: auto;
  line-height: 14px;
  padding: 8px;
  white-space: nowrap;
}
.green_btn {
  background: #9ac587;
}
.red_btn {
  background: #e87a7a;
}
.schedule_data_table .table th,
.table td {
  text-align: left;
  font-size: 12px;
}
tr.accepted_row {
  background: #9ac587;
  color: #fff;
}
.noResond_row {
  background: #fdf9ca;
}

.volunteers_btn .button-action {
  background: #fff;
  color: #000;
  border: 1px solid #555555;
}

.volunteers_btn .button-action:hover {
  background: #1f4e79;
  color: #fff;
}
.flex-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

a.filter_icon {
  color: #fff;
}

.church-table.tbl-scroll {
  border-radius: 10px;
}

.volunteers {
  background: #f5f5f5;
  padding: 10px;
  height: 247px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #ccc;
}

#pills-attribute .church-table table thead th {
  text-align: center;
}

.volunteers_wrapper {
  display: flex;
  align-items: flex-end;
  margin: 12px 0px;
}

.volunteers_wrapper2 {
  display: flex;
  align-items: center;
  margin: 12px 0px;
}
.headPanel {
  background: #fff;
  display: flex;

  flex-flow: row;
  margin: 10px 0px 10px 0px;
  align-items: center;
}
.warning-schedule_data {
  background: #fdf9ca;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #ec1e1e;
  font-weight: 600;
}

.warning_Img {
  width: 25px;
}

.member_search {
  position: absolute;
  top: 9px;
  left: 9px;
  color: #000;
  cursor: pointer;
}

.filter_box .church-table table input {
  width: 100%;
}

.filter_box .church-table table span {
  font-size: 12px;
  color: #828282;
  text-transform: capitalize;
  font-weight: 400;
}
.custom-padding {
  padding-left: 30px !important ;
  padding-right: 20px !important;
}

.attendant-Header {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  background: #9dc3e6;
  color: #fff;
}
.header-icons {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-icons a {
  color: #000;
  font-size: 16px;
}

.profile-Footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  clear: both;
  padding: 35px 0px;
}

.family_footer {
  padding: 0px 0px 35px 0px;
  clear: both;
}
.created_Date {
  font-size: 13px;
  color: #868686;
  font-size: 14px;
}

.grid_action {
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  right: 0px;
  top: 17px;
}

.btn-center {
  text-align: center;
}
.grid_action .action_icon {
  font-size: 12px;
}

#headcountModal .modal-footer {
  justify-content: center !important;
  background: #9dc3e6;
}
.setting-social-icon-set {
  position: absolute;
  top: 65px;
  right: -54px;
}

.logo_upload-wrapper {
  background: #f5f5f5;
  padding: 40px;
  max-width: 100%;
  text-align: center;
  min-width: 100%;
}

.theme_color_container {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 35px;
}

.create-member table thead {
  background: #9dc3e6;
}

.create-member table .church-bg-tr {
  background: #e7eff7;
}

.create-member table .church-bg-tr td,
.duplicate table .church-bg-tr td {
  width: 300px;
  white-space: nowrap;
}

.mergeTable .table td:nth-child(2) {
  color: #183a9e;
  font-weight: 600;
}

.table th,
.table td {
  border-bottom: 1px solid #ccc;
}

.mergeTable .church-custom-checkbox .checkmark:after,
.mergeTable2 .church-custom-checkbox .checkmark:after {
  left: 5px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: solid #1f4e79;
  /* border-width: 0 3px 3px 0; */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* transform: rotate(45deg); */
  background: #1f4e79;
  border-radius: 20px;
}

.mergeTable .church-custom-checkbox,
.mergeTable2 .church-custom-checkbox {
  border-radius: 20px;
}

.tobeMerge .table td {
  color: #183a9e;
  font-size: 12px;
  line-height: 34px;
}
.bordered-blue {
  border: 2px solid #2f52b6;
  border-top: none;
}
.link_txt {
  text-decoration: underline;
  font-weight: 600;
}

.report_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report_header h5 {
  font-size: 14px;
}
.report_right_panel {
  display: block;
}

.grid-container .info-title {
  width: 43%;
}
.form-container {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e4e4;
  padding: 10px 0px;
}
.form-title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 18px;
}

.form-container:nth-child(2) {
  border-bottom: none;
  margin-bottom: 5px;
}

.form-container:nth-child(3) {
  border-bottom: none;
  margin-bottom: 5px;
}

.form-container:last-child {
  border-bottom: none;
}

.viewers .form-check {
  padding-left: 0px;
}

.feildset-right-panel fieldset.scheduler-border {
  flex-basis: 150px;
}
.feildset-right-panel fieldset.scheduler-border:last-child {
  flex-basis: 100%;
}

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 10px 10px 10px;
  margin: 0 0 10px 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  flex-basis: 160px;
  height: 275px;
}

legend.scheduler-border {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

.permissions-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.flex-feildset2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex-feildset2 fieldset.scheduler-border {
  flex-basis: 123px;
}

.flex-feildset {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-feildset .col-form-label {
  font-size: 12px !important ;
}

.alert_img {
  width: 14px;
  cursor: pointer;
}

.statement-form {
  margin: 10px 0px 0px 0px;
}

.statement-form .form-group .form-control {
  /*padding-left: 30px !important;
  padding-right: 30px !important ;*/
}

.report-table .footer-filter {
  background: #fff;
  padding: 10px;
  margin: 5px 0px;
  border: none;
  justify-content: flex-end;
}

.footer-filter {
  background: #f5f5f5;
  padding: 10px;
  margin: 5px 0px;
  border: 1px solid #ccc;
}
.filter-inner {
  flex-basis: 152px;
  align-items: center;
  margin-bottom: 0px !important;
}

.filter-inner label {
  font-size: 12px !important;
}
.filter-inner select {
  max-width: 62px;
  height: 34px !important;
  background-position: right 14px bottom 12px !important;
}
.num span {
  font-size: 12px;
}

.custom-select-margin {
  margin-top: 35px;
  margin-bottom: 10px;
}

.right-panel-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 387px;
}

.report_right_panel2 {
  align-self: flex-start;
}
.btn-align {
  align-self: flex-end;
  margin-top: auto;
}

.donor-wrapper {
  width: 100%;

  float: left;
  margin-bottom: 20px;
}

.highlight_txt {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.updated-row-wrapper h5 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.updated-row-wrapper {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
  background: #ecfbef;
  border: 1px solid #cffdda;
  margin-bottom: 20px;
}

/*Payment modal*/

.payment-card-wrapper {
  width: 100%;
  float: left;
}
.payment-detail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 20px auto;
}

.card_title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.viewTxtBox p {
  background: #f5f2f2;
  padding: 10px;
  max-width: 100%;
  min-width: 160px;
  font-size: 12px;
  font-weight: 400;
}

.popups_btn .button-action {
  margin-top: 10px;
  margin-right: 5px;
}

.head_content h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.head_content p {
  margin-bottom: 0px;
  font-size: 14px;
}

.amount {
  position: absolute;
  top: 28px;
  left: 1px;
  background: #eaeaea;
  /* padding: 10px; */
  width: 32px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  font-size: 19px;
  font-weight: 500;
  color: #736d6d;
}

.flex-group,
.selected-group-wrapper {
  display: flex;

  justify-content: flex-start;
}

.selected-grpup-btn a {
  color: #504e4e;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
  float: left;
  background: #e1e1ec;
  padding: 8px;
  margin: 10px 0px;
  border-radius: 4px;
}

.recipients_txt {
  color: #007bff !important;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

ul.group_list {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  background: #ebf2f94d;
  padding: 6px 9px;
  display: none;
  cursor: pointer;
  border: 1px solid #ccc;
}

.edit_wrapper {
  background: #f5f5f5;
  padding: 10px 0px;
  /* height: 183px;*/
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.recip_list {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  background: #ebf2f94d;
  padding: 10px 15px;
  border: 1px solid #ccc;
}

.flex-group .col-form-label {
  flex-basis: 160px;
}

#recipients-input {
  display: none;
}
#recipients-list,
.edit-reciptient-list {
  display: none;
}

.edit-wrapper .church-form .form-group label {
  cursor: pointer;
}

.edit_wrapper .form-check:hover label {
  background: #e8e6e6;
  cursor: pointer;
}

.edit_wrapper .form-check {
  padding-left: 6px 8px !important;
}

.edit-wrapper .form-check label {
  cursor: pointer;
  padding: 7px 8px;
}

.validation_msg_box {
  background: #fffcd2;
  padding: 10px;
  clear: both;
  margin-bottom: 10px;
  color: #007bff;
  font-size: 14px;
}

.attachment-file .fileUpload {
  width: 44px !important;
  margin: 0px;
}
.attachment-file i {
  font-size: 16px;
}

.method-wrap .church-form .form-group input {
  box-shadow: none !important;
}

.input-container {
  width: 100%;
  float: left;
}
.footer-check .form-check {
  width: 100%;
  float: left;

  padding-left: 0px;
}
#input_cont,
.schedule_sending_container {
  display: none;
}

#pills-messages .church-form .form-group label,
#pills-sendmsg .church-form .form-group label {
  font-size: 12px !important;
}

#pills-pledge .date-range-wrapper {
  justify-content: flex-start;
}

.heading-txt {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #2f52b6;
}

.church-mmbrship-list li {
  margin-right: 15px;
}

.heading-txt2 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #2f52b6;
}
.txt-title {
  font-size: 14px;
}

.heading-txt h5,
.heading-txt2 h5 {
  flex-basis: 160px;
  font-size: 14px;
  font-weight: 700;
}

.church-table.w-93 {
  width: 95%;
  float: left;
}

.detail-wrp .filter {
  display: inline-block;
  float: right;
  font-size: 25px;
  padding: 0px 10px;
  cursor: pointer;
}

#pills-import-family .detail-wrp {
  margin-top: 0px;
}

.mergeTable2 .repeat_checkbox {
  text-align: center;
  width: 78px;
}

.tobeMerge table tr td {
  padding-left: 25px !important;
}

.feildset-right-panel {
  display: flex;
  flex-wrap: wrap;
}

.scheduler-border .col-form-label {
  font-size: 12px !important;
}

.bordered-right {
  border-right: 2px solid #2f52b6;
}

.bordered-left {
  border-left: 2px solid #2f52b6;
}

.tobeMerge {
  margin-top: 0px;
}

.date_created h4 {
  font-size: 14px;
  margin-bottom: 0px;
  flex-basis: 200px;
}

.date_created p {
  margin-bottom: 0;
  font-size: 14px;
}
ul.instructions {
  list-style: decimal;
  padding-left: 15px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 22px;
}

div#select_style {
  width: 100% !important;
}

.selectstyle.ss_dib.google {
  width: 100% !important;
}

.ss_button {
  border: none !important;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
}
div#select_style_text {
  width: 100% !important;
  margin-right: 0px !important;
}

.ss_image {
  background: url(../img/google.png) !important;
  top: 15px;
  right: 12px;
}

ul#select_style_ul {
  margin-top: 0px !important;
  width: 100% !important;
}

ul.ss_ul,
.ss_ulsearch .search input {
  width: 100% !important;
}

.member1_container p {
  color: #183a9e;
  font-weight: 700;
}

.filter-icon a {
  width: 62px;
  text-align: center;
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}

.cust_height {
  min-height: calc(100vh - 290px);
}
.create-member .form-check {
  padding-left: 0px;
}
.create-member .col-form-label {
  padding: 0px;
  font-size: 12px !important;
}

.position_txt {
  position: absolute;
  top: -26px;
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  left: 0;
}
.right-panel {
  width: 15%;
}

.photo-upload-section {
  text-align: center;
  clear: both;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
}

#anointmentModal .setting-social-icon-set {
  position: absolute;
  top: 0px;
  right: 42px;
}

#biblemember .addBtn,
#manageMember .addBtn,
#pills-members .addBtn {
  text-align: left;
  margin: 6px 7px;
  font-size: 25px;
}

.group-member .col-form-label {
  font-size: 12px !important;
}

.group-member .form-group .church-custom-checkbox {
  margin-right: 7px;
}

.propDate {
  flex-basis: 130px;
  margin-bottom: 0px !important;
}

.propTxt {
  flex-basis: 374px;
  padding: 0px 10px;
  font-size: 12px;
}
.txt_block {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.label-txt {
  flex-basis: 387px;
  font-size: 14px;
  font-weight: 500;
}

.flex-donor-row {
  display: flex;
}

.donor_left_panel {
  font-size: 14px;
  flex-basis: 140px;
  font-weight: 500;
}

.flex-donor-row .form-group label {
  padding: 0px 0px 0px 0px;
}
.flex-donor-row .form-group {
  margin-bottom: 0px !important;
}
ul.stat_list {
  list-style: none;
}

.donor-checklist .col-form-label {
  font-size: 12px !important;
}

.filter-option-inner-inner {
  position: relative;
}

.filter-option-inner-inner:after {
  content: "\f0d7 ";
  position: absolute;
  right: 0;
  font-family: FontAwesome;
}

.positioned-container {
  position: relative;
}

.positioned-container .form-check {
  padding-left: 0px;
}

.member-craete-table {
  position: absolute;
  left: 28px;
  top: 19px;
  max-width: 95%;
}

.detail-wrp.duplicate {
  margin-top: 25px;
}

.warn-img {
  width: 28px;
}

/*calendar css*/
.calendar_container {
  width: 100%;
  float: left;
  margin: 15px 0px;
}

#cal-top-section button {
  float: right;
  border: none;
  background: #f5f5f5;
  padding: 8px 12px;
  margin-right: 10px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
#cal-top-section button.active {
  color: white;
  font-weight: 400;
  background: #007bff;
}
#sch-go-back-btn {
  display: none;
  position: absolute;
  font-size: 16px;
  top: 86px;
  left: 10px;
  cursor: pointer;
}
#sch-go-back-btn.active {
  display: block;
}
#sch-go-back-btn:hover {
  color: darkgreen;
}
#cal-header-control {
  margin-bottom: 10px;
  border-radius: 5px;

  cursor: pointer;
  transition: all 0.2 ease-in;
}

#cal-header-control #cal-header-control-display {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin-left: 15px;
}
#cal-header-control #cal-header-control-display .month-display .date {
  display: inline-block;
  min-width: 135px;
}
#cal-header-control #cal-header-control-display .prev-month,
#cal-header-control #cal-header-control-display .next-month {
  width: 23px;
}
#cal-header-control #cal-header-control-display .prev-month:hover,
#cal-header-control #cal-header-control-display .next-month:hover {
  font-weight: bold;
  color: darkgreen;
  background-color: #cee0dc;
}
#cal-header-control #cal-header-control-display .first-month,
#cal-header-control #cal-header-control-display .last-month {
  display: none;
}
#cal-header-control .months-container {
  display: flex;
  -webkit-justify-content: center;
  -webkit-flex-flow: row wrap;
  padding: 10px;
}
#cal-header-control .months-container.hide {
  display: none;
}
#cal-header-control .months-container .month-btn {
  padding: 2px 5px 2px 5px;
  margin: 0 5px 3px 5px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  min-width: 40px;
  text-align: center;
}
#cal-header-control .months-container .month-btn:hover {
  background-color: #cee0dc;
}
#cal-day-view-label,
#cal-week-view-label,
#cal-month-view-label {
  text-align: center;
}
#day-view {
  display: none;
  border: 1px solid #ccc;
  height: 85vh;
}
#day-view .row .cell span {
  padding-left: 3px;
}
#week-view {
  display: block;
}
#week-view .cell.header {
  cursor: pointer;
}
#month-view {
  display: none;
}
#week-view,
#month-view {
  overflow: auto;
}
#week-view .row,
#month-view .row {
  display: flex;
}
#week-view .row:last-child,
#month-view .row:last-child {
  border-bottom: 1px solid #ccc;
}
#week-view .row .cell,
#month-view .row .cell {
  position: relative;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  min-width: 100px;
  min-height: 150px;
  flex: 1;
  z-index: 1;
}
#week-view .row .cell .day,
#month-view .row .cell .day {
  position: absolute;
  top: 0;
  padding: 3px;
  text-align: center;
  height: 100%;
  width: 23px;
  cursor: pointer;
}
#week-view .row .cell .day.edge span,
#month-view .row .cell .day.edge span {
  opacity: 0.3;
}
#week-view .row .cell .day.edge:hover,
#month-view .row .cell .day.edge:hover {
  background-color: #edfff4;
}
#week-view .row .cell .day:hover,
#month-view .row .cell .day:hover {
  background-color: #edfff4;
}
#week-view .row .cell .day .week-view-link,
#month-view .row .cell .day .week-view-link {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  display: none;
  font-size: 10pt;
  width: 80px;
  margin-left: -11px;
  margin-top: 81px;
}
#week-view .row .cell .day .week-view-link.half,
#month-view .row .cell .day .week-view-link.half {
  margin-top: 73px !important;
  width: 75px;
}
#week-view .row .cell .day .week-view-link.half:hover,
#month-view .row .cell .day .week-view-link.half:hover {
  font-weight: 600;
  background-color: #49a078;
}
#week-view .row .cell .day .day-view-link,
#month-view .row .cell .day .day-view-link {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  display: none;
  font-size: 10pt;
  width: 60px;
  margin-left: -11px;
  margin-top: 102px;
}
#week-view .row .cell .day .day-view-link.half,
#month-view .row .cell .day .day-view-link.half {
  margin-top: 145px !important;
  width: 75px;
}
#week-view .row .cell .day .day-view-link.half:hover,
#month-view .row .cell .day .day-view-link.half:hover {
  font-weight: 600;
  background-color: #49a078;
}
#week-view .row .cell .day:hover,
#month-view .row .cell .day:hover {
  background-color: #edfff4;
}
#week-view .row .cell .day:hover .day-view-link,
#month-view .row .cell .day:hover .day-view-link {
  display: inline-block;
  font-weight: bold;
}
#week-view .row .cell .day:hover .week-view-link,
#month-view .row .cell .day:hover .week-view-link {
  display: inline-block;
  font-weight: bold;
}
#week-view .row .cell .day span,
#month-view .row .cell .day span {
  position: absolute;
  left: 3px;
}
#week-view .row .cell.header,
#month-view .row .cell.header {
  text-align: center;
  min-height: 22px !important;
  line-height: 21px;
  font-size: 16px;
  background: #fff;
}
#week-view .row .cell.header span,
#month-view .row .cell.header span {
  margin-left: 5px;
}
#week-view .row .cell.selected,
#month-view .row .cell.selected {
  background-color: #bdd7ee;
}
#week-view .row .cell:last-child,
#month-view .row .cell:last-child {
  border-right: 1px solid #ccc;
}

div#cal-top-section {
  display: flex;
  align-items: center;
}

.colored-circle-red {
  background: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.calendar-head {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 15px 0px;
  text-align: right;
}

input#favcolor {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

.new-calendar,
.link-section {
  max-width: 544px;
  margin: 0px auto;
  clear: both;
  padding: 15px;
  width: 100%;
  float: left;
}

.link-section {
  background: #fff;
  margin-top: 10px;
}
.colored-bg {
  background: #f5f5f5;
}

.new-calendar .church-form {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 25px 15px;
  border-radius: 4px;
  clear: both;
}

.created_calc {
  width: 100%;
  background: #e9e7e7;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.right-side {
  display: inline-block;
  margin-left: auto;
  color: #aba9a9;
}

.left-side {
  font-size: 14px;
}
.colored_icon {
  color: #fbd092;
}

.copy_link span {
  margin-left: auto;
}

.link-section .flex-form {
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 4px;
}

.light_btn {
  background: #efefef;
  color: #000;
  margin-left: 10px;
}

.drop_btn {
  position: relative;
}

.drop_btn:after {
  content: "\f0d7";
  position: absolute;
  right: 0px;
  font-family: FontAwesome;
  right: 10px;

  top: 7px;
}

.link-section p {
  overflow: hidden;
  width: 310px;
  word-break: break-all;
  font-size: 14px;
}
.cal-btn {
  min-width: 191px;
  max-width: 100%;
  font-size: 13px !important;
  height: 40px;
  text-align: left;
  border: navajowhite;
  padding: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.drop_btn button.dropdown-item:after {
  content: "\f00c";
  font-family: FontAwesome;
}

.message_detail h5 {
  font-size: 15px;
}
.message_detail p,
.message_detail span {
  font-size: 14px;
  color: #909090;
  padding-right: 15px;
}

#pledgeModal input.p-relative.form-control {
  padding-left: 29px;
}

.file_wrapper .fileUpload {
  background: #ff5d0f;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 1.25em 0;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  width: 46px;
}

.select-none label.form-check-label {
  margin-left: 20px;
}

input[type="number"] {
  text-transform: none !important;
}

.custom-input {
  margin-bottom: 0px !important;
  width: 47px !important;
}

.volunteer-table tr td span {
  display: flex;
  align-items: flex-end;
}

.event-date {
  display: flex;
  align-items: flex-start;
}

.left-date {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-right: 10px;
  line-height: 37px;
}

.right-date h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.table-custom-width {
  width: 180px;
}
.agenda_tab table tr th {
  text-align: center;
}

.footer-logo {
  width: 80px;
  /* float: left; */
  margin: 0px auto;
  clear: both;
}

.footer-logo img {
  width: 100%;
}
.footer-right-side img {
  width: 100%;
  filter: invert(1);
}

.footer-right-side {
  width: 30px;
  display: flex;
}
.invitation-right-panel {
  min-width: 42%;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.link-desc {
  display: inline-block;
}

.flex-form.invitation-wrapper {
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 10px;
  align-items: flex-start;
}
.invitation-wrapper .form-container {
  flex-basis: 399px;
  border: none;
}

#addCalendarModal .button-action {
  min-width: 75px;
}

.mt-40 {
  margin-top: 23px;
}

.link-desc h5 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
}
.link-desc p a {
  font-size: 14px;
}

.invitation-right-panel .button-action {
  min-width: 100px !important;
}

.ml-20 {
  margin-left: 28px;
}

.coming-soon-wrapper {
  background: #bdd7ee52;
  padding: 35px;
  border-radius: 10px;
  max-width: 780px;
  margin: 30px auto;
  text-align: center;
}
.clock-icon {
  max-width: 180px;
  margin: 0px auto;
}

.clock-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  opacity: 0.2;
}

.coming-soon-wrapper h5 {
  margin-top: 30px;
}

.locate-address {
  background: #bdd7ee;
  padding: 10px;
  margin-bottom: 10px;
}

.locate-address p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.parish-img .certificate-image {
  border: 3px solid #1f4e79;
  padding: 10px;
}

.parish-img span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.form-check-input {
  box-shadow: none !important;
}

h3.church-dash-hding {
  color: #315c84;
  padding-top: 10px;
  text-transform: capitalize;
}

.parish_img {
  border: 2px solid #1f4e79;
  padding: 10px;
}

.payment-date {
  text-align: center;
}

.payment-date h4 {
  font-size: 14px;
  line-height: 16px;
}
.payment-date span {
  color: #5699d4;
}

.full-bg {
  background: #f4f8fa;
  position: relative;
}

.bg-colord {
  background: #fff;
}

.msgtxt p {
  line-height: 16px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
}

.parish-title h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.parish_page .header {
  height: 44px;
}

.parish_page .col-form-label {
  font-size: 13px !important;
}

.church-parish-footer {
  width: 100%;
  padding: 15px;
  background: #1f4e79;
  float: left;
}

.church-parish-footer .copyright {
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}

.church-parish-footer .church-ftr-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  margin: 0px;
}

.parish-d-section-1 {
  width: 34%;
  float: left;
  margin-bottom: 0px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.mt-15 {
  margin-top: 3px;
}

.parish-d-section-2 {
  width: 63%;
  display: block;
  float: right;
  margin: 0px 20px 20px 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.parish-d-section-3 {
  width: 47%;
  float: left;
  margin-bottom: 0px;
  border-radius: 5px;
  overflow: visible;
  position: relative;
  border: 1px solid #ccc;
  padding: 7px;
  height: 354px;
}

.admin-title-back {
  margin-top: -27px;
}

.admin-title-back-right {
  margin-top: -20px;
}

.admin-title-back-right h3 {
  padding: 0px 10px;
  display: inline;
  background: #fff;
}

.admin-title-back h3 {
  padding: 0px 10px;
  display: inline;
  background: #fff;
}

.admin-title-back p {
  padding: 0px 10px;
  margin-bottom: 4px;
}

.parish-d-section-4 {
  width: 49%;
  display: block;
  float: right;
  margin: 0px 15px 15px 15px;
  border-radius: 5px;
  overflow: visible;
  position: relative;
  border: 1px solid #ccc;
  padding: 7px;
  height: 354px;
}

.form-top-margin {
  margin-top: 40px;
}

.church-parish-footer .church-ftr-list li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-left: 4px;
}

.addparish-img .imagePlaceholder {
  height: 389px;
}

.custom-margin {
  margin-top: 34px;
}

.parish-form .form-group input,
.parish-form .form-group select {
  height: 35px;
}

.church-form .form-group select {
  background-position: right 6px bottom 12px;
}

.parish-form .form-group label {
  padding: 0px;
}

.select-state select {
  background-position: right 15px bottom 12px !important;
}

.parish-address {
  margin-bottom: 0;
  word-break: break-word;
  font-size: 12px;
  width: 135px;
  white-space: pre-line;
}
a.parish-name-link {
  color: #1d92ff !important;
  text-decoration: underline !important;
}

.header-text-style {
  text-transform: none;
}

/*parishcheck box*/

.parish-check-box [type="checkbox"]:checked,
.parish-check-box [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.parish-check-box [type="checkbox"]:checked + label,
.parish-check-box [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.parish-check-box [type="checkbox"]:checked + label:before,
.parish-check-box [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;

  background: transparent;
  border-radius: 4px;
  border: 2px solid #575656;
}
.parish-check-box [type="checkbox"]:checked + label:after,
.parish-check-box [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 17px;
  background: url(../img/church-menu-icons/people2.png);
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  z-index: 1;

  background-repeat: no-repeat;
  background-size: contain;
}
.parish-check-box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.parish-check-box [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.action-right-ch a img {
  width: 17px;
}
.action_col .sub_folder li span.left {
  width: 15px;
  float: left;
}

.baptism_desc {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 19px;
}

#addBaptismModal .modal-body {
  padding: 0px;
}

#addBaptismModal .col-form-label {
  text-transform: none;
}

.ministry-form .form-group input {
  width: 40%;
}
.altAddress-form .form-group input {
  width: 100%;
}

.form-left-margin {
  margin-left: 33px;
}

#stateHeadModal .close {
  position: absolute;
  right: 13px;
  top: 3px;
}

.locate_address p {
  background: #f3f3f3;
  padding: 10px;
  font-size: 14px;
  color: #000;
  border: 1px solid #ccc;
}

/*
.headquarter_form .form-group label{
    padding: 0px !important;
        margin-bottom: 5px;

}
*/

.headquarter_form .form-group {
  margin-bottom: 1px !important;
}

.search-input {
  display: block;
  position: absolute;
  right: 14px;
  top: 11px;
}

.church-bg-tr-scnd img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.action_col img {
  width: 100%;
  height: auto;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*new roles& permission */

.menu-title {
  font-weight: 600;
  color: #000;
}

.nothing-bg {
  background: #6383a0;
}

.nothing-cell {
  background: #6383a0;
  padding: 15px;
  border-radius: 4px;
}
.member-detail {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  display: none;
  position: absolute;
}
#member-name {
  cursor: pointer;
}

.member-name h4 {
  font-size: 14px;
  color: #1f4e79;
  line-height: 18px;
  margin-bottom: 20px;
}

.member-contact h4 {
  font-size: 14px;
  color: #1f4e79;
  line-height: 18px;
  margin-bottom: 0px;
}

#pills-member .flex-form {
  display: flex !important;
  align-items: center;
}

.addMember {
  display: block;
}

.addMember i {
  font-size: 27px;
  margin-left: 10px;
}

.permission-table table .church-bg-tr-scnd td {
  font-size: 12px;
  padding-left: 25px;
}

.permission-table table .church-bg-tr td {
  padding-left: 25px;
}

tr.title-row td {
  padding-left: 9px;
}

.permission-table .table td {
  border: 1px solid #dee2e6;
}

.church-table table thead th:nth-last-child(2) {
  white-space: nowrap;
}

.permission-table .form-check {
  padding-left: 0px;
}

.buttons-section {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}

.topMargin {
  margin-top: -30px;
}

.permission-table {
  overflow: auto;
}

.loader {
  width: 100%;
  float: left;
  text-align: center;
}

.theme-color {
  color: #2b5f8e;
}
table.dataTable.no-footer {
  border: none;
}

table.dataTable thead th,
table.dataTable thead td {
  border: none;
}

.dataTables_wrapper .dataTables_info {
  font-size: 14px;
}

input[type="email"] {
  text-transform: none !important;
}

.swal2-popup {
  z-index: 9;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 10px !important;
}
.loader-container {
  width: 100%;
  height: 100%;
  background: #1f4e7957;
  display: none;
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  width: 100%;
  float: left;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type="search"] {
  outline: 0;
  -webkit-appearance: none;
}

.assigned_form input[type="button"] {
  left: 10px !important;
  top: 44px !important;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.custom-multiselect fieldset,
.custom-multiselect-2 fieldset {
  border: none;
  padding-left: 0;
  margin-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 100%;
  top: 44px;
}

.custom-multiselect #lblDBXP {
  font-weight: bold;
}

.custom-multiselect #choicelist {
  border: 1px solid #d6d6d6;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  border-radius: 2px;
  display: none;
  overflow: auto;
  height: 200px;
  padding: 5px 0;
}

.custom-multiselect #selectedDBXP {
  border: 1px solid #e8e8e8 !important;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  border-radius: 4px;
  height: 36px;
  background-color: #fff;
  position: relative;
  text-align: left;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  appearance: none;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: right 13px bottom 12px;
}

.custom-multiselect #selectedDBXP i {
  display: none;
}

.custom-multiselect #choicelist > div {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.church-form .form-group .jscheckbox {
  height: auto;
}

.custom-multiselect #choicelist > div input {
  margin-right: 10px;
  box-shadow: none;
}

.custom-multiselect label {
  font-weight: bold;
}
.overflowTxt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-multiselect input[type="text"] {
  margin: 0px 0px 20px 10px;
}

.custom-multiselect .fa-chevron-down {
  position: absolute;
  right: 1em;
  top: 0.9em;
  color: #a8a8a8;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  font-size: 0.85em;
}

.custom-multiselect .fa-chevron-down--open {
  transform: rotate(-180deg) translate(0, 2px);
  color: #404040;
}

div#choicelist-2 label {
  padding: 0 !important;
}
/* .church-footer { */
/* position: absolute; */
/* bottom: 0; */
/* } */

input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}

.cr-viewport.cr-vp-square {
  border-radius: 10px;
}

.custom-multiselect-2 fieldset {
  border: none;
  padding-left: 0;
  margin-left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 100%;
  top: 44px;
}

.custom-multiselect-2 #lblDBXPt {
  font-weight: bold;
}

.custom-multiselect-2 #choicelist-2 {
  border: 1px solid #d6d6d6;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  border-radius: 2px;
  display: none;
  overflow: auto;
  height: 200px;
  padding: 5px 0;
}

.custom-multiselect-2 #selectedDBXPP {
  border: 1px solid #e8e8e8 !important;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  border-radius: 4px;
  height: 36px;
  background-color: #fff;
  position: relative;
  text-align: left;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  appearance: none;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: right 13px bottom 12px;
}

.custom-multiselect-2 #selectedDBXPP i {
  display: none;
}

.custom-multiselect-2 #choicelist-2 > div {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.church-form .form-group .jscheckbox {
  height: auto;
}

.custom-multiselect-2 #choicelist-2 > div input {
  margin-right: 10px;
  box-shadow: none;
}

.custom-multiselect-2 label {
  font-weight: bold;
}
.overflowTxt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-multiselect-2 input[type="text"] {
  margin: 0px 0px 20px 10px;
}

.custom-multiselect-2 .fa-chevron-down {
  position: absolute;
  right: 1em;
  top: 0.9em;
  color: #a8a8a8;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  font-size: 0.85em;
}

.custom-multiselect-2 .fa-chevron-down--open {
  transform: rotate(-180deg) translate(0, 2px);
  color: #404040;
}

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

@media (min-width: 1600px) {
  .church-side {
    min-height: 100%;
  }

  .family-profile-upload {
    height: 340px;
  }
}
@media (min-width: 1400px) {
  .flex-feildset2 fieldset.scheduler-border {
    flex-basis: 149px;
  }
}

@media (max-width: 1366px) {
  .cust_flex_form {
    width: 65%;
  }
  .overview_Title {
    font-size: 12px;
    line-height: 1.4;
  }
  .graph-section {
    margin: 20px 0px;
  }

  .overview_container_title {
    font-size: 14px;
  }

  .church-form .form-group select {
    font-size: 12px;
    padding: 0 10px;
  }

  .overview-inner {
    background: #f6f8ff;
    padding: 10px 5px;
  }
  .overview_Price {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .header{z-index: 99999;}
  .col_30 {
    width: 100%;
  }

  div#pill-import-family .col_30 {
    width: 100%;
  }
  fieldset.scheduler-border {
    height: 283px;
  }

  .flex-feildset2 fieldset.scheduler-border {
    flex-basis: 205px;
  }

  .flex-feildset2 {
    flex-wrap: wrap;
  }

  .header {
    background: #1f4e79eb;
    top: 74px;
  }

  .parish_page #content {
    padding-top: 0px;
  }

  .parish_page .header {
    top: 0px;
  }
  .admin-btn {
    position: static;
  }

  .col_60,
  .col_70 {
    width: 100%;
  }

  .right-menu .userImg {
    margin-left: auto;
  }
  .navbar-nav .nav-link {
    padding-right: 10px !important;
  }
  .header-logo {
    width: 100%;
  }
  .sidebar_outer.rotated {
    width: 100%;
  }
  .right_content_col.rotated {
    margin-left: 0px;
    height: auto;
  }
  .dashboard-head-form {
    display: none;
  }
  .overview-inner {
    margin: 10px 0px;
  }
}

@media (max-width: 991px) {
  .overview-inner {
    margin: 10px 0px;
  }
  .marriage_form .person_detail {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .marriage-d-section-1 {
    width: 100%;
    order: 2;
    float: left;
    position: relative;
    margin-bottom: 50px;
  }
  .marriage-d-section-2 {
    width: 100%;
    order: 2;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .staff-d-section-1 {
    width: 100%;
  }
  .staff-d-section-2 {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }
  .login_signup {
    background-size: cover;
  }
}

@media (max-width: 567px) {
  .detail-wrp .filter {
    font-size: 20px;
  }

  .module-btn-wrapper {
    display: block;
  }

  .stateicon_btn {
    margin: 15px 0px;
  }

  .button-export {
    height: 36px;

    font-size: 11px;

    line-height: 35px;
  }
  .button-export {
    min-width: 83px !important;
  }

  .cal-btn {
    min-width: 140px;
  }

  .fc .fc-button-group > .fc-button {
    font-size: 9px;
  }

  button.fc-today-button.fc-button.fc-button-primary {
    left: 58px !important;

    font-size: 10px;
  }

  .donor-On-mobile .col_50 {
    width: 48%;
  }

  .parish_button {
    margin: 10px 0px;
  }

  .headPanelAnointment {
    margin: 0px 0px 25px 0px;
  }

  .report_header {
    display: block;
    text-align: center;
  }

  .church-sociel-media .church-list li {
    width: 100%;
  }
  .bord-right {
    background-image: none !important;
  }
  .right-panel {
    width: 45%;
    float: right;
    margin-bottom: 40px;
  }

  .donation_select_wrapper {
    width: 100%;
  }

  .date-range-wrapper {
    display: block;
  }
  .col_30 {
    width: 100%;
  }
  .date-range-wrapper .form-group {
    margin-left: 0px !important;
  }

  .legend_container {
    margin-bottom: 10px;
  }

  fieldset.scheduler-border {
    height: auto;
  }

  .footer-filter.church-form.flex-form {
    display: flex;
  }

  .right-panel-flex {
    height: auto;
  }

  .col_75 {
    width: 100%;
  }
  .merge-profile {
    display: block;
  }

  .pledge-flex-form {
    display: block;
  }

  .add_location_icon {
    right: 0;
  }
  .col_60,
  .col_33,
  .col_20,
  .col_30 {
    width: 100%;
  }
  .cust_flex_form {
    width: 100%;
    display: block;
  }
  .flex-form {
    display: block;
  }
  .mobiile-margin {
    margin-top: 10px;
  }
  .reminder_notify,
  .modal-footer-cust {
    display: block;
  }

  .icon_btn {
    width: 100%;
  }

  .mb-mobile {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-right: 5px !important;
  }

  .header {
    padding: 0px 10px;
  }

  .ministry-d-section-1 {
    width: 100%;
  }

  .ministry-d-section-2 {
    width: 100%;
    float: left;
    padding: 0px 0px 10px 0px;
  }

  .ministry-group-upload {
    height: 250px;
    overflow: hidden;
  }

  .popups_btn {
    flex-direction: column;
  }
  .popups_btn .button-action {
    margin-bottom: 10px;
  }
  #ministryGroup .flex-form {
    display: block;
  }

  .right-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .inner-content {
    display: block;
  }
  .dashboard-head-form {
    display: none;
  }

  .overview-inner {
    margin: 10px 0px;
  }

  .form-holder .flex-form {
    display: block;
  }

  .margin-top-custom {
    margin-top: 0px;
  }
  .w-60 {
    width: 100%;
  }

  .flex-form input {
    margin-bottom: 10px;
  }

  .link-wrapper {
    display: block;
  }
  .allowMember {
    width: 100%;
  }
  .inner-section {
    flex-direction: column;
    justify-content: flex-start;
  }
  .member-access,
  .notification-container {
    display: block;
    width: 100%;
    float: left;
  }
  .icon {
    text-align: center;
  }
  .marrige-form-group {
    width: 100%;
  }
  .staff-form-submit button,
  .staff-form-submit a {
    width: 100%;
    margin-bottom: 15px;
  }
  button.add_field_button {
    right: 0;
  }
  .cc1 .remove_field {
    right: 0px;
  }
  .cc1 .form-control,
  .cc3 .form-control {
    width: 100%;
  }
  .marriage-d-section-1 {
    margin-bottom: 20px;
  }
  .marriage-d-section-2 {
    margin-bottom: 20px;
  }
  .col_50 {
    width: 100%;
  }
  .m-left {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .right_content_col .container-fluid {
    padding: 0px 10px;
  }
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: -16px !important;
  width: 20%;
  left: 0;
  right: 0;
  padding: 0;
  height: auto;
  margin: auto;
  line-height: 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgb(31 78 121 / 44%);
  text-transform: capitalize;
  font-size: 16px;
}

.church-custom-checkbox .checkmark:after {
  border-width: 0 2px 2px 0;
}

.add img {
  height: 36px;
}

.row-item .form-width {
  width: 100%;
  flex-basis: auto;
}

.required-bg {
  margin: 16px 0 0 !important;
  height: 35px;
  display: flex !important;
  align-items: center;
}

.repeat-inner .form-group {
  margin-bottom: 0 !important;
}

.repeat-inner a.text-danger {
  position: absolute;
  right: -20px;
}

.repeat-inner {
  margin-bottom: 15px;
  position: relative;
}

.repeat-inner .required-bg {
  margin: 0 !important;
}

.add-family-member-btn {
  border: 1px solid #ccc;
  color: #007bff;
  background-color: transparent;
  border-radius: 5px;
  position: relative;
}

.action-toggle-main:hover .action-toggle-inner {
  display: block;
}

.action-toggle-inner {
  position: absolute;
  right: 0px;
  padding: 0;
  min-width: 200px;
  display: none;
  top: 20px;
  padding-top: 12px;
}

.action-toggle-inner ul {
  margin: 0;
  padding: 10px 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
}

.action-toggle-inner ul li a {
  padding: 8px 0;
  display: block;
  color: #3f3f3f;
  font-weight: 600;
  font-size: 12px;
}

.action-toggle-inner ul li {
  border-bottom: 1px solid #e5e5e5;
}

.action-toggle-inner ul li:last-child {
  border: none;
}

.action-toggle-inner:after {
  background: url(../img/top_arrow.png) no-repeat left top;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 27px;
  top: 3px;
  content: "";
}

.church-table table .church-membr {
  display: flex;
}
.action-right-ch {
  margin-left: 8px;
}

.modal-footer button {
  text-transform: uppercase;
}

.kt-avatar__upload {
  cursor: pointer;
}

li.nav-item a.nav-link.active + span.acc_arrow.active + .sub-menu {
  display: block;
}

.searchbar_col input[type="button"] {
  z-index: 0 !important;
}

.dropdown.bootstrap-select {
  width: 100% !important;
}

.dropdown.bootstrap-select input,
.dropdown.bootstrap-selectl input,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 12px !important;
  height: 35px !important;
  line-height: 34px !important;
}

.dropdown.bootstrap-select span.select2-selection.select2-selection--single {
  height: 35px !important;
  box-shadow: none !important;
}

.dropdown.bootstrap-select span.select2-selection__arrow {
  height: 35px !important;
}

/*--------------------------- New CSS -------------------------*/

@media (min-width: 1600px) {
  .church-side {
    min-height: 100%;
  }
}
@media (min-width: 1400px) {
  .flex-feildset2 fieldset.scheduler-border {
    flex-basis: 149px;
  }
}

@media (max-width: 1366px) {
  .cust_flex_form {
    width: 65%;
  }
  .overview_Title {
    font-size: 12px;
    line-height: 1.4;
  }
  .graph-section {
    margin: 20px 0px;
  }

  .overview_container_title {
    font-size: 14px;
  }

  .church-form .form-group select {
    font-size: 12px;
    padding: 0 10px;
  }

  .gijgo--date input.form-control {
    padding-left: 26px;
  }

  .overview-inner {
    background: #f6f8ff;
    padding: 10px 5px;
  }
  .overview_Price {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .col_30 {
    width: 100%;
  }

  div#pill-import-family .col_30 {
    width: 100%;
  }
  fieldset.scheduler-border {
    height: 283px;
  }

  .flex-feildset2 fieldset.scheduler-border {
    flex-basis: 205px;
  }

  .flex-feildset2 {
    flex-wrap: wrap;
  }

  .header {
    background: #1f4e79eb;
    top: 74px;
  }

  .parish_page #content {
    padding-top: 0px;
  }

  .parish_page .header {
    top: 0px;
  }
  .admin-btn {
    position: static;
  }

  .col_60,
  .col_70 {
    width: 100%;
  }

  .right-menu .userImg {
    margin-left: auto;
  }
  .navbar-nav .nav-link {
    padding-right: 10px !important;
  }
  .header-logo {
    width: 100%;
  }
  .sidebar_outer.rotated {
    width: 100%;
  }
  .right_content_col.rotated {
    margin-left: 0px;
    height: auto;
  }
  .dashboard-head-form {
    display: none;
  }
  .overview-inner {
    margin: 10px 0px;
  }
}

@media (max-width: 991px) {
  .overview-inner {
    margin: 10px 0px;
  }
  .marriage_form .person_detail {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .marriage-d-section-1 {
    width: 100%;
    order: 2;
    float: left;
    position: relative;
    margin-bottom: 50px;
  }
  .marriage-d-section-2 {
    width: 100%;
    order: 2;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .staff-d-section-1 {
    width: 100%;
  }
  .staff-d-section-2 {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }
  .white_col {
    width: 90%;
    padding: 20px;
  }
  .login_signup {
    background-size: cover;
  }
}

@media (max-width: 567px) {
  .detail-wrp .filter {
    font-size: 20px;
  }

  .module-btn-wrapper {
    display: block;
  }

  .stateicon_btn {
    margin: 15px 0px;
  }

  .button-export {
    height: 36px;

    font-size: 11px;

    line-height: 35px;
  }
  .button-export {
    min-width: 83px !important;
  }

  .cal-btn {
    min-width: 140px;
  }

  .fc .fc-button-group > .fc-button {
    font-size: 9px;
  }

  button.fc-today-button.fc-button.fc-button-primary {
    left: 58px !important;

    font-size: 10px;
  }

  .donor-On-mobile .col_50 {
    width: 48%;
  }

  .parish_button {
    margin: 10px 0px;
  }

  .headPanelAnointment {
    margin: 0px 0px 25px 0px;
  }

  .report_header {
    display: block;
    text-align: center;
  }

  .church-sociel-media .church-list li {
    width: 100%;
  }
  .bord-right {
    background-image: none !important;
  }
  .right-panel {
    width: 45%;
    float: right;
    margin-bottom: 40px;
  }

  .donation_select_wrapper {
    width: 100%;
  }

  .date-range-wrapper {
    display: block;
  }
  .col_30 {
    width: 100%;
  }
  .date-range-wrapper .form-group {
    margin-left: 0px !important;
  }

  .legend_container {
    margin-bottom: 10px;
  }

  fieldset.scheduler-border {
    height: auto;
  }

  .footer-filter.church-form.flex-form {
    display: flex;
  }

  .right-panel-flex {
    height: auto;
  }

  .col_75 {
    width: 100%;
  }
  .merge-profile {
    display: block;
  }

  .pledge-flex-form {
    display: block;
  }

  .add_location_icon {
    right: 0;
  }
  .col_60,
  .col_33,
  .col_20,
  .col_30 {
    width: 100%;
  }
  .cust_flex_form {
    width: 100%;
    display: block;
  }
  .flex-form {
    display: block;
  }
  .schedule_form .flex-form {
    display: flex;
  }
  .mobiile-margin {
    margin-top: 10px;
  }
  .reminder_notify,
  .modal-footer-cust {
    display: block;
  }

  .icon_btn {
    width: 100%;
  }

  .mb-mobile {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-right: 5px !important;
  }

  .header {
    padding: 0px 10px;
  }

  .ministry-d-section-1 {
    width: 100%;
  }

  .ministry-d-section-2 {
    width: 100%;
    float: left;
    padding: 0px 0px 10px 0px;
  }

  .ministry-group-upload {
    height: 250px;
    overflow: hidden;
  }

  .popups_btn {
    flex-direction: column;
  }
  .popups_btn .button-action {
    margin-bottom: 10px;
  }
  #ministryGroup .flex-form {
    display: block;
  }

  .right-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .inner-content {
    display: block;
  }
  .dashboard-head-form {
    display: none;
  }

  .overview-inner {
    margin: 10px 0px;
  }

  .form-holder .flex-form {
    display: block;
  }

  .margin-top-custom {
    margin-top: 0px;
  }
  .w-60 {
    width: 100%;
  }

  .flex-form input {
    margin-bottom: 10px;
  }

  .link-wrapper {
    display: block;
  }
  .allowMember {
    width: 100%;
  }
  .inner-section {
    flex-direction: column;
    justify-content: flex-start;
  }
  .member-access,
  .notification-container {
    display: block;
    width: 100%;
    float: left;
  }
  .icon {
    text-align: center;
  }
  .marrige-form-group {
    width: 100%;
  }
  .staff-form-submit button,
  .staff-form-submit a {
    width: 100%;
    margin-bottom: 15px;
  }
  button.add_field_button {
    right: 0;
  }
  .cc1 .remove_field {
    right: 0px;
  }
  .cc1 .form-control,
  .cc3 .form-control {
    width: 100%;
  }
  .marriage-d-section-1 {
    margin-bottom: 20px;
  }
  .marriage-d-section-2 {
    margin-bottom: 20px;
  }
  .col_50 {
    width: 100%;
  }
  .m-left {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .right_content_col .container-fluid {
    padding: 0px 10px;
  }
}

h1.title-css {
  font-size: 21px !important;
  margin-bottom: 23px;
}
/*--------------------------- New CSS --------------------------*/
.filter-container {
  z-index: 1;
  overflow-x: hidden;
}
.filterTitle {
  background: #bdd7ee;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.filterTitle span {
  text-transform: initial;
  font-weight: normal;
  font-size: 10px;
}
.filterContent {
  font-size: 13px;
  padding: 10px 0px;
}
.filterCheckbox {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 20px;
  margin: 0px 4px 2px;
}
.filterCheckbox input {
  position: absolute;
  left: 0px;
  top: 3px;
}
.fieldIcon {
  position: relative;
}
.fieldIcon input {
  padding-left: 10px;
  width: 100%;
}
.fieldIcon i {
  position: absolute;
  right: 7px;
  top: 12px;
}
.filterLink {
  cursor: pointer;
  display: block;
  text-align: left !important;
  padding: 5px 0px;
}
.filterFooter {
  margin-bottom: 0px;
}
.filterFooter a {
  line-height: 28px;
  padding: 0px 15px;
  height: 30px;
  min-width: inherit;
  margin-top: 5px;
}
input.newcheck[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  outline: none !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 1px 1px;
  border: 1px solid #000000;
}

input.newcheck[type="checkbox"]:checked {
  background-image: url(../images/check-black.png);
}

/*--------------------------- New CSS -------------------------*/

@media (min-width: 1600px) {
  .church-side {
    min-height: 100%;
  }
}
@media (min-width: 1400px) {
  .flex-feildset2 fieldset.scheduler-border {
    flex-basis: 149px;
  }
}

@media (max-width: 1366px) {
  .cust_flex_form {
    width: 65%;
  }
  .overview_Title {
    font-size: 12px;
    line-height: 1.4;
  }
  .graph-section {
    margin: 20px 0px;
  }

  .overview_container_title {
    font-size: 14px;
  }

  .church-form .form-group select {
    font-size: 12px;
    padding: 0 10px;
  }

  .gijgo--date input.form-control {
    padding-left: 26px;
  }

  .overview-inner {
    background: #f6f8ff;
    padding: 10px 5px;
  }
  .overview_Price {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .col_30 {
    width: 100%;
  }

  div#pill-import-family .col_30 {
    width: 100%;
  }
  fieldset.scheduler-border {
    height: 283px;
  }

  .flex-feildset2 fieldset.scheduler-border {
    flex-basis: 205px;
  }

  .flex-feildset2 {
    flex-wrap: wrap;
  }

  .header {
    background: #1f4e79eb;
    top: 60px;
  }

  .parish_page #content {
    padding-top: 0px;
  }

  .parish_page .header {
    top: 0px;
  }
  .admin-btn {
    position: static;
  }

  .col_60,
  .col_70 {
    width: 100%;
  }

  .right-menu .userImg {
    margin-left: auto;
  }
  .navbar-nav .nav-link {
    padding-right: 10px !important;
  }
  .header-logo {
    width: 100%;
  }
  .sidebar_outer.rotated {
    width: 100%;
  }
  .right_content_col.rotated {
    margin-left: 0px;
    height: auto;
  }
  .dashboard-head-form {
    display: none;
  }
  .overview-inner {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  input[type="search"] {
    width: 100% !important;
  }
  ul.downli-itd {
padding-top: 20px;
}
  .desktopview{display: none;}
  .mobile-nav{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .mobile-nav .navbar{
    padding-left: 0; padding-right: 0;
  }
  .mobile-nav .navbar-nav{
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
    color: #fff;
  }
  .mobile-nav .navbar-nav ul{list-style-type: none;}
  .mobile-nav .navbar-nav a{

    color: #fff !important;
  }
  .authormeta{
    display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
align-items: flex-end;

  }
  .authormeta ul{display: flex;}
  .settings_icons{
    position: fixed;
    top: 15px;
    width: fit-content;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    z-index: 1;
    justify-content: center;
  }

  #navbarNavDropdown{width: 100%;}
  .header .right-menu.ml-auto{margin: auto; width: 100%;}
  .navbar-nav .settings_icons .dropdown-menu{
    position: absolute;
    left: 0;
  }
  .userImg a{display: flex; align-items: center;}
  .mobile-nav .settings_icons a{
    color: #000 !important;
    padding: 10px 30px;
  }
  .left-body {
    width: 100% !important;
  }
  .btn_top_bar {
    flex-flow: column;
    padding: 10px;
    margin: 0px 0px 0px 0px;
  }
  .add_person {
    /*width: 100%;*/
    text-align: center;
  }
  .searchbar_col {
    margin: 30px 0px 0px 0px;
  }
  .searchbar_col input[type="text"] {
    width: 100% !important;
  }
  .add_person_modal .modal-dialog {
    max-width: 100%;
  }
  .contact-photo {
    object-fit: contain;
  }
  .church-sociel-media .church-list li {
    text-align: center;
    margin-top: 13px;
    padding: 0px 7px;
    display: inline-block;
  }
  .family-d-section-2 .contact-details-user {
    margin-bottom: 0px;
    display: block;
    text-align: center;
  }
  .user-profile-upload {
    height: auto;
  }
  .profile-social-icon-set {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
  }
  .family-d-section-2 {
    padding: 0;
    margin: 0px;
  }
  .family-d-section-1 {
    padding: 0px;
  }
  .church-sociel-icon li {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .overview-inner {
    margin: 10px 0px;
  }
  .marriage_form .person_detail {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .marriage-d-section-1 {
    width: 100%;
    order: 2;
    float: left;
    position: relative;
    margin-bottom: 50px;
  }
  .marriage-d-section-2 {
    width: 100%;
    order: 2;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .staff-d-section-1 {
    width: 100%;
  }
  .staff-d-section-2 {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }
  .white_col {
    width: 90%;
    padding: 20px;
  }
  .login_signup {
    background-size: cover;
  }
}

@media (max-width: 567px) {
  .detail-wrp .filter {
    font-size: 20px;
  }

  .module-btn-wrapper {
    display: block;
  }

  .stateicon_btn {
    margin: 15px 0px;
  }

  .button-export {
    height: auto;
font-size: 11px;
line-height: normal;
  }
  .button-export {
    min-width: 83px !important;
  }

  .cal-btn {
    min-width: 140px;
  }

  .fc .fc-button-group > .fc-button {
    font-size: 9px;
  }

  button.fc-today-button.fc-button.fc-button-primary {
    left: 58px !important;

    font-size: 10px;
  }

  .donor-On-mobile .col_50 {
    width: 48%;
  }

  .parish_button {
    margin: 10px 0px;
  }

  .headPanelAnointment {
    margin: 25px 0px 25px 0px;
  }

  .report_header {
    display: block;
    text-align: center;
  }

  .church-sociel-media .church-list li {
    width: 100%;
  }
  .bord-right {
    background-image: none !important;
  }
  .right-panel {
    width: 45%;
    float: right;
    margin-bottom: 40px;
  }

  .donation_select_wrapper {
    width: 100%;
  }

  .date-range-wrapper {
    display: block;
  }
  .col_30 {
    width: 100%;
  }
  .date-range-wrapper .form-group {
    margin-left: 0px !important;
  }

  .legend_container {
    margin-bottom: 10px;
  }

  fieldset.scheduler-border {
    height: auto;
  }

  .footer-filter.church-form.flex-form {
    display: flex;
  }

  .right-panel-flex {
    height: auto;
  }

  .col_75 {
    width: 100%;
  }
  .merge-profile {
    display: block;
  }

  .pledge-flex-form {
    display: block;
  }

  .add_location_icon {
    right: 0;
  }
  .col_60,
  .col_33,
  .col_20,
  .col_30 {
    width: 100%;
  }
  .cust_flex_form {
    width: 100%;
    display: block;
  }
  .flex-form {
    display: block;
  }
  .schedule_form .flex-form {
    display: flex;
  }
  .mobiile-margin {
    margin-top: 10px;
  }
  .reminder_notify,
  .modal-footer-cust {
    display: block;
  }

  .icon_btn {
    width: 100%;
  }

  .mb-mobile {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-right: 5px !important;
  }

  .header {
    padding: 0px 20px;
  }

  .ministry-d-section-1 {
    width: 100%;
  }

  .ministry-d-section-2 {
    width: 100%;
    float: left;
    padding: 0px 0px 10px 0px;
  }

  .ministry-group-upload {
    height: 250px;
    overflow: hidden;
  }

  .popups_btn {
    flex-direction: column;
  }
  .popups_btn .button-action {
    margin-bottom: 10px;
  }
  #ministryGroup .flex-form {
    display: block;
  }

  .right-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .inner-content {
    display: block;
  }
  .dashboard-head-form {
    display: none;
  }

  .overview-inner {
    margin: 10px 0px;
  }

  .form-holder .flex-form {
    display: block;
  }

  .margin-top-custom {
    margin-top: 0px;
  }
  .w-60 {
    width: 100%;
  }

  .flex-form input {
    margin-bottom: 10px;
  }

  .link-wrapper {
    display: block;
  }
  .allowMember {
    width: 100%;
  }
  .inner-section {
    flex-direction: column;
    justify-content: flex-start;
  }
  .member-access,
  .notification-container {
    display: block;
    width: 100%;
    float: left;
  }
  .icon {
    text-align: center;
  }
  .marrige-form-group {
    width: 100%;
  }
  .staff-form-submit button,
  .staff-form-submit a {
    width: 100%;
    margin-bottom: 15px;
  }
  button.add_field_button {
    right: 0;
  }
  .cc1 .remove_field {
    right: 0px;
  }
  .cc1 .form-control,
  .cc3 .form-control {
    width: 100%;
  }
  .marriage-d-section-1 {
    margin-bottom: 20px;
  }
  .marriage-d-section-2 {
    margin-bottom: 20px;
  }
  .col_50 {
    width: 100%;
  }
  .m-left {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .right_content_col .container-fluid {
    padding: 0px 10px;
  }
  .fc .fc-toolbar{flex-direction: column; gap: .5rem;}
}

/* Neeraj Custom Css  */

.import_file_section.inner-list-data ul {
  margin-left: 15px;
  font-size: 14px;
}
.import_file_section.inner-list-data ul li::marker {
  font-weight: 600;
}

span.error {
  position: absolute;
  color: red !important;
  font-size: 13px;
  top: 61px;
  left: 0;
  margin: 0;
}
p.error {
  position: absolute;
  color: red !important;
  font-size: 13px;
  top: 33px;
  left: 0;
  margin: 0;
}

.form-tb-6 {
  width: 100%;
  position: relative;
}
.settings_icons > ul{
  display: flex;
  list-style-type: none;
}
@media(min-width:1025px){
.left-menu{margin-left: 200px;}
}
@media(max-width:1024px){
  .modal-open .header,.modal-open .sidebar_outer{z-index: 0;}
}
@media(max-width:767px){
  .sidebar_outer,.header,.settings_icons{
    position: absolute;
  }
  .settings_icons{
    top: -45px;
  }
  .notes-info{
    flex-direction: column;
  }
  .notes-info > *{width: 100% !important; margin: 0 !important;}
  .info-container{display: flex; gap:1rem; flex-direction: column; }
}