.events-item-content-top-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.events-item-content-top-right img {
    width: 47px;
    height: 19px;
}

.events-item-content-top-right {
    position: relative;
}

.events-item-tooltip {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 200px;
    display: none;
    background-color: #59607D;
    font-size: 12px;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}

.events-item-tooltip:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 10px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #59607D;
}

.events-item-content-top-right:hover .events-item-tooltip {
    display: flex;
}

@media screen and (max-width: 1070px) {
    .events-item-content {
        position: relative;
    }
    .events-item-content-top-right {
        position: absolute;
        bottom: 0px;
        right: 10px;
    }
}

.event-carousel-inner .zoom-webinar {
    width: 100%;
    padding-bottom: 10px;
    margin-left: -3px;
}

.event-carousel-inner .point {
    font-size: 20px;
}

.number_of_events {
    font-size: 12px;
    line-height: 21px;
    color: #59607D;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.events-holder {
    margin-right: calc(-50vw + 350px);
    margin-left: calc(-50vw + 630px);
    display: flex;
    position: relative;
    min-height: 100vh;
}

.resources-content .events-content {
    margin-left: 230px;
    flex: 1;
    padding: 30px 80px;
}

@media screen and (min-width: 1700px) {
    .resources-content .events-content {
        margin: 0 auto !important;
        max-width: 960px;
    }
}

.resources-content .events-title {
    font-size: 22px;
    line-height: 38px;
    color: #323856;
    font-weight: 800;
    margin-bottom: 15px;
}

.resources-content .loading {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.resources-content .loading img {
    width: 100px;
    height: 100px;
}

.events-sidebar {
    width: 230px;
    padding: 40px 14px;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.sidebar-filter-rsvp,
.sidebar-filter-period {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.filter-item-title {
    font-size: 16px;
    line-height: 21px;
    color: #484E6B;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    display: flex;
}

.filter-item-title span strong {
    background-color: #CCD1F4;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.filter-item-list-content.hr-domain-list {
    margin-top: 15px;
}

.filter-item-title:before {
    content: "\f078";
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    transform: rotate(0deg);
    transition: transform .3s;
}

#events-upcoming-content,
#events-past-content {
    margin: 0px -10px;
}

.active-filter-items .filter-item-title:before {
    transform: rotate(180deg);
    transition: transform .3s;
}

.filter-item-list-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-holder {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #CACFE6;
    border-radius: 2px;
}

.item-text {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #484E6B;
    display: flex;
}

.close-events-sidebar {
    display: none;
}

#see-results {
    display: none;
}

.clear-filters {
    display: flex;
}

.item-holder:last-child {
    margin-bottom: 0px;
}

.filter-item-list {
    padding-bottom: 25px;
}

.popup_holder2.show_popup2 {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
    cursor: pointer;
}

.popup_holder2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#popup_main.show_popup {
    display: block;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    z-index: 99999;
}

#popup_main {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 960px;
    z-index: 130;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
}

#popup_main .popup_header {
    justify-content: flex-end;
}

body.single-events {
    overflow-x: unset !important;
    overflow-y: hidden !important;
}

html {
    overflow-x: unset;
}

.popup_content {
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    margin-top: -60px;
}

.popup_content_top {
    line-height: 0;
}

.video_mode .popup_content {
    margin-top: 0px;
}

#popup_main.video_mode .popup_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#popup_main.video_mode .popup_header .class_close a {
    color: rgb(64, 64, 64)!important;
}

@media screen and (min-width: 961px) {
    .popup_content_top img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
}

#popup_main .popup_header {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.popup_header {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.class_close a {
    color: #fff!important;
}

.popup_header.sticky-header {
    background-color: #fff!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)!important;
}

.popup_header.sticky-header .class_close a {
    color: rgb(64, 64, 64)!important;
}

.popup_content_bottom {
    padding: 20px 120px 40px;
}

.event-title {
    margin: 0px;
    font-size: 32px;
    line-height: 44px;
    color: #323856;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.event-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.attendance-holder {
    display: flex;
    align-items: center;
}

.zoom-webinar span,
.duration span,
.attendance-holder span {
    padding-right: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #59607D;
}

.zoom-webinar img {
    width: 29px;
    height: 24px;
}

.duration,
.event-information-right {
    display: flex;
    align-items: center;
}

.point {
    padding: 0px 10px;
    font-size: 10px;
}

.zoom-webinar,
.event-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.events-item-categories-term {
    font-size: 14px;
    line-height: 21px;
    color: #323856;
    font-weight: 400;
    background-color: #F4F6FA;
    padding: 2px 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    display: inline-block;
}

.event-information-left {
    font-size: 16px;
    line-height: 22px;
    color: #136999;
    font-weight: 700;
}

.event-information-left span {
    text-transform: uppercase;
}

.event-rsvp-top-date {
    font-size: 22px;
    line-height: 32px;
    color: #323856;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.calendar-holder {
    display: flex;
    flex-direction: column;
}

.event-rsvp-calendar {
    font-size: 16px;
    line-height: 21px;
    color: #59607D;
    font-weight: 400;
    display: flex;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.event-rsvp-calendar i {
    padding-right: 5px;
    font-size: 18px;
}

.event-rsvp-type {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px -2px;
}

.event-rsvp-type img {
    width: 24px;
    padding-right: 3px;
}

.event-rsvp-type span {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #59607D;
}

.event-category {
    padding-bottom: 0px;
}

.event-accredited-section {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    background-color: #F5F7FF;
    border: 1px solid #CCD1F4;
    border-radius: 3px;
    align-items: center;
    margin-top: 20px;
}

.event-accredited-left {
    line-height: 0;
}

.event-accredited-left img {
    width: 68px;
}

.event-accredited-right {
    flex: 1;
    padding-left: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #151C28;
}

.event-rsvp-section {
    margin: 20px 0px 30px;
    display: flex;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.14);
}

.event-rsvp-left {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pre-live-event .event-rsvp-right {
    width: 228px;
    background-color: #F4F6FA;
    line-height: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-rsvp-right {
    width: 324px;
    line-height: 0;
}

.event-rsvp-right img {
    width: 100%;
}

.event-rsvp-title {
    font-size: 16px;
    line-height: 22px;
    color: #323856;
    font-weight: 600;
    padding-bottom: 10px;
}

.event-rsvp-text {
    font-size: 16px;
    line-height: 22px;
    color: #9AA0B9;
    padding-bottom: 15px;
}

.event-rsvp-buttons {
    display: flex;
    align-items: center;
    width: 100%;
}

.event-rsvp-attendance>span {
    font-size: 14px;
    line-height: 19px;
    color: #59607D;
    font-weight: 400;
    padding-top: 20px;
    display: inline-block;
}

.event-rsvp-buttons .default-button.orange-button {
    padding: 0px;
}

.event-rsvp-buttons .default-button.orange-button a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.event-rsvp-buttons .default-button.orange-button a:hover {
    background: #f7b500 !important;
}

.event-rsvp-buttons .default-button.orange-button:hover {
    border-color: #f7b500 !important;
}

.event-rsvp-attendance {
    width: 100%;
}

.event-rsvp-text-above {
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #323856;
    font-size: 16px;
    width: 100%;
}

.event-rsvp-text-above i {
    color: #00AE46;
    padding-right: 5px;
    font-size: 18px;
}

.atcb-button {
    border: none!important;
    padding: 0px!important;
}

.sticky-down.hide_init {
    -moz-transform: translateY(15vw);
    -ms-transform: translateY(15vw);
    -webkit-transform: translateY(15vw);
    transform: translateY(15vw);
    transition: transform .6s;
}

.sticky-down.show_sticky {
    -moz-transform: translateY(0vw);
    -ms-transform: translateY(0vw);
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw);
    transition: transform .6s;
}

.sticky-down {
    display: flex;
    align-items: center;
    padding: 20px 35px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}

.sticky-down-right {
    display: flex;
    align-items: center;
}

.sticky-down-left {
    color: #323856;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.sticky-down-left span {
    text-transform: uppercase;
}

#event-going-down {
    background-color: #FB9F00;
    color: #fff;
    border-color: #FB9F00;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 50px;
    width: 188px;
    justify-content: center;
    line-height: 1;
}

#event-going-down.active-button {
    background-color: transparent;
    border: none;
    color: #323856;
    padding: 0px !important;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}

#event-going-down.active-button>span {
    padding-right: 5px;
}

#event-maybe-down {
    padding: 13px 42px;
    font-size: 16px;
}

.events-content {
    padding-top: 20px;
}

.events-content ul {
    margin-left: 0px;
    padding-left: 15px;
}

.event-rsvp-buttons .default-button {
    background-color: #FB9F00;
    color: #fff;
    border-color: #FB9F00;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    justify-content: center;
    line-height: 1;
}

.default-button.active-button {
    background-color: transparent;
    border: none;
    color: #323856;
    padding: 0px !important;
    flex-wrap: wrap;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: inherit;
    align-items: flex-start;
    justify-content: flex-start;
}

.default-button.active-button span {
    color: #323856;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

#event-going,
#event-maybe {
    padding: 7px 36px;
}

#event-going.default-button.active-button:before,
#event-maybe.default-button.active-button:before {
    right: 15px;
    top: 7px;
    font-size: 13px;
}

#event-going-down.default-button.active-button:before,
#event-maybe-down.default-button.active-button:before {
    right: 18px;
    top: 13px;
    font-size: 15px;
}

.prevent-buttons .default-button {
    opacity: 0.5;
    pointer-events: none;
}

.content-video h3,
.events-content h3 {
    color: #323856;
    font-size: 20px;
    margin-top: 0px;
}

.events-content h4 {
    color: #323856;
    font-size: 18px;
    font-weight: 400;
}

.events-content h5 {
    color: #323856;
    font-size: 16px;
    font-weight: 400;
}

.events-content p {
    margin: 0px 0px 10px;
    color: #323856;
    font-weight: 400;
}

.events-modify {
    color: #9AA0B9;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
}

.event-carousel {
    margin-bottom: 88px;
}

.video_mode .event-carousel {
    margin-bottom: 148px;
}

.event-carousel {
    background-color: #F4F6FA;
    padding: 40px 20px 30px;
}

.event-carousel-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #323856;
    padding: 0px 0px 20px 10px;
}

.events-item {
    display: flex;
    flex-direction: column;
}

.events-item {
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.14);
    margin: 0px 10px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    text-decoration: none;
    height: inherit!important;
    display: flex!important;
}

.badge {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #323856;
    background-color: #fff;
    border: 1px solid #CACFE6;
    padding: 4px 10px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 24px;
}

.events-thumbnail {
    position: relative;
    line-height: 0;
}

.event-carousel-inner .events-thumbnail img {
    border-radius: 8px 8px 0px 0px;
}

.badge.live {
    padding-left: 20px;
}

.badge.live:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #cc0000;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.events-item-content-time {
    font-size: 14px;
    line-height: 19px;
    color: #136999;
    font-weight: 700;
    margin-bottom: 10px;
}

.events-item-content-time span {
    text-transform: uppercase;
}

.event-carousel .event-title {
    font-size: 20px;
    line-height: 24px;
    color: #323856;
    font-weight: 800;
    margin-bottom: 10px;
}

.events-item-categories-term {
    font-size: 12px;
    line-height: 16px;
    color: #323856;
    font-weight: 400;
    background-color: #F4F6FA;
    padding: 2px 4px;
    margin-right: 4px;
    border-radius: 2px;
    display: inline-block;
}

.events-item-content-top {
    display: flex;
}

.events-item-content {
    display: flex;
    flex-direction: column;
}

.slick-track {
    display: flex!important;
}

.events-item-content {
    padding: 12px;
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.events-item-content-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
}

.events-item .zoom-webinar {
    padding-right: 0px;
}

.events-item .attendance-holder {
    display: flex;
    align-items: center;
}

.events-item .duration {
    display: flex;
    align-items: center;
}

.event-carousel-items .slick-prev.slick-arrow {
    position: absolute;
    top: -50px;
    font-size: 0px;
    right: 50px;
    border: none;
    border: 2px solid #ABB0B9;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

.event-carousel-items .slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 16px;
    color: #ABB0B9;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    cursor: pointer;
}

.event-carousel-items .slick-next.slick-arrow {
    position: absolute;
    top: -50px;
    font-size: 0px;
    right: 10px;
    border: none;
    border: 2px solid #ABB0B9;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

.event-carousel-items .slick-prev.slick-arrow:hover,
.event-carousel-items .slick-next.slick-arrow:hover {
    border-color: #59607D;
}

.event-carousel-items .slick-next.slick-arrow:before {
    content: "\f054";
    font-size: 16px;
    color: #ABB0B9;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    cursor: pointer;
}

.event-carousel-items .slick-prev.slick-arrow:hover:before,
.event-carousel-items .slick-next.slick-arrow:hover:before {
    color: #59607D;
}

.orange-ghost-button a {
    text-decoration: none;
    color: #FB9F00;
}

.event-rsvp-text-below {
    font-size: 16px;
    line-height: 22px;
    color: #9AA0B9;
    padding-top: 15px;
}

.sticky-down-right>a {
    padding: 13px 42px;
    font-size: 16px;
    text-decoration: none;
    background-color: #FB9F00;
    color: #fff;
}

.sticky-down-right>a:hover {
    background: #f7b500!important;
    border-color: #f7b500!important;
}

.event-rsvp-porcessing {
    line-height: 0;
}

@media screen and (min-width: 961px) {
    .event-rsvp-porcessing img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: bottom;
    }
}

.event-rsvp-porcessing {
    margin: 30px 0px 0px;
}

.rate-event span {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    cursor: pointer;
}

.rate-event span#like-event:before {
    content: "";
    background-image: url("../images/svg/silver-like.svg");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: cover;
}

.rate-event span#dislike-event {
    margin-left: 8px;
}

.rate-event span#dislike-event:before {
    content: "";
    background-image: url("../images/svg/silver-dislike.svg");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: cover;
}

.rate-event {
    display: flex;
    align-items: center;
    height: 47px;
}

.rate-event span#like-event.active-rate:before {
    background-image: url("../images/svg/blue-like.svg")!important;
}

.rate-event span#dislike-event.active-rate:before {
    background-image: url("../images/svg/red-dislike.svg")!important;
}

.rate-event span#like-event:hover:before {
    background-image: url("../images/svg/purple-like.svg");
}

.rate-event span#dislike-event:hover:before {
    background-image: url("../images/svg/purple-dislike.svg");
}

.popup_holder_inner {
    display: flex;
    padding: 0px 0px 30px;
}

.container_vimeo_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25% !important;
}

.container_vimeo_inner iframe {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.video_mode .events-content {
    margin-top: 40px;
    border-top: 1px solid #CACFE6;
}

.content-video {
    margin-top: 20px;
}

.content-video p {
    margin: 0px 0px 10px;
    color: #323856;
    font-weight: 400;
}

.content-video p:last-child {
    margin-bottom: 0px;
}

.content-video p a {
    color: #1EBBF0;
}

@media screen and (max-width: 960px) {
    .event-carousel {
        padding: 40px 50px;
    }
    #popup_main {
        width: 100%;
    }
    .popup_content_bottom {
        padding: 40px 60px 40px;
    }
    .sticky-down {
        padding: 20px 60px;
    }
    .left_sidebar,
    .resources-content {
        display: none!important;
    }
}

@media screen and (max-width: 760px) {
    .pre-live-event .event-rsvp-right {
        align-items: flex-start;
    }
    .default-button.active-button span {
        padding-right: 5px;
    }
    .event-rsvp-buttons .default-button,
    .event-rsvp-buttons .default-button.orange-button {
        max-width: 300px;
    }
    .event-rsvp-section.pre-live-event .event-rsvp-left {
        order: 1;
    }
    .event-rsvp-section.pre-live-event .event-rsvp-right {
        order: 2;
        flex: none;
        width: 100%;
    }
    .event-rsvp-text-above {
        min-height: inherit;
        margin-bottom: 10px;
    }
    .event-rsvp-attendance>span {
        padding-top: 10px;
    }
    .event-rsvp-section {
        flex-direction: column;
    }
    .event-rsvp-right {
        width: 100%;
        order: 1;
    }
    .event-rsvp-left {
        order: 2;
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .video_mode .event-carousel {
        padding: 30px 30px 60px;
    }
    .video_mode .event-carousel {
        margin-bottom: 0px;
    }
    .popup_holder_inner {
        padding: 0px 0px 20px;
    }
    .video_mode .events-content {
        margin-top: 20px;
    }
    .event-rsvp-porcessing {
        margin: 30px 0px 30px;
    }
    .popup_content_bottom {
        padding: 30px;
    }
    .event-information {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10px;
    }
    .event-information-right {
        padding-top: 10px;
    }
    .event-rsvp-section {
        margin: 20px 0px 20px;
    }
    .events-content {
        padding-top: 20px;
    }
    .sticky-down {
        display: none;
    }
    .event-carousel {
        margin: 0px;
    }
    .events-modify {
        padding-top: 10px;
    }
    .event-carousel {
        padding: 30px 30px 10px;
    }
}

@media screen and (max-width: 480px) {
    .event-rsvp-buttons .default-button,
    .event-rsvp-buttons .default-button.orange-button {
        max-width: 100%;
    }
}

.events-holder .item-holder {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.events-holder .item-holder:last-child {
    margin-bottom: 0px;
}

.events-holder .item-text {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #484E6B;
    display: flex;
}

.events-holder .checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #CACFE6;
    border-radius: 2px;
}

.events-holder .item-holder>span {
    cursor: pointer;
}

.events-holder .filter-item-list {
    padding-bottom: 25px;
}

.events-holder .sidebar-filter-rsvp,
.events-holder .sidebar-filter-period {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.events-holder .events-title {
    font-size: 22px;
    line-height: 38px;
    color: #323856;
    font-weight: 800;
    margin-bottom: 15px;
}

.events-holder .events-item {
    display: flex;
    margin-bottom: 14px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.14);
}

.events-holder .events-thumbnail {
    width: 140px;
    line-height: 0;
    position: relative;
}

.events-holder .events-thumbnail img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

.events-holder .events-thumbnail img.play-button {
    width: 42px;
    height: 42px;
    position: absolute;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
}

.events-holder .events-item-content {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.events-holder .events-item-content-top {
    display: flex;
}

.events-holder .events-item {
    text-decoration: none;
}

.events-holder .events-item-content-time {
    font-size: 14px;
    line-height: 19px;
    color: #136999;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.events-item-content-time span {
    text-transform: uppercase;
}

.events-holder .event-title {
    font-size: 20px;
    line-height: 24px;
    color: #323856;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.events-holder .events-item-categories-term {
    font-size: 12px;
    line-height: 16px;
    color: #323856;
    font-weight: 400;
    background-color: #F4F6FA;
    padding: 2px 4px;
    margin-right: 4px;
    border-radius: 2px;
}

.events-holder .events-item-content-categories {
    display: flex;
    flex-wrap: wrap;
}

.events-holder .events-item-content-bottom {
    display: flex;
    align-items: center;
    flex-direction: row!important;
}

.events-holder .zoom-webinar {
    display: flex;
    align-items: center;
    padding-right: 24px;
}

.events-holder .zoom-webinar img {
    line-height: 0;
    margin-right: 4px;
    width: 24px;
    height: 24px;
}

.events-holder .zoom-webinar span {
    font-size: 12px;
    line-height: 16px;
    color: #6F7682;
    padding-right: 0px;
}

.events-holder .attendance-holder {
    display: flex;
    align-items: center;
}

.events-holder .attendance-holder span {
    font-size: 12px;
    line-height: 16px;
    color: #6F7682;
    font-weight: 400;
    padding-right: 4px;
}

.events-holder .point {
    padding: 0px 12px;
    font-size: 24px;
    line-height: 0;
}

.events-holder .duration {
    display: flex;
    align-items: center;
}

.events-holder .duration span {
    font-size: 12px;
    line-height: 16px;
    color: #6F7682;
    font-weight: 400;
    padding-right: 4px;
}

.events-holder .loading {
    text-align: center;
    display: block;
}

.events-holder .loading img {
    width: 100px;
    height: 100px;
}

.events-holder .load_more {
    text-align: center;
    display: block;
    color: inherit!important;
    padding: 0px;
    width: max-content;
    margin-top: 5px;
}

.events-holder .load_more span {
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 7px 24px;
    cursor: pointer;
    font-weight: 600;
}

.events-holder .activ_item .checkbox {
    background-color: #1EBBF0;
    border-color: #1EBBF0;
    position: relative;
}

.events-holder .activ_item .checkbox:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 1px;
    top: -2px;
    font-size: 13px;
}

.events-holder .activ_item .item-text {
    color: #141921;
    /* font-weight: 600; */
}

.events-holder .clear-filters {
    display: flex;
}

.events-holder .events-item {
    display: flex;
    margin-bottom: 14px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.14);
    flex-direction: row!important;
}

#filter-events-button {
    display: none;
}