* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
}

body {
  font-family: "Montserrat", serif;
}

.open-sans {
  /* font-family: "Open Sans", serif; */
}

.lato {
  /* font-family: "Lato", serif; */
  /* font-weight: 100;
font-style: normal; */
}
.Montserrat {
  /* font-family: "Montserrat", serif; */
}

.Main {
  /* font-family: "Montserrat", serif; */
  color: rgba(115, 119, 145, 1);
  font-size: 12px;
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 64.333333% !important;
  }
}
.only-mobile-w {
  width: 80vw;
}
.buyer300 {
  top: -279px;
  left: 116px;
}
.seller300 {
  top: -111px;
  left: 95px;
}

.seller18 {
  top: -317px;
  width: 116px;
  left: -73px;
}
.seller12 {
  top: -383px;
  width: 116px;
  left: -83px;
}

.height616 {
  height: 552px !important;
}
@media (max-width: 768px) {
  .dt-search-container {
    max-width: 44% !important;
    width: 89% !important;
  }
  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px;
    margin-bottom: 20px;
    /* font-family: "Lato", sans-serif; */
  }
  .buyer300 {
    top: -392px;
    left: 291px;
    width: 137px;
  }
  .seller300 {
    top: -106px;
    left: 237px;
    width: 134px;
  }
  .seller18 {
    top: -369px;
    width: 120px;
    left: 38px;
  }
  .height616 {
    height: 100% !important;
  }
  .seller12 {
    top: -492px;
    width: 116px;
    left: -14px;
  }

  .navbar {
    left: 68px;
    padding: 0.75rem 1rem;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .position-form {
    position: relative;
    left: 62px;
  }
  @media (max-width: 768px) {
    .navbar {
      width: 100% !important;
      padding: 0.75rem 1rem;
      background-color: white;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      left: 0;
    }
    .only-mobile-w {
      width: 100% !important;
    }

    .align-items-end23 {
      align-items: flex-end !important;
    }

    .wid80 {
      width: 85% !important;
      margin: 0px !important;
    }
    .px-44 {
      padding-right: 0.4rem !important;
      padding-left: 0.3rem !important;
    }
    .py-44 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }

    .gap-333 {
      gap: 10px;
    }
    .wid898 {
      width: 85% !important;
    }
  }

  .width-for-mobile {
    width: 93vw !important;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 49%;
  }
}

.wid898 {
  width: 100%;
}

/* @media (min-width: 576px) {
  .modal-dialog33 {
    max-width: 32%;
    margin-right: auto;
    margin-left: auto;
    left: 33.6%;
  }
} */

.px-44 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-44 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.h1,
h1,
h2,
h3 {
  font-size: 1.6rem !important;
}
body {
  display: flex;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.sidebar {
  /* width: 250px !important; */
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
}

.sidebar.collapsed {
  width: 72px;
}

.logo {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #2196f3;
  font-size: 24px;
  font-weight: bold;
  gap: 3px;
}

.logo i {
  font-size: 24px;
  margin-right: 10px;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #000000 !important;
}

.nav-item {
  padding: 05px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  transition: background-color 0.3s;
}

/* .nav-item:hover {
  background-color: #f0f0f0;
} */

.nav-item i {
  margin-right: 10px;
  font-size: 20px;
}

.nav-item span {
  white-space: nowrap;
  overflow: hidden;
  /* font-family: "Open Sans", serif; */
  color: rgba(115, 119, 145, 0.9);
  font-size: 13px;
}

.sidebar.collapsed .nav-item span {
  display: none;
}

.dropdown-content {
  display: none;
  padding-left: 30px;
}

.ri-arrow-down-s-line:before {
  content: "\ea4e";
  color: rgba(115, 119, 145, 0.9);
}

.dropdown-content a {
  display: block;
  padding: 10px;
  /* color: #333; */
  text-decoration: none;
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  /* font-family: "Montserrat"; */
  font-size: 13px;
  color: rgba(115, 119, 145, 0.9);
}

.main-content {
  flex: 1;
  padding: 20px;
  transition: margin-left 0.3s;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  /* font-family: "Lato", sans-serif; */
}

.metric-card {
  background-color: #ffffff;
  padding: 13px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.metric-card h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.metric-card .value {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.metric-card .trend {
  font-size: 12px;
  color: #4caf50;
}

.trend.down {
  color: #f44336;
}

@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    z-index: 1000;
    height: 100%;
  }

  /* .main-content {
    margin-left: 60px;
    width: 86%;
  } */
}
.card {
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.legend-item {
  display: inline-flex;
  align-items: center;
  margin-right: 11px;
  padding: 6px 16px;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 14px;
}
.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.dropdown-toggle {
  background-color: #f8f9fa;
  border: none;
  color: #666;
  padding: 6px 16px;
  border-radius: 8px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #e9ecef;
}
.subtitle {
  color: #6c757d;
  font-size: 0.95rem;
}
.chart-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.legend-text {
  font-size: 0.95rem;
}
.legend-percentage {
  font-weight: 500;
  margin-right: 8px;
}
.timeline {
  position: relative;
  padding-left: 55px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00bfff;
}
.timeline-item {
  position: relative;
  padding: 12px 0;
}
.timeline-dot {
  position: absolute;
  left: -45px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00bfff;
  top: 50%;
  transform: translateY(-50%);
}
.activity-email {
  color: #6c757d;
  font-size: 0.875rem;
}
.activity-time {
  color: #6c757d;
  font-size: 0.875rem;
}
.header-actions {
  color: #6c757d;
}
.header-actions i {
  cursor: pointer;
  padding: 8px;
}
.table {
  margin-bottom: 0;
}
.table th {
  font-weight: 600;
  background-color: white;
}
.table td {
  background-color: white;
}
.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  border: none;
  color: #666;
  padding: 8px 12px;
}
.pagination .page-item.active .page-link {
  background-color: #6c757d;
  color: white;
}
.header-actions i {
  color: #6c757d;
  cursor: pointer;
  padding: 8px;
  font-size: 1.1rem;
}
.table-container {
  max-height: 400px;
  overflow-y: auto;
}
.pagination-info {
  color: #666;
  font-size: 0.9rem;
}
.navbar {
  padding: 0.75rem 1rem;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.welcome-text {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}
.nav-icons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav-icon {
  color: #666;
  font-size: 1.1rem;
  cursor: pointer;
}
.profile-pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.btn-outline-primary {
  color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  /* font-family: "Poppins", serif; */
  font-size: 14px;
}

.btn-outline-primary2 {
  color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  /* font-family: "Poppins", serif; */
  font-size: 14px;
}

.btn-outline-primary:hover {
  color: rgb(255, 255, 255) !important;
  /* border: 1px solid rgba(0, 162, 223, 1)!important; */
  background-color: rgb(0, 0, 0) !important;
}

.btn-primary {
  color: rgb(255, 255, 255) !important;
  /* border: 1px solid rgba(0, 162, 223, 1)!important; */
  border: none;
  /* font-family: "Poppins", serif; */
  font-size: 14px;
}

.btn-primary:hover {
  color: rgb(255, 255, 255) !important;
  /* border: 1px solid rgba(0, 162, 223, 1)!important; */
  background-color: rgb(0, 0, 0) !important;
  border: none;
}

.nav-tabs .nav-link.active {
  /* font-family: "Lato"; */
  color: rgb(0, 0, 0) !important;
  border-bottom: 2px solid rgb(0, 0, 0) !important;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: rgba(33, 37, 41, 1) !important;
  border: none;
  /* font-family: "Lato" !important; */
  font-weight: 500 !important;
  /* padding: 10px 20px; */
}

.form-control {
  color: rgba(33, 37, 41, 0.5) !important;
  font-size: 14px !important;
  /* font-family: "Lato"; */
}

.nav-item:hover span {
  /* background-color: rgba(0, 162, 223, 1)!important; */
  /* color: white !important; */
}

.nav-item:hover {
  /* background-color: rgb(0, 0, 0) !important; */
  /* color: white !important; */
}

.dropdown-content a:hover {
  /* background-color: rgba(0, 162, 223, 1)!important; */
  color: rgb(0, 0, 0) !important;
}

/* .nav-item  {
    white-space: nowrap;
    overflow: hidden;
    font-family: "Open Sans", serif;
    color: rgba(115, 119, 145, 0.9);
    font-size: 13px;
} */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 48%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Default styles for the image */
.nav-icon {
  filter: brightness(1);
}

/* Change the filter on hover */
.nav-item:hover .nav-icon {
  filter: brightness(100);
}

@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 49%; */
    margin-right: auto;
    margin-left: auto;
    /* left: 25.6%; */
  }
}

/* Profile image styles */
.profile-img-container {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dropdown styling */
.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
}

.dropdown-item {
  font-size: 14px;
  color: #333;
  padding: 8px 15px;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Modal styling */
.modal-header {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 20px;
}

.modal-body {
  padding: 14px;
  /* overflow: scroll; */
  height: 75vh;
  overflow-y: scroll;
}

.modal-title {
  font-weight: 600;
}

.profile-avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 1px solid #eaeaea;
}

/* Form styling */
.form-label {
  font-weight: 500;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.form-control:read-only {
  background-color: #f9f9f9;
}

/* Password modal specific styles */
.password-illustration {
  margin-bottom: 20px;
  /* width: 29%; */
}

.btn-primary {
  background-color: #07275a;
  border-color: #07275a;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* Password toggle button */
.password-toggle {
  border-color: #ced4da;
}

.password-toggle:hover {
  background-color: #f8f9fa;
}
.nav-tabs .nav-link {
  color: #666;
  border: none;
  /* padding: 10px 20px; */
}

.nav-tabs .nav-link.active {
  color: #07275a;
  border-bottom: 2px solid #07275a;
}

.table th {
  font-weight: normal;
  /* color: #666; */
  /* font-family: "Poppins"; */
  font-size: 13px;
  color: rgba(33, 37, 41, 1);
}

.table td {
  background-color: white;
  /* font-family: "Open Sans"; */
  font-size: 13px;
  color: rgba(33, 37, 41, 1);
}

element.style {
}

.pagination .page-item.active .page-link {
  background-color: rgb(0, 0, 0) !important;
  color: white;
}

.btn-view {
  background-color: #e6f4ff;
  color: rgb(0, 0, 0);
  border: none;
  /* font-family: "Lato"; */
}

.btn-edit {
  background-color: rgb(0, 0, 0);
  color: white;
  /* font-family: "Lato"; */
}

.status-new {
  color: rgba(5, 183, 5, 1);
  margin-right: 9px;
}

/* .nav-item:hover {
  background-color: rgb(255, 255, 255);
} */

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* width: 125% !important; */
}

/* th,
td {
  text-align: left;
  padding: 8px;
} */

.table-responsive::-webkit-scrollbar {
  width: 6px;
  /* Adjust the width of the scrollbar */
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.65);
  /* Scrollbar thumb color */
  border-radius: 10px;
  /* Add rounded corners */
}

.table-responsive::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Scrollbar track color */
}

.table-responsive {
  scrollbar-width: thin;
  /* For Firefox: thin scrollbar */
  scrollbar-color: rgba(0, 164, 223, 0.62) #f1f1f1;
  /* Thumb and track colors */
}

.cs-date-filter-section {
  max-width: fit-content;
}

.cs-input-date::placeholder {
  color: #999;
}

.cs-go-btn {
  min-width: 50px;
}

.srv-body {
  background-color: #f0f2f5;
  padding: 10px;
}
.srv-container {
  max-width: 1200px;
  margin: 0 auto;
}
.srv-card {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: none;
  background-color: #fff;
}
.srv-header {
  background-color: #e1e9f5;
  color: #2c3e50;
  font-weight: 600;
  padding: 10px 10px;
  border-bottom: 1px solid #d1d9e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.srv-title {
  margin: 0;
  font-size: 1.25rem;
}
.srv-icon {
  color: #6c757d;
}
.srv-table-wrapper {
  padding: 0;
}
.srv-table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}
.srv-table-head {
  background-color: #fff;
}
.srv-table-header {
  padding: 10px 10px;
  font-weight: 600;
  color: #2c3e50;
  border-bottom: 1px solid #dee2e6;
}
.srv-table-row {
  border-bottom: 1px solid #dee2e6;
}
.srv-table-row:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.srv-table-cell {
  padding: 10px 10px;
  vertical-align: middle;
}
.srv-priority-high {
  color: #e74c3c;
}
.srv-priority-medium {
  color: #f39c12;
}
.srv-priority-low {
  color: #3498db;
}
.srv-status-progress {
  color: #2c3e50;
}
.srv-status-rejected {
  color: #e74c3c;
}
.srv-status-completed {
  color: #27ae60;
}
.srv-pagination-container {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-top: 1px solid #dee2e6;
}
.srv-pagination-info {
  color: #6c757d;
  font-size: 14px;
  margin-right: 15px;
}
.srv-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.srv-page-item {
  margin: 0 2px;
}
.srv-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
}
.srv-page-link:hover {
  background-color: #f8f9fa;
  color: #2c3e50;
}
.srv-page-item.srv-active .srv-page-link {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.leadTag {
  font-size: 1.2rem !important;
  color: rgba(0, 162, 223, 1) !important;
  /* font-family: Lato, serif; */
  font-weight: 600;
  margin: 0px;
}

.cs-date-filter-section {
  background-color: #f8f9fa;
}

.cs-input-date {
  max-width: 150px;
}

.cs-go-btn {
  padding: 0.375rem 1rem;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #212529;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  border-radius: 8px !important;
  overflow: hidden;
}

.selected-item {
  color: red;
  /* font-family: "Open Sans"; */
  font-size: 14px;
}

.btn-clone-outline-primary {
  color: rgba(0, 174, 239, 1);
  border: 1px solid rgba(0, 174, 239, 1);
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: transparent;
}

.btn-clone-outline-primary:hover {
  background-color: rgba(0, 174, 239, 1);
  border-color: rgba(0, 174, 239, 1);
  color: #fff;
}

.btn-clone-primary {
  background-color: rgba(0, 174, 239, 1);
  border: 1px solid rgba(0, 174, 239, 1);
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-clone-primary:hover {
  background-color: rgba(0, 174, 239, 1);
  border-color: rgba(0, 174, 239, 1);
}

.btn-clone-container {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.btn-clone i {
  margin-right: 8px;
}

.ri-arrow-down-s-line:hover:before {
  color: white;
}

.sidebar-collapsed .only-mobile-w {
  width: 94vw;
}

.form-select {
  height: 32px;
  font-size: 12px !important;
  padding: 2px !important;
  padding-right: 30px !important;
  padding-left: 12px !important;
  color: gray;
}
.form-control {
  height: 32px;
  font-size: 11px !important;
  padding: 2px !important;
  padding-right: 20px !important;
  padding-left: 12px !important;
  color: gray;
}

/* main tabble started here csss  */

:root {
  --dt-primary: rgba(74, 58, 255, 1);
  --dt-primary-light: rgb(0, 0, 0);
  --dt-primary-dark: rgb(0, 0, 0);
  --dt-secondary: #f8fafc;
  --dt-dark: #0f172a;
  --dt-gray-dark: #334155;
  --dt-gray: #64748b;
  --dt-gray-light: #cbd5e1;
  --dt-border: #e2e8f0;
  --dt-white: #ffffff;
  --dt-success: #10b981;
  --dt-warning: #f59e0b;
  --dt-danger: #ef4444;
  --dt-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --dt-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --dt-shadow-lg:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

th,
td {
  text-align: left;
  padding: 8px;
}

.dt-page-container {
  max-width: 100%;
  /* padding: 0.7rem; */
  padding-right: 0px;
  padding-left: 0px;
}

.dt-card {
  border-radius: 0;
  box-shadow: var(--dt-shadow);
  border: none;
  overflow: hidden;
  background-color: var(--dt-white);
  transition: box-shadow 0.3s ease;
  border-radius: 18px;
}

.dt-card:hover {
  box-shadow: var(--dt-shadow-lg);
}

.dt-card-header {
  background-color: var(--dt-white);
  border-bottom: 1px solid var(--dt-border);
  padding: 0rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 42px;
}

.dt-card-body {
  padding: 0.9rem;
}

.dt-table-container {
  overflow-x: auto;
  border-radius: 0px;
  background-color: var(--dt-white);
}

.dt-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
}

.dt-table th {
  font-weight: 500;
  color: #334155;
  /* padding: 0.7rem 1.25rem; */
  border-top: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid var(--dt-border);
  background-color: #f6fbff;
  font-size: 0.795rem;
  letter-spacing: 0.025em;
  position: relative;
}

.dt-table th:hover {
  background-color: #f1f5f9;
}

.dt-table td {
  /* padding: 0.6rem 1.2rem; */
  vertical-align: middle;
  border-color: var(--dt-border);
  font-size: 0.775rem;
  height: 20px !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dt-table tbody tr {
  transition: all 0.2s;
}

.dt-table tbody tr:hover {
  background-color: rgba(14, 165, 233, 0.05);
}

.dt-sort-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.75rem;
  color: var(--dt-gray);
}

.dt-active-sort {
  color: var(--dt-primary);
}

.dt-btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.dt-btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 6px;
}

.dt-btn-primary {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
  color: var(--dt-white);
}

.dt-btn-primary:hover,
.dt-btn-primary:focus {
  background-color: var(--dt-primary-dark);
  border-color: var(--dt-primary-dark);
  color: var(--dt-white);
}

.dt-btn-outline {
  background-color: transparent;
  border: 1px solid var(--dt-border);
  color: var(--dt-gray-dark);
}

.dt-btn-outline:hover,
.dt-btn-outline:focus {
  background-color: var(--dt-secondary);
  border-color: var(--dt-gray-light);
  color: var(--dt-dark);
}

.dt-btn-danger {
  background-color: var(--dt-danger);
  border-color: var(--dt-danger);
  color: var(--dt-white);
}

.dt-btn-danger:hover,
.dt-btn-danger:focus {
  background-color: #dc2626;
  border-color: #dc2626;
}

.dt-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid var(--dt-gray-light);
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.dt-checkbox:checked {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
}

.dt-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dt-table-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.dt-search-container {
  position: relative;
  max-width: 300px;
}

.dt-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dt-gray);
  pointer-events: none;
}

.dt-search-input {
  padding-left: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--dt-border);
  height: 32px;
  font-size: 12px;
  transition: all 0.2s;
  width: 100%;
}

.dt-search-input:focus {
  border-color: var(--dt-primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
  outline: none;
}

.dt-filter-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.dt-date-filter {
  position: relative;
  min-width: 240px;
}

.dt-date-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dt-gray);
  pointer-events: none;
}

.dt-date-input {
  padding-left: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--dt-border);
  height: 32px;
  font-size: 12px;
  transition: all 0.2s;
  width: 100%;
}

.dt-date-input:focus {
  border-color: var(--dt-primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
  outline: none;
}

.dt-badge {
  font-weight: 500;
  padding: 0.35em 0.65em;
  border-radius: 6px;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.dt-badge-success {
  background-color: rgba(16, 185, 129, 0.1);
  color: var(--dt-success);
}

.dt-badge-warning {
  background-color: rgba(245, 158, 11, 0.1);
  color: var(--dt-warning);
}

.dt-badge-danger {
  background-color: rgba(239, 68, 68, 0.1);
  color: var(--dt-danger);
}

.dt-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.dt-toast {
  background-color: var(--dt-white);
  border: none;
  box-shadow: var(--dt-shadow-lg);
  border-radius: 12px;
  min-width: 300px;
  overflow: hidden;
}

.dt-toast-header {
  border-bottom: none;
  background-color: transparent;
  padding: 1rem 1rem 0.5rem;
}

.dt-toast-success .dt-toast-header {
  color: var(--dt-success);
}

.dt-toast-danger .dt-toast-header {
  color: var(--dt-danger);
}

.dt-toast-body {
  padding: 0.5rem 1rem 1rem;
  font-size: 0.875rem;
}

.dt-empty-state {
  padding: 3rem;
  text-align: center;
  color: var(--dt-gray);
}

.dt-empty-state i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--dt-gray-light);
}

.dt-empty-state h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--dt-gray-dark);
}

.dt-empty-state p {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875rem;
}

.dt-bulk-actions {
  display: none;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: var(--dt-secondary);
  border-radius: 8px;
}

.dt-bulk-actions.show {
  display: flex;
}

.dt-pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 1.5rem; */
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.7rem;
}

.dt-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}

.dt-page-item {
  display: inline-block;
}

.dt-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  padding: 0 0.5rem;
  border-radius: 6px;
  border: 1px solid var(--dt-border);
  color: var(--dt-gray-dark);
  background-color: var(--dt-white);
  font-size: 0.875rem;
  transition: all 0.2s;
  text-decoration: none;
}

.dt-page-link:hover {
  background-color: var(--dt-secondary);
  color: var(--dt-dark);
}

.dt-page-item.active .dt-page-link {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
  color: var(--dt-white);
}

.dt-page-item.disabled .dt-page-link {
  color: var(--dt-gray-light);
  pointer-events: none;
  background-color: var(--dt-white);
}

.dt-row-count {
  color: var(--dt-gray);
  font-size: 0.875rem;
}

.dt-modal {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--dt-shadow-lg);
}

.dt-modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 1rem;
}

.dt-modal-body {
  padding: 1rem 1.5rem;
}

.dt-modal-footer {
  border-top: none;
  padding: 1rem 1.5rem 1.5rem;
}

.dt-action-buttons {
  display: flex;
  gap: 0.5rem;
}

/* Animation for row deletion */
.dt-delete-animation {
  animation: dt-fadeOutRow 0.5s ease forwards;
}

@keyframes dt-fadeOutRow {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* Responsive styles */
@media (max-width: 992px) {
  .dt-page-container {
    padding: 1rem;
  }

  .dt-table-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .dt-search-container {
    max-width: 100%;
    width: 100%;
  }

  .dt-filter-container {
    width: 100%;
  }

  .dt-date-filter {
    width: 100%;
  }

  .dt-pagination-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Daterangepicker custom styles */
.daterangepicker {
  border-radius: 12px;
  box-shadow: var(--dt-shadow-lg);
  border: 1px solid var(--dt-border);
  /* font-family: "Inter", sans-serif; */
}

.daterangepicker .ranges li.active {
  background-color: var(--dt-primary);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--dt-primary);
}

.daterangepicker .btn-primary {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
}

@media (max-width: 768px) {
  .dt-page-container {
    max-width: 100% !important;
    margin: inherit !important;
    padding: 0rem !important;
  }
}

.semiboldh5 {
  font-size: medium;
  font-weight: 500 !important;
}

:root {
  --neo-primary: #07275a;
  --neo-primary-hover: #0ea5e9;
  --neo-primary-light: rgba(124, 58, 237, 0.1);
  --neo-success: #10b981;
  --neo-success-hover: #059669;
  --neo-info: #0ea5e9;
  --neo-info-hover: #0284c7;
  --neo-danger: #ef4444;
  --neo-danger-hover: #dc2626;
  --neo-secondary: #9ca3af;
  --neo-light: #f9fafb;
  --neo-dark: #1f2937;
  --neo-border: #e5e7eb;
  --neo-text: #374151;
  --neo-text-light: #6b7280;
  --neo-bg: #f3f4f7;
  --neo-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --neo-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --neo-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --neo-radius: 0rem;
  --neo-radius-sm: 0rem;
  --neo-radius-lg: 0rem;
  --neo-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item2 {
  padding: 0 !important;
}

.neo-bg {
  background-color: var(--neo-bg);
  background-image:
    radial-gradient(at 10% 10%, rgba(124, 58, 237, 0.03) 0px, transparent 50%),
    radial-gradient(at 90% 90%, rgba(14, 165, 233, 0.03) 0px, transparent 50%);
}

/* Modal Styling */
.neo-modal {
  border: none;
  border-radius: var(--neo-radius-lg);
  box-shadow: var(--neo-shadow);
  overflow: hidden;
  background-color: white;
}

.neo-header {
  padding: 0.4rem;
  background-color: rgba(7, 39, 90, 1);
  border-bottom: 1px solid var(--neo-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.modal-title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: white !important;
  display: flex !important;
  align-items: center;
}

.neo-body {
  padding: 1.45rem;
  background-color: white;
}

.neo-footer {
  padding: 1.25rem 1.5rem;
  background-color: white;
  border-top: 1px solid var(--neo-border);
}

.neo-close {
  background-color: var(--neo-light);
  border-radius: 50%;
  padding: 0.5rem;
  opacity: 0.7;
  transition: var(--neo-transition);
}

.neo-close:hover {
  opacity: 1;
  background-color: #f1f1f1;
}

/* Horizontally Scrollable Tabs */
.tabs-container {
  display:none;
  position: relative;
  background: linear-gradient(
    to right,
    rgba(249, 250, 251, 0.9),
    rgba(243, 244, 246, 0.9)
  );
  border-bottom: 1px solid var(--neo-border);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.tabs-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

#dtDeleteConfirmModalLabel {
  color: white;
}

.neo-tabs {
  padding: 0.25rem;
  margin-bottom: 0;
}

.neo-tabs .nav-link {
  color: var(--neo-text-light);
  background-color: transparent;
  border-radius: 0px;
  padding: 6.2px;
  margin: 0 0.375rem;
  font-weight: 500;
  transition: var(--neo-transition);
  border: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.neo-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  opacity: 0;
  transition: var(--neo-transition);
}

.neo-tabs .nav-link:hover {
  color: var(--neo-primary);
  transform: translateY(-2px);
}

.neo-tabs .nav-link:hover::before {
  opacity: 1;
}

.neo-tabs .nav-link.active {
  color: white !important;
  background: linear-gradient(135deg, rgba(7, 39, 90, 1), rgba(7, 39, 90, 1));
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
  transform: translateY(-2px);
}

.neo-tabs .nav-link i {
  font-size: 1rem;
}

/* Form Controls */
.neo-label {
  font-weight: 500;
  color: var(--neo-text);
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.neo-control,
.neo-select {
  border: 1px solid var(--neo-border);
  border-radius: var(--neo-radius);
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: var(--neo-transition);
  background-color: white;
  box-shadow: var(--neo-shadow-sm);
}

.neo-control:focus,
.neo-select:focus {
  border-color: var(--neo-primary);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.neo-control-sm {
  border: 1px solid var(--neo-border);
  border-radius: var(--neo-radius-sm);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  transition: var(--neo-transition);
  background-color: white;
}

.neo-control-sm:focus {
  border-color: var(--neo-primary);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.neo-input-group {
  /* box-shadow: var(--neo-shadow-sm); */
  border-radius: var(--neo-radius);
}

.neo-input-group-sm {
  border-radius: var(--neo-radius-sm);
}

.neo-addon {
  background-color: var(--neo-light);
  border: 1px solid var(--neo-border);
  border-radius: 0 var(--neo-radius) var(--neo-radius) 0;
  color: var(--neo-text-light);
}

.neo-input-group .neo-control {
  border-radius: var(--neo-radius) 0 0 var(--neo-radius);
}

/* Buttons */
.btn {
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  border-radius: var(--neo-radius);
  font-size: 0.9375rem;
  transition: var(--neo-transition);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  opacity: 0;
  transition: var(--neo-transition);
}

.btn:hover::before {
  opacity: 1;
}

.btn-neo-primary {
  background: linear-gradient(135deg, var(--neo-primary), var(--neo-primary));
  border: none;
  color: white !important;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

.btn-neo-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.3);
  color: white !important;
}

.btn-neo-light {
  background-color: white;
  border: 1px solid var(--neo-border);
  color: var(--neo-text);
}

.btn-neo-light:hover {
  background-color: var(--neo-light);
  transform: translateY(-2px);
}

.btn-neo-success {
  background: linear-gradient(
    135deg,
    var(--neo-success),
    var(--neo-success-hover)
  ) !important;
  border: none;
  color: white !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.btn-neo-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.3) !important;
  color: white !important;
}

.btn-neo-info {
  background: linear-gradient(
    135deg,
    var(--neo-info),
    var(--neo-info-hover)
  ) !important;
  border: none;
  color: white !important;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.2) !important;
}

.btn-neo-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.3);
  color: white;
}

.btn-neo-danger {
  background: linear-gradient(
    135deg,
    var(--neo-danger),
    var(--neo-danger-hover)
  );
  border: none;
  color: white;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

.btn-neo-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.3);
  color: white;
}

.btn-neo-secondary {
  background-color: var(--neo-secondary);
  border: none;
  color: white;
}

.btn-neo-secondary:hover {
  background-color: #8993a4;
  color: white;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: var(--neo-radius-sm);
}

.action-buttons {
  display: flex;
  align-items: center;
}

/* Status Toggle */
.neo-toggle {
  display: inline-flex;
  background-color: var(--neo-light);
  border-radius: var(--neo-radius);
  padding: 0.25rem;
  box-shadow: var(--neo-shadow-inner);
}

.btn-neo-toggle {
  border-radius: var(--neo-radius-sm);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: none;
  background-color: transparent;
  color: var(--neo-text-light);
  transition: var(--neo-transition);
}

.btn-check:checked + .btn-neo-toggle {
  background: linear-gradient(135deg, var(--neo-primary), var(--neo-primary));
  color: white;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

/* Card and Table */
.neo-card {
  border: none;
  border-radius: var(--neo-radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: white;
}

.neo-card-header {
  background-color: white;
  border-bottom: 1px solid var(--neo-border);
  padding: 1rem 1.25rem;
}

.neo-card-header h6 {
  font-weight: 600;
  font-size: 1rem;
  color: var(--neo-text);
}

.neo-table {
  margin-bottom: 0;
}

.neo-table th {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--neo-text);
  background-color: var(--neo-light);
  padding: 0.875rem 1.25rem;
  border-top: none;
  border-bottom: 1px solid var(--neo-border);
}

.neo-table td {
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: var(--neo-text);
  border-color: var(--neo-border);
  vertical-align: middle;
}

.neo-table tbody tr {
  transition: var(--neo-transition);
}

.neo-table tbody tr:hover {
  background-color: var(--neo-primary-light);
}

/* Toast Styling */
.neo-toast {
  border-radius: var(--neo-radius);
  box-shadow: var(--neo-shadow);
  opacity: 0;
  animation: toast-in 0.3s ease forwards;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.toast-body {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
}

/* Animation */
.animate-fade-in {
  animation: fade-in 0.5s ease forwards;
  opacity: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

/* Shadow utility */
.shadow-neo {
  box-shadow:
    0 10px 25px -5px rgba(124, 58, 237, 0.1),
    0 10px 10px -5px rgba(124, 58, 237, 0.04);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .modal-dialog {
    margin: 0.5rem;
  }

  .neo-tabs .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }

  .neo-tabs .nav-link i {
    margin-right: 0.25rem !important;
  }

  .neo-body {
    padding: 1.25rem;
  }

  .neo-control,
  .neo-select {
    padding: 0.625rem 0.875rem;
  }
}

@media (max-width: 576px) {
  .neo-header {
    flex-wrap: wrap;
  }

  .action-buttons {
    margin-left: auto;
  }

  .btn-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .neo-table th,
  .neo-table td {
    padding: 0.75rem 1rem;
  }
}

/* main endedd here  tabble csss  */

.margin3433 {
  margin-right: 6px;
  margin-left: 4px;
}

.nav-item:hover,
.nav-item.active {
  /* background-color: rgb(0, 0, 0) !important; */
  /* color: white !important; */
}

.nav-item:hover i.ri-arrow-down-s-line:before,
.nav-item.active i.ri-arrow-down-s-line:before {
  /* color: white !important; */
}

.nav-item.active span,
.nav-item.active img {
  filter: brightness(0) invert(1);
}

/* Custom styles */
.date-selector {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #212529;
}

.date-dropdown-icon {
  margin-left: 8px;
}

.calendar-wrapper {
  position: relative;
}

.calendar-container {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

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

.month-selector {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.month-dropdown-icon {
  margin-left: 5px;
}

.month-dropdown {
  position: absolute;
  top: 60px;
  left: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  display: none;
}

.month-dropdown.show {
  display: block;
}

.month-option {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

.month-option:hover {
  background-color: #f8f9fa;
}

.navigation-buttons {
  display: flex;
  gap: 10px;
}

.nav-button {
  background-color: transparent;
  border: none;
  color: #6c757d;
  cursor: pointer;
  font-size: 18px;
}

.weekday-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 10px;
}

.weekday {
  font-weight: 500;
  color: #6c757d;
  font-size: 14px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar-day {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.calendar-day:hover:not(.other-month) {
  background-color: #e9ecef;
}

.current-month {
  color: #212529;
}

.other-month {
  color: #adb5bd;
  cursor: default;
}

.selected-day {
  background-color: rgb(0, 0, 0);
  color: white !important;
}

.range-day {
  background-color: #e7f1ff;
}

.range-start,
.range-end {
  background-color: rgb(0, 0, 0);
  color: white !important;
}

.body-background {
  background-color: #6c757d;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .mobile-dimensions {
    height: 74% !important;
    width: 95% !important;
  }
}

.custom-font-auto {
  font-weight: 600;
  width: auto;
}
.bg-light-gray {
  background-color: #dee0e2;
}

:root {
  --vristo-primary: rgba(22, 119, 255, 0.16);
  --vristo-secondary: #333333;
  --vristo-success: #00ab55;
  --vristo-warning: #e7515a;
  --vristo-info: #2196f3;
  --vristo-light: #f1f2f3;
  --vristo-dark: rgba(255, 255, 255, 1);
  --vristo-sidebar-bg: #07275a;
  --vristo-border: #e0e6ed;
  --vristo-accent: #4361ee;
}

body {
  /* font-family: "Nunito", sans-serif; */
  background-color: #f1f2f3;
  margin: 0;
  padding: 0;
}

.vristo-header-main {
  background: white;
  border-bottom: 1px solid var(--vristo-border);
  padding: 0.3rem 4.8px 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 55px;
  transition: all 0.3s ease;
  width: 100vw;
}

.vristo-logo-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vristo-logo-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(
    135deg,
    var(--vristo-primary) 0%,
    var(--vristo-secondary) 100%
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.vristo-logo-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--vristo-primary);
  margin: 0;
}

.vristo-search-container {
  position: relative;
  max-width: 400px;
  flex: 1;
  margin: 0 2rem;
}

.vristo-search-input {
  border: 1px solid var(--vristo-border);
  border-radius: 8px;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  background: #f8f9fa;
  width: 100%;
}

.vristo-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.vristo-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 31px;
}

.vristo-header-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--vristo-dark); */
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* .vristo-header-btn:hover {
  background: var(--vristo-light);
  color: var(--vristo-primary);
} */

.vristo-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid var(--vristo-border);
  transition: all 0.3s ease;
}

.vristo-user-avatar:hover {
  border-color: var(--vristo-primary);
}

.vristo-sidebar-wrapper {
  position: fixed;
  top: 53px;
  left: 0;
  width: 226px;
  height: calc(100vh);
  background: var(--vristo-sidebar-bg);
  border-right: 1px solid var(--vristo-border);
  overflow-y: auto;
  z-index: 99999999;
  transition: transform 0.3s ease;
}

.vristo-sidebar-wrapper.collapsed {
  width: 57px;
  overflow: hidden;
}
.vristo-sidebar-wrapper.collapsed .vristo-nav-item-content {
  gap: 20px;
  font-size: 14.3px;
}

/* Sidebar normally collapsed */
.vristo-sidebar-wrapper.collapsed {
  width: 57px;
  transition: width 0.3s ease;
}

/* âŒ Collapsed = submenu should be hidden */
.vristo-sidebar-wrapper.collapsed:not(.hover-expand) .vristo-nav-submenu {
  display: none !important;
}

/* âœ… Hover-expand OR expanded = allow submenu to be shown if .show is added */
.vristo-sidebar-wrapper .vristo-nav-submenu {
  display: none;
}

.vristo-sidebar-wrapper .vristo-nav-submenu.show {
  display: block;
}
/* Sidebar temporarily expanded on hover */
.vristo-sidebar-wrapper.collapsed.hover-expand {
  width: 260px; /* ya jitna aapka expanded width ho */
}

.vristo-sidebar-content {
  padding: 0.7rem 0;
  height: 100%;
}

/* .vristo-nav-section {
  margin-bottom: 0.5rem;
} */

.vristo-nav-title {
  font-size: 11px;
  font-weight: 600;
  color: #888ea8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  padding: 0 1.5rem;
}

.vristo-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.1rem;
  color: var(--vristo-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  position: relative;
}

.vristo-nav-item:hover {
  /* background: #f8f9fa; */
  color: white;
}

.vristo-nav-item.active {
  background: var(--vristo-primary) !important;
  color: white;
  border-radius: 8px;
  margin-right: 1rem;
}

.vristo-nav-item-content {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
}

.vristo-nav-item i {
  width: 20px;
  margin-right: 0.75rem;
}

.vristo-dropdown-arrow {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: auto;
}

.vristo-nav-item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.vristo-nav-item.active {
  background: rgba(255, 255, 255, 0.2);
}

.vristo-dropdown-arrow i {
  font-size: 12px;
  margin: 0;
  transition: transform 0.3s ease;
}

.vristo-nav-submenu.show + .vristo-nav-item .vristo-dropdown-arrow i,
.vristo-nav-item.expanded .vristo-dropdown-arrow i {
  transform: rotate(180deg);
}

.vristo-nav-submenu {
  padding-left: 1rem;
  display: none;
  /* background: #f8f9fa; */
  margin: 0 1rem 0 0;
  border-radius: 0 0 8px 0;
}

.vristo-nav-submenu.show {
  display: block;
}

.vristo-nav-submenu .vristo-nav-item {
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  background: transparent;
  margin-right: 0;
}

.vristo-nav-submenu .vristo-nav-item:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin: 0 0.5rem;
}

.vristo-main-content {
  margin-left: 226px;
  margin-top: 56px;
  padding: 0.7rem;
  min-height: calc(100vh - 70px);
  transition: margin-left 0.3s ease;
  width: 100vw;
  /* Hide scrollbar - for Webkit browsers */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.vristo-sidebar-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.vristo-main-content.expanded {
  margin-left: 63px;
}

.vristo-main-content.expanded .only-mobile-w {
  width: 91vw;
}

.vristo-breadcrumb {
  margin-bottom: 2rem;
}

.vristo-breadcrumb a {
  color: var(--vristo-primary);
  text-decoration: none;
}

.vristo-card-widget {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--vristo-border);
  height: 100%;
}

.vristo-card-header {
  display: flex;
  justify-content: between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.vristo-card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--vristo-dark);
  margin: 0;
}

.vristo-card-menu {
  color: #888ea8;
}

.vristo-stat-value {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.vristo-stat-label {
  font-size: 14px;
  color: #888ea8;
  margin-bottom: 1rem;
}

.vristo-stat-primary {
  color: #e7515a;
}

.vristo-stat-secondary {
  color: #f1975a;
}

.vristo-chart-container {
  height: 60px;
  margin-top: 1rem;
}

.vristo-line-chart {
  width: 100%;
  height: 100%;
}

.vristo-expense-amount {
  font-size: 32px;
  font-weight: 700;
  color: #f1975a;
  margin-bottom: 0.5rem;
}

.vristo-expense-label {
  font-size: 14px;
  color: #888ea8;
  margin-bottom: 1.5rem;
}

.vristo-progress-container {
  margin-bottom: 1rem;
}

.vristo-progress-bar {
  height: 8px;
  background: #e0e6ed;
  border-radius: 4px;
  overflow: hidden;
}

.vristo-progress-fill {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--vristo-primary) 0%,
    var(--vristo-secondary) 100%
  );
  width: 57%;
  border-radius: 4px;
}

.vristo-progress-text {
  text-align: right;
  font-size: 14px;
  color: #888ea8;
  margin-top: 0.5rem;
}

.vristo-balance-card {
  background: linear-gradient(
    135deg,
    var(--vristo-primary) 0%,
    var(--vristo-secondary) 100%
  );
  color: white;
  position: relative;
  overflow: hidden;
}

.vristo-balance-amount {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.vristo-balance-change {
  font-size: 14px;
  opacity: 0.9;
}

.vristo-balance-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.vristo-balance-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.vristo-upgrade-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  margin-left: auto;
}

.vristo-chart-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 120px;
  margin-top: 1rem;
}

.vristo-chart-bar {
  background: linear-gradient(180deg, #f1975a 0%, #ffa726 100%);
  border-radius: 4px 4px 0 0;
  min-width: 20px;
  flex: 1;
}

.vristo-activity-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--vristo-border);
}

.vristo-activity-item:last-child {
  border-bottom: none;
}

.vristo-activity-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.vristo-activity-icon.success {
  background: var(--vristo-success);
}

.vristo-activity-icon.primary {
  background: var(--vristo-primary);
}

.vristo-activity-content {
  flex: 1;
}

.vristo-activity-text {
  font-size: 14px;
  color: var(--vristo-dark);
  margin-bottom: 0.25rem;
}

.vristo-activity-time {
  font-size: 12px;
  color: #888ea8;
}

.vristo-activity-highlight {
  color: var(--vristo-success);
  font-weight: 600;
}

/* User Modal Styles */
.vristo-user-modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.vristo-user-modal .modal-header {
  border-bottom: 1px solid var(--vristo-border);
  padding: 1.5rem;
}

.vristo-user-modal .modal-body {
  padding: 1.5rem;
}

.vristo-user-profile {
  text-align: center;
  margin-bottom: 2rem;
}

.vristo-user-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid var(--vristo-primary);
}

.vristo-user-name {
  font-size: 20px;
  font-weight: 600;
  color: rgb(84 84 84);
  margin-bottom: 0.5rem;
}

.vristo-user-email {
  color: #888ea8;
  font-size: 14px;
}

.vristo-user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vristo-user-menu li {
  margin-bottom: 0.5rem;
}

.vristo-user-menu a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: rgb(71 71 71);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
/* 
.vristo-user-menu a:hover {
  background: var(--vristo-light);
  color: var(--vristo-primary);
} */

.vristo-user-menu i {
  width: 20px;
  margin-right: 0.75rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .vristo-sidebar-wrapper {
    transform: translateX(-100%);
  }

  .vristo-sidebar-wrapper.show {
    transform: translateX(0);
  }

  .vristo-main-content {
    margin-left: 0;
  }

  .vristo-search-container {
    display: none;
  }

  .vristo-logo-text {
    display: none;
  }
}

@media (max-width: 576px) {
  /* .vristo-header-main {
    padding: 0.75rem 1rem;
  } */

  .dt-date-filter {
    width: 45%;
  }

  .dt-date-filter {
    position: relative;
    min-width: 152px;
  }

  .vristo-main-content {
    padding: 1rem;
  }

  .vristo-card-widget {
    padding: 1rem;
  }
}

.poppins-large {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 22px;
}

:root {
  --primary-color: rgba(74, 58, 255, 1);
  --primary-hover: #0078ab;
  --border-radius: 3px;
}

/* Password page specific styles */
.password-form-container {
  max-width: 500px;
}

.password-image {
  object-fit: cover;
  border-radius: var(--border-radius);
}

.password-input-wrapper {
  position: relative;
}

.password-toggle {
  background: none;
  border: none;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
}

.password-submit-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.625rem;
}

.password-submit-btn:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

/* Profile page specific styles */
/* .profile-container {
  max-width: 800px;
} */

.profile-avatar {
  width: 150px;
  height: 150px;
  background-color: #e9ecef;
  overflow: hidden;
}


.profile-section-title {
  color: #212529;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.profile-input:focus,
.profile-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(0, 150, 214, 0.25);
}

.profile-save-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.profile-save-btn:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .password-form-container,
  .profile-container {
    margin: 1rem;
    padding: 1.5rem;
  }

  .profile-avatar {
    width: 100px;
    height: 100px;
  }
}

/* Main Styles for HyperGen-Z Authentication System */
.hgz-theme-root {
  --primary: #2596be;
  --primary-light: #183a6d;
  --primary-dark: #081629;
  --secondary: #3498db;
  --secondary-light: #5dade2;
  --accent: #e74c3c;
  --success: #2ecc71;
  --warning: #f39c12;
  --danger: #e74c3c;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --white: #ffffff;
  --black: rgba(74, 58, 255, 1);
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}

.hgz-theme-root body {
  /* font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif; */
  color: var(--gray-800);
  background-color: var(--gray-100);
}

.hgz-auth-container {
  min-height: 100vh;
  background-color: var(--white);
}

.hgz-left-panel {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  position: relative;
  overflow: hidden;
  background-color: rgb(1 31 43);
}

.hgz-left-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("https://www.work4clients.in/waadmin/html/assest/men.png")
    center/cover no-repeat;
  opacity: 0.15;
}

.hgz-brand-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  height: 100%;
  position: relative;
  z-index: 1;
}

.hgz-brand-logo h1 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hgz-copyright {
  color: var(--gray-300);
  font-size: 0.9rem;
}

.hgz-right-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #21252914;
}

.hgz-auth-form-container {
  width: 100%;
  max-width: 450px;
  padding: 2rem;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: var(--box-shadow);
}

@media (max-width: 991.98px) {
  .hgz-auth-form-container {
    box-shadow: none;
    padding: 1rem;
  }
}

.hgz-form-label {
  font-weight: 500;
  color: var(--gray-700);
}

.hgz-form-control {
  padding: 0.75rem 1rem;
  border-color: var(--gray-300);
  transition: var(--transition);
}

.hgz-form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.hgz-input-group-text {
  padding: 0.75rem 1rem;
  background-color: var(--gray-100);
  border-color: var(--gray-300);
  color: var(--gray-600);
  height: 32px;
}

.hgz-btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  font-weight: 500;
  transition: var(--transition);
  color: white;
}

.hgz-btn-primary:hover,
.hgz-btn-primary:focus {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
  color: white;
}

.hgz-forgot-link {
  color: var(--primary);
  font-weight: 500;
  transition: var(--transition);
}

.hgz-forgot-link:hover {
  color: var(--primary-light);
  text-decoration: underline !important;
}

a {
  color: var(--primary);
  transition: var(--transition);
}

a:hover {
  color: var(--primary-light);
}

.hgz-otp-input {
  width: 3rem;
  height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}

.hgz-resend-btn {
  font-weight: 500;
  color: var(--primary);
}

.hgz-resend-btn:hover {
  text-decoration: underline !important;
}

.hgz-toggle-password {
  cursor: pointer;
}

.hgz-password-strength .progress-bar.bg-danger {
  background-color: var(--danger) !important;
}

.hgz-password-strength .progress-bar.bg-warning {
  background-color: var(--warning) !important;
}

.hgz-password-strength .progress-bar.bg-success {
  background-color: var(--success) !important;
}

.hgz-logo {
  max-width: 180px;
  height: auto;
}

.hgz-cursor-pointer {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .hgz-auth-form-container {
    padding: 1.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }
}

.hgz-toaster-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hgz-toast {
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
  animation:
    slideIn 0.5s ease,
    fadeOut 0.5s ease 2.5s forwards;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.hgz-toast.hgz-success {
  background-color: #28a745;
}
.hgz-toast.hgz-warning {
  background-color: #ffc107;
  color: black;
}
.hgz-toast.hgz-error {
  background-color: #dc3545;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.input-group-text {
  padding: 0.2rem 0.75rem;
}

.min-vw-100 {
  min-width: 100vw !important;
}

#dtDeleteConfirmModal .modal-header {
  background-color: rgba(74, 58, 255, 1) !important;
  color: white !important;
}

#dtDeleteConfirmModal .modal-header * {
  color: white !important;
}

#dtConfirmDeleteBtn {
  background-color: rgba(74, 58, 255, 1) !important;
  color: white !important;
  border: 1px solid rgba(74, 58, 255, 1) !important;
}

/* dropdown search  */

.nav .nav-item button.active {
  background-color: transparent;
  color: #07275a !important;
  font-weight: 500 !important;
  padding: 0px;
  transition: all 0.2s;
  font-size: 1.1rem !important;
}

.nav-pills .nav-link {
  font-weight: 400 !important;
  color: #334155 !important;
  font-size: 0.795rem !important;
}

.bg-success {
  color: #00974f !important;
  background-color: #d2fde6 !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
  font-size: 13.7px !important;
}

.dt-btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.7rem !important;
  border-radius: 6px;
}

:root {
  --primary-color2: rgba(7, 39, 90, 1);
  --secondary-color2: rgba(51, 65, 85, 1);
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #f8f9fa;
  color: var(--secondary-color2);
}

.vtiger-profile-header {
  background: white;
  padding: 20px;
  margin-bottom: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-top: 9px;
  padding-bottom: 9px;
}

.vtiger-profile-avatar {
  width: 34px;
  height: 32px;
  border-radius: 50%;
  background: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  margin-right: 12px;
}

.vtiger-section-title {
  color: var(--primary-color2);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.vtiger-section-title:first-child {
  margin-top: 0;
}

.vtiger-form-label {
  color: var(--secondary-color2);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

.vtiger-form-control,
.vtiger-form-select {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 6px 7px;
  font-size: 13px;
  background-color: #f8fafc;
  width: 100%;
}

.vtiger-form-control:focus,
.vtiger-form-select:focus {
  border-color: var(--primary-color2);
  box-shadow: 0 0 0 0.2rem rgba(7, 39, 90, 0.25);
  outline: none;
}

.vtiger-form-control.readonly {
  background-color: #f1f5f9;
  cursor: not-allowed;
}

.vtiger-upload-area {
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: #f1f5f9;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vtiger-upload-area:hover {
  border-color: var(--primary-color2);
  background-color: #e0f2fe;
}

.vtiger-upload-area.dragover {
  border-color: var(--primary-color2);
  background-color: #e0f2fe;
}

.vtiger-upload-icon {
  color: var(--primary-color2);
  font-size: 24px;
  margin-bottom: 10px;
}

.vtiger-upload-text {
  color: var(--primary-color2);
  font-weight: 500;
  margin-bottom: 5px;
}

.vtiger-upload-subtext {
  color: var(--secondary-color2);
  font-size: 12px;
}

.vtiger-container-custom {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.vtiger-btn-primary {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vtiger-btn-primary:hover {
  background-color: rgba(7, 39, 90, 0.9);
  transform: translateY(-1px);
}

.vtiger-btn-secondary {
  background-color: var(--secondary-color2);
  border-color: var(--secondary-color2);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.vtiger-btn-secondary:hover {
  background-color: rgba(51, 65, 85, 0.9);
  transform: translateY(-1px);
}

.vtiger-form-actions {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  text-align: right;
}

.vtiger-image-preview {
  max-width: 150px;
  max-height: 150px;
  border-radius: 8px;
  margin-top: 10px;
  display: none;
}

.vtiger-success-message {
  background-color: #d1fae5;
  color: #065f46;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: none;
}

.vtiger-error-message {
  background-color: #fee2e2;
  color: #991b1b;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: none;
}

.vtiger-required {
  color: #dc2626;
}

.vtiger-form-control.invalid {
  border-color: #dc2626;
}

.vtiger-validation-error {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.dt-action-buttons button img {
  width: 80%;
}

.dt-action-buttons a img {
  width: 80%;
}

.dt-action-buttons {
  display: flex;
  gap: 0.5rem !important;
}

.btn {
  padding: 0.5rem 1rem !important;
}

.card {
  border-radius: 20px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px !important;
}

.h1,
h1,
h2,
h3 {
  font-size: 1.3rem !important;
}

.profile-privileges-container {
  font-family: "DM Sans", sans-serif;
  margin: 0 auto;
  padding: 1rem;
  background-color: #ffffff;
}

.profile-header-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}

.profile-name-wrapper {
  display: flex;
  flex-direction: column;
}

.profile-name-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.profile-select-dropdown {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.description-wrapper {
  display: flex;
  flex-direction: column;
}

.description-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.description-input-field {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
}

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

.edit-privileges-title {
  font-size: 0.875rem !important;
  font-weight: 500;
  color: #374151;
  margin: 2rem 0 1.5rem 0;
}

.privileges-table-container {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.privileges-table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
  background-color: rgba(246, 251, 255, 1);
  padding: 0.7rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(51, 65, 85, 1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.privileges-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
  padding: 0.7rem;
  border-bottom: 1px solid #f3f4f6;
  align-items: center;
}

.privileges-table-row:last-child {
  border-bottom: none;
}

.module-cell-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.module-checkbox-input {
  width: 1rem;
  height: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.module-checkbox-input:checked {
  background-color: #24e1a2;
  border-color: #24e1a2;
}

.module-checkbox-input:checked::after {
  content: "âœ“";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
}

.module-name-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.permission-checkbox-wrapper {
  display: flex;
  /* justify-content: center; */
}

.permission-checkbox-input {
  width: 1rem;
  height: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.permission-checkbox-input:checked {
  background-color: #24e1a2;
  border-color: #24e1a2;
}

.permission-checkbox-input:checked::after {
  content: "âœ“";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
}

.field-privileges-dropdown {
  background-color: transparent;
  border: none;
  color: #8b5cf6;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%238b5cf6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  padding-right: 1.5rem;
}

.action-buttons-container {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.cancel-button-style {
  background-color: #fef2f2;
  color: #ef4444;
  border: 1px solid #fecaca;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.cancel-button-style:hover {
  background-color: #fee2e2;
}

.save-button-style {
  background-color: #10b981;
  color: white;
  border: 1px solid #10b981;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.save-button-style:hover {
  background-color: #059669;
}

@media (max-width: 768px) {
  .profile-header-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .privileges-table-header,
  .privileges-table-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .privileges-table-header {
    display: none;
  }

  .privileges-table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
  }
}

/* input {
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  padding: 6px 7px !important;
  font-size: 13px !important;
  width: 100%;
}

select {
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  padding: 6px 7px !important;
  font-size: 13px !important;
  width: 100%;
} */

.my-class {
  width: 37%;
  padding: 25px;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .my-class {
    width: 100% !important;
    padding: 15px;
  }
}

/* Dashboard Clone Styles with Unique Classes */
/* * {
  font-family: "DM Sans", sans-serif;
} */

.dashboard-container-main {
  background-color: #f8f9fa66;
  /* min-height: 100vh; */
  padding: 12px 0;
}

.dashboard-wrapper-unique {
  max-width: 1400px;
  margin: 0 auto;
}

.dashboard-grid-container {
  gap: 20px;
  padding: 0 15px;
}

.dashboard-item-wrapper {
  margin-bottom: 20px;
}

.dashboard-card-unique {
  background: white;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.dashboard-three-dots-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dashboard-card-unique:hover .dashboard-three-dots-btn {
  opacity: 1;
}

.dashboard-three-dots-btn:hover {
  background-color: #f8f9fa;
  color: #495057;
}

.dashboard-dropdown-item {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  color: #495057;
}

.dashboard-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.dashboard-icon-container {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 24px;
  color: white;
}

.dashboard-label-text {
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  line-height: 1.2;
}

/* Icon Colors */
.communications-icon {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}
.contacts-icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.organizations-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.leads-icon {
  background: linear-gradient(135deg, #64748b, #94a3b8);
}
.documents-icon {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.calendar-icon {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
}
.emails-icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.tickets-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.products-icon {
  background: linear-gradient(135deg, #f97316, #fb923c);
}
.faq-icon {
  background: linear-gradient(135deg, #ef4444, #f87171);
}
.vendors-icon {
  background: linear-gradient(135deg, #eab308, #facc15);
}
.pricebooks-icon {
  background: linear-gradient(135deg, #84cc16, #a3e635);
}
.quotes-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.purchase-orders-icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.sales-orders-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.google-icon {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}

/* Modal Styles */
.dashboard-modal-unique .dashboard-modal-dialog {
  max-width: 400px;
}

.dashboard-modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.dashboard-modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 24px 16px;
}

.dashboard-modal-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #212529;
}

.dashboard-modal-close {
  font-size: 14px;
}

.dashboard-modal-body {
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}

.dashboard-modal-options {
  position: relative;
  z-index: 2;
}

.dashboard-modal-option {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #495057;
  cursor: pointer;
  transition: color 0.3s ease;
}

.dashboard-modal-option:hover {
  color: #212529;
}

.dashboard-modal-option i {
  margin-right: 12px;
  font-size: 16px;
  color: #6c757d;
  width: 20px;
}

.dashboard-modal-3d-objects {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
}

.dashboard-3d-box {
  position: absolute;
  border-radius: 4px;
  opacity: 0.6;
}

.dashboard-3d-box-1 {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #64748b, #94a3b8);
  transform: rotate(15deg);
  bottom: 20px;
  right: 60px;
}

.dashboard-3d-box-2 {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  transform: rotate(-10deg);
  bottom: 0;
  right: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .dashboard-grid-container {
    gap: 15px;
    padding: 0 10px;
  }

  .dashboard-card-unique {
    height: 100px;
    padding: 16px 12px;
  }

  .dashboard-icon-container {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .dashboard-label-text {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .dashboard-item-wrapper {
    margin-bottom: 15px;
  }

  .dashboard-card-unique {
    height: 90px;
    padding: 12px 8px;
  }

  .dashboard-icon-container {
    width: 36px;
    height: 36px;
    font-size: 18px;
    margin-bottom: 6px;
  }

  .dashboard-label-text {
    font-size: 11px;
  }
}

.dashboard-dropdown-menu {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1050; /* Bootstrap modal se bhi upar */
}

.dashboard-dropdown-unique {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid #e9ecef;
  min-width: 200px;
  z-index: 1055; /* Dropdown menu se bhi upar */
  position: relative;
}

.dashboard-card-unique:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10;
  position: relative;
}

.form-builder-container {
  background-color: #f8f9fa;
  min-height: 100vh;
  padding: 20px;
}

.form-builder-header {
  background: white;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.collapse-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

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

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #28a745;
  transition: 0.4s;
  border-radius: 24px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  right: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch-slider:before {
  transform: translateX(-26px);
}

.form-builder-main {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-title-wrapper {
  margin-bottom: 20px;
}

.section-title-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.field-item-container {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.field-border-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}

.field-border-green {
  background-color: #28a745;
}
.field-border-orange {
  background-color: #fd7e14;
}
.field-border-purple {
  background-color: #6f42c1;
}
.field-border-blue {
  background-color: #07275a;
}

.field-content-wrapper {
  padding: 15px 15px 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.field-info-section {
  flex: 1;
}

.field-name-primary {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}

.field-type-secondary {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 10px;
}

.field-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.field-option-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #6c757d;
}

.option-icon-circle {
  width: 12px;
  height: 12px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-icon-circle.active {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.quick-create-badge {
  background-color: #fff3cd;
  color: #856404;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #ffeaa7;
}

.field-actions-menu {
  position: relative;
}

.menu-dots-trigger {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

.menu-dots-trigger:hover {
  background-color: #f8f9fa;
  color: #333;
}

.add-field-section {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
}

.add-field-icon {
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #6c757d;
}

.add-field-text {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.add-field-subtext {
  font-size: 12px;
  color: #adb5bd;
}

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

.action-button-custom {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: white;
  color: #6c757d;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.action-button-custom:hover {
  background-color: #f8f9fa;
  color: #333;
}

.action-button-primary {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: white;
}

.action-button-primary:hover {
  background-color: #e8690b;
  border-color: #e8690b;
  color: white;
}

.action-button-success {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.action-button-success:hover {
  background-color: #218838;
  border-color: #218838;
  color: white;
}

.dropdown-select-custom {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  background: white;
  color: #6c757d;
}

.vristo-nav-submenu {
  display: none;
  padding-left: 1rem;
}
.vristo-nav-submenu.show {
  display: block;
}

/* .vristo-sidebar-content {
  max-height: 100vh;
  overflow-y: auto;
} */

/* add roles */

/* Container Styles */
.role-management-container {
  background-color: #f8f9fa;
  min-height: 100vh;
  padding: 2rem 0;
}

.role-management-form-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.role-management-main-form {
  width: 100%;
}

.role-management-form-row {
  margin: 0;
}

/* Column Styles */
.role-management-left-column,
.role-management-right-column {
  padding: 0 1rem;
}

/* Field Group Styles */
.role-management-field-group {
  margin-bottom: 1.5rem;
}

.role-management-field-group:last-child {
  margin-bottom: 0;
}

/* Label Styles */
.role-management-field-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}

.role-management-section-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.75rem;
  display: block;
}

.role-management-required-asterisk {
  color: #dc3545;
  font-weight: 600;
  margin-left: 2px;
}

/* Input Styles */
.role-management-text-input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #495057;
  background-color: #ffffff;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.role-management-text-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.role-management-text-input::placeholder {
  color: #6c757d;
  opacity: 1;
}

.role-management-text-input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* Select Styles */
.role-management-select-wrapper {
  position: relative;
}

.role-management-select-input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #6c757d;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.role-management-select-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Radio Button Styles */
.role-management-radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.role-management-radio-item {
  margin-bottom: 0;
  padding-left: 0;
}

.role-management-radio-input {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ced4da;
  background-color: #ffffff;
}

.role-management-radio-input:checked {
  background-color: #07275a;
  border-color: #07275a;
}

.role-management-radio-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.role-management-radio-label {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.4;
}

.role-management-radio-label:hover {
  color: #212529;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .role-management-container {
    padding: 1rem 0;
  }

  .role-management-form-wrapper {
    padding: 1.5rem;
    margin: 0 1rem;
  }

  .role-management-left-column,
  .role-management-right-column {
    padding: 0 0.5rem;
  }

  .role-management-field-group {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .role-management-form-wrapper {
    padding: 1rem;
    margin: 0 0.5rem;
  }

  .role-management-left-column,
  .role-management-right-column {
    padding: 0;
  }

  .role-management-field-group {
    margin-bottom: 1rem;
  }

  .role-management-radio-group {
    gap: 0.375rem;
  }
}

/* Focus and Accessibility Improvements */
.role-management-text-input:focus,
.role-management-select-input:focus,
.role-management-radio-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Hover Effects */
.role-management-radio-item:hover .role-management-radio-input {
  border-color: #07275a;
}

.role-management-select-input:hover {
  border-color: #b6d7ff;
}

.role-management-text-input:hover:not(:focus):not([readonly]) {
  border-color: #b6d7ff;
}

/* Animation for smooth transitions */
.role-management-text-input,
.role-management-select-input,
.role-management-radio-input {
  transition: all 0.2s ease-in-out;
}

/* Custom styling for better visual hierarchy */
.role-management-section-label {
  position: relative;
  padding-bottom: 0.25rem;
}

.role-management-section-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #07275a;
  border-radius: 1px;
}

/* group module model css  */

/* Main Container */
.create-group-main-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

/* Trigger Button */
.create-group-trigger-button {
  background-color: #07275a;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(7, 39, 90, 0.3);
  font-family: "DM Sans", sans-serif;
}

.create-group-trigger-button:hover {
  background-color: #0a2f66;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(7, 39, 90, 0.4);
  color: white;
}

.create-group-trigger-button:focus {
  background-color: #07275a;
  box-shadow: 0 0 0 0.25rem rgba(7, 39, 90, 0.25);
  color: white;
}

/* Modal Styles */
.create-group-modal-wrapper .create-group-modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.create-group-modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Modal Header */
.create-group-modal-header {
  background-color: #07275a;
  border-bottom: none;
  padding: 1rem;
  border-radius: 12px 12px 0 0;
}

.create-group-modal-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  font-family: "DM Sans", sans-serif;
}

/* Modal Body */
.create-group-modal-body {
  padding: 1rem;
  background-color: #ffffff;
}

.create-group-main-form {
  width: 100%;
}

/* Field Container */
.create-group-field-container {
  margin-bottom: 1.5rem;
}

.create-group-field-container:last-child {
  margin-bottom: 0;
}

/* Field Labels */
.create-group-field-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #07275a;
  margin-bottom: 0.5rem;
  display: block;
  font-family: "DM Sans", sans-serif;
}

/* Select Input Styles */
.create-group-select-wrapper {
  position: relative;
}

.create-group-select-input {
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 0.95rem;
  color: #6c757d;
  background-color: #f8f9fa;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
}

.create-group-select-input:focus {
  border-color: #07275a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 39, 90, 0.15);
  background-color: #ffffff;
}

.create-group-select-input option {
  font-family: "DM Sans", sans-serif;
  color: #495057;
}

/* Textarea Input Styles */
.create-group-textarea-input {
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #495057;
  background-color: #f8f9fa;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
  resize: vertical;
  min-height: 100px;
}

.create-group-textarea-input:focus {
  border-color: #07275a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 39, 90, 0.15);
  background-color: #ffffff;
}

.create-group-textarea-input::placeholder {
  color: #6c757d;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

/* Modal Footer */
.create-group-modal-footer {
  background-color: #ffffff;
  border-top: 1px solid #e9ecef;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* Cancel Button */
.create-group-cancel-button {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #721c24;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}

.create-group-cancel-button:hover {
  background-color: #f1aeb5;
  border-color: #ea868f;
  color: #58151c;
}

.create-group-cancel-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Save Button */
.create-group-save-button {
  background-color: #198754;
  border: 1px solid #198754;
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}

.create-group-save-button:hover {
  background-color: #157347;
  border-color: #146c43;
  color: white;
}

.create-group-save-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  color: white;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .create-group-modal-wrapper .create-group-modal-dialog {
    margin: 1rem;
    max-width: none;
  }

  .create-group-modal-header,
  .create-group-modal-body,
  .create-group-modal-footer {
    padding: 1.25rem;
  }

  .create-group-modal-footer {
    flex-direction: column;
    gap: 0.75rem;
  }

  .create-group-cancel-button,
  .create-group-save-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .create-group-modal-wrapper .create-group-modal-dialog {
    margin: 0.5rem;
  }

  .create-group-modal-header,
  .create-group-modal-body,
  .create-group-modal-footer {
    padding: 1rem;
  }

  .create-group-field-container {
    margin-bottom: 1.25rem;
  }
}

/* Animation for modal */
.create-group-modal-wrapper.fade .create-group-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.create-group-modal-wrapper.show .create-group-modal-dialog {
  transform: none;
}

/* Hover effects for better UX */
.create-group-select-input:hover:not(:focus) {
  border-color: #b8c4ce;
  background-color: #ffffff;
}

.create-group-textarea-input:hover:not(:focus) {
  border-color: #b8c4ce;
  background-color: #ffffff;
}

/* Focus states for accessibility */
.create-group-select-input:focus,
.create-group-textarea-input:focus,
.create-group-cancel-button:focus,
.create-group-save-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Custom scrollbar for textarea */
.create-group-textarea-input::-webkit-scrollbar {
  width: 6px;
}

.create-group-textarea-input::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.create-group-textarea-input::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.create-group-textarea-input::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.custom-style-32 {
  border: none;
  position: relative;
  left: 18px;
  padding-left: 0px;
}

.custom-style-35 {
  border: none;
  position: relative;
  left: 64px;
  padding-left: 0px;
}

.font-28 {
  font-size: 23px;
}

.bg-success22 {
  color: #00974f !important;
  background-color: #d2fde6 !important;
}

/* event schedular */

.event-scheduler-modal .modal-header {
  background-color: #4a9b8e;
  color: white;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

.event-scheduler-modal .modal-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.event-scheduler-modal .btn-close {
  filter: brightness(0) invert(1);
}

.event-scheduler-modal .modal-body {
  padding: 1.5rem;
  background-color: #f8f9fa;
}

.event-info-section {
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.event-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}

.form-label-custom {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-control-custom {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.9rem;
  background-color: #f8f9fa;
}

.form-control-custom:focus {
  border-color: #4a9b8e;
  box-shadow: 0 0 0 0.2rem rgba(74, 155, 142, 0.25);
  background-color: white;
}

.form-select-custom {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.9rem;
  background-color: #f8f9fa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select-custom:focus {
  border-color: #4a9b8e;
  box-shadow: 0 0 0 0.2rem rgba(74, 155, 142, 0.25);
  background-color: white;
}

.date-time-section {
  margin-top: 1.5rem;
}

.date-time-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.date-input-group {
  position: relative;
}

.date-input-group .form-control-custom {
  padding-right: 3rem;
}

.date-input-group .calendar-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}

.upload-section {
  margin-top: 1.5rem;
}

.upload-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.upload-area {
  border: 2px dashed #d0d7de;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  background-color: #f6f8fa;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-area:hover {
  border-color: #4a9b8e;
  background-color: #f0f9ff;
}

.upload-icon {
  color: #4a9b8e;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.upload-text {
  color: #333;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.upload-subtext {
  color: #666;
  font-size: 0.85rem;
}

.day-selector {
  margin-top: 1rem;
}

.day-selector-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.day-buttons {
  display: flex;
  gap: 0.5rem;
}

.day-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.day-btn:hover {
  border-color: #4a9b8e;
  color: #4a9b8e;
}

.day-btn.active {
  background-color: #4a9b8e;
  border-color: #4a9b8e;
  color: white;
}

.months-info {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.modal-footer-custom {
  background-color: white;
  border-top: 1px solid #e0e0e0;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.btn-cancel-custom {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
}

.btn-cancel-custom:hover {
  background-color: #f5c6cb;
  color: #721c24;
}

.btn-save-custom {
  background-color: #4a9b8e;
  color: white;
  border: 1px solid #4a9b8e;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
}

.btn-save-custom:hover {
  background-color: #3d8b7f;
  border-color: #3d8b7f;
  color: white;
}

.dynamic-content {
  display: none;
}

.dynamic-content.active {
  display: block;
}

/* main tabble started here csss  */

:root {
  --dt-primary: rgba(74, 58, 255, 1);
  --dt-primary-light: rgb(0, 0, 0);
  --dt-primary-dark: rgb(0, 0, 0);
  --dt-secondary: #f8fafc;
  --dt-dark: #0f172a;
  --dt-gray-dark: #334155;
  --dt-gray: #64748b;
  --dt-gray-light: #cbd5e1;
  --dt-border: #e2e8f0;
  --dt-white: #ffffff;
  --dt-success: #10b981;
  --dt-warning: #f59e0b;
  --dt-danger: #ef4444;
  --dt-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --dt-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --dt-shadow-lg:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

th,
td {
  text-align: left;
  padding: 8px;
}

.dt-page-container {
  max-width: 100%;
  /* padding: 0.7rem; */
  padding-right: 0px;
  padding-left: 0px;
}

.dt-card {
  border-radius: 0;
  box-shadow: var(--dt-shadow);
  border: none;
  overflow: hidden;
  background-color: var(--dt-white);
  transition: box-shadow 0.3s ease;
  border-radius: 18px;
}

.dt-card:hover {
  box-shadow: var(--dt-shadow-lg);
}

.dt-card-header {
  background-color: var(--dt-white);
  border-bottom: 1px solid var(--dt-border);
  padding: 0rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 42px;
}

.dt-card-body {
  padding: 0.9rem;
}

.dt-table-container {
  overflow-x: auto;
  border-radius: 0px;
  background-color: var(--dt-white);
}

.dt-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
}

.dt-table th {
  font-weight: 500;
  color: #334155;
  /* padding: 0.7rem 1.25rem; */
  border-top: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid var(--dt-border);
  background-color: #f6fbff;
  font-size: 0.795rem;
  letter-spacing: 0.025em;
  position: relative;
}

.dt-table th:hover {
  background-color: #f1f5f9;
}

.dt-table td {
  /* padding: 0.6rem 1.2rem; */
  vertical-align: middle;
  border-color: var(--dt-border);
  font-size: 0.775rem;
  height: 20px !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dt-table tbody tr {
  transition: all 0.2s;
}

.dt-table tbody tr:hover {
  background-color: rgba(14, 165, 233, 0.05);
}

.dt-sort-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.75rem;
  color: var(--dt-gray);
}

.dt-active-sort {
  color: var(--dt-primary);
}

.dt-btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.dt-btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 6px;
}

.dt-btn-primary {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
  color: var(--dt-white);
}

.dt-btn-primary:hover,
.dt-btn-primary:focus {
  background-color: var(--dt-primary-dark);
  border-color: var(--dt-primary-dark);
  color: var(--dt-white);
}

.dt-btn-outline {
  background-color: transparent;
  border: 1px solid var(--dt-border);
  color: var(--dt-gray-dark);
}

.dt-btn-outline:hover,
.dt-btn-outline:focus {
  background-color: var(--dt-secondary);
  border-color: var(--dt-gray-light);
  color: var(--dt-dark);
}

.dt-btn-danger {
  background-color: var(--dt-danger);
  border-color: var(--dt-danger);
  color: var(--dt-white);
}

.dt-btn-danger:hover,
.dt-btn-danger:focus {
  background-color: #dc2626;
  border-color: #dc2626;
}

.dt-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid var(--dt-gray-light);
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.dt-checkbox:checked {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
}

.dt-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dt-table-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.dt-search-container {
  position: relative;
  max-width: 300px;
}

.dt-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dt-gray);
  pointer-events: none;
}

.dt-search-input {
  padding-left: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--dt-border);
  height: 32px;
  font-size: 12px;
  transition: all 0.2s;
  width: 100%;
}

.dt-search-input:focus {
  border-color: var(--dt-primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
  outline: none;
}

.dt-filter-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.dt-date-filter {
  position: relative;
  min-width: 240px;
}

.dt-date-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dt-gray);
  pointer-events: none;
}

.dt-date-input {
  padding-left: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--dt-border);
  height: 32px;
  font-size: 12px;
  transition: all 0.2s;
  width: 100%;
}

.dt-date-input:focus {
  border-color: var(--dt-primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
  outline: none;
}

.dt-badge {
  font-weight: 500;
  padding: 0.35em 0.65em;
  border-radius: 6px;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.dt-badge-success {
  background-color: rgba(16, 185, 129, 0.1);
  color: var(--dt-success);
}

.dt-badge-warning {
  background-color: rgba(245, 158, 11, 0.1);
  color: var(--dt-warning);
}

.dt-badge-danger {
  background-color: rgba(239, 68, 68, 0.1);
  color: var(--dt-danger);
}

.dt-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.dt-toast {
  background-color: var(--dt-white);
  border: none;
  box-shadow: var(--dt-shadow-lg);
  border-radius: 12px;
  min-width: 300px;
  overflow: hidden;
}

.dt-toast-header {
  border-bottom: none;
  background-color: transparent;
  padding: 1rem 1rem 0.5rem;
}

.dt-toast-success .dt-toast-header {
  color: var(--dt-success);
}

.dt-toast-danger .dt-toast-header {
  color: var(--dt-danger);
}

.dt-toast-body {
  padding: 0.5rem 1rem 1rem;
  font-size: 0.875rem;
}

.dt-empty-state {
  padding: 3rem;
  text-align: center;
  color: var(--dt-gray);
}

.dt-empty-state i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--dt-gray-light);
}

.dt-empty-state h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--dt-gray-dark);
}

.dt-empty-state p {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875rem;
}

.dt-bulk-actions {
  display: none;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: var(--dt-secondary);
  border-radius: 8px;
}

.dt-bulk-actions.show {
  display: flex;
}

.dt-pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 1.5rem; */
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.7rem;
}

.dt-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}

.dt-page-item {
  display: inline-block;
}

.dt-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  padding: 0 0.5rem;
  border-radius: 6px;
  border: 1px solid var(--dt-border);
  color: var(--dt-gray-dark);
  background-color: var(--dt-white);
  font-size: 0.875rem;
  transition: all 0.2s;
  text-decoration: none;
}

.dt-page-link:hover {
  background-color: var(--dt-secondary);
  color: var(--dt-dark);
}

.dt-page-item.active .dt-page-link {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
  color: var(--dt-white);
}

.dt-page-item.disabled .dt-page-link {
  color: var(--dt-gray-light);
  pointer-events: none;
  background-color: var(--dt-white);
}

.dt-row-count {
  color: var(--dt-gray);
  font-size: 0.875rem;
}

.dt-modal {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--dt-shadow-lg);
}

.dt-modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 1rem;
}

.dt-modal-body {
  padding: 1rem 1.5rem;
}

.dt-modal-footer {
  border-top: none;
  padding: 1rem 1.5rem 1.5rem;
}

.dt-action-buttons {
  display: flex;
  gap: 0.5rem;
}

/* Animation for row deletion */
.dt-delete-animation {
  animation: dt-fadeOutRow 0.5s ease forwards;
}

@keyframes dt-fadeOutRow {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* Responsive styles */
@media (max-width: 992px) {
  .dt-page-container {
    padding: 1rem;
  }

  .dt-table-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .dt-search-container {
    max-width: 100%;
    width: 100%;
  }

  .dt-filter-container {
    width: 100%;
  }

  .dt-date-filter {
    width: 100%;
  }

  .dt-pagination-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Daterangepicker custom styles */
.daterangepicker {
  border-radius: 12px;
  box-shadow: var(--dt-shadow-lg);
  border: 1px solid var(--dt-border);
  /* font-family: "Inter", sans-serif; */
}

.daterangepicker .ranges li.active {
  background-color: var(--dt-primary);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--dt-primary);
}

.daterangepicker .btn-primary {
  background-color: var(--dt-primary);
  border-color: var(--dt-primary);
}

@media (max-width: 768px) {
  .dt-page-container {
    max-width: 100% !important;
    margin: inherit !important;
    padding: 0rem !important;
  }
}

.semiboldh5 {
  font-size: medium;
  font-weight: 500 !important;
}

:root {
  --primary-color2: rgba(7, 39, 90, 1);
  --secondary-color2: rgba(51, 65, 85, 1);
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #f8f9fa;
  color: var(--secondary-color2);
}

.vtiger-profile-header {
  background: white;
  padding: 20px;
  margin-bottom: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-top: 9px;
  padding-bottom: 9px;
}

.vtiger-profile-avatar {
  width: 34px;
  height: 32px;
  border-radius: 50%;
  background: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  margin-right: 12px;
}

.vtiger-section-title {
  color: var(--primary-color2);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.vtiger-section-title:first-child {
  margin-top: 0;
}

.vtiger-form-label {
  color: var(--secondary-color2);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

.vtiger-form-control,
.vtiger-form-select {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 6px 7px;
  font-size: 13px;
  background-color: #f8fafc;
  width: 100%;
}

.vtiger-form-control:focus,
.vtiger-form-select:focus {
  border-color: var(--primary-color2);
  box-shadow: 0 0 0 0.2rem rgba(7, 39, 90, 0.25);
  outline: none;
}

.vtiger-form-control.readonly {
  background-color: #f1f5f9;
  cursor: not-allowed;
}

.vtiger-upload-area {
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: #f1f5f9;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vtiger-upload-area:hover {
  border-color: var(--primary-color2);
  background-color: #e0f2fe;
}

.vtiger-upload-area.dragover {
  border-color: var(--primary-color2);
  background-color: #e0f2fe;
}

.vtiger-upload-icon {
  color: var(--primary-color2);
  font-size: 24px;
  margin-bottom: 10px;
}

.vtiger-upload-text {
  color: var(--primary-color2);
  font-weight: 500;
  margin-bottom: 5px;
}

.vtiger-upload-subtext {
  color: var(--secondary-color2);
  font-size: 12px;
}

.vtiger-container-custom {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.vtiger-btn-primary {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vtiger-btn-primary:hover {
  background-color: rgba(7, 39, 90, 0.9);
  transform: translateY(-1px);
}

.vtiger-btn-secondary {
  background-color: var(--secondary-color2);
  border-color: var(--secondary-color2);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.vtiger-btn-secondary:hover {
  background-color: rgba(51, 65, 85, 0.9);
  transform: translateY(-1px);
}

.vtiger-form-actions {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  text-align: right;
}

.vtiger-image-preview {
  max-width: 150px;
  max-height: 150px;
  border-radius: 8px;
  margin-top: 10px;
  display: none;
}

.vtiger-success-message {
  background-color: #d1fae5;
  color: #065f46;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: none;
}

.vtiger-error-message {
  background-color: #fee2e2;
  color: #991b1b;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: none;
}

.vtiger-required {
  color: #dc2626;
}

.vtiger-form-control.invalid {
  border-color: #dc2626;
}

.vtiger-validation-error {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.dt-action-buttons button img {
  width: 80%;
}

.dt-action-buttons a img {
  width: 80%;
}

.dt-action-buttons {
  display: flex;
  gap: 0.5rem !important;
}

.btn {
  padding: 0.5rem 1rem !important;
}

.card {
  border-radius: 20px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px !important;
}

.h1,
h1,
h2,
h3 {
  font-size: 1.3rem !important;
}

.profile-privileges-container {
  font-family: "DM Sans", sans-serif;
  margin: 0 auto;
  padding: 1rem;
  background-color: #ffffff;
}

.profile-header-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}

.profile-name-wrapper {
  display: flex;
  flex-direction: column;
}

.profile-name-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.profile-select-dropdown {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.description-wrapper {
  display: flex;
  flex-direction: column;
}

.description-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.description-input-field {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
}

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

.edit-privileges-title {
  font-size: 0.875rem !important;
  font-weight: 500;
  color: #374151;
  margin: 2rem 0 1.5rem 0;
}

.privileges-table-container {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.privileges-table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
  background-color: rgba(246, 251, 255, 1);
  padding: 0.7rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(51, 65, 85, 1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.privileges-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
  padding: 0.7rem;
  border-bottom: 1px solid #f3f4f6;
  align-items: center;
}

.privileges-table-row:last-child {
  border-bottom: none;
}

.module-cell-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.module-checkbox-input {
  width: 1rem;
  height: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.module-checkbox-input:checked {
  background-color: #24e1a2;
  border-color: #24e1a2;
}

.module-checkbox-input:checked::after {
  content: "âœ“";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
}

.module-name-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.permission-checkbox-wrapper {
  display: flex;
  /* justify-content: center; */
}

.permission-checkbox-input {
  width: 1rem;
  height: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.permission-checkbox-input:checked {
  background-color: #24e1a2;
  border-color: #24e1a2;
}

.permission-checkbox-input:checked::after {
  content: "âœ“";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
}

.field-privileges-dropdown {
  background-color: transparent;
  border: none;
  color: #8b5cf6;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%238b5cf6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  padding-right: 1.5rem;
}

.action-buttons-container {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.cancel-button-style {
  background-color: #fef2f2;
  color: #ef4444;
  border: 1px solid #fecaca;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.cancel-button-style:hover {
  background-color: #fee2e2;
}

.save-button-style {
  background-color: #10b981;
  color: white;
  border: 1px solid #10b981;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.save-button-style:hover {
  background-color: #059669;
}

@media (max-width: 768px) {
  .profile-header-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .privileges-table-header,
  .privileges-table-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .privileges-table-header {
    display: none;
  }

  .privileges-table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
  }
}

/* input {
    border: 1px solid #e2e8f0 !important;
    border-radius: 4px !important;
    padding: 6px 7px !important;
    font-size: 13px !important;
    width: 100%;
  }
  
  select {
    border: 1px solid #e2e8f0 !important;
    border-radius: 4px !important;
    padding: 6px 7px !important;
    font-size: 13px !important;
    width: 100%;
  } */

.my-class {
  width: 37%;
  padding: 25px;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .my-class {
    width: 100% !important;
    padding: 15px;
  }
}

/* Dashboard Clone Styles with Unique Classes */
* {
  font-family: "DM Sans", sans-serif;
}

.dashboard-container-main {
  background-color: #f8f9fa66;
  /* min-height: 100vh; */
  padding: 12px 0;
}

.dashboard-wrapper-unique {
  max-width: 1400px;
  margin: 0 auto;
}

.dashboard-grid-container {
  gap: 20px;
  padding: 0 15px;
}

.dashboard-item-wrapper {
  margin-bottom: 20px;
}

.dashboard-card-unique {
  background: white;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.dashboard-three-dots-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dashboard-card-unique:hover .dashboard-three-dots-btn {
  opacity: 1;
}

.dashboard-three-dots-btn:hover {
  background-color: #f8f9fa;
  color: #495057;
}

.dashboard-dropdown-item {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  color: #495057;
}

.dashboard-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.dashboard-icon-container {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 24px;
  color: white;
}

.dashboard-label-text {
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  line-height: 1.2;
}

/* Icon Colors */
.communications-icon {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}
.contacts-icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.organizations-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.leads-icon {
  background: linear-gradient(135deg, #64748b, #94a3b8);
}
.documents-icon {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.calendar-icon {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
}
.emails-icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.tickets-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.products-icon {
  background: linear-gradient(135deg, #f97316, #fb923c);
}
.faq-icon {
  background: linear-gradient(135deg, #ef4444, #f87171);
}
.vendors-icon {
  background: linear-gradient(135deg, #eab308, #facc15);
}
.pricebooks-icon {
  background: linear-gradient(135deg, #84cc16, #a3e635);
}
.quotes-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.purchase-orders-icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.sales-orders-icon {
  background: linear-gradient(135deg, #06b6d4, #67e8f9);
}
.google-icon {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}

/* Modal Styles */
.dashboard-modal-unique .dashboard-modal-dialog {
  max-width: 400px;
}

.dashboard-modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.dashboard-modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 24px 16px;
}

.dashboard-modal-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #212529;
}

.dashboard-modal-close {
  font-size: 14px;
}

.dashboard-modal-body {
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}

.dashboard-modal-options {
  position: relative;
  z-index: 2;
}

.dashboard-modal-option {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #495057;
  cursor: pointer;
  transition: color 0.3s ease;
}

.dashboard-modal-option:hover {
  color: #212529;
}

.dashboard-modal-option i {
  margin-right: 12px;
  font-size: 16px;
  color: #6c757d;
  width: 20px;
}

.dashboard-modal-3d-objects {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
}

.dashboard-3d-box {
  position: absolute;
  border-radius: 4px;
  opacity: 0.6;
}

.dashboard-3d-box-1 {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #64748b, #94a3b8);
  transform: rotate(15deg);
  bottom: 20px;
  right: 60px;
}

.dashboard-3d-box-2 {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  transform: rotate(-10deg);
  bottom: 0;
  right: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .dashboard-grid-container {
    gap: 15px;
    padding: 0 10px;
  }

  .dashboard-card-unique {
    height: 100px;
    padding: 16px 12px;
  }

  .dashboard-icon-container {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .dashboard-label-text {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .dashboard-item-wrapper {
    margin-bottom: 15px;
  }

  .dashboard-card-unique {
    height: 90px;
    padding: 12px 8px;
  }

  .dashboard-icon-container {
    width: 36px;
    height: 36px;
    font-size: 18px;
    margin-bottom: 6px;
  }

  .dashboard-label-text {
    font-size: 11px;
  }
}

.dashboard-dropdown-menu {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1050; /* Bootstrap modal se bhi upar */
}

.dashboard-dropdown-unique {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid #e9ecef;
  min-width: 200px;
  z-index: 1055; /* Dropdown menu se bhi upar */
  position: relative;
}

.dashboard-card-unique:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10;
  position: relative;
}

.form-builder-container {
  background-color: #f8f9fa;
  min-height: 100vh;
  padding: 20px;
}

.form-builder-header {
  background: white;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.collapse-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

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

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #28a745;
  transition: 0.4s;
  border-radius: 24px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  right: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch-slider:before {
  transform: translateX(-26px);
}

.form-builder-main {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-title-wrapper {
  margin-bottom: 20px;
}

.section-title-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.field-item-container {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.field-border-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}

.field-border-green {
  background-color: #28a745;
}
.field-border-orange {
  background-color: #fd7e14;
}
.field-border-purple {
  background-color: #6f42c1;
}
.field-border-blue {
  background-color: #07275a;
}

.field-content-wrapper {
  padding: 15px 15px 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.field-info-section {
  flex: 1;
}

.field-name-primary {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}

.field-type-secondary {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 10px;
}

.field-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.field-option-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #6c757d;
}

.option-icon-circle {
  width: 12px;
  height: 12px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-icon-circle.active {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.quick-create-badge {
  background-color: #fff3cd;
  color: #856404;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #ffeaa7;
}

.field-actions-menu {
  position: relative;
}

.menu-dots-trigger {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

.menu-dots-trigger:hover {
  background-color: #f8f9fa;
  color: #333;
}

.add-field-section {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
}

.add-field-icon {
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #6c757d;
}

.add-field-text {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.add-field-subtext {
  font-size: 12px;
  color: #adb5bd;
}

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

.action-button-custom {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: white;
  color: #6c757d;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.action-button-custom:hover {
  background-color: #f8f9fa;
  color: #333;
}

.action-button-primary {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: white;
}

.action-button-primary:hover {
  background-color: #e8690b;
  border-color: #e8690b;
  color: white;
}

.action-button-success {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.action-button-success:hover {
  background-color: #218838;
  border-color: #218838;
  color: white;
}

.dropdown-select-custom {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  background: white;
  color: #6c757d;
}

.vristo-nav-submenu {
  display: none;
  padding-left: 1rem;
}
.vristo-nav-submenu.show {
  display: block;
}

/* .vristo-sidebar-content {
    max-height: 100vh;
    overflow-y: auto;
  } */

/* add roles */

/* Container Styles */
.role-management-container {
  background-color: #f8f9fa;
  min-height: 100vh;
  padding: 2rem 0;
}

.role-management-form-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.role-management-main-form {
  width: 100%;
}

.role-management-form-row {
  margin: 0;
}

/* Column Styles */
.role-management-left-column,
.role-management-right-column {
  padding: 0 1rem;
}

/* Field Group Styles */
.role-management-field-group {
  margin-bottom: 1.5rem;
}

.role-management-field-group:last-child {
  margin-bottom: 0;
}

/* Label Styles */
.role-management-field-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}

.role-management-section-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.75rem;
  display: block;
}

.role-management-required-asterisk {
  color: #dc3545;
  font-weight: 600;
  margin-left: 2px;
}

/* Input Styles */
.role-management-text-input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #495057;
  background-color: #ffffff;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.role-management-text-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.role-management-text-input::placeholder {
  color: #6c757d;
  opacity: 1;
}

.role-management-text-input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* Select Styles */
.role-management-select-wrapper {
  position: relative;
}

.role-management-select-input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #6c757d;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.role-management-select-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Radio Button Styles */
.role-management-radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.role-management-radio-item {
  margin-bottom: 0;
  padding-left: 0;
}

.role-management-radio-input {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ced4da;
  background-color: #ffffff;
}

.role-management-radio-input:checked {
  background-color: #07275a;
  border-color: #07275a;
}

.role-management-radio-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.role-management-radio-label {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.4;
}

.role-management-radio-label:hover {
  color: #212529;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .role-management-container {
    padding: 1rem 0;
  }

  .role-management-form-wrapper {
    padding: 1.5rem;
    margin: 0 1rem;
  }

  .role-management-left-column,
  .role-management-right-column {
    padding: 0 0.5rem;
  }

  .role-management-field-group {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .role-management-form-wrapper {
    padding: 1rem;
    margin: 0 0.5rem;
  }

  .role-management-left-column,
  .role-management-right-column {
    padding: 0;
  }

  .role-management-field-group {
    margin-bottom: 1rem;
  }

  .role-management-radio-group {
    gap: 0.375rem;
  }
}

/* Focus and Accessibility Improvements */
.role-management-text-input:focus,
.role-management-select-input:focus,
.role-management-radio-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Hover Effects */
.role-management-radio-item:hover .role-management-radio-input {
  border-color: #4a3aff;
}

.role-management-select-input:hover {
  border-color: #b6d7ff;
}

.role-management-text-input:hover:not(:focus):not([readonly]) {
  border-color: #b6d7ff;
}

/* Animation for smooth transitions */
.role-management-text-input,
.role-management-select-input,
.role-management-radio-input {
  transition: all 0.2s ease-in-out;
}

/* Custom styling for better visual hierarchy */
.role-management-section-label {
  position: relative;
  padding-bottom: 0.25rem;
}

.role-management-section-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #07275a;
  border-radius: 1px;
}

/* group module model css  */

/* Main Container */
.create-group-main-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

/* Trigger Button */
.create-group-trigger-button {
  background-color: #07275a;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(7, 39, 90, 0.3);
  font-family: "DM Sans", sans-serif;
}

.create-group-trigger-button:hover {
  background-color: #0a2f66;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(7, 39, 90, 0.4);
  color: white;
}

.create-group-trigger-button:focus {
  background-color: #07275a;
  box-shadow: 0 0 0 0.25rem rgba(7, 39, 90, 0.25);
  color: white;
}

/* Modal Styles */
.create-group-modal-wrapper .create-group-modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.create-group-modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Modal Header */
.create-group-modal-header {
  background-color: #07275a;
  border-bottom: none;
  padding: 1rem;
  border-radius: 12px 12px 0 0;
}

.create-group-modal-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  font-family: "DM Sans", sans-serif;
}

/* Modal Body */
.create-group-modal-body {
  padding: 1rem;
  background-color: #ffffff;
}

.create-group-main-form {
  width: 100%;
}

/* Field Container */
.create-group-field-container {
  margin-bottom: 1.5rem;
}

.create-group-field-container:last-child {
  margin-bottom: 0;
}

/* Field Labels */
.create-group-field-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #07275a;
  margin-bottom: 0.5rem;
  display: block;
  font-family: "DM Sans", sans-serif;
}

/* Select Input Styles */
.create-group-select-wrapper {
  position: relative;
}

.create-group-select-input {
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 0.95rem;
  color: #6c757d;
  background-color: #f8f9fa;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
}

.create-group-select-input:focus {
  border-color: #07275a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 39, 90, 0.15);
  background-color: #ffffff;
}

.create-group-select-input option {
  font-family: "DM Sans", sans-serif;
  color: #495057;
}

/* Textarea Input Styles */
.create-group-textarea-input {
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #495057;
  background-color: #f8f9fa;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
  resize: vertical;
  min-height: 100px;
}

.create-group-textarea-input:focus {
  border-color: #07275a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 39, 90, 0.15);
  background-color: #ffffff;
}

.create-group-textarea-input::placeholder {
  color: #6c757d;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

/* Modal Footer */
.create-group-modal-footer {
  background-color: #ffffff;
  border-top: 1px solid #e9ecef;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* Cancel Button */
.create-group-cancel-button {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #721c24;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}

.create-group-cancel-button:hover {
  background-color: #f1aeb5;
  border-color: #ea868f;
  color: #58151c;
}

.create-group-cancel-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Save Button */
.create-group-save-button {
  background-color: #198754;
  border: 1px solid #198754;
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}

.create-group-save-button:hover {
  background-color: #157347;
  border-color: #146c43;
  color: white;
}

.create-group-save-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  color: white;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .create-group-modal-wrapper .create-group-modal-dialog {
    margin: 1rem;
    max-width: none;
  }

  .create-group-modal-header,
  .create-group-modal-body,
  .create-group-modal-footer {
    padding: 1.25rem;
  }

  .create-group-modal-footer {
    flex-direction: column;
    gap: 0.75rem;
  }

  .create-group-cancel-button,
  .create-group-save-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .create-group-modal-wrapper .create-group-modal-dialog {
    margin: 0.5rem;
  }

  .create-group-modal-header,
  .create-group-modal-body,
  .create-group-modal-footer {
    padding: 1rem;
  }

  .create-group-field-container {
    margin-bottom: 1.25rem;
  }
}

/* Animation for modal */
.create-group-modal-wrapper.fade .create-group-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.create-group-modal-wrapper.show .create-group-modal-dialog {
  transform: none;
}

/* Hover effects for better UX */
.create-group-select-input:hover:not(:focus) {
  border-color: #b8c4ce;
  background-color: #ffffff;
}

.create-group-textarea-input:hover:not(:focus) {
  border-color: #b8c4ce;
  background-color: #ffffff;
}

/* Focus states for accessibility */
.create-group-select-input:focus,
.create-group-textarea-input:focus,
.create-group-cancel-button:focus,
.create-group-save-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Custom scrollbar for textarea */
.create-group-textarea-input::-webkit-scrollbar {
  width: 6px;
}

.create-group-textarea-input::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.create-group-textarea-input::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.create-group-textarea-input::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.btn-close {
  width: 0.5em !important;
  height: 0.5em !important;
}
