/*mport url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');*/
 .body {
          font-family: 'Poppins', sans-serif;
    }
.Header__container Ul li:first-child span:first-child {
    visibility:hidden;
    margin-left:-70px;
}
.Header__container Ul li:first-child span:first-child:after {
    visibility:visible;
    margin-right:auto;
    content:"Submit a Ticket";
}
.TicketDetailRightContainer__widgetRight {
display:none;
}
#field_subject .Form__labelText,#field_description .Form__labelText{
font-size:0px; 
}
/*#field_subject .Form__labelText:before{
font-size:16px;
content:'Brief Description'
}*/
#field_description .Form__labelText:before{
font-size:16px;
content:'Additional Information'
}
#field_subject {
display:none;
}
.ArticleCmd__socialShareLt{
display: none
}
.ArticleCmd__articleDetail{
display: none
}
.TicketListLeftContainer1__filterArea{
display: none
}

/*Template Rename*/
#templates .Form__label { 
    font-size: 0;
}
#templates .Form__label::after {
    content:"Select company first*";
    font-size: 1rem;
    color: red;
}
/*Severity Disclaimer*/
#field_cf_select_a_common_issue .Form__labelText::after{
font-size:11px;
color: red;  
content:'  For urgent matters and security incidents, contact the service desk at 1-855-ENCORE-9 or 514-909-2998.'
}
/*Hover Effect
 .ModuleItem__moduleHeader:hover {
/    box-shadow: 0 5px 23px 2px #002f86;
}*/
.urgent {
  color: white;
  /*font-weight: bold;*/
  font-size: 0.7em; /* Adjust this value as needed */
}
/*Hide Additional Details Field*/
.TicketFormLeftContainer__sectionName.Additional_Details {
    display: none;
}
/* Hide the label for Employee Location */
label[for="cf_employee_location"] {
    display: none;
}

/* Hide the input field for Employee Location */
#cf_employee_location {
    display: none;
}
/*Announcements*/

a[data-id="kb_section_What's_New"]::before {
  content: "Service Desk Spotlight";
  font-size: 18px;
  font-weight: bold;
  color: #002f86;
  animation: flash-blue 10s infinite;
}

a[data-id="kb_section_What's_New"] {
  color: transparent; 
  text-decoration: none;
  cursor: pointer;
}

a[data-id="kb_section_What's_New"]:hover::before {
  text-decoration: underline;
}

/* Keyframes for flashing effect */
@keyframes flash-blue {
  0%, 50% {
    color: #002f86;
  }
  100% {
    color: transparent;
  }
}
