body {
    /*background-color: rgb(247, 248, 252);*/
    font-family: 'Roboto', sans-serif;
}

.btn-bd-download {
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #120B1E;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #120B1E;
    text-align: center;
    transition: all 0.2s;
}

.btn-bd-download:hover, .btn-bd-download.active {
    color: #FFFFFF;
    background-color: #120B1E;
}

@media all and (max-width: 30em) {
    a .btn-bd-download {
        display: block;
        margin: 0.4em auto;
    }
}

.card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    background: #120B1E;
}

a.card:hover {
    background: #0d0816 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #7f7f7f;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    transition: all 250ms linear;
}

.footer {
    background: #120B1E;
}

img.config-system {
    height: auto;
    width: 48px;
    margin: 10px;
}

.config-title {
    margin-bottom: 1em;
}

.container.admin {
    padding-bottom: 200px;
}

.container .row .flash-success {
    color: #718C00;
}

.container .row .flash-error {
    color: #C82829;
}

.logo {
    width: 120px;
    height: auto;
}

pre[class*="language-"] button {
    position: absolute;
    top: 5px;
    right: 5px;

    font-size: 0.9rem;
    padding: 0.15rem;
    background-color: #828282;

    border: ridge 1px #7b7b7c;
    border-radius: 5px;
    text-shadow: #c4c4c4 0 0 2px;
}

pre[class*="language-"] button:hover {
    cursor: pointer;
    background-color: #bcbabb;
}

.some-box {
    width: 20px;
    height: 20px;
    background: black;
    margin-bottom: 1.5rem;
}


.header-info {
    display: flex;
    justify-content: space-between;
}

.header-info div{
    width: auto;
}

.header-info div:last-child {
    text-align: end;
    margin-right: 10px;
}

.bold {
    font-weight: 700;
}

.copy {
    width: 25px;
    height: 30px;
    margin-bottom: 5px;
}

.copy:hover {
    cursor: pointer;
}

.copied.hidden {
    background: #718C00;
    margin: 4px;
    padding: 4px;
    display:none;
}

.copied {
    background: #718C00;
    margin: 4px;
    padding: 4px;
    display: inline;
}