
.dialog_me input {
    background-color: rgb(30, 30, 30) ;
    color: rgb(159, 159, 159);
}

.dialog_me {
    background: rgb(14, 14, 14);
}

.dialog_me h3 {
    color: rgb(255, 255, 255);
}

.dialog_me path {
    stroke: rgb(255, 255, 255)
}

.button_non_bg {
    color: rgb(159, 159, 159);  
}

#lk_svg {
    fill: rgba(255, 255, 255, 0.5);
}

#lk_svg path{
    fill: rgba(255, 255, 255, 0.5);
}

.checkbox_tg {
    color: rgb(255, 255, 255);
}

.block_content {
    background-color: rgb(30, 30, 30) !important ;
    color: rgb(255, 255, 255);
}