.text-gold {
    color: var(--fds-gold) !important;
}

.border-gold {
    border-color: var(--fds-gold) !important;
}

div.template-render-error {
    background-color: rgba(var(--mdb-danger-rgb),var(--mdb-bg-opacity)) !important;
    color: white !important;
    padding: 20px;
}

.btn-primary {
    background: var(--fds-grey-200);
    color: #58595b;
    font-size: var(--fds-fs-500);
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-primary:first-child:hover,
    .btn-primary:focus-visible,
    .btn-primary:hover,
    .btn-primary:focus,
    :not(.btn-check) + .btn-primary:hover {
        background: #e3e3e3;
        color: #58595b;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.language-grid__title {
    font-size: var(--fds-fs-600);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.lang-grid__wrapper {
    gap: 2.5rem;
}

.lang-grid__item-inner {
    margin-right: 0.5rem;
}

.lang-grid__inner-text {
    width: fit-content;
}

.lang-selected .lang-grid__item-inner {
    color: var(--fds-white);
}

.injector-path {
    display: none;
}

.btn-spinner-border {
    --mdb-spinner-width: 1rem;
    --mdb-spinner-height: 1rem;
    margin-right: 0.5rem;
}

[data-btn-loading='true'] .content-loaded-btn {
    display: none;
}

[data-btn-loading='true'] .content-loading-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-btn-loading='false'] .content-loaded-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-btn-loading='false'] .content-loading-btn {
    display: none;
}

/** override **/

.bg-silver {
    background-color: #CCCCCC;
}

    .bg-silver .btn-check + .btn:hover {
        background-color: #CCCCCC;
    }

.nav-item .external-link {
    display: none;
}

.select-wrapper .select-input.form-control[readonly]:not([disabled]) {
    background-color: #e9ecef;
}

.toc-grid__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
    column-gap: 3rem;
}

.toc-grid__item {
    padding: 1.5rem;
    position: relative;
    border-bottom: none;
}

.toc-grid__title {
    font-size: var(--fds-fs-900);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.toc-grid__flag {
    max-height: 28px;
    margin-right: 1rem;
}

.toc-grid__link {
    font-size: var(--fds-fs-350);
    font-weight: 700;
    line-height: 1;
    color: var(--fds-black);
}

.multi-carousel-item .link-underlined::after {
    top: auto;
}

/*
Intellisense - Start
*/
div#intellisense-container {
    height: 0px;
    -webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
    overflow-y: hidden;
}

    div#intellisense-container.open {
        height: auto;
        min-height: 100px;
        -webkit-transition: height 0.1s ease-in-out;
        -moz-transition: height 0.1s ease-in-out;
        -ms-transition: height 0.1s ease-in-out;
        -o-transition: height 0.1s ease-in-out;
        transition: height 0.1s ease-in-out;
    }

div.select-wrapper,
div.suggest-wrapper,
div.spell-wrapper {
    display: flex;
}

.select-item-detail-title,
.select-content-detail-title {
    font-weight: 700;
    font-size: var(--fds-fs-250);
}

.select-item-detail-title,
.select-content-detail-title {
    font-weight: 700;
    font-size: var(--fds-fs-250);
}

.select-item-detail-link,
.select-content-detail-desc {
    font-size: var(--fds-fs-150);
    font-weight: 600;
    color: var(--fds-darkgrey);
}
/*
Intellisense - End
*/

