/*Brand color start here */
.SearchContainer__searchIcon,.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn{
background:#1035AE
}
.SearchContainer__downArrow{
border-top-color:#1035AE
}
.commonStyle__zt3BrandFill{
fill:#1035AE;
    color:#1035AE
}
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover, .globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover,.globalfixednav .LoginDetail__signin:hover,.globalfixednav .LoginDetail__signup:hover{
border-bottom: .1875rem solid #1035AE;
    color: #1035AE;
}
.globalfixednav .aPlusIcon:hover,.Signin__userLink,.Link__link2,.Icon__hoverbrand:hover,.Icon__brand,.Comment__cmtUsrNme,.TabFilter__tab:hover, .ThreadedComment__commentContent a,.FileUpload__userLink,.AvatarText__avatarText,.TopicDetailRightContainer__commentCount>span, .TopicDetailRightContainer__followerCount>span, .TopicDetailRightContainer__viewCount>span,.Button__primaryBorder, .Button__warningBorder,.TopicPreview__txtPrimary,.Pill__pillText,.NoContent__contentDescription a, .NoContent__title,.TopicDetailLeftContainer__creatorName,.ThreadedComment__userNameType2,.TopicPreview__creatorName, .globalfixednav .CustomizeContainer__aPlus:hover,.ForgetPasswordContainer__userLink,.Captcha__captchaText,.communityDetail .description a,.articleDetail .description a,.FilterTabs__activeFilter,.ForumTabs__activeFilter,.LoginDetail__userMail .commonStyle__zt3Brand,.TopicListRightContainer__countValue,.commonStyle__zt3Brand,.TicketFilterPopup__active,.TicketFilterPopup__filterValue:hover {
color: #1035AE !important;
}
.AvatarText__avatarText{
background: #fff;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
border-color:#1035AE;
}
/*Brand color end here */

.logo1{
	width:65px !important;
	height:80px !important;
}

.Header__homeContent .Header__searchSection {
    display: block;
    padding: 6.25rem 0;
    padding-bottom: 2px !important;
}

#title_field_description {
    visibility: hidden;
}

#title_field_description::before {
    visibility: hidden;
    content: "Remarks";
}

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

.TicketFormLeftContainer__formHeader {
    display: none;
    height: 0px;
}

@media (max-width: 769px) {
    .ticketForm .Layout__twoColumn {
        display: flex;
        flex-direction: column-reverse;
    }
}


.CloseTicketPopup__closeBtn {
    display: none;
}

.Header__logo img {
    max-height: 5rem;
}

#searchContainer2 {
    display: none;
}

.Header__homeNavbarFixed .Header__navbar .Header__globalSearchAlt {
    display: none;
}

.Header__globalSearch {
    visibility: hidden;
    opacity: 0;
    width: 0px;
}

.Footer__footerBg {
    display: none;
}

.ticketForm .custom_active,
.ticketForm .Header__active:hover,
.departmentList .custom_active,
.layoutList .custom_active {
    color: #e46317;
    border-bottom-color: #e46317;
}

.ticketForm .Header__active,
.departmentList .Header__active,
.layoutList .Header__active {
    color: #fff;
    border-bottom-color: transparent;
}

.Footer__footerCopyrigt {
    display: none;
}

.triLink {
    text-decoration: none;
    color: inherit;
}

.triangle-container {
    margin: 1rem auto;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

/* Common button style */
.triContainer {
    width: 220px;
    height: 120px;
    background: #FFFFFF;
    border: 1.5px solid #a2cfa4;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover */
.triContainer:hover {
    background-color: #45a049;
    transform: scale(1.10);
    color: white;
}

/* Desktop layout */
@media (min-width: 768px) {
    .triContainer:nth-child(1) {
        margin-left: auto;
    }

    .triContainer:nth-child(2) {
        margin-left: auto;
    }

    .triContainer:nth-child(3) {
        flex-basis: 100%;
        display: flex;
        flex: 0 0 220px;
        justify-content: center;
        margin: 0 auto;
    }
}

.ticketDetail ul.ConversationForm__replay li.ConversationForm__list:nth-child(2) {
    display: none;
}

.Header__name,
.Header__searchTitle,
.Header__description {
    color: #000000;
    font-weight: bold;
}

.home .Layout__oneColumn {
    min-height: auto;
  padding: 10px ;
}

.Header__menuList .Header__tabsTab {
    color: #fff !important;
}

.Header__homeNavbarFixed .Header__menu,
.Header__homeNavbarFixed .Header__menu:after,
.Header__homeNavbarFixed .Header__menu:before {
    background-color: #fff !important;
}

.Header__homeNavbarFixed .Header__menuToggle {
    background: transparent !important;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: rgba(0, 0, 0, 0.72) !important;
}

.Header__searchTitle {
    text-shadow: 0 0 10px white;
}

/* ========== Mobile Responsive ========== */
@media only screen and (max-width: 768px) {

    .Header__navbar {
        position: relative;
    }

    .Header__container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem;
    }

    .Header__logo {
        flex: 0 0 auto;
    }

    .Header__logo img {
        height: 80px !important;
        width: 60px !important;
  	}
  
      .logo1 {
        height: 88px !important;
        width: 60px !important;
        padding-top: 6px;
    }
  
    .Header__menuicon {
        display: block;
        order: 2;
    }

    .Header__menuBoxMain {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
    }

    .Header__menuTab {
        flex-basis: 100%;
        order: 3;
    }

    .Header__menuList {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .Header__tabsTab {
        width: 100%;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        text-align: left;
    }

    .Header__clBoth {
        clear: both;
    }

    .Header__searchSection {
        padding: 1.5rem 0;
    }

    .Header__searchSection .Header__container {
        padding: 1rem;
        text-align: center;
    }

    .Header__searchTitle {
        font-size: 1.125rem;
        line-height: 1.5;
        word-wrap: break-word;
    }

    .Header__homeContent .Header__searchSection {
        padding: 6.25rem 0 3.125rem;
    }

    .triangle-container {
        gap: 20px;
        padding: 0 1rem;
    }

    .triContainer {
        width: 75%;
        max-width: 300px;
        height: 100px;
        font-size: 14px;
        margin: 0 auto;
    }

    .triContainer:nth-child(1),
    .triContainer:nth-child(2),
    .triContainer:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
        flex-basis: auto;
    }
}

/* ========== Small Mobile ========== */
@media only screen and (max-width: 480px) {

    .Header__logo img {
        max-height: 4.5rem;
    }

      .logo1 {
        height: 80px !important;
        width: 60px !important;
        padding-top: 6px;
    }
  
    .Header__tabsTab {
        font-size: 0.875rem;
        padding: 0.625rem 0.75rem;
    }

    .Header__searchSection .Header__container {
        padding: 0.75rem;
    }

    .Header__searchTitle {
        font-size: 1rem;
        line-height: 1.4;
    }

    .triangle-container {
        gap: 2.5rem;
        padding: 0 0.75rem;
    }

    .triContainer {
        max-width: 100%;
        height: 90px;
        font-size: 13px;
    }
      .Header__homeContent .Header__navbar{
        background-color: rgb(0 0 0 / 34%);
    }
  
  	.Header__container{
      padding-top :0.1rem;
      padding-bottom :0.1rem;
}

.LoginDetail__LogoutDetail{
	padding : 0 12px;
}

.logo_images{
	display: flex;
}

