.Team_Tickets,
.Team_Open_Tickets,
.Team_Closed_Tickets,
.Team_On_Hold_Tickets,
.Team_Overdue_Tickets,
.TicketList__rightPart {
  display: none;
}

.BreadCrumbs__breadcrumbsView ul li:last-child {
  color: #fff;
}

:root {
  --color-brand: #0091d0;
  --color-border: #0091d0;
}

#description {
  min-height: 300px;
}

.KB_Editor {
  border: none;
}

.TextEditor__editDraft {
  border: solid 1px #0091d0;
  border-radius: 3px;
  overflow: hidden;
}

.KB_Editor_menus {
  display: none;
}

.DropDown__option+.DropDown__option {
  border: none;
}

.ScrollSticky__type1 {
  width: 100% !important;
}

#navBarContainer {
  animation: popUp 0.4s ease-out forwards;
}

#breadCrumbsContainer {
  opacity: 0;
  animation: popUp 0.4s ease-out forwards;
  animation-delay: 0.2s
}

.CustomerSatisfactionContainer__listHead {
  h5 {
    white-space: normal;
  }
}



.TicketList__cv_viewsCont ul {
  overflow: hidden;
}

.LoginDetail__LogInDetail {  
  animation: popUp 0.3s ease-in-out forwards;
}

.Button__primary {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.1s
}

.ListHeader__listHeader1 {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s
}

.My_Tickets {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.3s
}

.My_Open_Tickets {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.4s
}

.My_Closed_Tickets {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.5s
}

.My_On_Hold_Tickets {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.6s
}

.My_Overdue_Tickets {
  opacity: 0;
  animation: popUp 0.5s ease-in-out forwards;
  animation-delay: 0.7s
}

.CustomWidget__customDescription {
  animation: popUp 0.5s ease-in-out forwards;
}



@keyframes popUp {
  0%   { 
    transform: scale(0.1);     
    opacity: 0; 
  }
  80%  { 
    transform: scale(1.1); 
  }
  100% { 
    transform: scale(1);
    opacity: 1; 
  }
}

@keyframes fadeInTopBars {
  0%   { 
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
