@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


body {
    font-family: 'Poppins', sans-serif !important;
    color: #5b5b5b;
    background-color: #F7F2EE !important;
    overflow-x: hidden;
}

html, body {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body>section:nth-child(2)>div>div.row {
    height: 100%;
}

body a {
    text-decoration: none !important;
    background-color: transparent;
}

p {
    color: #62676c;
}

button {
    border-radius: 100px !important;
    color: white !important;
    border-radius: 100px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #3a3a40;
}

button.btn.btn-primary {
    background: #FF3E1D;
    color: white;
    padding: 10px 25px;
    border: none;
}

button.btn.btn-primary-remove {
    background: #e00808;
    color: white;
    padding: 10px 25px;
    border: none;
}

.btn.btn-primary-remove {
    background: #e00808;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 21px;
}

.breadcrumb {
  /* This changes the separator for the entire breadcrumb component */
  --bs-breadcrumb-divider: '>';
}

ul li {
    color: #51555e;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
    flex: 95%;
    padding-left: 0.5rem;
}

#toast-container>.toast-error {
    background-repeat: no-repeat;
    background-color: #BD362F !important;
}

div#notifybject1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0px;
    background: transparent;
    z-index: 99;
}

h1.welcome_heading {
    text-align: left;
    font-size: 1.2rem;
    color: #202020;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 10px;
}

h1.welcome_heading span {
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: 5px;
}

.switch.switch_btn_cus {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.switch.switch_btn_cus input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch.switch_btn_cus .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch.switch_btn_cus .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch.switch_btn_cus input:checked+.slider {
    background-color: #FF3E1D;
}

.switch.switch_btn_cus input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch.switch_btn_cus input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Declined state - red background */
.switch.switch_btn_cus.declined .slider {
  background-color: #e74c3c !important; /* red */
}

.switch.switch_btn_cus.declined .slider:before {
  transform: translateX(0); /* knob stays left */
}



/*Approve model*/


.modal .modal-dialog{
 min-height: auto;
 margin-top: 10%;
}

div#approveModal .modal-dialog {
    min-height: auto;
    margin-top: 10%;
}


/* Rounded sliders */

.switch.switch_btn_cus .slider.round {
    border-radius: 34px;
}

.switch.switch_btn_cus .slider.round:before {
    border-radius: 50%;
}


.field_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}

/*File*/

.row.form_box.theme_form_page_cus .row.form-group .field_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}


.main-card .reg-form label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}


/*Fix Datatable width*/


/*
table.dataTable {
    table-layout: fixed;
    width: 100% !important;
}
*/
table.dataTable .dt-empty {
    display: table-cell;
}

.churchlist-page.width-fix table.dataTable th:nth-child(1),
.churchlist-page.width-fix table.dataTable td:nth-child(1) {
    /* width: 20% !important; */
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.churchlist-page.width-fix table.dataTable th:nth-child(2),
.churchlist-page.width-fix table.dataTable td:nth-child(2) {
    /* width: 25% !important; */
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}



.churchlist-page.width-fix table.dataTable th:nth-child(3),
.churchlist-page.width-fix table.dataTable td:nth-child(3) {
    /* width: 28% !important; */
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.churchlist-page.width-fix table.dataTable th:nth-child(4),
.churchlist-page.width-fix table.dataTable td:nth-child(4) {
    /* width: 25% !important; */
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: normal;
}

.churchlist-page.width-fix table.dataTable td {
    white-space: normal;
    word-break: normal;
}

.churchlist-page.width-fix table.dataTable td:nth-child(1).dt-empty {
    white-space: nowrap !important;
    word-break: unset;
}

/*eventFrequency*/

.eventFrequency table.dataTable th:nth-child(1),
.eventFrequency table.dataTable td:nth-child(1), .eventFrequency table.dataTable th:nth-child(2),
.eventFrequency table.dataTable td:nth-child(2), .eventFrequency table.dataTable th:nth-child(3),
.eventFrequency table.dataTable td:nth-child(3), .eventFrequency table.dataTable th:nth-child(4),
.eventFrequency table.dataTable td:nth-child(4), .eventFrequency table.dataTable th:nth-child(5),
.eventFrequency table.dataTable td:nth-child(5), .eventFrequency table.dataTable th:nth-child(6),
.eventFrequency table.dataTable td:nth-child(6) {
    /* width: 65% !important; */
    /* white-space: normal !important; */
    word-break: break-word;
    overflow-wrap: anywhere;
}

.eventFrequency table.dataTable td {
    /* white-space: normal; */
    word-break: normal;
}

/*denominations*/
#denomination-table_wrapper table.dataTable th:nth-child(1),
#denomination-table_wrapper table.dataTable td:nth-child(1), #denomination-table_wrapper table.dataTable th:nth-child(2),
#denomination-table_wrapper table.dataTable td:nth-child(2) {
     word-break: break-word;
    overflow-wrap: anywhere;
}


/*Bibli Verse*/

#bibleVerses-table_wrapper table.dataTable th:nth-child(5),
#bibleVerses-table_wrapper table.dataTable td:nth-child(5) {
    width: 60% !important;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#bibleVerses-table_wrapper table.dataTable td {
    white-space: normal;
    word-break: normal;
}


/*event*/

.events-page-main table.dataTable th:nth-child(1),
.events-page-main table.dataTable td:nth-child(1) {
    /* width: 65% !important; */
    /* white-space: normal !important; */
    word-break: break-word;
    overflow-wrap: anywhere;
}
.events-page-main table.dataTable th:nth-child(2),
.events-page-main table.dataTable td:nth-child(2), .events-page-main table.dataTable th:nth-child(3),
.events-page-main table.dataTable td:nth-child(3), .events-page-main table.dataTable th:nth-child(4),
.events-page-main table.dataTable td:nth-child(4), .events-page-main table.dataTable th:nth-child(5),
.events-page-main table.dataTable td:nth-child(5), .events-page-main table.dataTable th:nth-child(6),
.events-page-main table.dataTable td:nth-child(6), .events-page-main table.dataTable th:nth-child(7),
.events-page-main table.dataTable td:nth-child(7) {
    /* width: 65% !important; */
    /* white-space: normal !important; */
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* .events-page-main table.dataTable td {
    white-space: normal;
    word-break: normal;
} */


/*Terms and condition*/


.container.terms-condition.second-sec.gx-0 {
  padding: 50px 40px;
}

.container.terms-condition.second-sec .col-md-6.link-box-cus {
  margin: 13px 0px;
}

.container.terms-condition .col-md-6.link-box-cus a.link_terms {
  padding: 20px 20px;
  display: block;
  box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  text-decoration: none;
  border-left: 7px solid #03BF4F;
}

.container.terms-condition .col-md-6.link-box-cus a.link_terms h3 {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.container.terms-condition .col-md-6.link-box-cus i.fa.fa-angle-right {
  font-size: 25px;
  float: right;
  color: #7a7a7a;
}


/*Password Eye*/

.password-container {
    position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
    width: 100%;
    padding: 12px 36px 12px 12px;
    box-sizing: border-box;
}

.password-container .fa-eye, .password-container .fa-eye-slash {
    position: absolute;
    top: 28%;
    right: 2%;
    cursor: pointer;
    color: lightgray;
    font-size: 20px;
    color: #2b2f32;
}

.responsive_div span.active {
    color: green !important;
    display: block;
}

.responsive_div span.inactive {
    color: #d74171 !important;
    display: block;
}

/*Charts Values*/


ul.color_chart_values {
    list-style: none;
    padding: 0;
}

ul.color_chart_values li.list {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #2b3541;
}

ul.color_chart_values li.list.pending i {
    color: #da831c;
}

ul.color_chart_values li.list.booked i {
    color: #922161;
}

ul.color_chart_values li.list.complete i {
    color: #3dbf5f;
}

a.theme_btn_blue_cus,
button.theme_btn_blue_cus {
    background: #922161 !important;
    color: white !important;
    padding: 7px 25px;
    border-radius: 100px !important;
    text-align: center;
    width: auto;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.col-md-12.save-btn button.theme_btn_blue_cus {
    padding: 9px 75px;
}

.note-btn-group .note-btn {
    color: #2b2f32 !important;
}

a.main_border_btn {
    background: transparent;
    color: #922161 !important;
    padding: 6px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 1px solid #922161;
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
}

.col-md-9.Content-main-section3 a.back_btn {
    background: #922161;
    color: white !important;
    padding: 3px 12px;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    float: right;
}

h2.main_heading_cus {
    font-size: 25px;
    font-weight: 700;
    color: #2b3541;
    display: inline-block;
}

h3.main_small_heading_cus {
    font-size: 19px;
    font-weight: 700;
    color: #2b3541;
    display: block;
    width: 100%;
}

h3.heading.inside_heading {
    font-size: 16px;
    font-weight: 600;
    color: #922161;
    display: block;
    width: 100%;
}

h3.mainsub_small_heading_cus {
    font-size: 17px;
    font-weight: 700;
    color: #2b3541;
    display: block;
    width: 100%;
}

a.main_add_new_btn {
    background: #931f5e;
    color: white !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    float: right;
    text-decoration: none !IMPORTANT;
}

.filter_row_cus button.main_add_new_btn {
    background: transparent;
    color: #931f5e !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 2px solid #931f5e;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
}

button.main_add_new_btn {
    background: #931f5e;
    color: white !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
}

input.form-control,
select.form-control {
    background-color: #eef1f8;
    border: 1px solid #C3CCD0;
    border-radius: 5px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
    -webkit-appearance: auto;
}

textarea.form-control {
    background-color: #ffffff;
    border: 1px solid #C3CCD0;
    border-radius: 5px;
    padding: 12px 10px;
}


/*Bootstrap Select*/

.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:focus {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.bootstrap-select>.dropdown-toggle {
    border: none !important;
    background: transparent !important;
}

.bootstrap-select>.dropdown-toggle .filter-option:after {
    content: "\f078";
    position: absolute;
    right: 5px;
    top: 10px;
    font-family: fontawesome;
    font-size: 10.5px;
    color: #495057;
}

/*Upload BTN*/

.upload_file_wrapper button {
    background: transparent;
    color: #931f5e !important;
    text-align: center;
    width: auto;
    border: 2px solid #931f5e;
    font-weight: 500;
    margin-right: 10px;
    padding: 5px 10px;
    outline: none;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 600;
}

.upload_file_wrapper span {
    font-size: 13px;
}

/*Edit COm LOGO*/

.row.form_box.theme_form_page_cus img.company_logo_edit {
    display: inline-block;
    right: 5%;
    height: 100px;
    width: 100px;
    left: 90px;
    border-radius: 100%;
    object-fit: contain;
    margin-top: 20px;
}

.profile_page_main .row.form_box.theme_form_page_cus label.profile {
    display: inline-block;
}

/*Tables whole crm*/

/*Width Classes*/
td.width-10 {
    width: 10%;
}

td.width-15 {
    width: 15%;
}

td.width-20 {
    width: 20%;
}

td.width-25 {
    width: 25%;
}

td.width-30 {
    width: 30%;
}

td.width-35 {
    width: 35%;
}

td.width-40 {
    width: 40%;
}

td.width-45 {
    width: 45%;
}

td.width-50 {
    width: 50%;
}

td.width-60 {
    width: 60%;
}

td.width-65 {
    width: 65%;
}

td.width-70 {
    width: 70%;
}

td.width-75 {
    width: 75%;
}

td.width-80 {
    width: 80%;
}


/*Form Below Buttons*/

.below_buttons a.btn.btn_next_cus {
    background: #14922e !important;
    color: white !important;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 5px;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    width: 20%;
}

.below_buttons a.btn.save_btn_cus {
    background: transparent !important;
    color: #14922e !important;
    text-align: center;
    border: 1px solid #14922e;
    border-radius: 5px;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    width: 20%;
}

.below_buttons a.btn.btn_prev_cus {
    background: transparent !important;
    color: #14922e !important;
    text-align: center;
    border: 1px solid #14922e;
    border-radius: 5px;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    width: 15%;
}

/*recruitment*/

.top-header-bar-2 ul {
    margin: 0;
    padding-right: 0px;

}

.top-header-bar-2 li {
    display: inline-block;
    padding: 0 5px;
}

.top-header-bar-2 li.notification-cus a#bell-notification {
    cursor: pointer;
}

.top-header-bar-2 li.notification-cus span.notification_count {
    background: #931f5e;
    color: white;
    font-size: 10px;
    padding: 2px 2px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    right: 25px;
    top: -10px;
}

.top-header-bar-2 li.notification-cus div#box {
    display: none;
    position: absolute;
    height: 400px;
    overflow-y: scroll;
    width: 50%;
    left: 30%;
    padding: 5px 10px;
    top: 100%;
    z-index: 999;
    background: white;
    text-align: left;
    box-shadow: 0px 7px 31px -13px rgb(0 0 0 / 75%);
    border-radius: 15px;
}

.top-header-bar-2 li.notification-cus div#box .btn_cus {
    padding: 15px 0;
    text-align: right;
    border-bottom: 1px solid darkgray;
}

.top-header-bar-2 li.notification-cus div#box .btn_cus a.see_all_notifications {
    font-size: 12px;
    padding: 5px 15px;
}

.top-header-bar-2 li.notification-cus div#box::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.top-header-bar-2 li.notification-cus div#box::-webkit-scrollbar-track {
    background: #f4f4f4;
}

.top-header-bar-2 li.notification-cus div#box::-webkit-scrollbar-thumb {
    background-color: #922161;
    border-radius: 20px;
}

.top-header-bar-2 li.notification-cus div#box .row {
    width: 100%;
    margin: 0;
}

.top-header-bar-2 li.notification-cus div#box h5 {
    font-size: 12px;
    padding-right: 10px;
    color: #931f5e;
    line-height: 1.4;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top-header-bar-2 li.notification-cus div#box span.notif_date {
    font-size: 10px;
    float: right;
    color: #931f5e;
    font-weight: 600;
}

.top-header-bar-2 li.notification-cus div#box p {
    margin: 0;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.top-header-bar-2 li.notification-cus div#box .notifications-item {
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
}

.top-header-bar-2 li.notification-cus div#box .notifications-item:last-child {
    border: none;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.top-header-bar-2 i.fa.fa-envelope {
    padding: 0 10px;
}

.top-header-bar-2 li i.fa {
    color: #b2b2b2;
}

.top-header-bar-2 .nav-item.dropdown a {

    color: black;

}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}



/*Header CSS*/

.container-fluid.header_cus {
    margin-bottom: 17px;
    padding: 10px 10px;
}

.container-fluid.header_cus .top-left-col {
    max-width: 19%;
}

.container-fluid.header_cus .right-side-content {
    width: 80%;
    max-width: 80%;
    flex: 80%;
    box-shadow: 0 0 13px #ccc;
    background-color: #ffffff;
    padding: 15px 15px 15px 35px;
    border-radius: 15px;
    margin-top: 15px;
}

button.side_toggle_show_hide {
    border: none;
    background: transparent;
    font-size: 25px;
    color: #071828;
    position: absolute;
    left: 3%;
    top: -120px;
    display: none;
}

button.side_toggle_show_hide:focus {
    border: none;
    outline: none;

}

/*Show Hide Sidebar*/

button.side_toggle_show_hide:focus {
    outline: none;

}


.hide_sidebar_main {
    display: none;

}

.full_width_on_sidebar_increase_width {
    max-width: 100% !IMPORTANT;
    flex: 100%;
}

.hide_sidebar_main button.side_toggle_show_hide {
    left: 0px;
}

/*Table Actions*/

.responsive_div td.active {
    color: green !important;
}

.responsive_div td.pending {
    color: darkorange !important;
}

.responsive_div td.inactive {
    color: #d74171 !important;
}

.responsive_div .table td.h6.complete {
    color: #3dbf5f !IMPORTANT;
}

.responsive_div .near_candidate_fav i.fa.fa-heart.faviurite {
    color: #e82c2d;
}

.responsive_div .near_candidate_fav input.fav_icon {
    padding: 0;
    width: 30px;
    height: 25px;
    position: absolute;
    opacity: 0;
    margin-left: 3px;
}

td.action_icons i.fa {
    font-size: 20px;
    padding: 2px 8px;
    color: #aeb9d7;
}


.responsive_div {
    width: 100%;
}

div.dt-container div.dt-layout-row {
    padding: 0 !important;
    margin-top: 0 !important;
}

/*Normle Table*/

.Content-main-section3 .responsive_div .table thead th {
    padding: 12px 5px;
    border: none !important;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding-left: 10px;
    font-weight: 500;
    background-color: transparent;
}

.Content-main-section3 .responsive_div .table td {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 14px 10px 14px 10px;
    border: none;
    color: #5D5D5D;
    vertical-align: middle;
    /* white-space: nowrap; */
}

.Content-main-section3 .responsive_div .table td .table_img {
    width: 50px;
    height: 50px;
    /* object-fit: contain; */
}

.Content-main-section3 .responsive_div .table tr {
    border-bottom: 1px solid #c7c9d6;
    background: white !important;
}

.Content-main-section3 .responsive_div .table tbody tr:last-child {
    background-color: white !important;
    /*border-bottom: none !important;*/
}

.Content-main-section3 .responsive_div table tr .btn {
    color: white;
    display: block;
    width: 50%;
    text-align: center;
    border-radius: 8px !important;
    font-size: 0.8rem;
    background-color: #F7F2EE;
}

.Content-main-section3 .responsive_div table tr .btn.active {
    background: #922161;
}

.Content-main-section3 .responsive_div table tr .btn.inactive {
    background: #da831c;
}

.Content-main-section3 .responsive_div table tr .btn.accept {
    background: #3dbf5f;
}

.Content-main-section3 .responsive_div table tr .btn.request {
    background: #707070;
}

.Content-main-section3 .responsive_div table tr .btn.reject {
    background: #e95f5d;
}


/*Datatable*/

div.dt-buttons {
    float: right;
    padding: 0;
}

.button.dt-button,
div.dt-button,
a.dt-button {
    padding: 0;
    border: none;
    border-bottom: none;
    display: inline;
}

.main-box-section div#tasks {
    width: 100%;
}

.dataTables_wrapper div.dt-buttons {
    float: right;
    padding: 0;
    margin-top: 10px;
    margin-right: 35px;
}

.dataTables_wrapper a.dt-button.users_print.buttons {
    background: #931f5e;
    color: white;
    padding: 5px 15px;
    border-radius: 100px;
    text-align: center;
    width: auto;
    margin: 0 5px;
    float: right;
    border: none;
    outline: none;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.dataTables_wrapper a.dt-button.users_print.buttons a {
    text-decoration: none;
    color: white;
}

.button.dt-button,
div.dt-button,
a.dt-button {
    padding: 0;
    border: none;
    border-bottom: none;
    display: inline;
}

.Content-main-section3 div.dt-buttons {
    float: right;
    padding: 0;
    width: 90%;
    margin-bottom: 15px;
}

.Content-main-section3 .button.dt-button,
.Content-main-section3 div.dt-button,
.Content-main-section3 a.dt-button {
    padding: 0;
    border: none;
    border-bottom: none;
    display: inline;
}

.Content-main-section3 .main-box-section div#tasks {
    width: 100%;
}


.Content-main-section3 div#data_table_wrapper {
    width: 100%;
}

.Content-main-section3 .dataTables_wrapper .dataTables_scroll {
    border-top: 2px solid #e9e9e9;
}

.Content-main-section3 .dataTables_wrapper .dataTables_length {
    background-color: #f5f3f4;
    text-decoration-color: black;
    border-radius: 1rem;
    width: 165px;
    height: 45px;
    margin-bottom: 50px;
}

.Content-main-section3 .dataTables_wrapper .dataTables_length label {
    padding: 10px;
}

.Content-main-section3 .dataTables_wrapper .dataTables_scrollBody thead {
    opacity: 0;
}

.Content-main-section3 .dataTables_wrapper .dataTables_scrollBody thead th {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.Content-main-section3 .dataTables_wrapper .dataTables_scrollBody thead tr.heading-cus4 {
    display: contents !important;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr .action-icons img.side-bar-icons {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.Content-main-section3 .dataTables_wrapper .dataTables_length {
    width: 225px;
    margin-left: 20px;
    border: none;
    background-color: transparent !important;
    margin-bottom: 30px !important;

}

div#data_table_filter {
    float: right;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.Content-main-section3 .dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: none;
    background: #f5f3f4;
    padding: 5px 10px;
    color: #646464;
    border-radius: 5px;
    margin: 0 6px;
    outline: none !important;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td:first-child {
    padding-left: 20px;
}

.Content-main-section3 .dataTables_wrapper .table tr th:first-child {
    padding-left: 15px;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.stripe tbody tr.odd,
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.Content-main-section3 .dataTables_wrapper table.dataTable tbody tr {
    background-color: white !IMPORTANT;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1,
.Content-main-section3 .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: unset;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1,
.Content-main-section3 .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: unset;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.odd:hover {
    background: #ffffff;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.even:hover {
    background: #f9f9f9;
}

.Content-main-section3 .dataTables_wrapper .table tr th {
    padding: 12px 20px;
    border: none;
    color: #2b3541;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    background-color: transparent;
}

.Content-main-section3 .dataTables_wrapper .dataTables_filter input {
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px 10px;
    margin-top: 10px;
    /* margin-left: 15px; */
    outline: none;
    width: 193px;
}

.Content-main-section3 .dataTables_wrapper.no-footer .dataTables_scrollBody table.dataTable.no-footer {
    width: 100% !IMPORTANT;
    margin: 0;
    padding-top: 10px;
    border-collapse: collapse;
}

.Content-main-section3 .dataTables_wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody table.dataTable.no-footer tbody tr {
    border-bottom: 1px solid lightgray;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 10px 15px 10px;
    border: none;
    color: #656567;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td a.view {
    color: #656567;
    text-decoration: underline !important;
}

.Content-main-section3 .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c7c9d6;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #922161;
    border: none;
    color: white !important;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #dcdcdc;
    border: none;
    color: #747474 !important;
    border-radius: 50px;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #922161;
    border: none;
    color: white !important;
}

.Content-main-section3 .dataTables_wrapper div.dataTables_paginate,
div.Content-main-section3 .dataTables_wrapper div.dataTables_info {
    padding-top: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate {
    margin-right: 15px;
}

.Content-main-section3 .dataTables_wrapper .paginate_button.previous,
.Content-main-section3 .dataTables_wrapper .paginate_button.next {
    display: none;
}

.Content-main-section3 .dataTables_wrapper .table tr th::before,
.Content-main-section3 .dataTables_wrapper .table tr th::after {
    display: none;
}

div.Content-main-section3 .dataTables_wrapper div#example_info {
    margin-left: 35px;
    font-weight: 500;
    color: #6e727d;
}

div#example_filter {
    margin-right: 35px;
    display: none;
}

.Content-main-section3 .dataTables_wrapper td .time,
.Content-main-section3 .dataTables_wrapper td .Timelable {
    background-color: transparent;
    color: #2d2d2d;
    padding: 10px;
    border: 2px solid #0ec9ac;
    word-spacing: 6px;
    margin-bottom: 0rem;
}

.Content-main-section3 .dataTables_wrapper td .Timelable {
    border-top: none;
}

.Content-main-section3 .dataTables_wrapper .table tr th {
    padding-left: 10px;
}

.Content-main-section3 .dataTables_wrapper a.dt-button:hover {
    border: none !important;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.first,
.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

div#data_table_wrapper .dataTables_scrollHeadInner table.table.table-striped.dataTable.no-footer {
    width: 100% !important;
}

/*End Datatables*/

.top-header-bar-2 .nav-item.dropdown a {
    color: #484445;
    display: inline-block;
    padding: 5px 0px 0px 5px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
}

.top-header-bar-2 .nav-item.dropdown a:active,
.top-header-bar-2 .nav-item.dropdown a:hover {
    background: transparent;
    color: #FF3E1D;
}

.top-header-bar-2 .nav-item.dropdown a i.fa.fa-chevron-down {
    color: #848182;
    vertical-align: middle;
    font-size: 15px;
    margin: -2px 5px 0px 3px;
}

td.three {
    color: yellowgreen;
}

.Edit-popup-main-btn-cus a {
    text-transform: capitalize;
}

.form-control:focus {
    background-color: #eee !important;
}

.top-header-bar-2 .dropdown-menu.show {
    left: -50px !important;
    width: auto !IMPORTANT;
    top: 10px !important;
    border: 2px solid #FF3E1D;
    padding: 5px 10px;
    border-radius: 15px;
}

.top-header-bar-2 li:last-child {
    padding: 0;
}

.top-header-bar-2 li:last-child #dropdownMenuButton {
    padding: 0 0 0 5px;
}

.top-header-bar-2 span.top-header-bar-2b {
    color: #fff;
    height: 7px;
    width: 7px;
    padding: 0 5px 0 0;
    font-size: 5px;
    position: absolute;
    right: 37px;
    top: 9px;
    border-radius: 50%;
    background-color: red;
    text-align: right;
}

.top-header-bar-2 li.notification-cus i.fa {
    padding: 0 10px;
    color: #5a5a5a;
    font-size: 25px;
    z-index: 99999;
}

.col-md-4.top-header-bar-2 {
    padding: 0;
}


/*Search bar*/

.top-header-bar-2 li.search-bar-cus {
    width: 100%;
    align-self: center;
    vertical-align: middle;
    margin-right: 0px;
}

li.search-bar-cus .search-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 13px;
}

li.search-bar-cus input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: .85rem;
    border: none;
    outline: none;
    background: #f2f7fd;
    border-radius: 5px;
}

li.search-bar-cus .search-icon {
    position: relative;
    float: right;
    top: -37px;
    right: 20px;
}

li.search-bar-cus .search-icon i.fa {
    color: #4f535c;
    vertical-align: middle;
    font-size: 20px;
}

.top-header-bar-2 li i.fa {
    color: black;
    vertical-align: middle;
    font-size: 23px;
}

.top-header-bar-2 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    vertical-align: middle;
    object-fit: cover;
    display: inline-block;
}

.top-header-bar-2 a.user-logout-btn {
    color: #f27c24;
    border: 1.5px solid;
    border-radius: 6px;
    padding: 7px 10px;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
}

.top-header-bar-2 {
    max-width: 100%;
    padding: 5px 0px;
}

.top-header-bar-2 {
    text-align: right;
    align-self: center;
}

/*Header  End*/

/*********************************
3.3 Login  Screen
*********************************/
.mb-4.validation_error {
    padding-top: 15px;
}

.mb-4.validation_error .font-medium.text-red-600 {
    color: #dc3545;
    font-weight: 500;
}

.mb-4.validation_error ul li {
    color: #dc3545;
}

.container.main-login-section {
    padding: 5% 0 0;
}

.col-md-12.second-colomn-login {
    max-width: 43%;
    margin: 0 auto;
    box-shadow: 0px 0px 19px -7px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 15px 25px;
    border-radius: 15px;
}

.container.main-login-section .top_logo img.logo_cus {
    width: 17%;
    display: block;
    margin: -3% 0px 0px -15%;
}

.container.main-login-section img.logo_cus {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.container.main-login-section h2.left_heading {
    color: white;
    padding-top: 40px;
    font-size: 40px;
    font-weight: 500;
}

.container.main-login-section h2.left_heading span {
    font-weight: 600;
    color: #90bf21;
}

.container.main-login-section .first_col p {
    padding-top: 15px;
    font-size: 17px;
    color: white;
    width: 80%;
}

.container.main-login-section .second-colomn-login .login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.container.main-login-section .second-colomn-login h3.tabs-form-title {
    margin: 25px 0 25px;
    color: #282828;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    font-size: 25px;
    display: block;
}

.container.main-login-section .second-colomn-login .login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.container.main-login-section .second-colomn-login .login-form-2 h3 {
    text-align: center;
    color: #fff;
}

.container.main-login-section .second-colomn-login .login-container form {
    padding: 10%;
}

.container.main-login-section .row.form-group.forget-pass .col-md-6 {
    padding: 0;
}

.container.main-login-section .second-colomn-login .form-group a.ForgetPwd {
    padding-right: 10px;
    color: #922161;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    float: right;
    text-decoration: underline !important;
    font-style: italic;
}

.container.main-login-section .second-colomn-login .form-group {
    margin: 25px 0;
}

.container.main-login-section .second-colomn-login .form-group label {
    color: #2d2d2d;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
}

.container.main-login-section .second-colomn-login .form-group input.form-control {
    border: none;
    width: 100%;
    font-size: 15px;
    background-color: #f2f7fb !important;
    padding: 15px 15px;
    border-radius: 10px;
    color: #2d2d2d;
    outline: none;
    height: calc(1.5em + 0.75rem + 10px);
}

.container.main-login-section .second-colomn-login .form-group input.form-control::placeholder {
    color: #838c91;
    font-size: 15px;
    font-weight: 400;
}

.container.main-login-section .second-colomn-login .form-group input.form-control:focus {
    box-shadow: unset;
}

.container.main-login-section .second-colomn-login .inner-row .col-md-8 {
    padding-right: 0;
}

.container.main-login-section .btn-submit a,
.container.main-login-section .btn-submit button {
    cursor: pointer;
    text-transform: capitalize;
    box-shadow: 0px 0px 13px -5px rgb(0 0 0 / 70%);
    font-size: 17px;
    background: #922161;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.container.main-login-section .btn-submit a.register_btn {
    text-decoration: unset;
    background: transparent;
    color: #922161;
    border: 2px solid #922161;
    border-radius: 50px;
}


.container.main-login-section input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}

.container.main-login-section input.file-input-simple {
    width: 100%;
    border-bottom: none !important;
}

/*Forgot pass Page*/

.main-forgot-pass-section .second-colomn-login .form-group.col-md-12.show_hide_pss {
    margin: 0px 0;
    padding-left: 5px !important;
    margin-top: -10px;
}

.main-forgot-pass-section .second-colomn-login .form-group.col-md-12.show_hide_pss label {
    color: white;
}

.main-login-section.main-forgot-pass-section {
    padding: 7% 0 0;
}

.main-forgot-pass-section .col-md-12.second-colomn-login {
    background-color: #0000007d;
    border: 2px solid white;
    margin-top: -50px;
}

.container.main-login-section.main-forgot-pass-section .second-colomn-login .form-group input.form-control {
    background-color: #7b5077 !important;
    color: white;
}

.container.main-login-section.main-forgot-pass-section .second-colomn-login .form-group input.form-control::placeholder {
    color: white;
}

.container.main-login-section.main-forgot-pass-section .top_logo img.logo_cus {
    width: 17%;
    display: block;
    margin: -6% 0px 0px -17%;
}

.container.main-login-section .second-colomn-login ul.pass_validation {
    padding-left: 25px;
    margin-bottom: 0;
}

.container.main-login-section .second-colomn-login ul.pass_validation li {
    font-size: 13px;
    padding-left: 0;
}

/*Reset Pass*/

.main-forgot-pass-section .second-colomn-login ul.pass_validation {
    padding-left: 25px;
}

.main-forgot-pass-section .second-colomn-login ul.pass_validation li {
    font-size: 13px;
    padding-left: 0;
    color: white;
}

/*Register Field*/


.container.main-login-section.main-register-page {
    padding: 0% 0 0;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group .form-control {
    background: transparent !IMPORTANT;
    border-radius: 0px;
    border-bottom: 1px solid #9c9c9c;
    padding: 0px 5px;
    outline: none;
    box-shadow: none;
    height: calc(0.7em + 0.75rem + 10px);
}

.container.main-login-section.main-register-page .bootstrap-select>.dropdown-toggle {
    background: transparent !IMPORTANT;
    border-radius: 0px;
    padding: 0px 0px;
    outline: none !important;
    box-shadow: none;
    border: none !important;
}

.container.main-login-section.main-register-page .bootstrap-select>.dropdown-toggle .filter-option:after {
    content: "\f078";
    position: absolute;
    right: -1px;
    top: 0;
    font-family: fontawesome;
    font-size: 10.5px;
    color: #495057;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group .dropdown.bootstrap-select.form-control {
    height: calc(0.7em + 0.75rem + 5px);
}

.container.main-login-section.main-register-page .form-group p.already_login {
    padding-right: 10px;
    color: #282828;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.container.main-login-section.main-register-page .form-group p.already_login a {
    color: #922161;
    font-weight: 600;
    text-transform: uppercase;
}

.container.main-login-section.main-register-page .btn-submit button {
    width: 45%;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group {
    margin: 10px 0;
}

.container.main-login-section .second-colomn-login .show_hide_pss label {
    display: inline-block;
}

.container.main-login-section .second-colomn-login .show_hide_pss input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 0px;
    position: relative;
    top: 2px;
}

.container.main-login-section.main-register-page p.title_pass {
    margin-bottom: 5px;
    font-size: 15px;
}

/*tel country field*/

.country_tel_field .iti.iti--allow-dropdown {
    width: 100%;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group.country_tel_field .form-control {
    padding-left: 50px;
}

/*Sidebar*/


.col-md-3.main-side-bar-section {
    background-color: #ffffff;
    padding: 15px 5px 0;
    max-width: 16%;
    margin: -105px 20px 30px;
    border: none !important;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0 0 13px #ccc;
    background-color: #1C1C1E;
}

.Recruitmtnt-main-section2a img {
    text-align: left;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px 5px 15px;
}

.main-btn a.add_new_btn {
    background: #922161;
    color: white;
    padding: 10px 25px;
    border-radius: 101px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: right;
    font-weight: 500;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
}

/* Style the tab */

.tab {
    float: left;
    background-color: transparent;
    width: 100%;
    height: auto;

}

/* Style the buttons inside the tab */


ul.left_side_menus {
    list-style: none;
    padding: 15px 0px;
}

ul.left_side_menus li {
    list-style: none;
}

ul.left_side_menus li.menu-item a {
    display: block;
    background-color: #676767;
    color: #ffffff;
    padding: 12px 8px;
    width: 90%;
    margin: 15px auto;
    outline: none;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}

ul.left_side_menus li.menu-item a span.long-text {
    margin-left: 35px;
    font-size: 15px;
}

ul.left_side_menus li.menu-item img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 10px 0px 0;
    display: inline-block;
    object-fit: contain;
}

ul.left_side_menus li.menu-item i {
    font-size: 20px;
    margin-right: 10px;

}

ul.left_side_menus li.menu-item i.fa.fa-chevron-down {
    float: right;
    font-size: 15px;
    padding: 5px 0px;
}

.logo-center {
    text-align: center;
}

ul.left_side_menus li.menu-item a.active {
    background-color: #FF3E1D;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 1rem;
}

ul.left_side_menus li.menu-item a:hover {
    background-color: #FF3E1D;
    color: #FFFFFF !important;
    font-weight: 400;
}

ul.left_side_menus li.menu-item a.active .none_hover,
ul.left_side_menus li.menu-item a:hover .none_hover {
    display: none;
}

ul.left_side_menus li.menu-item a.active .d-none,
ul.left_side_menus li.menu-item a:hover .d-none {
    display: inline-block !IMPORTANT;
}


ul.left_side_menus .dropdown-menu.setting {
    top: 5px !important;
    left: -16px !IMPORTANT;
    width: 100%;
    border: none;
    padding-left: 20px;
}

ul.left_side_menus .dropdown-menu.setting a.dropdown-item {
    padding: 5px 20px;
}

/*ul.left_side_menus li.menu-item a.active .none_hover, ul.left_side_menus li.menu-item a:hover .none_hover {
    display: none;
}
ul.left_side_menus li.menu-item a.active .d-none, ul.left_side_menus li.menu-item a:hover .d-none {
    display: block !important;
}*/

/*Top Filter Main Pages*/

.top_filter_row input.form-control,
.top_filter_row select.form-control {
    border: none;
    height: calc(1.5em + 0.8rem + 5px);
    border-radius: 10px;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px #ccc;
}

.row.filter_row_cus .col-item {
    align-self: center;
}

.top_filter_row .form-control::placeholder {
    color: #495057;
}

/*\\\\\\\\\\\\\\*/
/*Start Main Pages CSS*/
/*//////////////////*/


/*Admin Dashboard Page*/


/*Admin Dashboard Page*/

.dashboard_main .box_wrapper {
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 20px 20px;
    border-radius: 15px;
}

.dashboard_main .row.dashboard_top_row .boxes {
    padding: 0 8px;
}

.dashboard_main .row.dashboard_top_row .boxes:first-child {
    padding-left: 0;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child {
    padding-right: 0;
}

.dashboard_main .dashboard_top_row .boxes img.box_icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.dashboard_main .row.dashboard_top_row .boxes:first-child img.w-100 {
    height: 340px;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row {
    height: 100%;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
    position: relative;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .box_wrapper {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6:first-child .box_wrapper,
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6:nth-child(2) .box_wrapper {
    top: 0;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 .box_wrapper {
    background-color: #931f5e;
}

.dashboard_main .dashboard_top_row .col-md-12 .box_wrapper h4.main_heading_sub,
.dashboard_main .dashboard_top_row .col-md-12 .box_wrapper h2.main_heading_cound {

    color: white;
}

.dashboard_main .dashboard_top_row h2.main_heading_cound {
    color: #202020;
    margin-top: 15px;
}

.dashboard_main .dashboard_top_row h4.main_heading_sub {
    font-size: 16px;
    color: #a7a7a7;
}

.row.right_inside_row .col-md-6 {
    padding: 15px 15px;
}

.row.right_inside_row .col-md-6:first-child {
    padding-top: 0 !important;
}

.row.right_inside_row .col-md-6:nth-child(2) {
    padding-top: 0 !important;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row a.white_btn_cus {
    background: white;
    color: #221d21 !important;
    padding: 8px 10px;
    text-align: center;
    margin: 0px auto 0;
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    font-weight: 500;
    font-size: 14px;
    float: right;
}

/*second*/

.dashboard_main .row.dashboard_second_row {
    margin-top: 32px;
}

.dashboard_main .row.dashboard_second_row .boxes:first-child {
    padding-left: 0;
}

.dashboard_main .row.dashboard_second_row .boxes:last-child {
    padding-right: 0;
}

.dashboard_main .row.dashboard_second_row .boxes:last-child .box_wrapper {
    height: 100%;
}

.dashboard_second_row .second_second_col img.box_icon {
    width: 100%;
    height: 65px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.dashboard_second_row .second_second_col h3.deal_heading {
    font-size: 19px;
    font-weight: 700;
    color: #202020;
    padding-top: 5px;
    margin-bottom: 5px;
}

.dashboard_second_row .second_second_col p.deal_text {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dashboard_main .dashboard_second_row .right_inside_row .inside_box_wrapper {
    padding: 10px 15px;
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: #f7f7ff;
    border-radius: 15px;
    margin: 15px 0;
}


.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(1) .inside_box_wrapper {
    background-color: #fcf7f3;
}

.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(2) .inside_box_wrapper {
    background-color: #eef7fc;
}

.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(3) .inside_box_wrapper {
    background-color: #f9fcf5;
}

.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(4) .inside_box_wrapper {
    background-color: #f9f4fb;
}

.dashboard_main div#app_registrations {
    width: 250px;
    height: 300px;
    margin: 0 auto;
}

.dashboard_main div#data_table_paginate,
.dashboard_main div#data_table_info {
    display: none;
}

/*Profile Page*/


.profile_page_main .row.form_box.theme_form_page_cus {
    margin: 25px 10px;
    padding: 10px 20px 30px !IMPORTANT;
}

.profile_page_main .row.top_profile_section img.logo_top {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    object-fit: contain;
    color: #931f5e;
    border: solid 3px;
}

.profile_page_main .row.top_profile_section .title_col {
    align-self: center;
}

.profile_page_main .row.top_profile_section h3.top_heading_cus {
    font-size: 30px;
    font-weight: 500;
    color: #2b3541;
    display: block;
    width: 100%;
}

.profile_page_main .col-md-3.main-top-btn-col {
    align-self: center;
}

.profile_page_main .row.top_profile_section h5.experience {
    color: #8c8ca6;
    font-weight: 400;
}

.profile_page_main .row.top_profile_section h5.experience span {
    color: #1b2b3b;
}

/*Fields*/

.profile_page_main .row.form_box.theme_form_page_cus input.form-control,
.profile_page_main .row.form_box.theme_form_page_cus select.form-control,
.profile_page_main .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none !IMPORTANT;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    height: calc(1.5em + 0.75rem + 0px);
    -webkit-appearance: auto;
}

.profile_page_main .row.form_box.theme_form_page_cus label {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    display: block;
}

.profile_page_main .row.form_box.theme_form_page_cus.branch_details select.form-control {
    -webkit-appearance: none;
}



.profile_page_main.view_page .row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu {
    display: none !IMPORTANT;
}

.profile_page_main.view_page .bootstrap-select>.dropdown-toggle .filter-option:after {
    display: none !IMPORTANT;
}

.profile_page_main.view_page .row.form_box.theme_form_page_cus .bootstrap-select button.btn {
    cursor: default;
}

.profile_page_main .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}


.profile_page_main .row.form_box.theme_form_page_cus p.multi_values {
    border: none;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    margin-bottom: 0;
    font-size: 14px;
}

.profile_page_main .row.form_box.theme_form_page_cus p.multi_values b {
    font-weight: 500;
}

.profile_page_main .row.form_box.theme_form_page_cus label.accept-label {
    color: #3dbf5f;
    font-weight: 500;
}

.profile_page_main .row.form_box.theme_form_page_cus label.allote_label {
    color: darkorange;
    font-weight: 500;
}

.profile_page_main .row.form_box.theme_form_page_cus .wrapper.shift_status p.multi_values:last-child {
    border: none !important;
}

.profile_page_main .row.form_box.theme_form_page_cus p.form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none !IMPORTANT;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    height: calc(1.5em + 0.75rem + 0px);
    -webkit-appearance: auto;
}

/*Main Projects List*/


.row.main-box-section {
    background-color: white;
    padding: 10px 0px 20px !important;
    margin: 20px 5px;
    border-radius: 20px;
    margin-bottom: 70px !important;
}

.row.main-box-section .main-table-top-bar {
    width: 100%;
}

.row.main-box-section h3.main-inner-heading {
    margin: 40px 0 20px;
    color: black;
    font-weight: 700;
    display: inline;
    text-transform: capitalize;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.row.main-box-section .main-table-cus table.table a.action-icons {
    font-size: 20px;
    color: #aebed7;
    margin: 0 5px;
}

.row.main-box-section a.calender-icons {
    font-size: 27px;
    color: #5a5a5a;
    padding-left: 8px;
}


/*Notifications*/

.notification_list .row.main-box-section.notification_box {
    padding: 15px 15px !important;
    border-left: 5px solid #922161;
}

.notification_list .row.main-box-section.notification_box h3.notification_msg {
    font-size: 18px;
    font-weight: 600;
    color: #2b3541;
    display: block;
    margin-bottom: 0;
}

.notification_list .row.main-box-section.notification_box ul.subject_notify {
    list-style: none;
    padding-left: 0;
}

.notification_list .row.main-box-section.notification_box li {
    display: inline-block;
    padding: 0 5px;
}

.notification_list .row.main-box-section.notification_box h4.time {
    color: #464650;
    font-size: 13px;
    font-weight: 400;
}

.notification_list .row.main-box-section.notification_box i.fa.fa-eye {
    font-size: 20px;
    padding: 2px 8px;
    color: #aeb9d7;
}

.notification_list .row.main-box-section.notification_box a.noti_eye_icon {
    float: right;
}

.notification_list .row.main-box-section.notification_box li.value {
    color: #922161;
    font-weight: 600;
}

/*Creat Form Page*/

.row.form_box.theme_form_page_cus {
    background-color: white;
    padding: 15px 20px !important;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px !IMPORTANT;
    margin: 15px 10px;
    width: 100%;
    border-top: 5px solid #931f5e;
}

.row.form_box.theme_form_page_cus .container-fluid {
    max-width: 100%;
    width: 100%;
    flex: 100%;
}

.row.form_box.theme_form_page_cus .row.form-group .col-md-6,
.row.form_box.theme_form_page_cus .row.form-group .col-md-4,
.row.form_box.theme_form_page_cus .row.form-group .col-md-3,
.row.form_box.theme_form_page_cus .row.form-group .col-md-12 {
    padding: 10px 15px;
    margin: 0 !important;
}

.row.form_box.theme_form_page_cus form label {
    font-weight: 500;
    color: #2b2f32;
}

.row.form_box.theme_form_page_cus form input.form-control,
.row.form_box.theme_form_page_cus form select {
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}

.row.form_box.theme_form_page_cus form textarea {
    border-radius: 3px;
    padding: 5px 10px;
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
}

.row.form_box.theme_form_page_cus button.submit {
    background: #931f5e;
    color: white;
    padding: 8px 15px;
    text-align: center;
    margin: 20px auto 0;
    border: none;
    display: block;
    width: 25%;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px;
}


.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col label {
    margin-bottom: 10px;
    margin-top: 0;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col {
    text-align: left;
}

.row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle {
    background-color: transparent !important;
    border: 1px solid #cecece !important;
    border-radius: 10px;
    padding: 10px 10px;
}

.row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle .filter-option:after {
    top: 15px;
}

.row.form_box.theme_form_page_cus .bootstrap-select .show .dropdown-menu.inner {
    display: block;
}

.row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.bootstrap-select .dropdown-menu li a.dropdown-item:active,
.bootstrap-select .dropdown-menu li a.dropdown-item.active {
    background-color: transparent !IMPORTANT;
    color: #51555e;
}

/*Doc*/

.row.form_box.theme_form_page_cus .documents_box {
    border: 1px solid #b8c0c3;
    padding: 10px 25px;
    border-radius: 10px;
}

.row.form_box.theme_form_page_cus h3.doc_title {
    font-size: 20px;
    margin-bottom: 0;
}

.row.form_box.theme_form_page_cus h3.doc_title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.row.form_box.theme_form_page_cus .documents_box i.fa.fa-file-text-o {
    font-size: 20px;
    margin-right: 10px;
    color: #818889;
}

.row.form_box.theme_form_page_cus .documents_box .col-md-2 i.fa {
    font-size: 20px;
    color: #818889;
    float: right;
    margin-right: -10px;
    margin-top: -5px;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc {
    text-align: center;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc label {
    margin: 0;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc h4 {
    font-size: 18px;
    color: #da831c;
    font-weight: 600;
}

/*Simple doc input*/

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col input.file-input-simple {
    width: 100%;
}


/*View Document Approve & Reject*/

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.doc_status {
    font-size: 15px;
    color: #28a745;
    border: 1px solid;
    padding: 5px 15px;
    width: auto;
    border-radius: 100px;
    display: unset;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.rejected {
    color: #dc3545;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.approve {
    color: #28a745;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.pending {
    color: #da831c;
}


/*Document page*/


.row.main_document_row_box {
    background-color: white;
    padding: 15px 20px !important;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px !IMPORTANT;
    margin: 15px 10px;
    width: 100%;
    border-top: 5px solid #931f5e;
}

/*Modal Design*/

.modal .modal-dialog {
    background-color: white;
    border-radius: 11px !IMPORTANT;
    width: 100%;
    border-top: 5px solid #FF3E1D ! IMPORTANT;
    border: none;
}

.modal .modal-dialog button.close {
    background-color: #931f5e !IMPORTANT;
    opacity: 1;
    color: white !IMPORTANT;
    padding: 3px 5px !important;
    outline: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    position: relative;
    right: -10px;
    top: -10px;
}

.modal .modal-dialog .form-control {
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px;
}

.modal .modal-dialog button.btn-success {
    background: #931f5e;
    color: white;
    padding: 8px 15px;
    text-align: center;
    border: none;
    display: block;
    width: 25%;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px;
}

.modal .modal-dialog .dropdown.bootstrap-select {
    padding: 5px 0;
}


/*Confirm Email*/

.container.main-login-section.confirm_email_page a.theme_btn_blue_cus,
.container.main-login-section.verification_email_page a.theme_btn_blue_cus {
    display: block;
    width: 40%;
    margin: 0 auto;
}

.container.main-login-section.verification_email_page a.resend_email {
    background-color: transparent;
    display: block;
    width: 40%;
    margin: 0 auto;
}

.container.main-login-section.confirm_email_page a {
    color: #922161;
    margin-top: 8px !IMPORTANT;
    display: block;
    font-weight: 500;
}


.verification_email_page .col-md-12.second-colomn-login {
    padding: 30px 25px;
}

.container.main-login-section.verification_email_page a {
    color: #922161;
    text-decoration: underline;
}

/* Style the tab content */

.tabcontent {
    float: left;
    padding: 40px 12px;
    width: 100%;
    border-left: none;
    height: unset;
}

.Content-main-section3 h1 {
    margin: 20px 0 20px;
    color: #26303a;
    font-weight: 800;
    display: inline;
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1px;
}

.col-md-9.Content-main-section3 {
    max-width: 81%;
    flex: 81%;
    padding: 0 0px 10px 10px;
}

.col-md-9.Content-main-section3 .row {
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* width: 100%; */
}

/* Change background color of buttons on hover */

.tab button:hover {
    color: #fdc915;
    border: none;
    background-color: #fff2c6;
}


/* Create an active/current "tab button" class */

.tab button.active {
    color: #fdc915;
    border: none;
    background-color: #fff2c6;

}

.tab button:focus {
    outline: none;
}


span.flip {
    display: none;
}

.dropdown-toggle::after {
    display: none !important;

}

/* leaves tracker section */

.leaves-tabs-section li.nav-item {
    width: 50%;
    border: none !important;
    outline: none !important;
    padding: 0 10px;
}

.leaves-tabs-section li.nav-item a {
    color: Black;
    text-decoration: none;
    font-size: 24px;
}

.main_leaves_page .col-md-12.main_filter_cus button.btn.btn-primary {
    background: #922161;
    color: white;
    border-radius: 101px;
    border: none;
}

.main_leaves_page div#data_table_filter {
    display: none;
}

.main_leaves_page .nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid #922161;
    border-radius: 10px;
    color: #922161 !important;
    text-align: center;
    font-size: 18px;
}

.main_leaves_page .nav-tabs .nav-item:first-child {
    padding-left: 0 !important;
}

.main_leaves_page .nav-tabs .nav-item:last-child {
    padding-right: 0 !important;
}

.main_leaves_page .main_filter_cus .col-md-3 {
    margin: 10px 0;
}


.main_leaves_page .nav-tabs .nav-link.active {
    background-color: #922161;
    color: white !important;
}

.main_leaves_page .card-header {
    text-align: left;
    font-size: 17px;
    color: #202020;
    font-weight: 500;
    line-height: 1.4;
}

/*Custom*/


.row.form_box.creat_tasks_form .row.form-group .col-md-12.trash_btn {
    height: 0;
    padding: 0;
}

.add_more_role {
    font-size: 1rem;
    text-align: center;
    text-transform: capitalize;
    transition: none;
    color: #e97917;
    padding: 12px 20px;
    border-radius: 9px;
    background: #f6f6f6;
    border: none;
}

.add_more_role i.fa {
    margin-right: 5px;
}

a.delet_role {
    margin-top: 50px;
    position: absolute;
    right: 0px;
}

a.delet_role1 {
    margin-top: 39px;
    position: absolute;
    right: 0px;
}

div.dataTables_wrapper div#example_info {
    margin-left: 35px;
    font-weight: 500;
}

div#example_filter {
    margin-right: 35px;
}

div#example_info {
    margin-left: 35px;
}

div#example_paginate {
    margin-right: 30px;
}

.text-left {
    margin-left: 20px;
}

/*Modal*/

.modal .modal-body .col-md-12,
.modal .modal-body .col-md-6 {
    padding: 10px 15px;
    margin: 0 !important;
}

.modal .modal-body input.form-control,
.modal .modal-body textarea.form-control {
    background-color: #f0eeef;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}


/*New Styles*/

a.theme_btn_blue_cus,
button.theme_btn_blue_cus {
    background: #e97917;
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
    text-align: center;
    width: auto;
    border: none;
}

.blue-color {
    color: #0ba5cf;
}

.black-color {
    color: #333333 !important;
}

.btn-success {
    background: #008659 !important;
}

.btn_section .light_btns {
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}

.activity_main_section li.nav-item button {
    padding: 5px 15px;
    background: #dfdfdf;
    color: black;
}

.activity_main_section li.nav-item button.active {
    background: #6c757d;
}

.section label.black-color,
.right_side_second.border label.text-left.black-color,
.history h6.text-dark,
div#tab1 .row h6.text-dark {
    font-size: 14px;
}

.main_activity_tabs img.w-100.comment_img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.col-lg-8.left_content_area .top_breadcrumb ol.breadcrumb {
    background: transparent;
}

.col-lg-8.left_content_area {
    height: 100vh;
    overflow-y: scroll;
}

.left_content_area .top_breadcrumb a {
    color: #1aafd7;
}

.top_breadcrumb li.breadcrumb-item {
    font-size: 14px;
}

div#show-description {
    font-size: 14px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

ul#tabs-nav li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px 10px;
    background: #f8f9fa;
    font-weight: 700;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background: #6c757d;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: white !IMPORTANT;
}

ul#tabs-nav li.active a {
    color: white;
}

#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
    color: black;
}

/*ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }*/

/*Attachments*/

/*Rigthside*/

.right_side_second.border .col-lg-6,
.right_side_second.border .col-lg-6 h6 {
    font-size: 13px;
    color: #333333;
}

.right_side_second.border .col-lg-6 select#assignee {
    border: none;
    background: transparent;
    outline: none;
    appearance: none;
    color: #333333;
}

.update_status a#dropdownMenuLink i.fa {
    font-size: 10px;
    position: relative;
    top: -2px;
    left: 3px;
}

.update_status a#dropdownMenuLink {
    background: #008659;
}

.update_status .right_done i.fa {
    color: green;
    font-size: 15px;
}

.profile-img {
    border-radius: 100%;
    width: 9rem;
    height: 9rem;
    object-fit: contain;
    border: 0.2rem solid #FF3E1D;
}

@media only screen and (min-width: 2500px) and (max-width: 3500px) {
    .col-md-9.Content-main-section3 {
        min-height: 90vh !important;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2200px) {
    .col-md-9.Content-main-section3 {
        min-height: 89.5vh !IMPORTANT;
    }
}


@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .col-md-9.Content-main-section3 {
        min-height: 89.5vh !IMPORTANT;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .col-md-9.Content-main-section3 {
        min-height: 89vh !important;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    .col-md-9.Content-main-section3 {
        min-height: 86.5vh;
        max-width: 76%;
        flex: 76%;
        padding: 0;
    }

    .col-md-3.main-side-bar-section {
        max-width: 20%;
    }

    .dashboard_invoice_jobs_row .white_box.jobs_col {
        max-width: 65.8%;
    }

    .container-fluid.header_cus .top-left-col {
        max-width: 23%;
    }

    .container-fluid.header_cus .right-side-content {
        width: 75%;
        max-width: 75%;
        flex: 75%;
    }

}

@media only screen and (max-width: 1300px) {
    .dashboard_main.admin .dashboard_charts_row.first .charts_col {
        max-width: 48% !important;
        flex: 48% !important;
        margin: 0 14px;
    }

    .responsive_div {
        width: 100%;
        overflow-x: scroll;
    }

    .col-md-3.main-side-bar-section {
        max-width: 20%;
    }

    .col-md-9.Content-main-section3 {
        max-width: 76%;
        flex: 76%;
        padding: 0 0px 10px 10px;
    }

    .container-fluid.header_cus .top-left-col {
        max-width: 24%;
    }

    .container-fluid.header_cus .right-side-content {
        width: 76%;
        max-width: 76%;
        flex: 76%;
    }


    .graphTabList.leaves-tabs-section li.nav-item a {
        font-size: 14px !important;
        padding: 8px 10px;
    }

}

@media only screen and (max-width: 1150px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .col-md-9.Content-main-section3 {
        max-width: 75%;
        flex: 75%;
    }

    .col-md-3.main-side-bar-section {
        max-width: 20%;
        margin: -125px 20px 30px;
    }

    .container-fluid.header_cus .right-side-content {
        width: 75%;
        max-width: 75%;
        flex: 75%;
    }

    .container-fluid.header_cus .top-left-col {
        max-width: 25%;
    }


    /*dashboard*/


}


@media only screen and (max-width: 991px) {


    .col-md-3.main-side-bar-section {
        max-width: 25%;
    }

    .col-md-9.Content-main-section3 {
        max-width: 70%;
        flex: 70%;
    }

    .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .box_wrapper {
        position: unset;
    }

    .container-fluid.header_cus .top-left-col {
        max-width: 30%;
        flex: 30;
    }

    .container-fluid.header_cus .right-side-content {
        width: 70%;
        max-width: 70%;
        flex: 70%;
    }

    /*New Header*/

    .top-header-bar-2 ul {
        padding-left: 0 !important;
    }

    .top-header-bar-2 li.search-bar-cus {
        width: 30%;
    }

    .top-header-bar-2 li.notification-cus i.fa.fa-bell {
        padding: 0 15px;
    }

    .top-header-bar-2 li.notification-cus:after {
        right: 25px;
    }

    /*Table List*/

    .main-box-section {
        overflow-x: scroll;
    }

    .main-box-section table {
        width: 800px;
    }

    /*Buttons*/

    .below_buttons a.btn.btn_next_cus,
    .below_buttons a.btn.save_btn_cus {
        width: 40%;
    }

    .dataTables_wrapper div.dt-buttons {
        float: right;
        padding: 0;
        margin-top: 1px;
        margin-bottom: 10px;
    }

    /*Login page*/

    .container.main-login-section .col-md-12.second-colomn-login {
        max-width: 75%;
    }

    .container.main-login-section .second-colomn-login .form-group a.ForgetPwd {
        text-align: right;
        display: block;
        width: 100%;
    }

    .container.main-login-section {
        padding: 10% 0 0;
    }

    /*Table*/

    .responsive_div {
        width: 100%;
        overflow-x: scroll;
    }

    .dashboard_job_applies_row .responsive_div table.table {
        width: 1000px;
    }

    .dashboard_job_applies_row .responsive_div table#data_table {
        width: auto;
    }

    /*Calender*/

    .row.pt-4.dashboard_job_applies_row.shift_schedular .col-md-11 {
        max-width: 100% !important;
        flex: 100%;
        padding: 0;
    }

    /*Dashboard*/

    .dashboard_main .row.dashboard_top_row .boxes {
        max-width: 100% !important;
        flex: 100%;
        margin: 0 !important;
        padding: 10px 0;
    }

    .dashboard_main .dashboard_top_row .row.inside_row p.box_text {
        font-size: 18px;
    }

    .dashboard_main .dashboard_top_row .row.inside_row ul.candidate_status li {
        font-size: 16px;
    }

    .dashboard_main.admin .dashboard_charts_row.first .charts_col {
        max-width: 100% !important;
        flex: 100% !important;
        margin: 10px 0;
    }


    .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 .box_wrapper {
        background-color: #931f5e;
        position: unset;
    }

    /*Dash candidate*/


}


@media only screen and (max-width: 768px) {

    /*Header*/

    .top-header-bar-2 li.notification-cus i.fa.fa-bell {
        padding: 0 20px;
        color: #5a5a5a;
        font-size: 30px;
    }

    .top-header-bar-2 {
        width: 50%;
    }

    h1.welcome_heading {
        margin-left: 70px;
    }

    .top-header-bar-2 li.notification-cus:after {
        right: 33px;
        top: -10px;
    }

    .top-header-bar-2 li.notification-cus span.notification_count {
        right: 40px;
        top: -10px;
    }

    .top-header-bar-2 .dropdown-menu.show {
        left: -50px !important;
    }

    .col-md-4.top-header-bar-2 {
        padding: 0;
    }

    button.side_toggle_show_hide {
        display: none;
    }

    .container-fluid.header_cus .right-side-content {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-top: 0;
    }

    .main-side-bar-section {
        background: black;
        color: white;
        border-left: 5px solid #E5B87A;
        display: none;
    }

    span.flip {
        display: block !important;
        padding: 0;
    }

    #panel,
    .flip {
        font-size: 26px;
        padding: 10px;
        text-align: center;
        color: #484445;
        border: none;
        margin: 0 0;
        position: absolute;
        z-index: 999;
        width: 90%;
    }

    .flip i.fa.fa-bars {
        float: left;
        margin-top: -75px !important;
        margin-left: 10px;
        padding: 5px 10px;
    }


    div#panel_new_crm {
        position: fixed;
        top: -50px;
        bottom: 0;
        max-width: 40% !important;
        z-index: 99;
        left: 0;
        right: 0;
        overflow: hidden scroll;
        margin-top: 50px !important;
    }

    .side_bar_open_phone #myClick {
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
    }

    .side_bar_open_phone #myClick i {
        float: none;
        z-index: 999;
        color: white;
        font-size: 18px;
        position: fixed;
        right: 57%;
        background: #931f5e;
        top: 75px;
        padding: 8px 10px;
        border-radius: 10px;
    }

    .side_bar_open_phone #myClick i:before {
        content: "\f00d";
    }

    .Content-main-section3 img {
        padding-top: 20px;
    }

    /*Datatable*/

    .Content-main-section3 .dataTables_wrapper .dataTables_length {
        margin-left: 0;
    }

    /*Popups*/

    .shift_detail_popup .modal-dialog {
        max-width: 95%;
    }

    .modal .modal-dialog {
        max-width: 90%;
        margin: 15px auto;
    }

    /*Dashboard*/

    .col-md-9.Content-main-section3 {
        max-width: 100%;
        flex: 100%;
        padding: 10px 15px;
    }

    .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .box_wrapper {
        position: unset;
    }

    .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
        position: relative;
        max-width: 50%;
    }


    /*Form page*/

    .main-btn a.add_new_btn {
        padding: 5px 25px;
        margin: 10px auto 0;
    }

    .row.form_box.theme_form_page_cus button.submit {
        width: 45%;
    }

    .top_filter_row .form-control {
        margin: 10px 0;
    }


    .row.form_box.theme_form_page_cus {
        background-color: white;
        padding: 15px 0px !important;
    }


    /*Login*/

    .container.main-login-section {
        padding: 15% 0 0;
        max-width: 85%;
        width: 85%;
    }

    .container.main-login-section .col-md-12.second-colomn-login {
        max-width: 100%;
    }

    .container.main-login-section .second-colomn-login .form-group.btn-submit .col-md-6 {
        max-width: 50%;
    }

    /*Tabs Page detail*/

    .job_detail_page .main_tabs_container .row.details_row h4 {
        margin-bottom: 10px;
    }


    /*Dashboard*/


    .dashboard_main .dashboard_top_row .boxes img.box_icon {
        height: 55px;
        width: 55px;
    }

    .dashboard_main .row.dashboard_top_row .boxes {
        padding: 10px 10px !important;
    }

    .dashboard_main .dashboard_top_row .row.inside_row p.box_text {
        font-size: 18px;
    }

    .dashboard_main .dashboard_top_row .row.inside_row ul.candidate_status li {
        font-size: 16px;
    }

    .dashboard_main.admin .dashboard_charts_row.first .charts_col {
        max-width: 100% !important;
        flex: 100% !important;
        margin: 10px 0;
    }

    /*Profile Page*/

    .row.form_box.theme_form_page_cus .documents_box .col-md-10 {
        max-width: 70%;
        flex: 70%;
    }

    .row.form_box.theme_form_page_cus .documents_box .col-md-2 {
        max-width: 30%;
        flex: 30%;
    }

    .row.form_box.theme_form_page_cus .documents_box {
        padding: 10px 15px;
    }

    .profile_page_main .row.form_box.theme_form_page_cus {
        margin: 0 !important;
    }

    .profile_page_main .row.form_box.theme_form_page_cus {
        margin: 15px 0 0 !important;
    }

    /*Notification*/

    .notification_list .row.main-box-section.notification_box .row.inside_row .col-md-8.p-0 {
        max-width: 80%;
        flex: 80%;
    }

    .notification_list .row.main-box-section.notification_box .row.inside_row .col-md-4.p-0 {
        max-width: 20%;
        flex: 20%;
    }
}

/*popup end*/
@media only screen and (max-width: 575px) {

    .top-header-bar-2 li.search-bar-cus {
        width: 40%;
    }

    .top-header-bar-2 li.notification-cus i.fa.fa-bell {
        padding: 0 5px;
        font-size: 25px;
    }

    .top-header-bar-2 li.notification-cus span.notification_count {
        right: 25px;
        top: -10px;
    }

    .top-header-bar-2 img {
        width: 35px;
        height: 35px;
    }

    .top-header-bar-2 .nav-item.dropdown a {
        margin-right: 10px;
        font-size: 14px;
    }

    h3.main_small_heading_cus {
        font-size: 20px;
    }

    /*Notification*/

    .top-header-bar-2 li.notification-cus div#box {
        width: 65%;
        left: 20%;
    }

    /*Calender*/

    div#full_calendar_events .fc-toolbar .fc-center h2,
    div#full_calendar_candidate .fc-toolbar .fc-center h2 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        color: #2b3541;
        display: block;
        width: 100%;
    }

    div#full_calendar_events .fc-toolbar .fc-center,
    div#full_calendar_candidate .fc-toolbar .fc-center {
        display: block;
        width: 100%;
    }


    /*Dashboard*/

    .col-md-9.Content-main-section3 .col-md-12.main-12-colomn-cus {
        padding: 0;
    }

    .dashboard_top_row .col-md-3.boxes {
        margin: 5px 5px;
        max-width: 100%;
        flex: 100%;
        margin-left: 0;
    }

    .dashboard_top_row .row.inside_row p.box_text {
        font-size: 18px;
    }

    .dashboard_top_row.row .inside_row .col-md-9 {
        max-width: 78%;
    }

    .dashboard_top_row.row .inside_row .col-md-3 {
        max-width: 22%;
        flex: 22%;
    }

    .right_side_shifts .responsive_div table.table.table-striped {
        width: 600px;
    }

    .dashboard_main .dashboard_job_applies_row .main_small_heading_cus a.theme_btn_blue_cus {
        margin-left: 20px;
        width: auto;
        padding: 5px 15px;
        display: inline-block;
        float: right;
    }

    /*Profile*/

    .profile_page_main .row.top_profile_section h3.top_heading_cus {
        margin-top: 15px;
        font-size: 25px;
    }

    /*Forgot*/

    .container.main-forgot-pass-section img.logo_cus_reset_pass {
        margin: 35px auto;
        width: 60%;
    }

    .container.main-forgot-pass-section {
        width: 100%;
        max-width: 100%;
        margin: 5% auto 0;
        padding: 18% 8%;
    }

    .container.main-forgot-pass-section h3.tabs-form-title.mb-3.text-white {
        font-size: 22px;
    }

    .container.main-forgot-pass-section .btn-submit a,
    .container.main-forgot-pass-section .btn-submit button {
        font-size: 15px;
    }

    /*Login*/

    .container.main-login-section h2.left_heading {
        padding-top: 30px;
        font-size: 30px;
    }

    .container.main-login-section .second-colomn-login h3.tabs-form-title {
        font-size: 25px;
    }

    a.main_add_new_btn {
        font-size: 14px;
        padding: 8px 10px;
    }

    h2.main_heading_cus {
        font-size: 22px;
    }

    /*Notification*/

    .notification_list .row.main-box-section.notification_box h3.notification_msg {
        font-size: 15px;
    }

    .notification_list .row.main-box-section.notification_box {
        padding: 10px 5px !important;
        border-left: 5px solid #922161;
    }
}

@media only screen and (max-width: 480px) {


    /*Header  */

    .top-header-bar-2 li.search-bar-cus {
        width: 33% !important;
        display: none;
    }

    .main-side-bar-section {
        background: black;
        color: white;
        border-left: 5px solid #E5B87A;
        display: none;
    }

    span.flip {
        display: block !important;
    }

    .acknowledgement_main_form1 .col-4 {
        max-width: 100% !important;
        flex: 100% !important;
    }

    .top-header-bar-2 .dropdown-menu.show {
        left: 0px !important;
    }

    #panel,
    .flip {
        font-size: 23px;
        padding: 10px;
        text-align: center;
        color: #484445;
        border: none;
        margin: 0 0;
        position: absolute;
        z-index: 999;
        width: 90%;
    }

    .col-md-9.Content-main-section3 {
        max-width: 100%;
        flex: 100%;

    }

    .row.Content-main-section3-main-row {
        margin-bottom: 0;
    }

    div#panel_new_crm {
        position: fixed;
        top: -50px;
        bottom: 0;
        max-width: 60% !IMPORTANT;
        z-index: 99;
        left: 0;
        right: 0;
        overflow: hidden scroll;
        margin-top: 50px !important;
    }

    .side_bar_open_phone #myClick {
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
    }

    .side_bar_open_phone #myClick i {
        float: none;
        z-index: 999;
        color: white;
        font-size: 18px;
        position: fixed;
        right: 35%;
        padding: 8px 10px;
        border-radius: 10px;
    }

    .side_bar_open_phone #myClick i:before {
        content: "\f00d";
    }

    .Content-main-section3 img {
        padding-top: 20px;
    }

    /*Form Page Cus*/

    .row.form_box.theme_form_page_cus button.submit {
        width: 80%;
    }

    /*Dashboard*/

    .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
        position: relative;
        max-width: 100%;
        padding: 15px 0;
    }

    .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 {
        padding: 5px 0;
    }

    h1.welcome_heading span {
        font-size: 20px;
        margin-left: 0px;
    }

    h1.welcome_heading {
        margin-left: 50px;
    }

}

@media only screen and (max-width: 400px) {
    .dashboard_main .dashboard_top_row .row.inside_row p.box_text {
        font-size: 15px;
    }

    .dashboard_main .dashboard_job_applies_row .main_small_heading_cus a.theme_btn_blue_cus {
        margin-top: 20px;
    }
}

.Content-main-section3 .dataTables_wrapper .dataTables_length {
    width: 225px;
    margin-left: 20px;
    border: none;
    background-color: transparent !important;
    margin-bottom: 30px !important;
    display: none;
}

div#data_table_filter {
    float: right;
    margin-left: 0px;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-top: -85px;

}

.creat-project .form-row.gray-field a.delet_role {
    position: absolute;
    left: -10px;
    top: 45%;
}

.creat-project .form-row.gray-field {
    position: relative;
}

.required {
    color: red;
}

.btn-update,
.editable-submit {
    background: #922161;
    border: none;
    color: white !important;
}

.editable-cancel {
    background: #6c757d;
    border: none;
    color: white !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #cecece !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    height: calc(1.5em + 0.75rem + 10px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12PX !important;
}

.leaves-tabs-section.graphTabList {
    display: inline-flex;
    margin-bottom: 20px;
    width: 100% !important;
}


.graphTabList.leaves-tabs-section li.nav-item {
    width: 25%;
}

.graphTabList.leaves-tabs-section li.nav-item a {
    font-size: 16px;
}


.submenu {
    padding-left: 20px;
}

.submenu li a {
    display: block;
    padding: 5px 0;
    color: #333;
    font-size: 14px;
}

.arrow {
    float: right;
    font-size: 10px;
    margin-top: 4px;
}

.toggle-arrow {
    float: right;
    transition: transform 0.3s ease;
    font-size: 12px;
    margin-top: 5px;
}

.w-60 {
    width: 65%;
    color: #000000;
}

a.btn.btn-outline-dark.exportbtn {
    color: #FF3E1D !important;
    align-items: center;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    justify-content: center;
    border: 1px solid #FF3E1D !important;
}

a.btn.btn-outline-dark.exportbtn:hover {
    color: #ffffff !important;
    background-color: #FF3E1D;
}

.me-2 {
    border: none !important;
}

button.btn.btn-outline-secondary.searchbtnchurch {
    border: 1px solid #FF3E1D;
    color: #FF3E1D !important;
    padding: 0.4rem 2rem;
    border-radius: 10px !important;
    background: white;
}

h3.pagetitles {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

a.btn.btn-purple {
    background: #FF3E1D;
    color: white;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border: none;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td {
    padding: 0 1rem !important;
}

/* table tr td:last-child {
    display: flex;
    gap: 12px;
} */

.fa-solid,
.fas {
    font-weight: 600;
    color: #676767 !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    /*margin-top: 1.4rem;*/
    border-bottom: none !important;
}

.badge-denomination {
    display: inline-block;
    background-color: #f5e5ff;
    color: #5f2d9e;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
}

.status-badge {
    font-weight: 500;
    font-size: 0.9rem;
}

.status-badge.approved {
    color: #28a745;
    /* Green */
}

.status-badge.pending {
    color: #ff9800;
    /* Orange */
}

/* dashboard page css */
.dashboard-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.stats-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    flex: 1;
    min-width: 280px;
}

.chart-box {
    height: 300px;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
}

canvas#churchChart {
    height: 180px !important;
}


.mini-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.mini-card h2 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

.mini-card p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.stat-card.highlight-card {
    background: #FF3E1D;
    color: #fff;
}

.highlight-card p {
    color: #ded2fb;
}

.top-space {
    margin-top: 20px;
}

.stat-card {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 19px;
    min-width: 180px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.stat-card h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
}

.stat-card p {
    margin-top: 5px;
    font-size: 0.9rem;
    color: #5E5E5E;
}

.stat-image {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12%;
}

.stat-image.totalchurches {
    width: 8%;
}

.stat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h5.dashboard-title {
    font-weight: 600;
    color: #000000;
    font-size: 1.3rem;
}

h2.totalchurch-heading {
    color: white;
    font-weight: 600;
    font-size: 2rem;
}

p.total-church-para {
    color: #FFFFFF;
    font-weight: 400;
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
    border-radius: 26px;
    border: none;
    margin-top: 1rem;
}

input.form-control,
select.form-control {
    /* box-shadow: 0 0 13px #0000000A; */
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
    line-height: calc(1.5em + 0.75rem);
    -webkit-appearance: auto;
}

button.btn.btn-purple {
    background: red;
    background: #FF3E1D;
    color: white;
    border-radius: 10px !important;
    padding: 0.5rem 2.2rem;
}

.b-bottom {
    border-bottom: 1px solid #AEAEAE;
    margin-left: 0;
}

.row.mb-3.churchadd {
    margin-left: 0;
}

.form-select {
    padding: 0.6rem 2.25rem 0.6rem .75rem;
}

/* church detail page css */
.church-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.church-card,
.person-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 25px;
}

.church-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.church-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 15px;
}

.church-title h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #222A2E;
}

p.church-denomination {
    font-size: 1rem !important;
    color: #575E62;
    font-weight: 600;
    line-height: 2;
}

.church-status {
    margin-left: auto;
    background: #fff7ed;
    color: #f97316;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
}

.church-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.church-info a {
    color: #FF3E1D;
    text-decoration: underline;
}

.address-item {
    flex: 0.5;
}

.map-link-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.map-link {
    color: #6b21a8;
    font-weight: 500;
    text-decoration: none;
}

.map-link:hover {
    text-decoration: underline;
}

.person-card {
    background: #2F0960;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.person-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.person-info {
    display: flex;
    flex-direction: column;
}

.info-line {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
}

.info-line .label {
    font-weight: 400;
    margin-bottom: 3px;
}

.info-line .value {
    font-weight: 500;
}

.divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 10px 0;
    border-radius: 2px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .church-grid {
        grid-template-columns: 1fr;
    }

    .church-header {
        flex-direction: row;
        align-items: flex-start;
    }

    .church-image {
        margin-bottom: 10px;
    }

    .church-status {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .church-title h2 {
        font-size: 18px;
    }

    .page-title {
        font-size: 18px;
    }

    .church-card,
    .person-card {
        padding: 20px;
    }

    .church-image {
        width: 50px;
        height: 50px;
    }

    .church-status {
        font-size: 12px;
        padding: 5px 10px;
    }

    .church-info-row {
        flex-direction: column;
    }

    .info-item,
    .map-link-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .church-title h2 {
        font-size: 16px;
    }

    .church-grid {
        gap: 16px;
    }

    .church-card,
    .person-card {
        padding: 15px;
        border-radius: 10px;
    }

    .church-image {
        width: 40px;
        height: 40px;
    }

    .church-status {
        font-size: 11px;
        padding: 4px 8px;
    }
}

.church-detail-strong {
    color: #575E62;
    font-weight: 500;
    font-size: 0.9rem;
}

span.church-running-text {
    color: #222A2E;
    font-weight: 600;
    font-size: 1rem;
}
a.btn.btn-purple.add-churchon-event {
    background: #ffffff !important;
    color: #FF3E1D !important;
    border-radius: 10px;
    padding: 0.6rem 2rem !important;
    border: 1px solid #FF3E1D !important;
}
button.btn.cancel-btn {
    background: #6b6f74;
    color: white;
    padding: 0.6rem 2.2rem;
    border: none;
    border-radius: 10px !important;
}
i.fas.fa-trash-alt.me-1 {
    color: white !important;
}
button.btn.btn-danger.btn-action.update-status-btn.event-closebtn {
    background: Red;
    border: none;
}
button.btn.btn-success.btn-action.update-status-btn.event-rightbtn {
    background: #34C759 !important;
    border: none;
}
a.btn.btn-primary.btn-action.approve-btn {
    background: #FF3E1D;
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.6rem;
    font-size: 0.9rem;
}

.approval-box {
        display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f0ff;
    border-radius: 10px;
    padding: 17px 31px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0d4ff;
    margin: 0rem 0rem 2rem 0rem;
}

.approval-text h3 {
    color: #FF3E1D; /* purple heading */
    font-size: 1.7rem;
    margin: 0 0 5px;
    font-weight: 600;
}

.approval-text p {
    margin: 0;
    font-size: 1rem;
    color: #222A2E;
    line-height: 1.6;
}

.approval-icon img {
    width: 65px;
    height: auto;
}
.edit-event-btn {
    border: 2px solid #6c2bd9; /* purple border */
    color: #6c2bd9; /* purple text */
    padding: 6px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
}

.edit-event-btn:hover {
    background-color: rgba(108, 43, 217, 0.05);
}

.status-label {
    font-weight: 600;
    color: #4b5563; /* gray text */
}

.status-badge {
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.status-badge.approved {
    background-color: #d1fae5;
    color: #10b981;
}

.status-badge.pending {
    background-color: #fef9c3;
    color: #ca8a04;
}

.status-badge.denied {
    background-color: #fee2e2;
    color: #dc2626;
}

.status-badge.unknown {
    background-color: #e5e7eb;
    color: #374151;
}
i.fa-solid.fa-pen-to-square.text-primary.editevents {
    color: #FF3E1D !important;
}
button.btn.dropdown-toggle.btn-light.bs-placeholder, button.btn.dropdown-toggle.btn-light {
    background: white !important;
    padding: 0.7rem;
    border: none;
    border-radius: 8px !important;
        padding-right: 30px;
}
.bootstrap-select>.dropdown-toggle .filter-option:after
 {
    content: "\f078";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: fontawesome;
    font-size: 10.5px;
    color: #495057;
}
.dropdown.bootstrap-select.me-2.show{
    border: none !important;
}
span.toggle-password {
    position: absolute !important;
    right: 25px !important;
    top: 43px !important;
    cursor: pointer !important;
}
.dropdown.bootstrap-select.me-2.church-dropdowns
 {
    border: 1px solid #c3ccd0 !important;
    border-radius: 6px;
}
.church-listonevent .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100% !important;
}
.bootstrap-select .dropdown-menu li
 {
    line-height: 30px !important;
}
span.dt-column-title {
    width: max-content !important;
}
#church-table td {
    width: max-content;
    white-space: nowrap;
}
p.password-validation{
    font-size: 12px;
    color: red;
}
h6.details-para {
    line-height: 1.6;
}
table.dataTable td.dt-type-numeric {
    text-align: left !important;
}
span.churchStatus {
    color: #575E62;
    font-weight: 500;
    font-size: .8rem;
}
a.btn.btn-danger.btn-action.reject-btn {
    border-radius: 1rem;
    background: red;
    background: #dc3545;
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.6rem;
    font-size: 0.9rem;
}
.custom-btn.backbutton {
    width: max-content;
    background: #ff3e1d;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
}
label.text-danger.fw-bold.d-flex.align-items-center {
    color: #ff3e1d !important;
}
button.btn.edit-btn
 {
    background: #FF3E1D;
    padding: 0.5rem 4.2rem;
    border-radius: 10px !important;
}
a.editpag-title {
    color: #ff3e1d;
}
button.btn.btn-outline-danger.btn-sm.edit-viewbtn
 {
    padding: 0.3rem 2.3rem;
    background-color: white;
    color: #ff3e1d !important;
     display: block;
    width: max-content;
    text-align: center;
    border-radius: 8px !important;
    font-size: 0.8rem;
}
button.btn.btn-danger.btn-sm.clear-btn
 {
    padding: 0.3rem 1rem;
    background-color: white;
    color: #ff3e1d !important;
    display: block;
    width: max-content;
    text-align: center;
    border-radius: 8px !important;
    font-size: 0.8rem;
}
input.form-control.bg-editpage
 {
    background: #F7F2EE;
    border: none;
}
select.form-select.bg-editpage
 {
    background: #F7F2EE;
    border: none;
}
