* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #fbfbfb;
  color: black;
}


.pointer {
  cursor: pointer;
}
/* Sidebar */
.sidebar {
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  transition: width 0.3s;
  width: 220px;
  position: fixed;
  min-height: 120vh !important;
  box-shadow: 4px 4px 19px 0px #0000000D;
}

.sidebar.collapsed {
  width: 8.33%;
  min-width: 100px;
}


.sidebar-menu li {
  text-align: left;
    text-decoration: none;
  list-style-type: none;
  margin-bottom: 20px;
}

.sidebar-text {
  transition: opacity 0.3s;
}

.sidebar.collapsed .sidebar-text {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.sidebar.collapsed li {
  text-align: center;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
  margin: 0px 5px 10px 0px;
}

.bottom-icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}


.collapsed-only {
  display: none;
}
.expanded-only {
  display: block;
}


.sidebar.collapsed .collapsed-only {
  display: block;
}

.sidebar.collapsed .expanded-only {
  display: none;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  border-radius: 9px;
  padding: 10px 20px;
    margin: 0px 10px;
}
.sidebar-menu{
  padding-left: 10px !important;

}

.sidebar-menu a:hover,
.sidebar-menu a.active {
  color: white;
  background:  #2A2A2E;

  

}
.logo-slider {
  bottom: 0;
}
/* الحالة العادية */
.sidebar-text {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease, margin 0.2s ease;
}

/* عند الكولابس — نخفي النص */
.sidebar.collapsed .sidebar-text {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}


.sidebar.collapsed li:hover .sidebar-text,
.sidebar.collapsed .bottom-icons a:hover .sidebar-text {
  opacity: 1;
  width: auto;
  margin-left: 40px;
  margin-top: 10px;
  background: #D4D4D4;
width: 104;
height: 39;
border-radius: 8px;
padding: 10px;
gap: 10px;
opacity: 1;
font-weight: 500;
font-style: Medium;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #9E9E9E;
}
.submenu {
  display: none;
  transition: all 0.3s ease;
}

.has-submenu.active .submenu {
  display: block;
}



.img-grey {
  filter: brightness(0) saturate(100%) invert(53%) sepia(6%) saturate(264%) hue-rotate(202deg) brightness(91%) contrast(90%);
}

.submenu li a {
  display: flex;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  margin: 0px 30px;
}
.sidebar.collapsed .submenu li a{

   margin: 0px 10px;
}
/* Sidebar icon sizing */
.sidebar-menu > li > a img {
  width: 24px;
  height: 24px;
}
.submenu li a img {
  width: 18px; /* 25% smaller than 24px */
  height: 18px;
}
/* Ensure sidebar icons visible on light bg and inverted on hover */
.sidebar-menu a img {
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) contrast(100%);
  opacity: 0.9;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.sidebar-menu a:hover img,
.sidebar-menu a.active img {
  filter: invert(1) brightness(1);
  opacity: 1;
}
/* Header */
.header {
  background-color: #fbfbfb;
  padding: 10px 0px;
}

.header-left .search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}

.custom-search {
  padding-left: 0.75rem; /* 12px */
  top: 47% !important;
}
.upload-cloud {
padding-bottom: 15px;
}

.search-box input {
  width: 40rem;
  padding: 10px 15px 10px 45px;
  border: 0.5px solid #9e9e9e;
  border-radius: 8px;
  font-size: 14px;
  background-color: transparent;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.username {
  color: #64748b;
  font-size: 14px;
}

.notification-badge {
  position: relative;
  color: #64748b;
  font-size: 18px;
  cursor: pointer;
}

.notification-badge .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-avatar {
  display: flex;
  align-items: center;
  border-left: 0.5px solid #f0f1f3;
  gap: 10px;
}

.user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.language h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.5%;
  color: #2a2a2e;
}
.pop {
  background-color: white;
  box-shadow: 0px 0px 8px 0px #00000026;
  width: 18.94rem;
  height: 13.125rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
}
.language {
  background-color: white;
  box-shadow: 0px 0px 8px 0px #00000026;
  width: 18.94rem;
  height: 10.625rem;
  border-radius: 0.5rem;
  position: absolute;
  left: -50%;
  top: 500%;
  z-index: 1000;
}
.pop img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}
.pop h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #9e9e9e;
}
.user-info {
  display: flex;
  flex-direction: column;
}
.pop h3 {
  color: #1d1f2c;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5%;
}
.pop h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5%;
  color: #4a4c56;
}
.user-info .name {
  font-weight: 600;
  font-size: 14px;
  color: #1a202c;
}

.user-info .role {
  font-size: 12px;
  color: #64748b;
}

/* Content Wrapper */

/* Overview Section */
.overview-section {
  margin-bottom: 30px;
}

.overview-section h2 {
  font-weight: Bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #2a2a2e;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.stat-card.red {
  background: #e63946d4;
}

.stat-card.blue {
  background: #498cfc;
}

.stat-card.green {
  background: #47a778;
}

.stat-card.yellow {
  background: #e0c660;
}

.stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}

.stat-card .stat-icon {
  background: white;
  color: #000000;
}

.stat-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 5px;
}

.stat-content p {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 8px;
}

.stat-change {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.stat-change.positive {
  color: #10b981;
}

.stat-change.negative {
  color: #ef4444;
}

/* Categories Section */
.categories-section {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 2.08px 6.24px 0px #0d0a2c14;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section-header h3 {
font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 0px;

  color: #2A2A2E;
}
.section-header a {
  font-size: 10.8px;
  line-height: 14.4px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #2a2a2e;
}

.view-all {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.categories-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.category-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.category-item:hover {
  background-color: #e9ecef;
}

.category-folder {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.category-folder.yellow {
  background-color: #ffc107;
}

.category-folder.red {
  background-color: #dc3545;
}

.category-folder.blue {
  background-color: #007bff;
}

.category-folder.green {
  background-color: #28a745;
}

.category-info {
  flex: 1;
}

.color-pending {
  width: 0.5rem;
  height: 0.5rem;
  background: #f0d672;
  border-radius: 50%;
}
.red-pending {
  background: #e63946 !important;
}
.blue-pending {
  background: #68a0fd;
}
.green-pending {
  background: #47a778;
}
.archive h5 {
  font-weight: 400;
  font-size: 12.13px;
  color: #1e1b39;
}
.archive p {
  font-weight: 400;
  font-size: 14.16px;

  color: #9291a5;
}
.archive h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #2a2a2e;
}
.archive span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16.98px;
  letter-spacing: 0px;
  color: #000000;
}
.file-count {
  font-size: 12px;
  color: #64748b;
}

.category-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pending-indicator {
  font-size: 11px;
  color: #64748b;
}

.category-status .count {
  font-size: 14px;
  font-weight: 600;
  color: #1a202c;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.page-num,
.page-info {
  padding: 9.26px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: black;
  background-color: #e6e6e6;
  transition: all 0.3s ease;
}
.pagenation-active {
  background-color: #1c1c1c;
  color: white;
}
.left-pagination {
  padding: 13px 15px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.page-num:hover {
  background-color: #f1f5f9;
  color: #1a202c;
}

.page-num.active {
  background-color: #1a202c;
  color: white;
}

.page-dots {
  color: #64748b;
  font-size: 14px;
}

/* Chart Section */
.chart-section {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.chart-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 10px;
}

.chart-tabs {
  display: flex;
  gap: 20px;
}

.tab {
  font-size: 14px;
  color: #64748b;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.tab.active {
  color: #1a202c;
  border-bottom-color: #007bff;
}

.chart-legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.legend-color.approved {
  background-color: #28a745;
}
.status-badge.Employee {
  background: #498cfc;
  color: #bfd7ff;
}
.legend-color.rejected {
  background-color: #dc3545;
}
.status-badge.rejected2 {
  background-color: #dc3545;
  color: #FAEAEB;
}

.status-badge.Admin {
  background: #e95964;
  color: #faeaeb;
}

.legend-item .count {
  color: #64748b;
}

.chart-container {
  height: 200px;
  position: relative;
}

.btn-group {
  background: #f8f8ff;
  padding: 20px;
  border-radius: 15px;
}
.btn-group button {
  border: none;
  background-color: transparent;
  border-radius: 15px;
}
.button-active {
  background-color: #000000 !important;
  padding: 10px;
  color: white;
}
.card p {
  font-weight: 400;
  font-size: 18.2px;
  line-height: 20.22px;
  letter-spacing: 0%;
  color: #9291a5;
}
.card h5 {
  font-weight: 700;
  font-size: 16.18px;
  line-height: 28.31px;
  letter-spacing: 0px;
  color: #1e1b39;
}
/* Recent Files Section */
.recent-files-section {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.recent-files-section .section-header {
  margin-bottom: 20px;
}

.recent-files-section .section-header h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-actions {
  display: flex;
  gap: 10px;
}

.btn-export,
.btn-upload {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  gap: 6px;
  transition: all 0.3s ease;
}

.btn-export {
  background-color: #f8f9fa;
  color: #e63946;
 border: 1px solid #2A2A2E;
}

.btn-export:hover {
  background-color: #e9ecef;
}

.btn-upload {
  background-color: #1a202c;
  color: white;
}
.switch-container {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3rem;
}

.switch-container input {
  opacity: 0;
  width: 0;
  height: 0;
}
.active-font h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.switch-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.switch-label h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.switch-container input:checked + .switch-label::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
}

.switch-container input:not(:checked) + .switch-label {
  background-color: #ccc;
  color: #444;
}

.switch-container input:not(:checked) + .switch-label::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
}
.text-drag {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}
.btn-upload:hover {
  background-color: #2d3748;
}

.files-table-container {
  overflow-x: auto;
}

.table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.table-controls select{
  border: 0.2px solid #858D9D;
  padding: 8px;
  border-radius: 8px;
  background-color: transparent;
}
.search-files {
  position: relative;
  width: 250px;
}

.search-files i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}

.search-files input {
  width: 100%;
  padding: 8px 12px 8px 35px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
}
.search-files.doc input {
  width: 100%;
  padding: 8px 12px 8px 50px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
}
.table-filters {
  display: flex;
}
.form-select {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  min-width: 120px;
}
.form-select.version {
  padding: 4px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  min-width: 10px;
}
.btn-show {
  padding: 8px;
border: 0.2px solid #858D9D;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  min-width: 120px;
}
/* Favorites toggle */
.fav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.fav-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.fav-toggle input[type="checkbox"] + label.btn-show {
  background-color: white;
  color: #2A2A2E;
  border: 1px solid #2A2A2E;
  cursor: pointer;
  user-select: none;
}
.fav-toggle input[type="checkbox"]:checked + label.btn-show {
  background-color: #498cfc;
  color: #ffffff;
  border-color: #498cfc;
}
.files-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  z-index: 1040;
}

.files-table th,
.files-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.files-table th {
  background-color: #edf1f4;
  font-weight: 600;
  color: #1a202c;
  font-size: 14px;
  padding: 20px 8px;
}

.files-table td {
  font-size: 14px;
  color: #64748b;
}

.file-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}

.file-icon.excel {
  background-color: #28a745;
}

.file-icon.pdf {
  background-color: #dc3545;
}

.file-icon.word {
  background-color: #007bff;
}


.file-date {
  font-size: 14px;
  color: #141F14;

}
.Finance {
  color: #dc3545;
}
.status-badge {
  padding: 4px 12px;
  border-radius: 13px;
font-size: 16.21px;
line-height: 23.16px;
letter-spacing: 0px;
color: #2A2A2E;
}

.status-badge.approved {
  background-color: #61c393;
  color: black;
}
.status-badge.approved2 {
  background-color: #61c393;
  color: #E2FFF1;
font-size: 16.21px;
line-height: 23.16px;
letter-spacing: 0px;

}
.status-badge.pending {
  background-color: #f0d672;
  color: #7a6f44;
}

.file-actions {
  display: flex;
  gap: 10px;
}
.btn-brows{
  padding: 16px;
  color: white;
  font-size: 16px;
  background-color: black;
  border: 1px solid black;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
border-radius: 8px;
}
.btn-action {
padding: 6.95px 15.17px 7.11px 16.21px;
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  border-radius: 10px;
font-weight: 400;
font-size: 16px;
line-height: 22.42px;
letter-spacing: 0px;

  cursor: pointer;
  color: #2a2a2e;
  transition: all 0.3s ease;
}

.btn-action:hover {
  background-color: #f8f9fa;
  color: #1a202c;
}

.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7F7F7;
  padding: 15px;
  border-top: 0.23px solid #9E9E9E;
}

.table-footer span {
  font-size: 14px;
  color: #64748b;
}

.table-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-pagination .btn-page {
  padding: 6px 12px;
  border: 1px solid transparent;
  background-color: white;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #64748b;
  transition: all 0.3s ease;
}

.btn-page:hover {
  background-color: #f8f9fa;
  color: #1a202c;
}

.table-pagination .page-num {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.table-pagination .page-num:hover {
  background-color: #f1f5f9;
}

.table-pagination .page-num.active {
  background-color: #1a202c;
  color: white;
}
/* sign-in */
.sign {
  margin-top: 130px;
}
.sign h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: -2%;
  color: #e63946;
}
.sign p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #a3aed0;
}
.sign label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #2b3674;
}
.sign span {
  color: #4318ff;
}
.sign h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2%;
  color: #2b3674;
}
.sign h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2%;
  color: #2a2a2e;
}
.sign-btn {
  width: 100%;
  padding: 10px 8px;
  background: #2a2a2e;
  color: white;
  border: 1px solid transparent;
  border-radius: 10px;
}
.sign h3 {
  color: #00c853;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.4%;
  text-align: right;
}
.sign-font h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -2%;
  color: #707eae;
}
.sign-font p {
  color: #2a2a2e;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -2%;
}
.custom-black-checkbox:checked {
  background-color: black !important;
  border-color: black !important;
  width: 16px !important;
  height: 16px !important;
}
/* document info */
.layer {
  background: #9a9896bf;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 120vh;
}

.prompet {
  width: 21.44rem;
  height: 13.5rem;
  border-radius: 0.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}

.prompet h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #2a2a2e;
}
.prompet p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #9e9e9e;
}
.btn-ok {
  width: 100%;
  background: #e63946;
  border-radius: 8px;
  padding: 10px;
  border: none;
  color: white;
}
.form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.form-subtitle {
  font-size: 16px;
  color: #999;
}
.step-indicator {
  border-top: 3px solid #e63946;
  width: 40%;
  margin: auto;
  text-align: center;
}
.step {
  padding-top: 10px;
  font-weight: 400;
  font-size: 17.21px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6e6d6d;
}
.step.active {
  color: #e63946;
}
.section-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}
.section-label img,
.section-label i {
  margin-right: 8px;
}
.section-label input {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #6e6d6d;
}
.doc-info .form-control,
.doc-info .form-select {
  border-radius: 8px;
  border: 0.5px solid #9e9e9e !important;
  padding: 11px 15px;
  color: #6e6d6d;
}
.btn-nav {
  border-radius: 8px;
  padding: 8px 24px;
  border: 0.5px solid  #9E9E9E;
  border-radius: 8px;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #9E9E9E;
background-color: transparent;
}
.btn-nav:disabled {
  background: #eee;
  color: #999;
}
/* upload */
.upload-box {
  border: 0.5px dashed #6e6d6d !important;
  background-color: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
/* send */
.send-info h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 80%;
  letter-spacing: 0%;
  text-align: center;
  color: #2a2a2e;
}
.send-info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #6e6d6d;
}
.close-btn {
  background-color: transparent;
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
  padding: 8px 16px;
  margin-right: 45px;
  border-radius: 8px;
}
.margin-next {
  margin-top: 200px;
  margin-bottom: 40px;
}
/* upload doc */
.file-item:hover {
  background-color: #f9f9f9;
}

.file strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  font-weight: 500;
  font-size: 17.93px;
  line-height: 31.38px;
  letter-spacing: 0px;
}
.file small {
  font-weight: 500;
  font-size: 17.93px;
  line-height: 31.38px;
  letter-spacing: 0px;
  color: #6e6d6d;
}
.doc-table th {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  background-color: white;
  color: #6e6d6d;
}
.doc-table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #121417;
}
.img-history img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.doc-history {
  margin-top: 60px;
}
.doc-ver {
  font-size: 22px;
  line-height: 20px;
  color: #6e6d6d;
}
/* all category */
.info-cat h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #6e6d6d;
}
.info-cat p {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
}
.all-cat h4 {
  font-size: 16px;
  line-height: 20px;
  color: #6e6d6d;
}
.all-cat h5 {
  font-size: 16px;
  line-height: 20px;
  color: #2a2a2e;
}
.info-cat h3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #141f14;
}
.info-cat p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #6e6d6d;
}
.rounded-checkbox {
  appearance: none;
  -webkit-appearance: none;
width: 16px;
height: 16px;

  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.rounded-checkbox:checked {
  background-color: #28a745;
  border-color: #28a745;
}


.rounded-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.7rem;
  border: solid white;
  border-width: 0 0.1rem 0.1rem 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.bord {
  border: 0.2px solid #9e9e9e;
  background: #ffffff;
  border-radius: 8px;
}
.activity-step {
  position: relative;
  padding-left: 40px;
  padding-bottom: 40px;
}

.icon-box {
  position: absolute;
  left: 0;
  top: 0;

  border-radius: 50%;

  width: 3rem;
  height: 3rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.bord-color {
  border: 2px solid #198754;
  background: #198754;
  color: white;
}

.activity-step i {
  color: #6e6d6d;
}
.bord-color i {
  color: white;
}
.activity-meta {
  font-size: 14px;
  color: #6c757d;
}
.activity-user {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.activity-user img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity-role {
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0.5%;

  color: #6E6D6D;
}
.icon-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 5.5rem;
  background: repeating-linear-gradient(
    to bottom,
    #ccc,
    #ccc 4px,
    transparent 4px,
    transparent 8px
  );
}

.activity-step:last-child .icon-box::after {
  display: none;
}

.btn-group2 {
  background: #F4F4F6;
  padding: 10px;
  border-radius: 15px;
}
.btn-group2 button {
  border: none;
  background-color: transparent;
  border-radius: 15px;
  color: #000000;
}
.btn-group2 button a {
  color: #000000;
}
.button-active2 {
  background-color: #000000 !important;
  padding: 10px;
}
.button-active2 a {
  color: white !important;
}
.btn-log {
  background: #e6e6e6;
  border-radius: 10px;
  border: none;
  padding: 7.5px 13.43px;
  font-weight: 400;
font-size: 15.69px;
leading-trim: NONE;
line-height: 22.42px;
letter-spacing: 0px;
}
.btn-file{
   background: #e6e6e6;
  border-radius: 10px;
  border: none;
  padding: 6.95px 10.79px 8.05px 17.21px;
font-weight: 400;
font-size: 15.69px;
leading-trim: NONE;
line-height: 22.42px;
letter-spacing: 0px;

}
.sales-color {
  color: #098f4d;
  font-weight: 400;
  font-size: 16px;
  line-height: 31.38px;
  letter-spacing: 0px;
  text-align: center;
}
.margin-category{
   text-align: center;
}
.form-box img {
  border-radius: 8px;
  border: 0.5px solid  #6E6D6D;
}
.markting-color {
  color: #498cfc;
  font-weight: 400;
  font-size: 16px;
  line-height: 31.38px;
  letter-spacing: 0px;
  text-align: center;
}
/* open file */
.form-box input,
.form-box select {
  font-size: 14px;
}
.btn-approve {
   padding: 12.3px 44.43px 12.7px 44.57px;
   border: 1px solid transparent;
  background-color: #1c8c4c;
  color: white;
  font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 22.42px;
letter-spacing: 0px;
border-radius: 10.43px;

}
.btn-reject {
  padding: 12.3px 44.43px 12.7px 44.57px;
  background-color: #e53935;
     border: 1px solid transparent;
  color: white;
  font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 22.42px;
letter-spacing: 0px;
border-radius: 10.43px;

}
.btn-open{
  padding: 8px 3.5px;
  background-color: black;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: white;

}
.form-box .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.form-box label {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2a2a2e;
}
.open-file .form-box {
  border: 0.5px solid #9e9e9e;
  border-radius: 0.5px;
}
.open-file h1 {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
}
/* approvels */
.doc-table {
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
}

.doc-row {
  padding: 15px;
  border: 1px solid transparent;
  background-color: white;
  border-radius: 8px;
}

.doc-header {
  background-color: transparent;
  font-weight: 500;
}

.doc-icon {
  width: 40px;
  height: 40px;
  background-color: #f44336;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
  font-size: 14px;
}

.doc-title h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 17.93px;
  color: #141f14;
}
.doc-title p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  margin-bottom: 0px !important;
}

.doc-meta {
  color: #6e6d6d;
  font-weight: 500;
  font-style: Medium;
  font-size: 17.93px;
}
.badge-Expired {
  background-color: #ffb42c;
  border-radius: 13px;
  padding: 4px 20px;
  font-size: 12px;
  line-height: 23.16px;
  letter-spacing: 0px;

  color: #8b7314;
}
.badge-status {
  background-color: #f0d672;
  color: #7a6f44;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 12px;
}

.tag {
  background-color: transparent;
  padding: 4px 10px;
  border: 0.5px solid #9e9e9e;
  font-size: 13px;
  border-radius: 8px;
  margin-right: 5px;
}

.doc-actions button {
  font-size: 13px;
}

.doc-description {
  padding: 15px;
  background-color: #fcfcfc;
}
/* file for approvels */
.Approve {
  background: #10713b;
  color: white;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 7.3px 17.43px 6.7px 17.57px;
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22.42px;
letter-spacing: 0px;

}
.Reject {
  background: #e63946;
  color: white;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 7.3px 17.43px 6.7px 17.57px;
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22.42px;
letter-spacing: 0px;

}
.prompet2 {
  width: 21.4375rem;
  height: 16.25rem;
}
.btn-cancel {
  width: 80%;
  background: transparent;
  border-radius: 8px;
  padding: 5px;
  border: 0.5px solid #2a2a2e;
  color: black;
}
.exit {
  cursor: pointer;
}
.Confirm {
  background: #098f4d;
}
/* profile */
.cover-photo {
  height: 180px;
  background: url("../assets/bg.jpg") center center/cover;
  border-radius: 12px;
  position: relative;
}

.profile-pic {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid white;
}

.edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
}
.edit-icon2{
    position: absolute;
  top:-3% !important;
  right: 45%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  z-index: 999;
}
.edit-profile {
  border-radius: 8px;
border: 0.5px solid  #6E6D6D;
  background-color: transparent;
  padding: 2px 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #9e9e9e;
}

.card-section {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0px 20px 20px 20px;
  margin-bottom: 20px;
}

.label {
  font-size: 0.85rem;
  color: #6c757d;
}

.value {
  font-weight: 500;
}

.section-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.profile-edit-box {
  width: 28.19rem;
  border-radius: 0.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.profile-edit-box2 {
  width: 28.19rem;
}
.profile-edit-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.form-control::placeholder {
  font-size: 0.85rem;
}

.input-group img {
  width: 24px;
  height: 16px;
}

.btn-update {
  background-color: #1c1c1c;
  color: white;
  border-radius: 6px;
}

.btn-update:hover {
  background-color: #000;
}
/* notification */
.bg-notification {
  background-color: #f7fafc;
}
.notification {
  border-radius: 10px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #9e9e9e;
}
.content {
  flex-grow: 1;
}
.title {
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0px;
color: #0D141C;
  margin-bottom: 2px;
}
.message {
  color: #6e6d6d;
  font-size: 0.95rem;
}
.time {
  font-size: 0.8rem;
  color: #6e6d6d;
}
.actions {
  text-align: right;
}
.actions a {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  color: #0d6efd;
  text-decoration: none;
}
.btn-try {
  border: 0.5px solid #000000;
  padding: 8px 16px;
  background-color: transparent;
  border-radius: 8px;
}
.icon-check {
  right: 5px;
  bottom: 2.5px;
}
.mark-p {
  color: #6e6d6d;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.mark{
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #498CFC;
background-color: transparent;
}
.notification-info{
  border-bottom: 1px solid #CFDBE8;
}
.notification-info p {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #6e6d6d;
  margin-left: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #6e6d6d;
}
.notification-info a {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;

  line-height: 100%;
  letter-spacing: 0%;
}
/* add role */
.add-role input,
.add-role select {
  background: #f7fafc !important;
  border: 1px solid #cfdbe8;
  color: #9e9e9e;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 13px;

}
.width-role  input,
.width-role select {
  width: 23rem;
}
.width-role{
  width: 75%;
}
.role-info h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0d141c;
}
.dropdown button {
  background: #f7fafc;
  border-radius: 8px;
  border: 1px solid #cfdbe8;
  text-align: left;
  width: 23rem;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #9e9e9e;
}
.role-width {
  width: 23rem;
}
.pop-profile .form-control,
.pop-profile .form-select {
  padding: 10px;
}
/* add view member */
.audience-search-box {
  background-color: #ebedf2;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.audience-role-badge {
  background-color: #EBEDF2;
  border-radius: 12px;
  padding: 10px 30px;
  width: 100%;
  border: 0px;
  font-weight: 600;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #0f1417;
}
.audience-table-container th {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #0f1417;
}
.audience-table-container {
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fafafa;
}

.audience-table thead {
  background-color: #f8f9fa;
}

.audience-tab-buttons {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
}

.audience-tab-buttons .nav-link.active {
  border-bottom: 2px solid #0d6efd;
  font-weight: bold;
}

.audience-title-section h3 {
  font-weight: bold;
}

.audience-permissions-text {
  color: #5c738a !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}
.audience-table-container .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #0f1417;
}
.audience-table-container .email {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9e9e9e;
}
/* localization */
.layout {
  background-color: #9e9e9e;
  padding: 10px 16px;
  border-radius: 8px;
}
.localization label {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #2a2a2e;
}
.localization h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
}
.localization h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #2a2a2e;
}
.localization .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.localization .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

.localization input:checked + .slider {
  background-color: #00a3ff;
}

.localization input:checked + .slider:before {
  transform: translateX(26px);
}
/* search */
.search .form-control,
.search .form-select {
  border-radius: 10px;
}

.search .section-title {
  font-weight: 600;
  margin-top: 20px;
}

.search .toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search .recent-searches p {
  padding: 4px 0;
  cursor: pointer;
  color: #333;
}

.search .recent-searches p:hover {
  text-decoration: underline;
}
/* Favorites toggle button */
.toggle-input { display: none; }
.toggle-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #2A2A2E;
  border-radius: 8px;
  background: #FFFFFF;
  color: #2A2A2E;
  cursor: pointer;
  user-select: none;
}
.card-link-reset {
  text-decoration: none !important;
  color: inherit !important;
}
.toggle-btn { display: block; margin-top: 6px; width: fit-content; }
.toggle-input:checked + .toggle-btn {
  background: #498cfc;
  color: #FFFFFF;
  border-color: #498cfc;
}
/* add category */
.category-box {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
.subcategory {
  margin-left: 20px;
}
.delete-icon {
  cursor: pointer;
  color: red;
}
.delete-icon:hover {
  color: darkred;
}

.add-cat {
  background: #ebedf2;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.tag {
  background: #ebedf2;
  border: 1px solid transparent;
  padding: 8px 16px;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 14px;
}

.delete-btn {
  background-color: #e9edf4;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: black;
}

.delete-btn:hover {
  background-color: #d4d9e0;
}

.category-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.category-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.tags-wrapper {
  display: flex;
  gap: 10px;
}
.new-mange {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #5c738a;
}
.custom-input {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 8px 12px;
}
.custom-btn {
  background-color: #eaf0f6;
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  font-weight: 500;
}
.section-title {
  font-weight: bold;
  font-size: 20px;
}
.delete-icon {
  color: #dc3545;
  cursor: pointer;
}
.category-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #dee2e6;
}
.tags-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tag-box {
  background-color: #f1f3f5;
  padding: 4px 10px;
  border-radius: 6px;
}

/* Header section */
.card-title {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.text-muted {
  color: #666 !important;
  font-size: 0.9rem;
}

.header-btn {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
}

.header-btn:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

/* Form elements */
.form-label {
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.custom-input {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  background-color: #fafafa;
  transition: all 0.2s ease;
}

/* Editable toggle highlight */
.custom-input.editable-active {
  background-color: #FFFFFF !important;
  border-color: #498cfc !important;
  box-shadow: 0 0 0 2px rgba(73, 140, 252, 0.12) !important;
}

/* Readonly inputs: keep greyed background and no focus illusion */
.custom-input[readonly],
.custom-input[disabled] {
  background-color: #EBEDF2 !important;
  cursor: default;
}
.custom-input[readonly]:focus,
.custom-input[disabled]:focus {
  background-color: #EBEDF2 !important;
  border-color: #d1d5db !important;
  box-shadow: none !important;
}

.custom-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: white;
  outline: none;
}

.custom-input::placeholder {
  color: #9ca3af;
}

/* Subcategory visual structure */
.subcategory-section {
  margin-bottom: 2rem;
}

.subcategory-visual-container {
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.subcategory-container {
  position: relative;
  border-left: 2px solid #e5e7eb;
  padding-left: 1.5rem;
}

.subcategory-item {
  position: relative;
}

.subcategory-item::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #e5e7eb;
  transform: translateY(-50%);
}

/* Buttons */
.btn-outline-dark {
  color: #2c2c2c;
  border-color: #2c2c2c;
  background-color: transparent;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
}

.btn-outline-dark:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: white;
}

.save-btn {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: white;
  font-weight: 500;
  padding: 0.75rem;
  border-radius: 8px;
  font-size: 0.95rem;
}

.save-btn:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

/* Category display list */
.category-list {
  max-height: none;
}

.category-item {
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.category-item:last-child {
  border-bottom: none;
}
.category-header {
  margin-bottom: 1rem;
}

.category-icon {
  color: #3b82f6;
  font-size: 1rem;
}

.category-name {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 0.95rem;
}

.subcategory-display-list {
  margin-left: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 0.75rem;
}

.subcategory-display-item {
  background-color: #e9ecef;
  border-radius: 6px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

.subcategory-display-item:last-child {
  margin-bottom: 0;
}

.subcategory-icon {
  color: #6b7280;
  font-size: 0.875rem;
}

.subcategory-name {
  color: #4b5563;
  font-size: 0.9rem;
}

.link-btn {
  color: #9ca3af;
  padding: 0.25rem;
}

.link-btn:hover {
  color: #6b7280;
}

.link-btn i {
  font-size: 0.875rem;
}

/* Remove button for dynamic subcategories */
.remove-subcategory {
  color: #dc3545;
  border-color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.remove-subcategory:hover {
  background-color: #dc3545;
  color: white;
}
.bg-ver input {
  background: #ebedf2;
  border-radius: 12px;
}
.btn-add {
  background-color: #dbe8f2;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 16px;
  border: none;
}

.tag-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.btn-delete {
  background-color: #ebedf2;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  padding: 6px 16px;
}
.addtag input {
  border: 1px solid #d4dbe3;
  background: #fafafa;
}
.addtag h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #0f1417;
}
.addtag label {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2a2a2e;
}
.addtag h6 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #0f1417;
}
.can-margin {
  margin-left: 100px;
}
.location-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.pysical table {
  background-color: transparent !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem;
}
.select2-selection__choice {
  background-color: #ced4da !important;
  border: none !important;
  color: white;
  padding: 0 6px !important;
  margin-top: 0.25rem !important;
}
.category-box {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 10px;
  background-color: #fff;
}
.category-title {
  font-weight: 600;
  margin-top: 1rem;
}
.subcategories {
  margin-left: 1.5rem;
}
.section-title {
  font-weight: bold;
  margin-top: 1.2rem;
}
.delete-icon {
  color: red;
  cursor: pointer;
  margin-left: 10px;
}
.dropdown-content {
  display: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0rem 1rem;
  margin-top: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-content.active {
  display: block;
}
.category-title {
  background-color: #ccc;
}
.select2-container--default .select2-selection--multiple {
  border: none;
  padding: 4px 8px;
  background-color: #f5f6f8;
  border-radius: 6px;
  min-height: 40px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e5e7eb;
  border: none;
  color: #111827;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 4px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #6b7280;
  margin-left: 5px;
  border: none;
  font-weight: 500;
  background-color: transparent;
}

.delete-icon {
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e0e0e0;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}


.custom-checkbox .custom-box {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1.74px solid #6E6D6D;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-box {
  background-color: #0d6efd; /* Bootstrap's blue */
  border-color: #0d6efd;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white; /* White checkmark */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox .custom-box {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1.74px solid #6E6D6D;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}


/* .margin-left{
  margin-right: 100px !important;
  margin-left: 20px !important;
} */
.margin-left2{
  margin-right: 30px !important;
}
.bg-file{
  background-color: #F4F4F6;
}
.margin3{
    margin-left: 100px !important;
}
.menu-text{
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #2A2A2E;
}


.sidebar-menu2 {
  position: absolute;
  top:50%;
  right: 0;
  opacity: 0;
  min-width: 150px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
 z-index: 1050 !important;
}
.menu-item,
.custom-date {
  text-align: left;
}
.sidebar-menu2.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* Ensure three-dots menu under icon in tables (dashboard & lists) */
.files-table .position-relative > .sidebar-menu2,
.files-table .sidebar-menu2 {
  top: calc(100% + 6px);
  right: 0;
}
.select-index{
  width: 140px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  color: #2A2A2E;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 6px 10px;
}
.select-index:focus{
  outline: none;
  border-color: #2A2A2E;
  box-shadow: 0 0 0 2px rgba(42,42,46,0.1);
}
.custom-date {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  width: fit-content;
}

.custom-date input[type="date"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.date-display {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6c757d;
   border: 1px solid #6c757d;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  background-color: transparent;
}

.calendar-icon {
  font-size: 20px;
  color: #6c757d;
}
.marg-aprove{
  margin: 0px 60px;
}
.border-chart{
  border-left:  1.01px solid #E5E5EF;
  height: 100%;
}
.fw-semibold{
font-weight: 400;
font-size: 14px;
color: #9291A5;

}
.active-info{
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 20px;
color: #2A2A2E;
}
.custom-transparent-table,
.custom-transparent-table thead,
.custom-transparent-table tbody,
.custom-transparent-table tr,
.custom-transparent-table th,
.custom-transparent-table td {
  background-color: transparent !important;
  box-shadow: none !important;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 21px;
letter-spacing: 0px;
color: #6E6D6D;
border: 1px solid #B9B9B9;
padding: 15px 10px;
}
.black-table{
font-weight: 400;
font-size: 14px !important;
line-height: 21px;
letter-spacing: 0px;
color: #121417 !important;

}
.marg-btn{
  margin-top:70px;
}
.active-font{
font-weight: 500;
font-style: Medium;
font-size: 12px;
line-height: 31.38px;
letter-spacing: 0px;
color: #6E6D6D;
}
.activeity-table th{
  padding: 9px !important;

}
.select-view select{
  width: 109px !important;
height: 40;
opacity: 1;
gap: 16px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
border-radius: 8px;
border-width: 0.2px;

}
.btn-download{
  border: 0.5px solid  #9E9E9E;
  background-color: transparent;
font-weight: 400;
font-size: 16px;
line-height: 22.42px;
letter-spacing: 0px;
color: #6E6D6D;
}
.btn-open{
  border: 0.5px solid  #2A2A2E;
  border-radius: 10px;
  background:  #2A2A2E;
font-weight: 400;
font-size: 16px;
line-height: 22.42px;
letter-spacing: 0px;
color: #FFFFFF;
  padding: 8px 22px;
}
.custom-transparent-table2,
.custom-transparent-table2 thead,
.custom-transparent-table2 tbody,
.custom-transparent-table2 tr,
.custom-transparent-table2 th,
.custom-transparent-table2 td {
  background-color: transparent !important;
  box-shadow: none !important;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 21px;
letter-spacing: 0px;
color: #6E6D6D;
border: 0px !important;
padding: 15px 10px;
}

.custom-transparent-table2 td,
.custom-transparent-table2 th {
  border: none !important;
}

.custom-transparent-table2 tr {
  border-bottom: 1px solid #ddd !important;
}

.custom-transparent-table2 tbody tr:last-child {
  border-bottom: none;
}
.padding-left{
  padding-left: 100px !important;
}
.search input , .search select{
  background-color: transparent !important;
  padding: 13px !important;
}
.badge-box {
  background-color: #EBEDF2 !important;
  border-radius: 12px !important;
  padding: 8px 16px;
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
color: #0F1417;
}
.files-table th{
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #9E9E9E !important;
}
.files-table .fa-chevron-up , .files-table .fa-chevron-down {
  color: #6E6D6D !important;
}
.custom-date {
  position: relative;
  width: 100%; 
  max-width: 200px; 
}

.custom-date input[type="date"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.date-display {
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;  
  overflow: hidden;     
}

.date-display span {
  display: inline-block;
  flex: 1;  
}
.iti {
  width: 100% !important;
}
.iti input {
  width: 100% !important;
}
.iti__country-list{
  right: 1% !important;
}
.toggle-password {
  position: absolute;
  right: 15px;
  top: 65%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}
.role-info .form-select  {
  -webkit-appearance: menulist; 
  -moz-appearance: menulist;    
  appearance: menulist;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center; 
  background-size: 16px 12px;
}
.tabel-color th{
  color: #0F1417 !important;

}
.notifications-wrapper {
  height: auto;          
  overflow: visible;     
  padding-bottom: 3.5rem;  
}

.pagination-wrapper {
  margin-top: 20rem;      
}

.switch-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 0.75rem;  
}

.switch-container input:not(:checked) + .switch-label {
  background-color: #ccc;
  color: #444;
  justify-content: flex-start; 
  padding: 0 3rem; 
}

.switch-container input:checked + .switch-label::after,
.switch-container input:not(:checked) + .switch-label::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
  top: 0.5rem;

}

.switch-container input:checked + .switch-label::after {
  right: 0.5rem;
}


.switch-container input:not(:checked) + .switch-label::after {
  left: 0.5rem;
}

.toggle-icon {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.accordion-toggle[aria-expanded="true"] .toggle-icon::after {
  content: "-";
}
.accordion-toggle[aria-expanded="false"] .toggle-icon::after {
  content: "+";
}
.ocr-tablel td{
font-weight: 400;
font-size: 16.21px !important;
line-height: 31.38px;
letter-spacing: 0px;
color: #141F14 !important;
text-align: center;
}
.toggle-icon {
  border: 1.5px solid #292D32;
  background: none;
  font-size: 18px;
  font-weight: bold;
  color: #292D32;
  cursor: pointer;
  margin-right: 8px;
  padding: 5px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-icon:focus {
  outline: none;
}
.profile-edite{
  left: 51%;
  top: 105%;
}
.toggle-icon::after {
  content: "+";
  display: inline-block;
  width: 1em;
  text-align: center;
}

.collapse.show + tr .toggle-icon::after {
  content: "−";
}
