
/* For Editable Table */
/* Table Cell Hover Effect */
#pending-payments-table td:hover {
    background-color: #f0f8ff; /* Light blue background on hover */
    cursor: pointer;
}

/* Editable Input Styling */
#pending-payments-table td[contenteditable="true"] {
    border: 2px solid #007bff; /* Blue border to show it's active */
    background-color: #e9f7ff; /* Light blue background */
    padding: 4px; /* Padding to make it look like an input */
    font-weight: bold; /* Optional: make text bold for emphasis */
}

/* Focus Styling */
#pending-payments-table td:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Blue shadow for focus */
}

/* Save Notification Styling */
.save-notification {
    display: none; /* Initially hidden */
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #28a745; /* Green background for success */
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
}

/* For Top Bar Searches  */
.searchable-dropdown {
  position: relative;
  display: inline-block;
}

.search-input {
  padding: 5px;
  width: 400px;
}

.dropdown-list {
  position: absolute;
  z-index: 1;
  max-height: 150px;
  width: 400px;
  overflow-y: auto;
  font-weight: 600;
  padding: 2px;
  border: 1px solid #ced4da;
  background-color: #fff;
}

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

.dropdown-list li {
  padding: 8px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background-color: #f8f9fa;
}
/* End of Search styles */
.bg-main {
  background: var(--primary-color);
  color: #072b25;
}

.border-main {
  --border-opacity: 1;
  border-top-color: (var(--primary-color), var(--border-opacity)) !important;
}

.border-top-main {
  --border-opacity: 1;
  border-top-color: (var(--primary-color), var(--border-opacity)) !important;
}

.border-bottom-main {
  --border-opacity: 1;
  border-bottom-color: (var(--primary-color), var(--border-opacity)) !important;
}

.bg-main-light {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-color), var(--bg-opacity)) !important;
}

.logout-btn {
  /* background-color: red; */
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}

.text-main {
  color: var(--primary-color);
}

.text-color{
  color: var(--text-color);
}


.bg-default {
  background-color: var(--primary-color);
}

.bg-danger {
  background: #c20430 !important;
}

.bg-warning {
  background: var(--secondary-color) !important;
}

.border-top-warnin {
  --border-opacity: 1;
  border-bottom-color: (var(--secondary-color), var(--border-opacity)) !important;
}

.bg-pending {
  background: #f58646 !important;
}

.border-warning {
  border-bottom: 3px solid var(--secondary-color) !important;
}

button.swal2-confirm {
  background-color: #c20430 !important;
  color: #fff;
  border: none !important;
  border-radius: 2% !important;
  padding: auto;
  font-size: 15px !important;
}
/* .swal2-confirm:hover{
  background-image: linear-gradient(180deg, var(--secondary-color) 10%, var(--hover-color-two) 100%);
  background-size: cover;
  color:#c20430!important;
  border: none !important;
  border-radius: 2% !important;
  font-size: 15px !important;
} */

button.swal2-cancel {
  background: #045dc2 !important;
  color: #fff;
  border: none !important;
  border-radius: 2% !important;
  font-size: 15px !important;
  padding: auto;
}

/* button.swal2-cancel:hover{
  background-image: linear-gradient(180deg, var(--secondary-color) 10%, var(--hover-color-two) 100%);
  background-size: cover;
  color:#fff!important;
  border: none !important;
  border-radius: 2% !important;
  font-size: 15px !important;
} */

.bg-main-gradient {
  background-image: linear-gradient(180deg, #0a1330 95%, var(--secondary-color) 10%);
  background-size: cover;
}

thead {
  background-color: var(--secondary-color) !important;
  border: none !important;
  color: var(--text-color);
}
.text-warning {
  color: var(--secondary-color) !important;
  /* font-weight: 600; */
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1.1em;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, "Liberation Sans", FreeSans,
      sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h5 {
  /* color: var(--secondary-color) !important; */
  /* font-weight: 600; */
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1.1em;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, "Liberation Sans", FreeSans,
      sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2 {
  /* color: var(--secondary-color) !important; */
  /* font-weight: 600; */
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1.1em;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, "Liberation Sans", FreeSans,
      sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.panel-text {
  font-size: 42px !important;
}

.position-absolute {
    position: absolute !important;
  }

.panel-text:hover {
  font-size: 42px !important;
  color: #c20430;
}

.panel-footer {
  font-size: 13px !important;
  color: #c20430;
  text-transform: uppercase;
}

.panel-footer:hover {
  font-size: 13px !important;
  color: var(--secondary-color) !important;
  text-transform: uppercase;
}

.btn-icon {
  background-color: var(--primary-color) !important;
  color: #fff;
  visibility: visible;
  opacity: 1;
}
.swal2-title {
  font-size: 14px !important;
  text-transform: none;
  color: var(--primary-color) !important;
  font-weight: 600;
}

.active > .page-link {
  background-color: var(--primary-color) !important;
  border: none !important;
}

.active.page-link:hover {
  /* background-color:var(--secondary-color) !important; */
  background-color:var(--secondary-color) !important;
  background-size: cover;
}
.nav-link:hover {
  background-color:var(--hover-color) !important;
    /* background-image: linear-gradient(180deg, var(--secondary-color) 10%, var(--hover-color) 100%); */
    background-size: cover;
    color: var(--hover-text-color)  !important;
}

.nav-link.active {
  background-color: var(--primary-color, #46f592) !important;
  background-size: cover;
  color: var(--text-color)  !important;

  /* color: #ffffff !important; */
}



.nav-link.active{
  color: var(--primary-color);
  background: var(--secondary-color) !important;
  box-shadow: none;
}

.nav-item.show{
  background: var(--primary-color);
  color: var(--secondary-color) !important;
}


.nav-sidebar .nav-link.active {
  background-color: var(--secondary-color);
  border-left:4px solid var(--primary-color);
  border-right:4px solid var(--primary-color);
  color: var(--primary-color);
}

.btn:hover {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}
.nav-tabs-highlight,
.nav-tabs-overline,
.nav-tabs-underline {
  --nav-tabs-underline-color: var(--primary-color);
}

bg-extra {
  background: #707271;
}

.btn-default {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #7ff3a2;
  font-weight: 600;
}

.btn-default:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  font-weight: 500;
}

.btn-main {
  background: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 600;
}

.btn-brand {
  background: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 600;
}

.bg-brand-secondary
{
  background: var(--secondary-color);
}
.text-brand-secondary
{
  color: var(--secondary-color) !important;
}


.btn-main:hover {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
}

.bg-main-nav {
  color: #000;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.144);
}

.btn-perfrom {
  background-color: #155349;
  color: #d0e3e1;
  font-weight: 500;
}

.btn-perfrom:hover {
  background-color: #4b9d90;
  color: #ddf2f3;
  font-weight: 500;
}

.nav-sidebar .nav-link {
  color: var(--primary-color);
}

/* .nav-sidebar .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
} */
/* .card-layout{
  background: #c81a1a !important;
} */




.icon-shape {
  width: 48px;
  height: 48px;
  background-position: center;
  border-radius: 0.5rem;
}

.icon-shape i {
  color: #fff;
  opacity: 0.8;
  top: 11px;
  position: relative;
}

.icon-shape .ni {
  top: 14px;
}

.icon-xxs {
  width: 20px;
  height: 20px;
}

.icon-xxs i {
  top: 0;
  font-size: 0.65rem;
}

.icon-xs {
  width: 24px;
  height: 24px;
}

.icon-xs i {
  top: -1px;
  font-size: 0.75rem;
}

.icon-sm {
  width: 32px;
  height: 32px;
}

.icon-sm i {
  top: 4px;
  font-size: 0.875rem;
}

.icon-md {
  width: 48px;
  height: 48px;
}

.icon-md i {
  top: 30%;
  font-size: 1.125rem;
}

.icon-md.icon-striped {
  background-position-x: 85px;
  background-position-y: 85px;
}

.icon-md.icon-striped i {
  top: 11%;
  margin-left: -10px;
  font-size: 0.875rem;
}

.icon-lg {
  width: 64px;
  height: 64px;
}

.icon-lg i {
  top: 31%;
  font-size: 1.5rem;
}

.icon-lg.icon-striped {
  background-position-x: 111px;
  background-position-y: 111px;
}

.icon-lg.icon-striped i {
  top: 21%;
  margin-left: -15px;
}

.icon-xl {
  width: 100px;
  height: 100px;
  border-radius: 0.5rem;
}

.icon-xl i {
  top: 35%;
  font-size: 2.1rem;
}

.icon-xl.icon-striped {
  background-position-x: 80px;
  background-position-y: 80px;
}

.icon-xl.icon-striped i {
  top: 30%;
  margin-left: -15px;
}
.btn-icon {
  background-color:#D3A92A !important;
  color: black !important;
  visibility: visible;
  opacity: 1;
}
.swal2-title{
  font-size: 14px !important;
  text-transform: none;
  color:#D3A92A !important;
  font-weight: 600;
}

.active>.page-link
{
  background-color:#D3A92A !important;
  color: #000 !important;
  border: none !important;

}




.media-chat-scrollable {
    max-height: 32.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .media-chat {
    --chat-message-padding-y: 0.625rem;
    --chat-message-padding-x: 1rem;
    --chat-message-bg: var(--gray-300);
    --chat-message-color: var(--body-color);
  }
  @media (min-width: 576px) {
    .media-chat-item {
      width: 75%;
    }
  }
  .media-chat-message {
    position: relative;
    padding: var(--chat-message-padding-y) var(--chat-message-padding-x);
    display: inline-block;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--chat-message-color);
    border-radius: var(--border-radius);
  }
  .media-chat-message:not([class*="bg-"]) {
    background-color: var(--chat-message-bg);
  }
  .media-chat-item-reverse {
    --chat-message-bg: var(--primary);
    --chat-message-color: var(--white);
    text-align: right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .media-chat-item-reverse .media-chat-message {
    text-align: left;
  }

  .border-end{
    background-color: 1px solid #320808;
  }
