.ticket-button {
    display: inline-block;     /* Allows padding and width settings on a link */
    background-color: #EE3124; /* Baseline grey color */
    color: #ffffff;            /* White text color */
    padding: 12px 24px;        /* Spacing inside the button */
    font-size: 16px;           /* Text size */
    font-family: sans-serif;   /* Match standard clean web fonts */
    font-weight: bold;         /* Makes the text pop */
    text-decoration: none;     /* Removes the default link underline */
    border-radius: 30px;        /* Slightly rounds the corners */
    transition: background-color 0.3s ease; /* Smooth fade from grey to red */
    align-items: center;
   justify-content: center;
}

.Button__btnFont {
    background-color: #EE3124;
}

.Button__btnFont:hover {
    background-color: #EE3124;
}

.SearchContainer__searchIcon {
    background-color: #EE3124;
}

/* Hover effect */
.ticket-button:hover {
    background-color: #EE3124; /* A clean, vibrant red */
    color: #ffffff;            /* Ensures text stays white on hover */
}

/*Brand color start here */
.SearchContainer__searchIcon,.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn{
    background:#EE3124;
}
.SearchContainer__downArrow{
    border-top-color: #EE3124;
}
.commonStyle__zt3BrandFill{
    fill: #EE3124;
    color: #EE3124;
}
.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 #006fcf;
    color: #EE3124;
}
.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: #EE3124 !important;
}
.AvatarText__avatarText{
     background: #EE3124;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
     border-color: #fff;
}
.SearchContainer__searchIcon,.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn,.ListHeader__followCount:hover,.KbCategory__followCount:hover{
  background: #EE3124;
}
.SearchContainer__downArrow{
   border-top-color: #EE3124;
}
.commonStyle__zt3BrandFill{
   fill: #EE3124;
   color: #EE3124;
}
.globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover,.globalfixednav .LoginDetail__signin:hover,.globalfixednav .LoginDetail__signup:hover{
   border-bottom: .1875rem solid #006fcf;
   color: #EE3124;
}
.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,
.ListHeader__popupList:hover,.ListHeader__popupList:hover svg,.KbCategory__popupList:hover,.KbCategory__popupList:hover svg,.ProfileTabs__activeTab{
  color: #fff !important;
}
.AvatarText__avatarText{
  background: #000;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
  border-color: #fff;
}
.HCNewCaptcha__captchaButtonActive, .HCNewCaptcha__captchaButtonActive:hover{
  color: #EE3124;
  border-color: #EE3124;
}
.HCNewCaptcha__captchaPlayBtn{
  background: #fff;
}
@keyframes HCNewCaptcha__dashFill {
    0% {  
        color: #BEC7D2;
    }
    75% {  
        color: #BEC7D2;
    }
    100% {  
        color: #EE3124;
    }
  }
  .DateWidget__dateFocus,
.DateWidget__date:hover{
   border-bottom-color: #EE3124;
}
.DateTime__today,
.DateTime__blueBut,
.DropdownComponent__bccolor,
.DropdownComponent__option:hover{
   background: #EE3124;
}
/*Brand color end here */

.Readingprogress__progressBar{
  background: #EE3124;
}
