@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

 .html {
          font-family: Allotrope, sans-serif;
    }

.body {
  font-family: Allotrope, sans-serif;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  	margin-bottom: 30px;
}

.logo {
    width: 300px; /* Adjust the logo size as needed */
    max-width: 100%;
}

.footer-container {
    background-color: #0A004A;
    color: #fff;
}

.footer {
    background-color: #0A004A;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo {
    width: 200px; /* Adjust this value as needed */
    max-width: 100%; /* Ensures the logo doesn’t exceed its container */
}

.footer .left-content, .footer .right-content {
    display: flex;
    flex-direction: column;
}

.footer .left-content h3, .footer .left-content p {
    margin: 5px 0;
}

.footer .left-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.footer .right-content p {
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.footer .right-content p svg {
    margin-right: 8px;
}

.footer .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer .social-icons img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.footer .copyright {
    margin-top: 10px;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
}

.ticketForm #field_departmentId{
Display:none;
}



.ticketForm #field_cf_site_id{
Display:none;
}

.Footer__footerBg {
 Display:none; 
}

.SearchContainer__searchBox {
  Display:none;
}

.ContentBox__boxThree:nth-last-child(1):first-child{
 Display:none; 
}

.TicketList__filterPanel {
  Display:none;
}

.ProfileTabs__tabList {
 Display:none; 
}

.My_Overdue_Tickets{
  Display:none;
}

.TicketDetailRightContainer__widgetSection a[data-id="editTicket"]{
}

.ticketDetail .TicketDetailRightContainer__widgetSection span[data-id="edit_close"]{
display:none;
}

.My_On_Hold_Tickets{
  Display:none;
}

.ticket_classid{
 Display:none; 
}

.ticket_onholdTime{
 Display:none; 
}

.ticketDetail .ticket_resolution {
    display: none;
}

.Signin__agentlogin{display: none;}

.Header__menuTab {
    padding: 15px 0;
}

.Icon__size45{
 display: none; 
}



.form {
    font-family: 'Allotrope', sans-serif;
}@media only screen and (min-width: 1024px){
  .Header__container{
     max-width: 90%;
     margin: 0
  }
}

.ticketForm #field_cf_class_id{
  Display:none;
}

.Icon__veryLarge1{
 Display:none; 
}

.userProfile .ManageAccount__profileWrapper .ManageAccount__boxList:nth-child(3),
.userProfile .ManageAccount__profileWrapper .ManageAccount__boxList:nth-child(4){
   display: none;
}
.userProfile .ManageAccount__boxList.ManageAccount__deleteBox{
  display: block !important;
}
