.se-pre-con {
    position: fixed;
    -webkit-transition: opacity 5s ease-in-out;
    -moz-transition: opacity 5s ease-in-out;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/static/uLMS2019_Loading_SVG.gif') center no-repeat #fff;
    /* http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif */
}

.videopreview {
    background: url('/static/uLMS2019_Loading_SVG.gif') center no-repeat #fff;
    width: 100%;
    height: 100%;
}

.textbelow {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;

}


canvas {
    position: absolute;
    top: 0px

}

/* userdetail-homepage */
.userdetails {
    height: 310px;
    overflow-y: auto;
    width: 230px;
    position: fixed;
    bottom: 10%;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    /* padding: 18px; */
    border: 2px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 100;

}

.userdetails2 {
    height: 200px;
    width: 230px;
    position: fixed;
    top: 10%;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 18px;
    border: 2px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.userdetails3 {
    height: 200px;
    width: 230px;
    position: fixed;
    bottom: 10%;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 18px;
    border: 2px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
    z-index: 100;
}

.title {
    text-align: center;
}

.photo-holder {

    margin: 12px auto;
    text-align: center;


}

.photo-holder img {
    background-size: cover;
    border-radius: 50%;
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100px;
}

.photo-holder img:hover {
    transition: transform .2s; /* Animation */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.trans-black {
    background-color: rgba(0, 0, 0, 0.4);
}

.otherdetails {
    color: white
}


/* indicator */
#container {
    margin: 20px;
    width: 150px;
    height: 70px;
}

.setting-circle {
    height: 50px;
    width: 50px;
    background-color: #6FD57F;
    border-radius: 50%;
    position: fixed;
    bottom: 2vh;
    right: 10px;
    z-index: 100;

}

.setting-circle:hover {
    cursor: pointer;
}

.setting-circle i {
    line-height: 50px;
    padding-left: 17px;
    color: black;
}


#qrcode > img {
    width: 256px;
    height: 256px;
}


.continue {

    position: fixed;
    bottom: 20vh;
    right: 10px;
    z-index: 100;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;

}

