.tile {
	background-color: #97C932;
  	border-radius: 20px;
  	padding: 25px;
}

.tile-black {
  background-color: black;
  border-radius: 20px;
  padding: 25px;
}

.input, .input-black {
  background-color: #97C932;
  color: black;
  width: 100%;
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}

.input::placeholder {
  color: black;
}

.input-black, .input-black::placeholder {
  background-color: black;
  color: white;
}

.input-box {
  background-color: #97C932;
  color: black;
  width: 100%;
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px;
  height: 150px;
  overflow: auto;
  margin-bottom: 15px;
  display: inline-block;
}

.input-group {
  background-color: #97C932;
  border-radius: 5px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}

.input-group-prepend, .input-group-text {
  background-color: black !important;
  color: white !important;
  border: none !important;
  height: 50px;
  border-radius: 5px;
  border-right: 0px;
  min-width: 75px;
}

.input-group-input {
  background-color: #97C932 !important;
  border: 2px solid white !important;
  color: black !important;
  border-radius: 5px;
  border-left: 0px !important;
}

.input-group-input-1 {
  background-color: #97C932 !important;
  border: 2px solid white !important;
  color: black !important;
  border-radius: 5px;
  border-right: 0px !important;
}

.input-group-input::placeholder, input-group-input:focus, .input-group-input-1::placeholder, input-group-input-1:focus  {
  color: black !important;
  overflow: auto;
  display: inline-block;
}

.input_group_btn {
    width: 75px;
    border: none;
    border-radius: 5px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
}

.select-input, .select-input:hover {
  background-color: black;
  color: white;
  margin: 5px;
  border: none;
  border-radius: 5px;
}

.select-input img, .file img {
  height: 10px;
  filter: invert(1);
  padding-left: 5px;
}

textarea {
    height: 150px !important;
}

.table-header {
  background-color: black;
  color: white;
  border: none;
}

.btn-black, .btn-black:hover {
  background-color: black;
  color: white;
}

.btn-green, .btn-green:hover {
  background-color: #97C932;
  color: black;
}

.photo {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.photo-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-top: -45px;
    position: relative;
    z-index: 1;
}

.photo-btn {
    float: right;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    padding: 5px;
    background: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    position: relative;
    z-index: 2;
}

.photo-btn img {
    width: 100%;
    height: 100%;
}