.pointer {
    cursor: pointer;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

/* body {
    background: url("") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

#loader {
    z-index: 1100;
}

#menu .btn.active {
    filter: brightness(75%);
    position: relative;
}
