/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

div[data-elementor-type="wp-page"] {
    flex: 1;
}

.filter-by-preference {
    position: absolute;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #007cba;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.filter-by-preference.active {
    background-color: #d63638;
}

.quiz-filter-toggle {
    position: absolute;
    right: 6px;
    top: -2px;
    background: none !important;
    width: 25px !important;
    padding: 0 !important;
    border: none !important;
    display: flex !important;
}

@media (max-width: 767px) {
    /*.quiz-filter-toggle {*/
    /*    margin: 0 !important;*/
    /*    right: 50% !important;*/
    /*    transform: translateX(50%);*/
    /*}*/
}

.page-id-13379 {
    background-color: #F1F2F6 !important;
}

.wp-video,
.wp-video-shortcode,
.mejs-container {
    width: 100% !important;
    max-width: 100%;
}

.wp-video video.wp-video-shortcode,
.mejs-container video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.mejs-container .mejs-controls {
    width: 100% !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #2170e8 !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: rgba(0, 0, 0, 0.8) !important;
}

.mejs-playpause-button > button {
    &:focus, &:hover, &:active {
        background-color: #2170e8;
    }
}

.mejs-overlay-button {
    border-radius: 50%;
    background: #fff !important;
}

.mejs-overlay-button {
    &::after {
        width: 64px;
        height: 64px;
    }
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
    border-radius: 12px;
    padding: 8px;
}

.frm_style_formidable-style.with_frm_style .frm_error {
    font-size: 12px;
    margin-top: 4px;
}

#my-account {
    white-space: nowrap;

    a.elementor-icon {
        line-height: 0;
    }
}

#my-account a.elementor-icon[aria-label="My Account"] svg,
#my-account a.elementor-icon[aria-label="My Account"] svg .cls-1,
#my-account a.elementor-icon[aria-label="My Account"] svg .cls-2 {
    stroke: #232323 !important;
    fill: #232323 !important;
}

.elementor-element-a2d993f {
    display: none;
}

body.has-old-design .wp-video {
    max-width: 970px !important;
}