.defuseBlackButton {
    background-color: #333333;
    color: white;
    padding: 10px 20px;
    line-height: 1.5em;
    font-family: 'Oswald', sans-serif;
    border-radius: 2px;
    margin: 20px 0;
}

button.bhw-fill-blank-submit.defuseBlackButton {
    font-size: 30px;
}

body#the7-body:has(div#videoWrapper) div#logo-angle {
    display: none !important;
}

.defuseBlackButton:hover {
    background-color: white;
    color: #333333;
    text-decoration: none;
}

.logo-horzontal-faux-blank {
    aspect-ratio: 1/1;
    width: 1.4vw;
    height: 6vh;
    background: #ffffff;
    position: absolute;
    left: 0;
}

.vert-line {
    background: red;
    position: absolute;
    width: 1vw;
    right: 0;
    height: 87vh;
}

/* Desktop: Admin bar is 32px tall */
.admin-bar .vert-line {
    height: calc(100vh - 32px);
}

/* Mobile (782px and below): Admin bar changes to 46px tall */
@media screen and (max-width: 782px) {
    .admin-bar .vert-line {
        height: calc(100vh - 46px);
    }
}


.single-sfwd-lessons.admin-bar {

}

.single-sfwd-lessons {
    button {
        text-transform: lowercase;
    }

    div#logo-overlay {
        visibility: hidden;
        /*pointer-events: none;*/
    }


    *:not(button, .ubtn-data) {
        color: black;
    }

    div#videoWrapper ~ .custom-controls {
        display: none;
    }

    .defuseBlackButton {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #000;
        box-shadow: none;
        outline: none;
        box-sizing: border-box;
    }
}

.single-sfwd-lessons:has(div#open-text-wrapper),
.single-sfwd-lessons:has(div#camera-check-wrapper) {
    div#logo-overlay {
        visibility: visible;
        /*pointer-events: none;*/
    }
}

.single-sfwd-lessons {
    #main {
        padding: 70px 70px;
    }
}

div#logo-angle {


    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    border-bottom: 0px solid rgb(255 0 0 / 0);
    position: absolute;

    .logo-blank {
        position: absolute;
        width: 120px;
        height: calc(100% + 5px);
        right: 0;
        background: white;
        top: -5px;
    }

    .logo-img-wrap {
        position: absolute;
        right: 1.4vw;
        max-width: 165px;
        bottom: 0;

        img {
            max-width: 163px;
            position: relative;
        }
    }

    .logo-white-block1 {
        background: #ffffff;
        position: absolute;
        left: 0;
        width: 1.3vw;
        height: 40px;
        bottom: 0;
    }

    .logo-white-block2 {
        background: #ffffff;
        position: absolute;
        right: 15px;
        width: 2.4vw;
        height: 4vh;
        top: 0vh;
    }

}

.logo-horzontal-bar {
    height: 4px;
    background: #000000;
    position: absolute;
    bottom: 17px;
    width: 95vw;
}

.logo-vertical-bar {
    position: absolute;
    right: 29px;
    background: #000000;
    width: 4px;
}

.admin-bar {
    div#logo-angle {
        height: calc(100vh - 32px);
        width: 100vw;
    }

    .logo-vertical-bar {
        position: absolute;
        right: 29px;
        height: calc(100vh - 32px);
        background: #000000;
        width: 4px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar {
        div#logo-angle {
            height: calc(100vh - 46px);
        }
    }

    .logo-vertical-bar {
        position: absolute;
        right: 29px;
        height: calc(100vh - 46px) !important;
        background: #000000;
        width: 4px;
    }
}


div#logo-angle {
    /*pointer-events: none;*/
}

@media screen and (max-width: 792px), screen and (max-height: 1024px) {
    div#logo-angle {
        display: none;
    }

    .single-sfwd-lessons {
        #main {
            padding: 20px;
        }
    }

    #open-text-wrapper {
        h1 {
            font-size: 2.5em !important;
        }

        textarea#open-text-area::placeholder {

            font-size: 25px !important;
            line-height: 1.1em;
            padding-top: 20px;
        }
    }
}



