.ticketDetail .ConversationForm__list+.ConversationForm__list { display:none; }

.Header__header {
background-position: 0 25%;
}

.Header__menu {
background-color: #1A1A1A;
} 

.Header__menu:before, .Header__menu:after {
background-color: #1A1A1A;
}

.Header__menuToggle {
background-color: transparent;
}

/* .Header__searchTitle, .Header__description {
text-shadow: #000 0.01rem 0.12rem 0.25rem;
} */

.AppContainer__homePage {
margin: 0 !important;
}

.Header__searchTitle {
text-align: left;
font-size: 3.125rem;
text-shadow: none;
font-weight: 400;
line-height: 3.75rem;
}

.Header__description {
text-align: left;
font-size: 1.25rem;
font-weight: 400;
margin-bottom: 2.5rem;
width: 100%;
}

#searchContainer1 {
margin: 0 !important;
}

.Header__searchSection {
padding: 12.5rem 0 6.25rem 0 !important;
}

.Header__name {
display: none;
}

.Header__homeNavbarFixed .Header__navbar .Header__logo img {
max-width: 8.5rem !important;
}

.Header__globalSearchAlt {
width: 75%;
 margin-right: 115px;
}

.Header__globalSearch {
width: 100% !important;
}

.Header__tabsTab.Header__active, 
.Header__homeNavbarFixed .Header__navbar 
.Header__tabsTab.Header__active {
border-bottom: none;
}

.Header__tabsTab {
font-size: 1.2rem;
}

.ListHeader__listHeader1 {
border-bottom: 1px solid #57578A;
}

.ListHeader__listHeader2 {
margin-left: 1.125rem;
}

.ListHeader__listHeader3 {
border-bottom: 1px solid #57578A;
}

.ListHeader__headerType1 {
border-bottom: 1px solid #57578A;
}

.Header__name {
  padding: 0;
padding-left: 1rem;
font-size: 2.2rem;
}

.ContentBox__boxInnerHome .ContentBox__alignCenter .ContentBox__headerMid .commonStyle__zt3Link:hover {
color: #1A1A1A !important;
font-weight: 700;
} 

.SearchContainer__downArrow {
border-top-color: #1A1A1A;
}

.SearchContainer__searchListOpen > ul:nth-child(2) > li:nth-child(1) {
color: #1A1A1A !important;
}

.SearchContainer__searchFilter 
.commonStyle__zt3LinkActive {
font-weight: 800;
}

#searchContainer1 > div:nth-child(1) > span:nth-child(3) {
background-color: #1787E0;
}

.Header__homeNavbarFixed 
.Header__globalSearchAlt
.commonStyle__zt3BrandBg {
background-color: #FF6621 !important;
}

.ModuleCont__moduleCont.commonStyle__w100per > div:nth-child(2) {
display: flex;
flex-direction: row-reverse;
}

.commonStyle__fLeft:not(.Captcha__captchaText), .UserContainer__innerContainer2 .Signin__loginHalf:last-of-type {
display: none;
}

.commonStyle__zt3BrandBg {
background-color: #666;
}

.commonStyle__zt3Brand {
color: #666;
}

.Footer__footerBg {
background: #ECEFFA;
  padding-top: 0;
 padding-bottom: 0;
}

.Footer__footerInfo {
padding: 3.75rem 0;
}

.Button__footerBtn:hover {
background-color: #FF996B;
transition: 0.15s ease-in;
}

.Button__footerBtn {
background-color: #1787E0;
border-radius: 5px;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 1.25px;
padding: 1.1rem 2.5rem;
}

[data-id="ticketForm"] #field_departmentId {
  display: none;
}

@media only screen and (min-width:769px){
.Header__homeNavbarFixed .Header__navbar .Header__logo img{
    max-width: 8.5rem;
}
}


/* header styles for home */
@media only screen and (max-width:1024px) {
.Header__homeNavbarFixed .Header__logo {
    display: none;
}
}

@media only screen and (max-width: 768px) {
.Header__container {
    flex-flow: column-reverse !important;
}

#navBar {
    padding: 2rem 0;
}

#headerContent .Header__container-item img {
max-width: 300px;
}

.Header__searchTitle {
font-size: 2rem !important;
line-height: 2.3rem;
}

.Header__description {
font-size: 1.125rem !important;
}

.Header__searchTitle, .Header__description {
text-align: center !important;

}

}

/* hide header image block */
.header-custom-image {
display: none;
}

.Header__container {
display: flex;
flex-flow: row;
justify-content: space-between;
align-items: center;
}
/* custom styles for home */

[data-id='home'].Layout__oneColumn {
max-width: 100% !important;
}

[data-id='home'] > .Layout__layout1 {
padding: 0;
}

@media only screen and (max-width: 768px) {
[data-id='home'] #custom_modules_wt #link-container, [data-id='home'] .id-plans-items {
    flex-flow: column !important;
}
[data-id='home'] .id-plans-footer-link {
    max-width: 80% !important;
    margin: 3rem auto !important;
}

[data-id='home'] .popularAricles .ContentList__topicList, [data-id='home'] .recentTopics .TopicListWidget__topicList {
    max-width: 100% !important;
    min-width: 100% !important;
}
[data-id='home'] .popularAricles div:nth-child(2), [data-id='home'] .recentTopics div:nth-child(2) {
    display: block !important;
}
}
[data-id='home'] .popularAricles, [data-id='home'] .recentTopics {
max-width: 73.125rem;
margin: 0 auto;
}
[data-id='home'] .popularAricles div:nth-child(2), [data-id='home'] .recentTopics div:nth-child(2) {
display: flex;
flex-flow: row wrap;
}
[data-id='home'] .popularAricles .ListHeader__listHeader2, [data-id='home'] .recentTopics .ListHeader__listHeader2 {
width: 100%;
}
[data-id='home'] .popularAricles .ListHeader__header2, [data-id='home'] .recentTopics .ListHeader__header2 {
font-size: 2rem;
}
[data-id='home'] .popularAricles .ContentList__topicList, [data-id='home'] .recentTopics .TopicListWidget__topicList {
font-size: 1.25rem;
}
[data-id='home'] .popularAricles .ContentList__topicList, [data-id='home'] .recentTopics .TopicListWidget__topicList {
max-width: 50%;
min-width: 50%;
}
[data-id='home'] #custom_modules_wt * {
box-sizing: border-box;
}
[data-id='home'] .link-emul {
color: #1787E0;
}
[data-id='home'] .id-main-container {
max-width: 1200px;
margin: 0 auto;
}
[data-id='home'] #custom_modules_wt {
max-width: 45rem;
margin: -3rem auto 0 auto;
text-align: center;
}
[data-id='home'] #custom_modules_wt > h2 {
margin-bottom: 1.25rem;
font-size: 2rem;
}
[data-id='home'] #custom_modules_wt .header-description {
margin-bottom: 3.75rem;
font-size: 1.25rem;
}
[data-id='home'] #custom_modules_wt #link-container {
display: flex;
flex-flow: row wrap;
}
[data-id='home'] #custom_modules_wt .link-item {
flex: 1 1 50%;
padding: 2rem;
}
[data-id='home'] #custom_modules_wt .link-item:nth-child(2n) {
border-left: 1px solid #DEE2F2;
}
[data-id='home'] #custom_modules_wt .link-item:nth-child(1), [data-id='home'] #custom_modules_wt .link-item:nth-child(2) {
border-bottom: 1px solid #DEE2F2;
}
[data-id='home'] #custom_modules_wt .img-desc {
margin-top: 1.25rem;
font-weight: bold;
font-size: 1.375rem;
}
[data-id='home'] #custom_modules_wt .item-desc {
font-size: 1.2rem;
color: #666666;
}
[data-id='home'] #custom_modules_wt .item-desc a, [data-id='home'] .link-item > a {
text-decoration: none;
}
[data-id='home'] #custom_modules_wt .link-item > a {
color: #000;
}
@media only screen and (max-width: 768px) {
[data-id='home'] #custom_modules_wt .link-item {
    border: none !important;
}
}
[data-id='home'] .id-plans_wt_container * {
box-sizing: border-box;
}
[data-id='home'] .id-plans_wt_container {
background-color: #ECEFFA;
padding: 2rem 0;
}
[data-id='home'] .id-plans_wt {
max-width: 1200px;
margin: 3rem auto;
}
[data-id='home'] .id-plans_wt h2 {
text-align: center;
font-weight: 400;
margin-bottom: 3rem;
font-size: 2rem;
}
[data-id='home'] .id-plans-items {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
[data-id='home'] .id-plans-items .item {
padding: 2rem;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(195,213,230,0.21);
margin: 0.5rem;
flex: 1 1 0;
position: relative;
display: flex;
flex-flow: column;
}
[data-id='home'] .id-plans-items .item .item-label {
position: absolute;
right: 2rem;
top: 2rem;
z-index: 1;
text-transform: uppercase;
font-size: 0.7rem;
letter-spacing: 0.08em;
text-align: center;
background-color: #FB7664;
padding: 0.3rem 0.5rem;
border-radius: 1rem;
}
[data-id='home'] .id-plans-items .item.dark {
background-color: #252541;
color: #fff;
box-shadow: 0 4px 10px rgb(195 213 230 / 90%);
}
[data-id='home'] .id-plans-items .item.dark .item-header {
border-bottom: 1px solid #3A3A72;
}
[data-id='home'] .id-plans-items .item.dark .plan-content .sla-desc, [data-id='home'] .id-plans-items .item.dark .plan-content .plan-desc  {
border-bottom: 1px solid #3A3A72;
}
[data-id='home'] .id-plans-items .item-header {
border-bottom: 1px solid #E2E2F1;
display: flex;
padding-bottom: 1.5rem;
}
[data-id='home'] .id-plans-items .item-header .header-desc {
position: relative;
}
[data-id='home'] .id-plans-items .item-header .header-desc .plan-title {
font-size: 1.375rem;
margin-bottom: 0.4rem;
}
[data-id='home'] .id-plans-items .image-block {
margin-right: 1rem;
width: 60px;
height: 60px;
}
[data-id='home'] .id-plans-items .item-header .plan-price span {
color: #AEAEBE;
}
[data-id='home'] .id-plans-items .item.dark .item-header .plan-price span {
color: #7373AE;
}
[data-id='home'] .id-plans_wt .plan-content {
display: flex;
flex-flow: column;
/* justify-content: space-between; */
flex-grow: 1;
}
[data-id='home'] .id-plans_wt .plan-content ul {
margin: 0;
padding-left: 1rem;
padding-top: 1rem;
padding-bottom: 2rem;
}
[data-id='home'] .id-plans_wt .plan-content ul li {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
}
[data-id='home'] .id-plans_wt .plan-content ul li .text-comment {
font-size: 0.7rem;
color: #666;
display: block;
}
[data-id='home'] .id-plans_wt .plan-content ul li::marker {
content: '✔';
color: #6A789D;
}
[data-id='home'] .id-plans_wt .plan-content .subscribe-btn {
background-color: #1787E0;
border-radius: 0.25rem;
width: 100%;
text-align: center;
margin-top: auto;
}
[data-id='home'] .id-plans_wt .plan-content .subscribe-btn:hover {
background-color: #FF6621 !important;
}
[data-id='home'] .id-plans_wt .plan-content .subscribe-btn a {
display: block;
color: #fff;
text-decoration: none;
padding: 1rem 0;
letter-spacing: 0.1rem;
font-weight: bold;
font-size: 0.8rem;
text-transform: uppercase;
}
[data-id='home'] .id-plans_wt .plan-content .sla-desc, [data-id='home'] .id-plans_wt .plan-content .plan-desc {
padding-top: 1.5rem;
border-bottom: 1px solid #E2E2F1;
}

[data-id='home'] .id-plans_wt .plan-content .sla-desc .sla-desc-title {
font-weight: bold;
}

[data-id='home'] .id-plans_wt .plan-content .sla-desc .sla-desc-title .all-day {
font-size: 0.7rem;
display: inline-block;
padding: 0.3rem 0.5rem;
border-radius: 0.7rem;
background: #dce7fe;
/* font-weight: 700; */
}

[data-id='home'] .id-plans_wt .plan-content .sla-desc .sla-desc-items {
padding-top: 1rem;
padding-left: 21.6px;
}

[data-id='home'] .id-plans_wt .plan-content .sla-desc .sla-desc-item {
margin-bottom: 1rem;
}

[data-id='home'] .id-plans_wt .id-plans-footer-link {
text-align: center;
font-size: 1.25rem;
margin: 3rem 0;
}
[data-id='home'] .id-plans_wt .id-plans-footer-link a {
text-decoration: none;
color: #0073D2;
}

/* My Area All department popup hide */
[data-id='ticketList'] .Popup__arrow, [data-id='ticketList'] [data-id='deptFilter_arrow_icon'], [data-id='ticketList'] .TicketList__deptFilter .TicketFilterPopup__elegant_filterPopup {
display: none !important;
}

[data-id='ticketList'] .TicketFilterPopup__content {
border: none !important;
}

/* Commmunity  */
[data-id='communityLanding'] .WidgetContainer__contentList {
margin-top: 1rem !important;
}

/* Use cases widget  */

/* Add Ticket Form Text widget */

[data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt:first-child {
    position: absolute;
    top: 6rem;
    left: 1rem;
    width: 60%;
}

.ScrollSticky__type2 .WidgetContainer__list > .WidgetContainer__widgetNxt:first-child {
	position: initial !important;
 	width: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

[data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt:nth-child(2) {
    position: absolute;
    top: 15rem;
    left: 1rem;
    width: 60%;
}

[data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt .kb-text-link {
    padding: 10px;
    background-color: rgb(206, 227, 241);
    border-radius: 12px;
}

.ScrollSticky__type2 .WidgetContainer__list > .WidgetContainer__widgetNxt:nth-child(2) {
	position: initial !important;
 	width: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.ScrollSticky__type2 .WidgetContainer__list > .WidgetContainer__widgetNxt .kb-text-link {
    padding: 0px;
    background: none !important;
    border-radius: 0;
}

#ticketform_fields_container > .TicketFormLeftContainer__formHeader {
    margin-bottom: 21rem;
}

#mainContainer:has(.ScrollSticky__type2) #ticketform_fields_container > .TicketFormLeftContainer__formHeader {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    [data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt:first-child {
        width: 95%;
    }

    [data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt:nth-child(2) {
        width: 95%;
    }
}

@media only screen and (max-width: 430px) {
    [data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt:first-child {
        width: 95%;
    }

    [data-id="ticketForm"] .WidgetContainer__list > .WidgetContainer__widgetNxt:nth-child(2) {
        width: 95%;
        top: 19rem;
    }
  
    #ticketform_fields_container > .TicketFormLeftContainer__formHeader {
        margin-bottom: 29rem;
    }
}
