﻿
.toolbar-white {
    background: rgb(201,211,219);
    background: linear-gradient(90deg, rgba(201,211,219,1) 3%, rgba(255,255,255,0.26934523809523814) 93%);
}

.toolbar-dev {
    background: rgb(63,94,251);
    background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(229,237,93,1) 14%, rgba(238,92,215,1) 37%, rgba(125,224,128,1) 79%, rgba(214,217,141,1) 100%);
}

.toolbar-thor-energia {
    background: rgb(126,177,215);
    background: linear-gradient(90deg, rgba(126,177,215,1) 7%, rgba(135,179,218,0.26934523809523814) 100%);
}

.toolbar-brain-enterprise {
    background: rgb(131,148,161);
    background: linear-gradient(90deg, rgba(131,148,161,1) 7%, rgba(132,156,177,0.26934523809523814) 100%);
}

.toolbar-green {
    background: rgb(45,121,9);
    background: linear-gradient(90deg, rgba(45,121,9,1) 7%, rgba(188,242,116,0.26934523809523814) 100%);
}

.toolbar-red {
    background: rgb(193,103,122);
    background: linear-gradient(90deg, rgba(193,103,122,1) 3%, rgba(228,218,218,0.26934523809523814) 93%);
}


/* https://cssgradient.io/
*/
