.border{
    border:var(--border);
}
.radius{
    border-radius:var(--border-radius)!important;
}
.radius2{
    border-radius: var(--border-radius2)!important;
}
.border-red{
    border:1px solid var(--red)!important;
}
.border-green{
    border:1px solid var(--green)!important;
}
.border-warning{
    border:1px solid var(--orange)!important;
}