/* Custom Stylesheet hash:17429177191742931257 dated 05 Aug, 2025 18:25:26+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/support-aurea/homepage_background_image.png');
}


.hero-heading {
  color:white;
}

.container {
  max-width:100% !important;
  
}

.catalog .top-bar, .bundle .top-bar, .support-grid .top-bar {
  padding: 0;
  border-bottom: 2px solid #307fe2;
  margin: 0 .95rem 2rem .95rem;
}
.catalog .top-bar h2{
  color: #4b4b4b;
  font-weight: normal;
}

.top-bar .filters.menu {
  flex-wrap: wrap;
  display: flex;
  
}
.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar .top-bar-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: auto;
}
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;  
}

.top-bar-right li {
  white-space: nowrap;
  display: inline-block;
}

.top-bar-right li::after {
  content: " ";
  padding: 0 0.5rem;
}

.top-bar-right li:last-child::after {
  content: "";
}

.top-bar-right ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
  gap: 0.5rem; /* optional spacing */
}

.top-bar-right ul li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

/* Add "/" between list items except the last one */
.top-bar-right ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  display: inline-block;
  white-space: nowrap;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog .top-bar .filters label, .bundle .top-bar .filters label, .support-grid .top-bar .filters label {
    margin: 0;
    padding: 0;
    color: #4b4b4b;
    font-size: .9rem;
    text-transform: uppercase;
    cursor: pointer;
}

.catalog .top-bar .filters input:checked ~ label, .bundle .top-bar .filters input:checked ~ label, .support-grid .top-bar .filters input:checked ~ label {
    color: #307fe2;
    font-weight: bold;
  	cursor: default;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.catalog .top-bar .filters li:after, .bundle .top-bar .filters li:after, .support-grid .top-bar .filters li:after {
    display: inline;
    color: #4b4b4b;
    font-weight: normal;
    padding: 0 .4em;
}

.catalog input, .bundle input, .support-grid input {
    opacity: 0; 
    width: 0; 
    height: 0; 
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999rem;
    z-index: -1;
    position: absolute;
}
.catalog .catalog-card {
    margin: 0 .95rem 2rem .95rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 5vh 5%;
}

.catalog .card, .support-grid .card {
    position: relative;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 13%);
    box-shadow: 0 0 8px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 13%);
    padding: 0px;
    border: 0;
  	width: 30%;
    min-width: 270px;
    height: 120px;
    background: white;
    overflow: hidden;
  	text-decoration: none;
    display:block;
}


.card img {
  height: 50px;
  margin: 1rem 1.5rem 0 1.5rem;
}

.card .catalog-info{
    margin: 0 .95rem 2rem .95rem;
    font-size: smaller;
  	font-family: 'ProximaNovaT-Thin';
    text-align: right;
    color: darkslategray;
		-webkit-user-select: none; /* Safari */        
  	-moz-user-select: none; /* Firefox */
  	-ms-user-select: none; /* IE10+/Edge */
  	user-select: none; /* Standard */
}

.card .catalog-tag {
    border-top-width: 1px;
    border-top-style: solid;
    overflow: hidden;
  	text-transform: uppercase;
}
.card .catalog-tag span{
    display: inline-block;
    margin-right: .5rem;
    color: white;
    letter-spacing: 0.05rem;
    font-size: .6rem;
    padding: .2rem .6rem;
    float: right;
}

.card.sales-marketing .catalog-tag {
  border-top-color: #824cac;
}
.card.sales-marketing span {
  background: #824cac;
}
.card.sales-marketing span::after{
  content: "Sales & Marketing";
}

.card.collaboration .catalog-tag {
  border-top-color: #f4940c;
}
.card.collaboration span {
  background: #f4940c;
}
.card.collaboration span::after{
  content: "Collaboration";
}

.card.integration .catalog-tag {
  border-top-color: #7abb67;
}
.card.integration span {
  background: #7abb67;
}
.card.integration span::after{
  content: "Integration";
}

.card.compliance .catalog-tag {
  border-top-color: #474a51;
}
.card.compliance span {
  background: #474a51;
}
.card.compliance span::after{
  content: "IT & Compliance";
}

.card.commerce .catalog-tag {
  border-top-color: #df4f34;
}
.card.commerce span {
  background: #df4f34;
}
.card.commerce span::after{
  content: "Commerce";
}

.catalog .card:hover {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -webkit-transform: translateY(-5px) scale(1.03);
    transform: translateY(-5px) scale(1.03);
}


/* footer */

.footer {
  border-top: 1px solid #ddd;
  /* margin-top: 60px; */
  padding: 30px 0;
}

.footer a {
  color: lighten($text_color, 20%);
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector button {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-weight: 300;
}

footer.footer {
  background-color: #464950;
  padding: 10px 0;
}

.footer-inner {
  display: flex;
}

@media (min-width: 1160px) {
    .footer-inner {
        padding: 0;
        width: 90%;
    }
}

@media screen and (max-width: 645px) {
  .footer-inner {
    display: block!important;
  }
}

.footer-inner small {
  color: #FFF;
}

.footer-inner small ul li {
  display: inline-block;
  border-left: solid 1px #FFF;
  line-height: 9px;
  padding: 0 10px;
}

.footer-inner small ul li:first-child {
	border-left: none;
  padding-left: 0;
}

.footer-inner small ul {
  margin: 3px 0 0 0;
}

.footer-inner small ul li a {
  color: #FFF;
}