.error-validation {
    font-size: 0.875em;
    margin-top: 0.25rem;
    color: red;
}

.event-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    text-align: left;
    /* padding: 0 10px; */
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: calc(2rem + 0px) !important;
    margin-right: 36px;
    padding-right: 0px;
}

/* .swiper {
    width: 600px;
    height: 300px;
  } */

/* .select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
} */

.fancy-title-dynamic {
    display: flex;
    align-items: center;
    /* font-size: 28px;
    font-weight: 600; */
    gap: 12px;
    margin: 30px 0;
}

.fancy-title-dynamic::before,
.fancy-title-dynamic::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #64686e;
}

.footer-social-link a:hover {
    color: inherit !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

