#page-header {
  z-index: 2;
  padding: 24px 40px;
  border-bottom: 1px solid #EAEAEA;
  background: #ffffff;
}
#page-header .page-header__mobile,
#page-header .page-header__desktop {
  display: none;
}
#page-header .header-left {
  flex-grow: 1;
}
#page-header .header-left .glossary__search {
  position: relative;
}
#page-header .header-left .glossary__search:before {
  content: "";
  opacity: 0.5;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  left: 16px;
  background-image: url(../../../../../../../uploads/tenweb-theme/images/icons/search/ds-search.svg);
  background-size: contain;
}
#page-header .header-left .glossary__search:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 16px;
  background-size: contain;
}
#page-header .header-left .glossary__search.mac:after {
  width: 34px;
  height: 24px;
  background-image: url(../../../../../../../uploads/tenweb-theme/images/icons/hotkeys/mac.svg);
}
#page-header .header-left .glossary__search.windows:after {
  width: 48px;
  height: 24px;
  background-image: url(../../../../../../../uploads/tenweb-theme/images/icons/hotkeys/windows.svg);
}
#page-header .header-left .glossary-search-input {
  padding: 13px 16px 13px 42px;
  font-size: 14px;
  line-height: 24px;
  height: 50px;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  font-weight: 600;
}
#page-header .header-left .glossary-search-input:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  left: 16px;
  background-image: url(../../../../../../../uploads/tenweb-theme/images/icons/search/ds-search.svg);
  background-size: contain;
}
#page-header .header-right .button_container.new_button {
  margin-top: 0;
}
#page-header .scroll-progress {
  width: 0;
  height: 4px;
  background: #3339F1;
  position: absolute;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
  bottom: -4px;
  top: auto;
  left: 0;
}

.glossary-search {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  padding-top: 80px;
}
.glossary-search.active {
  display: flex;
}
.glossary-search .empty-text {
  padding: 22px 20px 222px 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #EAEAEA;
  background: url(../../../../../../../uploads/tenweb-theme/images/icons/search/empty.svg) no-repeat;
  background-position: 20px 22px;
}
.glossary-search .glossary-search__container {
  width: 800px;
  max-width: calc(100% - 40px);
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  position: relative;
  overflow: hidden;
}
.glossary-search .glossary-search__container .glossary-search-query {
  padding: 15px 15px 15px 48px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}
.glossary-search .glossary-search__container .glossary-search__input-container {
  position: relative;
}
.glossary-search .glossary-search__container .glossary-search__input-container:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  left: 16px;
  background-image: url(../../../../../../../uploads/tenweb-theme/images/icons/search/ds-search.svg);
  background-size: contain;
}
.glossary-search .glossary-search__container .glossary-search__input-container .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  background: url(../../../../../../../uploads/tenweb-theme/images/icons/close-dark.svg) no-repeat center;
  cursor: pointer;
  opacity: 0.4;
}

.glossary-suggestion {
  max-height: 200px;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  border-top: 1px solid #EAEAEA;
}
.glossary-suggestion ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 30px 12px 48px;
  color: #000000;
  box-sizing: border-box;
  position: relative;
}
.glossary-suggestion ul li a:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: rgba(51, 57, 241, 0.05) url(../../../../../../../uploads/tenweb-theme/images/glossary/icons/article.svg) no-repeat center;
  border: 1px solid rgba(51, 57, 241, 0.2);
  position: absolute;
  top: 10px;
  left: 12px;
}
.glossary-suggestion ul li a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../../../../../../uploads/tenweb-theme/images/icons/arrows/glossary_arrow.svg) no-repeat center;
  position: absolute;
  top: 15px;
  right: 12px;
  opacity: 0.3;
}
.glossary-suggestion ul li a b {
  color: #3339F1;
}
.glossary-suggestion ul li a:hover {
  font-weight: 700;
  background: rgba(234, 234, 234, 0.3);
}
.glossary-suggestion ul li a:hover:before {
  background: #3339F1 url(../../../../../../../uploads/tenweb-theme/images/glossary/icons/article-hover.svg) no-repeat center;
}
