/* Put your custom css styles for filestack plugin here */

.fsp-picker {
  z-index: 160000 !important;
}

.fsp-notifications__container {
  z-index: 200100 !important;
}

/* Uncomment below to see examples of applying styles to the Upload button */

/*
.fp-pick {
  width: 300px;
  height: 80px;
  padding: 20px;
  margin: 50px;
  background-color: #ff0000;
  color: white;
  font-family: verdana;
  font-size: 18px;
  border: 2px solid green;
  border-radius: 10px;
  text-shadow: 2px 2px 4px black;
  box-shadow: 1px 2px 4px gray;
}

.fp-pick:hover {
  background: pink;
  color: red;
}
*/

/* Uncomment below to see example of changing the styles of the upload modal */

/*
.fsp-header {
  background-color: black !important;
  color: white !important;
}

.fsp-modal__sidebar {
  background-color: pink !important;
}

.fsp-source-list__item.active {
  background-color: pink !important;
}

.fsp-drop-area-container {
  background-color: red !important;
}

.fsp-drop-area {
  background-color: green !important;
}

.fsp-text__title {
  color: white !important;
  text-transform: uppercase;
  font-size: 24px !important;
}
*/