/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Vast+Shadow&display=swap');

html, body {
    background: #1a1a1a;
    color: #CCC;
}

h1 {
    font-family: 'Old Standard TT', serif;
}

#block_error,
#block_error div h2,
#block_error p {
    background: black;
    color: #CCC;
}

.navbar-default {
    background: #1a1a1a;
    border: none;
}

.navbar-fixed-top {
    background: url(https://panel.lawless-street.fr/img/banner.png);
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
    height: 213px;
}

.navbar-default {
    background-color: #111;
    border-color: #111;
}

.question-container {
    background-color: #111;
    border-color: #111;
}

.table .table {
    background-color: #111;
}

.text-primary,
.text-info {
    color: #8E111A;
}

.btn-primary,
.btn-info {
    background-color: #CE0903;
    border-color: #CE0903;
}
.btn-primary:hover {
    background-color: #FE250A;
    border-color: #FE250A;
}

a {
    color: #DD151D;
}
a:hover {
    color: #8E111A;
}

.alert {
    background-image: url('/img/alert-bg.png');
    background-size: 100% 100%;
    background-position: top left;
    border: none;
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 15px 35px;
    font-weight: bold;
}