.popUp-link {
    background-image: url(/images/learning/VideoIcon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border: none;
    font-size: 22px;
    font-family: inherit;
    margin: 10px 0px 10px 0px;
    color: #3996b8;
    padding: 0px 32px 0px 0px;
    line-height: 30px;
}

.popUp-link:hover, .popUp-link:focus {
    color: #1d4d5f;
}

.popUp-container {
    overflow-y: hidden;
    transition: 0.5s;
    height: 0%;
    max-width: 0%;
    position: fixed;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e6e6e6;
}

.popUp-container.active {
    height: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
}

.popUp-containerInner {
    background-color: #e6e6e6;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.popText-overflow {
    padding: 15px 15px 15px 15px;
    height: 90vh;

}


.popText-overflow::-webkit-scrollbar {
    width: 7px;
    background-color: #cccccc;
}
 
/* Track */
.popText-overflow::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}

/* Handle */
.popText-overflow::-webkit-scrollbar-thumb {
    background: #868686; 
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    
}

.popUp-open {
    margin-right: 17px;
    overflow: hidden;
}

.floatingButtons {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 70px;
    background-color: #e8fafc;
    border-top: 1px solid #5ce2ed;
}

.pop-btnsContainer {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.pop-contentWrapper .liUnit .profilePic img {
    height: 90px;
    width: 90px;
}


.popUpHeader {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    background-color: #454753;
    box-shadow: 0px 0px 13px 1px #00000040;
}

.popUp-container h5 {
    color: #9395a1;
    font-size: 28px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    font-family: inherit;
}


.popUp-closebtn {
    color: #ffffff;
    background-color: #30303c;
    border: none;
    font-size: 50px;
    margin: 0px;
    padding: 0px;
    height: 55px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    text-align: center;
    line-height: 17px;
}

.popUp-closebtn:hover, .popUp-closebtn:focus { 
    color: #9395a1;
    background-color: #000000;
}


@media (max-width: 800px) {

}

@media (max-width: 600px) {


}