.text-danger, .dropdown-menu > li > a.text-danger {
  color: #ff000096 !important;
}
img.img-fluid.logo-blue {
  margin: 0 auto;
  width: 70%;
  height: 100%;
  object-fit: contain;
  text-align: center;
  display: block;
}
[data-topbar=light] body .header .logo-color{
  width: 100%;
}
.float-right{
  float: right;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  float: right;
}
.process_loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: url('../img/loaders/processs_loading1.gif') 50% 50% no-repeat rgb(0 0 0 / 21%);
	background-size: 120px;
}
.custom-width{
  min-width: 200px;
}
.innerTable td , .innerTable th{
  padding: 0px !important;
}
.importInfo{
  width: 250px; 
  text-align: left; 
  background: #f3f3f380;
}
.importInfo p{
  text-align: left;
  padding: 4px 15px;
}
.table td{
  border-bottom: 1px solid #dfdbdb;
  height: 53px;
  vertical-align: middle !important;
}
.small-img-div{
  margin: 0 4px 0 0 !important; 
  width: 40px !important; 
  height: 40px !important;
}
iframe.pd-20{
  padding: 10px;
}
.custom-shadow {
  box-shadow: 0 0 13px 0 rgb(82 63 105 / 12%) !important;
  padding: 0px;
  margin-bottom: 17px;
}
.custom-buttons-tabs{
  position: absolute;
  top: 0.7%;
  right: 2%;
}
.card-table .card-body .table td{
  border-bottom: 1px solid #e3e0e0 !important;
  height: 40px;
  padding: 9px 25px;
}
.modal-body .table td{
  height: 35px !important;
}
.table-responsive{
  overflow-x: unset;
}
.tdSelect{
  opacity: 0;
}
.btn-close-custom{
    float: right;
    position: absolute;
    text-align: right;
    right: 2%;
    top: 4%;
    z-index: 99;
}
#tableLoader {
  position: absolute;
  top: 50%;
  left: 44%;
  z-index: 1000;
}
#discount_details{
  color: green;
  font-size: 16px;
  background: #aaeeaa47;
}
.back-icon{
  font-size: 15px;
}
.page-header {
  margin-bottom: 1.275rem;
}
.limited-width {
  max-width: 200px;  /* Limit width */
  white-space: nowrap;  /* Prevent text from wrapping */
  overflow: hidden;  /* Hide overflow */
  text-overflow: ellipsis;  /* Show dots (...) */
  display: block;  /* Ensure it behaves as a block element */
}
.package-details{
  padding: 4px 8px;
  margin-right: 18px;
  font-size: 12px !important;
}
.error-box{
  margin: 50px auto;
}
#card-element {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#card-element:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}
.StripeElement {
  width: 100%;
}
.payment-icon{
  width: 90px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid rgb(224, 224, 224);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 7px;
  margin: 0px 10px;
  vertical-align: middle;
}
.payment-icon.selected{
  border: 4px solid #0064f952;
  background: #f7f8f9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3sease-in-out;
}
.packages.card.current {
  background: #ecebffa8;
  border: 1px solid #0064f994;
}
.package-edit .btn-default{
  background: #0064f95e;
  color: #fff;
  border: 1px solid #00000038;
}
.package-edit .btn{
  width: 185px;
}
.medium-width {
  white-space: normal; /* Allows text to wrap */
  word-wrap: break-word; /* Ensures long words break */
  overflow-wrap: break-word; /* Alternative for better compatibility */
  max-width: 235px; /* Adjust width as needed */
}
.small-width {
  white-space: normal; /* Allows text to wrap */
  word-wrap: break-word; /* Ensures long words break */
  overflow-wrap: break-word; /* Alternative for better compatibility */
  max-width: 170px; /* Adjust width as needed */
}
.sidebar{
  width: 228px;
}
.page-wrapper .content{
  padding: 10px 12px;
}
.card .card-body{
  padding: 1rem;
}
.card .card{
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.sidebar .sidebar-menu ul li a .badge {
  background: #0064f9;
  /* padding-left: 3px; */
  /* padding-right: 2px; */
  padding: 2px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  margin-top: -4px;
  min-width: 23px;
}
.page-wrapper{
  margin-left: 235px;
}
.customer-details-group{
  padding: 2px 10px;
}
.sidebar .sidebar-menu ul li a {
  padding: 8px 18px;
}
.mr-4{
  margin-right: 10px;
}
.category-modal{
  min-width: 600px;
}
#importTypeDescription img{
  margin-top: 15px;
}
.ul-amounts{
  margin-left: 8%;
  margin-top: 2%;
}
.ul-amounts li{
  list-style: disc;
  font-size: 13px;
}
ul.ul-amounts li::marker {
  color: #808080; /* Change bullet color */
}
ul.ul-amounts li b {
  color: #7a8792;
}
.detailInfo{
  padding: 15px 0px;
}
.ct-labels {
  display: inline-block;
  min-width: 126px;
}
.ct-labels-1 {
  display: inline-block;
  min-width: 190px;
}
.ct-labels-2 {
  display: inline-block;
  min-width: 80px;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.blink-text {
  animation: blink 1s infinite;
  color: red; /* Change color as needed */
  font-weight: bold;
}
@keyframes blink {
  0% { background-color: #f8d7da; }  /* Light red */
  50% { background-color: transparent; }
  100% { background-color: #f8d7da; }
}
.empty-type {
  animation: blink 1s infinite;
}
.add-options a{
  padding: 4px 6px !important;
  margin: 0px 7px !important;
}
.backButton{
  display: block;
  text-align: right;
  margin: 10px 30px;
}
.text-muted {
  color: #a4a4b0 !important;
}
label.error{
  color: red !important;
}
.fade-out {
  background-color: #f8d7da !important;
  transition: background-color 0.5s ease;
}
.modal-title span.text.text-danger {
  font-size: 18px;
}
.modal-dialog.modal-dialog-centered.modal-lg.modal-search {
  min-width: 1200px;
}
.scrollable-div {
  max-height: 600px; /* or any height you want */
  overflow-y: auto;  /* vertical scroll */
  overflow-x: hidden; /* hides horizontal scroll */
  padding: 10px;      /* optional padding */
}
.scrollable-div2 {
  max-height: 500px; /* or any height you want */
  overflow-y: auto;  /* vertical scroll */
  overflow-x: hidden; /* hides horizontal scroll */
  padding: 10px;      /* optional padding */
}
.text-primary , .timeline-item .view, .backButton a{
  color: #0d6efde8 !important;
  font-weight: 700;
}
.sidebar .sidebar-menu ul li a:hover span{
  color: #0d6efde8 !important;
}
.sidebar .sidebar-menu ul li a.active , .sidebar .sidebar-menu ul li a.active span, .subscription-plane-head ul li a.active, .table tbody td a.btn-action-icon:active, .sidebar .sidebar-menu ul li.active a span{
  color: #0d6efde8 !important;
}
.activity-feed .feed-item.timeline-item::after{
  background:#878a99;
  border-color: #878a99 !important;
}
.user-menu .dropdown-menu .dropdown-item:hover, .subscription-plane-head ul li a.active::before, .sidebar .sidebar-menu ul li a.active::before ,.sidebar .sidebar-menu ul li.active a::after{
  background-color: #0d6efde8;
}
.btn-primary , .pagination li.active a.page-link{
  background-color: #0d6efde8;
  color: #fff;
  border: 1px solid #0d6efde8;
}
.sidebar .sidebar-menu ul li.active a::before{
  background-color: #0d6efde8;
}
.card-table .card-body .table > thead > tr > th{
  background: #0d6efd42;
  color: #000000d4;
}
.modal-footer .btn-back {
  background: #0d6efd36;
  border: 1px solid #EADDFF;
  box-shadow: inset 0 0 0 0 #0d6efd;
  padding: 8px 20px;
  border-radius: 6px;
  color: #237bfd;
  min-width: 69px;
}
.sidebar .sidebar-menu ul li a .badge{
  background: #0d6efde8;
}
.fa-arrow-right{
  color: #777;
}
.ulDisc li {
  list-style: disc;
  color: #333333db;
  line-height: 30px;
}
.dropdown-action .btn-action-icon{
  font-size: 18px;
  color: #878aa6;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #f2f2f2 !important;
}
.list-btn .btn-filters {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  color: #878A99;
  min-width: 39px;
  height: 39px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.addNewOptionBtn{
  width: 100%;
  padding: 3px;
  margin: 5px;
  border: 0px;
  text-align: left;
  font-size: 13px;
}
.addNewOptionBtn:hover{
  background-color: #f2f2f2;
  color: #237bfd;
  width: 98%;
}
.viewBtn, .downloadUrl{
  font-size: 13px;
}
#toggleColumnsSwal {
  margin-top: 10px;
}
#toggleColumnsSwal label.toggle-col-label {
  display: block;
  align-items: center;
  /* gap: 6px; */
  background-color: #f8f9fa;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  transition: background-color 0.2s;
  width: 100%;
  float: left;
  text-align: left;
}
#toggleColumnsSwal label.toggle-col-label:hover {
  background-color: #e9ecef;
}
.add-options, .processData{
  margin-top: 10px;
}
.icons-list > li{
  width: 33px;
  height: 33px;
  font-size: 16px;
}
.icons-list li .dropdown-action li{
  box-shadow: none !important;
  border: 0px !important;
  width: auto;
  height: auto;
  margin: 0px 5px;
}
/* #dataTableDetailsExpenses .text-danger{
  color: #333 !important;
} */
/* .bulk-action{
  width: 150px !important;
  background: #227afc;
}
.bulk-action > .dropdown > a{
  color: #fff !important;
  padding: 3px 14px;
} */
 .bulk-action a{
    padding: 5px 15px;
    margin-top: 5px;
 }
#finance-show-modal .modal-dialog {
    /* max-width: 1200px; */
}
.line-seperator {
    border-left: 1px solid;
}
.border-dark-grey {
    border-color: #d7d5e2 !important;
}
.lightGrey{
  color: #aeaeaee8;
}
.table-responsive .table{
  width: 100% !important;
}
.btn-default{
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      background: #f5f5f5;
      color: #000000ad;
      border: 1px solid #0000002e;
}
body.mini-sidebar .sidebar .sidebar-menu {
    border: 2px solid #e9eaed;
}
/* body.mini-sidebar .slimScrollBar{
  width: 2px !important; 
} */
.select2-dropdown{
  border: 0px solid #fff !important;
}
.opacityZero{
  opacity: 0;
  width: 10px;
}
.custom-search-wrapper {
    margin: 10px;
    /* background-color: #eaeaea5c; */
}
#select2-searchableDropdown-results{
    position: absolute;
    left: -3%;
    width: 401px;
    background: #ffffff;
    max-height: 600px;
    border: 1px solid #00000033;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Add shadow */
}
#select2-searchableDropdown-results .select2-results__option{
    padding: 7px 12px !important;
}
.custom-search-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #737373a8;
    color: #737373a8;
    border-radius: 8px;
    padding: 0px 10px;
    width: 400px;
    height: 40px;
    margin-left: 10%;
}
.dropdown-history{
    display: inline-block;
    position: absolute;
    margin: 6px -10px;
    font-size: 17px;
}
.dropdown-history .dropdown-toggle::after{
    margin-left: 0.055em;
}
#toggle_btn {
    margin: 0 30px 0 0px;
}
.custom-search-box .select2 {
  opacity: 0 !important;
  position: absolute;
}
#htmlDetails span.badge {
    font-size: 13px;
}
.custom-search-box .select2-container .select2-selection--single {

}
.input-block .form-control{
  padding: 7px 12px !important;
}
.dropdown-history .fa-history{
  color: #878A99;
}
.show-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;        /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #ccc;
    margin-right: 8px;
}
.table tbody td a.btn{
  padding: 3px 9px;
}
.search-icon i {
    margin-right: 2px;
}

.search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #737373a8;
    flex-grow: 1;
}

.search-input::placeholder {
    color: #777;
}

/* Apply blur to the content wrapper when active */
.blur-active .page-wrapper , .blur-active .sidebar {
    filter: blur(2px);
    pointer-events: none; /* optional: prevent interaction with blurred content */
    /* background: rgba(0, 0, 0, 0.3); */
}

/* Ensure input and suggestion box are visible and unaffected */
.search-wrapper {
    position: relative;
    z-index: 1000;
}

#searchInput {
    position: relative;
    z-index: 1001;
}

/* Container styling */
#suggestionBox {
    position: absolute;
    top: 100%;
    left: 10%;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* padding: 7px; */
    font-family: Arial, sans-serif;
    max-height: 500px;
    overflow-y: auto;
}

/* Suggestion list */
#suggestionBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Suggestion item */
#suggestionBox li {
    padding: 9px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s ease;
}

/* Last item (no border) */
#suggestionBox li:last-child {
    border-bottom: none;
}

/* Hover effect */
#suggestionBox li:hover {
    background-color: #e0e0e075;
}

/* Strong text inside suggestions */
#suggestionBox strong {
    font-weight: 600;
    color: #333333ba;
}
div#suggestionBox p {
    padding: 8px 10px;
}

/* Optional small text (if details are used) */
#suggestionBox small {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: -1px;
}

button.btn.btn-sm {
  padding: 3px 10px;
}
.custom-modal .modal-header {
    padding: 10px 20px;
}
.input-block label{
    color: #282828b0;
}
.help-block {
    display: block;
    font-size: 0.875rem;
    color: #6c757da1;
    margin-top: 0.25rem;
}
/* .modal.show .modal-dialog-top{
  margin-top: -0.7%;
} */
.modal-dialog-top .modal-body
{
    padding: 10px 24px;
}
.dropdown-history .dropdown-toggle::after{
color: #878A99;
}
/* .dropdown-history {
    position: relative;
} */

.dropdown-history .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) translateY(5px) !important;
    right: auto !important;
    top: 100% !important;
}

.searchHistoryDropdownUl{
    background: #ffffff;
    max-height: 600px;
    border: 1px solid #00000033;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px;
    width: 240px;
}
.searchHistoryDropdownUl li{
    padding: 7px 12px !important;
    border-bottom: 1px solid #aeaeae66;
}
.searchHistoryDropdownUl li .dropdown-item{
  padding: 0px;
}
.searchHistoryDropdownUl li .dropdown-item .text-muted{
    display: block;
}
.searchHistoryDropdownUl li a:hover, .searchHistoryDropdownUl li:hover{
  color: #0064f9;
  transition: all 0.3s ease;
  font-weight: 700;
}
#formAdvanceSearch ,.modal-body{
  padding: 13px !important;
}

/* #advance_search .modal-dialog {
    margin: -7% auto;
    top: 0;
} */
.sidebar-overlay + span .select2-search__field{
    /* your styles here */
    opacity: 0;
    border: 0px !important;
    position: absolute;
}
/* .select2-container {
    opacity: 0;
} */
.contact-box {
    border-top: 1px solid #dadee2; /* Bootstrap border */
    border-radius: 5px;
}
.pd5{
  padding: 5px 10px !important;
}
.blur-table {
    filter: blur(3px);
    pointer-events: none; 
}
ul#select2-filterType-results {
    max-height: 400px !important;
}

.files-div .btn{
  padding: 3px 6px !important;
}
.files-div .notification-list li .notification-btn
 {
    padding: 10px 0 !important;
    width: 100px !important;
}
.files-div .notification-list li .noti-details{
  width: 100%;
}
.files-div .noti-content {
    max-height: 500px !important;
    height: auto !important;
}
.notifications .notification-list li .avatar.active:before {
    opacity: 0 !important;
}
.settings-icon{
  bottom: 10%;
}
.settings-icon span .fa-arrow-right{
  text-align: right;
  float: right;
  margin-top: 4px;
  margin-right: 7px;
}
#userQuickInfo{
  display: none;
}
.offcanvas.offcanvas-end{
  width: 460px;
}
.sidebar-headerset{
      padding: 25px 25px 12px 25px;
}
.ulInfo li {
    list-style-type: circle;
    margin-left: 2%;
    color: #aeaeae;
    line-height: 23px;
}
.filter-list li a.btn{
    padding: 4px 15px !important;
}
.list-btn .btn-filters:hover{
    box-shadow: 0 40px 0 0 #227afc29 inset;
}
.sidebar .sidebar-menu ul li a.subdrop, .sidebar .sidebar-menu ul li.submenu > a:hover {
   background: rgb(34 122 252 / 11%);
}
.dynamic-row{
  height: 90px;
  cursor: move;
}
#total_count_3, #total_count_2, #total_count_1{
  font-weight: 700;
  margin-top: -7px;
  margin-left: 16px;
  color: #aeaeae;
  margin-bottom: 10px;
}
/* .dynamic-row .qty-info{
    margin-left: -8px;
} */
.export-btn{
      color: #878A99;
}
.list-btn .export-btn:hover {
    box-shadow: rgba(34, 122, 252, 0.16) 0px 40px 0px 0px inset;
    border-color: #EADDFF;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #227afc;
}
 .list-btn .export-btn:hover  .lightGrey{
    color: #227afc;
 }
.list-btn .export-btn {
    font-size: 14px;
    font-weight: 600;
    color: rgb(135, 138, 153);
    min-width: 39px;
    height: 39px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 4px 0px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;   /* vertical center */
    gap: 6px;              /* space between icon & text */
}
.page-header-custom{
  position: absolute;
  float: right;
  /* width: 100%; */
  right: 20px;
}

@media only screen and (min-width: 768px) {
  /* Styles for mobile devices */
  .device-logo img {
    width: 200px;
  }
  /* .package-details{
    display: none;
  } */
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 70%;
      margin-right: auto;
      margin-left: auto;
  }
  .modal-large{
    max-width: 1200px !important;
  }
  #advance_search .modal-dialog{
     max-width: 90%;
  }
}