﻿@import "client-styles/components.css";
@import "client-styles/typography.css";

@import "client-styles/htg-overrides.css";

/* breadcrumb overrides */

.breadcrumb{
    padding-top:0px;
    padding-bottom:0px;
}

.breadcrumb[_ngcontent-c3] ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb[_ngcontent-c3] ol li a {
    list-style: none;
    text-decoration: none;
}

.breadcrumb[_ngcontent-c3] ol li a:hover {
    text-decoration: underline;
}

.breadcrumb[_ngcontent-c3] li[_ngcontent-c3]:last-of-type::after {
    content: "";
}

.breadcrumb[_ngcontent-c3] li[_ngcontent-c3]:last-of-type a, .breadcrumb[_ngcontent-c3] li[_ngcontent-c3]:last-of-type span {
    font-size: 16px;
    line-height:24px;
}

.breadcrumb[_ngcontent-c3] ol[_ngcontent-c3] {
    align-items: center;
    column-gap: 12px;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-flow: wrap;
    row-gap: 12px;
}

.breadcrumb[_ngcontent-c3] ol[_ngcontent-c3] {
    overflow: -moz-scrollbars-none;
    padding: 12px 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.breadcrumb[_ngcontent-c3] ol[_ngcontent-c3] li[_ngcontent-c3] {
    column-gap: 12px;
    display: flex;
}

.breadcrumb[_ngcontent-c3] ol[_ngcontent-c3]::-webkit-scrollbar {
    display: none;
}

.breadcrumb a {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color:#111111;
}

.breadcrumb[_ngcontent-c3] {
    background-color:#fff;
    border-radius: 0;
    font-size:16px;
    line-height:24px;
    margin-bottom:0px;
    padding: 0;
}

.icon--after:first-of-type {
    margin-left: 0px;
}

@media (max-width: 757px) {

    .breadcrumb[_ngcontent-c3] {
        padding: 0px;
        margin-bottom: 16px;
    }
}

/* end breadcrumb overrides */

/* mouse highlight colour change */
::-moz-selection {
    color: white;
    background: #007B85;
    text-shadow: none;
}

::selection {
    color: white;
    background: #007B85;
    text-shadow: none;
}

.blink-red-highlight {
    animation: pulsate 1s infinite;
}

@media (max-width: 757px) {
    .col-12.col-12-no-padd {
        padding-left: 0px;
        padding-right: 0px;
    }
}