/* =========================
   TOPBAR (glass unified)
   ========================= */

.top.bg-black{
  background: rgba(17,108,179) !important;

  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);

  box-shadow: 0 4px 18px rgba(0,0,0,.10);
  border-bottom: 1px solid rgba(255,255,255,.25);
}

/* не обрезаем dropdown */
.bg-black.top,
.bg-black.top .container{
  overflow: visible !important;
  position: relative;
}

/* =========================
   TEXT + LINKS
   ========================= */

.bg-black.top,
.bg-black.top a{
  color: #ffffff !important;
}

.bg-black.top a:hover{
  opacity: .85;
  text-decoration: none;
}

/* =========================
   OFFICE SELECT — same as topbar
   ========================= */

.bg-black.top .office-select{
  height: 28px;
  min-width: 160px;
  padding: 0 28px 0 10px;

  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;

  color: #ffffff;

  /* ⬇ тот же цвет что и topbar */
  background: rgba(17,108,179,.8);

  /* без кнопочного эффекта */
  border: none;
  border-radius: 0;
  box-shadow: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* стрелка */
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%);
  background-position: calc(100% - 16px) 11px, calc(100% - 10px) 11px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;

  cursor: pointer;
  transition: opacity .15s ease;
}

.bg-black.top .office-select:hover,
.bg-black.top .office-select:focus{
  background: rgba(17,108,179,.8);
  outline: none;
  opacity: .9;
}

.bg-black.top .office-select option{
  background-color: #f8fafc;
  color: #111;
}
