.bg-custom {
      background-color: #cc3432 !important;
}
.btn-custom {
      background-color: #cc3432 !important;
}
.form-check-input:checked {
      background-color: #cc3432 !important;
      border-color: #cc3432 !important;
}

body{
      --bs-gutter-x: 0 !important;
      overflow-x: hidden;
}

.mx-4{
      margin-left: 4% !important;
      margin-right: 4% !important;
}

/* Apply red color on hover */
.red-link:hover {
  color: #cc3432 !important; /* Set the link color to red when hovering */
}

.m--2{
      margin-bottom: -20px !important;
}

.text-left{
      text-align: left !important;
      display: flex !important;
}

.text-right{
      text-align: right !important;
}

.position_--{
      position:absolute !important;
}

.venue{
      width: 50% !important;
}

.dates{
      width: 50% !important;
      padding-right: 20px !important;
}

.event_details{
      display: -webkit-box !important;
}