.tool {
  margin-bottom: 1rem;
  padding: 1rem; }

.mainrow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.row {
  display: flex;
  flex-direction: column; }

.pointerIcon {
  height: 18px !important;
  width: 18px !important; }

.helpIcon {
  font-size: 10px !important;
  margin-left: 6px !important; }

.drawTool {
  align-items: center;
  background: #fafafa;
  border: 2px solid #fafafa;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 2px;
  padding: .2rem;
  width: 40px; }

.disabled {
  opacity: .5 !important; }

.drawToolSelected {
  align-items: center;
  background: #fafafa;
  border: 2px solid #2185d0;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 2px;
  padding: .2rem;
  width: 40px; }

.drawIcon {
  height: 26px;
  width: 26px; }
