.btn {
    border: none;
    border-radius: 30px;
    height: 3em;
    font-size: 16px;
    line-height: calc(3em - 16px);
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.btn.btn-bright {
    background-color: var(--worxs-green);
    color: var(--white);
}

.btn.btn-bright:active, .btn.btn-bright:first-child:active, .btn.btn-bright.active, .btn.btn-bright.show {
    background-color: #859301FF;
    border-color: #677300FF;
    color: var(--white);
}

.btn.btn-worxs {
    background-color: var(--worxs-blue);
    color: var(--white);
}

.btn.btn-sm {
    height: 2.5em;
}
