.event-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  color: #414141;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-align: center;
}

.yellow-btn {
  background-color: #B99D38;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
}

.events-column-left {
  div:not(:last-child) {
    margin-bottom: 10px;
  }
}

.event-search-bar {
  display: flex;
  justify-content: center;
}

.u-search-btn {
  color: #ffffff;
  background: #464646;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
  border: none;
  border-radius: 0 4px 4px 0;
  height: 40px;
}
.u-input{
  margin: 0 !important;
}

.u-input-hero {
  border-radius: 4px 0 0 4px;
  width: 60%;
}

.u-input::placeholder {
  color:#cccccc;
}

h2 {
  color: #414141;
  margin: 0;
}

.event-view-image-wrap {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}

.event-view-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-bottom: 15px;
}

.event-card-box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  padding: 15px;

  .form-box:not(:last-child) {
      margin-bottom: 10px;
  }

  .form-button-group {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;

      .submit-btn {
          font-size: 14px;
          font-weight: 700;
          line-height: 16.41px;
          width: 100%;
          padding: 8px;
          border-radius: 6px;
          background: #414141;
          color: #FFFFFF;
          border: none;
          text-align: center;
      }

      .reset-btn {
          font-size: 14px;
          font-weight: 700;
          line-height: 16.41px;
          width: 100%;
          padding: 8px;
          border: 1px solid #414141;
          border-radius: 6px;
          color: #414141;
          background: #FFFFFF;
          text-align: center;

          a {
              color: #008DDC !important;
          }
      }
  }

  ul {
      list-style-type: none;
      padding: 0;
  }

  li:not(:last-child) {
      margin-bottom: 10px;
  }

  a {
      color: #008DDC;
  }

  .event-cat-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
}

.no-event-info {
  border-left: 4px solid #534C3C;
  background: #F6F6F6;
  padding: 32px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
}

#eventFilterMobile {
  display: none;
}

.events-group > div {
  margin-bottom: 10px;
}


.event-list-item {
  display: flex;
  flex-direction: row;
  border: 2px solid #ECECEC;
  border-radius: 4px;
  background-color: #FFF;

  .event-image-wrap {
      width: 100px;
  }

  .event-image-wrap img {
      max-width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .date-wrap-new {
      display: flex;
      flex-direction: column;
      gap: 5px;
      justify-content: center;
      align-items: center;
      background: #FFFFFF;
      color:#000000;
      width: 100px;
      min-width: 100px;

      .date-calendar {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 0 8px;
          width: 100%;
      }

      .month {
        text-transform:uppercase;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        background: #464646;
        width: 50px;
        color: white;
        text-align: center;
        border-radius: 4px 4px 0 0;
      }
      .year {
        text-transform:uppercase;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
      }
      .day {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        background: #F0F0F0;
        width: 50px;
        color: #000000;
        text-align: center;
        border-radius: 0 0 4px 4px;
        padding: 6px 0;
      }
  }
}

.event-list-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 16px;
  flex-grow: 1;

  p {
      word-break: break-word;
  }

  .subheading-3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #008DDC;
    margin: 0 0 5px;

    a {
      color: #008DDC;
    }
  }

  .info-flex {
      display: flex;
      flex-direction: row;

      .info {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #333333;
        padding: 4px 15px 4px 0px;

        &:not(:last-child) {
          border-right: 1px solid #CCCCCC;
          margin-right: 15px;
        }
      }
  }
}

.event-list-item-view-details {
  align-self: end;
  border: 1px solid #CCCCCC;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 10px;

  &.red {
    border: 1px solid #d42a2a;
    color: #d42a2a !important;
  }
}

a:hover {
  text-decoration: none;
}

.filter-container {
  * {
    margin: 0;
  }

  #filter-button {
      cursor: pointer;
      display: block;
      width: 100%;
      border: 1px solid #3D3D3D !important;
      border-radius: 4px;
      background-color: #ffffff;
      color: #3D3D3D;
      text-align: center;
      padding: 10px 0;
      border: none;
  }

  #filter-drawer {
    display: none;
    background-color: #ffffff;
    padding: 10px 0 0 0;
  }
}

.search-result-info {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;

  span {
      color: #ED1C24;
  }
}

#addBtnTop {
  display: none;
}

.w-100-block {
  display: block;
  width: 100%;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.d-none {
  display: none !important;
}

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

.event-header-flex-row-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.event-details-back-btn {
  color: #414141 !important;
}

.event-view-action-btns {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 24px;
}

.event-white-reset-btn {
    padding: 4px 0;
    width: 100%;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* background: #fff; */
    color: #3D3D3D !important;
    font-weight: 700 !important;
    display: block;
    text-align: center;
}

.event-view-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 20px;
  margin-bottom: 24px;
}

.event-view-subheading {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: none !important;
  text-align: center;
  margin-bottom: 20px;
}

.event-view-details-info {
  padding: 0 20px;
  margin-bottom: 24px;

  .info-item {
    margin-bottom: 15px;
  }

  p {
    margin: 0 !important;
    line-height: 21px;
  }

  label {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
  }
}

.collapsible-text-area {
  overflow: hidden;

  &.collapsed {
      max-height: 240px;
  }

  &.expanded {
      max-height: 100%;
  }

  .collapsible-text-content {
      overflow-wrap: break-word;
  }
}

.collapsible-text-area-button-container {
  text-align: end;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #008DDC;
  cursor: pointer;
}

.form-control {
  border: 1px solid #ccc !important;
}

.card-item {
  box-shadow: none !important;
  background-color: unset !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #eventsByType, #eventFilterDesktop {
      display: none;
  }

  #eventFilterMobile {
      display: block !important;
      padding: 0 20px !important;
      background: none !important;
      border: none !important;
  }

  .event-card-box {
    max-width: 624px;
    margin: 0 auto;
  }

  .events-columns {
      flex-direction: column;

      .events-column-left {
          width: 75% !important;
          margin: 0 auto !important;
      }

      .events-column-right {
          margin: 0 auto;
      }
  }

  .event-header {
      justify-content: center !important;

      .yellow-btn {
          display: none;
      }
  }

  .event-card-title {
      text-align: center !important;
  }

  .search-result-info {
      text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .events-columns {
      flex-direction: column;

      .events-column-left, .events-column-right {
          width: 100% !important;
          margin: 0 !important;
      }
  }

  .event-view-image-wrap {
    height: 230px !important;
  }

  .event-card-box {
    max-width: 560px;
    margin: 0 auto;
  }

  #addBtnTop {
      display: block !important;
  }

  #addBtnBtm {
      display: none;
  }

  h1 {
    padding: 0 20px;
  }

  .event-search-bar {
    padding: 0 20px;
  }

  .u-input-hero {
      width: 100% !important;
  }
}

@media screen and (max-width: 495px) {
  .yellow-btn .yellow-btn-home-text {
      display: none;
  }
}

@media screen and (max-width: 375px) {
  .yellow-btn .yellow-btn-add-text {
      display: none;
  }
}