.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;
}
.border-bottom-1 {
    border: 1px solid #dee2e6;
}
.border-bottom-2 {
    border: 2px solid #dee2e6;
}
.border-bottom-3 {
    border: 3px solid #dee2e6;
}
.border-bottom-4 {
    border: 4px solid #dee2e6;
}
.border-bottom-5 {
    border: 5px solid #dee2e6;
}
.color-blue-1 {
    color: #00a9ea;
}
.color-red-1 {
    color: #c9232d;
}
.border-radius-7 {
    border-radius: 7px;
}
.border-radius-14 {
    border-radius: 14px;
}
.border-radius-15 {
    border-radius: 15px;
}
.border-radius-16 {
    border-radius: 16px;
}
.border-radius-17 {
    border-radius: 17px;
}
.border-radius-18 {
    border-radius: 18px;
}
.border-radius-19 {
    border-radius: 19px;
}
.border-radius-20 {
    border-radius: 20px;
}
.border-radius-24 {
    border-radius: 24px;
}
.border-radius-26 {
    border-radius: 26px;
}
.border-radius-28 {
    border-radius: 28px;
}
.border-radius-30 {
    border-radius: 30px;
}
.border-radius-32 {
    border-radius: 32px;
}
.border-blue-1 {
    border: 1px solid #00a9ea;
}
.border-red-1 {
    border: 1px solid #dc3545;
}
.bg-color-1 {
    background-color: #f2f6ff;
}
.bg-blue-1 {
    background-color: #00aef1;
}
.bg-contactstar-yellow {
    background-color: #FFF200;
}
.bg-contactstar-green {
    background-color: #008000;
    color:#FFFFFF;
}
.border-right-gray-1 {
    border-right: 1px solid #CCCCCC;
}
.border-right-gray-2 {
    border-right: 2px solid #CCCCCC; 
}
.border-right-gray-3 {
    border-right: 3px solid #CCCCCC;
}
.border-right-gray-4 {
    border-right: 4px solid #CCCCCC;
}