body {
  /* background-color: #672d912e; */
  background-color: #d6b5f84a;
  font-family: Karla, sans-serif !important;
}

/* .row > .col-lg-4,
.row > .col-8
{
    padding-right: 0.3rem;
  padding-left: 0.3rem;
} */

.custom-control-input:checked {
  background-color: green;
  /* Change the color of the toggle when it is checked */
  border-color: green;
  /* Change the border color of the toggle when it is checked */
}

.nav-second-level li a {
  font-size: 14px !important;
}

/* .btn-group-sm>.btn, .btn-sm {
padding: 0.1rem 0.3rem !important;
} */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0rem 0rem !important;
  /* font-size: unset; */
  height: 25px;
  width: 25px;
}

.table > :not(caption) > * > * {
  padding: 0.4rem 0.9rem !important;
  background-color: white;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
  white-space: normal;
  line-height: normal;
  vertical-align: middle;
}

#responsive-datatable,
#datatable,
.table {
  font-size: 12px;
}

.add-btn {
  padding: 0.3rem 0.8rem 0.3rem 0.3rem !important;
  font-size: 0.8rem;
}

.btn-label {
  margin: -0.55rem 0.9rem -0.55rem -0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(50, 58, 70, 0.1);
}

/* .fa-plus, .fa-long-arrow-alt-left , .fa-info-circle{
padding-left: 10px !important;
} */
.fas {
  padding-left: 10px !important;
}

.department-card {
  /* min-height: 400px; */
  min-height: calc(100vh - 190px);
}

#sidebar-menu > ul > li > a {
  padding: 10px 20px !important;
  align-items: center;
}

.btn-success,
.btn-danger,
.btn-primary,
.btn-secondary,
.btn-warning {
  padding: 3px 8px;
}

.btn-warning {
  color: #fff;
  background-color: #f9c851;
  border-color: #f9c851;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f5ba30;
  border-color: #ddad3d;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f5ba30;
  border-color: #ddad3d;
}

/* tbody tr td:first-child
{
text-align: center;
} */
.tabledit-view-button,
.tabledit-edit-button,
.tabledit-delete-button {
  height: 25px;
  width: 25px;
  padding: 2px 5px;
}

label span {
  font-weight: 100;
}

td input[type="text"] {
  width: 100%;
}

.add-stock tbody tr td {
  padding-bottom: 10px;
}

.add-new-btn {
  margin-top: 25px;
}

.plus-btn,
.close-btn {
  padding: 0px 5px;
}

.plus-btn i,
.close-btn i {
  font-size: 20px;
}

.inbox-widget {
  border-radius: 5px;
  padding: inherit;
  margin: 17px 0px;
  background: #71b6f926;
}

.left-side-view {
  background: aliceblue;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 12px;
}

.inbox-widget .inbox-item .inbox-item-img img {
  width: 50px;
}

.inbox-widget .inbox-item .inbox-item-author {
  display: block;
  margin-bottom: 3px;
  padding-top: 6px;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: unset;
}

.card-header {
  padding: 0.8rem 1rem;
}

.status-cards .card-body {
  /* background: #ffe4c466; */
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 12px;
}

.status-cards .card-body p {
  margin-bottom: 0;
}

td {
  vertical-align: baseline;
}

.inbox-widget .inbox-item {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  overflow: hidden;
  padding: 0rem 0;
  position: relative;
}

.vendor-view-top-card,
.vendor-view-bottom-card {
  background: beige;
  padding: 15px;
  border-radius: 5px;
}

.vendor-view-bottom-card {
  background: #bbc7dd45;
}

.view-vendor-document {
  padding: 15px;
}

.dropify-wrapper .dropify-message span.file-icon {
  font-size: 18px !important;
  color: #ccc !important;
}

.form-check {
  min-height: unset;
  margin-bottom: 0.125rem;
}

.form-check input {
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: end;
}

.dataTables_length .form-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dataTables_length .form-label select {
  width: auto;
}

.dataTables_wrapper .dataTables_filter input {
  width: auto;
}

.item-code-select {
  width: auto;
}

.pending-requisition-table,
.rejected-requisition-table,
.completed-requisition-table {
  background: white;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
}

.attendance-table .status {
  /* color: #10c469!important; */
  padding: 3px 8px;
  background: #4980801f;
  border-radius: 5px;
}

.attendance-card .attendance-note {
  margin: 9px 0;
}

.support-ticket-card span {
  font-size: 12px;
}

.form-check.form-switch {
  display: flex;
  justify-content: center;
}

.content {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .dataTables_wrapper .col-sm-12
{
  overflow-x:overlay;
} */
.dataTables_wrapper .col-sm-12 {
  overflow-x: auto;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 14px;
}

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

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
}

.header-title {
  margin-bottom: 0rem !important;
}

.dataTables_info {
  font-size: 0.75rem;
}

.dashboard-cards i {
  font-size: 60px;
  color: #10c469;
}

.dashboard-cards .card-body {
  transition: 0.3s ease-in;
}

.dashboard-cards .card-body:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.filter-card {
  min-height: auto;
}

.filter-card .row {
  align-items: center;
}

.filter-card-main {
  margin-bottom: 0.5rem;
}

.export-btn {
  background: #0e8d4d;
}

.card,
.vendor-view-bottom-card {
  font-size: 14px;

  border-radius: 6px;
}

.fas.fa-filter {
  padding-left: 0 !important;
}

.i-button .fas {
  cursor: pointer;
  padding-left: 0px !important;
}

#sidebar-menu .menuitem-active .active {
  color: #000000;
  /* background: content-box; */
  background-color: #d6b5f8;
  margin: 0 10px;
  border-radius: 7px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 4px;
  padding-left: 6px;
}

.chart-detail-list .list-inline-item i {
  font-size: 10px;
}

.morris-chart tspan {
  font-size: 7px !important;
}

.morris-donut-example svg text tspan {
  font-size: 10px !important;
}

.status-cards .badge {
  font-size: 14px;
}

.status-cards .status-card-footer .btn-primary,
.status-cards .status-card-footer .btn-danger {
  padding: 2px 8px;
}

.status-cards .badge .fas {
  padding-left: 0px !important;
}

.status-cards .card-body .status-card-top {
  position: absolute;
  right: 10px;
  top: 10px;
}

.status-cards table td .fw-semi-bold {
  width: 80%;
}

.table-bordered tbody td:first-child {
  text-align: start;
}

.status-cards .dataTables_wrapper {
  background: #79baf91f;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.form-label {
  margin-bottom: 0.2rem;
  font-weight: 400;
  font-size: 14px;
}

.form-control {
  padding: 0.37rem 0.5rem;
}

.form-select {
  padding: 0.39rem 0.6rem;
  color: #212529;
}

.footer {
  padding: 5px 20px 5px;
  font-size: 14px;
}

/* .content-page {
  padding: 0 0px 30px 12px;
} */

input[type="date"] {
  cursor: pointer;
}

input[type="date" i],
input[type="time" i] {
  cursor: pointer !important;
}

input i {
  cursor: pointer;
}

.dropify-wrapper {
  height: 170px !important;
}

.no-pad-right {
  padding-right: 0;
}

.add-ticket-image-upload {
  margin: 0 auto;
}

.gal-detail a img {
  width: 100%;
  height: 200px;
}

.status-cards {
  margin-bottom: 0.5rem;
}

.btn-linear {
  /* background-color: #672D91 !important; */
  /* background: linear-gradient(92.41deg, #95c41f 5.86%, #566c1ff0 92.19%) !important; */
  border: none !important;
  background: linear-gradient(180deg, #7300e7 0%, #3c0c5e 100%);
  padding: 8px;
  border-radius: 6px;
  /* color: black !important; */
  font-weight: 500;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-table-view {
  background: #d9e3f399;
  padding: 1px 5px !important;
  margin: 2px !important;
  border-radius: 5px !important;
  color: white !important;
}

.btn-table-edit {
  background: #d9e3f399;
  padding: 1px 2px !important;
  /* margin: 2px !important; */
  border-radius: 50%;
  color: white !important;
}

/* .btn:hover {
  background: #d9e3f399 !important;
} */

.btn-table-edit img {
  width: 18px;
  height: 21px;
}

.btn-table-delete img {
  width: 18px;
  height: 21px;
}

.btn-table-delete {
  background: #d9e3f399;
  padding: 1px 2px !important;
  margin-left: 6px !important;
  color: white !important;
  border-radius: 50%;
}

.btn-table-delete:hover {
  background: #d9e3f399;
}

.image-uploader {
  /* max-width: 400px; */
  margin: 0px 0px 10px 0px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.preview-box {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.preview-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #6b646426;
  border-radius: 5px;
}

.deactive {
  color: white !important;
}

.remove-icon {
  position: absolute;
  top: -8px;
  right: 4px;
  font-size: 30px;
  /* background-color: #fff; */
  color: #d00;
  border-radius: 50%;
  /* padding: 2px; */
  cursor: pointer;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
}

.form-switch .form-check-input {
  transform: scale(1.5);
  /* Adjust this value to your desired size */
  margin-right: 0.8rem;
}

.form-switch .form-check-label {
  font-size: 14px !important;
}

.tabs-container {
  display: flex;
  /* border-bottom: 2px solid #ddd; */
  gap: 20px;
  margin-bottom: 10px;
}

.tab-btn {
  background: none;
  border: none;
  padding: 4px 20px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.tab-btn:hover {
  color: #000;
}

.tab-btn.active {
  /* color: #884ec5; */
  color: #247cc0;
  font-weight: 600;
  border-bottom: 2px solid #247cc0;
}

/* Pagination Container */
.pagination {
  display: flex;
  gap: 6px;
}

.pagination .page-item {
  transition: all 0.2s ease;
}

/* Page Button */
.pagination .page-link {
  border-radius: 6px !important;
  padding: 6px 14px;
  font-weight: 500;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #333;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}

/* Hover Effect */
.pagination .page-link:hover {
  background: #f1f1f1;
  border-color: #bfbfbf;
  color: #000;
}

/* Active Page */
.pagination .page-item.active .page-link {
  background: #672d91;
  color: #fff;
  border-color: #672d91;
  height: 34px;
  /* box-shadow: 0px 3px 6px rgba(173, 64, 216, 0.4); */
}

/* Disabled State */
.pagination .page-item.disabled .page-link {
  background: #e9ecef;
  color: #9c9c9c;
  pointer-events: none;
  border-color: #dcdcdc;
  cursor: pointer;
}

/* Smooth Click Animation */
.pagination .page-link:active {
  transform: scale(0.93);
}

.table tbody tr td,
.table tbody tr td * {
  /* white-space: nowrap !important; */
  font-size: 14px;
  /* padding: 3px; */
}

.header-section {
  background: white;
  padding: 13px 20px;
  border-radius: 6px;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  /* faint dark border */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

table {
  border-collapse: collapse;
}

table td,
table th,
table tr {
  border: none;
  border-bottom: 1px solid #ccc;
  /* only horizontal lines */
}

table th {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

table tr {
  padding-bottom: 10px !important;
}

.search-filter {
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
}

.card-headers {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px !important;
  color: #7300e7;
  font-size: 22px;
}

.search-btn {
  padding: 0.38rem 1.4rem;
  background-color: #247cc0 !important;
  color: white !important;
}

.search-filter-tab {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}

.badge-count {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  background: #0dcaf0;
  /* info color */
  border-radius: 6px;
  /* pill shape */
  display: inline-block;
  min-width: 28px;
  text-align: center;
}

/* Alternate Row Colors */
.table tbody tr:nth-child(odd) {
  background-color: #f2f2f2 !important;
}

.table tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}

/* Hover Row */
.table tbody tr:hover {
  background-color: #f2f2f2 !important;
  /* light blue hover */
  /* cursor: pointer; */
}

.table-responsive::-webkit-scrollbar {
  display: none !important;
}

.table-responsive {
  scrollbar-width: none !important;
}

.table-responsive {
  -ms-overflow-style: none !important;
}

.search-filter-wrapper {
  position: relative;
  /* stays in place */
  z-index: 10;
  background: white;
  /* avoid overlap */
}

.pagination-scroll {
  position: absolute;
  right: 0px;
  bottom: 4px;
}

.admin-category-upload-box {
  background-color: #e9ddff;
  border: 1px dashed #dccdfe;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.admin-upload-input {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.admin-upload-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-upload-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  opacity: 0.8;
}

.admin-upload-text {
  font-size: 14px;
  font-weight: 500;
  color: #7300e7;
  cursor: pointer;
}

.admin-form-label-upload {
  margin-bottom: 0.2rem;
  font-weight: 400;
  font-size: 0.85rem;
}

.submit-btn {
  width: 100px;
  /* background-color: rgb(36, 124, 192);
  background: linear-gradient(180deg, #7300E7 0%, #3C0C5E 100%); */
  border-radius: 4px;
  color: rgb(255, 255, 255);
  /* gap: 6px; */
  border: none;
}

.create-ticket-btn {
  background-color: #247cc0;
  border: 0.41px solid #247cc0;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
  width: 130px;
  padding: 6px;
}

/* Overlay */
.ticket-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1002;
}

/* Modal Box */
.ticket-modal {
  width: 520px;
  background: #fff;
  border-radius: 10px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.2s ease-in-out;
}

.ticket-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 24px 24px;
  border-bottom: 1px solid;
}

.ticket-modal-header h5 {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Form */
.ticket-modal-body {
  padding: 5px 24px 24px;
}

.ticket-modal-body label {
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 6px;
  display: block;
}

.ticket-modal-body input,
.ticket-modal-body select,
.ticket-modal-body textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
}

.ticket-modal-body textarea {
  resize: none;
}

/* File Upload */
.file-upload-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.browse-btn {
  background: #1e73be;
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.file-name {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

/* Submit Button */
.submit-btn {
  width: auto;
  margin-top: 12px;
  padding: 8px 12px;
  /* background-color: #672D91; */
  background: linear-gradient(180deg, #7300e7 0%, #3c0c5e 100%);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ticket-filter-clear-btn {
  background: transparent;
  /* border: none; */
  border: 1px solid #d7d7d7;
  padding: 8px 18px;
  border-radius: 4px;
  color: #247cc0;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.ticket-filter-clear-btn:hover {
  /* text-decoration: underline; */
  background-color: #247cc0;
  border: none;
  color: white;
}

.support-tabs {
  border-bottom: 1px solid #dad7d7;
}

.drag-drop-box {
  border: 2px dashed #cfcfcf;
  border-radius: 8px;
  padding: 55px 25px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  transition: 0.2s ease;
}

.drag-drop-box:hover {
  border: 1px dashed #7d748c;
  background-color: #e9ddff;
}

.drag-drop-box p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.drag-drop-box span {
  color: #1e73be;
  font-weight: 500;
}

.image-preview {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.info-label {
  font-size: 16px;
  color: #247cc0;
  font-weight: 500;
  margin-bottom: 3px;
}

.info-value {
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
}

.header-title {
  font-size: 20px;
  font-weight: 600;
  color: #7300e7;
  margin: 0;
}

/* Card */
.report-card {
  border-radius: 6px;
  border: none;
  transition: all 0.25s ease;
  background: #ffffff;
}

/* Hover */
/* .report-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
} */

/* Avatar */
.report-avatar {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 2px solid #f1f1f1;
}

/* Title */
.report-title {
  margin-bottom: 6px;
  font-size: 20px;
}

/* Description */
.report-description {
  line-height: 1.5;
  font-size: 14px;
}

/* Image */
.report-image img {
  max-height: 300px;
  width: 100%;
  object-fit: fill;
}

/* Meta info */
.report-meta p {
  margin-bottom: 4px;
  font-size: 13px;
  color: #555;
}

/* Stats */
.report-stats span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}

/* Badge tweak */
.badge {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 20px;
}

/* =======================================================================
   ⬤ EMPLOYEE HEADER (Top Bar)
   ======================================================================= */
.employee-header {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Back Arrow */
.header-back-icon {
  width: 22px;
  cursor: pointer;
}

/* Active/Inactive Toggle Wrapper */
.toggle-wrapper {
  background-color: #dff1ff;
  padding: 8px 13px;
  border-radius: 20px;
}

/* Employee ID Pill */
.employee-id-pill {
  border: 1.5px solid #247cc0;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #247cc0;
}

.employee-id-pill strong {
  font-weight: 900;
}

/* Header Right Buttons (Edit/Delete Icons) */
.header-icon-btn {
  padding: 6px 10px 10px 10px;
  background: #e8f3ff;
  border-radius: 50%;
  cursor: pointer;
}

/* Toggle Switch */
.toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

.toggle-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d0e3ff;
  transition: 0.4s;
  border-radius: 34px;
}

.toggle-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-wrapper input:checked + .slider {
  background-color: #7cb6ff;
}

.toggle-wrapper input:checked + .slider:before {
  transform: translateX(22px);
}

.toggle-label {
  font-size: 14px;
  font-weight: 600;
}

/* =======================================================================
   ⬤ EMPLOYEE PROFILE CARD (Left Side)
   ======================================================================= */
.employee-profile-card {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

/* Top Banner */
.profile-banner {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
}

/* Profile Image Pop-out */
.profile-pop-img {
  object-fit: cover;
  transform: translateY(-45px);
  position: absolute;
  left: 10px;
  top: 7px;
}

/* Name + Role Below Banner */
.profile-top-info {
  margin-top: -50px;
}

.profile-top-info h5 {
  margin-left: 50px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.profile-top-info p {
  color: #247cc0;
  margin-right: 50px;
  font-size: 13px;
  font-weight: 500;
}

.detail-item {
  align-items: center;
}

.detail-item i {
  font-size: 21px;
  color: mediumturquoise;
}

/* Basic Information Labels */
.detail-label {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
}

.detail-label i {
  font-size: 14px;
  color: #001e36;
}

.detail-value {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.detail-value-card {
  font-weight: 500;
  font-size: 14px;
  color: #00182b;
}

/* =======================================================================
   ⬤ EMPLOYEE DETAIL BOX (Employment + Bank)
   ======================================================================= */
.employee-detail-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Detail Box Title */
.employee-detail-title {
  font-weight: 700;
  color: #247cc0;
  font-size: 18px;
  margin: 0;
}

/* Icon Circle */
.employee-detail-title-icon {
  background-color: #e9f5ff;
  padding: 10px;
  border-radius: 20px;
}

/* 2-Column Table Layout */
.employee-detail-table {
  width: 100%;
  display: grid;
  grid-template-columns: 300px auto;
  row-gap: 10px;
  margin-left: 55px;
}

/* Allows grid row children to align properly */
.employee-detail-row {
  display: contents;
}

/* Detail Label */
.employee-detail-label {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

/* Detail Value */
.employee-detail-value {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

/* =======================================================================
   ⬤ DOCUMENT CARDS
   ======================================================================= */

/* Title Icon */
.doc-title-icon {
  width: 22px;
  height: 22px;
}

/* Document Card Wrapper */
.document-card {
  border: 1px solid #c5c0c0;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease;
}

.document-card:hover {
  background: #f4f8ff;
  transform: translateY(-2px);
}

/* Blue Icon Container */
.document-icon-box {
  padding: 15px;
  background: #247cc0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Document Text */
.document-name {
  font-weight: 700;
  font-size: 19px;
  color: #212121;
}

.form-control {
  font-size: 13px !important;
}

.admin-form-label-input {
  font-weight: 500;
  font-size: 14px;
  color: #001e36;
}

.admin-franchise-title {
  font-weight: 500;
  font-size: 15px;
  color: #001e36;
}

/* =======================================================================
   ⬤ EQUAL HEIGHT COLUMNS (Left & Right Panels)
   ======================================================================= */

/* Make row behave like flex */
.employee-row {
  display: flex;
  align-items: stretch;
}

/* Make both columns stretch equal height */
.employee-left,
.employee-right {
  display: flex;
  flex-direction: column;
}

/* Ensure Profile Card fills left column */
.employee-profile-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Ensure each detail box expands */
.employee-right > .detail-box {
  flex: 1;
}

/* RIGHT: Detail boxes container fills height */
.employee-right {
  flex: 1;
}

/* EACH detail box expands equally */
.employee-detail-box {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
}

/* Keep content scrolling if too much data */
.employee-profile-card,
.employee-detail-box {
  overflow: hidden;
}

.edit-employee-tab-content {
  border-top: 0.5px solid #e3e9ef;
}

.basic-info {
  font-weight: 500;
  font-size: 18px;
  color: #454d54;
  margin-top: 0px;
}

.navbar-custom .topnav-menu .nav-link {
  align-items: center;
  padding: 0px 15px 3px 10px !important;
  color: #6c757d;
  min-width: 32px;
  display: block;
  line-height: 43px;
  margin-top: 12px;
  text-align: center;
  max-height: 45px;
  background: #7300e7;
  border-radius: 54px;
}

.pro-user-name {
  color: #fff;
}

.fa-toggle-on {
  font-size: 22px !important;
}

.main-layout {
  display: flex;
  align-items: stretch;
  /* 🔥 equal height */
  gap: 16px;
}

/* Notification modal overlay */
.notification {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Dialog size & centering */
.notification .modal-dialog {
  /* max-width: 450px; */
  margin: 1.75rem auto;
}

/* Modal box */
.notification .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.notification .modal-title {
  color: #7300e7;
}

/* Header */
.notification .modal-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

/* Body spacing */
.notification .modal-body {
  padding: 1.25rem;
}

/* Label styling */
.notification .modal-body strong {
  display: block;
  font-size: 16px;
  color: #404040;
  /* margin-bottom: 4px; */
}

.btn-close {
  background-color: #7300e7;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

/* Value text */
.notification .modal-body p {
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
  word-break: break-word;
}

/* Field spacing */
.notification .modal-body .row > div {
  margin-bottom: 14px;
}

/* Image styling */
.notification .modal-body img {
  max-width: 100%;
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 6px;
}

/* URL wrap */
.notification .modal-body a,
.notification .modal-body p {
  word-wrap: break-word;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .notification .modal-dialog {
    max-width: 95%;
  }

  .notification .modal-body .row > div {
    margin-bottom: 18px;
  }
}

.support-search-btn {
  background-color: #672d91 !important;
}

.content-search-btn {
  border: 1px solid transparent;
  /* must be transparent */
  border-radius: 6px;

  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #7300e7, #3c0c5e) border-box;

  padding: 5px 14px;
  min-width: 100px;
}

/* 
.content-search-btn:hover {

  background-color: #3d1c55;
  color: #ffffff;
} */

.card-height {
  overflow-y: auto;
  height: calc(100vh - 8px);
}

.card-ticket-info {
  height: calc(100vh - 200px);
}

.content-report-card-inner {
  max-height: calc(100vh - 237px);
  overflow-y: scroll;
}

.content-report-list-inner {
  max-height: calc(100vh - 184px);
  overflow-y: scroll;
}

.content-btn-close {
  background-color: #a406bf;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

.file-box-purple {
  background-color: #f3e8ff;
  border-radius: 10px;
}

/* =====================================================
   BASE LAYOUT (DESKTOP FIRST)
   Sidebar always visible on desktop
===================================================== */

.left-side-menu {
  width: 260px;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  /* background: #1e293b; */
  background: linear-gradient(180deg, #7300e7 0%, #3c0c5e 100%);
  z-index: 1000;
  overflow-y: auto;
  transition: transform 0.35s ease;
}

/* page content shift */
.content-page {
  margin-left: 250px;
  /* padding: 0 0px 30px 12px; */

  /* padding: 90px 25px 25px; */
  /* transition: 0.3s; */
}

/* toggle button always visible (no display:none) */
.button-menu-mobile {
  border: none;
  background: transparent;
  color: #fff;
  height: 70px;
  width: 60px;
  font-size: 26px;
  cursor: pointer;
}

/* =====================================================
   TABLET + MOBILE RESPONSIVE
   Sidebar hidden by default
===================================================== */
@media (max-width: 991px) {
  /* ⭐ hide sidebar to left */
  .left-side-menu {
    transform: translateX(-100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  }

  /* ⭐ when toggle clicked */
  .left-side-menu.open {
    transform: translateX(0);
  }

  /* page full width */
  /* .content-page {
    margin-left: 0;
  } */
}

/* Hide toggle button on desktop */
@media (min-width: 992px) {
  .button-menu-mobile {
    display: none !important;
  }
}

/* =====================================================
   OVERLAY WHEN SIDEBAR OPEN
===================================================== */
/* ===== Overlay only for page (not sidebar) ===== */
.sidebar-overlay {
  position: fixed;
  top: 70px;
  left: 260px;
  /* ⭐ START AFTER SIDEBAR */
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.sidebar-overlay.show {
  opacity: 1;
  visibility: visible;
}

.country-flag-img {
  width: 32px;
  height: 22px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #eee;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Full screen overlay */
.custom-modal-overlay {
  position: fixed;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.55);
  /* dark transparent bg */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal box */
.custom-modal {
  background: #fff;
  width: 420px;
  padding: 22px;
  border-radius: 10px;
  animation: pop 0.2s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.close-btn {
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

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

@keyframes pop {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1040;
  /* Bootstrap backdrop level */
}

.modal {
  z-index: 1050 !important;
  /* Above backdrop */
}

.admin-category-upload-box {
  position: relative;
  height: 160px;
  /* adjust to your design */
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-upload-preview {
  position: absolute;
  inset: 0;
  padding: 8px;
}

.admin-upload-preview img,
.admin-upload-preview video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

/* keep input clickable over preview */
.admin-upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.login-heading {
  color: blueviolet;
  font-size: 28px;
  font-weight: 700;
}

.status-unlock {
  background: #c9edb7;
  color: #207726;
}

.status-used {
  background: #c0bdbd;
  color: #2b2929;
}

.status-expired {
  background: #fff1f0;
  color: #ff4d4f;
}

.swiper-pagination {
  position: static;
  margin-top: 20px;
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 29px;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--swiper-navigation-color, #9607b3);
}

.swiper-pagination-bullet-active {
  color: var(--swiper-navigation-color, #9607b3);
  background: var(--swiper-pagination-color, #9607b3);
}

.favorites-box {
  background: linear-gradient(180deg, #7300e7 0%, #3c0c5e 100%);
  color: #fff;

  padding: 8px 20px;
  border-radius: 10px;

  text-align: left;
  cursor: pointer;
}

.favorites-count {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.favorites-label {
  font-size: 14px;
  opacity: 0.8;
}

.fav-user-card {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 12px;

  background: #fff;
  border: 1px solid #e5e5e5;

  margin-bottom: 12px;
  gap: 15px;
}

.fav-user-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

/* content wrapper */
.fav-user-content {
  display: flex;
  flex-direction: column;
}

/* name */
.fav-user-name {
  font-weight: 600;
  font-size: 16px;
  color: #6c2bd9;
  margin-bottom: 0px;
}

/* company */
.fav-user-company {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #000000;
}

/* category */
.fav-user-category {
  font-size: 12px;
  color: #4a5565;
}

.offcanvas-header h3 {
  color: #6c2bd9;
}

/* Entire scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track (background behind scrollbar) */
::-webkit-scrollbar-track {
  background: transparent; /* removes white bg */
}

/* Scroll thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #7b2ff7; /* your theme color */
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: #5a1fcf;
}

/* Remove arrows/buttons */
::-webkit-scrollbar-button {
  display: none;
}

.custom-card-height {
  height: 81vh !important;
}

/* .howitworks-table td:nth-child(2),
.howitworks-table td:nth-child(4) {
  white-space: normal !important;
  word-break: break-word;
} */

.stats-wrapper {
  position: sticky;
  top: 0px;
  z-index: 9;

  background: #fff;
  border: 2px solid #8b3dff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.stat-card {
  padding: 15px;
  /* min-height: 120px; */
  display: flex;
  align-items: center;
}

.stat-card.border-end {
  border-right: 1px solid #e9e9e9;
}

.icon-circle {
  width: 60px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
}

.icon-circle.purple {
  background: linear-gradient(135deg, #7b2ff7, #a044ff);
}

.icon-circle.green {
  background: linear-gradient(135deg, #1dd75b, #4cd964);
}

.icon-circle.blue {
  background: linear-gradient(135deg, #3b82f6, #5b8cff);
}

.stat-title {
  font-size: 16px;
  color: #555;
  font-weight: 500;
  margin-bottom: 6px;
}

.stat-count {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

@media (max-width: 768px) {
  .stat-card {
    border-right: none !important;
    border-bottom: 1px solid #e9e9e9;
  }

  .stat-card:last-child {
    border-bottom: none;
  }
}