.video-popup-container {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
}
.video-popup-end {
    display: none;
    position: absolute;
    z-index: 100;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
}
.video-popup-box.finished .video-popup-end {
    display: flex;
}
.video-popup-end-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
@media (min-width: 1800px) {
    .video-popup-end-content {
        transform: scale(1.25);
    }
}
.video-popup-end-content-label {
    color: #feed1b;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
body .elementor-element h2.video-popup-end-content-title {
    color: #fff !important;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.video-popup-close {
    position: absolute;
    z-index: 105;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ffd500;
    cursor: pointer;
}
.video-popup-close i {
    transition: transform 150ms ease-in-out;
}
.video-popup-close:hover i {
    transform: scale(1.2);
}
.video-popup-box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 1400px;
    height: auto;
    background: transparent;
}
@media (max-width: 1199px){
    .video-popup-box {
        left: 40px;
        width: calc(100% - 80px);
        transform: translate(0, -50%);
    }
}
.video-popup-box .vidyard-player-embed {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* overlay */
.video-popup-container .br-overlay-showhide {
    display: none;
}
.video-popup-container .br-overlay-showhide.show {
    display: block;
}
.video-popup-container .br-overlay {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.video-popup-container .br-overlay-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    margin: 0 15px;
}
@media (max-width: 1199px) {
    .video-popup-container .br-overlay-content {
        max-height: 90vh;
        overflow-y: auto;
        padding: 25px;
        margin: 0;
    }
}
.video-popup-container .br-overlay__left,
.video-popup-container .br-overlay__right {
    width: calc(50% - 20px);
}
@media (max-width: 1199px) {
    .video-popup-container .br-overlay__left,
    .video-popup-container .br-overlay__right {
        width: 100%;
    }
    .video-popup-container .br-overlay__left {
        margin-bottom: 25px;
    }
}
.video-popup-container .br-overlay__g2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.video-popup-container .br-overlay__g2 img {
    width: 120px;
    height: auto;
    margin-right: 15px;
}
.video-popup-container .br-overlay__g2__score {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
}
.video-popup-container .br-overlay__g2__count {
    color: #555;
    font-size: 14px;
}
.video-popup-container .br-overlay .goback {
    color: #039ace;
    font-size: 14px;
    line-height: 1.1;
    padding: 3px 5px 0 0;
    background: transparent;
    margin: 0 0 20px 0;
    border: none;
    border-radius: 0;
    transition: transform 100ms ease-in-out;
}
.video-popup-container .br-overlay .goback:hover {
    background: transparent;
    transform: translateX(-5px);
}
.video-popup-container .br-overlay h3 {
    margin-bottom: 20px;
}
.video-popup-container .br-overlay.bloomreach_hs_form form .hs-fieldtype-text {
    width: 100%;
}
