@import url("gov.gr.css");

#NpHeader h1 {
  max-width: 424px;
  font-size: 21px;
  word-break: break-word;
  line-height: 1.2em;
  white-space: initial;
  font-weight: bold;
  margin-top: 8px;
}

#NpHeader .gaia-logo {
  display: none !important;
}

/* Header css */
/* Header global buttons */
#NpBreadcrumb .my_account:nth-last-child(2) {
  font-weight: 800;
  font-family: monospace !important;
  padding: 0px 5px !important;
  background-color: var(--top-bar-bg) !important;
  color: #FFF;
  line-height: 20px;
  width: 250px;
  text-overflow: ellipsis;
  word-break: normal;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

#NpBreadcrumb .my_account:nth-last-child(2):hover {
  opacity: .6;
  cursor: pointer;
  cursor: hand;
}

/* Prosklisi label */
#NpBreadcrumb .my_account:last-child {
  top: 60px !important;
  right: 271px !important;
  background: none !important;
  color: black !important;
  border: none !important;
  float: right;
}

#NpBreadcrumb .my_account:last-child:before,
#NpBreadcrumb .my_account:last-child:after {
  content: '';
  display: none !important;
}