body {
  margin: 0;
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
#customReport {
  width: 100%;
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#customReport .customIframe {
  width: 100%;
  height: 88vh;
  border-width: 0px;
}
.accessgroup-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 100vh;
  background: #f6f8fa;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  gap: 15px;
  flex-wrap: wrap;
  margin: 30px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
  }
}
.title {
  font-size: 19px;
}
@media (max-width: 768px) {
  .title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.search-btn-container {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .search-btn-container {
    width: 100%;
  }
}
.search-container {
  padding: 4px 9px;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 36px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #aaa;
}
@media (max-width: 768px) {
  .search-container {
    max-width: 100%;
  }
}
input.search-access-folders {
  width: 93%;
  border: none;
  font-size: 14px;
}
input.search-access-folders:focus {
  outline: none;
}
.create-access-group {
  padding: 4px 9px;
  height: 36px;
  background: #1a73e8;
  display: flex;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #aaa;
  color: #fff;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .create-access-group {
    width: 100%;
  }
}
svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.search-icon.css-i4bv87-MuiSvgIcon-root {
  color: #aaa;
}
.table-container {
  width: 100%;
  margin-top: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #aaa;
  overflow: hidden;
}
@media (max-width: 768px) {
  .table-container {
    margin-top: 15px;
  }
}
.table-content {
  height: 96%;
  width: 98%;
  position: relative;
  top: 2%;
  right: 1%;
  left: 1%;
}
th.MuiTableCell-root.MuiTableCell-head.MuiTableCell-stickyHeader.MuiTableCell-sizeMedium.table-cell.css-y8ay40-MuiTableCell-root {
  width: 43%;
}
.popup {
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}
.popup-content {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  min-height: 45%;
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .popup-content {
    width: 100%;
    min-height: auto;
    max-height: 85vh;
    margin-right: 30px;
    overflow-x: auto;
  }
}
.delete-popup-content {
  min-height: 25%;
}
@media (max-width: 768px) {
  .delete-popup-content {
    min-height: auto;
  }
}
.popup-header-container {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header-hr {
  margin: 10px 0;
}
.footer-hr {
  margin: 10px 0;
}
.popup-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.cancel-button {
  border: 1px solid #aaa;
  margin-right: 10px;
  padding: 8px 22px;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .cancel-button {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.create-button {
  padding: 8px 22px;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  background: #1a73e8;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 480px) {
  .create-button {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.popup-footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.popup-header-content {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 480px) {
  .popup-header-content {
    font-size: 16px;
  }
}
.popup-main-content-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.delete-message {
  padding: 0 20px 40px;
  text-align: center;
}
.name-input-container {
  border: 1px solid #aaa;
  width: 99%;
  padding: 0px 9px;
  background: #fff;
  border-radius: 6px;
  margin-top: 2%;
}
input.search-and-access {
  width: 100%;
  height: 40px;
  border: none;
}
input.search-and-access:focus {
  outline: none;
}
.popup-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.add-users-container {
  width: 100%;
  padding: 0px 9px;
  background: #fff;
  border-radius: 6px;
  margin-top: 2%;
  display: flex;
  align-items: center;
}
.add-users-containers {
  border: 1px solid #aaa;
  width: 100%;
  padding: 0px 9px;
  background: #fff;
  border-radius: 6px;
  margin-top: 2%;
  display: flex;
  align-items: center;
}
.tag-list-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  overflow: auto;
  width: 100%;
  max-height: 100px;
  gap: 6px;
  padding: 5px 0;
}
input.search-here {
  width: 100%;
  height: 40px;
  border: none;
}
input.search-here:focus {
  outline: none;
}
.user-contents {
  padding: 14px 0px;
}
.name-contents {
  display: flex;
  flex-direction: column;
}
label.name-label {
  font-size: 13px;
}
label.users-label {
  font-size: 13px;
  color: #706969;
}
.required-color {
  color: red;
}
.required {
  position: relative;
  bottom: 18px;
  border: none;
}
.required-content {
  font-size: 12px;
  color: #706969;
}
.close-popup {
  cursor: pointer;
}
.close-popup:hover {
  color: red;
}
button.ok-button {
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid #aaa;
  cursor: pointer;
}
.main-content {
  display: flex;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
@media (max-width: 480px) {
  .main-content {
    font-size: 12px;
    padding: 8px;
  }
}
.lastname {
  position: relative;
  right: 35%;
}
.main-container {
  width: 100%;
  height: 400px;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .main-container {
    height: 300px;
    padding: 10px;
    overflow-x: auto;
  }
}
.main-content:hover {
  background: #f0f0f0;
}
.default-image {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .default-image {
    width: 30px;
    height: 30px;
  }
}
.first-and-last-name,
.email {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-user-content {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  min-height: 30%;
  max-height: 90vh;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .popup-user-content {
    width: 100%;
    padding: 15px;
    max-height: 85vh;
  }
}
.tag-list {
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  margin-right: 4px;
  background: #d5d5d5;
  display: flex;
}
.close-rounded-button {
  display: flex;
  align-items: center;
  color: red;
}
.list-container {
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 3px;
  margin-left: 2px;
}
.tag-list-item {
  display: flex;
  flex-direction: row;
  gap: 1px;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  background: #e7e7e7;
  border-radius: 5px;
  max-width: 100px;
}
@media (max-width: 480px) {
  .tag-list-item {
    max-width: 80px;
    font-size: 12px;
  }
}
.tag-item-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tag-item-close-btn {
  display: flex;
  color: red;
  margin-left: 4px;
  cursor: pointer;
}
svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeSmall.css-ptiqhd-MuiSvgIcon-root {
  font-size: 16px;
}
.tag-item-close-btn:hover {
  background: snow;
  border-radius: 50%;
}
.title {
  font-size: 19px;
}
@media (max-width: 768px) {
  .title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.display-error {
  color: red;
}
.display-error-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.search-input-container {
  width: 100%;
}
.disabled {
  cursor: not-allowed;
  opacity: .6;
}
.error-message {
  font-size: 14px;
  color: red;
  text-align: center;
}
@media (max-width: 480px) {
  .error-message {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .MuiDataGrid-root {
    font-size: 12px;
  }
  .MuiDataGrid-columnHeader {
    padding: 4px;
  }
  .MuiDataGrid-cell {
    padding: 4px;
  }
  .MuiDataGrid-columnHeader--hidden {
    display: flex !important;
  }
}
@media (max-width: 480px) {
  .MuiDataGrid-root {
    font-size: 11px;
  }
  .MuiDataGrid-columnHeaderTitle {
    font-size: 12px;
  }
}
.manage-dashboards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    sans-serif;
  box-sizing: border-box;
}
.dashboard-header {
  margin-bottom: 32px;
  text-align: center;
}
.dashboard-header h2 {
  color: #1f2937;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.dashboard-header p {
  color: #6b7280;
  font-size: 1rem;
  margin: 0;
}
.success-message {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #166534;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.success-icon {
  font-size: 1.2em;
}
.manage-dashboards .section {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
}
.section h3 {
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.home-dashboard-selector {
  margin-bottom: 16px;
}
.home-dashboard-selector label {
  display: block;
  color: #374151;
  font-weight: 500;
  margin-bottom: 8px;
}
.home-dashboard-select {
  width: 100%;
  max-width: 400px;
  padding: 10px 12px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color .2s;
}
.home-dashboard-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .1);
}
.home-dashboard-select:disabled {
  background-color: #f3f4f6;
  cursor: not-allowed;
}
.current-home-dashboard {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
}
.home-badge {
  background: #3b82f6;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.dashboard-name {
  color: #1f2937;
  font-weight: 500;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.save-btn {
  background: #10b981;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.save-btn:hover:not(:disabled) {
  background: #059669;
}
.save-btn:disabled {
  background: #d1d5db;
  cursor: not-allowed;
}
.loading-icon {
  animation: spin 1s linear infinite;
}
.manage-dashboards .dashboards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  box-sizing: border-box;
}
.manage-dashboards .dashboard-card {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all .2s;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard-card.visible {
  border-color: #10b981;
  background: #f0fdf4;
}
.dashboard-card.hidden {
  border-color: #ef4444;
  background: #fef2f2;
}
.dashboard-info {
  margin-bottom: 16px;
}
.dashboard-info h4 {
  color: #1f2937;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.dashboard-id {
  color: #6b7280;
  font-size: .875rem;
  word-wrap: break-word;
  word-break: break-word;
}
.dashboard-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: .3s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #10b981;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
input:disabled + .slider {
  cursor: not-allowed;
  opacity: .6;
}
.status-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.status-badge.visible {
  background: #d1fae5;
  color: #065f46;
}
.status-badge.hidden {
  background: #fee2e2;
  color: #991b1b;
}
.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error-message {
  text-align: center;
  padding: 40px 20px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
}
.error-message h3 {
  color: #dc2626;
  margin-bottom: 8px;
}
.error-message p {
  color: #6b7280;
  margin-bottom: 20px;
}
.error-actions {
  display: flex;
  gap: 12px;
}
.retry-btn {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}
.retry-btn:hover {
  background: #2563eb;
}
.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #6b7280;
}
.info-badge,
.warning-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
}
.info-badge {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}
.warning-badge {
  background: #fffbeb;
  color: #d97706;
  border: 1px solid #fed7aa;
}
@media (max-width: 768px) {
  .manage-dashboards {
    padding: 12px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .manage-dashboards .dashboards-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .manage-dashboards .section {
    padding: 16px !important;
    box-sizing: border-box !important;
  }
  .section-header {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .save-btn {
    width: 100%;
    justify-content: center;
  }
  .home-dashboard-select {
    max-width: 100%;
  }
  .dashboard-header {
    margin-bottom: 20px;
  }
  .dashboard-header h2 {
    font-size: 1.5rem;
  }
  .current-home-dashboard {
    flex-wrap: wrap;
  }
  .success-message {
    font-size: .875rem;
  }
}
@media (max-width: 480px) {
  .manage-dashboards {
    padding: 8px !important;
    overflow-x: hidden !important;
  }
  .manage-dashboards .section {
    padding: 12px !important;
    box-sizing: border-box !important;
  }
  .manage-dashboards .dashboard-card {
    padding: 14px !important;
    height: auto !important;
  }
  .dashboard-header {
    margin-bottom: 16px;
  }
  .dashboard-header h2 {
    font-size: 1.25rem;
  }
  .dashboard-header p {
    font-size: .875rem;
  }
  .section h3 {
    font-size: 1.1rem;
  }
  .dashboard-info h4 {
    font-size: 1rem;
    line-height: 1.3;
  }
  .dashboard-id {
    font-size: .75rem;
  }
  .save-btn {
    padding: 8px 16px;
    font-size: .875rem;
  }
  .home-dashboard-select {
    font-size: 13px;
    padding: 8px 10px;
  }
  .current-home-dashboard {
    padding: 10px;
    font-size: .875rem;
  }
  .home-badge {
    font-size: 10px;
    padding: 3px 6px;
  }
  .custom-badge {
    font-size: 9px;
    padding: 2px 6px;
  }
  .status-badge {
    font-size: 10px;
    padding: 3px 6px;
  }
  .warning-badge {
    font-size: .875rem;
    padding: 10px;
  }
}
.custom-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background-color: #e3f2fd;
  color: #1976d2;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.home-dashboard-select optgroup {
  font-weight: bold;
  color: #666;
}
.home-dashboard-select option {
  font-weight: normal;
  color: #333;
  padding: 4px 8px;
}
.current-home-dashboard .dashboard-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.scheduled-jobs-container {
  padding: 20px;
  height: 100vh;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.scheduled-jobs-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 16px;
}
.scheduled-jobs-container .header .title {
  font-weight: bold;
  color: #333;
  margin: 0;
}
.scheduled-jobs-container .header .controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.scheduled-jobs-container .filters-panel {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 24px;
  margin: 16px 0 24px 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.scheduled-jobs-container .table-container {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  overflow: hidden;
}
@media (max-width: 768px) {
  .scheduled-jobs-container {
    padding: 12px;
  }
  .scheduled-jobs-container .header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .scheduled-jobs-container .header .title {
    text-align: center;
    font-size: 1.25rem;
  }
  .scheduled-jobs-container .header .controls {
    justify-content: center;
    flex-wrap: wrap;
  }
  .scheduled-jobs-container .filters-panel {
    padding: 12px;
  }
  .scheduled-jobs-container .table-container {
    height: 60vh;
  }
}
@media (max-width: 480px) {
  .scheduled-jobs-container {
    padding: 8px;
  }
  .scheduled-jobs-container .header .title {
    font-size: 1.1rem;
  }
  .scheduled-jobs-container .header .controls {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .scheduled-jobs-container .table-container {
    height: 55vh;
  }
}
.MuiDataGrid-root .MuiDataGrid-cell {
  padding: 8px 16px !important;
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .MuiDataGrid-root .MuiDataGrid-cell {
    padding: 8px 12px !important;
    font-size: .875rem;
    align-items: center !important;
  }
  .MuiDataGrid-root .MuiDataGrid-columnHeader {
    padding: 8px 12px;
    font-size: .875rem;
  }
  .MuiDataGrid-root .MuiDataGrid-columnHeaderTitle {
    font-weight: 600;
  }
}
.MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, .04);
}
.MuiChip-root {
  font-size: .75rem;
  height: 20px;
}
.access-denied-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #c3cfe2 100%);
  padding: 20px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    sans-serif;
}
.access-denied-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
  padding: 48px 40px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  border: 1px solid #e1e5e9;
}
.access-denied-icon {
  color: #dc3545;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.access-denied-icon svg {
  filter: drop-shadow(0 2px 4px rgba(220, 53, 69, 0.2));
}
.access-denied-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}
.access-denied-message {
  font-size: 18px;
  color: #6c757d;
  margin: 0 0 32px 0;
  line-height: 1.6;
}
.access-denied-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 120px;
}
.btn-primary {
  background: #007bff;
  color: #fff;
}
.btn-primary:hover {
  background: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, .3);
}
.btn-secondary {
  background: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  background: #545b62;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, .3);
}
@media (max-width: 768px) {
  .access-denied-container {
    padding: 16px;
  }
  .access-denied-content {
    padding: 32px 24px;
  }
  .access-denied-title {
    font-size: 28px;
  }
  .access-denied-message {
    font-size: 16px;
  }
  .access-denied-actions {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .access-denied-content {
    padding: 24px 20px;
  }
  .access-denied-title {
    font-size: 24px;
  }
  .access-denied-icon svg {
    width: 60px;
    height: 60px;
  }
}
.searchBar.MuiPaper-root {
  width: 100%;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  border-radius: 50px !important;
  background-color: #f2f2f7;
  box-shadow: none;
}
.edgraphHeader {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #cecece;
  background-color: #fff;
  background-size: cover;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .14);
}
.edgraphHeader .instanceButton {
  color: #26273b;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
}
.edgraphHeader .instanceButton:hover,
.edgraphHeader .custReportBtn:hover {
  background-color: #38b6a0;
}
.edgraphHeader .custReportBtn {
  color: #fff;
  width: 100%;
  border-radius: 6px;
  background-color: #fa4616;
  border-width: 1px;
}
.sidebar {
  height: 100%;
  box-sizing: border-box;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      180deg,
      #26273b 0%,
      #1e1f2e 100%);
  overflow-x: hidden;
  overflow-y: auto;
  transition: width .3s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  box-shadow: 2px 0 12px rgba(0, 0, 0, .15);
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-width: 245px;
  max-width: 400px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar.collapsed {
  min-width: 75px;
  max-width: 75px;
}
.sidebar .logoSection {
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f5f5f5 100%);
  padding: 5px 0 0 15px;
  transition: all .3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.sidebar .collapsedLogoSection {
  width: 2.5rem;
  height: 2.5rem;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f5f5f5 100%);
  padding: 18px 18px;
  transition: all .3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.sidebar .logoSection:hover,
.sidebar .collapsedLogoSection:hover {
  cursor: pointer;
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}
.sidebar .logoText {
  font-size: 28px;
  color: #fff;
  transform: rotate(0deg) translate(6px, -7px);
  display: inline-block;
  font-family: Open Sans !important;
}
.sidebar .sidebarTabs {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 15px 0px 20px 15px;
  transition: all .2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar .sidebarTabs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background:
    linear-gradient(
      90deg,
      rgba(250, 70, 22, 0.1) 0%,
      transparent 100%);
  transition: width .3s ease;
}
.sidebar .sidebarTabs:hover {
  background:
    linear-gradient(
      90deg,
      rgba(250, 70, 22, 0.08) 0%,
      transparent 100%);
  transform: translateX(2px);
}
.sidebar .sidebarTabs:hover::before {
  width: 100%;
}
.sidebar .sidebarTabs:hover span {
  color: #fa4616 !important;
  font-weight: 500;
}
.sidebar .sidebarTabs:hover span svg path {
  fill: #fa4616 !important;
}
.sidebar .sidebarTabs.active,
.sidebar .sidebarTabs.isActive,
.sidebar .sidebarTabs.selected {
  border-left: 4px solid #fa4616;
  background:
    linear-gradient(
      90deg,
      rgba(250, 70, 22, 0.1) 0%,
      transparent 100%);
}
.sidebar .sidebarTabs.active span,
.sidebar .sidebarTabs.isActive span,
.sidebar .sidebarTabs.selected span {
  color: #fa4616 !important;
  font-weight: 700;
}
.sidebar .sidebarTabs.active span svg path,
.sidebar .sidebarTabs.isActive span svg path,
.sidebar .sidebarTabs.selected span svg path {
  fill: #fa4616 !important;
}
.sidebar .tabsText {
  display: inline-block;
  transform: rotate(0deg) translate(5px, -4px);
}
.sidebar .tabsText.active,
.sidebar .tabsText.isActive,
.sidebar .tabsText.selected {
  color: #fa4616 !important;
  font-weight: 700;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding: 8px 8px 8px 32px;
  transition: transform .2s ease;
}
.sidebar .closebtn:hover {
  transform: scale(1.1);
}
.sidebar .borderClass {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #b6b7cc;
}
.sidebar .activeBorder {
  border-left: 6px solid #fa4616;
  background:
    linear-gradient(
      90deg,
      rgba(56, 182, 160, 0.1) 0%,
      transparent 100%);
  font-weight: bold;
}
.searchBarContainer {
  padding: 12px 12px 12px 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  position: relative;
  background: rgba(0, 0, 0, .1);
}
.searchBarContainer .sidebarSearchInput {
  width: 100%;
  padding: 10px 32px 13px 13px;
  box-sizing: border-box;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 8px;
  font-size: 12.5px;
  outline: none;
  transition: all .3s ease;
  background: hsla(0, 0%, 100%, .95);
  color: #333;
}
.searchBarContainer .sidebarSearchInput:focus {
  border-color: #fa4616;
  box-shadow: 0 0 0 3px rgba(250, 70, 22, .1);
  background: #fff;
}
.searchBarContainer .sidebarSearchInput::placeholder,
.searchBarContainer .sidebarSearchInput::-webkit-input-placeholder,
.searchBarContainer .sidebarSearchInput::-moz-placeholder,
.searchBarContainer .sidebarSearchInput:-ms-input-placeholder {
  color: #999;
  font-size: 12.5px;
}
.searchBarContainer .searchClearButton {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(250, 70, 22, .1);
  border: none;
  font-size: 20px;
  color: #fa4616;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .2s ease;
}
.searchBarContainer .searchClearButton:hover {
  background-color: #fa4616;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.noSearchResults {
  padding: 20px;
  text-align: center;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  font-style: italic;
}
.highlighted {
  background-color: rgba(250, 70, 22, .2);
  padding: 0 2px;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .sidebar {
    z-index: 1100;
  }
}
@media (max-width: 768px) {
  .sidebar:not(.collapsed) {
    width: 100% !important;
    max-width: 280px;
  }
  .sidebar.collapsed {
    width: 70px !important;
  }
  .sidebarTabs {
    padding: 12px 0px 15px 12px;
    font-size: 15px;
  }
  .searchBarContainer {
    padding: 10px 12px;
  }
  .searchBarContainer .sidebarSearchInput {
    font-size: 14px;
    padding: 8px 28px 8px 10px;
  }
  .closebtn {
    right: 15px;
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .sidebar:not(.collapsed) {
    max-width: 100%;
    width: 100% !important;
  }
  .sidebar.collapsed {
    width: 65px !important;
  }
  .tabsText {
    font-size: 13px;
  }
  .collapsedLogoSection {
    padding: 12px;
  }
}
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  animation: fadeIn .3s ease;
}
@media (max-width: 768px) {
  .sidebar-overlay {
    display: block;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .sidebar.expanded {
    animation: slideIn .3s ease;
  }
}
.ChildContainer {
  max-height: calc(100vh - 300px);
  overflow: hidden;
  overflow-y: auto;
  box-sizing: content-box;
  padding-left: 20px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(250, 70, 22, .3) rgba(0, 0, 0, 0);
}
.ChildContainer::-webkit-scrollbar {
  width: 6px;
}
.ChildContainer::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.ChildContainer::-webkit-scrollbar-thumb {
  background-color: rgba(250, 70, 22, .3);
  border-radius: 3px;
  transition: background-color .2s;
}
.ChildContainer::-webkit-scrollbar-thumb:hover {
  background-color: rgba(250, 70, 22, .5);
}
.ChildContainer .childMain {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.ChildContainer .childMain::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-0.5px);
  width: 9px;
  height: 1px;
  background: #b6b7cc;
}
.ChildContainer .childMain::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b6b7cc;
  z-index: -1;
}
.ChildContainer .childMain.active::before,
.ChildContainer .childMain.active::after,
.ChildContainer .childMain.isActive::before,
.ChildContainer .childMain.isActive::after,
.ChildContainer .childMain.selected::before,
.ChildContainer .childMain.selected::after {
  background: #fa4616;
}
.ChildContainer .childTab {
  padding: 10px 10px 10px 15px;
  margin-left: 10px;
  width: 100%;
  position: relative;
  transition: all .2s ease-in-out;
  border-radius: 4px;
  margin: 2px 0;
}
.ChildContainer .childTab:hover {
  background-color: rgba(250, 70, 22, .08);
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(250, 70, 22, .15);
}
.ChildContainer .childTab:hover span {
  color: #fa4616 !important;
  font-weight: 500;
}
.ChildContainer .childTab.active,
.ChildContainer .childTab.isActive,
.ChildContainer .childTab.selected {
  background-color: rgba(250, 70, 22, .08);
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(250, 70, 22, .15);
}
.ChildContainer .childTab.active span,
.ChildContainer .childTab.isActive span,
.ChildContainer .childTab.selected span {
  color: #fa4616 !important;
  font-weight: 700;
}
.ChildContainer .childTab span {
  transition: color .2s ease-in-out, font-weight .2s ease-in-out;
  display: block;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}
.tabsText {
  transition: color .2s ease-in-out, font-weight .2s ease-in-out;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 50px);
}
.tabsText.active,
.tabsText.isActive,
.tabsText.selected {
  color: #fa4616;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ChildContainer {
    max-height: calc(100vh - 250px);
    padding-left: 15px;
  }
  .childTab {
    padding: 8px 8px 8px 12px !important;
    font-size: 14px;
  }
}
:root {
  --sidebar-width: 245px;
}
#mainSection {
  transition: margin-left .3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  #mainSection {
    margin-left: var(--sidebar-width) !important;
  }
}
@media (max-width: 768px) {
  #mainSection {
    margin-left: 70px !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 480px) {
  #mainSection {
    margin-left: 65px !important;
    box-sizing: border-box !important;
  }
}
