﻿.playlandingpage {
    padding-top: 0;
    margin-bottom: 4em;
}

.playlandingpage-video-ratio-height {
    max-height: calc(100vh - 200px);
}

.playlandingpage__preamble {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2rem;
}

.playlandingpage__category-item {
    margin: 0 0.5rem 0 0;
}

.playlandingpage__category-text {
    padding: 5px 10px;
    background-color: rgba(226, 212, 184);
    border-radius: 8px;
    font-weight: 600;
}

.playlandingpage__content-container {
    background-color: var(--bs-body-bg);
    padding: 0 0 4rem 0;
}

.playlandingpage__content {
    flex-direction: column;
}

.playlandingpage__divider {
    border-left: 1px solid;
    margin: 25px 2rem 0 2rem;
    display: none;
}

.playlandingpage__content-right {
    margin-top: 30px;
    font-weight: 600;
}

.playlandingpage__video-gallery {
    background-color: var(--bs-body-bg);
    padding: 0 0 1rem 0;
    margin-top: 1rem;
}

.playlandingpage__video-image {
    border-radius: 0;
}

.playlandingpage__video-lenght {
    position: absolute;
    color: white;
    background-color: black;
    padding: 5px;
    top: 0;
    right: 0;
}

.playlandingpage__video-locked {
    background-image: url(../../../images/SBC/sbc/sbc-lock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.75em;
}

.playlandingpage__video-locked-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    background-color: rgba(var(--base-btn-borders), 1);
    border-top-right-radius: 14px;
}


.playlandingpage__video-title {
    font-size: 18px;
    margin-top: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:768px) {
    .playlandingpage {
        padding-top: 2rem;
    }

    .playlandingpage__video-title {
        font-size: 20px;
        margin-top: 1rem;
    }
}

@media (min-width:992px) {
    .playlandingpage__divider {
        display: block;
    }

    .playlandingpage__content {
        flex-direction: row;
    }

    .playlandingpage {
        padding-top: 4rem;
    }

    .playlandingpage__video-title {
        font-size: 24px;
        margin-top: 1rem;
    }
    .playlandingpage__content-container {
        padding: 0 1rem 4rem 1rem;
    }

    .playlandingpage__video-gallery {
        padding: 0 1rem 1rem 1rem;
    }
}

.playvideospage__top-container {
    background-color: var(--bs-body-bg);
    padding: 2rem 0;
}

.playvideospage__video-info {
    font-size: 14px;
    font-weight: 600;
}

.playvideospage__video-lenght {
    border-left: 1px solid;
    padding-left: 1rem;
    margin-left: 1rem;
}


.playvideospage__category-item {
    margin: 0 0.5rem 0 0;
}

.playvideospage__category-text {
    padding: 5px 10px;
    background-color: rgba(226, 212, 184);
    border-radius: 8px;
    border: 1px solid;
    font-weight: 600;
}

.playvideospage__category-text--selected {
    background-color: rgb(98, 181, 229);
}

.playvideospage__categorylist-wrapper{
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:992px) {
    .playvideospage__top-container {
        padding: 2rem 1rem;
    }
}

.tag {
    padding: 5px 10px;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    background-color: var(--bs-body-bg);
    border-radius: 8px;
    border: 1px solid;
    color: black;
    font-weight: 600;
}

.tag--inverted {
    background: rgb(98, 181, 229);
}

label.tag {
    cursor: pointer;
    transition: all ease 0.25s;
}

label.tag:hover {
    background-color: rgba(226, 212, 184, 0.6);
    border-color: rgba(226, 212, 184, 0.6);
}

a.tag {
    cursor: pointer;
    transition: all ease 0.25s;
}

a.tag:hover {
    background-color: rgba(226, 212, 184, 0.6);
}

.tag-input:checked + .tag {
    background: rgba(226, 212, 184);
    border-color: rgba(226, 212, 184);
}

.card-img-top-wrapper{
    height: 230px;
}

.card-img-top {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video-container {
    width: 100%;
    margin: 0 auto;
}

.video-thumbnail {
    position: relative;
    height:100%;
}

.thumbnail-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    object-fit: cover;
}

.play-placerholder-cookieconsent{
    border-radius: 0;
}

.play-button {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.play-button:hover {
    transform: scale(1.5);
}

.video-iframe-wrapper {
    display: none;
}

.video-iframe-wrapper iframe {
    width: 100%;
    height: auto;
}

.email-validation-lock {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
    background-color: white;
    border-radius: 1rem;
    height: auto;
    width: 80%;
    padding: 1em 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width:768px) {
    .email-validation-lock {
        width: auto;
    }
}

.play-form-wrapper {
    transition: all 0.4s ease-in-out;
}

.play-form-wrapper--playlandingpage {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 101;
    transform: translate(-50%) scale(0.9);
    transition: all 0.4s ease-in-out;
    width: 70%;
    height: 100%;
}

@media (min-width:1200px) {
    .play-form-wrapper--playlandingpage {
        width: 100%;
    }
}

.play-form-content {
    background-color: white;
    border-radius: var(--base-border-radius);
    padding: 1em 2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.play-form .button-container--single-next {
    justify-content: center;
    
}

.play-form .button-container--single-next input,
.play-form .button-container--single-next button {
    background: rgba(var(--base-btn-bg-color1), 1);
}

.play-form fieldset legend {
    padding-top: 0;
}

#email-validation-modal {
    border: none;
    background: transparent;
}

.hide {
    display: none;
}

.playvideospage iframe,
.playlandingpage iframe {
    width: 100%;
    height: 100%;
}

.umbraco-forms-submitmessage-html iframe {
    min-height: 620px;
}