.google-places-autocomplete-group:not([style*="display: none"])
+ .google-places-autocomplete-group {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem; }

.app-sidebar-title {
  font-size: 0.95em; }

.wide-col {
  width: 60%; }

.bold {
  font-weight: bold; }

.flex-zero {
  flex: 0; }

.vertical-margin {
  margin: 10px 0; }

.flex-col-space {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.checkbox-fix {
  padding-top: 30px; }

.customAdminDashboard {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  margin-left: 20px;
  width: 70%;
  padding-top: 20px; }
  .customAdminDashboard .select2-container {
    width: 80% !important;
    float: left; }
  .customAdminDashboard li {
    height: 40px;
    line-height: 30px;
    background-color: LightSteelBlue;
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    color: black;
    margin: 5px;
    padding: 5px;
    border-radius: 6px; }
  .customAdminDashboard li.toolbar {
    background-color: transparent; }
  .customAdminDashboard a.btn {
    float: right; }
  .customAdminDashboard a.btn-success {
    width: 70px; }

.email-preview {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 500px;
  max-width: 100%;
  height: 85vh;
  overflow: auto;
  resize: horizontal; }

.table-container {
  max-height: 800px;
  overflow-y: auto;
  border: 1px solid #ddd; }

th {
  position: sticky;
  top: 0;
  background-color: white;
  /* Keeps header visible */
  z-index: 2;
  border-bottom: 2px solid #ddd;
  padding: 10px; }

.nav-tabs::-webkit-scrollbar {
  height: 16px; }

a.btn-link {
  padding: 0; }

time[data-timestamp-tooltip] {
  position: relative;
  cursor: pointer; }
  time[data-timestamp-tooltip]::after {
    content: attr(data-timestamp-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    white-space: pre;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 10px;
    border-radius: 4px;
    background: #1a1a2e;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
    z-index: 1070; }
  time[data-timestamp-tooltip]:hover::after {
    opacity: 1; }

.dropdown-menu .dropdown-header {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  padding: 8px 16px 4px; }

.debug-section table td {
  padding: 5px; }

.debug-section table pre {
  margin: 0; }

.debug-section,
.debug-section .w {
  color: #fbf1c7;
  background-color: #282828; }

.debug-section .err {
  color: #fb4934;
  background-color: #282828;
  font-weight: bold; }

.debug-section .c,
.debug-section .ch,
.debug-section .cd,
.debug-section .cm,
.debug-section .cpf,
.debug-section .c1,
.debug-section .cs {
  color: #928374;
  font-style: italic; }

.debug-section .cp {
  color: #8ec07c; }

.debug-section .nt {
  color: #fb4934; }

.debug-section .o,
.debug-section .ow {
  color: #fbf1c7; }

.debug-section .p,
.debug-section .pi {
  color: #fbf1c7; }

.debug-section .gi {
  color: #b8bb26;
  background-color: #282828; }

.debug-section .gd {
  color: #fb4934;
  background-color: #282828; }

.debug-section .gh {
  color: #b8bb26;
  font-weight: bold; }

.debug-section .k,
.debug-section .kn,
.debug-section .kp,
.debug-section .kr,
.debug-section .kv {
  color: #fb4934; }

.debug-section .kc {
  color: #d3869b; }

.debug-section .kt {
  color: #fabd2f; }

.debug-section .kd {
  color: #fe8019; }

.debug-section .s,
.debug-section .sa,
.debug-section .sb,
.debug-section .sc,
.debug-section .dl,
.debug-section .sd,
.debug-section .s2,
.debug-section .sh,
.debug-section .sx,
.debug-section .s1 {
  color: #b8bb26;
  font-style: italic; }

.debug-section .si {
  color: #b8bb26;
  font-style: italic; }

.debug-section .sr {
  color: #b8bb26;
  font-style: italic; }

.debug-section .se {
  color: #fe8019; }

.debug-section .nn {
  color: #8ec07c; }

.debug-section .nc {
  color: #8ec07c; }

.debug-section .no {
  color: #d3869b; }

.debug-section .na {
  color: #b8bb26; }

.debug-section .m,
.debug-section .mb,
.debug-section .mf,
.debug-section .mh,
.debug-section .mi,
.debug-section .il,
.debug-section .mo,
.debug-section .mx {
  color: #d3869b; }

.debug-section .ss {
  color: #83a598; }

pre.json-pre {
  color: inherit;
  font-family: monospace, monospace; }

/**
 * Searchable Tabs Component Styles
 * 
 * Provides styling for enhanced tab navigation with search functionality.
 * Compatible with Bootstrap 4+ and Trestle admin interface.
 */
.searchable-tabs-container {
  position: relative;
  margin-bottom: 1rem; }
  .searchable-tabs-container .tab-search-wrapper {
    position: relative;
    width: 300px;
    margin: 0 0 0.9375rem auto; }

.tab-search-input {
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .tab-search-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .tab-search-input::placeholder {
    color: #6c757d;
    opacity: 0.7; }

.search-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  font-size: 0.875rem; }

.search-shortcut-hint {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6875rem;
  color: #adb5bd;
  background: #f8f9fa;
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  border: 1px solid #e9ecef;
  pointer-events: none;
  opacity: 0.8;
  font-weight: 500; }

.tab-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  display: none;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  max-height: 18.75rem;
  overflow-y: auto;
  margin-top: 0.0625rem; }
  .tab-search-dropdown.show {
    display: block; }

.tab-search-results .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.15s ease-in-out; }
  .tab-search-results .dropdown-item:hover, .tab-search-results .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .tab-search-results .dropdown-item.active {
    background-color: #007bff;
    color: #fff; }

.tab-search-results .dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #6c757d;
  font-style: italic;
  font-size: 0.875rem; }

.tab-search-results::-webkit-scrollbar {
  width: 0.375rem; }

.tab-search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.1875rem; }

.tab-search-results::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0.1875rem; }
  .tab-search-results::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8; }

@media (max-width: 767.98px) {
  .searchable-tabs-container .tab-search-wrapper {
    width: 100%;
    margin: 0 0 0.9375rem 0; }
  .search-shortcut-hint {
    display: none; } }

@media (max-width: 575.98px) {
  .tab-search-input {
    font-size: 1rem; } }

@media (prefers-contrast: high) {
  .tab-search-input {
    border-width: 2px; }
  .tab-search-dropdown {
    border-width: 2px; }
  .dropdown-item.active {
    background-color: #0056b3; } }

@media (prefers-reduced-motion: reduce) {
  .tab-search-input,
  .dropdown-item {
    transition: none; } }

/**
 * Custom Confirmation Modal Styles
 *
 * Professional styling for admin confirmation dialogs that integrates
 * seamlessly with the existing admin interface design.
 */
#admin-confirmation-modal .modal-dialog {
  max-width: 480px; }
  @media (max-width: 576px) {
    #admin-confirmation-modal .modal-dialog {
      margin: 1rem;
      max-width: calc(100vw - 2rem); } }
#admin-confirmation-modal .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden; }

#admin-confirmation-modal .modal-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
  padding: 1.25rem 1.5rem 1rem; }
  #admin-confirmation-modal .modal-header .modal-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
    display: flex;
    align-items: center; }
    #admin-confirmation-modal .modal-header .modal-title .fas {
      margin-right: 0.5rem;
      color: #ffc107; }

#admin-confirmation-modal .modal-body {
  padding: 1.5rem;
  background: #fff; }
  #admin-confirmation-modal .modal-body .modal-message {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 0; }

#admin-confirmation-modal .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem; }
  #admin-confirmation-modal .modal-footer .btn {
    min-width: 100px;
    font-weight: 500;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    transition: all 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    #admin-confirmation-modal .modal-footer .btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
    #admin-confirmation-modal .modal-footer .btn:focus {
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
      outline: 0; }
    #admin-confirmation-modal .modal-footer .btn .fas {
      margin-right: 0.25rem;
      font-size: 0.875rem; }
  #admin-confirmation-modal .modal-footer .btn-cancel {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff; }
    #admin-confirmation-modal .modal-footer .btn-cancel:hover {
      background: #5a6268;
      border-color: #545b62; }
    #admin-confirmation-modal .modal-footer .btn-cancel:focus {
      box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25); }
  #admin-confirmation-modal .modal-footer .btn-confirm.btn-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-color: #dc3545; }
    #admin-confirmation-modal .modal-footer .btn-confirm.btn-danger:hover {
      background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
      border-color: #bd2130; }
    #admin-confirmation-modal .modal-footer .btn-confirm.btn-danger:focus {
      box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25); }
  #admin-confirmation-modal .modal-footer .btn-confirm.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    border-color: #ffc107;
    color: #212529; }
    #admin-confirmation-modal .modal-footer .btn-confirm.btn-warning:hover {
      background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
      border-color: #d39e00; }
    #admin-confirmation-modal .modal-footer .btn-confirm.btn-warning:focus {
      box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25); }

#admin-confirmation-modal.fade {
  transition: opacity 0.15s linear; }

#admin-confirmation-modal.show .modal-dialog {
  animation: modalSlideIn 0.2s ease-out; }

@keyframes modalSlideIn {
  0% {
    transform: translateY(-30px) scale(0.95);
    opacity: 0; }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1; } }

@media (prefers-color-scheme: dark) {
  #admin-confirmation-modal .modal-content {
    background: #343a40;
    color: #f8f9fa; }
  #admin-confirmation-modal .modal-header {
    background: linear-gradient(135deg, #495057 0%, #343a40 100%);
    border-bottom-color: #495057; }
    #admin-confirmation-modal .modal-header .modal-title {
      color: #f8f9fa; }
  #admin-confirmation-modal .modal-body {
    background: #343a40; }
    #admin-confirmation-modal .modal-body .modal-message {
      color: #f8f9fa; }
  #admin-confirmation-modal .modal-footer {
    background: #495057;
    border-top-color: #6c757d; } }

#admin-confirmation-modal .modal-dialog:focus-within {
  outline: 2px solid #007bff;
  outline-offset: 2px; }

@media (prefers-contrast: high) {
  #admin-confirmation-modal .modal-content {
    border: 2px solid #000; }
  #admin-confirmation-modal .modal-header,
  #admin-confirmation-modal .modal-footer {
    border-color: #000; }
  #admin-confirmation-modal .btn {
    border-width: 2px; } }

#admin-confirmation-modal .btn-confirm.loading {
  position: relative;
  color: transparent; }
  #admin-confirmation-modal .btn-confirm.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.app-sidebar .navigation-search-container {
  padding: 15px;
  background-color: #2c3e50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0; }

.navigation-search-wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.navigation-search-icon {
  position: absolute;
  left: 12px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 2;
  font-size: 14px; }

.navigation-search-shortcut-hint {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
  font-weight: 500;
  z-index: 2; }

.app-sidebar .navigation-search-input.navigation-search-input {
  width: 100%;
  padding: 8px 60px 8px 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  transition: all 0.2s ease;
  line-height: 1.5; }
  .app-sidebar .navigation-search-input.navigation-search-input:-webkit-autofill, .app-sidebar .navigation-search-input.navigation-search-input:-webkit-autofill:hover, .app-sidebar .navigation-search-input.navigation-search-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2) inset;
    transition: background-color 5000s ease-in-out 0s; }
  .app-sidebar .navigation-search-input.navigation-search-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05);
    color: #ffffff; }
  .app-sidebar .navigation-search-input.navigation-search-input, .app-sidebar .navigation-search-input.navigation-search-input:focus, .app-sidebar .navigation-search-input.navigation-search-input:active, .app-sidebar .navigation-search-input.navigation-search-input[value] {
    color: #ffffff; }
  .app-sidebar .navigation-search-input.navigation-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; }
  .app-sidebar .navigation-search-input.navigation-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .app-sidebar .navigation-search-input.navigation-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; }
  .app-sidebar .navigation-search-input.navigation-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }

.navigation-search-container.focused .navigation-search-icon {
  color: rgba(255, 255, 255, 0.7); }

.app-sidebar li.search-hidden,
.app-sidebar ul.search-hidden {
  display: none; }

.app-sidebar li.keyboard-highlighted {
  background-color: rgba(255, 255, 255, 0.1); }
  .app-sidebar li.keyboard-highlighted > a {
    background-color: rgba(255, 255, 255, 0.05); }

@media (prefers-reduced-motion: reduce) {
  .app-sidebar .navigation-search-input {
    transition: none; } }

.navigation-search-no-results {
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px; }
  .navigation-search-no-results i {
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
    opacity: 0.5; }
  .navigation-search-no-results .query {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500; }

@media (max-width: 768px) {
  .app-sidebar .navigation-search-container {
    padding: 10px; }
  .app-sidebar .navigation-search-input.navigation-search-input {
    font-size: 16px;
    padding: 8px 12px 8px 36px; }
  .navigation-search-shortcut-hint {
    display: none; } }

.content-header-title h1 {
  position: relative; }

.copy-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 0.5em;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  vertical-align: middle;
  margin-left: 0.5rem;
  position: relative; }
  .copy-link-btn:hover {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.05); }
  .copy-link-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }
  .copy-link-btn:active {
    color: #212529; }
  .copy-link-btn i {
    font-size: inherit; }

.copy-tooltip {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #28a745;
  color: white;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  pointer-events: none; }
  .copy-tooltip.visible {
    opacity: 1;
    visibility: visible; }

.is-loading {
  background-position: right calc(1.25em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%230b1384" d="M370.7 133.3C339.5 104 298.9 88 255.8 88c-77.5 .1-144.3 53.2-162.8 126.9-1.3 5.4-6.1 9.2-11.7 9.2H24.1c-7.5 0-13.2-6.8-11.8-14.2C33.9 94.9 134.8 8 256 8c66.4 0 126.8 26.1 171.3 68.7L463 41C478.1 25.9 504 36.6 504 57.9V192c0 13.3-10.7 24-24 24H345.9c-21.4 0-32.1-25.9-17-41l41.8-41.7zM32 296h134.1c21.4 0 32.1 25.9 17 41l-41.8 41.8c31.3 29.3 71.8 45.3 114.9 45.3 77.4-.1 144.3-53.1 162.8-126.8 1.3-5.4 6.1-9.2 11.7-9.2h57.3c7.5 0 13.2 6.8 11.8 14.2C478.1 417.1 377.2 504 256 504c-66.4 0-126.8-26.1-171.3-68.7L49 471C33.9 486.1 8 475.4 8 454.1V320c0-13.3 10.7-24 24-24z"/></svg>');
  animation: fadeInOut 2s linear infinite;
  /* Animation to spin */
  color: #0b1384; }

@keyframes fadeInOut {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

.skeleton-loader {
  background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite linear;
  border-radius: 4px; }

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }
