/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./include/scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.list-container {
  position: relative;
  padding: 10px;
  border: 1px solid grey;
  margin-bottom: 30px;
  transition: all 0.33s ease-out;
}
.list-container img {
  transition: all 0.33s ease-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-container:hover img {
  transform: scale(1.02);
}

.event-image {
  width: 100%;
  height: auto;
}

.event-details-container {
  background-color: rgb(160, 160, 160);
  margin-bottom: 20px;
  padding: 30px 10px 30px 10px;
}
.event-details-container p {
  margin: 0;
}

.event-details-header {
  font-weight: bolder;
}

.event-description {
  margin-top: 30px;
}

.form-button {
  padding: 30px;
  border-radius: 0;
  color: #fff !important;
}

.hw-table-title {
  font-size: 16px;
  font-weight: bold;
  width: 20%;
  border: none;
}

.hw-table-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  border: none;
}

.hw-table-desc {
  font-size: 16px;
  font-weight: normal;
  border: none;
}

.hw-table {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
  border: none;
}
.hw-table tr {
  border: none !important;
}
.hw-table th {
  border: none !important;
}

.hw-form-label {
  font-size: 16px !important;
  display: inline-block;
}

.required-star {
  color: red;
}

.hw-checkbox {
  margin: 0 !important;
  margin-right: 10px !important;
  margin-top: 2px !important;
  display: inline-block !important;
}

.hw-form-control {
  line-height: 2.5;
  padding: 10px;
}

/*# sourceMappingURL=style-frontend.css.map*/