

/* diot */
.dot{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #E64224;
  border-radius: 10px;
}


/* badge */
.pill_small{
  padding: 4px 8px;
  border-radius: 100px;
  background: #FEB015;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Pretendard';
  display: flex;
  align-items: center;
  justify-content: center;

}



.icon_leading{
  gap: 8px;
}

.icon_leading svg{
  width: 24px;
  height: 24px;
}

.rect_small{
  padding: 0 8px;
  border-radius: 8px;
  background: #FEB015;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Pretendard';
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pill_small.icon_only{
  border-radius: 40px;
 padding: 0px !important;
}

.pill_small.icon_only svg{
  width: 20px;
  height: 20px;
  padding: 6px;
}

.pill_small.number_only{
  border-radius: 40px;
  padding: 0 8px;
  height: 32px;
}



.pill_large{
  padding: 0 8px;
  border-radius: 100px;
  /*background: #FEB015;*/
  background: #e94940;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  font-family: 'Pretendard';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;

}

.rect_large{
  padding: 0 8px;
  border-radius: 8px;
  background: #FEB015;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  font-family: 'Pretendard';
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.pill_large.icon_only{
  border-radius: 40px;
  padding: 0 8px;
}

.pill_large.icon_only svg{
  width: 24px;
  height: 24px;
}

.pill_large.number_only{
  border-radius: 40px;
  padding: 0 12px;
  height: 40px;
}