/* Custom Stylesheet hash:17420238121742026080 dated 17 Jun, 2025 03:56:59+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

.search--home {
  background-image: url('https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/fogbugz/FogBugz-Support-Banner-Bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
  padding: 0 20px;
  text-align: center;
  width: 100%;  
}


.hero-heading {
  color:white;
}

.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ignite_global_head_link {
  font-weight: 600;
  margin-right: 0.5em;
  vertical-align: middle;
}

.header__right a.menu__submit.sm-max-hide {
  border: 1px solid rgba(134, 72, 215, 1);
  border-radius: 4px;
  color: rgba(134, 72, 215, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}


.header__top {
  background-color: #f0f1f5 !important;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px !important;
    background-color: #494949 !important;
    color:#ffffff !important;
    max-width: unset;
    margin-bottom: 0;
    padding: 30px 20px;
}

.footer-links {
   color:#ffffff;
   padding-left: 0.5em;
   padding-right: 0.5em;
 }
 
 .footer-links.a {
    padding-left: 0.5em;
    padding-right: 0.5em;

 }
 
 
 .alertbox {
    position: relative;
    z-index: 3;
    top: -25px;
    text-align: center;
    width: 100%;
}

#search {
border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    font-weight: 600;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 80%;
    margin-right:1em;
}