<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

.ld-chat-conversation .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.ld-group-chat-msge {
    font-family: 'Inter', sans-serif;
}


.ld-group-chat-msge {
    position: fixed;
    right: 20px;
    bottom: 20px;

}

.ldgc-icon {
    background: #074B79;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    transition: .3s;
    position: relative;
}

.ldgc-icon img {
    width: 40px;
    display: inline-block;
}

.ldgc-icon:hover {
    opacity: .9;
    cursor: pointer;
}

.ld-grp-mesgge-notifications {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #FF0707;
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: -15px;
    display: inline-grid;
    place-content: center;
}



.ld-group-cht-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 350px;
    width: 300px;
    z-index: 9999999999;
    background: #fff;
    border-radius: 5px;
}

.ld-group-cht-box ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #e3e3e3;
    border-top: none;
    overflow-y: scroll;
    height: 290px;
}

.ld-group-cht-box ul::-webkit-scrollbar {
    width: 5px;
    padding: 100px 0;

}

.ld-group-cht-box ul::-webkit-scrollbar-thumb {
    background: #888;
    margin: 100px 0;
}

.ld-group-cht-box li a {
    text-decoration: none;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: .3s;
}

.ld-group-cht-box li a:hover {
    background: #eee;
}

.ld-group-cht-box h2 {
    background: #074B79;
    margin: 0px;
    color: #fff;
    border-radius: 5px 0px 0 0;
    padding: 15px 10px;
    font-size: 20px;
}

.ldgc-course {
    margin: 0px;
    color: #989898;
    padding: 0px;
    font-size: 14px;
}

.ld-cht-box-cont h3 {
    color: #074B79;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    margin: 0px;
    position: relative;
}

.ld-cht-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.ld-gc-box-notic-items {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #FF0707;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: -8px;
    top: -10px;
    display: inline-grid;
    place-content: center;
}

.ld-group-cht-box {
    height: 0px;
    overflow-y: hidden;
    opacity: 0;
    transition: .3s;
}

.ld-group-cht-box.active {
    height: 350px;
    overflow-y: visible;
    opacity: 1;
}

.close-cht-box {
    width: 25px;
    background: red;
    display: grid;
    margin-left: auto;
    place-content: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.close-cht-box i {
    color: #fff;
}





/*studen chat*/


.ld-chat-conversation {
    font-family: 'Inter', sans-serif;
}

.ld-gc-panel-box {
    border: 1px solid #E2E2E2;
    box-shadow: 0px 0px 23px 0px #eee;
    border-radius: 15px;
}

.ld-gc-panel-box-profile {
    background: #fafafa;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 30px;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}

.ldgc-pn-profile {
    position: relative;
}

.ldgc-pn-profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.ldgc-pn-cont h2 {
    color: #074B79;
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.ld-gc-panel-box-chat {
    padding: 10px 20px 0px;
    max-height: 350px;
    height: 350px;
    overflow-y: auto;
}

.ld-gc-panel-box-chat::-webkit-scrollbar {
    width: 8px;

}

.ld-gc-panel-box-chat::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 30px;
}

.ld-gc-panel-box-chat::-webkit-scrollbar-track {
    margin: 10px 0;
}

.ldgcpb-instructor {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px 12px;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    margin-right: 15%;
    margin-top: 20px;
}

.ldgcpb-ins-meta ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding: 0px;
    margin: 0px;
}

.ldgc-thumbs-down i {
    transform: rotate(180deg);
}

.ldgcpb-ins-meta ul li i {
    transition: .3s;
    cursor: pointer;
}

.ldgcpb-ins-meta ul li i:hover {
    color: #074B79;
}

.ldgcpb-ins-meta ul li i.fas.fa-thumbs-down {
    color: #074B79;
}

.ldgcpb-ins-cont h3 {
    margin: 0px;
    color: #074B79;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.ldgcpb-ins-img img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.ldgcpb-ins-cont p {
    margin: 5px 0px 0px;
    color: #565656;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

span.ldgc-lst-time {
    color: #adadad;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    margin-left: 20px;
}

.ldgcpb-user {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px 12px;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    background: #f6f6f7;
    margin-left: 15%;
    margin-top: 20px;
}

.ldgc-instr-act {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #33EC23;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 4px;
    border: 3px solid #ddf1ff;
}









/*Intructor-page*/

.ldgc-instrctor-panel-area {
    display: grid;
    grid-template-columns: 320px repeat(1, 1fr);
    border: 1px solid #E2E2E2;
    box-shadow: 0px 0px 23px 0px #eee;
    border-radius: 15px;
}

.ldgc-instrctor-panel-area .ld-gc-panel-box {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.ldgc-instrctor-panel-area .ld-gc-panel-box-profile {
    border-radius: 0px 15px 0 0;
}

.ldgc-instrctor-panel-left {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background: #FAFAFA;
    border-right: 1px solid #e2e2e2;
}

.ldgciacc-meta {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px;
    align-items: center;
    padding: 15px;
}

.lgdci-pmeta-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.lgdci-pmeta-cont h2 {
    color: #074B79;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.lgdci-pmeta-cont span {
    color: #545454;
    margin: 0px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}

.ldgciacc-notify {
    padding: 0 15px;
}

.ldgciacc-notify ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0px 0 10px 0;
    margin: 0px;
}

.ldgciacc-notify li {
    padding-left: 10px;
    border-left: 1px solid #595959;
    font-size: 13px;
    line-height: 15px;
    color: #595959;
}

.ldgciacc-notify ul li:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.ldgciacc-notify li.active {
    font-weight: 600;
}

.ldgc-search-bar {
    padding: 0 15px 20px;
    margin-top: 5px;
}

.ldgc-search-bar input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    border-radius: 5px;
}

.ldgc-list-student {
    padding: 0px 0 15px;
    min-height: 400px;
    height: 400px;
    overflow-y: auto;
}

.ldgc-list-student::-webkit-scrollbar {
    width: 8px;

}

.ldgc-list-student::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 30px;
}

.ldgc-list-student::-webkit-scrollbar-track {
    margin: 10px 0;
}

.ldgc-list-student ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.ldgc-list-student ul li {
    display: grid;
    grid-template-columns: 45px 1fr 60px;
    grid-gap: 10px;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #CDCDCD;
    transition: .3s;
    cursor: pointer;
}
.ldgc-list-student ul li.active, 
.ldgc-list-student ul li:hover{
    background: #f1f1f1;
}
.ldgc-ls-img img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
}

.ldgc-ls-cont h3 {
    color: #074B79;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.ldgc-ls-cont p {
    color: #959595;
    margin: 3px 0 0 0;
    font-size: 12px;
    font-weight: 400;
}

.ldgc-ls-lsttime {
    color: #8b8b8b;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: right;
}

.ldgc-ls-notify {
    margin: 5px 5px 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FF0707;
    color: #fff;
    font-size: 11px;
    display: grid;
    place-content: center;
}

.ldgc-notify-unread.unread-active {
    position: relative;
    font-weight: 600;
}

.unread-active .ldgc-ls-notify {
    margin: 0px;
    position: absolute;
    right: 0px;
    top: -18px;

}

.ldgc-comment-box {
    padding: 20px 20px 0;
    background: #fafafa;
    border-top: 1px solid #eaeaea;
    border-bottom-right-radius: 15px;
    margin-top: 20px;
}

.ldgc-comment-box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: none !important;
    padding: 15px;
    font-size: 16px;
    color: #333;
}

.ldgc-comment-box button {
    background: #074B79;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 30px;
    margin: 20px 0 30px 0;
    transition: .3s;
    cursor: pointer;
}

.ldgc-comment-box button:hover {
    opacity: .9;
}

/* 
loader css
*/
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}





@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader end */

button.ldgc-notify-unread_button{
    display: flex;
    gap: 5px;
    padding: 0px;
    border: none;
    background: none;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}
button.ldgc-notify-unread_button div{
       position: absolute;
    right: 0px;
    top: -17px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #F90000;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    display: grid;
    place-content: center;
}

.ld-gc-panel-box-profile .ldgc-pn-profile{
    display: none;
}

#select_user_text h4{
    margin: 30px;
    color: #767676;
    font-size: 18px;
    font-weight: 500;
}

.ld-gc-panel-box-profile .ldgc-pn-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.std-sec-dspl .ld-gc-panel-box{
        border-bottom-left-radius: 15px;
        overflow: hidden;
}













/*Responsive Begins*/

@media(max-width:990px){
.ldgc-instrctor-panel-area{
    grid-template-columns: 270px repeat(1, 1fr);
}
.lgdci-pmeta-cont h2{
    font-size: 20px;
}
.lgdci-pmeta-img img {
    width: 45px;
    height: 45px;
}
.ldgciacc-meta{
    grid-gap: 0px;
}
.ldgc-search-bar input{
    padding: 5px 10px;
}
.ldgc-ls-img img {
    width: 40px;
    height: 40px;
}
.ldgc-list-student ul li{
    grid-gap: 5px;
}
.ldgc-pn-cont h2{
    font-size: 24px;
}
.ldgcpb-ins-img img {
    width: 45px;
    height: 45px;
}
.ldgcpb-user, 
.ldgcpb-instructor{
    gap: 5px;
}
.ldgcpb-ins-cont p{
    margin: 0px 0px 0px;
}
#select_user_text h4{
    font-size: 15px;
}
.ldgc-list-student{
    min-height: 300px;
    height: 300px;
}
.ld-gc-panel-box-chat{
    max-height: 250px;
    height: 250px;
}
}

@media(max-width:767px){
.ldgc-instrctor-panel-area{
    grid-template-columns: repeat(1, 1fr);
    border: none;
    box-shadow: none;
}
.ldgc-list-student{
      min-height: inherit;
    height: fit-content;
    max-height: 183px;
    padding: 0px;
    background: #f3f3f3;
}
.ldgc-instrctor-panel-left{
    border-radius: 10px;
    box-shadow: 0px 0px 23px 0px #eee;
    border: 1px solid #E2E2E2;
}
.ldgc-instrctor-panel-area .ld-gc-panel-box{
    margin-top: 30px;
        border-radius: 10px;
    box-shadow: 0px 0px 23px 0px #eee;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.ld-gc-panel-box-profile{
    border-radius: 0px;
        background: #074B79;
}
.ldgc-list-student ul li{
    border-bottom: 1px solid #E2E2E2;
        margin-bottom: -1px;
}
.ldgc-pn-cont h2{
    color: #fff;
}
.ldgc-list-student ul li.active, 
.ldgc-list-student ul li:hover{
    background: #eee;
}
.ldgcpb-user{
    margin-left: 0px;
}
.ldgcpb-instructor{
    margin-right: 0px;
}
.ld-chat-conversation .container{
    padding: 0px;
}
.ldgcpb-ins-cont p{
    font-size: 14px;
    line-height: 19px;
}
span.ldgc-lst-time{
    font-size: 11px;
        line-height: 22px;
}
.ldgc-comment-box button{
    padding: 8px 19px;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation{
          overflow-x: auto;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{
    padding: 10px !important;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{
    display: none;
}
.ldgcpb-ins-cont h3{
    flex-wrap: wrap;
}
.ldgcpb-ins-cont h3 span{
    width: 100%;
    margin: 2px 0 5px 0;
}
.ldgc-instrctor-panel-area .ld-gc-panel-box-profile{
        border-radius: 0px 10px 0 0;
}
}</pre></body></html>