:root { 
        --black: rgb(0,0,0);
        --darkest: rgb(26,26,26);   /* 25,24 */
        --dark: rgb(51,51,51);   /* 50,48 */
        --grey: rgb(102,102,102);    /* 100,96 */
        --label: rgb(128,128,128);    /* 125,120 */
        --light: rgb(178,178,178);     /* 175,168 */
        --lighter: rgb(229,229,229);    /* 225,216 */
        --bright: rgb(248,248,248);
        --white: rgb(255,255,255);

        --red: rgb(125,23,8); 
        --green: rgb(95,152,39);
        --yellow: rgb(232,188,74);
        --sky: rgb(176,196,222);
        --sky50: rgb(176,196,222,0.5);

        --focus: rgb(77,75,72);       
        --stage: rgb(255,255,255); /* rgb(250,248,246); */
        --error: rgb(125,23,8);   
        
        --hover: rgb(255,255,255);
        --hover-bg: rgb(112,191,199);

        --hover-dark: rgb(102,100,96);
        
        
        --input-button-border-radius: 16px;
        --input-button-padding: 5px 16px;
        --input-button-text-transform: none;
        
        --input-button-padding-left: 40px !important;
        --input-button-background-position: 4px center;

}