/* --------------------------------------------------------- */
/*                       GENERAL CSS                         */
/* --------------------------------------------------------- */

/* Importing fonts */
@font-face {
  font-family: "Ubuntu";
  font-weight: normal;
  src: url("../fonts/Ubuntu-L.ttf") format("truetype");
  
}

/* Urdu font: Noto Nastaliq Urdu */
@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Jameel Noori Nastaleeq Regular.ttf") format("truetype");
}


.urdu-heading {
  font-family: "Jameel Noori Nastaleeq Regular", serif !important;
  direction: rtl !important;
  text-align: right !important;
}

.urdu-input {
    font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', serif;
    direction: rtl;
    text-align: right;
    font-size: 18px;
}



/* @font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Regular.ttf') format('truetype');
}

.counts {
  font-family: 'Orbitron', sans-serif;
  font-size: 30px;
} */

/* Global styles */
html, body {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600 !important;
  /* scroll-behavior: smooth; */
  scroll-behavior: auto !important; /* disables smooth scroll */
  margin: 0;
  padding: 0; /* Ensure no default padding */
  background: url('../images/bg.jpg') no-repeat center center fixed; /* Your image path */
  background-size: cover; /* Ensure the image covers the entire area */
}

body::before {
  content: '';
  position: fixed; /* Change to fixed to cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ensure it covers the whole area */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 0; /* Behind other elements */
}

body::first-letter {
  text-transform: capitalize;
}
.text-capitalize {
  text-transform: capitalize !important;
}

/* Utility classes */
.d-flex { display: flex; }
.justify-content-between { justify-content: space-between !important; }
.d-block { display: block; }
.d-none { display: none; }
.border { border: 1px solid #BDBDBD !important; border-radius: 6px }
.boder-none { border: none !important; }
.rounded { border-radius: .2rem; }
.rounded-dotted { border: 1px dotted #fff; border-radius: 6px; }
.rounded-top { border-radius: 1rem 1rem 0 0 !important; }
.rounded-bottom { border-radius: 0 0 1rem 1rem !important; }
.w-100 { width: 100% !important; margin: 0 auto; }
.w-75 { width: 75%; margin: 0 auto; }
.w-50 { width: 50%; margin: 0 auto; }
.w-5 { width: 5%; margin: 0 auto;}
.ox-hidden { overflow-x: hidden; }
.oy-hidden { overflow-y: hidden; }
.p-0 { padding: 0 !important; }
.p-s { padding: 0 1.5rem; margin: 0 3px; }
.p-4 { padding: 1.5rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.px-4 { padding: 0 1.5rem !important; }
.m-0 { margin: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 3rem !important; }
.mt-4 { margin-top: 4rem !important; }
.mt-5 { margin-top: 5rem !important; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-5 { margin-bottom: 5rem; }
.mr-5 { margin-right: 5px; }
.ml-5 { margin-left: 5px; }
.mx-auto { margin: 0 auto; border: none !important; }
.ox-auto { overflow-x: auto; border: none !important; }

/* Floats and text alignment */
.left { float: left; }
.right { float: right; }
.center { text-align: center !important; justify-content: center; }
.row-center { display: flex !important; justify-content: center !important; }
.t-left { text-align: left !important; text-transform: capitalize;}
.t-right { text-align: right !important; text-transform: capitalize;}
.t-center { text-align: center !important; text-transform: capitalize;}
.text-left { text-align: left !important; text-transform: capitalize;}
.text-right { text-align: right !important; text-transform: capitalize;}
.text-center { text-align: center !important; text-transform: capitalize;}
    
/* Font weights */
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }

/* Colors */
.text-red { color: #EF6868 !important; }
.star { color: #E93A3A !important; font-weight: 600;}
.text-blue { color: #0d6efd; }
.bg-lite { background-color: #f1f1f1; }
.black { background-color: #000; color: #fff; }
.red { background-color: #EF6868 !important; }
.purple { background-color: #ba68c8 !important; }
.green { background-color: #26a69a !important; }
.text-green { color: #26a69a; }
.text-white { color: #fff !important; }
.required, .error-message { color: #EF6868 !important; text-align: left;}
.instructions, .instruction .modal-title { color: #EF6868; float: left; font-size: 16px; width: 100%; text-align: left; font-weight: 600; margin-bottom: 6px;}
.info { color: #6C6C6C !important; text-align: center;}
.status-active { color: #000; }
.status-inactive { color: #EF6868 !important; }


/* Text transformation */
.capitalize, 
input, 
input[type="text"],
input[type="number"],
input[type="date"], 
.select-dropdown li > span, 
.modal-title,
.form-label, 
.modal-header .btn-close, 
textarea { text-transform: capitalize !important; font-weight: 600;}

input::placeholder {
  color: #BEBDBD !important; /* Light gray color */
  text-transform: capitalize;
}

/* Disable right side arrows Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Optional: You can also target other input types like textareas */
textarea::placeholder {
  color: #BEBDBD !important;
  text-transform: capitalize;
}



/* Miscellaneous */
.space { height: 20px; width: 100%; clear: both; }
a { color: #000; cursor: pointer; text-decoration: none; }

/* Custom input and select styles */
.cus-input { 
  border: none; 
}
.cus-input:active { 
  border: 1px solid #ccc; 
}

.input-group .form-control {
  margin-bottom: 0 !important;
}

.form-control, .form-select {
  margin-bottom: 1.2rem;
  /* border: 1px solid #6c757d; */
  text-transform: capitalize;
  /* text-align: center; */
}
.form-control.mt-style {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0;
  background: none;
  margin-bottom: 1.2rem;
  text-transform: capitalize;
}

.form-control.mt-style:focus { 
  border-bottom: 2px solid #26a69a; 
  text-transform: capitalize;
}

.data-list {
    text-align: left;        /* Align text to the left */
    font-size: 16px;         /* Adjust font size */
}


.form-label {
  font-weight: 600; /* Makes the label bold */
}


.form-label:focus-within {
  color: #26a69a; /* Changes color when the input is focused */
}

.form-select, .mt-select {
  font-weight: 600;
  background-color: transparent;
  outline: none;
  appearance: none;
  color: #313131;
  /* border: 1px solid #6c757d; */
}


.form-select option, .mt-select option {
  background-color: transparent;
  color: #313131;
  border: none !important;
  font-weight: 600;
}

.form-select.mt-style {
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: center;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
}

.form-select.mt-style:focus,
.form-select.mt-style:active, 
.mt-select:focus,
.mt-select:active {
  border-color: #26a69a; 
  box-shadow: none; 
}

.mt-select {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  font-size: 16px;
  padding: 8px 0px;
  border-radius: inherit;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.5 5.5a.5.5 0 0 1 .707 0L8 10.293l5.793-4.793a.5.5 0 0 1 .707.707l-6 6a.5.5 0 0 1-.707 0l-6-6a.5.5 0 0 1 0-.707z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 14px;
}

.mt-select:focus,
.mt-select:active {
  color: #313131;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #9e9e9e;
  padding: 8px 0px;
}

.mt-select::-ms-expand {
  display: none; 
}


/* Table styles */
table {
  font-weight: 600;
  white-space: nowrap;
  min-width: 100%; /* Prevent the table from shrinking */
}

th, td {
  vertical-align: middle;
  width: auto;
  border: none;
  text-align: center;
  overflow: hidden; /* Hide overflowed text */
  white-space: nowrap; /* Prevent text wrapping */
  text-transform: capitalize;
  cursor: default;
  color: #474747 !important;
  /* line-height: 30px; */
}

tbody td {
  line-height: 35px;
}

/* tfoot td {
  line-height: 45px;
} */


thead tr th, tfoot tr td, tfoot tr th {
  background-color: #6c757d !important; 
  color: #fff !important;
  text-transform: capitalize;
  font-size: 14.5px;
  font-weight: 600;
  /* line-height: 15px; */
}

.fixed-table-header,
.fixed-table-footer {
  position: sticky;
}

.fixed-table-header { 
  top: 0; 
  z-index: 2; 
}

.fixed-table-footer { 
  bottom: 0; 
  z-index: 1; 
}

table thead th:first-child { 
  border-top-left-radius: 12px; 
} 

table thead th:last-child { 
  border-top-right-radius: 12px; 
} 

table tfoot td:first-child { 
  border-bottom-left-radius: 12px; 
}

table tfoot td:last-child { 
  border-bottom-right-radius: 12px; 
}



/* Column widths */
thead th:nth-child(1), 
tbody td:nth-child(1), 
tfoot th:nth-child(1), 
tfoot td:nth-child(1),
thead th:nth-child(2), 
tbody td:nth-child(2), 
tfoot th:nth-child(2), 
tfoot td:nth-child(2) {
  width: 3%;
}


.table-container {
  position: relative;
  max-height: 600px;
  overflow-y: auto;
  display: block;
  border-radius: 6px;
  background: transparent;
  overflow-x: hidden;
}

.table-responsive-sm {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

table.hover-table input[type="text"], 
#invoice-table input[type="text"] {
  height: auto !important;
  margin: 0 !important;
  text-align: center;
  border-bottom-color: transparent !important;
  line-height: unset;
}

/* Combined styles for form controls inside any table with class 'table' */
table .form-control,
table .form-select,
table .form-check-input[type="radio"],
table .form-check-label {
  font-weight: 600; /* Apply bold font weight */
}

table .form-control {
  background: none;
  text-align: center;
  margin: 0 auto;
}

table .form-control:focus { 
  background: #fff; 
  border: 1px solid #ccc !important;
}

td select.form-select.mt-style {
  padding: 2px;
  text-align: center !important;
  margin: 0 auto;
  width: 100%;
  border: none;
}

td select.form-select.mt-style:active,
td select.form-select.mt-style:focus {
  border: 1px solid #6C6C6C;
}

table .form-select {
  appearance: none;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

table .form-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

table .custom-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

table .custom-select-container::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.75rem;
  color: #6c757d;
}

/* Sorting Table */
.table-scroll-container {
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}


th.sortable {
  cursor: pointer;
  position: relative;
}

th.sortable .header-content small {
  display: block;
  /* margin-top: 1px; */
}

th.sortable .sort-icon {
  right: 10px;
  top: 32%;
  transform: translateY(-50%);
}

th.sortable .sort-icon i {
  display: none; /* Hide icons by default */
}

th.sortable.sorted-asc .sort-icon .asc,
th.sortable.sorted-desc .sort-icon .desc {
  display: inline; /* Show icons based on sorting order */
}

.sorted-column-name {
  color: #7F7F7F;
  margin-left: .5rem;
}

/* Container styling for alignment */
.filter-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
  background-color: #fff;
  border-radius: 5px;
}

.search-container {
  margin-bottom: 10px;
  display: flex;
}

.fa-filter {
  margin-top: .5rem;
}

.a4 {min-height: 595px; height: 100px; width: 842px; margin: 0 auto; overflow: hidden;}
.legal { min-height: 990px; height: 100%; width: 1400px; margin: 0 auto; overflow: hidden; }
  
/* .dropdown-toggle i {
  font-size: 1.5rem; /* Adjust icon size if needed
} */
  
/* .dropdown-toggle::after {
  display: none; /* Hides the default caret
} */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #838383, #5b5b5b);
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b4b4b4, #8c8c8c);
}

::-webkit-scrollbar-track {
  background-color: #f1efef;
  border-radius: 6px;
}

::-webkit-scrollbar-track:hover {
  background-color: #e0e0e0;
}

::-webkit-scrollbar-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

::-webkit-scrollbar-button:vertical:decrement {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%238383" viewBox="0 0 16 16"><path d="M4.5 10.5L8 7l3.5 3.5H4.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:vertical:decrement:hover {
  background-color: #e0e0e0;
}

::-webkit-scrollbar-button:vertical:increment {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%238383" viewBox="0 0 16 16"><path d="M4.5 5.5L8 9l3.5-3.5H4.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:vertical:increment:hover {
  background-color: #e0e0e0;
}

.dark-bg { background-color: #6c757d !important; color: #fff; }
.alert { font-weight: 500; }
.form-check-input:checked { background-color: #6c757d; border-color: #6c757d; }

.radio-group input[type="radio"] {
  appearance: none;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  margin-right: 8px;
}

.radio-group input[type="radio"]:checked {
  background-color: #6c757d;
  border-color: #6c757d;
}

.radio-group input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.radio-group input[type="radio"]:not(:checked) {
  background-color: #fff;
  border-color: #ced4da;
}

.fixed-bottom {
  height: 40px;
}

.fixed-bottom span {
  line-height: 40px;
  font-weight: 600;
}

svg.caret {
  display: none;
}

ul li {
  list-style-type: none;
  padding: 0;
}

.checkbox-list, .radio-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkbox-list li, .radio-group label {
  display: flex;
  align-items: center;
}

.checkbox-list label, .radio-group label {
  display: flex;
  align-items: center;
  word-break: break-word;
  flex: 1;
}

.form-check-input, .radio-group input[type="radio"] {
  margin: 10px 0px 0px 0px; /* top/right/bottom/left */
}

.checkbox-list label {
  word-break: break-word;
  flex: 1; /* Makes sure the label takes up the remaining space */
}

/* Forms */
.modal .form .form-control {
  text-align: left;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Styles for extra large devices */
}

/* Responsive styles */
@media (min-width: 992px) {
  table { 
    table-layout: fixed; 
  }
}

@media (max-width: 768px) {
  .table-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  }
}


@media (max-width: 576px) { /* Mobile Screens */

}

/* Hide elements on print */
@media print {
  .no-print { display: none !important; }
}


/* Read-only inputs */
input[readonly], .form-control[readonly] {
  background-color: #F1F1F1 !important;
  color: #8e8585 !important;
  cursor: not-allowed;
}

input {
  color: #777777 !important;
}

/* Chips */
.chip {
  display: inline-block;
  align-items: center;
  padding: 0.4rem .8rem;
  font-weight: 600;
  color: #fff;
  background-color: #6c757d;
  border-radius: 18px;
  margin: 0.2rem;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}

.chip .btn-close {
  font-size: 12px;
  margin-left: 5px;
}

.chip.bg-secondary { background-color: #6c757d; }
.chip.bg-secondary-subtle { background-color: #e9ecef; color: #6c757d; }
.chips-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
  text-align: center;
}

/* Bootstrap specific */
.nav, .nav-tabs { border-bottom: none !important; text-align: center !important; }
.anav-tabs-center .nav-link { text-align: center; justify-content: center; }
.form-label { margin-bottom: 0rem;}
.page-item.active .page-link {
  background-color: #5c636a;
  border-color:  #5c636a;
  
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    height: 50px; /* Taller height for Previous and Next */
        
}
    
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-info {
  color: #5c636a;
}


/* Base styling for page links */
.page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 10px; /* Ensure text is vertically centered */
    height: 40px;
}

.toastr {
  margin-top: 70px !important; /* Adjust the value as needed */
}

.toast-success,
.toast-error,
.toast-info,
.toast-warning {
  margin-top: 70px !important; /* Adjust the value as needed */
}

/* Inside the form */

/* .search-div { 
  display: none; /* Initially hidden, shown dynamically 
  position: absolute; /* Positioned relative to the nearest positioned ancestor 
  top: 100%; /* Places it directly below the input field 
  left: 50%; /* Centers the div horizontally relative to the parent 
  transform: translateX(-50%); /* Ensures perfect centering by adjusting position 
  width: max-content; /* Adapts width based on content 
  min-width: 400px; /* Ensures a minimum width for readability 
  max-width: 450px; /* Prevents excessive stretching 
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background 
  border: 1px solid rgba(0, 0, 0, 0.1); /* Light border for definition 
  z-index: 1000; /* High stacking order to keep it above other elements 
  overflow-y: auto; /* Enables vertical scrolling if content overflows 
  overflow-x: hidden; /* Prevents horizontal scrolling 
  padding: 5px; /* Adds spacing inside the div 
  border-radius: 8px; /* Rounds the corners for a smooth appearance 
  text-transform: capitalize; /* Capitalizes the first letter of each word 
  text-align: left !important; /* Ensures left-aligned text 
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15); /* Adds a subtle shadow for depth 
  backdrop-filter: blur(8px); /* Adds a blur effect for a frosted glass appearance 
} */


/* outside form */
.search-div {
  display: none;
  position: absolute;
  /* top: 100%; */
  /* left: 0; */
  width: max-content; /* Only as wide as needed */
  min-width: 60%; /* At least as wide as the input */
  max-width: 90%; /* Responsive upper bound */
  background-color: rgba(255, 255, 255, 0.9); /* Light, airy background */
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow-y: auto; /* Enable scrolling if needed */
  overflow-x: hidden; /* No horizontal scrolling */
  padding: 5px;
  border-radius: 8px;
  text-transform: capitalize;
  text-align: left !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15); /* Softer shadow for floating effect */
  backdrop-filter: blur(8px); /* Slight blur for a modern effect */
}



/* Style for the entire dropdown item */
/* .dropdown-item {
  display: flex; /* Use flexbox to arrange the columns 
  align-items: center; /* Vertically align items 
  font-size: 16px;
  color: #333;
  padding: 5px 10px;
  width: 100%; /* Ensure full width of the list item 
  cursor: pointer;
} */

/* Style for the first column (left aligned) */
/* Dropdown item layout using flexbox */
.dropdown-item {
  display: flex; /* Use flexbox to align columns horizontally */
  justify-content: flex-start; /* Align children (columns) to the start */
  align-items: center; /* Vertically align items in the center */
  font-size: 16px;
  color: #333;
  padding: 5px 10px;
  width: 100%; /* Ensure full width of the list item */
  box-sizing: border-box; /* Include padding in width calculation */
  cursor: pointer;
}

[class^="column"] {
  box-sizing: border-box; /* Include padding in width calculation */
  flex: 0 0 10%; /* Set each column to 20% width */
  padding: 5px; /* Optional padding for spacing */
  text-align: center; /* Default alignment */
}


.dropdown-item span {
  /* color: #ccc;           example color */
  font-weight: normal;  /* example font style */
  margin-right: 0.5em;  /* spacing between spans */
}



/* Style for the first column */
.column1 {
  font-weight: bold;
  color: #6C6A6A;
  text-align: left;
}

/* Style for the second column */
.column2 {
  color: #6C6A6A;

}

.column3 {
  color: #6C6A6A;
}

/* Style for the last column */
[class^="column"]:last-child {
  text-align: right !important; /* Right-align the last column */
  padding-right: 20px;
}



/* Custom hover effect for each list item */
.dropdown-item:hover {
  background-color: #C1C1C1; /* Light grey hover effect */
}

.input-group .search-input {
  border: 1.5px solid #D0D0D0; /* Border color */
  transition: border-color 0.3s ease; /* Smooth transition for border color */
  text-align: center;
}

.btn-outline-secondary { border: 1.5px solid #D0D0D0;} 

/* Buk Entry Form Cards */
.col-special { min-height: 36px; line-height: 33px; color: #ADABAB; border-color: #C9C9C9 !important; }
.floating-card { position: absolute; top: 102%; left: 50%; transform: translateX(-50%); min-width: 350px; 
                z-index: 10; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; background-color: white; }
.col-special.striped { background-color: #f7f7f7; }
/* .input-group .col-1 { border: 1px solid #6c757d !important;} */
.input-group .floating-card { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 400px; z-index: 9999; background: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border: 1px solid #ddd; border-radius: 0.5rem; padding: 1rem; max-width: 90%; }
@media (max-width: 768px) { .input-group .floating-card { top: 240%; left: 50%; transform: translateX(-50%); max-width: 100%; z-index: 9999; } }
.striped { background-color: #f7f7f7; }







