.web-footer {
  padding: 0;
  min-height: 0px;
  display: none;
}

.container {
  max-width: 100% !important;
}

.navbar-primary {
  height: 75px !important;
  background: linear-gradient(to right, #489cda, #61a2d1d0, #489cda, #0665d0);
}

for-login .page-card-head,
.for-forgot .page-card-head,
.for-signup .page-card-head,
.for-email-login .page-card-head {
  margin-bottom: 1.5rem !important;
}

.page-card {
  height: 450px;
  max-width: 500px !important;
  padding: 25px !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: 0px 3px 11px 0px #E8EAFC, 0 3px 3px -2px #B2B2B21A, 0 1px 8px 0 #9A9A9A1A !important;
}

.page-card .page-card-head {
  border-bottom: none !important;
  margin-bottom: 0.5rem !important;
  margin-top: 1.5rem !important;
}

.card {
  background-color: white;
  box-shadow: 0px 3px 12px 0px #e8eafcad, 0 3px 3px -2px #461a7714;
}

.page-card-head img {
  max-height: 75px !important;
}

.page-card form {
  max-width: 350px !important;
}

.page-header-wrapper {
  margin-top: -30px !important;
}

.list-unstyled {
  margin-top: 20px !important;
}

.sidebar-item a {
  padding: 0.5rem !important;
  border-radius: 0rem !important;
}

.sidebar-item a:hover {
  background: rgba(228, 222, 222, 0.755) !important;
}

.sidebar-item a.active {
  background: linear-gradient(to right, #b7c7e9, rgb(190, 185, 185)) !important;
  color: #666 !important;
}

.my-account-header {
  color: #489cda;
  font-size: 22px;
}

.transaction-list-item {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.layout-main-section-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  margin-top: 15px;
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff !important;
}

.btn-light {
  margin-left: 1rem;
}

.input-group .form-control {
  min-width: max-content;
  margin-left: 2rem;
}

.form-inline {
  display: inline;
}

input[type="datetime-local"] {
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="datetime-local"]:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Generic frozen cells */
.dt-cell.is-frozen {
  position: relative;
}

/* Distinctive border for the last frozen column */
.dt-cell.is-frozen-last {
  border-right: 2px solid #d0d4d9; /* pick a color that matches your theme */
  box-shadow: 2px 0 2px -1px rgba(0,0,0,0.1); /* optional subtle shadow */
}

.dt-footer {
  border-top: 1px solid #d0d4d9;
  background: #f8f9fa;
}

.dt-footer-cell {
  font-weight: 500;
  text-align: left;
  padding: 6px 8px;
}

.dt-footer-scrollable {
  overflow-x: auto;
  overflow-y: hidden;
}