/*Prism Changes*/
.cwa3-example pre[class*="language-"] {
    border-left: none !important;
}

.cwa3-example {
    background-color: #F4F4F4;
    margin: 20px 0;
}

/*global*/

.container, .container-fluid {
    width: 99%;
    margin-inline: auto;
}

@media (min-width: 840px) {
    .container, .container-fluid {
        width: var(--container) !important;
    }
}

@media (max-width: 840px) {
    a.navbar-brand.text-uppercase {
        width: 75% !important;
    }
}

:root {
    --clr-text: #000;
    --clr-grey-100: #eeeeee;
    --clr-dark-100: #f4f4f4;
    --clr-neutral-50: #fff;
    --background-primary: #fff;
    --background-secondary: #f9f9fb;
    --background-tertiary: #fff;
    --background-toc-active: #ebeaea;
    --background-mark-yellow: rgba(199,183,0,.4);
    --background-mark-green: rgba(0,208,97,.4);
    --background-information: rgba(0,133,242,.1);
    --background-warning: rgba(255,42,81,.1);
    --background-critical: rgba(211,0,56,.1);
    --background-success: rgba(0,121,54,.1);
    --clr-neutral-100: #fbfbfd;
    --clr-neutral-150: #f4f4f4;
    --clr-neutral-200: #eeeeee;
    --clr-neutral-225: #C5C5C5;
    --clr-neutral-250: #b5b4b4;
    --clr-neutral-250: #b5b4b4;
    --clr-neutral-300: #8b8b8b;
    --clr-neutral-350: #444f55;
    --clr-neutral-400: #333232;
    --clr-neutral-500: #021f30;
    --clr-neutral-600: #1e2b32;
    --clr-neutral-700: #232323;
    --clr-neutral-750: #031926;
    --clr-neutral-800: #06141c;
    --clr-neutral-900: #1c1d21;
    --clr-secondary-200: #e3f3cf;
    --clr-accent-25: #f4fff5;
    --clr-accent-50: #e4ffe5;
    --clr-accent-100: #cfe9d0;
    --clr-accent-200: #70ff00;
    --clr-accent-400: #3ff360;
    --clr-accent-500: #33c34e;
    --clr-accent-600: #57b25a;
    --clr-accent-700: #04af2f;
    --clr-accent-800: #2c9d30;
    --clr-accent-900: #239327;
    --clr-beige: hsl(54, 79%, 58%, 0.6);
    --clr-yellow-200: #fefad8;
    --clr-yellow: #FFE529;
    --clr-yellow-400: #FFE529;
    --clr-orange-100: #ffede0;
    --clr-orange-200: #fcdbc4;
    --clr-orange-300: #ff9175;
    --clr-orange-400: #f46f14;
    --clr-blue-100: #f4fbff;
    --clr-blue-150: #e1f6ff;
    --clr-blue-200: #bfe4f5;
    --clr-blue-300: #aed3ff;
    --clr-blue-400: #0196da;
    --clr-blue-700: #4fa9c5;
    --clr-blue-900: #233743;
    --clr-danger-400: #ae4136;
    --clr-red-100: #ffaf96;
    --clr-red-200: #e65326;
    --clr-red-300: #f9440d;
    --clr-grey-100: #eeeeee;
    --ff-poppins: "Poppins", sans-serif;
    --ff-lato: "Lato", sans-serif;
    --ff-raleway: "Raleway", sans-serif;
    --ff-nunito: "Nunito", sans-serif;
    --fs-900: 2.5rem;
    --fs-850: 1.688rem;
    --fs-800: 2.5rem;
    --fs-750: 2rem;
    --fs-700: 1.65rem;
    --fs-600: 1.25rem;
    --fs-550: 1.125rem;
    --fs-500: 1rem;
    --fs-400: 1rem;
    --fs-300: 0.875rem;
    --fs-200: 0.775rem;
    --container-width: 1413px;
    --container: min(calc(100% - 1.875rem * 2), var(--container-width));
    --header-height: 72px;
    --accent-header-height: 45px;
    --elem-radius: 0.25rem;
    --button-primary: #04AA6D;
}

@media(min-width: 32rem) {
    :root {
        --fs-900: 3rem;
        --fs-850: 1.9rem;
        --fs-800: 3rem;
        --fs-750: 2rem;
        --fs-700: 1.6rem;
        --fs-600: 1.37rem;
        --fs-650: 1.47rem;
    }
}

@media(min-width: 40rem) {
    :root {
        --fs-900: 3.75rem;
        --fs-850: 2.313rem;
        --fs-800: 3.5rem;
        --fs-750: 2.5rem;
        --fs-700: 1.9rem;
        --fs-650: 1.7rem;
        --fs-600: 1.563rem;
        --fs-550: 1.25rem;
        --fs-500: 1.25rem;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

ul {
    list-style: none;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration-skip-ink: auto;
    text-decoration: none;
    color: currentColor;
}

.nav a:not(.button):not(.cart-item):not(.dropdown__item a):hover {
    color: var(--clr-accent-700) !important;
}

.hover-accent:hover {
    color: var(--clr-accent-700);
}

img,
picture,
video,
svg {
    max-width: 100%;
    display: block;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: var(--ff-poppins);
    background-color: var(--clr-neutral-100);
    font-family: Verdana,sans-serif;
}

body {
    overflow-x: hidden;
}

h1,
h2 {
    font-family: var(--ff-lato);
    font-weight: bold;
}

svg path,
svg {
    transition: 0.25s ease;
}

b {
    font-weight: 700;
}

/* utilities */
.desktop-only {
    display: none;
}

@media (min-width: 40rem) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

.flow {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .flow .button {
        align-self: flex-start;
    }

.fs-900 {
    font-size: var(--fs-900);
}

.fs-850 {
    font-size: var(--fs-850);
    line-height: 1.4;
}

.fs-800 {
    font-size: var(--fs-800);
}

.fs-700 {
    font-size: var(--fs-700);
}

.fs-750 {
    font-size: var(--fs-750);
}

.fs-600 {
    font-size: var(--fs-600);
}

.fs-550 {
    font-size: var(--fs-550);
}

.fs-500 {
    font-size: var(--fs-500);
}

.fs-400 {
    font-size: var(--fs-400);
}

.fs-300 {
    font-size: var(--fs-300);
}

.fs-200 {
    font-size: var(--fs-200);
}

h2 {
    line-height: 1;
}

.lh-base {
    line-height: 1.1rem;
}

.max-w {
    margin-inline: auto;
    max-width: 40ch;
}

li {
    padding: 8px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000  !important;
}

.dropdown-menu li {
    padding: 6px;
    border-bottom: 1px solid;
}

.dropdown-item:hover {
    background: transparent !important
}

.nav-link:hover {
    color: var(--clr-accent-700) !important
}

.pageheader{
    font-size:36px;
    margin-top:10px;
}

.pagesubheader {
    font-size: 21px;
}

.pad-tb10-lr40
{
    padding:10px 40px !important
}

.namespace {
    opacity: 1;
}

.token.attr-name, .token.deleted, .token.namespace, .token.tag {
    color: #DD4A68;
}


/*button start*/
.btn-primary {
    background-color: var(--button-primary) !important;
    border-color: var(--button-primary) !important;
}
/*button end*/

@media (min-width: 40rem) {
    .lh-base {
        line-height: 1.6rem;
    }

    .max-w {
        margin-inline: auto;
        max-width: 90ch;
    }
}


@media (min-width: 67rem) {
    .nav {
        flex: 1;
    }
}
