.customer-details h5 {
  font-weight: bolder;
  color: #33208c;
  font-size: 15px;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px !important;
  color: #012970;
}
.footer {
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
  width: calc(100% - 300px);
  position: fixed;
  bottom: 0;
  background: #f6f9ff;
  margin-left: 300px;
  z-index: 99;
}

.footer .copyright {
  text-align: center;
  color: #012970;
  font-size: 13px !important;
}
body {
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
  min-height: 100vh;
  font-family: "Segoe UI", sans-serif;
  overflow-x: hidden;
}
.card {
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(-5px);
}
.slide-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}
.slide-in.show {
  opacity: 1;
  transform: translateY(0);
}
.section-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2a2a2a;
}
.label-text {
  font-weight: 600;
  color: #555;
}
.value-text {
  color: #000;
}
.filters_wrap {
  overflow: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(0);
  opacity: 1;
}
.filters_wrap.hidden-slide {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.fixed_btn {
  position: fixed;
  top: 10rem;
  right: 0rem;
  z-index: 1050;
}
.column-toggle {
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
}
.column-toggle.off {
  background-color: #dee2e6 !important;
  color: #6c757d;
  text-decoration: line-through;
}
.close-pill-card {
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
/* Card Container */
.sort-option {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  animation: fadeInUp 0.5s ease-in-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sort-option {
  background-color: #f0f4ff;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  animation: fadeInUp 0.4s ease-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cus-select {
  padding: 0.2rem 2rem !important;
}
#columnCard {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}

.filter-mdl-btn,
.mdl-btn {
  background: #331f8e;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.392);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.select2 {
  width: 100% !important;
}
label.form-label {
  color: #012970 !important;
}
.sidebar-scroll-content {
  height: 69.5vh;
  overflow-y: auto;
}
.fees_wraps select {
  width: auto !important;
}
.logo_img {
  max-height: 52px;
  margin-right: 6px;
}
.title_txt {
  font-size: 26px;
  color: #33208c;
  font-family: "Nunito", sans-serif;
}
/*      card animations*/
.card-hover-effect {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.card-hover-effect::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #33208c, #5139c2);
  z-index: 1;
  transition: bottom 0.5s ease-in-out;
}
.card-hover-effect:hover::before {
  bottom: 0;
}
/* Ensure content appears above the gradient */
.card-hover-effect > * {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
/* Change text color to white on hover */
.card-hover-effect:hover .card-title,
.card-hover-effect:hover .card-text,
.card-hover-effect:hover i {
  color: #ffffff !important;
}
.fw-bold1 {
  font-weight: 600 !important;
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.lgfont {
  font-weight: 500 !important;
}
.customer-details h5 {
  font-weight: bolder;
  color: #33208c;
  font-size: 15px;
}
.customer-details p {
  font-size: 14px;
}
.bi-patch-check-fill {
  color: green;
}
#main {
  margin-top: 60px;
  /*  padding: 20px 30px;*/
  padding: 5px 0px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    /*padding: 20px;*/
    padding: 0px;
  }
}

label.form-label {
  width: 100%;
  font-size: 14px;
}

.dropdown.bootstrap-select.show-tick.form-select.dropup {
  font-size: 14px;
  padding: 2px !important;
}
input.form-control,
select.form-select,
select.form-control {
  padding: 0.2rem 0.75rem !important;
  font-size: small;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}
a {
  color: #4154f1;
  text-decoration: none;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
#main {
  margin-top: 60px;
  padding: 5px 0px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 0px;
  }
}
.card {
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}
.card-title {
  padding: 10px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}
.footer {
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .copyright {
  text-align: center;
  color: #012970;
  font-size: 12px;
}
.footer .credits {
  text-align: center;
  font-size: 12px;
  color: #012970;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.customer-details h5 {
  font-weight: bolder;
  color: #33208c;
  font-size: 15px;
}
.customer-details p {
  font-size: 14px;
}
.title_txt {
  font-size: 26px;
  color: #33208c;
  font-family: "Nunito", sans-serif;
}
.logo_img {
  max-height: 52px;
  margin-right: 6px;
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.lgfont {
  font-weight: 500 !important;
}
.bi-patch-check-fill {
  color: green;
}
.title span {
  color: #33208c;
}
input.form-control,
select.form-select,
select.form-control {
  padding: 0.2rem 0.75rem !important;
  font-size: small;
}
@media (max-width: 768px) {
  .show_column {
    flex-direction: column;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  background: #12121261;
  /*width: 57%;*/
  border-radius: 13px 35px;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(53% - 30px);
  border: 6px solid #f92020b8;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
  z-index: 9999;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
