.headerLogo {
  cursor: default;
  position: absolute;
  width: 60px;
  left: 20px;
  top: 10px;
}

.btn {
  border-radius: 0.375rem !important;
}

.headerLogo img {
  cursor: default;
  width: 100%;
}

.nav-item-logo img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nav-item-logo {
  display: flex;
  align-items: center;
  justify-content: left;
}

.sidebar .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.728) !important;
  cursor: pointer !important;
}

.sidebar .nav-item .nav-link:hover {
  background-color: #2a6a9e !important;
  color: #fff !important;
}

.sidebar .nav-link {
  border-radius: 0.375rem !important;
}

.sidebar .nav-link .sidebar-icon {
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.728);
}

.sidebar .nav-item .nav-link:hover .sidebar-icon svg {
  fill: #fff;
}

.sidebar .nav-item .nav-link:hover .sidebar-icon i.far {
  color: #fff;
}

.sidebar .nav-item .nav-link:hover .sidebar-text {
  color: #fff;
}

.page-bg {
  /* background: url('/static/assets/images/bg.jpg'); */
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.login-page.page-bg {
  padding-top: 80px !important;
}

.page-bg .card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.inp-wrap {
  position: relative;
}

.inp-wrap .form-label {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 0.875rem;
}

.inp-wrap i.bi {
  position: absolute;
  top: 32px;
  left: 14px;
  color: #58585b;
}

.form-control {
  border-radius: 0.375rem !important;
}

.inp-wrap input.form-control {
  padding-left: 35px;
}

a {
  color: #2a6a9e;
}

a:hover {
  color: #09495d;
}

.btn-primary {
  background-color: #2a6a9e;
  border: 0 !important;
}

.btn-primary:hover {
  background-color: #09495d;
}

.navbar-dashboard {
  margin-left: 260px;
  border-radius: 0;
  position: fixed;
  width: calc(100% - 260px);
  height: 66px;
  background-color: #fff;
  z-index: 100;
}

.navbar-dashboard .navbar-brand img {
  height: 55px;
}

/* Position the search box at bottom left */
/* .dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;

} */

/* Position the length menu at bottom right */
.dataTables_wrapper .dataTables_length {
  float: right !important;
  margin-top: 10px;
  padding-right: 10px;
}

/* Adjust table wrapper padding */
.card.orgtable {
  padding-bottom: 50px;
  /* Make space for bottom controls */
  position: relative;
}

/* Style the length menu */
.dataTables_length select {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 5px;
}

.bottom {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.dataTables_paginate a {
  border: 1px solid black !important;
  padding: 9px;
  border-radius: 6px;
  color: black !important;
}

.dataTables_paginate a.current {
  background-color: #124c7b !important;
  color: #fff;
}

.card-body .dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.card-body
  .dataTables_wrapper
  .dataTables_paginate
  a.paginate_button.current:hover {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_length label {
  padding-left: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
  padding-right: 0 !important;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 0.7 !important;
}

.sidebar-head {
  min-height: 65px;
  display: flex;
  align-items: center;
  flex-flow: row;
  width: 100%;
}

.avatar-custom {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-logo {
  margin-right: 0;
  width: 65px;
  display: flex;
}

.custom-logo img {
  cursor: default;
  height: unset;
  width: 100%;
}

.sidebar-inner .avatar-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main.content {
  padding-top: 70px;
  min-height: calc(100vh - 59px);
}

.businessName {
  display: flex;
  align-self: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 10px;
  position: relative;
}

.menuIcon {
  margin-left: 10px;
  font-size: 30px;
  margin-right: 10px;
  color: #000000 !important;
}

.switchBtn {
  margin-right: 10px;
  cursor: pointer;
}

.switchBtn i {
  font-size: 24px;
}

span.pass-eye {
  padding: 10px;
  color: #374151 !important;
  background-color: #e9ecef;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ced4da;
}

.pass-eye-backgroud:hover{
  color: #1F2937;
  background-color: grey;
  border-color: grey;
}

.pass-group .form-control {
  border-radius: 6px 0 0 6px !important;
}

span.pass-eye:hover {
  color: #fff !important;
}

.pass-group .bi-lock {
  z-index: 9;
  top: calc(50% - 12px) !important;
}

.switchBtn a.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.switchBtn .dropdown-menu {
  width: 180px;
  margin-top: 16px;
}

.switchBtn .dropdown-menu li {
  padding-block: 5px;
}

.select2-container {
  min-width: 240px;
  width: unset !important;
}

.sidebar.collapse {
  width: 60px;
  overflow: hidden;
}

.content.collapse {
  margin-left: 60px;
  display: block;
}

footer.collapse {
  margin-left: 60px;
  width: 100%;
}

footer.login-footer {
  margin-left: 0 !important;
  width: 100%;
  position: fixed;
  bottom: 0;
}

footer.login-footer a {
  text-decoration: none !important;
  color: #1f2937 !important;
}

footer.register-footer {
  margin-left: 0 !important;
  width: 100%;
}

footer.register-footer a {
  text-decoration: none !important;
  color: #1f2937 !important;
}

.navbar-dashboard.collapse {
  margin-left: 60px;
  display: block;
}

@media screen and (max-width: 991px) {
  .page-bg {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 576px) {
  .headerLogo {
    left: 10px;
  }
}

.register-icon {
  left: 20px !important;
}

.activate {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}

.header-right .btn-text:hover {
  color: #124c7b !important;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-right .ic-btn {
  align-items: center;
  border-radius: 20px;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  outline: none;
  font-size: 20px;
  border: 2px solid grey;
}

.header-right .ic-btn:hover {
  background-color: #124c7b;
  color: #fff !important;
}

.userProfile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 8px 4px 8px;
}

.profileName-ini img {
  width: 50px;
}

.avatar-initial {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff00;
  color: #2a6a9e;
  font-size: 30px;
  font-weight: bold;
}

.user-nameEmail {
  text-align: left;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.user-nameEmail small {
  font-size: 12px;
}

.profileName-ini {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 0px solid #ddd;
  border-radius: 50%;
}

.avatar {
  display: block;
  width: 100%;
  height: 100%;
}

.active-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: green;
  border: 2px solid white;
  /* Creates the white border around the dot */
}

.avatar {
  display: block;
  width: 100%;
  height: 100%;
}

.redirect-icon {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.table td {
  word-wrap: break-word;
}

.table .organization-name {
  text-wrap: initial !important;
  max-width: 140px;
}

.table .organization-email {
  text-wrap: initial !important;
  max-width: 200px;
}

.table .thead-light th,
.table.user-table thead th {
  background-color: #2a6a9e;
  color: #fff;
}

.table.user-table {
  border: 1px solid #e5e7eb;
}

.image {
  position: relative;
  width: 100px;
  height: 100px;
}

.pic-overlay button {
  background-color: rgb(255 255 255 / 0%);
  border: none;
}

.pic-overlay button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.bottom-icon {
  bottom: -20% !important;
}

button.btn-close {
  border: 2px solid #000;
  border-radius: 50px;
}

#uploadError {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

#uploadImageUser {
  display: flex;
  position: absolute;
  left: -60px;
  width: 220px;
  white-space: nowrap;
  font-size: 12px;
}

.edit-icon .btn {
  display: flex;
  background-color: #2a6a9e !important;
  color: #fff;
  width: 25px;
  height: 25px;
  justify-content: center;
}

.delete-icon .btn {
  display: flex;
  background-color: #e33434 !important;
  color: #fff;
  width: 25px;
  height: 25px;
  justify-content: center;
}

footer {
  margin-left: 260px !important;
  width: calc(100% - 260px);
}

.footer-text {
  margin-left: 12px;
}

.dateFilter {
  position: absolute;
  top: -16px;
  margin: 0 auto;
  left: 1%;
  font-size: 14px;
}

.dateFilter .form-control {
  font-size: 14px;
}

.dateFilter .btn {
  box-shadow: none !important;
}

.table .thead-dark th {
  background-color: #2a6a9e !important;
  color: #ffffff;
}

.text-success {
  color: green;
  font-weight: bold;
}

.text-success-dataTable {
  color: green;
}

.text-danger {
  color: red;
  font-weight: bold;
}

.text-danger-dataTable {
  color: red;
}

.view-btn {
  margin-left: 60px;
  margin-top: 31px !important;
}

.view-btn.m-0 {
  margin: 0 !important;
}

.table-wrap {
  word-wrap: break-word !important;
}

.orgtable.card .table td,
.orgtable.card .table th {
  padding-inline: 1rem;
}

hr.my-3 {
  border-top: 2px solid #000000;
  margin-top: 20px;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pagination {
  font-size: 14px;
}

.items-page {
  width: 200px !important;
}

.items-text {
  width: 150px !important;
}

.items-select {
  width: 40% !important;
}

.sidebar {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.sidebar.collapsed .sidenav-footer {
  display: none;
}
.sidebar.collapsed {
  width: 68px;
}

.sidebar.collapsed .sidebar-icon {
  font-size: 20px;
}

.sidebar.collapsed .sidebar-text {
  display: none;
}

.sidebar.collapsed .menuIcon {
  margin-right: 0;
}

.sidebar.collapsed .custom-logo {
  display: none;
}

.sidebar.collapsed .nav-item {
  width: 100%;
}

#mainContent.collapsed {
  margin-left: 75px;
}

#mainheader.collapsed {
  margin-left: 68px;
  width: calc(100% - 68px);
}

#mainfooter.collapsed {
  margin-left: 68px !important;
  width: calc(100% - 68px);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2a6a9e !important;
}

.btn-view {
  line-height: 2;
  background-color: transparent;
  padding: 2px 15px;
  border-radius: 5px;
  color: #2a6a9e;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #2a6a9e;
}

.toggle-wrapper {
  display: flex;
  align-items: center;
}

.toggle-btn {
  display: flex;
  align-items: center;
  font-size: 26px;
  padding: 5px;
  cursor: pointer;
}

.toggle-btn .fa {
  margin: 0 5px;
}

.status-text {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
}

.toggle-btn.active {
  color: green;
}

.toggle-btn.inactive {
  color: #1f2937;
}

.inactive-icon {
  color: #1f2937;
  display: none;
}

.active-icon {
  color: green;
  display: none;
}

.active .active-icon {
  display: inline-block;
}

.inactive .inactive-icon {
  display: inline-block;
}

.help-container {
  justify-content: center !important;
  align-items: center !important;
}

.help-margin {
  margin-left: 14px;
}

.sidebar-margin {
  margin-left: 40px;
}

.center-logo {
  justify-content: center !important;
  border-bottom: 1px solid #dee2e600 !important;
  border-top: 1px solid #dee2e600 !important;
}

.register-logo {
  max-width: 800px !important;
}

input[type="date"]::-webkit-clear-button {
  display: none;
}

input[type="date"]::-ms-clear {
  display: none;
}

.dataTables_wrapper .dataTables_filter {
  /* position: relative;
    bottom: 45px !important; */
  float: left !important;
  text-align: right;
  margin-top: 2px;
}

.filter-div {
  float: right !important;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 6px !important;
}

[type="search"] {
  outline-offset: 0px !important;
}

.dataTables_wrapper .dataTables_length {
  margin-top: 4px !important;
}

.prod-label {
  white-space: nowrap;
}

.prod-image {
  overflow: hidden;
  border-radius: 50%;
}

.org-logo {
  overflow: visible;
  border-radius: 50%;
  position: relative;
}

.business-logo {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.expired-message {
  color: red;
  font-size: 24px;
  font-weight: bold;
}

.btn-reset {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.btn-reset:hover {
  background-color: #0057b341;
}

.headerUnityLogo {
  left: 40%;
  align-items: center;
  position: absolute;
  width: 90px;
  top: 10px;
}

#sidebarMenu .nav-link.active {
  background-color: #2a6a9e !important;
  color: #fff !important;
}

#sidebarMenu .nav-link.active .sidebar-icon svg {
  fill: #fff;
}

#sidebarMenu .nav-link.active .sidebar-icon i.far {
  color: #fff !important;
}

.tooltip-inner {
  background-color: white !important;
  color: black !important;
  border: 0px solid black !important;
  padding: 5px 10px;
  font-size: 14px;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow {
  border-bottom-color: white !important;
  border-left-color: rgb(255, 255, 255) !important;
  border-right-color: rgb(255, 255, 255) !important;
  border-top-color: rgb(255, 255, 255) !important;
}

.tooltip {
  opacity: 1 !important;
}

.required::after {
  content: " *";
  color: red;
}

.p-margin {
  margin-bottom: 5px;
}

.vertical-divider {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ddd;
}

.unity-color {
  color: #2a6a9e;
}

.btn-success {
  color: #ffffff !important;
}

.dateFilter {
  position: absolute;
  top: 0px;
  margin: 0 auto;
  left: 170px;
  right: 0;
  font-size: 14px;
}

#transactionTable_wrapper .page-link {
  color: #212529;
}

#transactionTable_wrapper .active .page-link {
  color: #fff;
}

div.dt-container div.dt-search label,
div.dt-container div.dt-length label {
  font-size: 14px;
}

/* .dataTables_wrapper .dataTables_filter {
    margin-top: -27px !important;
    text-align: right;
} */

.input-group-filter {
  width: 24% !important;
}

.user-logo {
  margin-top: 0px !important;
  margin-left: 35px !important;
}

.no-margin {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.flex-grow-1 {
  flex-grow: 1;
}

.sidebar-footer {
  padding: 10px;
  font-size: 14px;
  color: #6c757d;
}

.text-message {
  color: rgb(0 0 0 / 70%) !important;
}

.org-admin-logo {
  margin-left: 30px !important;
}

.margin-0 {
  margin-top: 0px !important;
}

.product-image {
  overflow: hidden;
  border-radius: 0% !important;
}

.product-logo {
  border-radius: 0% !important;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.icon-text {
  margin-top: 5px;
  margin-left: 18px;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.tooltip-inner {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  white-space: normal;
  max-width: none !important;
  width: auto !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

.tooltip {
  z-index: 9999;
}

.swal2-icon {
  width: 3em !important;
  height: 3em !important;
}

.swal2-popup {
  width: 25em !important;
}

.swal2-icon .swal2-icon-content {
  font-size: 1.75em !important;
}

.account-margin {
  margin-top: 1px !important;
}

.switch-item {
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
  padding: 0;
  background-color: white;
}

#organizationTable td {
  border: 1px solid #dee2e6;
}

#organizationTable th {
  border: none;
}

.switch-item .span {
  border: 0;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #2a6a9e !important;
}

.edit-btn-width {
  margin-left: -35%;
  width: 135%;
}

.dataTables_paginate .paginate_button {
  margin: 0 5px;
  text-align: left !important;
}

#recentOrganizationsTable_wrapper {
  overflow-x: hidden !important;
  width: 100% !important;
}

label.my-custom-class {
  position: relative;
  top: 0px;
}

/* .table-settings{
    position:absolute;
} */

.table-settings .fmxw-400 input#searchInput {
  border-radius: 0 6px 6px 0 !important;
}

.transaction-table-settings {
  position: absolute;
  margin-bottom: 5px;
}

.custom-select-wrapper {
  position: relative;
  margin-left: 30px;
  width: 250px;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-color: white;
  background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  border-radius: 6px;
  /* optional, for curved corners */
}

.dataTabledisplay {
  position: absolute;
  left: 314px;
  width: calc(100% - 314px);
}

.accout-type-input {
  height: 34px;
  padding-top: 6px;
  border-radius: 6px !important;
}

.accout-type-input:focus {
  box-shadow: none !important;
  border-color: #d1d5db !important;
}

.data-table-search-input {
  padding: 0.25rem 0.5rem;
  border: 0.0625rem solid #d1d5db;
}

.add-new-btn {
  position: absolute;
  width: 150px;
  right: 22px;
  /* right: -160%; */
  top: 5px;
}

.add-new-btn .btn-primary {
  width: 100%;
  padding: 0.5rem 1rem !important;
}

.org-logo-circle {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  justify-content: center;
}

.org-initials-circle {
  width: 40px;
  height: 40px;
  background-color: #2a6a9e; /* Bootstrap blue or customize */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 17%;
}

.wrap-text {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-word;
}
/* ✅ Disable pointer for the logo column (first column) */
#organizationTable tbody tr td:first-child,
#organizationTable tbody tr td:first-child * {
  cursor: default !important;
}

/* ✅ Disable pointer for the action column (last column) */
#organizationTable tbody tr td:last-child,
#organizationTable tbody tr td:last-child * {
  cursor: default !important;
}

/* ✅ Enable pointer for all other columns */
#organizationTable tbody tr {
  cursor: pointer;
}

/* ✅ Keep pointer for dropdowns */
#organizationTable tbody tr .dropdown-toggle,
#organizationTable tbody tr .dropdown-item {
  cursor: pointer !important;
}

.simplebar-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh !important;
}
.simplebar-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidenav-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-inline: 10px;
  position: absolute;
  bottom: 30px;
}

.helpInfo {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  margin-bottom: 5px;
  color: #000000;
  strong {
    font-weight: 600;
  }
}

.blink {
  display: inline-block;
  /* helps animation behave predictably */
  text-decoration: none;
  /* optional */
  color: #0066cc !important;
  /* change as needed */
  animation: blink 1s linear infinite;
  /* pause animation on hover/focus so it's easier to click/read */
}

.blink:hover,
.blink:focus {
  animation-play-state: paused;
}

/* Keyframes: fades text in/out */

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Respect user's reduced-motion preference */

@media (prefers-reduced-motion: reduce) {
  .blink {
    animation: none;

    opacity: 1;
  }
}

.input-group input[type="password"] {
  border-radius: 6px 0 0 6px !important;
}
.input-group input[type="password"] + .btn {
  border-radius: 0 6px 6px 0 !important;
}

/*  Coming Soon */
.card-body.coming-soon-card {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.card-body.coming-soon-card img {
    width: 360px;
    margin-bottom: 30px;
}
.card-body.coming-soon-card h1 {
    font-weight: 300;
}

@media (min-width: 576px) {
    #termsOfUseModal .modal-dialog {
        max-width: 1040px;
    }
}

/* Target only SweetAlert2 success icon */
.swal2-icon.swal2-success {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px !important; /* scales the checkmark */
}

/* Target only SweetAlert2 success icon */
.swal2-icon.swal2-error {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px !important; /* scales the checkmark */
}

/* HEADER */
.page-heading {
    font-weight: 700;
    margin-bottom: 25px;
    color: #1b3c59;
}

/* RADIO BUTTON TOGGLE */
.mode-toggle {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    gap: 30px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

.toggle-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
}

/* CARD SECTION */
.card-box {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.card-header {
    background: #1b3c59;
    color: white;
    padding: 12px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}

.table-section {
    padding: 15px 20px;
}

/* TABLE STYLE */
.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px !important;
}

.modern-table thead tr th {
    background: #f0f4f8;
    padding: 12px;
    font-weight: 600;
}

.modern-table tbody tr {
    background: #ffffff;
}

.modern-table tbody tr td {
    padding: 12px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

#searchBoxOrg, 
#searchBoxIndex {
    width: 260px;
}

.delete-btn-top {
    background: #2A6A9E;
    color: white;
    border: none;
    padding: 7px 15px;
    border-radius: 6px;
}
.delete-btn-top:hover { opacity: 0.9; }
