.text-smartcat {
    color: rgb(68, 107, 149);
}

.logo-sekolah-login {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: #fff;
}

.logo-sekolah {
    position: relative;
    min-width: 22rem;
    color: #fff;
}

.logo_mobile {
    display: none;
}

@media screen and (max-width: 720px) {
    .logo_desktop {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .logo-sekolah {
        position: absolute;
        right: 0;
        top: 0;
    }

    .tempat-nama-sekolah {
        display: none !important;
    }
}

.logo-sekolah .tempat-logo-sekolah {
    display: inline-block;
    width: 4rem;
}

.logo-sekolah .tempat-logo-sekolah img {
    width: 4rem;
}

.logo-sekolah-login .tempat-logo-sekolah img {
    width: 5.2rem;
}

.logo-sekolah-login .tempat-logo-sekolah {
    width: 5.2rem;
    vertical-align: middle;
    display: inline-block;
}

.logo-sekolah-login .tempat-nama-sekolah {
    vertical-align: middle;
    display: inline-block;
}

.logo-sekolah .tempat-nama-sekolah {
    margin-left: 0.5rem;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.header-no-soal {
    padding: 0.2rem 0.8rem;
    background-color: #fff;
    color: rgb(68, 107, 149);
}

.header-identitas-soal {
    background: rgb(232, 232, 232);
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
}

.header-identitas-soal .first {
    font-size: 1.3rem;
}

.header-smartcat {
    background: rgb(68, 107, 149);
    height: 5rem;
}

.navbar-item img {
    max-height: 4rem;
}

.right-smartcat-navbar {
    font-size: 0.9rem;
}

.menu-list a.is-active {
    background-color: rgb(68, 107, 149);
}

.is-primary, .is-info {
    background-color: rgb(68, 107, 149) !important;
}

.modal-gambar {
    background: rgba(40, 40, 40, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999 !important;
}

.pagination-list {
    list-style-type: none !important;
}

.login-bg {
    background-size: cover;
    background-position: 50% 5%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.klikvideo {
    cursor: pointer;
}

.roe .column {
    padding: .1rem !important
}

.roe .input {
    font-size: 0.85rem;
    padding: 0.25rem;
}

.embed-form {
    width: 100%;
    height: 30rem;
}

.about-logo {
    height: 4rem;
}

.label-sisa-waktu, .tempat-sisa-waktu {
    font-weight: bold;
    display: inline-block;
    padding: 0.2rem;
    font-weight: 12pt;
    text-align: center;
}

.label-sisa-waktu {
    background: rgb(232, 232, 232);
    color: #000;
}

.tempat-waktu {
    float: right;
    min-width: 10rem;
}

.tempat-sisa-waktu {
    min-width: 7rem;
    margin-left: -0.3rem;
    background: #fff;
    color: rgb(68, 107, 149);
}

.tempat-statistik-soal {
    background: rgb(68, 107, 149);
    color: #fff;
    padding: 0.5rem;
}

.tempat-carlsson {
    background: rgb(232, 232, 232);
    padding: 0.8rem;
    height: 25rem;
    overflow-y: auto;
}

.carlsson-bantal {
    border: 0.3rem solid rgb(80, 80, 80);
    display: inline-block;
    height: 2.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    cursor: pointer;
    color: rgb(80, 80, 80);
}

.carlsson-bantal a {
    color: inherit;
}

.carlsson-bantal.active {
    border: 0.3rem solid rgb(51, 102, 245);
    background: rgb(51, 102, 245);
    color: #fff;
}

.carlsson-bantal.danger {
    border: 0.3rem solid rgb(237, 26, 26);
    background: rgb(237, 26, 26);
    color: #fff;
}

.carlsson-bantal.warning {
    border: 0.3rem solid rgb(252, 186, 3);
    background: rgb(252, 186, 3);
    color: #fff;
}

.carlsson-bantal.success {
    border: 0.3rem solid rgb(23, 191, 13);
    background: rgb(23, 191, 13);
    color: #fff;
}

.carlsson-bantal.terjawab {
    border: 0.3rem solid rgb(30, 199, 18);
    background: rgb(30, 199, 18);
    color: #fff;
}

.carlsson-bantal.ragu {
    border: 0.3rem solid rgb(242, 158, 12);
    background: rgb(242, 158, 12);
    color: #fff;
}

.answer-bubble {
    display: inline-block;
    background-color: #ddd;
    padding: 0.25rem 0.6rem;
    font-family: sans-serif, Arial;
    font-size: 14px;
    height: 2rem;
    width: 2rem;
    border: 2px solid #444;
    border-radius: 100%;
    box-sizing: border-box;
    font-weight: bold;
}

.answer-bubble.answered {
    background-color: rgb(39, 113, 232);
    color: #fff;
}

.kunjab {
    background-color: rgba(28, 252, 36, 0.7);
}

.answer-label {
    display: inline-block;
}

/*   CUSTOM RADIO   */
.radio-toolbar {
    margin: 10px;
}
  
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
  
.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 0.25rem 0.6rem;
    font-family: sans-serif, Arial;
    font-size: 14px;
    height: 2rem;
    width: 2rem;
    border: 2px solid #444;
    border-radius: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
  
.radio-toolbar label:hover {
    background-color: #dfd;
}
    
.radio-toolbar input[type="radio"]:checked + label {
    background-color: rgb(39, 113, 232);
    color: #fff;
}

.answer-spacer p {
    display: inline-block;
}

.answer-spacer {
    margin: 0.2rem 0;
    padding: 0.5rem;
}
/*   /CUSTOM RADIO   */  

.option-pilgan label {
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    border: thin solid rgb(51, 102, 245);
    border-radius: 100%;
}

.option-pilgan input[type="radio"] {
    opacity: 0;
}

.option-pilgan input[type="radio"]:checked + label {
    background-color: rgb(51, 102, 245);
    color: #fff;
    font-weight: bold;
}

.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: 10%;
    width: 40rem;
}

.framevideo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30rem;
    width: 52rem;
    margin-top: -15rem;
    margin-left: -26rem;
}

audio {
    margin-top: 1rem;
}

.modal-gambar 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;
    }
}