
/* Search */

.share-overlay {
  display: none; 
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0; /* Positoning */
  top: 0; /* Positoning */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgba(25, 25, 30, 0.75);
}

.share-box {
  background-color: rgb(30, 30, 35);
  border: 1px solid #323237;
  border-radius: 10px;
}

.share-inputs {
  border-color: rgb(50, 50, 55);
  background-color: rgba(15, 15, 20);
  color: #c8c8c8;
  height: 40px;
}