.blue-button-container {
  min-width: 40px;
}

.blue-button-container button {
  padding: 4px 10px;
  outline: none;
  color: #fff;
  border: 1px solid #1f72f2;
  background: #1f72f2;
  border-radius: 3px;
  font-size: 10px;
  cursor: pointer;
}

.blue-button-container button:hover {
  border: 1px solid #1765da;
  background: #1765da;
}

.blue-button-container button:disabled {
  border: 1px solid #134186;
  background: #134186;
  color: #b6b2b2;
}
