.info-message{
	display: none;
	position: fixed;
    min-width: 120px;
    max-width: 360px;
    min-height: 36px;
    background: #1ecf84;
    border-radius: 5px;
    right: 20px;
    top: 75px;
    color: #f8fafc;
    padding: 10px 30px;
    font-weight: 600;
    z-index: 99999;
    font-size: 16px;
}

.to-taked{
	background: #00c917 !important;
}
.dot{
  height: 12px;
  width: 12px;
  background-color: #00db0c;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}
.dot_empty{
	height: 12px;
	width: 12px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
}