/* Matte notification panel and individually separated cards. */
html body .wapper #notifications_line.block.block,
html body .wapper #notifications_line.block.block:hover,
html body .wapper #notifications_line.block.block:focus-within {
 background:#222525!important;border-color:#ffffff0c!important;
 box-shadow:0 8px 24px -16px #0009!important;
}
html body #notifications .noty-block.noty-block,
html body #notifications .noty-block.noty-block:hover,
html body #notifications .noty-block.noty-block:focus-within {
 background:#2b2f2d!important;border-color:transparent!important;
 border-left-color:#ac9564!important;box-shadow:none!important;
 margin-bottom:10px!important;
}
html body #notifications .noty-block.noty-block.error,
html body #notifications .noty-block.noty-block.error:hover,
html body #notifications .noty-block.noty-block.error:focus-within {border-left-color:#ce838b!important;}
html body #notifications .noty-block.noty-block>.icon-remove,
html body #notifications_line>.block_head button {
 background:transparent!important;border-color:#ffffff18!important;
 color:#c7ad78!important;box-shadow:none!important;
}
html body #notifications .noty-block.noty-block>.icon-remove:hover,
html body #notifications_line>.block_head button:hover {
 background:#c7ad7819!important;border-color:#c7ad7840!important;color:#ffe0a0!important;
}
html body #notifications .noty-block.noty-block>.icon-remove:focus-visible,
html body #notifications_line>.block_head button:focus-visible {
 outline:2px solid #c7ad78!important;outline-offset:2px!important;
}
