.white-text.ahref a {
    color: #fff !important;
}

.tabs.monitoring .indicator {
    background-color: #00bcd4 !important;
}

table.highlight.monitoring > tbody > tr:hover,
table.highlight.profile > tbody > tr:hover,
table.highlight.banlist > tbody > tr:hover,
table.highlight.responsive-table > tbody > tr:hover,
table.highlight.users > tbody > tr:hover,
table.highlight.cars > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.42);
}

.tabs.how_to li.indicator,
.tabs.admin li.indicator {
    background-color: #00bcd4 !important;
}

ul.dropdown-content.navigation li:hover {
    background-color: rgba(0, 0, 0, 0.42);
}

.tabs.admin a {
    color: #FFFFFF !important;
}

.collection.border_search {
    border: 1px solid #212121;
}

#nav-mobile a {
    color: #FFFFFF !important;
}

input::placeholder {
    color: #fff !important;
}

.doc-content {
    background-color: none !important;
}

/* Zap-et */
/* body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
} */

#document-content {
    position: relative;
}

#document-content::after {
    content: "Ваш водяной знак";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 50px;
    color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

