/* ===== Together CI theme override (magenta #E42369 · pink #F77BA5) ===== */
:root{
  --bs-primary:#E42369; --bs-primary-rgb:228,35,105; --bs-link-color:#E42369; --bs-link-hover-color:#b81a54;
  --primary:#E42369; --primary-color:#E42369; --theme-color:#E42369; --main-color:#E42369;
  --color-primary:#E42369; --secondary:#F77BA5; --secondary-color:#F77BA5; --accent:#E42369; --brand:#E42369;
}
.btn-primary,.bg-primary,.badge-primary,.badge.bg-primary,.bg-theme,.theme-bg,.btn-theme,.btn-info.theme,
button.search-btn,.search-button,.btn-search,.hero-search .btn,input[type=submit].btn-primary{
  background-color:#E42369!important;border-color:#E42369!important;color:#fff!important}
.btn-primary:hover,.btn-primary:focus,.btn-theme:hover,.bg-theme:hover{background-color:#b81a54!important;border-color:#b81a54!important}
.text-primary,.theme-color,.text-theme,.nav-link.active,.active>.nav-link,.dropdown-item.active{color:#E42369!important}
.btn-outline-primary,.btn-outline-theme{color:#E42369!important;border-color:#E42369!important}
.btn-outline-primary:hover,.btn-outline-theme:hover{background:#E42369!important;color:#fff!important}
a:hover,.menu a:hover,.navbar-nav .nav-link:hover{color:#E42369!important}
.border-primary,.border-theme{border-color:#E42369!important}
.pagination .page-item.active .page-link{background:#E42369!important;border-color:#E42369!important}
.form-control:focus,.form-select:focus{border-color:#F77BA5!important;box-shadow:0 0 0 .2rem rgba(228,35,105,.18)!important}
::selection{background:#F77BA5;color:#fff}

/* ===== hide vendor footer + Together back bar ===== */
footer, .footer, #footer, .footer-area, .site-footer, .main-footer, .footer-section, .bc-footer, .footer-wrapper{display:none!important}
.tt-backbar{position:sticky;top:0;z-index:99999;display:flex;align-items:center;gap:8px;
  background:#E42369;color:#fff!important;font:600 14px/1 "Segoe UI",system-ui,sans-serif;
  padding:9px 18px;text-decoration:none}
.tt-backbar:hover{background:#b81a54;color:#fff!important}
.tt-backbar svg{width:16px;height:16px}
.tt-sso{position:fixed;right:16px;bottom:16px;z-index:99999;display:inline-flex;align-items:center;gap:7px;
  background:#E42369;color:#fff!important;font:600 13px/1 "Segoe UI",system-ui,sans-serif;
  padding:11px 16px;border-radius:30px;text-decoration:none;box-shadow:0 6px 20px rgba(228,35,105,.4)}
.tt-sso:hover{background:#b81a54;color:#fff!important}
