/* Custom Stylesheet hash:17406561701740573402 dated 05 Aug, 2025 17:43:41+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/skyvera-helpdesk/hero.png");
  vertical-align: middle;
  height: 350px;
  margin-bottom:40px;
}


.hero-heading {
  color:white;
}

.sub-heading {
  color:white;
}




/* --- Accordion sections - start --- */
.categorySectionAccordion .card {
    margin-bottom: 15px;
    margin-right: 25px;
    margin-left: 25px;
    border-radius: 6px;
    border: solid 1px #eeeeee;
}

.categorySectionAccordion .card-body li {
    list-style: none;
    padding-bottom: 15px;
}

.categorySectionAccordion .card-body li:last-child {
    padding-bottom: 0;
}

.categorySectionAccordion .card-body li .prod-category-link {
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
}

.categorySectionAccordion .card-body .section-link,
.categorySectionAccordion .card-body .article-link {
    display: inline-block;
    color: $text_color;
    padding-left: 15px;
    margin: 5px 0;
}

.categorySectionAccordion .card-body .section-link.arrow-before[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.categorySectionAccordion .card-body .article-link {
    margin: 0;
}

.categorySectionAccordion .card-body .article-link:hover {
    color: #ff9900;
    text-decoration: none;
}

.categorySectionAccordion .card-body .article-name {
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 15px;
}

.categorySectionAccordion .card-body .article-name:last-child {
    margin-bottom: 0;
}

.categorySectionAccordion .card-body .see-more-link {
    font-size: 14px;
    text-decoration: underline;
    padding-left: 30px;
}

.categorySectionAccordion .card-header {
    background-color: #fff;
    border-radius: 6px;
    padding: 0;
}

.categorySectionAccordion .card-header h5,
.categorySectionAccordion .card-header a {
    cursor: pointer;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.categorySectionAccordion .card-header a {
  font-size: 23px;
  color: rgb(110,110,110);
}

.categorySectionAccordion .card-header .btn-link {
    color: #ff9900;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    white-space: normal;
    text-align: left;
}

.categorySectionAccordion .card-header .accordion-arrow,
.categorySectionAccordion .card-header .accordion-form-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px 0;
    float: right;
    margin-left: auto;
    flex-shrink: 0;
}

.categorySectionAccordion .card-header [aria-expanded="true"] .accordion-arrow {
    background: url($assets-accordion_up-svg) no-repeat;
}

.categorySectionAccordion .card-header [aria-expanded="false"] .accordion-arrow {
    background: url($assets-accordion_down-svg) no-repeat;
}

.categorySectionAccordion .card-header .category-group-img {
    max-height: 32px;
}

/* --- Accordion sections - end --- */


/* --- Product Group - start--- */

.container-divider-custom {
    width: 80%;
    height: 20px;
    opacity: 0.43;
    border-bottom: solid 1px #979797;
    text-align: center;
}

.container-divider-text {
    background: #fafafa;
    padding: 0 20px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #4a4a4a;
}

.product-group {
  	padding-top: 15px;
    min-width: 230px;
  	background-color: #ffffff;
  	height: 100%;
  	box-shadow: 0 1px 3px 1px rgba(89, 89, 89, 0.5);
  	border-radius: 4px;
}
.submit-request-modal .product-group {
  min-width: unset;
  box-shadow: none!important;
}
.product-group-heading{
    height: 22px;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    color: #4a4a4a;
    margin-top: 20px;
}
.submit-request-modal .product-group-heading{
  font-size: 16px;
}
.product-group ul {
    padding-top: 22px;
    padding-bottom: 15px;
    margin-top: 22px;
    height: calc(100% - 123px);
}
.product-group ul li {
    font-size: 14px;
    padding: 4px 0;
    display: inline-flex;
    width: 100%;
}
.product-group ul li a {
    height: 18px;
    font-size: 14px;
    color: #4a4a4a;
  	margin-left: 15px;
  	text-align: left;
}
.product-group ul li a:hover {
    color: #4a90e2;
}
.product-group ul li::before{
    background: url('$assets-list-item-arrow-small-svg') no-repeat center;
    content:'';
    width: 4px;
    height: 18px;
    object-fit: contain;
    opacity: 0.6;
    margin-left: 2px;
    position: absolute;
}

.product-group {
    margin-top: 10px;
    box-shadow: none;
}

.product-group .product-box {
    margin-top: 50px;
    text-align: center;
    min-width: 233px;
}

.product-group .product-box .product-link {
    box-shadow: 0 2px 4px 0 rgba(117, 117, 117, 0.2);
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 10px 7px;
}

.product-group .product-box .product-logo {
    max-height: 45px;
    vertical-align: middle;
    border-style: none;    
    margin: auto;
}

.product-group .product-box .product-name {
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 11px;
    color: $text_color;
}

@media (min-width: 576px) {
    .product-container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .product-container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .product-container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .product-container {
        max-width:1140px
    }
}
/* --- Product Group - end--- */