.tdx-header-bar-container {
    background: url(/breadcrumb-background.png), linear-gradient(90deg, #625eb1 5% 5%, #0077c4 30%, #3f5673 90%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    max-width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.tdx-header-bar {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.tdx-title-text {
    display: flex;
    flex-direction: column;
}
.tdx-page-title {
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
}

.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover {
  text-underline-offset: 0.5em;
}

.breadcrumb {
    font-size: 12px;
    color: #666;
    margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: " > " !important;
    color: #ffffff;
}

ul.breadcrumb {
     color: var(--portalThemeColor4);
} 
.breadcrumb > li a {
    color: #ffffff;
}
li.breadcrumb-item.active {
    color: var(--portalThemeColor4);
}
.icon-container {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-container i {
    font-size: 20px;
    color: #333;
}
label.form-label.required:after {
	content: ' *';
	color: red;
}

.badge.notificationbadge{
    float:right;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    top: 0px;
    position: absolute;
    right: -5px;
    text-align: center;
    line-height: 20px; 
}
#notificationBell::after {
    display: none !important;
}

div.header-bar {
    width: 1320px;
    max-width: 1320px;
    margin: 0px;
    position: relative;
    background-color: transparent;
    color: white;
    border: 0px;
  }

  .page-header-info-text {
    background-color: var(--portalThemeColor3);
    margin-bottom:15px
  }

  /* NEW STYLES FOR HEADER */

  div.tdx-page-info-text {
    margin: 0px;
    background-color: transparent;
    color: white;
    border: 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .tdx-page-info {
    background-color: var(--portalThemeColor3);
    margin-bottom:15px
  }

  div.tdx-page-info-text p {
    margin-bottom: 0px;
}

 .tdx-page-info-text i.fa-solid {
    padding-right: 5px;
    font-size: 44px;
    clear:left;
    color: #000000;
  }

  /* END OF NEW STYLES FOR HEADER */
  
  div.header-bar p {
      margin-bottom: 0px;
  }
  
  .header-bar i.fa-solid {
    padding-right: 5px;
    font-size: 44px;
    clear:left;
    color: #000000;
  }

   div#dashboard-cards i.fa-solid {
  font-size:2em;
  }

  .tdx-dashboard-card-1 {
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: var(--portalThemeColor9);
  }
  
  .tdx-dashboard-icon-1 {
   color: var(--portalThemeColor9);
  }

  .tdx-dashboard-card-2 {
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: var(--portalThemeColor11);
  }
  
  .tdx-dashboard-icon-2 {
  color: var(--portalThemeColor11);
  }
  
  .tdx-dashboard-card-3 {
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: var(--portalThemeColor10);
  }
  
  .tdx-dashboard-icon-3 {
  color: var(--portalThemeColor10);
  }
  
  .tdx-dashboard-card-4 {
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: var(--portalThemeColor12);
  }
  
  .tdx-dashboard-icon-4 {
  color: var(--portalThemeColor12);
  }

  .tdx-bg-contrast{
    background-color: var(--portalThemeColor3)
  }

  .tdx-truncate-single-line{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tdx-truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; 
  }

  .tdx-truncate-button-text{
    display: inline-block; 
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


/*FAQ page wrap long headings/titles*/
.categoryTitle > h2{
  white-space: normal; 
  overflow-wrap: break-word; 
  word-wrap: break-word;
}

@media (max-width: 768px) {
  /* Work Arround code from MS BUG616588*/
  .ms-CommandBar {
    height: fit-content !important; 
  } 
  .ms-CommandBar-secondaryCommand {
      flex-wrap: wrap !important;
      flex-shrink: unset !important;
        
  }
 /* End */
  .ms-CommandBar { 
   padding: unset;
  }
   .ms-CommandBar > div > div > button{
    display:block !important;

  }
  .ms-CommandBar-secondaryCommand {
      justify-content: flex-end !important;
  }
}

/* Hide the rows-per-page section on the FAQ, Ask a Question, and Book Appointment pages when viewed on mobile or tablet */
@media screen and (max-width: 499px), screen and (max-height: 999px) {
  .rows-per-page,
  .float-left.pagination-detail {
    display: none !important;
  }
}

/* Always show for Desktop/Laptop */
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .rows-per-page,
  .float-left.pagination-detail {
    display: flex !important;
  }
}