#generic-loader {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 100%;
    pointer-events: all;
    display: none;
    background: rgba(255, 255, 255, 0.75) url("/img/loader.gif") no-repeat top/contain;
    background-size: 170px;
    z-index: 2;
}

#generic-loader.active {
    display: block;
}

#generic-contact-form {
    position: relative;
}

.contact-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
}

.comment-row .card.offtopic:not(#a) {
    display: none;
    background-color: #f8f5db;
}

.comment-row .card.offtopic:not(#a).visible {
    display: block;
}

#comments-list-view > div > .nested > div:first-child {
    border-left: 5px solid #1A5276;
}

#comments-list-view > div > .nested > .nested > div:first-child {
    border-left: 5px solid #9A7D0A;
}

#comments-list-view > div > .nested > .nested > .nested > div:first-child {
    border-left: 5px solid #1D8348;
}

#comments-list-view > div > .nested > .nested > .nested > .nested > div:first-child {
    border-left: 5px solid #5B2C6F;
}

#comments-list-view > div > .nested > .nested > .nested > .nested > .nested > div:first-child {
    border-left: 5px solid #797D7F;
}

#comments-list-view .nested {
    padding-left: 15px;
}
