@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: Montserrat;
    overflow-x: hidden;
    margin: 0;
}


.vote-up {
    background: url(/hc/theming_assets/01K685ZATD8T5NM4NH6A49ZTV2);
}

.vote-down {
    background-image: url(/hc/theming_assets/01K685ZB49D9ZDJZ2DAVPZNR6H);
}


div[data-item-id*="5804368588564"],
div[data-item-id*="5804358783252"],
div[data-item-id="18327113717780"] {
    display: none !important;
}

div[data-item-id*="7151265565844"] {
    display: none !important;
}

.container h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
   
    margin: 122px 0 40px 0px;
}

.article-body a {
    color: #2196f3 !important;
    text-decoration: underline;
}

.noResults a {
    color: #2196f3;
    text-decoration: underline;
}

.desktop-hide {
    display: block;
}

.mobile-show {
    display: none;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

a.hide-icon {
    line-height: 40px;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/***** Base *****/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 87.5%;
}

a {
    text-decoration: none;
}

input,
textarea {
    color: #000;
    font-size: 14px;
}

img,
iframe {
    max-width: 100%;
}

input {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: border 0.12s ease-in-out;
    transition: border 0.12s ease-in-out;
}

input[disabled] {
    background-color: #ddd;
}

.container,
main>p {
    max-width: 1160px;
    margin: auto;
}

.container:not(.knowledge-base, .assistance) {
    opacity: 0;
    transition: 0.1s opacity;
}

main>p {
    padding: 20px 5%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*Article table*/
.table-responsive table {
    border-collapse: collapse;
    border-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 410px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    min-width: 100%;
}

.article-body .table-responsive {
    max-width: 100%;
    overflow: auto;
}

.article-body td,
.article-body th {
    border: solid 1px $table_border_color;
    padding: 6px 12px;
    color: $table_font_color;
}

.hide-on-mobile {
    display: none;
}

/* Mobile version a*/

@media (max-width: 768px) {

    ::-webkit-scrollbar {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .desktop-hide {
        display: none;
    }


    div[data-item-id*="5804368588564"],
    div[data-item-id*="5804358783252"] {
        display: block !important;
    }
} 