/*
 Theme Name:   Spotlight
 Theme URI:    https://starshot.com
 Description:  Spotlight
 Author:       Starshot
 Author URI:   https://starshot.com
 Template:     bricks
 Version:      1.0
 Text Domain:  starshot
*/

.wsf-input-group-append {
  color: #fff !important;
  background-color: #2b2b2b !important;
}

input[type="number"],
input[type="number"]:disabled {
  background-color: #2b2b2b !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  border-radius: 10px !important;
}
