@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  font-family: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

div.New_normal {
  text-align:justify;
    font-size:16px;
    line-height:24px;
}
.b-tree__i_folder_opened_inner, .b-tree__i_article_inner, .b-tree__i_folder_closed_inner{
background:none;
width:0px;
}

.b-tree__spacer {
  width:15px;
}
.b-tree__itemText{
  padding-left:0px;
}
h1{
font-size:32px;
line-height:45px;
font-weight: 600;
}
h2{
font-size:24px;
line-height:33px;
font-weight: 600;
}
h3{
  font-size:18px;
  line-height:26px;
  font-weight: 600;
}
span.New_normal{
  font-size:16px;
  line-height:24px;
}
.os-viewport{
  max-width:1025px;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
} 
.m-tree__item__throughSelectedRoot {
    background: none;
}

.m-interfaceIcon__menu__selected,
.m-tabs__selectorItem__selected .m-interfaceIcon__menu {
    background: url(https://pilot-gps.com/resources/images/icons/list-tree-hover.svg) no-repeat center;
}

.m-interfaceIcon__menu,
.m-interfaceIcon__menu__unselected {
    background: url(https://pilot-gps.com/resources/images/icons/list-tree.svg) no-repeat center;
}

#tabSelector_menu.m-tabs__selectorItem__hovered .b-tabs__selectorItemIcon {
    background: url(https://pilot-gps.com/resources/images/icons/list-tree-hover.svg) no-repeat center;
    cursor: pointer;
}

#tabSelector_search.m-tabs__selectorItem__hovered .b-tabs__selectorItemIcon {
    background: url(https://pilot-gps.com/resources/images/icons/magnifying-glass-hover.svg) no-repeat center;
    cursor: pointer;
}

.m-interfaceIcon__search__selected,
.m-tabs__selectorItem__selected .m-interfaceIcon__search {
  background-position: 0 0;
    background: url(https://pilot-gps.com/resources/images/icons/magnifying-glass-hover.svg) 0 0 no-repeat;
}
.m-interfaceIcon__search,
.m-interfaceIcon__search__unselected {
  background-position: 0 0;
    background: url(https://pilot-gps.com/resources/images/icons/magnifying-glass.svg) 0 0 no-repeat;
}

.b-tabs__selectorItemIcon {
    margin: -10px 0.5em 0; 
}

.m-interfaceIcon__menu {
  width: 20px;
  height: 20px;
}

#tabSelector_menu .b-tabs__selectorContent,
#tabSelector_search .b-tabs__selectorContent {
    padding-left: 34px;
}

.m-interfaceIcon__search {
    width: 20px;
  height: 20px;
}

.b-tabs__wrapperItemInner .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #D4D4D8 !important
}

.drex_highlight {
  background-color: #FB923C;
}