@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Montserrat", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.text-grey {
    background: #c5c5c5 !important;
}
.event-service-title {
    border: none !important;
    box-shadow: none !important;
    font-size: 20px !important;
    padding-left: 0 !important;
}

.shadow {
    box-shadow: 0 0.05rem 1.75rem 0 rgba(58, 59, 69, 0.05) !important;
}
/* Tooltip container */
.c-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }

  /* Tooltip text */
  .c-tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #eedd82;
    color: #252525;
    text-align: left;
    padding: 8px 8px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .c-tooltip:hover .tooltiptext {
    visibility: visible;
  }

.ministry-tooltip-icon{
    float: right;
    font-size: 19px;
}
.church-head img {
    max-width: 325px;
}

.input-box {
    display: flex;
    align-items: center;
    max-width: 300px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
  }

  .input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: #999;
  }

  .input-box input {
    flex-grow: 1;
    font-size: 14px;
    background: #fff !important;
    border: none !important;
    outline: none;
    padding: 0.5rem;
    box-shadow: none !important;
  }

  .input-box:focus-within {
    border-color: #777;
  }

/* top-left border-radius */

table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}


/* top-right border-radius */

table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}


/* bottom-left border-radius */

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}


/* bottom-right border-radius */

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.church-side {
    float: left;
    -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);
    display: block;
    background: #bdd7ee;
    border-radius: 0px 4px 4px 0;
    width: 100%;
}

footer.sticky-footer {
    position: relative;
}

.sidebar .nav-item a {
    color: #5c5c5c;
    cursor: pointer;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 10px;
}

.sidebar .nav-item a:hover,
.sidebar .nav-item a.active {
    background: #9dc3e6;
    color: #000 !important;
    border-radius: 0 6px 6px 0px;
}

span.vertical-dots {
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    margin: 3px 0;
}

.family-actions {
    width: 45px;
    float: right;
}

a.table-action.family-member-action {
    position: relative;
    bottom: 3px;
}


/*
.sidebar .nav-item a:hover img, .sidebar .nav-item a.active img {
filter: invert(1);
}
*/

.sidebar-dark #sidebarToggle:hover {
    background-color: #000;
}

.sidebar #sidebarToggle:focus {
    outline: 0;
    background: #ff5d0f;
}

.sidebar-dark #sidebarToggle::after {
    color: #fff;
}

.sidebar-dark #sidebarToggle {
    background-color: #000;
}

.sidebar-toggled .church-side .church-nav .church-nav-link img {
    margin-right: 0px;
    float: unset;
}

.church-side .church-nav .church-nav-link img {
    float: left;
    margin-right: 20px;
    width: 24px;
    margin-top: 3px;
}

.fc-event-title {
    cursor: pointer;
    font-weight: 400 !important;
}

.fc-more-link {
    font-weight: bold !important;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
    background: #9dc3e6 !important;
}

.fc-list-event-title a {
    cursor: pointer;
}

.fc-toolbar-chunk button {
    text-transform: capitalize;
}

.fc-direction-ltr .fc-toolbar>*> :not(:first-child) {
    margin-left: -0.25em !important;
}

.ck-label {
    display: none !important;
}

button.multiselect {
    text-align: left !important;
}

.multiselect-selected-text {
    font-size: 14px !important;
}

.multiselect-option input.form-check-input {
    height: 13px !important;
}

.multiselect {
    text-align: left;
}

.multiselect b.caret {
    position: absolute;
    top: 14px;
    right: 8px;
}

.multiselect-group {
    font-weight: bold;
    text-decoration: underline;
}

.popover-header {
    background: #9dc3e6 !important;
}

.church-side-logo {
    width: 33px;
    padding: 0px;
    margin: 0 auto;
    float: left;
    display: block;
    height: auto;
}

.event-opt-menu {
    position: absolute !important;
    right: 14px;
    top: -17px;
}

.church-side-logo img {
    width: 140%;
    /*filter: invert(1);*/
}

.church-side-toggle {
    width: 100%;
    float: left;
    margin-top: 27px;
}

#wrapper {
    background: #f6f8fc;
}

.list-group-item {
    border: none !important;
    padding: 0.6rem 1.25rem !important;
}

.sub-list {
    padding: 5px !important;
    padding-left: 35px !important;
}

.church-top_nav .church-navbar-nav .church-nav .chrch-spn {
    font-size: 20px;
    color: #0c0c0c;
    font-weight: 600;
    margin-right: 10px;
}

.church-top_nav .church-navbar-nav {
    border-bottom: 2px solid #e8e8ea;
}

.church-top_nav .church-navbar-nav .church-nav .church-nav-link {
    height: 55px;
}

.church-top_nav .church-navbar-nav .active {
    border-bottom: 2px solid #f00;
}

.church-dashbord .church-dash-hding .church-gregory {
    /*border-bottom: 1px solid #ff5d0f;*/
    padding-bottom: 5px;
}

.church-form {
    width: 100%;
    float: left;
    display: block;
}

.church-form .form-group label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #323347;
    line-height: 22px;
    float: left;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    width: 100%;
    display: block;
    text-transform: capitalize;
}

.form-tb-12 {
    width: 100%;
    float: right;
    position: relative;
}

.church-form .form-group 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: 36px;
    background: #fff;
    color: #5d5d5d;
    font-size: 13px;
    text-transform: capitalize;
}

.staff-form-group .form-group input {
    text-transform: none !important;
}

.church-sociel-media .church-list {
    list-style: none;
}

.church-sociel-media .church-list li img {
    text-align: center;
    height: 27px;
    display: block;
    margin: 0 auto;
}

.church-sociel-media .church-list li a {
    color: #00000c;
    line-height: 21px;
    text-decoration: none;
    width: 100%;
    display: block;
    float: left;
}

.church-sociel-media .church-list li a span {
    font-weight: 600;
    margin-top: 13px;
    float: left;
    width: 100%;
    font-size: 13px;
    word-break: break-all;
}

.church-sociel-media .church-list li {
    text-align: center;
    margin-top: 13px;
    padding: 0px 15px;
}

.bord-right {
    background-image: url(../img/right-bd.jpg) !important;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.church-sociel-media .church-list .church-last-list {
    margin-right: 0;
    border-right: 0;
}

.church-sociel-icon {
    list-style: none;
    padding: 0;
}

.church-sociel-icon li {
    margin: 10px 0;
}


/* .right_content_col td {
    width: 140px !important;
} */


/* header logo */

.header-logo {
    width: 214px;
    display: block;
    float: left;
    padding: 15px 0px 11px 0px;
    /* background: #1f4e79; */
}


/* conatiner */

.heading-common {
    margin-top: 12px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    float: left;
}

.contact-photo {
    /*width: 450px;*/
    height: 320px;
    object-fit: cover;
    object-position: top;
    /* border-radius: 9px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.church-sociel-media .church-list li:last-child {
    border-right: 0px;
}


/* .mt-21 {
margin-top: 21px;
}*/

.mt-90 {
    margin-top: 90px !important;
}

.nav-top-spc {
    padding: 0px;
}


/* media quries */

.sidebar_outer {
    width: 230px;
    position: absolute;
    height: 100%;
    /*box-shadow: 0px 4px 9px #dbdbdb;*/
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 11;
}

.sidebar {
    width: 220px;
    top: 74px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
    position: absolute;
    -webkit-box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 11px #cacacac9;
}
@media(max-width:1024px){
    .sidebar {
        top: 60px;
    }
}

.sidebar .nav-item .nav-link {
    width: 100%;
    display: flex;
    float: left;
    padding: 12px 0px 12px 20px;
    align-items: center;
}

.head-spc-l {
    margin-left: 20px;
}

.head-bt-spc-l {
    margin-left: 20px;
    margin-bottom: 36px;
}

.table {
    margin-bottom: 0px;
}

.church-table {
    margin-bottom: 25px;
}

.member-suggetion-box {
    position: absolute;
    top: 37px;
    border: 1px solid #c6c6c6;
    background: white;
    z-index: 99999999;
    overflow-y: scroll;
    border-radius: 5px;
    min-width: 212px;
    height: 200px;
}

.top-res-wrp {
    width: 100%;
    display: block;
    float: left;
}

.page-item.active .page-link {
    color: white !important;
    background-color: #1f4e79 !important;
    border-color: #1f4e79 !important;
}

.page-link {
    color: #1f4e79 !important;
}

@media (min-width: 768px) {
    .sidebar.toggled {
        overflow: visible;
        width: 8.5rem !important;
    }
}


/* table */

.church-table table thead {
    background: #1f4e79;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.church-table table thead th {
    text-align: left;
}

.church-table table .church-bg-tr {
    background: rgb(157 195 230);
    text-align: left;
    border-top: 1px solid #eaf3fb;
}

.flex-form {
    display: flex !important;
    align-items: center;
}

.church-table table .church-bg-tr td {
    font-size: 13px;
    font-weight: 600;
    color: #3f3f3f;
    text-align: left;
    padding: 8px 10px;
}

.church-table table .church-bg-tr td a {
    color: #233760;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.church-table table .church-bg-tr-scnd td {
    font-size: 12px;
    font-weight: 600;
    color: #3f3f3f;
    text-align: left;
    padding: 8px 10px;
}

.church-table table .church-bg-tr-scnd td a {
    color: #233760;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
}

.church-table table .church-bg-tr-scnd {
    background: #bdd7ee;
    border-top: 1px solid #eaf3fb;
}

.permission-table table .church-bg-tr-scnd {
    display: inline-flex;
    align-items: center;
}

.permission-table table .church-bg-tr-scnd label {
    margin: 0;
}

.permission-table table tbody tr:hover {
    background: transparent !important;
}

.church-table table input {
    float: left;
    width: 21px;
    height: 21px;
}

.church-table table .church-table-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.church-table table .church-membr {
    text-align: left;
}


/*.church-table table tr td:last-child {
text-align: left !important;
}*/

.church-table table .church-table-list li a {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 40px;
    text-decoration: none;
}

.church-table table .church-btm-zero {
    border-bottom: 0;
}


/* The container */

.church-custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 13px;
    height: 13px;
    border: 2px solid #1f4e79;
    padding: 5px;
    background: #fff;
    top: 2px;
}


/* Hide the browser's default checkbox */

.church-custom-checkbox input {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 21px;
    width: 21px;
    z-index: 1;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -6px;
    left: -4px;
    background-color: #fff;
}


/* On mouse-over, add a grey background color */

.church-custom-checkbox:hover input~.checkmark {
    background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.church-custom-checkbox input:checked~.checkmark {
    background-color: #fff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.church-custom-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.church-custom-checkbox .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #4e73df;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-link{
    color:#028bc3 !important;
}

.church-footer {
    background: #000000;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 50px;
    position: relative;
    bottom: 0;
}

.right_content_col .container-fluid{
    min-height: calc(100vh - 40px);
}

.church-footer .church-ftr-list {
    float: right;
    list-style: none;
    padding: 0;
    display: inline-flex;
    margin-right: 12px;
    margin-bottom: 0px;
}

.church-footer .church-reserved {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

.church-footer .church-ftr-list li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}


/* membership css */

.current-note {
    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;
}

.church-form .form-group select {
    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: 36px;
    width: 100%;
    color: #9589a0;
    font-size: 13px;
    padding: 0 13px;
}

.basic-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.basic-ul li p {
    margin: 0;
    font-size: 12px;
}

.basic-ul li {
    display: flex;
    padding: 0;
}

.basic-ul li:hover {
    background: #eef7f7;
}

.flec-1 {
    width: 150px;
    border-right: 2px solid #ccc;
    padding: 15px;
    position: relative;
}

.flec-2 {
    padding: 15px 15px 15px 40px;
    width: 100%;
}

.dot-span {
    position: absolute;
    top: 20px;
    right: -6px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 30px;
    border: 2px solid #ccc;
}

.line-span {
    position: absolute;
    width: 15px;
    height: 2px;
    background: #ccc;
    right: -20px;
    top: 24px;
}

.mt-0 {
    margin-top: 0;
}

.church-profile {
    left: 85%;
    top: 12px;
}

.church-list-icon {
    list-style: none;
    padding: 0;
    float: right;
    margin-top: 10px;
}

.church-list-icon li {
    display: inline-block;
    margin-bottom: 10px;
}

.church-list-icon li:last-child {
    margin-right: 0px;
}

.church-list-icon li a img {
    width: 40px;
}

.church-profile-section {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.church-education {
    margin-top: 110px;
}

.church-mmbrship-list {
    list-style: none;
    padding: 14px;
    margin: 0;
    display: inline-flex;
}

.church-mmbrship-list li a {
    font-size: 14px;
    line-height: 37px;
    color: #323347;
    text-decoration: none;
    font-weight: 600;
}

.church-mmbrship-list li .church-mistries {
    background: #3b5998;
    float: left;
    padding: 10px 28px;
    border-radius: 6px;
    color: #ffffff;
    margin-top: 0;
    line-height: 22px;
}

.church-currnt-hite {
    height: 100px;
}

.table-action {
    width: 28px;
    height: 20px;
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

.family-form {
    position: relative !important;
}

.family-form li {
    float: left;
    margin-right: 5px;
}

.table-action-group {
    right: 0px;
    top: 26px;
    width: 285px;
    text-align: left;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style-type: none;
    margin: 0px;
    padding: 10px;
    float: right;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.table-action-group li {
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

.table-action-group li:last-child {
    border-bottom: 0px;
}

.table-action-group li a {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}

.table-action-group li a:hover {
    background: #f3f3f3;
    color: #000;
}

.action-right-ch {
    position: relative;
    display: inline-block;
    float: right;
}

.user-p {
    width: 100%;
}

img.filter-white-icon {
    filter: invert(1);
}

.act-calendar {
    position: absolute;
    right: 10px;
    top: 6px;
}

.note-lbl {
    color: #323347;
    font-size: 20px;
    font-weight: 600;
}

.member-sumbit {
    background: #3183cd;
    /* width: auto;
  height: 40px; */
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* line-height: 40px; */
    border-radius: 5px;
    margin: 30px 0px;
    float: right;
    padding: 0px 20px;
}

.member-sumbit:hover {
    text-decoration: none;
    color: #fff;
    background: #134ec5;
}


/* modal */

.church-member-header {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    margin-top: 4px;
}

.church-member-header h4 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.qr-text {
    font-size: 25px;
    color: #585858;
    margin: 15px 0 20px 0;
}

.qr-code-action {
    background: #3183cd;
    width: 190px;
    height: 55px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
    border-radius: 5px;
    margin: 0 auto;
}

.qr-code-action:hover {
    text-decoration: none;
    color: #fff;
}

.text-mess {
    height: 80px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
}

.text-mess-textarea {
    height: 298px !important;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
}

.send-message-text-drp {
    float: right;
}

.cancel-bt-pop {
    background: #d9d8da;
    color: #131313;
    font-weight: 600;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0px;
    height: 54px;
    float: right;
    margin-right: 20px;
}

.send-message-text-drp .btn-message {
    background-color: #3183cd;
    height: 54px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.send-message-text-drp .dropdown-menu {
    padding: 15px;
}

.send-message-text-drp .dropdown-menu a {
    color: #323347;
    font-weight: 600;
    font-size: 17px;
    line-height: 39px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.send-message-text-drp .dropdown-menu a:active {
    background-color: #3183cd;
    color: #fff;
}

.send-message-text-drp .dropdown-menu a.bordet-0 {
    border-bottom: 0px;
}

.call-message-head {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.call-set {
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}

.call-set img {
    float: left;
    margin-right: 20px;
}

.call-set .call-text {
    display: block;
    float: left;
}

.call-set .call-text p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    line-height: 18px;
}

.pop-skype-call {
    color: #131313;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 20px 0;
    float: left;
}

.pop-skype-call:hover {
    text-decoration: none;
    color: #131313;
}

.profile-social-icon-set {
    margin-top: 25px;
}


/*
.tbl-scroll {
overflow-y: auto;
}
*/


/*ministry-groupsection*/

.ministry-d-section-1 .form-group {
    display: block;
    float: left;
    width: 100%;
}

.ministry-d-section {
    width: 100%;
    display: block;
}


/* family detail section 1 --*/

.detail-wrp {
    width: 100%;
    display: block;
    float: left;
    margin-top: 8px;
}

.family-d-section-1 {
    width: 50%;
    display: block;
    float: left;
    padding-right: 20px;
}

.family-d-section-1 .form-group {
    display: block;
    float: left;
    width: 100%;
}


/* family detail section 2 --*/

.family-d-section-2 {
    width: 50%;
    display: block;
    float: right;
    padding: 0px 70px 0px 0px;
    position: relative;
}

.family-d-section-2 .social-details {
    display: block;
    float: left;
    width: 100%;
}

.family-d-section-2 .contact-details-user {
    margin-bottom: 0px;
}

.user-profile-upload {
    height: 446px;

}

.anointment-rank-image{
    border: 2px solid #1f4e79;
    height: auto;
}

/* second page */

.wrapper {
    width: 100%;
    display: block;
    float: left;
}

.ind-member-sec-1 {
    width: 50%;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 10px;
}

.ind-member-sec-2 {
    width: 48%;
    display: block;
    float: right;
    padding: 0px 10px;
}

.ph-upload-section .church-sociel-icon {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 0px;
}

.ph-upload-section .profile-photo {
    width: 140px;
    height: 140px;
    display: block;
    float: left;
}

.ph-upload-section .profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ph-upload-section .church-sociel-icon {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 0px;
}

.user-call-section .call-actions {
    display: block;
    float: right;
}

.user-detail-section .form-group {
    display: block;
    float: left;
    width: 100%;
}

.user-detail-section .mb-0 {
    margin-bottom: 0px;
}

.ind-member-sec-1 .user-detail-section .col-form-label {
    width: 49%;
    display: block;
    float: left;
    text-align: left !important;
}

.ind-member-sec-1 .user-detail-section .form-tb-12 {
    width: 100%;
    float: right;
    position: relative;
}

.ind-member-sec-1 .member-tp-spc {
    margin-top: 19px;
}

.ind-member-sec-1 .church-profile-section {
    background: #fff;
    border-radius: 5px;
}

.ind-member-sec-2 .church-profile-section {
    background: #fff;
    border-radius: 5px;
}

.ind-member-sec-2 .user-detail-section .col-form-label {
    width: 100%;
    display: block;
    float: left;
    text-align: left !important;
}

.ind-member-sec-2 .user-detail-section .form-tb-12 {
    width: 100%;
    float: right;
    position: relative;
}

.member-wrp-section {
    width: 100%;
    display: block;
    float: left;
}

.ind-member-sec-2 .member-tp-spc {
    margin-top: 10px;
}

.head-spc-bt-38 {
    margin-bottom: 38px;
    margin-left: 31px;
}

.navbar {
    display: none;
}


/* ---------------------- */

.topbar #sidebarToggleTop {
    padding: 0px;
    margin: 10px;
    float: right;
}


/*
.heading-common {
margin-top: 30px;
}
*/

.datepicker {
    padding-left: 14px !important;
}


/* For 1366 Resolution */

@media only screen and (min-width: 1280px) and (max-width: 1680px) {
    /* sidebar */
    .detail-wrp {
        width: 100%;
    }
    .church-form .form-group label {
        font-size: 14px;
    }
    .church-sociel-media .church-list li a {
        font-size: 14px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(1) {
        width: 144px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(2) {
        width: 144px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(3) {
        width: 170px;
    }
    h3 .church-dash-hding {
        font-size: 21px;
    }
    /* table */
    .church-table table thead {
        font-size: 12px;
    }
    .church-table table .church-bg-tr td {
        font-size: 12px;
    }
    .church-table table .church-bg-tr-scnd td {
        font-size: 12px;
    }
    .church-table table .church-bg-tr-scnd td a {
        font-size: 12px;
    }
    .church-table table .church-bg-tr td a {
        font-size: 12px;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 15px;
    }
    .church-side .church-nav .church-nav-link img {
        width: 17px;
    }
    .church-bg-tr img {
        width: 50px;
    }
    .church-bg-tr-scnd img {
        width: 50px;
    }
    .action-right-ch a img {
        width: 17px;
    }
    .table-action {
        margin-top: 0px;
    }
    .table-action-group {
        width: 195px;
    }
    .table-action-group li a {
        font-size: 14px;
        text-transform: none;
    }
    .church-footer .church-reserved {
        font-size: 14px;
    }
    .church-footer .church-ftr-list li a {
        font-size: 14px;
    }
    /* second page */
    .member-wrp-section {
        width: 100%;
    }
    .ind-member-sec-1 {
        width: 48%;
        /*margin-left: 13px;*/
    }
    .ind-member-sec-2 {
        width: 50%;
    }
    .head-spc-bt-38 {
        margin-bottom: 46px;
        margin-left: 4px;
    }
    .church-list-icon li {
        margin-right: 6px;
    }
    .user-call-section .call-actions {
        margin-top: 5px;
    }
    .ind-member-sec-1 .user-detail-section .col-form-label {
        width: 100%;
        margin-top: 0;
    }
    .ind-member-sec-1 .user-detail-section .form-tb-12 {
        width: 100%;
    }
    .ind-member-sec-2 .user-detail-section .col-form-label {
        width: 100%;
        margin-top: 0;
    }
    .ind-member-sec-2 .user-detail-section .form-tb-12 {
        width: 100%;
    }
    .church-mmbrship-list li a {
        font-size: 14px;
    }
    .church-mmbrship-list li .church-mistries {
        padding: 10px 14px;
    }
    .member-wrp-section {
        width: 100%;
        /*padding-right: 20px;*/
    }
    .note-lbl {
        font-size: 16px;
    }
    .user-detail-section .form-group {
        width: 100%;
    }
}


/* media quries */

@media only screen and (max-width: 767px) {
    .send-message-text-drp .btn-message {
        font-size: 15px;
    }
    .top-res-wrp {
        display: flex;
        flex-direction: column-reverse;
    }
    .heading-common {
        margin-top: 25px;
    }
    .navbar {
        display: block;
        background: #f8f9fc;
        /*border-bottom: 1px solid #ccc;*/
        padding-bottom: 110px;
    }
    .detail-wrp {
        width: 100%;
    }
    .church-side-logo {
        margin-left: 25px;
    }
    .sidebar .nav-item .nav-link {
        padding: 12px 0px 12px 12px;
    }
    .sidebar .nav-item {
        width: 100%;

        float: left;
        text-align: center;
    }
    .church-side .church-nav .church-nav-link img {
        width: 18px;
        float: none;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 14px;
    }
    .church-dashbord .church-dash-hding {
        font-size: 16px;
    }
    .head-spc-l {
        margin-left: 0px;
    }
    .family-d-section-1 {
        width: 100%;
        margin: 0;
        height: 100%;
        float: left;
        display: block;
    }
    .family-d-section-1 .form-tb-12 {
        width: 100%;
    }
    .heading-common {
        margin-bottom: 20px;
    }
    .family-d-section-1 .form-group {
        margin-bottom: 0px;
    }
    .family-d-section-2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .mt-90 {
        margin-top: 30px !important;
    }
    .family-d-section-2 .user-profile-upload {
        width: 100%;
    }
    .church-sociel-media .church-list li a {
        font-size: 14px;
    }
    .church-sociel-media .church-list li img {
        height: 17px;
    }
    .profile-social-icon-set {
        position: absolute;
        margin-top: 10px;
    }
    .profile-social-icon-set li a img {
        width: 30px;
    }
    .church-sociel-icon li {
        margin-bottom: 5px;
        margin-left: 10px;
    }
    .head-bt-spc-l {
        margin-left: 0px;
        margin-bottom: 32px;
        width: 100%;
        display: block;
        float: left;
    }
    /* table */
    /* table */
    .church-table table thead {
        font-size: 12px;
    }
    .church-table table .church-bg-tr td {
        font-size: 12px;
        line-height: normal;
    }
    .church-table table .church-bg-tr-scnd td {
        font-size: 12px;
    }
    .church-table table .church-bg-tr-scnd td a {
        font-size: 12px;
    }
    .church-table table .church-bg-tr td a {
        font-size: 12px;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 12px;
        padding-right: 35px;
    }
    .church-side .church-nav .church-nav-link img {
        width: 17px;
    }
    .church-bg-tr img {
        width: 50px;
    }
    .church-bg-tr-scnd img {
        width: 50px;
    }
    .action-right-ch a img {
        width: 17px;
    }
    .table-action {
        margin-top: 0px;
    }
    .table-action-group {
        width: 195px;
    }
    .table-action-group li a {
        font-size: 14px;
    }
    .church-footer .church-reserved {
        font-size: 12px;
    }
    .church-footer .church-ftr-list li a {
        font-size: 12px;
    }
    .church-footer .church-ftr-list {
        float: none;
        margin-right: auto;
        margin: 0 auto;
    }
    .church-tble-mobile {
      /*  width: 1024px !important;*/
    }
    /* second page */
    .member-wrp-section {
        width: 100%;
    }
    .ind-member-sec-1 {
        margin-left: 0px;
        width: 100%;
    }
    .church-profile-section {
        padding: 15px 10px;
    }
    .ph-upload-section .profile-photo {
        float: none;
        margin: 0 auto;
    }
    .call-action-ps-mb {
        width: 100%;
        display: block;
        float: left;
    }
    .ph-upload-section .church-sociel-icon {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .ph-upload-section .church-sociel-icon li:nth-child(1) {
        margin-left: 0px;
    }
    .user-call-section .call-actions {
        width: 100%;
        margin-top: 20px;
    }
    .ind-member-sec-1 .church-list-icon {
        float: unset;
        width: 190px;
        margin: 0 auto;
    }
    .ind-member-sec-1 .user-detail-section .col-form-label {
        width: 100%;
    }
    .ind-member-sec-1 .user-detail-section .form-tb-12 {
        width: 100%;
    }
    .user-detail-section .form-group {
        width: 100%;
    }
    .user-detail-section {
        margin-top: 5px;
    }
    .ind-member-sec-1 .member-tp-spc {
        margin-top: 15px;
    }
    .church-mmbrship-list {
        width: 100%;
        display: block;
        float: left;
    }
    .church-mmbrship-list li {
        width: 100%;
        display: block;
        float: left;
    }
    .church-mmbrship-list li a {
        font-size: 14px;
    }
    .church-mmbrship-list li .church-mistries {
        padding: 10px;
    }
    .current-nt-mem {
        display: block;
        float: left;
        width: 100%;
        position: unset;
        padding: 0;
        margin: 0;
    }
    .current-nt-mem .note-lbl {
        font-size: 14px;
    }
    .current-nt-mem .form-tb-12 {
        width: 100%;
        max-width: 100%;
        flex: unset;
        display: block;
        float: left;
        padding: 3px;
    }
    .ind-member-sec-2 {
        width: 100%;
        margin-top: 20px;
    }
    .ind-member-sec-2 .user-detail-section .col-form-label {
        width: 100%;
    }
    .ind-member-sec-2 .user-detail-section .form-tb-12 {
        width: 100%;
    }
    .user-detail-section .form-group {
        margin-bottom: 0px;
    }
    .head-spc-bt-38 {
        margin-left: 0px;
    }
    .ind-member-sec-2 .member-tp-spc {
        margin-top: 25px;
    }
    .ph-upload-section {
        width: 100%;
    }
    .sidebar .sidebar-brand {
        position: absolute;
        left: 0px;
        top: 12px;
    }
    .topbar #sidebarToggleTop {
        height: 4.5rem;
    }
    .topbar #sidebarToggleTop:active {
        background-color: transparent;
    }
    .topbar #sidebarToggleTop:hover {
        background-color: transparent;
    }
    .heading-common {
        margin-top: 25px;
    }
    h5.note-title.width-note {
        width: 17%;
    }
}


/* Ipad pro /* landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .church-sociel-media .church-list li {
        width: 33%;
    }
    .church-sociel-media .church-list li {
        max-width: 50%;
        flex: unset;
        float: left;
        display: block;
    }
    .church-sociel-media .church-list li:nth-child(2) {
        background-image: none;
    }
    /*
.church-sociel-media .church-list li:nth-child(3) {
max-width: 100%;
width: 100%;
display: block;
float: left;
text-align: center;
margin-top: 20px;
border-top: 1px solid #ccc;
padding-top: 20px;
}
*/
    .church-sociel-media .church-list {
        margin-top: 0px;
    }
    .church-sociel-icon.mb-icon-spc {
        position: unset;
    }
    .church-profile-section .mb-set-0 {
        width: 100%;
        max-width: 100%;
        flex: none;
        display: block;
        float: left;
    }
    .church-profile-section .church-sociel-icon {
        position: unset !important;
        top: 0%;
    }
    .church-profile-section .mb-set-0 .church-list-icon {
        float: left;
    }
}


/* Ipad pro Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .detail-wrp {
        width: 100%;
    }
    .church-side-logo {
        margin-left: 25px;
    }
    .sidebar .nav-item .nav-link {
        padding: 12px 0px 12px 0px;
        text-align: center;
    }
    .sidebar .nav-item {
        width: 100%;

        float: left;
        text-align: center;
    }
    .church-side .church-nav .church-nav-link img {
        width: 18px;
        float: none;
        margin-right: auto;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 14px;
        width: 100%;
        display: block;
        float: left;
    }
    .family-d-section-1 {
        width: 540px;
        margin-left: 0px;
    }
    .family-d-section-1 .form-tb-12 {
        width: 315px;
    }
    .family-d-section-2 {
        width: 575px;
        margin-top: 50px;
        float: left;
    }
    .profile-social-icon-set {
        margin-top: 96px;
    }
    .family-d-section-2 .user-profile-upload {
        width: 516px;
    }
    .church-sociel-media .church-list li a {
        font-size: 16px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(1) {
        width: 152px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(2) {
        width: 152px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(3) {
        width: 228px;
    }
    .church-form .form-group label {
        font-size: 16px;
    }
    .church-tble-mobile {
        width: 1290px;
    }
    .church-dashbord .church-dash-hding {
        font-size: 21px;
    }
    .church-table table thead {
        font-size: 16px;
    }
}


/* Ipad Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .detail-wrp {
        width: 100%;
    }
    .church-side-logo {
        margin-left: 25px;
    }
    .sidebar .nav-item .nav-link {
        padding: 12px 0px 12px 0px;
        text-align: center;
    }
    .sidebar .nav-item {
        width: 100%;

        float: left;
        text-align: center;
    }
    .church-side .church-nav .church-nav-link img {
        width: 18px;
        float: none;
        margin-right: auto;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 14px;
        width: 100%;
        display: block;
        float: left;
    }
    .family-d-section-1 {
        width: 100%;
        margin-left: 0px;
    }
    .family-d-section-1 .form-tb-12 {
        width: 100%;
    }
    .family-d-section-2 {
        width: 100%;
        margin-top: 50px;
    }
    .profile-social-icon-set {
        margin-top: 96px;
    }
    .family-d-section-2 .user-profile-upload {
        width: 516px;
    }
    .church-sociel-media .church-list li a {
        font-size: 16px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(1) {
        width: 152px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(2) {
        width: 152px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(3) {
        width: 228px;
    }
    .church-form .form-group label {
        font-size: 16px;
    }
    .church-tble-mobile {
        width: 1290px;
    }
    .church-dashbord .church-dash-hding {
        font-size: 16px;
    }
    .church-table table thead {
        font-size: 16px;
    }
    /* === */
    .member-wrp-section {
        width: 100%;
    }
    .ind-member-sec-1 .user-detail-section .form-tb-12 {
        width: 266px;
    }
    .head-spc-bt-38 {
        margin-left: 0px;
    }
    .church-mmbrship-list li a {
        font-size: 16px;
    }
    .ind-member-sec-2 .user-detail-section .col-form-label {
        width: 200px;
    }
    .ind-member-sec-2 .user-detail-section .form-tb-12 {
        width: 326px;
    }
    .note-lbl {
        font-size: 16px;
    }
}


/* Ipad landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .detail-wrp {
        width: 100%;
    }
    .church-side-logo {
        margin-left: 25px;
    }
    .sidebar .nav-item .nav-link {
        padding: 12px 50px 12px 20px !important;
        text-align: center;
    }
    .sidebar .nav-item {
        width: 100%;

        float: left;
        text-align: center;
    }
    .church-side .church-nav .church-nav-link img {
        width: 18px;
        float: none;
        margin-right: auto;
    }
    /* .sidebar .nav-item .nav-link span {
font-size: 14px;
width: 100%;
display: block;
float: left;
} */
    .profile-social-icon-set {
        margin-top: 50px;
    }
    .church-sociel-media .church-list li a {
        font-size: 12px;
    }
    .family-d-section-2 .contact-details-user li:nth-child(3) {
        width: 100%;
        display: block;
        float: left;
        padding-top: 10px;
        border-top: 2px solid #ccc;
    }
    .church-form .form-group label {
        font-size: 12px;
    }
    .church-tble-mobile {
        width: 1290px;
    }
    .church-dashbord .church-dash-hding {
        font-size: 21px;
    }
    .church-table table thead {
        font-size: 12px;
    }
    .church-table table .church-bg-tr td {
        font-size: 12px;
    }
    .church-table table .church-bg-tr td a {
        font-size: 12px;
    }
    .church-table table .church-bg-tr-scnd td {
        font-size: 12px;
    }
    .church-table table .church-bg-tr-scnd td a {
        font-size: 12px;
    }
    .church-bg-tr img {
        width: 50px;
    }
    .church-bg-tr-scnd img {
        width: 50px;
    }
    .church-sociel-media .church-list li img {
        height: 19px;
    }
    .mt-90 {
        margin-top: 30px !important;
    }
    /* ==== second ==== */
    .ph-upload-section {
        width: 100%;
    }
    .ph-upload-section .profile-photo {
        float: none;
        margin: 0 auto;
    }
    .call-action-ps-mb {
        width: 100%;
        display: block;
        float: left;
    }
    .ph-upload-section .church-sociel-icon {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .ph-upload-section .church-sociel-icon li:nth-child(1) {
        margin-left: 0px;
    }
    .user-call-section .call-actions {
        width: 100%;
        margin-top: 20px;
    }
    .ind-member-sec-1 .church-list-icon {
        float: unset;
        width: 190px;
        margin: 0 auto;
    }
    .ind-member-sec-1 .user-detail-section .col-form-label {
        width: 100%;
    }
    .ind-member-sec-1 .user-detail-section .form-tb-12 {
        width: 100%;
    }
    .ind-member-sec-2 .church-list-icon {
        float: unset;
        width: 190px;
        margin: 0 auto;
    }
    .ind-member-sec-2 .user-detail-section .col-form-label {
        width: 100%;
    }
    .ind-member-sec-2 .user-detail-section .form-tb-12 {
        width: 100%;
    }
    .user-detail-section .form-group {
        width: 100%;
    }
    .user-detail-section .form-group {
        margin-bottom: 0px;
    }
    .church-mmbrship-list {
        width: 100%;
        display: block;
    }
    .church-mmbrship-list li a {
        font-size: 16px;
    }
    .church-mmbrship-list li {
        width: 100%;
        display: block;
        float: left;
    }
    .church-mmbrship-list li .church-mistries {
        padding: 10px 14px;
    }
    .note-lbl {
        font-size: 15px;
    }
}


/* modal popup */

.church-btn-img {
    width: 25px;
}


/* Number type css */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}


/* select */

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 11px bottom 12px;
}


/* a tag hover effect */

a {
    text-decoration: none !important;
}

.church-tble-mobile .church-bg-tr .church-table-peck:hover {
    color: #000;
}

.church-tble-mobile .church-bg-tr-scnd .church-table-peck:hover {
    color: #000;
}

.checkmark:hover {
    background-color: #000;
}


/* date-picker */

.church-form .form-group .church-date-bg {
    background-image: url(../img/cal.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 9px;
}

.church-sociel-media .church-list li a span:hover {
    color: #ff5d0f;
}

.church-cross-wdth {
    width: 20px;
}

.qr-code-action:hover {
    border: 1px solid #3183cd;
    background: #fff;
    color: #3183cd;
}

.cancel-bt-pop:hover {
    border: 1px solid #3183cd;
    background: #fff;
    color: #3183cd;
}

.send-message-text-drp .btn-message:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.pop-skype-call:hover {
    color: #03a9f4;
}

.church-sociel-icon li a .church-trash:hover {
    filter: brightness(0.5);
}

.church-list-icon li a .church-sociel-hover:hover {
    filter: hue-rotate(135deg);
}

.church-footer .church-ftr-list li a:hover {
    color: #ff5d0f;
}

.btn_top_bar {
    background: #fff;
    display: flex;
    width: 100%;
    flex-flow: row;
    margin: 20px 0px 0px 0px;
}

.add_person {
    border: 2px solid #1f4e79;
    background: #1f4e79;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 14px;
    font-weight: 600;
    float: left;
    border-radius: 6px;
}

.add_person:hover {
    border: 2px solid #1f4e79;
    background: transparent;
    color: #1f4e79 !important;
    border: 2px solid #4e73df;
    background: #fff;
    color: #4e73df;
}

.clearFix {
    clear: both;
}

.searchbar_col {
    margin-left: auto;
    position: relative;
}

.searchbar_col input[type="text"],
input[type="search"] {
    background: none;
    border: 1px solid #ccc;
    font-size: 13px;
    width: 280px !important;
    padding: 0px 42px 0px 15px !important;
    height: 36px !important;
    border-radius: 50px;
}

.searchbar_col input[type="text"]:active,
.searchbar_col input[type="text"]:focus {
    outline: none;
}

.searchbar_col input[type="button"] {
    border: 0px solid #ccc;
    background: url(../img/search.png) no-repeat left top / 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
    z-index: 1;
}

.form-check-input {
    margin-top: 2px !important;
}

.table th,
.table td {
    vertical-align: middle !important;
}

.amount-type {
    width: 100%;
    float: left;
    margin: 15px 0px;
}

.amount-type .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;
}

.amount-type .info-title {
    width: 15%;
}

.amount-type .light-blue {
    color: #000 !important;
    font-weight: 800;
}

.modal-title {
    color: #1f4e79;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.amount-type .dark-blue {
    color: #000;
    font-weight: 800;
}

.flex-batch-form {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding: 0px 10px;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 4% !important;
}

.dataTables_wrapper .dataTables_processing {
    color: #442b2b;
    font-weight: 500;
}

.church-table table {
    /* border-radius: 10px;
	overflow: hidden; */
}

.church-form .form-group input[type="date"] {
    text-transform: uppercase;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
    white-space: nowrap;
}

label#family_home_number-error,
label#family_email-error,
label#family_mobile_number-error {
    position: absolute;
    left: 0;
}


/*i.del:hover:not([disabled]) {
    visibility: hidden;
    opacity: 0;
	cursor:none;
}*/

.multiselect {
    width: 100%;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 0;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background: white;
}

#checkboxes label {
    display: flex;
    align-items: center;
    border: 0 !important;
    padding: 0 15px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#checkboxes label:hover {
    background-color: #1e90ff;
    color: #fff;
}

input#one,
input#two,
input#three {
    display: flex;
    box-shadow: none;
    margin-right: 10px;
}

select {
    padding-right: 26px !important;
}


/* parupkar 10-06-2021 */

.ministry-d-section-1 {
    width: 55%;
    display: block;
    float: left;
    padding-right: 20px;
}

.ministry-d-section-2 {
    width: 45%;
    display: block;
    float: right;
    padding: 0px 0px 0px 30px;
    position: relative;
}


/* parupkar 10-06-2021 */

.list-unstyled {
    font-size: 14px;
}

.button-action-color {
    /* background: #00a2d9 !important; */
}


/* parupkar ^ 08-07-2021 */

.grey-bg {
    background: #e9ecef !important;
}

.required-field::before {
    content: "*";
    color: #ff0000;
}

.top-action {
    font-weight: 600 !important;
}

.attendance-btn {
    /* margin-top: 103px; */
}

.ministry-th {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headPanelAnointment span.info-desc {
    font-weight: bold;
    color: #000 !important;
}

input.form-control.profile-credential {
    max-width: 300px;
}

.notes-info {
    display: flex;
    /*margin: 0 0 8px 0;*/
}

.notes-info h5,
.notes-info p {
    margin: 0;
    line-height: 25px;
}

.notes-info p {
    margin: 2px 0 0 7px;
}

p.notes-desc.desc-note {
    width: 93%;
}

h5.note-title.width-note {
    width: 7%;
}

img.user-p {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    background-position: center;
}

img.topbar-profile {
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-position: center;
}

img.user-image {
    margin-right: 3px;
    border-radius: 50%;
    object-fit: cover;
    background-position: center;
}

.form-tb-12.cc {
    position: relative;
}

.form-tb-12.cc input[type="button"] {
    position: absolute;
    right: 10px;
    top: 12px;
}

.visitor-search {
    top: 12px !important;
}

.cc3,
.cc1 {
    display: flex;
}

button.add_field_button1 {
    /* background: red; */
    border: 1px solid #ccc;
    width: 45px;
    height: 37px;
    color: #000;
    margin-left: 5px;
    border-radius: 5px;
}

.text-small {
    text-transform: none !important;
}

.add_location_icon {
    top: 6px;
}

.remove-ministry {
    position: absolute;
    right: 25px;
    top: 24px;
    font-size: 20px;
    cursor: pointer;
    padding: 3px 5px;
}

.remove-member {
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
    padding: 3px 5px;
}

ul.downli-itd {
    list-style: none;
    display: flex;
justify-content: flex-end;
align-items: center;
gap:1rem;
}
@media(max-width:767px){
	ul.downli-itd {
justify-content: left;
}

ul.downli-itd .form-control{width:auto;}
}

ul.downli-itd li {
    display: inline-block;
}

.unknown-attendances {
    font-size: 15px;
    font-weight: 500;
}

.parent-class .card-body {
    padding: 0;
    border: none;
}

.parent-class .card {
    border: none;
    padding: 0 50px;
}

.parent-class li.list-group-item {
    padding: 0 !important;
    margin: 0 0 0;
}

.parent-class li.list-group-item.sub-list {
    padding: 5px !important;
    padding-left: 17px !important;
    color: #028bc3 !important;
}

.col-md-12.member-form .img-fluid {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-position: center;
    position: relative;
    z-index: 99;
    left: 5px;
}

.event-member-suggestion {
    top: 20px !important;
    right: 120px !important;
    left: auto !important;
    /* width: 100% !important; */
    overflow: scroll;
    height: 300px;
    min-width: 13rem !important;
    min-height: auto;
}

.col-md-12.member-form {
    position: relative;
    display: flex;
    align-items: center;
}

.col-md-12.member-form .input-group.mb-3 {
    margin: 0 !important;
}

ul.list-group.inner {
    margin: 0 0 15px 0;
}

span.badge.badge-primary.pull-right {
    background: transparent;
    color: #000;
}

.demo-1 {
    background: #f2f2f2;
    padding: 5px;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-radius: 5px;
}

.demo-1 {
    position: relative;
}

.demo-1 img {
    position: absolute;
    left: -47px;
    background: #fff;
    max-width: 32px;
    height: auto;
}

.parent-class .card-body {
    position: relative;
}

.parent-class .card-body:after {
    position: absolute;
    left: -60px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    border: 1px dotted black;
}

.row.parent-class {
    padding-left: 40px;
}

.demo-1:after {
    position: absolute;
    left: -63px;
    top: 15px;
    height: 7px;
    content: "";
    width: 7px;
    background: black;
    border-radius: 10px;
    z-index: 999;
}

.demo-1:before {
    position: absolute;
    left: -55px;
    top: 17px;
    height: 3px;
    content: "";
    width: 10px;
    background: black;
    z-index: 999;
}

.row.parent-class h5.card-title {
    position: relative;
}

.row.parent-class h5.card-title img {
    position: absolute;
    left: -41px;
    top: -6px;
    background: #fff;
    max-width: 46px;
    height: auto;
}

.row.parent-class h5.card-title:after {
    position: absolute;
    left: -62px;
    top: 7px;
    height: 7px;
    content: "";
    width: 7px;
    background: black;
    border-radius: 10px;
    z-index: 999;
}

.row.parent-class h5.card-title:before {
    position: absolute;
    left: -56px;
    top: 9px;
    height: 3px;
    content: "";
    width: 10px;
    background: black;
    z-index: 999;
}

.followup-count {
    position: absolute;
}

.eventAttend {
    width: 21px;
    height: 21px;
    float: left;
    margin: 0px 40px 0px 0px;
}

.total-amount-orange {
    color: #ff8c00 !important;
    font-size: 11px !important;
}

.total-amount-red {
    color: #ff0000 !important;
    font-size: 11px !important;
}

.total-amount {
    color: #000 !important;
    font-size: 11px !important;
}

.event-back {
    height: 35px !important;
    margin-left: 15px;
}

.import-member {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.reject-volunteer {
    background: #ff0000 !important;
}

.reject-volunteer:hover {
    background: #ff0000 !important;
}

.readonly-bg-color {
    background: #e9ecef !important;
}

.flex-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 10px 0;
}

.flex-data p,
.flex-data label {
    margin-bottom: 0;
    padding: 0;
}

.form-input {
    margin-left: 15px;
}

.form-input input[type="checkbox"] {
    position: relative;
    top: 1px;
}

p.bold-heading {
    font-size: 16px;
}

p.bold-heading b {
    font-size: 20px;
    margin-right: 9px;
}

.flex-data label {
    font-weight: 500;
    font-size: 14px;
}

.flex-com {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}

.flex-com p {
    margin-bottom: 0;
}

s .bold-heading-1 {
    font-size: 20px;
    margin-right: 9px;
    font-weight: bold;
}

.flex-com input {
    position: relative;
    top: 2px;
}

.bold-heading-2 {
    font-weight: 500;
    margin-left: 5px;
    font-size: 14px;
}

h5.heading-9 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

label.coment-label {
    margin: 20px 0 5px 0 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #000 !important;
}

.btn-aligns {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px 0;
}

button.button-action.ld-ext-right.running {
    min-width: 100px;
}

a.button-action.grey_btn {
    min-width: 100px;
}

textarea#comment {
    height: 150px;
    resize: none;
}

p.bold-heading-1 {
    margin: 0px 15px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.parent-for .form-check input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.parent-for .form-check label {
    font-weight: 500;
}

.security-text {
    border-style: solid;
    border-color: hsl(54, 98%, 51%);
    background-color: #ffffda;
}

.warning-text {
    border-style: solid;
    border-color: #FF0000;
    background-color: #FEFFDB;
}

.readonly-bg-color {
    background: #e9ecef !important;
}


/* 161221 */

.sidebar_right {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 74px;
    right: 0;
    background-color: #bdd7ee;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidebar_right a {
    padding: 0 10px;
    ;
    text-decoration: none;
    font-size: 20px;
    color: #1f4e79;
    display: block;
    transition: 0.3s;
}

.sidebar_right a:hover {
    color: green;
}

.sidebar_right .closebtn1 {
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 38px;
    margin-left: 0;
    font-weight: 700;
}

#right_menu button.openbtn {}

#mySidebar1 ul li {
    list-style-type: none;
    padding: 10px 15px 0;
    color: #5c5c5c;
    cursor: pointer;
    font-size: 14px;
}

#right_menu button.openbtn:focus {
    outline: 0;
}

#mySidebar1 ul li label {
    margin: 0;
}

.openbtn1 {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn1:hover {
    background-color: #444;
}

.report_btn_list {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}

.report_popup .modal-body .btn {
    background: #10273d;
    border: 0;
    padding: 6px 10px;
    border-radius: 0;
}

.report_actionbtn ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.report_actionbtn ul li:last-child {
    border-bottom: 0;
}

.report_actionbtn ul li>a {
    display: flex;
    justify-content: space-between;
    color: #3f3f3f;
}

.report_actionbtn ul li>a>span.right img {
    width: 15px;
}

.flt_right .myaccordion {
    max-width: 500px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.flt_right .myaccordion .card,
.flt_right .myaccordion .card:last-child .card-header {
    border: none;
}

.flt_right .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: #9dc3e6;
}

.flt_right .myaccordion .fa-stack {
    font-size: 18px;
}

.flt_right .myaccordion .btn {
    width: 100%;
    font-weight: 600;
    color: #000;
    padding: 0;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
}

.flt_right .myaccordion .btn-link:hover,
.flt_right .myaccordion .btn-link:focus {
    text-decoration: none;
}

.flt_right .myaccordion .card-body {
    padding: 0;
}

.action_btn i {
    padding-right: 5px;
    font-size: 15px;
}

.add_btn_popup .modal-dialog-centered {
    max-width: 650px;
}

.anoinment_tabs {
    /*border: 2px solid #1f4e79;*/
}

.anoinment_tabs ul li a {
    border-radius: 0 !important;
}

.anoinment_tabs ul li {
    flex: 50%;
}

.anoinment_tabs ul li a.nav-link {
    color: #000;
    background: #bdd7ee;
    padding: 10px 8px;
}

.church-form .flt_left {
    padding: 0 10px 0 0;
}

.bg_color_1 {
    background: #eee;
    width: 100%;
    float: left;
    padding: 15px;
}

.bg_color_1 .form-check {
    width: 100%;
}

.bg_color_1 .form-check label {
    padding: 0;
}

textarea#anointment_comment,
#accessories_comment {
    height: 100px;
}

#anointments_popup .col-1 {
    -ms-flex: 0 0 4.333333%;
    flex: 0 0 4.333333%;
    max-width: 4.333333%;
}

#anointments_popup .col-2 {
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}

#anointments_popup .cal_years,
#meet_all .cal_years {
    font-size: 13px;
    color: #a2a1a1;
}

#meet_all .col-1 {
    display: flex;
    align-items: center;
    height: 84px;
}