.ew_container {
    width: 315px;
    height: 490px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.ew_container div, .ew_container p, .ew_container a, .ew_container span {
    font-family: 'Roboto', sans-serif !important;
}
.ew_inner {
    width: 100%;
    height: 100%;
}

.ew_top {
    height: 210px;
    border-bottom: 1px solid #6c5ce7;
    background: #6c5ce7;
    padding: 0;
}
.with_upcoming_events.b_side_open {
    display: none;
}
.purple_cover {}

.ew_top img {
    width: 315px;
    height: 210px;
}

.ew_bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
}
.with_upcoming_events.ew_bottom {
    height: 490px;
}
.a_side {
    justify-content: flex-end;
}

.b_side {
    /* padding: 5px; */
}

.ew_tickets_btn {
    background: #6c5ce7;
    /* width: 25%; */
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    /* margin: auto; */
    cursor: pointer;
    text-align: center !important;
}

.ew_tickets_btn:hover {
    text-decoration: none;
    color: #fff;
}

.ew_avatar_container {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #6c5ce7;
    position: absolute;
    top: -50px;
}

.ew_avatar_container img {
    width: 100%;
    border-radius: 100%;
}

.a_side .ew_bottom_text {
    height: 177px;
    display: flex;
    width: (100% - 54px);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 23px 27px 20px 27px;
}

.b_side .ew_bottom_text {
    display: flex;
    padding: 10px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 23px 27px 20px 27px;
}

.ew_bottom_text>* {
    text-align: justify;
}

.b_side .ew_reg_purple {
    text-align: center;
}

.ew_large_black {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ew_reg_purple {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #6c5ce7;
}

.ew_reg_black {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
}

.upcoming_events_container {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    background: #fff;
    padding: 16px;
}

.upcoming_events_scroll {
    display: flex;
    flex-direction: column;
    gap: 29px;
    overflow-y: auto;
    height: 420px;
    margin-top: 20px;
    align-items: center;
}

.upcoming_events_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

.upcoming_events_scroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.upcoming_events_scroll::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.upcoming_event {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.upcoming_event img {
    width: 100%;
    border-radius: 8px;
    height: 129px;
}

.upcoming_event a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-decoration: none;
    color: black;
    padding-top: 7px;
}

.upcoming_event a:hover {
    text-decoration: none;
    color: black;
}

.upcoming_event .e_detail_tag {
    padding-top: 7px;
}
.empty_upcoming_p {
    text-align: center;
}
.ticket_price_tag {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #6C5CE7;
    padding-top: 12px;
}
.ew_host_profile_btn {
    background: #6c5ce7;
    /* width: 25%; */
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    /* margin: auto; */
    cursor: pointer;
    text-align: center !important;
}
.ew_host_profile_btn:hover {
    
    text-decoration: none;
    color: #fff;
}
.ew_text_center {
    text-align: center;
}
.e_duration_tag {
    padding-top: 15px;
}
.ew_ticket_bottom_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 17px;
}
.fw_700 {
    font-weight: 700 !important;
}
.fw_600 {
    font-weight: 600 !important;
}
.fw_500 {
    font-weight: 500 !important;
}
.fw_400 {
    font-weight: 400 !important;
}
.fs_18 {
    font-size: 18px !important;
}
.fs_16 {
    font-size: 16px !important;
}
.fs_14 {
    font-size: 14px !important;
}
.fs_13 {
    font-size: 13px !important;
}
.fs_12 {
    font-size: 12px !important;
}
