:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #1a73e8;
    --gray: #CCCCCC;
}

.hide {
    display: none !important;
}