.modal-gambar {
    background: rgba(40, 40, 40, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999 !important;
}

.klikvideo {
    cursor: pointer;
}

.roe .column {
    padding: .1rem !important
}

.roe .input {
    font-size: 0.85rem;
    padding: 0.25rem;
}

.embed-form {
    width: 100%;
    height: 30rem;
}

.play-button {
    position: absolute;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -2rem;
    font-size: 3rem;
    color: rgba(80, 80, 80, 0.85);
}

.log-toggle {
    position: fixed;
    top: 30%;
    right: 0;
    background: rgb(232, 232, 232);
    border: thin solid rgb(180, 180, 180);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0.4rem 1rem;
    cursor: pointer;
    font-weight: bold;
    z-index: 99 !important;
}

.log-item-on {
    right: 20rem;
}

.siswa-aktif {
    margin: 0.5rem 0;
    cursor: pointer;
}

.log-item {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20rem;
    background: rgb(252, 252, 252);
    border-left: thin solid rgb(180, 180, 180);
    box-sizing: border-box;
    z-index: 9999;
    padding: 1rem;
}

.modal-wrap {
    height: 100%;
    position: relative;
    overflow: scroll;
}

#ichimon {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 40rem;
}

.framevideo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30rem;
    width: 52rem;
    margin-top: -15rem;
    margin-left: -26rem;
}

audio {
    height: 4rem;
    width: 20rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -10rem;
    margin-top: -2rem;
}

#close-gbr, #close-vid, #close-audio {
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    background: rgb(232, 232, 232);
    padding: 0.2rem 0.7rem;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 378px) and (orientation: portrait){
    .embed-form {
        height: 50rem !important;
        margin-left: -0.6rem;
    }
}

@media screen and (max-width: 378px) and (max-height: 668px) and (orientation: portrait){
    .embed-form {
        height: 40rem !important;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px) and (orientation: portrait){
    .embed-form {
        height: 33rem !important;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait){
    .menucoy {
        display: none;
    }

    .embed-form {
        width: calc(100% + 2rem);
        height: 45rem;
    }

    .framevideo {
        left: 0;
        width: 100%;
        margin-left: 0;
        height: 22rem;
        margin-top: -11rem;
    }
}