.custom_block_history {
  border: 1px solid #646669;
  border-radius: 15px;
  padding: 1rem;
}

.month_block {
  background-color: #e4e2e277;
  width: 100%;
  height: 2.5rem; /* 40px converted to rem */
}

.block_icon {
  background-color: #e4e2e277;
  padding: 7px; /* 5px converted to rem */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem; /* 10px converted to rem */
}

.dot {
  height: 25px; /* 25px converted to rem */
  width: 25px; /* 25px converted to rem */
  border: 2px solid #000; /* 2px converted to rem */
  border-radius: 50%;
  display: inline-block;
  margin: 5px; /* 5px converted to rem */
}

.block_info_user {
  border: 2px solid #d1cdcda9; /* 2px converted to rem */
  height: 100px; /* 100px converted to rem */
  border-radius: 20px; /* 20px converted to rem */
  box-shadow: 5px 1px 10px #c5c5c5; /* 5px, 1px, 10px converted to rem */
}

.dot-pink {
  height: 25px; /* 25px converted to rem */
  width: 25px; /* 25px converted to rem */
  background-color: #d647b7;
  border-radius: 50%;
  display: inline-block;
  align-items: center;
}

.link_to_register {
  font-size: 0.8rem;
  padding: 5px;
  height: 30px;
}
