/* wire-search-within-profile-303f1h732 */

.wire-profile-content-tools-h729.is-searching-h732{
  border-color:rgba(56,168,232,.52) !important;
  box-shadow:0 0 0 3px rgba(56,168,232,.1) !important;
}

.wire-profile-search-clear-h732{
  display:grid !important;
  place-items:center !important;
  min-width:38px !important;
  min-height:38px !important;
  padding:0 11px !important;
  border:1px solid #35516a !important;
  border-radius:999px !important;
  background:#0d2030 !important;
  color:#dcebf6 !important;
  cursor:pointer !important;
}

.wire-profile-search-status-h732{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  padding:11px 14px !important;
  border-bottom:1px solid rgba(67,97,122,.3) !important;
  color:#9eb2c2 !important;
  font-size:13px !important;
}

.wire-profile-search-status-h732 strong{
  color:#eaf4fb !important;
}

.wire-profile-search-error-h732{
  padding:20px !important;
  color:#ff9eaa !important;
  text-align:center !important;
}

.wire-profile-search-empty-h732{
  padding:34px 18px !important;
  text-align:center !important;
}

.wire-profile-search-empty-h732 h2{
  margin:0 0 8px !important;
}

.wire-profile-search-more-h732{
  display:grid !important;
  justify-items:center !important;
  gap:7px !important;
  padding:18px 14px 28px !important;
}

.wire-profile-search-more-h732 button{
  min-width:180px !important;
}

.wire-profile-search-more-h732 button[aria-busy="true"]{
  opacity:.64 !important;
  pointer-events:none !important;
}

.wire-profile-search-mark-h732{
  padding:0 .12em !important;
  border-radius:3px !important;
  background:rgba(255,206,72,.34) !important;
  color:inherit !important;
}

@media(max-width:799px){
  .wire-profile-content-tools-h729{
    grid-template-columns:minmax(0,1fr) auto !important;
  }

  .wire-profile-search-status-h732{
    position:sticky !important;
    top:0 !important;
    z-index:8 !important;
    background:rgba(7,18,29,.94) !important;
    backdrop-filter:blur(10px) !important;
  }

  .wire-profile-search-more-h732{
    padding-bottom:calc(100px + env(safe-area-inset-bottom)) !important;
  }

  .wire-profile-search-more-h732 button{
    width:min(100%,320px) !important;
    min-height:44px !important;
  }
}