/* Custom Stylesheet hash:17500931871754384655 dated 06 Aug, 2025 15:47:48+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/khoros-support/pic-main-hero.svg');
  background-color: rgba(35, 81, 122, 1)  !important;;
}


.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 {
  text-transform: uppercase;
  border-radius: 9999px;
  border: 3px;
  font-weight: normal;
  padding: 12px;
  background-color: rgba(255, 105, 55, 1);
  font-size: 13px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  line-height: normal;
  letter-spacing: 1.1px;
  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: rgba(5,56,83,1) !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;

 }
 
 
 
.quicklink-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers the boxes and keeps side spacing */
    gap: 20px; /* Less space between the boxes */
    padding: 0 5%; /* Adds side spacing */
    padding-top: 1em;
}

.quicklink-card {
    width: 47%; /* Slightly reduced width for more spacing */
    height: 120px;
    padding: 15px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: background 0.3s ease;
    
   
}

/* Card turns orange on hover */
.quicklink-card:hover {
    background: #ff6600 !important; /* Orange color */
    color: white !important;
}

/* Heading */
.quicklink-card h2 {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
     padding-left: 30px;
}

/* Button */
.quicklink-button {
    font-size: 16px;
    font-weight: bold;
    color: rgba(35, 81, 122, 1);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-right: 50px;
    
}

/* Change text color on hover */
.quicklink-card:hover .quicklink-button {
    color: white !important;
}

/* Change text color on hover */
.quicklink-card:hover h1, .quicklink-card:hover h2 {
    color: white !important; /* Change to white on hover */
}

/* External link icon */
.external-icon {
    width: 12px;
    height: 12px;
}

.category-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.category-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
    padding-right: 50px;
}

.category-list li a {
    text-decoration: none;
    color: rgba(35, 81, 122, 1);
    font-weight: bold;
    font-size: 12px;
    padding-right: 50px;
}

.category-list li a:hover {
    text-decoration: underline;
}


.hidden {
    display: none;
}

.category-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.category-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

.category-list li a {
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.category-list li a:hover {
    text-decoration: underline;
}

/* Ensures "See all categories" stays at bottom */
.see-all-container {
    margin-top: 10px;
    text-align: right;
}

.see-all-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
}

.see-all-link:hover {
    text-decoration: underline;
}

/* Widen the reply to fit width of container */
.media__body {
  flex-grow: 1;
}

#view-conversation {
  padding: 20px;
  max-width: 1280px;
}

#article {
  padding: 20px; /* Adjust padding as needed */
  max-width: 1280px; /* Adjust this value to control the maximum width of the article container */
  margin-left: auto; /* Center the article container horizontally on the page */
  margin-right: auto; /* Center the article container horizontally on the page */
}

.wrap.wrap--body.wrap--article {
  max-width: 100%; /* Allow the content to take up the available width within the parent */
  margin-left: auto;
  margin-right: auto;
}
html, .select, .drill-default {
	font-family: Open Sans, sans-serif;
}
a, a:hover, a:focus, a:active, .u-visuallink, .u-visuallink:hover,
.heading--blue,
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active,
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-selected,
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab,
.tab__notCurrent a:hover {
	color: #00004b;
}

.button--primary,
.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary:active:enabled,
.nav__menu a:hover, .nav__menu a:active, .dd__link:hover,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after,
.fr-image-resizer .fr-handler,
.fr-image-progress-bar-layer > div.fr-loader span,
.autocomplete--field__item:hover, .autocomplete--field__item.is-selected {
	background-color: #00004b;
}

.textfield:focus,
.search-wrapslim .inputaddon__field:focus,
.file-btn:focus, .file-btn.is-active, .dz-drag-hover {
	border-color: #00004b;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 4px -1px #00004b;
}

.button--primary:focus:enabled, .button--primary:active:enabled,
.select:focus, .drill-default:focus, .drill-default.drill-focus {
	box-shadow: 0 0 3px 0 #00004b;
}

.tab > li,
.textfield.picker__input--active,
.textfield--heading:focus,
.pager__selected,
.tab__notCurrent:hover,
.picker__select--month:focus, .picker__select--year:focus,
.picker__day--highlighted, .picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__button--clear:focus,
.picker__button--close:focus,
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-checkbox input:focus + span,
.fr-image-resizer, .fr-image-upload-layer.fr-drop,
table td.fr-selected-cell, table th.fr-selected-cell,
.fr-table-resizer div,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
	border-color: #00004b;
}

input[type="checkbox"].switch:focus + div {
	box-shadow: 0 0 .2em 1px #00004b, 0 1px 1px hsla(0,0%,100%,.6);
}

.picker__day--today:before,
.picker__button--today:before {
	border-top-color: #00004b;
}