@import "~cosmoUiVariables";

.container {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: $white;
  border: $border-dark;
  font-size: 10px;
  font-weight:bold;
  color: $color-gray-700;
  text-align: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
}