:root {
  --goe-blue:#0D303A;
  --goe-orange:#DE6D11;
  --goe-gray:#575757;
  --color-hoverblue1:#0D303A;
}
.TicketDetailRightContainer2__widget {
  display:none;
}
.LoginDetail__signup {
  display:none;
}

.Signin__newuser {
  display:none;
}

.Resolution__container {
  display:none;
}


@media (max-width: 48rem) {
.Header__menu,
.Header__menu::after, .Header__menu::before {
  background-color:var(--goe-blue);
}
  .LocalePopup__globeIcon,
  .LocalePopup__localeLabel {
    color:var(--goe-blue);
}
}
.commonStyle__link:hover, .Icon__hoverblue1:hover, .DepartmentList__forums {
  color:var(--goe-orange);
}
#headerContainer .Header__menuWrapper {
  order:0;
}
#headerContainer #titleSearch {
  order:2;
}
#headerContainer .Header__headerBg {
  order:3;
}
.Info__infoContent {
  font-weight:400!important;
}
.Header__menuWrapper {
  background:#fff;
  color:#0D303A;
  border-bottom:2px solid #DE6D11;
  border-top:7px solid #DE6D11;
  position:sticky;
  top:0;
  z-index:2;
}

#new_ticket_btn {
  max-width:none;
  background:#DE6D11;
  color:#fff;
padding: 6px 10px 7px;
  font-size: 1rem;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  border-color:#DE6D11;
  border-radius: 7px 7px 7px 7px;
}
#new_ticket_btn:hover {
  background:#fff;
  color:#DE6D11!important;
} 

#new_ticket_btn:hover a {
  color:#DE6D11!important;
}

.TicketDetailRightContainer2__wrapper > div {
  background:#fff;
  margin-bottom:2rem;
  padding:1rem;
  border-radius:7px;
  box-shadow:0 0 .625rem rgba(0,0,0,0.16)
}
#autoSearchContainer,
.TicketDetailLeftContainer__boxView {
  border-radius:7px;
  border-width:0px;
   box-shadow:0 0 .625rem rgba(0,0,0,0.16);
}

.AvatarText__circle {
  border-color:#DE6D11;
  background:#DE6D11;
  color:#fff;
}

#ticketClose {
  width:100%;
  text-align:center;
}

#ticketClose div[data-id="clost_ticket"] > span {
   border-color:red;
  color:red;
  border-radius:7px;
  padding:.5rem 1rem
}
#ticketClose div[data-id="clost_ticket"] > span:hover {
   border-color:red;
  color:#fff;
  background:red;
  border-radius:7px;
}

.TicketThreadContainer__threadCont {
  position:relative;
}

.TicketThreadContainer__threadCont:before {
  content:"";
  width:7px;
  left:-1.25rem;
  top:0;
  bottom:-1px;
  position:absolute;
  background:#fff;
}
.TicketDetailLeftContainer__boxView > h1 + div + .TicketThreadContainer__threadCont:before {
  border-radius:0px 7px 0px 0px;
}
.TicketThreadContainer__threadCont:last-of-type:before {
  border-radius:0px 0px 7px 0px;
  bottom:-1.25rem
}
.TicketThreadContainer__threadCont.agent_thread:before {
  background:var(--goe-orange);
}
.TicketThreadContainer__threadCont.enduser_thread:before {
  background:var(--goe-blue);
}

.agent_thread .AvatarText__circle {
  border-color:var(--goe-orange);
  background:var(--goe-orange);
  color:#fff;
}

.enduser_thread .AvatarText__circle {
  border-color:var(--goe-blue);
  background:var(--goe-blue);
  color:#fff;
}

.TicketThreadContainer__threadCont .agent_name,
.TicketThreadContainer__threadCont .enduser_name {
  font-weight:800;
}

.TicketThreadContainer__threadCont .Attachments__attachments {
  margin-left: calc((1.25rem - 7px) * -1);
  margin-right: -1.25rem;
  padding: 1.25rem;
  background: #f3f5f7;
  position:relative;
}

.TicketThreadContainer__threadCont .Attachments__attachments:before {
  content: "ANHÄNGE";
  position: absolute;
  left: -31px;
  width: 0;
  height: 100%;
  top: calc(50% + 40px);
  transform: rotate(-90deg);
  transform-origin:top right;
}

.TicketThreadContainer__threadCont .Post__attachIcon::before {
  content: "🖇️";
  position: absolute;
  left: -64px;
  top: calc(50% - 16px);
  width:32px;
  height:32px;
  border-radius:32px;
  border:1px solid var(--goe-blue);
  color:var(--goe-blue);
  text-align:center;
  line-height:32px;
}

.TicketThreadContainer__threadCont .Post__attachIcon:after {
content: "";
  position: absolute;
  left: -49px;
  top: calc(50% + 16px);
  width: 29px;
  height: calc(50% - 32px);
  border-left: 2px dotted var(--goe-blue);
  color: var(--goe-blue);
  border-bottom: 2px dotted var(--goe-blue);
  border-radius: 0 0 0 2rem;
}
span[data-id="newComment"] {
  display: none;
}

#ticketClose {
  display: none;
}
