.CodeWrap {
background-color: #efefef;
padding:10px;
}

.KbDetailLtContainer__articleContent {
overflow: hidden;
}

.Header__signinLink { display: none;
}
.Signin__agentlogin {
    display: none;
}
 #logoutDetails{
       display:none;
 }

#ticket_module {
    display: none !important;
}

#footerContainer {
  display: none !important;
}
.Header__homeContent::before {
  content: "⚠️ ALERT: Sign In and Sign up options have been disabled as we migrated to a new ticketing system. Please, send email to support@zpesystems.com";
  display: block;
  background-color: #fffae6;
  color: #cc3300;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
