.border-red {
    border: 1px solid #FF0000;
}
.border-gray {
    border: 1px solid #6D6E71;
}
.css-curcle-green {
    width: 18px;
    height: 18px;
    background-color: green;
    border-radius: 50%;
    border: 1px solid #616161;
}

.css-curcle-yellow {
    width: 18px;
    height: 18px;
    background-color: yellow;
    border-radius: 50%;
    border: 1px solid #616161;
}
.color-blue-host-1 {
    color: #4374BA;
}
.color-red-host-1 {
    color: #BE1E2D;
}