/**
 * Inline Styles Extracted from Template Files
 * WordPress Bootstrap Starter Theme
 */

/* Submit Button Styles - from single-organizer-event.php */
button.submit__btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 42px;
    background-color: #f47920;
    margin: 0px auto;
    text-transform: uppercase;
    border: none;
}

/* Event Tag/Category/Need Badge Styles */
.event-tag-badge,
.event-category-badge,
.event-need-badge {
    background: #F47920;
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block;
}

.event-tag-badge {
    line-height: 40px;
}

/* AJAX Loader Styles - from page-template/profile.php */
.ajax-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 100px;
}

/* Form Group Styles - from page-template/profile.php */
.form__group span {
    width: auto !important;
}

/* Event Slider Styles - from page-template/profile.php */
.event__main__slider {
    width: 100%;
    box-sizing: border-box;
}

.myevent_slider,
.slick-list,
.slick-track {
    width: 100%;
    display: block;
}

/* Append Button Styles - from page-template/registration.php */
#append_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

#append_btn a {
    display: inline-block;
    padding-left: 10px;
    color: #ff4d4d;
    font-size: 20px;
}

.profile__container {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

label.error {
    color: red;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

input.error,
select.error,
textarea.error {
    border-color: red !important;
}

/* Page Banner Styles - from page-template/volunteer.php and emergency-volunteer.php */
.page-banner {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Badge Primary Styles - from page-template/volunteer.php and emergency-volunteer.php */
.badge-primary {
    color: #000;
    background-color: rgb(0 123 255 / 30%);
    padding: 10px 10px;
    border: 1px solid blue;
}

/* Output Title Styles - from page-template/myevent.php and eventorganizer.php */
.output-title {
    font-weight: bold;
}

/* Event List Styles - from page-template/eventlist.php */
.inner__page__main__wrapp .welcome__section {
    display: block;
    clear: both;
    margin-bottom: 80px;
    margin-top: 80px;
}

.event__list .event__list__item {
    position: relative;
    margin-top: 30px;
    box-shadow: 0 0 10px #a9a9a954;
    transition: all 0.5s ease;
}

.event__list .event__list__item:hover {
    box-shadow: 0 0 20px #3954a57a;
}

.event__list .event__list__item .event__date {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    z-index: 1;
    padding: 2px 10px;
    max-width: 170px;
    border: 1px solid orange;
    font-size: 24px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom-right-radius: 20px;
}

.event__list .event__list__item .event__date::first-letter {
    font-size: 150%;
    font-weight: bold;
    color: #ed2024;
}

.event__list .event__list__item .event__date::before {
    content: '';
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
}

.event__list .event__list__item .image__holder img {
    max-height: 300px;
}

.main__body__wrapp .welcome__section .image__holder {
    width: 100%;
}

.event__content__wrap {
    padding: 20px 20px;
    height: auto;
}

.event__content__wrap .entry-title a {
    font-size: 30px;
}

.event__content__wrap .event__info {
    padding-top: 10px;
    color: #f47920;
    font-weight: 500;
}

.event__content__wrap .event__info:nth-child(3) {
    padding-top: 0px;
}

