body{
    font-family: "BPG Mrgvlovani", sans-serif;
}

h1, h2, h3, h4, h5, h6, .font-weight-bold{
    font-family: "BPG Mrgvlovani Caps", sans-serif;
}

.alibi_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.loginRegisterTopCont{
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
    background-position: center;
}

.loginRegisterSubCont{
    height: 170px;
    color: rgb(101, 53, 155);
    padding: 20px 0;
}

.mode-selected-icon{
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 35px;
}

.loginRegisterSubCont img{
    height: 100%;
}

.loginRegisterBottomBar{
    font-size: 14px;
}

.btn-alibi{
    background-color: rgb(101, 53, 155);
    color: white;
    padding: 13px 15px;
    width: 100%;
}

.btn-alibi-success{
    background-color: #6ae67c;
    color: white;
    padding: 13px 15px;
    width: 100%;
}

.btn-alibi-danger{
    background-color: #c82333;
    color: white;
    padding: 13px 15px;
    width: 100%;
}

.btn-alibi-secondary{
    background-color: rgb(212, 212, 212);
    color: rgb(101, 53, 155);
    padding: 13px 15px;
    width: 100%;
}

.btn-alibi-light{
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 13px 15px;
    width: 100%;
    border: 0.4px solid rgb(212, 212, 212);
}

.btn-alibi-facebook{
    background-color: rgb(59, 89, 152);
    color: white;
    padding: 13px 15px;
    width: 100%;
}

.facebook-login-icon{
    color: #cccccc;
}

.loginRegisterDivider{
    position: relative;
    font-size: 11px;
}

.loginRegisterDivider > .divider-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: white;
    padding: 5px 10px;
}

.loginRegisterDivider{
    margin: 10px auto;
}

#loginFormTriggerArrow{
    transition: transform .3s ease;
}

/* STUDENT STYLES */
.top-feed-bar{
    padding: 10px 25px;
    color: rgb(101, 53, 155);
}

.feed-title{
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.alibi-box-shadow{
    box-shadow: -5px 0px 20px rgba(195, 180, 214, 0.534);
}

.alibi-box-shadow-weak{
    box-shadow: -5px 0px 20px rgba(195, 180, 214, 0.267);
}

.widget-title{
    font-size: 18px;
}

.widget-title-sm{
    font-size: 16px;
}

.lecture-title{
    height: 27px;
}

.lecture-text-content{
    width: calc(100% - 30px);
}

.lecture-btn{
    width: 30px;
    position: relative;
}

.lecture-text-green{
    color: #6ae67c;
}

.lecture-text-alibi{
    color: rgb(101, 53, 155);
}

.lecture-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.profile-menu-wrapper{
    position: fixed;
    left: 0;
    bottom: 0;
}

.profile-menu-body{
    background-color: rgb(101, 53, 155);
}

.profile-menu-items{
    border-top: 1px solid white;
}

.profile-menu-items:last-child{
    border-bottom: 1px solid white;
}

.dark-overlay{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.profile-image{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    border: 0.1px solid rgb(182, 182, 182);
}

/* 


SINGLE LECTURE STYLES


*/

.lecture-single-title{
    
}

.font-xs{
    font-size: 0.65rem;
}

.font-sm{
    font-size: 0.8rem;
}

.font-md{
    font-size: 0.9rem;
}

.lecture-rating-stars{
    font-size: 40px;
    color: #fffb00
}

.profile-image-student-list{
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: cover;
}

/* LECTURE STATUS BALL */
.lecture-status-container{
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 7px;
    opacity: 0.9;
}

.lecture-status-ball{
    border-radius: 20px;
    padding: 3px 5px;
}

.lecture-status-ball.started{
    background-color:  #6ae67c;
}

.lecture-status-ball.finished{
    background-color: rgb(212, 212, 212);
}

.lecture-status-ball.not-started{
    background-color: rgb(101, 53, 155);
}

/* LECTURE CHECK-IN */
.lecture-checkin-ball{
    border-radius: 20px;
    padding: 2px 5px;
}

.lecture-checkin-ball.checkedin{
    background-color:  #6ae67c;
}

.lecture-checkin-ball.not-checkedin{
    background-color: #c82333;
}

.check-in-cont{
    position: absolute;
    left: -9px;
    top: -9px;
    font-size: 12px;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
}

.check-in-cont.checked{
    background-color: #6ae67c;
}

.check-in-cont.not-checked{
    background-color: #c82333;
}

.check-in-cont.not-started{
    background-color: rgb(212, 212, 212);
}

.lecture-main-body{
    position: relative;
}


.lecture-cont{
    position: relative;
}

