/*!
 Copyright (c) 2020, 2025, Oracle and/or its affiliates.
 */

:root {
    --rw-palette-pebble-170: #2a2c30;  
    --rw-palette-pebble-100: #2a2c30; 
}

.t-Button-badge{
    background-color: rgb(254 , 0, 0)!important;
    color: rgb(255, 255, 255)
}

body::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.723);
    width: 10px;  
}
body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.901);
    border-radius: 3px;
    height: 10px; 
}