.tech-tree {
  list-style: none;
  background: #F5F5F5;
}
.tech-tree--root {
  margin: 0;
  border: unset;
}
.tech-tree--root > li > .tech-tree--item-title > .tech-tree--item-arrow {
  display: none;
}
.tech-tree li:hover > .tree-actions {
  display: inline-block;
}
.tech-tree--item-title {
  line-height: 45px;
}

.tech-tree > li > .tech-tree,
.tech-tree > li > .tech-tree > li > .tech-tree > li > .tech-tree {
  background-color: whitesmoke;
}

.tree-actions {
  margin: 0 0 0 14px;
  display: none;
}
.tree-actions > .btn-sm {
  padding: 0;
}

.required-color {
  color: #ff2e44;
}

.menu-sidebar.has-message {
  z-index: 2;
  overflow-y: visible;
}
.menu-sidebar.has-message .menu-sidebar__content {
  overflow: visible !important;
}
.menu-sidebar.has-message .navbar-sidebar {
  padding-left: 0;
  padding-right: 0;
}
.menu-sidebar.has-message .navbar-sidebar .navbar__list li {
  padding-left: 35px;
  padding-right: 35px;
}
.menu-sidebar.has-message .has-message-item {
  background-color: #F5F5F5;
}
.menu-sidebar.has-message .has-message-item .message-cycle-icon {
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  border-radius: 50%;
  background-color: #FF3C41;
  width: 6px;
  height: 6px;
}

.highlight-message-wrapper {
  display: none;
  position: absolute;
  top: calc(-50% + 3px);
  left: 315px;
}
.highlight-message-wrapper.active {
  display: block;
}
.highlight-message-wrapper .highlight-message {
  width: 410px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 32px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
.highlight-message-wrapper .highlight-message:after {
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-right: solid 10px #FFFFFFFF;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
}
.highlight-message-wrapper .highlight-message .message-title {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.15px;
  text-align: left;
  color: #333333;
}
.highlight-message-wrapper .highlight-message .message-content {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.highlight-message-wrapper .highlight-message .close-message {
  position: absolute;
  top: 15px;
  right: 15px;
}
.highlight-message-wrapper .highlight-message .close-message .close-message-icon {
  cursor: pointer;
  width: 13px;
  color: #E5E5E5;
}

.wide-badge-technology {
  padding-left: 1em;
  padding-right: 1em;
}
.wide-badge-technology .vh-100 {
  height: 100vh;
}
.wide-badge-technology .error-page-header {
  font-family: Poppins;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 115px;
  letter-spacing: 0em;
  color: #333333;
}
.wide-badge-technology .error-page-desc {
  font-family: Poppins;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.wide-badge-technology .no-items-header {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.15px;
  text-align: left;
  color: #000000;
}
.wide-badge-technology .no-items-desc {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px;
  text-align: center;
  color: #333333;
}
.wide-badge-technology .no-requests-block .no-requests-img {
  max-height: 260px;
}
.wide-badge-technology .no-requests-block .go-to-tech-btn {
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
}