@import "variables";

.circleState {
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .9rem;
    height: 28px;
    width: 28px;
    cursor: pointer;
}