/* extra css for trip2026 */
:root {
  --tf-bg: #f4f8fb;
  --tf-surface: rgba(255, 255, 255, .88);
  --tf-surface-strong: #ffffff;
  --tf-border: rgba(36, 73, 102, .14);
  --tf-text: #172536;
  --tf-muted: #667789;
  --tf-primary: #146c94;
  --tf-primary-strong: #0b4e70;
  --tf-accent: #18a999;
  --tf-soft: #e8f5f7;
  --tf-shadow: 0 18px 45px rgba(22, 49, 73, .12);
  --tf-shadow-soft: 0 10px 24px rgba(22, 49, 73, .09);
  --tf-profile-surface: rgba(255, 255, 255, .94);
  --tf-profile-surface-soft: rgba(232, 245, 247, .86);
  --tf-profile-border: rgba(20, 108, 148, .18);
  --tf-profile-text: #172536;
  --tf-profile-muted: #627386;
  --tf-profile-primary: #146c94;
  --tf-profile-accent: #18a999;
  --tf-profile-ready-border: rgba(24, 169, 153, .42);
  --tf-profile-ready-bg: rgba(24, 169, 153, .1);
  --tf-profile-ready-text: #176352;
  --tf-profile-shadow: 0 12px 28px rgba(16, 64, 88, .08);
  --tf-profile-hero-bg: linear-gradient(135deg, rgba(248, 251, 255, .98) 0%, rgba(238, 248, 251, .96) 55%, rgba(255, 255, 255, .98) 100%);
  --tf-profile-section-bg: rgba(244, 249, 251, .92);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--tf-text);
  background-color: var(--tf-bg);
  background-image: linear-gradient(180deg, rgba(232, 245, 247, .94), rgba(244, 248, 251, .88) 34%, rgba(255, 255, 255, .96)), url(../../previnfo-boost_sk/images/imagesdefond/fond-bleu-site.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: var(--tf-primary);
}
a:hover,
a:focus {
  color: var(--tf-accent);
}
#uppernavbar {
  min-height: 58px;
  padding: .45rem 1.15rem;
  background: rgba(255, 255, 255, .86) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(20, 108, 148, .14) !important;
  box-shadow: 0 12px 32px rgba(14, 46, 74, .12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
#uppernavbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--tf-primary-strong) !important;
  font-weight: 700;
  text-shadow: none !important;
}
#uppernavbar .navbar-brand i {
  color: var(--tf-primary);
}
#uppernavbar .navbar-nav .nav-link,
#uppernavbar .navbar-quick-actions .nav-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 2.15rem;
  padding: .45rem .72rem;
  border-radius: 999px;
  color: #274158 !important;
  font-weight: 600;
  text-shadow: none !important;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
#uppernavbar .navbar-nav .nav-link:hover,
#uppernavbar .navbar-nav .nav-link:focus,
#uppernavbar .navbar-quick-actions .nav-link:hover,
#uppernavbar .navbar-quick-actions .nav-link:focus {
  background: var(--tf-soft);
  color: var(--tf-primary-strong) !important;
  transform: translateY(-1px);
}
#uppernavbar .dropdown-menu {
  padding: .5rem;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid var(--tf-border);
  border-radius: 8px;
  box-shadow: var(--tf-shadow-soft);
}
#uppernavbar .dropdown-item,
#uppernavbar .dropdown-item-text {
  border-radius: 6px;
  color: #274158 !important;
}
#uppernavbar .dropdown-item:hover,
#uppernavbar .dropdown-item:focus,
#uppernavbar .dropdown-item.active {
  background: var(--tf-soft) !important;
  color: var(--tf-primary-strong) !important;
}
.page-header {
  max-width: 1360px;
  min-height: 220px;
  margin: 72px auto 24px;
  padding: 2.5rem 2rem 1.75rem;
  color: #fff;
  background-image: linear-gradient(110deg, rgba(8, 35, 57, .9), rgba(13, 92, 120, .68)), url(../../previnfo-boost_sk/images/imagesdefond/fond-bleu-site2.jpg);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  box-shadow: var(--tf-shadow);
}
.page-header .row {
  align-items: center;
}
#slogan h1,
#slogan .site-title {
  margin: 0;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.12;
}
#slogan img {
  max-height: 72px;
  width: auto;
  margin-right: .85rem;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .24));
}
#online,
#ban {
  color: rgba(255, 255, 255, .84) !important;
}
#corps {
  max-width: 1360px;
  margin: 0 auto 3rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
#corps > .row {
  align-items: flex-start;
}
#col_princ {
  padding: .9rem;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 8px;
  box-shadow: var(--tf-shadow);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.card {
  overflow: hidden;
  margin: 0 0 1.1rem;
  background: var(--tf-surface);
  border: 1px solid var(--tf-border);
  border-radius: 8px;
  box-shadow: var(--tf-shadow-soft);
}
.card-body {
  padding: 1.2rem;
}
.card-header {
  padding: .9rem 1.05rem;
  background: rgba(232, 245, 247, .92);
  border-bottom: 1px solid var(--tf-border);
  color: var(--tf-primary-strong);
  font-weight: 700;
}
.leftbloc,
.rightbloc {
  background: rgba(255, 255, 255, .82);
}
#col_princ > .card.card-body:first-child {
  border: 1px solid rgba(24, 169, 153, .24);
  background: rgba(255, 255, 255, .9);
}
#col_princ blockquote {
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  border-left: 4px solid var(--tf-accent);
  border-radius: 8px;
  background: var(--tf-soft);
  color: var(--tf-text);
}
#col_princ .border.rounded {
  border-color: rgba(20, 108, 148, .16) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(232, 245, 247, .62));
}
#col_princ .alert-primary {
  margin-bottom: 1rem;
  padding: .95rem 1.1rem;
  border: 0;
  border-left: 4px solid var(--tf-primary);
  border-radius: 8px;
  background: var(--tf-soft);
  color: var(--tf-primary-strong);
  font-weight: 700;
}
#col_princ .card.mb-3 {
  border-color: rgba(20, 108, 148, .13);
}
#col_princ .card.mb-3 .card-body {
  display: flow-root;
}
#col_princ .card.mb-3 img {
  border-radius: 8px;
}
#col_princ .card > img.n-sujetsize {
  display: inline-block;
  max-width: 7.4rem;
  max-height: 5.8rem;
  width: auto;
  height: auto;
  padding: .55rem .65rem;
  border: 1px solid rgba(20, 108, 148, .14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(232, 245, 247, .86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 10px 22px rgba(22, 49, 73, .12);
  object-fit: contain;
}
#col_princ .card > img.n-sujetsize[src$="tripforumP.gif"] {
  content: url("../../../images/topics/tripforum-2026-128.png");
}
.pied_art,
.card-footer {
  background: rgba(232, 245, 247, .72);
  border-top: 1px solid var(--tf-border);
  color: var(--tf-muted);
}
.btn,
button.btn,
input.btn {
  border-radius: 8px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary {
  border-color: var(--tf-primary-strong);
  background: var(--tf-primary);
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--tf-primary-strong);
  background: var(--tf-primary-strong);
}
.btn-outline-primary {
  border-color: rgba(20, 108, 148, .46);
  color: var(--tf-primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-color: var(--tf-primary);
  background: var(--tf-primary);
  color: #fff;
}
.form-control,
input,
select,
textarea {
  border-radius: 8px;
}
#searchblock {
  gap: .5rem;
}
@media (max-width: 991.98px) {
  #corps {
    padding-right: .85rem;
    padding-left: .85rem;
  }
  #col_princ {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  #container {
    margin-top: 0;
  }
  #uppernavbar {
    padding: .45rem .65rem;
  }
  #uppernavbar .navbar-nav .nav-link,
  #uppernavbar .navbar-quick-actions .nav-link {
    min-height: 2rem;
    padding: .35rem .5rem;
  }
  .page-header {
    display: block;
    min-height: 132px;
    margin: 58px 0 1rem;
    padding: 1.15rem .9rem;
  }
  #slogan h1,
  #slogan .site-title {
    font-size: 1.45rem;
  }
  #slogan img {
    max-height: 52px;
  }
  #online,
  #ban {
    margin-top: .5rem;
    text-align: left !important;
  }
  #col_princ {
    padding: .6rem;
    border-radius: 8px;
  }
  #col_princ form .form-group.row {
    margin-right: 0;
    margin-left: 0;
  }
  #col_princ form .form-group.row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #col_princ form label.col-form-label {
    padding-bottom: .35rem;
  }
  #col_princ form .help-block,
  #col_princ form .form-text,
  #col_princ form small {
    display: block;
    overflow-wrap: anywhere;
  }
  #col_princ form input,
  #col_princ form select,
  #col_princ form textarea,
  #col_princ form .custom-file {
    max-width: 100%;
  }
  .card-body {
    padding: 1rem;
  }
}
.npds-display-dark {
  --tf-bg: #0b1118;
  --tf-surface: rgba(31, 42, 52, .9);
  --tf-surface-strong: #1f2a34;
  --tf-border: rgba(255, 255, 255, .16);
  --tf-text: #edf3fa;
  --tf-muted: #b8c2cc;
  --tf-primary: #8ebff7;
  --tf-primary-strong: #c3ddff;
  --tf-accent: #63d8bd;
  --tf-soft: rgba(142, 191, 247, .14);
  --tf-shadow: 0 18px 45px rgba(0, 0, 0, .34);
  --tf-shadow-soft: 0 10px 24px rgba(0, 0, 0, .28);
  --tf-profile-surface: rgba(31, 42, 52, .96);
  --tf-profile-surface-soft: rgba(142, 191, 247, .12);
  --tf-profile-border: rgba(255, 255, 255, .16);
  --tf-profile-text: #edf3fa;
  --tf-profile-muted: #b8c2cc;
  --tf-profile-primary: #8ebff7;
  --tf-profile-accent: #63d8bd;
  --tf-profile-ready-border: rgba(99, 216, 189, .46);
  --tf-profile-ready-bg: rgba(99, 216, 189, .14);
  --tf-profile-ready-text: #bff8e9;
  --tf-profile-shadow: 0 14px 30px rgba(0, 0, 0, .26);
  --tf-profile-hero-bg: linear-gradient(135deg, rgba(31, 42, 52, .98) 0%, rgba(24, 39, 50, .96) 58%, rgba(18, 29, 38, .98) 100%);
  --tf-profile-section-bg: rgba(142, 191, 247, .1);
}
.npds-display-dark body,
.npds-display-dark body.body {
  background-color: var(--tf-bg) !important;
  background-image: linear-gradient(180deg, rgba(11, 18, 26, .96), rgba(16, 24, 32, .92) 36%, rgba(12, 18, 26, .98)), url(../../previnfo-boost_sk/images/imagesdefond/fond-bleu-site2.jpg) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #uppernavbar {
  background: rgba(31, 42, 52, .9) !important;
  border-bottom-color: rgba(255, 255, 255, .14) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .34);
}
.npds-display-dark #uppernavbar .dropdown-menu {
  background: #1f2a34 !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #uppernavbar .dropdown-divider {
  border-top-color: var(--tf-border) !important;
}
.npds-display-dark #uppernavbar .navbar-brand,
.npds-display-dark #uppernavbar .navbar-brand i,
.npds-display-dark #uppernavbar .navbar-nav .nav-link,
.npds-display-dark #uppernavbar .navbar-quick-actions .nav-link {
  color: var(--tf-text) !important;
}
.npds-display-dark #uppernavbar .dropdown-item,
.npds-display-dark #uppernavbar .dropdown-item-text {
  color: var(--tf-text) !important;
}
.npds-display-dark #uppernavbar .dropdown-item i:not(.text-danger) {
  color: var(--tf-primary) !important;
}
.npds-display-dark #uppernavbar .navbar-nav .nav-link:hover,
.npds-display-dark #uppernavbar .navbar-nav .nav-link:focus,
.npds-display-dark #uppernavbar .navbar-quick-actions .nav-link:hover,
.npds-display-dark #uppernavbar .navbar-quick-actions .nav-link:focus,
.npds-display-dark #uppernavbar .dropdown-item:hover,
.npds-display-dark #uppernavbar .dropdown-item:focus,
.npds-display-dark #uppernavbar .dropdown-item.active {
  background: var(--tf-soft);
  color: #fff !important;
}
.npds-display-dark .page-header {
  background-image: linear-gradient(110deg, rgba(8, 16, 24, .92), rgba(19, 67, 82, .76)), url(../../previnfo-boost_sk/images/imagesdefond/fond-bleu-site2.jpg);
  border-bottom-color: rgba(255, 255, 255, .18);
}
.npds-display-dark #slogan h1,
.npds-display-dark #slogan .site-title,
.npds-display-dark #online,
.npds-display-dark #ban,
.npds-display-dark h1,
.npds-display-dark h2,
.npds-display-dark h3,
.npds-display-dark h4,
.npds-display-dark h5,
.npds-display-dark h6,
.npds-display-dark .forum-topic-path,
.npds-display-dark .forum-topic-title {
  color: var(--tf-text) !important;
}
.npds-display-dark a:not(.btn),
.npds-display-dark .card a:not(.btn),
.npds-display-dark #col_princ a:not(.btn) {
  color: var(--tf-primary) !important;
}
.npds-display-dark a:not(.btn):hover,
.npds-display-dark a:not(.btn):focus,
.npds-display-dark .card a:not(.btn):hover,
.npds-display-dark .card a:not(.btn):focus,
.npds-display-dark #col_princ a:not(.btn):hover,
.npds-display-dark #col_princ a:not(.btn):focus {
  color: var(--tf-primary-strong) !important;
}
.npds-display-dark #col_princ,
.npds-display-dark .card,
.npds-display-dark .leftbloc,
.npds-display-dark .rightbloc,
.npds-display-dark #col_princ > .card.card-body:first-child {
  background: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
}
.npds-display-dark .card-header,
.npds-display-dark .pied_art,
.npds-display-dark .card-footer,
.npds-display-dark #col_princ blockquote,
.npds-display-dark #col_princ .border.rounded,
.npds-display-dark #col_princ .alert-primary {
  background: rgba(38, 52, 66, .92) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .form-control,
.npds-display-dark input,
.npds-display-dark select,
.npds-display-dark textarea {
  background: #17212b !important;
  border-color: rgba(255, 255, 255, .24) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .btn-primary {
  border-color: #3bb9a2 !important;
  background: #279b8a !important;
}
.npds-display-dark .btn-primary:hover,
.npds-display-dark .btn-primary:focus {
  border-color: #63d8bd !important;
  background: #32ad9b !important;
}
.npds-display-dark .btn-outline-primary {
  border-color: rgba(142, 191, 247, .56) !important;
  color: var(--tf-primary) !important;
}
.npds-display-dark .btn-outline-primary:hover,
.npds-display-dark .btn-outline-primary:focus {
  border-color: var(--tf-primary) !important;
  background: rgba(142, 191, 247, .16) !important;
  color: #fff !important;
}
.npds-display-dark #col_princ .bg-white,
.npds-display-dark #col_princ .bg-light,
.npds-display-dark #col_princ .text-dark,
.npds-display-dark #col_princ .list-group-item.bg-white,
.npds-display-dark #col_princ .list-group-item.bg-light {
  background-color: var(--tf-surface) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .tdgal-image-details .list-group-item {
  background-color: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .tdgal-image-details .badge,
.npds-display-dark #col_princ .tdgal-image-details .badge-secondary {
  background-color: rgba(79, 131, 184, .55) !important;
  color: #f6fbff !important;
}
.npds-display-dark #col_princ .tdgal-stats-list .list-group-item {
  background-color: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .tdgal-stats-list .badge,
.npds-display-dark #col_princ .tdgal-stats-list .badge-secondary {
  background-color: rgba(79, 131, 184, .55) !important;
  color: #f6fbff !important;
}
.npds-display-dark #col_princ .site-share a.site-share__link:not(.btn),
.npds-display-dark #col_princ .site-share button.site-share__link,
.npds-display-dark .site-share a.site-share__link:not(.btn),
.npds-display-dark .site-share button.site-share__link {
  background: #20364b !important;
  border-color: #4f83b8 !important;
  color: #f3f8ff !important;
}
.npds-display-dark #col_princ .n-filtrable > div,
.npds-display-dark #col_princ .n-filtrable div.mt-3 {
  background: transparent !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .n-filtrable .list-group-item,
.npds-display-dark #col_princ .n-filtrable .list-group-item-action,
.npds-display-dark #col_princ .n-filtrable a.list-group-item,
.npds-display-dark #col_princ .n-filtrable p.list-group-item,
.npds-display-dark #col_princ .n-filtrable div.list-group-item {
  background-color: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .n-filtrable .list-group-item.active,
.npds-display-dark #col_princ .n-filtrable a.list-group-item.active,
.npds-display-dark #col_princ .n-filtrable .list-group-item-action.active {
  background-color: rgba(38, 52, 66, .96) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .n-filtrable .list-group-item:hover,
.npds-display-dark #col_princ .n-filtrable .list-group-item:focus,
.npds-display-dark #col_princ .n-filtrable .list-group-item-action:hover,
.npds-display-dark #col_princ .n-filtrable .list-group-item-action:focus {
  background-color: rgba(142, 191, 247, .13) !important;
  color: #fff !important;
}
.npds-display-dark #col_princ .n-filtrable .list-group-item a:not(.btn) {
  color: var(--tf-primary) !important;
}
.npds-display-dark #col_princ .n-filtrable .list-group-item a:not(.btn):hover,
.npds-display-dark #col_princ .n-filtrable .list-group-item a:not(.btn):focus {
  color: var(--tf-primary-strong) !important;
}
.npds-display-dark #col_princ .n-filtrable .text-muted,
.npds-display-dark #col_princ .n-filtrable .small {
  color: var(--tf-muted) !important;
}
.npds-display-dark #col_princ .n-filtrable .badge,
.npds-display-dark #col_princ .n-filtrable .badge-secondary {
  background: rgba(255, 255, 255, .22) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .n-filtrable .custom-control-label::before {
  background: #17212b !important;
  border-color: rgba(255, 255, 255, .32) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] > div,
.npds-display-dark #col_princ [id^="catfo_"].mt-3 {
  background: transparent !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item,
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item-action,
.npds-display-dark #col_princ [id^="catfo_"] p.list-group-item {
  background-color: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item.active,
.npds-display-dark #col_princ [id^="catfo_"] a.list-group-item.active {
  background-color: rgba(38, 52, 66, .96) !important;
  border-color: var(--tf-border) !important;
  color: #fff !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item a:not(.btn) {
  color: var(--tf-primary) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item a:not(.btn):hover,
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item a:not(.btn):focus {
  color: var(--tf-primary-strong) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .text-muted,
.npds-display-dark #col_princ [id^="catfo_"] .small {
  color: var(--tf-muted) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .badge,
.npds-display-dark #col_princ [id^="catfo_"] .badge-secondary {
  background: rgba(255, 255, 255, .22) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .leftbloc .list-group-item,
.npds-display-dark .rightbloc .list-group-item,
.npds-display-dark .leftbloc .list-group-item-action,
.npds-display-dark .rightbloc .list-group-item-action {
  background-color: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .leftbloc .list-group-item:hover,
.npds-display-dark .rightbloc .list-group-item:hover,
.npds-display-dark .leftbloc .list-group-item:focus,
.npds-display-dark .rightbloc .list-group-item:focus {
  background-color: rgba(38, 52, 66, .96) !important;
  color: #fff !important;
}
.npds-display-dark .leftbloc .list-group-item a:not(.btn),
.npds-display-dark .rightbloc .list-group-item a:not(.btn) {
  color: var(--tf-primary) !important;
}
.npds-display-dark .leftbloc .list-group-item a:not(.btn):hover,
.npds-display-dark .rightbloc .list-group-item a:not(.btn):hover,
.npds-display-dark .leftbloc .list-group-item a:not(.btn):focus,
.npds-display-dark .rightbloc .list-group-item a:not(.btn):focus {
  color: var(--tf-primary-strong) !important;
}
.npds-display-dark .n-filtrable .list-group-item,
.npds-display-dark .n-filtrable .list-group-item-action,
.npds-display-dark .n-filtrable p.list-group-item {
  background: var(--tf-surface) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .n-filtrable .list-group-item.active,
.npds-display-dark .n-filtrable a.list-group-item.active,
.npds-display-dark .n-filtrable .list-group-item-action.active {
  background: rgba(38, 52, 66, .92) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .n-filtrable .list-group-item:hover,
.npds-display-dark .n-filtrable .list-group-item:focus {
  background: rgba(142, 191, 247, .13) !important;
  color: #fff !important;
}
.npds-display-dark .n-filtrable .text-muted,
.npds-display-dark .n-filtrable .small {
  color: var(--tf-muted) !important;
}
.npds-display-dark .n-filtrable .badge,
.npds-display-dark .n-filtrable .badge-secondary {
  background: rgba(255, 255, 255, .22) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .n-filtrable .custom-control-label::before {
  background: #17212b !important;
  border-color: rgba(255, 255, 255, .32) !important;
}
.community-list .list-group {
  gap: .65rem;
}
.community-list .community-list-item {
  margin-bottom: .65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(20, 108, 148, .14);
  box-shadow: 0 10px 24px rgba(22, 49, 73, .08);
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.community-list .community-list-item:hover,
.community-list .community-list-item:focus {
  background: #fff;
  border-color: rgba(20, 108, 148, .32);
  box-shadow: 0 14px 28px rgba(22, 49, 73, .12);
  transform: translateY(-1px);
}
.community-list .community-list-title {
  color: var(--tf-text);
  font-weight: 700;
  line-height: 1.25;
}
.community-list .community-list-forum {
  color: var(--tf-primary);
  font-weight: 700;
}
.community-list .community-list-date,
.community-list .community-list-meta {
  color: var(--tf-muted) !important;
}
.npds-display-dark .community-list .community-list-item {
  background: rgba(31, 42, 52, .96) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.npds-display-dark .community-list .community-list-item:hover,
.npds-display-dark .community-list .community-list-item:focus {
  background: rgba(38, 52, 66, .98) !important;
  border-color: rgba(142, 191, 247, .45) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .3);
}
.npds-display-dark .community-list .community-list-title {
  color: var(--tf-text) !important;
}
.npds-display-dark .community-list .community-list-forum {
  color: var(--tf-primary) !important;
}
.npds-display-dark .community-list .community-list-date,
.npds-display-dark .community-list .community-list-meta {
  color: var(--tf-muted) !important;
}
/* TripForum 2026 polish pass */
#uppernavbar .dropdown-menu {
  min-width: 15rem;
}
#uppernavbar .dropdown-item,
#uppernavbar .dropdown-item-text {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-height: 2.35rem;
  padding: .45rem .65rem;
  white-space: normal;
}
#uppernavbar .dropdown-item img {
  display: block;
  width: 64px;
  height: 64px;
  margin: .25rem auto .5rem;
  object-fit: cover;
  border-radius: 8px;
}
#uppernavbar .dropdown-divider {
  margin: .35rem 0;
}
.card-header {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 3.1rem;
}
.card-header .fa,
.card-header .fab,
.card-header .far,
.card-header .fas {
  flex: 0 0 auto;
  width: 1.35rem;
  text-align: center;
}
.card-header .fa-2x {
  width: 2.4rem;
}
.leftbloc .card-body,
.rightbloc .card-body {
  padding: 1rem;
}
.leftbloc p,
.rightbloc p {
  margin-bottom: .75rem;
}
.leftbloc ul,
.rightbloc ul {
  padding-left: 0;
  list-style: none;
}
.leftbloc li:not(.list-group-item),
.rightbloc li:not(.list-group-item) {
  margin: .35rem 0;
}
.leftbloc strong,
.rightbloc strong {
  display: block;
  margin: 1rem 0 .35rem;
  color: var(--tf-text);
  font-size: .92rem;
}
.leftbloc .list-group,
.rightbloc .list-group {
  gap: .35rem;
}
.leftbloc .list-group-item,
.rightbloc .list-group-item {
  border-radius: 8px !important;
}
.leftbloc .list-group-item a,
.rightbloc .list-group-item a {
  min-width: 0;
}
.n-ellipses {
  min-width: 0;
}
.badge,
.badge-secondary {
  border-radius: 999px;
  font-weight: 700;
}
.img-thumbnail,
.n-ava-40,
.n-ava-48 {
  border-radius: 8px !important;
}
.form-control,
.custom-select,
input,
select,
textarea {
  min-height: 2.45rem;
  border-color: rgba(20, 108, 148, .22);
  box-shadow: none !important;
}
.form-control:focus,
.custom-select:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(20, 108, 148, .58);
  box-shadow: 0 0 0 .16rem rgba(20, 108, 148, .16) !important;
}
#searchblock,
#forum_recherche,
#col_princ .form-group.row {
  align-items: center;
}
#col_princ .table,
#col_princ table {
  color: var(--tf-text);
}
#col_princ .table th,
#col_princ table th,
#col_princ thead th {
  border-bottom-width: 1px;
  color: var(--tf-muted);
  font-size: .92rem;
  letter-spacing: 0;
}
#col_princ .table td,
#col_princ table td {
  vertical-align: middle;
}
#col_princ > .card.card-body.mb-2 {
  border-left: 4px solid var(--tf-accent);
}
#col_princ .alert-primary {
  display: flex;
  align-items: center;
}
#col_princ .card.mb-3 .card-footer,
#col_princ .pied_art {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}
#col_princ [id^="catfo_"] {
  margin-top: 1rem !important;
}
#col_princ [id^="catfo_"] .list-group-item.active,
#col_princ .n-filtrable .list-group-item.active {
  border-radius: 8px 8px 0 0 !important;
  font-weight: 700;
}
#col_princ [id^="catfo_"] p.list-group-item,
#col_princ .n-filtrable p.list-group-item {
  padding: 1rem 1.1rem;
  min-height: 7rem;
}
#col_princ [id^="catfo_"] .d-flex.w-100,
#col_princ .n-filtrable .d-flex.w-100 {
  gap: .45rem;
}
#col_princ [id^="catfo_"] .d-flex.w-100.justify-content-end,
#col_princ .n-filtrable .d-flex.w-100.justify-content-end {
  align-items: center;
  margin-top: .75rem !important;
}
#col_princ [id^="catfo_"] .badge,
#col_princ .n-filtrable .badge {
  min-width: 2rem;
  padding: .35rem .5rem;
}
#col_princ [id^="catfo_"] .custom-control,
#col_princ .n-filtrable .custom-control {
  margin-top: .45rem;
}
#col_princ [id^="catfo_"] img.n-ava-40,
#col_princ .n-filtrable img.n-ava-40 {
  width: 42px;
  height: 42px;
  object-fit: cover;
}
#site_active li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
#adm_block .btn {
  min-width: 2.45rem;
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#adm_men,
.adm_workarea,
#col_princ #adm_men,
#col_princ .adm_workarea {
  background: rgba(255, 255, 255, .78);
  border-color: var(--tf-border) !important;
  border-radius: 8px;
  box-shadow: var(--tf-shadow-soft);
}
#adm_men_corps {
  display: grid;
  gap: .9rem;
}
#adm_men_corps ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 .75rem;
  padding: .75rem;
  border: 1px solid var(--tf-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
}
#adm_men_corps li {
  float: none;
  margin: 0;
  box-shadow: none;
}
#adm_men_corps .btn,
#adm_men_corps a.btn,
#col_princ .adm_workarea .btn,
#col_princ #lst_art_adm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 2.2rem;
}
#col_princ .pagination {
  gap: .35rem;
  flex-wrap: wrap;
}
#col_princ .page-link {
  min-height: 2.1rem;
  border-color: rgba(20, 108, 148, .24);
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .88);
  color: var(--tf-primary) !important;
}
#col_princ .page-item.disabled .page-link {
  background: rgba(232, 245, 247, .72);
  color: var(--tf-muted) !important;
}
#col_princ .page-item.active .page-link,
#col_princ .page-link:hover,
#col_princ .page-link:focus {
  background: var(--tf-soft);
  border-color: rgba(20, 108, 148, .42);
  color: var(--tf-primary-strong) !important;
}
#lst_art_adm {
  overflow: hidden;
  border-radius: 8px;
}
#lst_art_adm td,
#lst_art_adm th {
  padding: .75rem !important;
}
#lst_art_adm .adm_img,
#adm_block .adm_img,
#adm_men_corps .adm_img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.bootstrap-table .fixed-table-toolbar,
.bootstrap-table .fixed-table-pagination {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}
.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search {
  margin-top: .25rem !important;
  margin-bottom: .5rem !important;
}
.bootstrap-table .fixed-table-pagination .pagination-detail,
.bootstrap-table .fixed-table-pagination .pagination {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.npds-display-dark .leftbloc strong,
.npds-display-dark .rightbloc strong {
  color: var(--tf-text) !important;
}
.npds-display-dark .leftbloc li:not(.list-group-item),
.npds-display-dark .rightbloc li:not(.list-group-item) {
  color: var(--tf-text) !important;
}
.npds-display-dark .img-thumbnail,
.npds-display-dark .n-ava-40,
.npds-display-dark .n-ava-48 {
  background-color: #17212b !important;
  border-color: rgba(142, 191, 247, .42) !important;
}
.npds-display-dark #col_princ .card > img.n-sujetsize {
  background: linear-gradient(135deg, rgba(245, 250, 252, .98), rgba(204, 226, 234, .9));
  border-color: rgba(142, 191, 247, .36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 14px 28px rgba(0, 0, 0, .26);
}
.npds-display-dark .badge,
.npds-display-dark .badge-secondary {
  background-color: rgba(255, 255, 255, .22) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .text-primary {
  color: var(--tf-primary) !important;
}
.npds-display-dark #col_princ .table,
.npds-display-dark #col_princ table {
  background-color: transparent !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .table th,
.npds-display-dark #col_princ table th,
.npds-display-dark #col_princ thead th {
  background-color: rgba(38, 52, 66, .72) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-muted) !important;
}
.npds-display-dark #col_princ .table td,
.npds-display-dark #col_princ table td {
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .table-striped tbody tr:nth-of-type(odd),
.npds-display-dark #col_princ tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .035) !important;
}
.npds-display-dark #col_princ > .card.card-body.mb-2 {
  border-left-color: var(--tf-accent) !important;
}
.npds-display-dark #col_princ [id^="catfo_"] .list-group-item.active,
.npds-display-dark #col_princ .n-filtrable .list-group-item.active {
  color: #fff !important;
}
.npds-display-dark #site_active li {
  color: var(--tf-text) !important;
}
.npds-display-dark #adm_men,
.npds-display-dark .adm_workarea,
.npds-display-dark #col_princ #adm_men,
.npds-display-dark #col_princ .adm_workarea,
.npds-display-dark #adm_men_corps ul {
  background: rgba(31, 42, 52, .88) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #col_princ .page-link {
  background: #1f2a34 !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-primary) !important;
}
.npds-display-dark #col_princ .page-item.disabled .page-link {
  background: rgba(38, 52, 66, .72) !important;
  color: var(--tf-muted) !important;
}
.npds-display-dark #col_princ .page-item.active .page-link,
.npds-display-dark #col_princ .page-link:hover,
.npds-display-dark #col_princ .page-link:focus {
  background: rgba(142, 191, 247, .16) !important;
  border-color: rgba(142, 191, 247, .44) !important;
  color: #fff !important;
}
.npds-display-dark #lst_art_adm,
.npds-display-dark #lst_art_adm tbody,
.npds-display-dark #lst_art_adm tr {
  background: transparent !important;
}
.npds-display-dark #lst_art_adm tbody tr:hover {
  background: rgba(142, 191, 247, .1) !important;
}
.npds-display-dark #col_princ .close {
  color: var(--tf-text) !important;
  text-shadow: none !important;
  opacity: .82;
}
.npds-display-dark #adm_men .list-group-item,
.npds-display-dark #col_princ .adm_workarea .list-group-item {
  background: rgba(31, 42, 52, .9) !important;
  border-color: var(--tf-border) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark #adm_men .list-group-item-light {
  background: rgba(38, 52, 66, .86) !important;
}
.npds-display-dark #adm_men .list-group-item-success {
  background: rgba(35, 157, 111, .18) !important;
  border-color: rgba(35, 157, 111, .38) !important;
}
.npds-display-dark #adm_men .list-group-item-warning {
  background: rgba(240, 173, 78, .18) !important;
  border-color: rgba(240, 173, 78, .42) !important;
  color: #ffe9c4 !important;
}
.npds-display-dark #adm_men .list-group-item-danger {
  background: rgba(220, 53, 69, .18) !important;
  border-color: rgba(220, 53, 69, .42) !important;
  color: #ffd7dc !important;
}
.npds-display-dark #adm_men .alert-info,
.npds-display-dark #adm_men .alert-primary {
  background: rgba(142, 191, 247, .16) !important;
  border-color: rgba(142, 191, 247, .32) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .tdgal-ai-pilot .text-muted {
  color: var(--tf-muted) !important;
}
.npds-display-dark .tdgal-ai-pilot .tdgal-ai-shortcut {
  background: rgba(31, 42, 52, .9) !important;
  border-color: rgba(142, 191, 247, .34) !important;
  color: var(--tf-text) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
}
.npds-display-dark .tdgal-ai-pilot .tdgal-ai-shortcut:hover,
.npds-display-dark .tdgal-ai-pilot .tdgal-ai-shortcut:focus {
  background: rgba(45, 61, 76, .98) !important;
  border-color: rgba(142, 191, 247, .58) !important;
  color: #fff !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-primary.tdgal-ai-shortcut {
  color: #9ec8fb !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-info.tdgal-ai-shortcut {
  border-color: rgba(82, 218, 205, .44) !important;
  color: #5fded1 !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-warning.tdgal-ai-shortcut {
  border-color: rgba(240, 173, 78, .52) !important;
  color: #ffcb82 !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-success.tdgal-ai-shortcut {
  border-color: rgba(92, 214, 142, .48) !important;
  color: #8ff0b5 !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-dark.tdgal-ai-shortcut,
.npds-display-dark .tdgal-ai-pilot .btn-outline-secondary.tdgal-ai-shortcut {
  border-color: rgba(184, 194, 204, .34) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-primary.tdgal-ai-shortcut {
  background: linear-gradient(135deg, rgba(24, 169, 153, .98), rgba(20, 108, 148, .98)) !important;
  border-color: rgba(82, 218, 205, .44) !important;
  color: #fff !important;
}
.npds-display-dark .tdgal-ai-pilot .tdgal-ai-shortcut .badge {
  background: rgba(142, 191, 247, .24) !important;
  color: #fff !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-info.tdgal-ai-shortcut .badge {
  background: rgba(82, 218, 205, .26) !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-warning.tdgal-ai-shortcut .badge {
  background: rgba(240, 173, 78, .28) !important;
}
.npds-display-dark .tdgal-ai-pilot .btn-outline-success.tdgal-ai-shortcut .badge {
  background: rgba(92, 214, 142, .26) !important;
}
.npds-display-dark .tdgal-ai-console .card,
.npds-display-dark .tdgal-ai-console .list-group-item,
.npds-display-dark .tdgal-ai-console .table {
  background: rgba(31, 42, 52, .9) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .tdgal-ai-console .card,
.npds-display-dark .tdgal-ai-kpi {
  border-color: rgba(142, 191, 247, .28) !important;
}
.npds-display-dark .tdgal-ai-kpi {
  background: rgba(20, 31, 42, .92) !important;
  color: var(--tf-text) !important;
}
.npds-display-dark .tdgal-ai-kpi:hover,
.npds-display-dark .tdgal-ai-kpi:focus {
  border-color: rgba(82, 218, 205, .55) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.npds-display-dark .tdgal-ai-kpi small,
.npds-display-dark .tdgal-ai-feed small,
.npds-display-dark .tdgal-ai-console .text-muted {
  color: var(--tf-muted) !important;
}
html .oldnews-block {
  font-size: .95rem;
  line-height: 1.28;
}
html .oldnews-date {
  margin: 12px 0 6px;
  color: var(--tf-text);
  font-weight: 700;
}
html .oldnews-link {
  display: block;
  margin: 0 0 7px;
  padding: 8px 10px;
  color: var(--tf-primary) !important;
  text-decoration: none;
  overflow-wrap: anywhere;
  background: rgba(20, 108, 148, .06);
  border: 1px solid rgba(20, 108, 148, .16);
  border-radius: 6px;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
html .oldnews-link:hover,
html .oldnews-link:focus {
  color: var(--tf-primary-strong) !important;
  text-decoration: none;
  background: rgba(20, 108, 148, .12);
  border-color: rgba(20, 108, 148, .32);
}
html .oldnews-link-main {
  display: block;
}
html .oldnews-read {
  float: right;
  margin-left: 8px;
}
html .oldnews-more {
  display: block;
  margin-top: 12px;
  padding: 8px 10px;
  text-align: center;
  color: var(--tf-primary-strong) !important;
  background: var(--tf-soft);
  border: 1px solid var(--tf-border);
  border-radius: 6px;
}
html .oldnews-more:hover,
html .oldnews-more:focus {
  color: var(--tf-primary-strong) !important;
  text-decoration: none;
  border-color: rgba(20, 108, 148, .32);
}
.npds-display-dark .oldnews-date {
  color: var(--tf-text) !important;
}
.npds-display-dark .oldnews-link {
  color: var(--tf-primary) !important;
  background: rgba(142, 191, 247, .08);
  border-color: rgba(142, 191, 247, .18);
}
.npds-display-dark .oldnews-link:hover,
.npds-display-dark .oldnews-link:focus {
  color: var(--tf-primary-strong) !important;
  background: rgba(142, 191, 247, .14);
  border-color: rgba(142, 191, 247, .36);
}
.npds-display-dark .oldnews-more {
  color: var(--tf-primary-strong) !important;
  background: var(--tf-soft);
  border-color: var(--tf-border);
}
html .tripchat-side-line {
  margin: 0 0 8px;
  line-height: 1.28;
}
html .tripchat-side-name {
  display: block;
  margin-bottom: 2px;
  color: var(--tf-primary) !important;
  font-weight: 700;
  text-decoration: none;
}
html .tripchat-side-name:hover,
html .tripchat-side-name:focus {
  color: var(--tf-primary-strong) !important;
  text-decoration: none;
}
html .tripchat-side-text {
  display: block;
  color: var(--tf-text) !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
html .tripchat-side-bot {
  margin: 3px 0 9px;
  padding: 7px 9px;
  background: rgba(20, 108, 148, .08);
  border-left: 3px solid var(--tf-primary);
  border-radius: 6px;
}
html .tripchat-side-bot .tripchat-side-name {
  color: var(--tf-primary-strong) !important;
}
html .tripchat-side-bot .tripchat-side-text {
  color: var(--tf-text) !important;
}
.tf-forum-thanks {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 32px;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
button.tf-forum-thanks {
  border: 1px solid rgba(20, 108, 148, .32);
  background: rgba(20, 108, 148, .08);
  color: var(--tf-primary-strong);
  cursor: pointer;
}
button.tf-forum-thanks:hover,
button.tf-forum-thanks:focus {
  border-color: rgba(24, 169, 153, .55);
  background: rgba(24, 169, 153, .14);
  color: var(--tf-primary-strong);
  text-decoration: none;
}
.tf-forum-thanks-passive {
  padding-left: .25rem;
  padding-right: .25rem;
  color: var(--tf-muted);
  opacity: .72;
}
.tf-forum-thanks-done {
  border-color: rgba(22, 163, 74, .42) !important;
  background: rgba(22, 163, 74, .12) !important;
  color: #166534 !important;
}
.tf-forum-thanks .badge {
  margin-left: .05rem;
  color: var(--tf-primary-strong);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(20, 108, 148, .16);
}
.npds-display-dark .tripchat-side-name {
  color: var(--tf-primary) !important;
}
.npds-display-dark .tripchat-side-text {
  color: var(--tf-text) !important;
}
.npds-display-dark .tripchat-side-bot {
  background: rgba(142, 191, 247, .1);
  border-left-color: var(--tf-primary);
}
.npds-display-dark .tripchat-side-bot .tripchat-side-name {
  color: var(--tf-primary-strong) !important;
}
.npds-display-dark button.tf-forum-thanks {
  border-color: rgba(142, 191, 247, .38);
  background: rgba(142, 191, 247, .12);
  color: var(--tf-primary-strong);
}
.npds-display-dark button.tf-forum-thanks:hover,
.npds-display-dark button.tf-forum-thanks:focus {
  border-color: rgba(99, 216, 189, .55);
  background: rgba(99, 216, 189, .14);
  color: var(--tf-primary-strong);
}
.npds-display-dark .tf-forum-thanks-passive {
  color: var(--tf-muted);
  opacity: .7;
}
.npds-display-dark .tf-forum-thanks-done {
  border-color: rgba(99, 216, 189, .46) !important;
  background: rgba(99, 216, 189, .16) !important;
  color: #d6fff4 !important;
}
.npds-display-dark .tf-forum-thanks .badge {
  color: var(--tf-text) !important;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
}
.npds-display-dark #col_princ .tripbt-answer {
  background: linear-gradient(180deg, rgba(31, 45, 58, .98), rgba(22, 33, 44, .98)) !important;
  color: #edf3fa !important;
  border-left-color: #5fb7df !important;
  border-top: 1px solid rgba(255, 255, 255, .16) !important;
  border-right: 1px solid rgba(255, 255, 255, .16) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}
.npds-display-dark #col_princ .tripbt-answer p,
.npds-display-dark #col_princ .tripbt-answer li,
.npds-display-dark #col_princ .tripbt-answer td,
.npds-display-dark #col_princ .tripbt-answer th {
  color: #edf3fa !important;
}
.npds-display-dark #col_princ .tripbt-answer strong {
  color: #f7fbff !important;
}
.npds-display-dark #col_princ .tripbt-answer a {
  color: #9bd1ff !important;
}
.npds-display-dark #col_princ .tripbt-answer a:hover,
.npds-display-dark #col_princ .tripbt-answer a:focus {
  color: #c3ddff !important;
}
.npds-display-dark #col_princ .tripbt-answer .tripbt-table-wrap {
  background: rgba(22, 33, 44, .98) !important;
  border-color: rgba(255, 255, 255, .16) !important;
}
.npds-display-dark #col_princ .tripbt-answer .tripbt-table {
  color: #edf3fa !important;
  background: transparent !important;
}
.npds-display-dark #col_princ .tripbt-answer .tripbt-table th {
  color: #f7fbff !important;
  background: rgba(142, 191, 247, .16) !important;
  border-color: rgba(255, 255, 255, .16) !important;
}
.npds-display-dark #col_princ .tripbt-answer .tripbt-table td {
  color: #edf3fa !important;
  background: rgba(255, 255, 255, .035) !important;
  border-color: rgba(255, 255, 255, .16) !important;
}
.npds-display-dark #col_princ .tripbt-answer .tripbt-table tbody tr {
  background: transparent !important;
}
.npds-display-dark #col_princ .tripbt-answer .tripbt-table tbody tr:nth-child(even) td {
  background: rgba(142, 191, 247, .07) !important;
}
.npds-display-dark #col_princ .tripbt-answer em,
.npds-display-dark #col_princ .tripbt-answer p[style*="font-size"] {
  color: #b8c2cc !important;
}
.npds-display-dark #col_princ .tripbt-waiting > div {
  background: rgba(95, 183, 223, .12) !important;
  color: #edf3fa !important;
  border-left-color: #5fb7df !important;
}
.npds-display-dark #col_princ .tripbt-waiting strong,
.npds-display-dark #col_princ .tripbt-waiting span {
  color: #edf3fa !important;
}
@media (max-width: 991.98px) {
  #col_LB,
  #col_RB {
    position: static !important;
  }
  .page-header {
    margin-top: 58px;
  }
}
@media (max-width: 767.98px) {
  #uppernavbar .dropdown-menu {
    min-width: min(20rem, calc(100vw - 1.5rem));
  }
  #col_princ [id^="catfo_"] p.list-group-item,
  #col_princ .n-filtrable p.list-group-item {
    min-height: 0;
    padding: .9rem;
  }
  #col_princ [id^="catfo_"] .d-flex.w-100.justify-content-end,
  #col_princ .n-filtrable .d-flex.w-100.justify-content-end {
    justify-content: flex-start !important;
  }
  #adm_men,
  .adm_workarea {
    padding: .75rem;
  }
  #adm_men_corps ul {
    padding: .6rem;
  }
  .bootstrap-table .fixed-table-toolbar,
  .bootstrap-table .fixed-table-pagination {
    align-items: stretch;
  }
  .bootstrap-table .fixed-table-toolbar .search,
  .bootstrap-table .fixed-table-toolbar .search input {
    width: 100% !important;
  }
}
.tf-loginbox {
  position: relative;
  padding: .95rem;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(20, 108, 148, .08), rgba(47, 169, 154, .05));
  border-top: 3px solid var(--tf-primary);
}
.tf-loginbox-intro strong {
  display: block;
  margin: 0 0 .35rem;
  color: var(--tf-text);
  font-size: 1rem;
}
.tf-loginbox-intro p,
.tf-loginbox-note {
  color: var(--tf-muted);
  font-size: .9rem;
  line-height: 1.45;
}
.tf-loginbox-actions {
  margin: .85rem 0 .9rem;
}
.tf-loginbox-actions .list-group-item {
  padding: .8rem .9rem;
  border-radius: 0 !important;
}
.tf-loginbox-actions .list-group-item:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.tf-loginbox-actions .list-group-item:last-child {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.tf-loginbox-actions .fa-chevron-right {
  color: var(--tf-muted);
  font-size: .8rem;
}
.tf-loginbox-note {
  margin-bottom: 0;
}
.npds-display-dark .tf-loginbox {
  background: linear-gradient(180deg, rgba(142, 191, 247, .12), rgba(47, 169, 154, .06));
  border-color: #5fb7df;
}
.npds-display-dark .tf-loginbox-actions .list-group-item {
  background: rgba(255, 255, 255, .035) !important;
  border-color: rgba(142, 191, 247, .18) !important;
}
.npds-display-dark .tf-loginbox-actions .list-group-item:hover,
.npds-display-dark .tf-loginbox-actions .list-group-item:focus {
  background: rgba(95, 183, 223, .13) !important;
}
/* end extra css for trip2026 */
