body {
    margin: 0;
    background: #f5f5f5;
    font-family: sans-serif;
}

p {
    margin: 0;
}

.events_wrapper {
    width: 1215px;
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-areas: "header" "content";
}

.ui_bar {
    display: grid;
    grid-gap: 20px;
    grid-template-areas: "a a a a a a a a a a a a b c";
    grid-area: header;
}

.host_event_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px auto;
    margin-bottom: 0;
    width: 1130px;
}

.host_event_inner {
    display: flex;
    align-items: center;
    /* height: 31%; */
    width: 8%;
    padding: 4px;
    justify-content: center;
}

.host_event_inner a {
    background: inherit;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #dedede;
}

.host_event_inner a:hover {
    background: #ededed;
    border: 1px solid #dedede;
    color: #000;
}

.events_content {
    grid-area: content;
    background: #fff;
    border: 1px solid #dedede;
    /* min-height: 845px; */
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.ui_bar, .events_content {
    border-radius: 12px;
}

.search_bar_wrapper {
    /* width: 55%; */
    grid-area: a;
    padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_bar_input {
    outline: none;
    border: none;
    padding: 0;
}

.search_bar_input:focus {
    outline: none;
    border: none;
}

.search_bar_input:active {
    background: transparent !important;
}

.result_container {
    display: flex;
    width: 31%;
}

#result_count {
    font-size: 14px;
    font-weight: 600;
    opacity: 40%;
}

.search_btn {
    color: #fff;
    background: #1f1f1f;
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
}

.search_bar_input:-webkit-autofill, .search_bar_input:-webkit-autofill:hover, .search_bar_input:-webkit-autofill:focus, .search_bar_input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important;
}

.filter_wrapper {
    grid-area: b;
    padding: 10px 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.filter_wrapper img {
    width: 17px;
    padding: 7px;
    transition: all .2s;
}

.filter_wrapper img:hover {
    background: #ededed;
    border-radius: 4px;
    transition: all .2s;
}

.filter_label {
    font-weight: 600;
}

.filter_modal {
    overflow: hidden;
    position: absolute;
    top: 60px;
    background: #fff;
    width: 31%;
    height: 0;
    z-index: 9;
    transition: all .3s;
}

.modal_open {
    height: auto;
    width: 48%;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
    transition: all .3s;
    overflow: unset;
    display: flex;
}

.filter_button {
}

.filters_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter_form {
    /* height: 250px; */
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 11px;
    align-items: flex-start;
    align-content: flex-start;
}

.filter_status {
    flex-direction: column;
}

.filter_status .filter_item {
    width: auto;
}

.filter_item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 30%;
}

.filter_item input {
}

.clear_filter {
    background: #6c5ce7;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.hide {
    display: none !important;
}

.sort_label {
    margin-right: 5px;
    font-weight: 600;
}

.sort_wrapper {
    grid-area: c;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sort_wrapper select {
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding: 8px 0px 8px 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    background-image: url('/assets/img/events/select-down.svg');
}

.sort_wrapper select option {
    font-weight: 600;
}

.view_style_wrapper {
    grid-area: d;
    padding: 9px 17px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
}

.format_select {
    padding: 8px 11px;
    border-radius: 4px;
    display: flex;
}

.format_select img {
    width: 23px;
}

.format_select.active {
    background: #ebebeb;
}

.event_gallery {
    width: 1130px;
    margin: auto;
    margin-top: 0px;
}

#search {
    margin: 20px auto;
    margin-top: 0px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.event_card_wrapper {
    width: fit-content !important;
    color: unset;
    font-size: unset;
}

.event_card_wrapper.search {
    /* margin: 5px; */
}

.event_card {
    width: 275px;
    height: 360px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #dedede;
    overflow: hidden;
    margin: auto;
    margin-top: -22px;
    display: flex;
    flex-direction: column;
}

.black_overlay {
    background: #000;
    width: 275px;
    height: 360px;
    position: absolute;
    opacity: 25%;
    border-radius: 14px;
}

.event_card.search {
    margin: 25px;
    margin-top: -25px;
}

.opaque {
    opacity: 36%;
}

/* .slick-slide img:not(.button_with_loader_img) {
    display: block !important;
} */
.draft_btns_container {
    position: relative;
    bottom: 5px;
}

.draft_btns_container .draft_btn {
    width: 96%;
}

.card_cover_img {
    height: 160px;
    max-height: 160px;
}

.card_cover_img img {
    height: 160px;
    width: 100%;
}

.card_body {
    height: 200px;
    padding: 15px;
}

.card_type {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    /* margin-top: 10px; */
    margin-bottom: 5px;
    color: #6c5ce7;
}

.card_title {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.card_details {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #858585;
}

.card_price_range {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
}

.pill_tag {
    position: relative;
    top: 25px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    width: fit-content;
    padding: 8px 20px 8px 20px;
    text-align: center;
    border-radius: 16px;
    text-transform: capitalize;
    z-index: 8;
}

.pill_tag.search {
    top: 20px;
    left: 40px;
}

.type_footer {
    position: relative;
    bottom: 10px;
    left: 10px;
}

.event_class_info {
    padding-top: 6px;
    width: 92%;
    border-top: 1px solid #dedede;
    color: #6c5ce7;
    font-size: 12px;
    font-weight: 600;
    display: flex;
}

.event_class_info img {
    margin-right: 5px;
}

.eod_tipped {
    color: #29C689
}

/* .slick-prev:before {
    background-image: url(../../img/events/icn_arrow_left_sm.svg);
    background-size: 10px;
    background-color: transparent;
    color: transparent !important;
    border-radius: 100%;
    top: 0;
    right: 35px !important;
    padding: 5px
}

.slick-next:before {
    background-image: url(../../img/events/icn_arrow_right_sm.svg);
    background-size: 10px;
    background-color: transparent;
    color: transparent !important;
    border-radius: 100%;
    top: 0;
    left: 35px;
    padding: 5px
} */
.slick-initialized .slick-slide {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.slick-dots {
    margin-top: 30px;
    bottom: -40px;
    position: unset;
}

.slick-dots li a {
    color: #000;
}

.slick-dots li a:hover {
    text-decoration: none;
}

li.slick-active {
    background: #000;
    border-radius: 100%;
    padding: 4px;
}
.new-dashboard li.slick-active {
    width: 25px;
    height: 25px;
}

li.slick-active a {
    color: #fff !important;
}

@media only screen and (max-width: 770px) {
    .events_wrapper {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ui_bar {
        display: flex;
        width: 97%;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .host_event_container {
        display: block;
        width: 100%;
    }

    .host_event_inner {
        display: block;
        margin: auto;
        width: 95%;
    }

    .host_event_inner a {
    }

    .host_event_inner a:hover {
    }

    .events_content {
    width: 100vw;
    }

    body::-webkit-scrollbar-track {
    }

    body::-webkit-scrollbar {
    }

    body::-webkit-scrollbar-thumb {
    }

    .ui_bar, .events_content {
    }

    .search_bar_wrapper {
        width: 100%;
        padding: 5px;
    }

    .search_bar_input {
    }

    .search_bar_input:focus {
    }

    .search_bar_input:active {
    }

    .result_container {
    }

    #result_count {
    }

    .search_btn {
        font-size: 12px;
        padding: 5px;
    }

    .search_bar_input:-webkit-autofill, .search_bar_input:-webkit-autofill:hover, .search_bar_input:-webkit-autofill:focus, .search_bar_input:-webkit-autofill:active {
    }

    .filter_wrapper {
        width: 49%;
        padding: 0px 0;
    }

    .filter_wrapper img {
    }

    .filter_wrapper img:hover {
    }

    .filter_label {
        font-size: 12px;
    }

    .filter_modal {
        left: 0;
        top: 0px;
        flex-direction: column;
    }

    .modal_open {
        width: 92%;
    }

    .filter_button {
    }

    .filters_container {
        gap: 5px;
    }

    .filter_form {
        align-items: center;
        gap: 5px;
    }

    .filter_status {
        flex-direction: row;
    }

    .filter_status .filter_item {
        width: 48%;
    }

    .filter_item {
        width: 48%;
        font-size: 12px;
    }

    .filter_item input {
    }

    .clear_filter {
    }

    .hide {
    }

    .sort_label {
        font-size: 12px;
    }

    .sort_wrapper {
        width: 45%;
        padding: 5px;
    }

    .sort_wrapper select {
        padding: 3px;
        width: 50%;
    }

    .sort_wrapper select option {
        font-size: 12px;
    }

    .view_style_wrapper {
    }

    .format_select {
    }

    .format_select img {
    }

    .format_select.active {
    }

    .event_gallery {
    width: 100vw;
    }

    #search {
    }

    .event_card_wrapper {
    }

    .event_card_wrapper.search {
    }

    .event_card {
    width: 49vw;
    height: 300px;
    }

    .black_overlay {
    width: 49vw;
    height: 300px;
    }

    .event_card.search {
    }

    .opaque {
    }

    /* .slick-slide img:not(.button_with_loader_img) {
        
    } */
    .draft_btns_container {
    }

    .draft_btns_container .draft_btn {
    min-width: unset;
    width: 90%;
    padding: 3px;
    }

    .card_cover_img {
    height: 110px;
    }

    .card_cover_img img {
    height: 110px;
    }

    .card_body {
    padding: 5px;
    height: 190px;
    }

    .card_body .text_italic {
        font-size: 10px
    }

    .card_body .spacer_5 {
        display: none;
    }

    .card_type {
    }

    .card_title {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
    }

    .card_details {
    font-size: 10px;
    line-height: 12px;
    }

    .card_price_range {
    font-size: 10px;
    margin-top: 3px;
    }

    .pill_tag {
    padding: 5px;
    font-size: 9px;
    min-width: 48px;
    }

    .pill_tag.search {
    }

    .type_footer {
    }

    .event_class_info {
    font-size: 10px;
    }

    .event_class_info img {
    }

    .eod_tipped {
    }

    /* .slick-prev:before {
        background-image: url(../../img/events/icn_arrow_left_sm.svg);
        background-size: 10px;
        background-color: transparent;
        color: transparent !important;
        border-radius: 100%;
        top: 0;
        right: 35px !important;
        padding: 5px
    }
    
    .slick-next:before {
        background-image: url(../../img/events/icn_arrow_right_sm.svg);
        background-size: 10px;
        background-color: transparent;
        color: transparent !important;
        border-radius: 100%;
        top: 0;
        left: 35px;
        padding: 5px
    } */
    .slick-initialized .slick-slide {
    }

    .slick-dots {
    }

    .slick-dots li a {
    }

    .slick-dots li a:hover {
    }

    li.slick-active {
    }

    li.slick-active a {
    }
}
@media only screen and (max-height: 485px) and (orientation: landscape) {
    .events_wrapper {
        
    }

    .ui_bar {
        
    }

    .host_event_container {
    }

    .host_event_inner {
    }

    .host_event_inner a {
    }

    .host_event_inner a:hover {
    }

    .events_content {
    }

    body::-webkit-scrollbar-track {
    }

    body::-webkit-scrollbar {
    }

    body::-webkit-scrollbar-thumb {
    }

    .ui_bar, .events_content {
    }

    .search_bar_wrapper {
        
    }

    .search_bar_input {
    }

    .search_bar_input:focus {
    }

    .search_bar_input:active {
    }

    .result_container {
    }

    #result_count {
    }

    .search_btn {
        
    }

    .search_bar_input:-webkit-autofill, .search_bar_input:-webkit-autofill:hover, .search_bar_input:-webkit-autofill:focus, .search_bar_input:-webkit-autofill:active {
    }

    .filter_wrapper {
        
width: 52%;
    }

    .filter_wrapper img {
    }

    .filter_wrapper img:hover {
    }

    .filter_label {
        
    }

    .filter_modal {
        
    }

    .modal_open {
        
    }

    .filter_button {
    }

    .filters_container {
        
    }

    .filter_form {
        
    }

    .filter_status {
        
    }

    .filter_status .filter_item {
        
    }

    .filter_item {
        
    }

    .filter_item input {
    }

    .clear_filter {
    }

    .hide {
    }

    .sort_label {
        
    }

    .sort_wrapper {
        
    }

    .sort_wrapper select {
        
    }

    .sort_wrapper select option {
        
    }

    .view_style_wrapper {
    }

    .format_select {
    }

    .format_select img {
    }

    .format_select.active {
    }

    .event_gallery {
    }

    #search {
    }

    .event_card_wrapper {
    }

    .event_card_wrapper.search {
    }

    .event_card {
    height: 275px;
    }

    .black_overlay {
    height: 275px;
    }

    .event_card.search {
    }

    .opaque {
    }

    /* .slick-slide img:not(.button_with_loader_img) {
        
    } */
    .draft_btns_container {
    }

    .draft_btns_container .draft_btn {
    }

    .card_cover_img {
    height: 145px;
    }

    .card_cover_img img {
    height: 145px;
    }

    .card_body {
    }

    .card_type {
    }

    .card_title {
    }

    .card_details {
    }

    .card_price_range {
    }

    .pill_tag {
    }

    .pill_tag.search {
    }

    .type_footer {
    }

    .event_class_info {
    }

    .event_class_info img {
    }

    .eod_tipped {
    }

    /* .slick-prev:before {
        background-image: url(../../img/events/icn_arrow_left_sm.svg);
        background-size: 10px;
        background-color: transparent;
        color: transparent !important;
        border-radius: 100%;
        top: 0;
        right: 35px !important;
        padding: 5px
    }
    
    .slick-next:before {
        background-image: url(../../img/events/icn_arrow_right_sm.svg);
        background-size: 10px;
        background-color: transparent;
        color: transparent !important;
        border-radius: 100%;
        top: 0;
        left: 35px;
        padding: 5px
    } */
    .slick-initialized .slick-slide {
    }

    .slick-dots {
    }

    .slick-dots li a {
    }

    .slick-dots li a:hover {
    }

    li.slick-active {
    }

    li.slick-active a {
    }
}