
/* Event Edit Page */
input#autocomplete {
  width: 60%;
}


/* Add Ons Page */

@media (min-width: 768px){
.jumbotron {
  padding-top: calc(var(--jumbotron-padding-y) * 2);
  padding-bottom: calc(var(--jumbotron-padding-y) * 2);
}
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 576px){
.jumbotron {
  padding: 4rem 2rem;
}}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

.jumbotron .container {
  max-width: 40rem;
}

@media (min-width: 1200px){
  .jumbotron .container {
  max-width: 1140px;
}
}

@media (min-width: 992px){
  .jumbotron .container {
  max-width: 960px;
}
}

.jumbotron .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron {
  text-align: center;
}

.text-muted {
  color: #82b359!important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}
.mt-2, .my-2 {
  margin-top: .5rem!important;
}
.btn-primary {
  color: #fff;
  background-color: #82b359;
  border-color: #82b359;
}
.jumbotron .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.jumbotron .btn-secondary {
  color: #fff;
  background-color: #82b359;
  border-color: #82b359;
}

.addons-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
