/**
See all possible colours here: https://getbootstrap.com/docs/5.3/customize/css-variables/#root-variables
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..700&display=swap');
@import url("/static/css/fonts/bootstrap-icons.min-c88a56421d181b3808a23a69d9ef9560.css");

:root {
    --bc-theme: rgba(49, 114, 224, 1)
}

body {
    font-family: 'Open Sans', sans-serif;
}

code[class*=language-], pre[class*=language-] {
    font-family: "Hack", monospace;
    font-size: 14px
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #f5f2f08a;
}

.mw1200 {
    max-width: 1200px;
}

.mw1220 {
    max-width: 1220px;
}

.header-logo-text {
    padding-bottom: 3px;
}

.main-content {

}

.header-top {
    background-color: var(--bc-theme);
    /*height: 66px;*/
}

.button-gh {
    display: flex;
    align-items: center;
    width: 230px;
    justify-content: center;
}

*:focus {
    box-shadow: none !important;
}

input[readonly] {
    opacity: 0.5;
}

.border-none {
    border: none;
}

.border-dashed {
    border-style: dashed !important;
}

pre {
    border: 1px dashed lightgray;
    width: 100%;
    display: inline-block;
    padding: 9px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

.no-underline {
    text-decoration: none !important;
}

.ring {
    position: relative;
}

.ring > span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 14px;
    top: -5px;
}

table th {
    font-weight: 500;
}
