@import "react-toastify/dist/ReactToastify.css";

custom-file-button input[type="file"] {
  margin-left: -2px !important;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
  opacity: 0;
  width: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
input[type="file"] {
  font-family: "Montserrat", sans-serif;
}

.custom-file-button input[type="file"]::file-selector-button {
  opacity: 0;
  width: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

.html-content-white,
.html-content-white * {
  color: white !important;
}
