 
svg {
  min-width: 15px;
  max-width: 15px;
  max-height: 18px;
  text-align: center;
  line-height: 50px;
  font-size: 1.428571rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.custom-file-button svg.stroke-icon {
  fill: var(--primary);
  stroke: var(--primary);
}

.stroke-icon {
  stroke: #2f2f3be6;
  fill: #2f2f3be6;
  max-width: 25px;
  max-height: 25px;
}

i {
  height: 20px;
  width: 20px;
}

.button-icon {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--text-gray) !important;
}

a.button-icon i {
  color: var(--text-gray);
}