.popup_holder.show_popup {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#popup_main {
    display: block;
    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);
    transform: translateX(0);
    background-color: #fff;
    z-index: 999999;
}

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

#popup_main .popup_header .class_close {
    min-width: 70px;
    padding: 12px 12px;
    font-size: 14px;
    border: 1px solid #abb0b9;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1;
    margin-left: auto;
}

#popup_main .popup_header .class_close span {
    color: #fff !important;
    font-weight: 600;
}

#popup_main .popup_header {
    text-align: right;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    position: relative;
    z-index: 9;
}

.popup_content_top {
    line-height: 0;
}

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

.logged-in #popup_main {
    margin-top: 32px;
}

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

.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;
}

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

.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;
    font-weight: 100;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}

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

.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;
}

.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-text-above {
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #323856;
    font-size: 16px;
    width: 100%;
}

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

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

#event-going {
    min-width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.5;
    pointer-events: none;
}

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

.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;
}

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

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

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

.event-carousel-items .events-item {
    flex-direction: column;
}

.event-carousel-items .events-thumbnail {
    width: 100%;
}

.event-carousel-items .events-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: unset;
    border-radius: 8px 8px 0px 0px;
}

.event-carousel-items .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;
}

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

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

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

.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:hover,
.event-carousel-items .slick-next.slick-arrow:hover {
    border-color: #59607D;
}

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

.event-carousel-items .slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 16px;
    color: #ABB0B9;
    font-family: 'Font Awesome 6 Free';
    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-next.slick-arrow:before {
    content: "\f054";
    font-size: 16px;
    color: #ABB0B9;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    cursor: pointer;
}

.event-carousel-items .point {
    padding: 0px 8px;
}

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

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

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

.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;
    box-sizing: border-box;
}

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

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

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

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

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

#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;
    padding: 0px;
    min-width: 10%;
    font-weight: 600;
    cursor: pointer;
}

#event-going-down:hover {
    background: #f7b500;
}

.event-rsvp-porcessing {
    line-height: 0;
    margin: 30px 0px 0px;
    display: block;
    position: relative;
}

.event-rsvp-porcessing img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 8px;
}

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

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

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

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

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

.event-information-right .zoom-webinar {
    padding: 0px;
}

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

.rate-event {
    display: flex;
    align-items: center;
    opacity: 0.5;
    pointer-events: none;
}

.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: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;
}

.video_type .popup_content {
    margin: 0px;
}

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

#popup_main.video_type .popup_header .class_close span {
    color: #abb0b9 !important;
}

.popup_content_top img {
    height: auto;
    max-width: 100%;
}

.event-information-right .zoom-webinar {
    width: inherit;
}

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

@media screen and (max-width: 960px) {
    #popup_main {
        width: 100%;
    }
    .popup_content_bottom {
        padding: 40px 60px 40px;
    }
}

@media screen and (max-width: 782px) {
    .logged-in #popup_main {
        margin-top: 46px;
    }
}

@media screen and (max-width: 760px) {
    .event-rsvp-section {
        flex-direction: column;
    }
    .pre-live-event .event-rsvp-right {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 660px) {
    .popup_content_bottom {
        padding: 30px;
    }
    .sticky-down {
        display: none;
    }
    .event-carousel {
        margin-bottom: 0px;
    }
    .event-information {
        align-items: flex-start;
        flex-direction: column;
    }
    .event-information-right {
        padding-top: 10px;
    }
    .event-rsvp-porcessing img {
        height: auto;
    }
}