
*:has([style*="rgb(255, 255, 255)"]),
*:has([style*="rgb(250, 250, 250)"]),
*:has([style*="rgb(245, 245, 245)"]) {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/*body {
    background: url('/images/Bg_8b.jpg') no-repeat center center fixed;
    background-size: cover;
}*/

::selection {
    background-color: rgb(150 200 255);; /* яскраво-салатовий */
    color: #000; /* чорний текст для контрасту */
}

::-moz-selection { /* для Firefox */
    background-color: rgb(150 200 255);;
    color: #000;
}