.ticketForm #field_departmentId{
  display: none
}

.Post__postSummary a {
    color: #2b56b4;
}

.ProfileTabs__activeTab {
    color: #062363;
}

.Icon__icon {
    color: #062363;
}

a[title="CC'd Tickets"] {
    display: none !important;
}
a[title="CC'd Open Tickets"] {
    display: none !important;
}

a[title="CC'd Closed Tickets"] {
    display: none !important;
}

a[title="CC'd On Hold Tickets"] {
    display: none !important;
}

a[title="CC'd Overdue Tickets"] {
    display: none !important;
}



/* Alternative: hide whole CC section container */

.Filter,
.Filters,
.ticket-filter,
.ticketFilters,
[data-id*="deptFilter"],
[data-id*="channel"] {
    display: none !important;
}
/* Search button */
.SearchContainer__searchIcon,
.SearchContainer__searchButton,
button[type="submit"] {
    background-color: # !important;
    border-color: #062363 !important;
}

/* Search icon color (white inside button) */
.SearchContainer__searchIcon svg,
button[type="submit"] svg {
    fill: #ffffff !important;
}

/* Dropdown arrow */
.SearchContainer__downArrow {
    color: #062363 !important;
}

/* Input focus border */
input:focus {
    border-color: #062363 !important;
    box-shadow: none !important;
}
/* Force apply everywhere */
[class*="Search"] button {
    background-color: #062363 !important;
    border-color: #062363 !important;
}

[class*="Search"] svg {
    fill: #ffffff !important;
}
.AppContainer__backToTop svg {
    fill: #ffffff !important;
}
.AppContainer__backToTop {
    background-color: #062363 !important;
}
.Button__footerBtn {
    background-color: #062363 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
}

.Button__footerBtn:hover {
    background-color: #0052a3 !important;
}
.SearchContainer__downArrow {
    border-top-color: #062363 !important;
}


.Input__inputCommon.Input__headerSearch {
    border: 1px solid #d3dbe8 !important;
}

.FileUpload__label .commonStyle__zt3Brand {
    color: #062363 !important;
}

.FileUpload__label .commonStyle__zt3BrandBorder {
    border-color: #062363 !important;
}
/* Text */
.FileUpload__userLink {
    color: #062363 !important;
}

/* Icon color */
.FileUpload__attachPin svg {
    fill: #062363 !important;
}

/* Border around icon */
.FileUpload__attachPin {
    border-color: #062363 !important;
}


.ContentList__moreOption a {
    color: #000000 !important;
}

/* Arrow icon color */
.ContentList__moreOption svg {
    fill: #000000 !important;
}

.ContentList__moreOption a:hover {
    color: #062363 !important;
}

.ContentList__moreOption a:hover svg {
    fill: #062363 !important;
}

/* Avatar background (SS circle) */
.AvatarText__avatarText {
    color: #ffffff !important;
  border-color: #062363 !important;
}

/* Profile button background */
.LoginDetail__profileBtn {
    background-color: #062363 !important;
}

/* Profile button text */
.LoginDetail__profileLink {
    color: #ffffff !important;
}

/* Change Password link */
.LoginDetail__userLink {
    color: #062363 !important;
}

/* Any Zoho brand text (orange → blue) */
.commonStyle__zt3Brand {
    color: #062363 !important;
}

/* Any Zoho brand background (orange → blue) */
.commonStyle__zt3BrandBg {
    background-color: #062363 !important;
}



.Header__searchTitle {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #000000; /* keep white */
    text-align: center;
    letter-spacing: 1.2px;
    margin: 20px 0;

    line-height: 1.2;
}




.Header__tabs__link {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600; /* makes it bolder */
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    padding: 8px 14px;
    transition: all 0.3s ease;
}

/* Hover effect */
.Header__tabs__link:hover {
    color: #FFFFFF;
    opacity: 1;
}

/* Active tab (Home in your case) */
.Header__tabsTab.Header__active .Header__tabs__link {
    font-weight: 700;
    color: #FFFFFF;
    border-bottom: 2px solid #062363; /* subtle blue highlight */
}

/* Optional: spacing between tabs */
.Header__tabsTab {
    margin: 0 8px;
}

/* Profile button hover */
.LoginDetail__profileBtn:hover {
    background-color: #0052a3 !important;
}

/* Links hover */
.LoginDetail__userLink:hover,
.commonStyle__zt3Brand:hover {
    color: #0052a3 !important;
}
.LoginDetail__signin a {
    color: #062363 !important;
}

.LoginDetail__signin a {
    color: #062363 !important;
}

/* Active state */
.LoginDetail__signin.LoginDetail__active a {
  font-weight: 700;
    color: #FFFFFF !important;
    border-bottom: 2px solid #062363; /* subtle blue highlight */
}


.Header__description {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #4F4E4D; /* keep white */

    /* Stronger clarity on patterned/gradient background */
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.25),
        0 6px 12px rgba(0, 0, 0, 0.2);

    /* Slight spacing for a premium look */
    line-height: 1.2;
}


.ticket_entityskills {
    display: none !important;
}

.ticket_product {
    display: none !important;
}

.ticket_channel {
    display: none !important;
}
#entitySkills {
    display: none !important;
}
#title_field_entitySkills {
    display: none !important;
}

/* Hide Signature */
/* Hide ALL Word-generated paragraphs */
div[style*="font-size: 13px"] p.MsoNormal {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
/* Hide the specific table */
div[style*="font-size: 13px"] table[style*="border-collapse"] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Extra safety: hide blank-looking paragraphs */
p.MsoNormal {
    line-height: 0 !important;
    font-size: 0 !important;
}




.Signin__loginHalf.Signin__agentlogin {
  display: none;
}


.Info__infoList.ticket_departmentid {
  display: none;
}







div[data-id="breadcrumb_ticketForm"] ul li:nth-child(3) {
  display: none !important;
}



.Header__tabsTab, .LoginDetail__signin, .LoginDetail__signup, .CustomizeContainer__aPlus, .LocalePopup__localeTarget {
    color: #000000;
}


.Info__infoList.ticket_duedate {
  display: none !important;
}

.Header__name {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.Header__name img {
  height: 40px;   /* controls size */
  width: auto;
  object-fit: contain;
}

.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
        background-color: #F9F9F7;
    }

.Header__tabsTab.Header__active .Header__tabs__link {
    font-weight: 700;
    color: #000000;
    border-bottom: 2px solid #062363;
}
.Header__tabs__link {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0 0 0 / 85%);
    text-decoration: none;
    padding: 8px 14px;
    transition: all 0.3s ease;
}



    
.Header__tabs__link:hover {
    color: #062363;
}



li#portal_tabsignin a.signinLink {
    color: #000000 !important;
}


li[aria-label="comment"] {
    display: none !important;
}


li[data-id="823632000033289001_comment"] {
    display: none !important;
}

#headerContent {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* soft shadow */
  border-bottom: 1px solid #e0e0e0; /* thin bottom border */
}



.Input__headerSearch::placeholder {
  font-weight: 600;
}



.Footer__footerBg {
  display: none;
}



/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  background-color: #062363;
  color: #cbd5e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  font-size: 10px;
  flex-wrap: wrap;
}

/* CENTER CONTACT SECTION */
.footer-center {
  display: flex;
  gap: 18px;
  align-items: center;
}

/* CONTACT ITEMS */
.contact-item {
  display: flex;
  gap: 4px;
  align-items: center;
  opacity: 0.9;
  transition: 0.3s;
}

.contact-item strong {
  color: #ffffff;
}

.contact-item:hover {
  opacity: 1;
}

/* RIGHT LINKS */
.footer-right a {
  color: #cbd5e1;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.3s;
}

.footer-right a:hover {
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-center {
    flex-direction: column;
    gap: 8px;
  }

  .footer-right a {
    margin: 0 10px;
  }
}
.Signin__loginHead{
  display: none !important;
}

#field_cf_expected_resolution_time{
display: none !important;
}
#field_cf_actual_deliver_time{
display: none !important;
}

.UserContainer__innerContainer1{
    padding: 109px 72px 72px;
    background-image: url(https://stratus.campaign-image.com/images/1537821000000072023_zc_v1_1776863563813_welcome_freightoscope.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 334px;
}




