:root {
  --theme: #003b43;
}

body {
  font-family: Arimo, sans-serif;
}
.text_theme{
  color: var(--theme) !important;
}
.fw500{
  font-weight: 500;
}
.main-header {
  background: linear-gradient(94.67deg, #d6ff7f 9.77%, #00b3cc 95.84%);
}
.nav-sidebar {
  padding-top: 30px;
}
.layout-fixed .brand-link {
  width: 200px;
  margin: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-sidebar .nav-link {
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  margin-bottom: 11px !important;
  display: flex;
  justify-content: start;
  align-items: center;
}
.nav-sidebar .nav-link.active {
  background: linear-gradient(94.67deg, #d6ff7f 9.77%, #00b3cc 95.84%);
  color: var(--theme);
}
.nav-pills .nav-link:not(.active):hover {
  color: #475057;
}
.navbar-expand .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  max-width: fit-content;
  min-width: 130px;
}
.logout_btn:hover,
.logout_btn{
  color: #ff0000;
  background-color: #fff !important;
}
.main-sidebar {
  background-color: #fff;
  box-shadow: rgb(181 181 181 / 20%) 0px 4px 19px 0px !important;
}
.commonBox_ {
  background-color: #fff;
  padding: 20px !important;
  margin: 0 20px;
  border-radius: 16px;
  box-shadow: rgb(181 181 181 / 20%) 0px 4px 19px 0px;
}

/* TABLE CSSS START */
/* .table-outer {
  overflow-x: auto;
} */
.active-inactive-user {
    margin: 0;
    color: green;
    font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(odd) {
  background-color: #f4f7fc;
}
tr:nth-child(-n + 1) {
  background-color: #4a69f5;
  color: #fff;
}
.table-heading {
  border-right: 1px solid #fff;
}
.active-user {
  height: 9px;
  width: 9px;
  background-color: green;
  border-radius: 50px;
}
.inActive-inactive-user {
  color: red;
}
.inActive-user {
  background-color: red;
}
.toggle-btn {
  background: no-repeat;
  border: none;
  color: #4c4747;
  font-size: 14px;
  font-weight: 400 !important;
}
.paginationMain {
  position: absolute;
  bottom: -7px;
  right: 27px;
}
/* TABLE CSSS END */

.pagination li a {
  border: 1px solid #4a69f5;
  padding: 5px 18px;
  font-size: 16px;
  color: #4a69f5 !important;
  border-radius: 5px;
  margin: 0 2px;
  text-transform: capitalize;
  font-weight: 500;
}
.pagination .active a {
  color: white !important;
  background: #4a69f5;
}
li.next.disabled a {
  cursor: not-allowed;
}
li.previous.disabled a {
  cursor: not-allowed;
}
.input-elevated {
  font-size: 16px;
  line-height: 1.5;
  border: none;
  background: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  width: 300px;
  padding: 0.5em 1em 0.5em 2.5em;
}

.input-elevated::placeholder {
  color: #838d99;
}

.input-elevated:focus {
  outline: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}
.back-to-church {
  margin-right: 10px;
  color: grey;
  cursor: pointer;
  font-size: 21px;
}
.headingMain {
  color: var(--theme);
}
.content-wrapper {
  background-color: #fff !important;
}
.eye-icon {
  cursor: pointer;
  color: #888;
  font-size: 16px;
}
/* .sidebar-mini.layout-fixed.sidebar-collapse .brand_logo {
  width: 138px !important;
  margin: 0 auto; */
/* } */
.rdt_TableCell div:first-child {
  overflow: unset !important;
  white-space: initial !important;
  justify-content: center;
}
.trans-succeeded {
  color: green;
}

/* Table Container */
.table-outer {
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* DataTable Header */
.rdthead {
  background: linear-gradient(94.67deg, #d6ff7f 9.77%, #00b3cc 95.84%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

/* Dashboard Box */
.dashboxcolor {
  background: linear-gradient(94.67deg, #d6ff7f 9.77%, #00b3cc 95.84%);
  color: var(--theme);
  padding: 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dashboxcolor:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.dashboxcolor .inner {
  z-index: 2;
  position: relative;
}

.dashboxcolor h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.dashboxcolor p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

.dashboxcolor .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 50px;
  opacity: 0.3;
  z-index: 1;
}

.dashboxcolor .small-box-footer {
  display: block;
  color: white;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.swal2-icon{
  display: none !important;
}
.swal2-modal{
  max-width: 400px !important;
  padding: 40px 0 30px !important;
  border-radius: 20px !important;
}
.swal2-title{
  color: var(--theme) !important;
}
.swal2-html-container{
color: #6f6f6f !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: linear-gradient(
    94.67deg,
    #d6ff7f 9.77%,
    #00b3cc 95.84%
  ) !important;
  outline: none !important;
  color: var(--theme) !important;
  border-radius: .625rem !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  background-color: #fff !important;
  border: 1px solid #6f6f6f52 !important;
  border-radius: 10px !important;
  color: #585151 !important;
  height: 2.75rem;
  box-shadow: none !important;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
}

.status-dot.active {
  background-color: green;
}
.status-dot.expire {
  background-color: orange;
}

.status-dot.inactive,
.status-dot.canceled {
  background-color: red;
}

.status-text {
  font-weight: 500;
  margin-bottom: 0;
}

.status-text.active {
  color: green;
}
.status-text.expire {
  color: orange;
}

.status-text.inactive,
.status-text.cancel {
  color: red;
}
.filterDropdownChurchList .dropdown-menu{
  border: none !important;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px 0 !important;
}
.filterDropdownChurchList .dropdown-menu .dropdown-item{
  background-color: #fff !important;
  color: var(--theme) !important;
  padding:  8px 20px;
}
.jHOoac:hover, .jHOoac:focus{
  opacity: 1 !important;
}

/* .sidebar-mini.layout-fixed .brand_logo{
  width: 8.625rem;
  height: auto;
} */
/* .sidebar-mini.layout-fixed.sidebar-collapse .brand_logo{
  width: 60px !important;
}
.sidebar-mini.layout-fixed.sidebar-collapse:hover .brand_logo{
  width: 138px !important;
} */
.brand_logo{
  width: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease 0.1s;
}
.sidebar-mini.layout-fixed.sidebar-collapse .brand_logo{
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sidebar.sideBar-bg.sidebar-primary:hover .brand_logo{
  width: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease 0.1s;
}