button.btn.btn-search-question {
  display: none !important;
}

div#searchbar {
  margin: 0px !important;
  height: 25px;
  padding-right: 0px;
}

#searchForm button.btn-search {
  border: none;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

#searchForm input#searchInput::placeholder {
  color: #767676;
  font-weight: 400;
  font-family: Inter, MasterPortalFont, Arial, sans-serif !important;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight) !important;
}

#searchForm div.input-group {
  height: 25px;
}

.quick-help-window .basic-resize-handle-type-tl {
  width: 0px;
  height: 0px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #275390 transparent transparent transparent;
}

.quick-help-window .basic-resize-handle-type-tl:hover {
  border-color: #1B355A transparent transparent transparent;
}

.quick-help-window .basic-resize-handle-type-tr {
  width: 0px;
  height: 0px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #275390 transparent transparent;
}

.quick-help-window .basic-resize-handle-type-tr:hover {
  border-color: transparent #1B355A transparent transparent;
}

.quick-help-window .basic-resize-handle-type-bl {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #275390;
}

.quick-help-window .basic-resize-handle-type-bl:hover {
  border-color: transparent transparent transparent #1B355A;
}

.quick-help-window .basic-resize-handle-type-br {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #275390 transparent;
}

.quick-help-window .basic-resize-handle-type-br:hover {
  border-color: transparent transparent #1B355A transparent;
}

.basic-resize-handle {
  width: 15px !important;
  height: 15px !important;
}

#quickHelp {
  height: 92%;
}
