/*global css */
html,body{
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
}
/*h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}*/
p,label,section,div{
font-family: 'Open Sans', sans-serif; 
font-weight: 500; 
}
a:hover{
    text-decoration: none;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
}
ul{
    list-style: none;
    padding: 0;
}
.ques_input pre {
    border: 0;
}
.ques_input pre code {
    background: transparent !important;
}
.userdetbox-body p,.userdetbox-body h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%;
}
.selectbg {
    width: 100%;
    resize: none;
    border: 0;
    box-shadow: unset;
    outline: none;
    border-radius: 8px;
}
.pointercur{
    cursor: pointer !important;
}
.redcss p{
  color: #f4403f;
  font-weight: 600;
}
.bluecss p{
  color: #5d92f0;
  font-weight: 600;
}
.hdr-nav{
    padding: 20px 0 15px;
    margin: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index: 999;
    display: block;
}
.navbar-brand.compbrandimg:after{
    display: none;
}
.navbar-brand.compbrandimg:hover:after {
    display: block;
}
.compbrandimg{
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 !important;
    padding: 0;
}
.compbrandimg img{
    max-width: 100%;
    width: 30px;
}
.navbardesk-nav li a{
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
}
.navbardesk-nav li a i{
    padding-right: 2px;
    font-size: 18px;
}
.navbardesk-nav li.active a{
    color: #f4403f;
    font-weight: 600;
}
.dropdown-menu.dropdown-menu-right.moreoption a{
    background-color: transparent !important;
}
.dropdown-menu.dropdown-menu-right.moreoption>.active>a{
    color: #f4403f;
    font-weight: 600;
}
.navbardesk-nav li:hover a{
    color: #f4403f;
}
.navbardesk-nav li a:hover{
    color: #f4403f;
    text-decoration: none;
    background-color: transparent;
}
.userprofile-li{
    float: right;
    /*width: 80px;*/
    width: auto;
    margin: 0 -15px;
}
.userprofile-li a img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -5px;    
}
.hdrlist{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.hdrlist li {
    padding: 0px 2px;
    vertical-align: middle;
    display: inline-block;
}
.switchhdr {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    padding: 0;
    border-radius: 30px;
    background-color: #4d4d4d;
    transition: all .2s ease;
    margin: 0;
}
.switchhdr input {display:none;}
.sliderhdr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4d4d4d;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.sliderhdr:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 1px;
  left: 1px;
  border: 1px solid #4d4d4d;
    border-radius: 50%;
    background-color: #fafafa;
    box-sizing: border-box;
    transition: all .25s ease;
}
input:checked + .sliderhdr {
  background-color: #4d4d4d;
}
input:focus + .sliderhdr {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .sliderhdr:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.sliderhdr:after{
    content: "\1F31E";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 0;
    right: 13px;
    font-family: Verdana, sans-serif;
}
input:checked + .sliderhdr:after{  
  content:"\1F31C";
  left: 12px;
  right: auto;
}
.sliderhdr:hover:before ,.sliderhdr:focus:before{
    box-shadow: 0 0 2px 3px #0099e0;
}
.hdrlist li a {
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    border-radius: 100%;
    display: block;
    font-size: 18px;
}
.transimg {
    width: 28px;
    height: 28px;
    padding: 0;
    /* margin: 0; */
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    background-color: transparent;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-top: 1px;
}
.transimg i {
    margin-top: 0px;
    font-size: 24px;
    margin-left: 0px;
}
.lang-drop {
    width: 95px !important;
    min-width: 95px;
    border: none !important;
    left: auto;
}
.language-icon1 ul li {
    padding: 6px 13px;
    cursor: pointer;
    border-top: 0px !important;
    width: 100%;
}
.hdr-midsec{
    float: left;
    width: calc(100% - 80px);
    text-align: center;
    padding-left: 30px;
}
.navbardesk-nav {
    margin: 0 auto;
    width: 100%;
}
.navbardesk-nav li {
    float: none;
    display: inline-block;
}
/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}
.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}


.carousel-control.left,.carousel-control.right {background-image:none;}
.maincontent-sec{
    height: 100%;
}
.counter-block>h3 {
    width: 50%;
    font-size: 18px;
    font-weight: 700;
}
.block-border {
    padding: 20px 15px 15px;
}
.block-border-last {
    padding: 20px 15px 15px;
}
.time-sec {
    display: block;
    margin-bottom: 20px;
}
.time-sec:before,.time-sec:after {
    display: table;
    content: '';
}
.time-sec:after{
    clear: both;
}
.time-sec>h3 {
    width: 35%;
    float: left;
}
h3.headline {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
h3.headline:before,h3.headline:after{
    content: '';
    display: table;
}
h3.headline:after{
    clear: both;
}
.selectdiv {
    border: 0;
    padding: 6px 15px 7px;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    width: auto;
    border: 0;
    outline: none;
    font-weight: bold;
}
.open>.selectdiv{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.selectdiv:active:focus, .selectdiv:active:hover,.open>.selectdiv:focus, .open>.selectdiv:hover,.selectdiv:hover{
border: 0 !important;
outline: none !important;
}
.dropdown-menu.list>.active, .dropdown-menu.list>.active:focus,.dropdown-menu.list>li:focus, .dropdown-menu.list>.active:hover{
   outline: none !important;
}
.dropdown-menu.list>.active>a, .dropdown-menu.list>.active>a:focus,.dropdown-menu.list>li>a:focus, .dropdown-menu.list>.active>a:hover{
outline: none !important;

}
.dropdown-menu.list {
    min-width: 100%;
    margin: 0;
}
.select-dropdown {
    width: auto;
    text-align: right;
    position: relative;
    float: right;
}
.percentage-div>i {
    width: 40px;
    float: left;
    margin-right: 8px;
    height: 40px;
    font-size: 35px;
    text-align: center;
}
.percentage-div>p {
    font-size: 12px;
    margin: 0;
}
.percentage-div>h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    position: relative;
    top: -4px;
}
.percentage-div>h4 span {
    font-size: 20px;
    padding-left: 7px;
}
.rightmain-sec{
    position: relative;
    direction: rtl;
    padding: 0;
}
.hdr-profileblk{
    position: relative;
    direction: rtl; 
    padding: 0px;
}
.nofloat{
    clear: both;
    float: none;
}
.courseboxsec {
    padding: 0 8px;
}
.rightfixedsec{
    direction: ltr;
    position: fixed;
    z-index: 0;
    height: 100%;
}
.rightfixedsec-atd{
    direction: ltr;
    position: fixed;
    z-index: 0;
    height: 100%;
}
.container{
    position: relative;
    z-index: 1;
}
.timepoint{
    cursor: pointer;
}
@media screen and (min-width: 1200px){
    .rightfixedsec{
        width: 285px;
    }
    .rightfixedsec-atd{
        width: 380px;
    }
}
@media only screen and (min-width: 1118px) and (max-width: 1199px) {
    .rightfixedsec{
        width: 235px;
    }
    .rightfixedsec-atd{
        width: 313.33px;
    }
    .chat-type-list li {
    margin: 5px 5px !important;
    font-size: 20px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1119px) {
    .rightfixedsec{
        width: 235px;
    }
    .rightfixedsec-atd{
        width: 313.33px;
    }
    .parents-student .box{
        width: 100% !important;
    }
    .formmodalcss .modal-dialog {
        width: 45% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rightfixedsec{
        width: 240px;
    }
    .rightfixedsec-atd{
        width: 300px;
    }
    .addbox {
    width: 35% !important;
    }
    .parents-student .box{
        width: 100% !important;
    }
    .box5{
        width: 45.77% !important;
    }
    .formmodalcss .modal-dialog {
        width: 55% !important;
    }
    .chatcrsimg-blk{
        width: 55px !important;
    }
    .chatcrsimg-blk img{
        width: 55px !important;
        max-height: 55px !important;
        height: 55px !important;
    }
    .chatlcrsimg-blk{
        width: 45px !important;
    }
    .chatlcrsimg-blk img{
        width: 45px !important;
        max-height: 45px;
        height: 45px !important;
    }

}
.rightmain-sec h3.headline {
    padding: 10px 0 3px;
}
.table-responsive{
    scrollbar-width: none;   
}
/*.table-responsive::-webkit-scrollbar {
    width: 10px;
}
.table-responsive::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

.table-responsive::-webkit-scrollbar {
width: 0px !important;
display: none;
background: transparent;
}
.table-responsive::-webkit-scrollbar-track {
-webkit-border-radius: 0px;
display: none;
}
.table-responsive::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
display: none;
}
@media screen and (min-width: 768px){
    .rightscroll{
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0px;
        max-height: calc(100vh - 110px);
        height: calc(100vh - 110px);
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
    }
    .notification-blk .notbox:last-child {
    padding-bottom: 120px;
    }
    .rightscroll .tbl-courses tr:last-child td {
    padding-bottom: 120px !important;
    }
    .rightscroll .tbl-courses tr.list_group.active:last-child td {
    padding-bottom: 8px !important;
    }

    .rightscroll .ondemand-leftsec li.ondemand-dropdown:last-child {
    padding-bottom: 120px !important;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.unreadmsgrow:last-child{
        background-color: transparent !important;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.active:last-child {
    padding-bottom: 0px !important;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.active:last-child .ondemand-submenu ul li:last-child{
        padding-bottom: 120px !important;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.active:last-child .ondemand-submenu ul li.unreadmsgrow:last-child{
        padding-bottom: 5px !important;
    margin-bottom: 120px;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.active:last-child .ondemand-submenu ul li.activebg:last-child{
        padding-bottom: 0px !important;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.active:last-child .ondemand-submenu ul li.active:last-child{
        padding-bottom: 5px !important;
    }
    .rightscroll .tbl-courses tr.unreadmsgrow:last-child{
    background-color: transparent !important;
    }
    .rightscroll .tbl-courses tr.unreadmsgrow:last-child td .chatlcrsimg-blk {
    margin-top: 5px;
    }
    .rightscroll .tbl-courses tr.unreadmsgrow:last-child td .course-det {
    padding: 2px 2px 2px 0px;
    }
    .rightscroll .ondemand-leftsec li.ondemand-dropdown.unreadmsgrow:last-child a.test{
        padding: 6px 15px 4px 0;
    }
    .rightscroll::-webkit-scrollbar {
        width: 0px !important;
        display: none;
        background: transparent;
    }
    .rightscroll::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        display: none;
    }
    .rightscroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        display: none;
    }
    /*.rightscroll::-webkit-scrollbar {
        width: 1px;
        display: none;
    }*/
     .g-scrolling-carousel {
            position: relative;
        }
        .g-scrolling-carousel .items {
            /*overflow-x: auto;
            white-space: nowrap;
            width: 100%;
            -webkit-overflow-scrolling: touch;*/
        }
        .g-scrolling-carousel .items::-webkit-scrollbar { 
            display: none; 
        }
        .jc-right,
        .jc-left {
            width: 35px;
            height: 36px;
            margin-bottom: auto;
            margin-top:auto;
            border-radius: 50%;
            cursor: pointer;
            position: absolute;
            top: 35px;
            bottom: 0;
            z-index:2;
            opacity: 0.94;

        }
        .left-scroll,.right-scroll{
            width: 0;
            height: 36px;
            margin-bottom: auto;
            margin-top:auto;
            border-radius: 50%;
            cursor: pointer;
            position: absolute;
            top: 35px;
            bottom: 0;
            z-index:2;
            opacity: 0.94;
        }
        .jc-right,.right-scroll {
            right:0px;
        }
        .jc-left ,.left-scroll{
            left:0px;
        }

        .jc-right:hover,
        .jc-left:hover{
            opacity: 0.98;
        }
        .jc-right i,
        .jc-left i{
            position: absolute;
            left: 0;right: 0;bottom: 0;top: 0;
            margin: auto;
            width: 24px;
            height: 24px;
        }
        @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none;
          }
        }
        .noselect {
          -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none;
        }

        .g-scrolling-carousel .items{
            padding: 5px 0;
        }
        .g-scrolling-carousel .items a {
            display: inline-block;
        }
}
.my-courses {
    padding: 20px 15px;
}
.courses-block>img {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0px 0;
    height: 150px;
}
.courses-block>h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
ul.course-grade {
    padding: 0;
    margin: 5px 0px;
}
ul.course-grade>li {
    list-style-type: none;
    display: inline-block;
    padding-right: 8px;
}
ul.course-grade>li:nth-child(1) h5 {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 13px;
}
ul.course-grade>li:nth-child(2) h5 {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 13px;
}
ul.course-grade>li:nth-child(3) p {
    font-weight: 600;
}
ul.course-grade>li:nth-child(4) p {
    font-weight: 600;
}
ul.course-profile {
    padding: 0;
    margin: 0;
}
ul.course-profile>li {
    list-style-type: none;
    display: inline-block;
}
.course-pic>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.course-pic>h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}
.course-pic>p {
    margin: 2px 0;
    font-size: 12px;
}
.labelblocl {
    padding: 12px 0 0;
}
ul.course-profile>li:first-child {
    width: 70%;
}
ul.course-profile>li:last-child {
    width: 28%;
    text-align: right;
    float: right;
}
p.rating-para {
    font-weight: 600;
}
.courses-block {
    margin-bottom: 20px;
}
h3.headline.bottomspace{
    margin-bottom: 15px;
}
.timetable-block>h3 {
    margin-bottom: 20px;
}
.agenda-detail>span {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
}
.agenda-detail>h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0px 5px;
}
ul.agenda-ul {
    padding: 0;
}
ul.agenda-ul>li {
    list-style-type: none;
    display: inline-block;
    width: 49%;
}
li.agenda-profile>img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
li.agenda-profile>span {
    font-weight: 600;
}
li.agenda-date>p {
    margin: 0;
    text-align: right;
}
.agenda-detail {
    margin-bottom: 30px;
}
.calendar-agenda-block {
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-right: 30px;*/
    padding-right: 0px;
    padding-top: 4px;
}
.calendar-agenda-block::-webkit-scrollbar {
    width: 10px;
}
.calendar-agenda-block::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.calendar-agenda-block::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.performance-block>h3 {
    margin-bottom: 20px;
}
.performance-img>img {
    width: 40px;
    float: left;
    margin-right: 15px;
}
.performance-img>i {
    width: 40px;
    font-size: 40px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.performance-img>p {
    font-size: 14px;
    margin: 0;
}
.performance-img>h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.performance-img {
    float: left;
    width: 70%;
}
.performance-graph {
    float: right;
    width: 30%;
    text-align: center;
}
.performance-graph>img {
    width: 100%;
}
.performance-div {
    float: left;
    width: 100%;
    padding: 15px 10px;
}
.select-block {
    text-align: right;
}
.graph.selection>img {
    width: 100%;
    height: 220px;
}
canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/*profile css*/
.nopadding{
    padding: 0;
}
.profilebox1{
    z-index: 99;
    position: relative;
}
#close-profile {
    cursor: pointer;
    display: block;
    font-size: 16px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    background: transparent;
    border: 0;
    margin: 0px;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
}
.edit-btn {
    cursor: pointer;
    display: block;
    font-size: 14px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    background: transparent;
    border: 0;
}
.profile-sec {
    max-height: calc(100% - 5px);
    height: calc(100% - 5px);
    overflow-y: hidden;
    position: relative;
}
.profile-top {
    padding-top: 0px;
    border-radius: 100%;
    height: 60px;
    margin-bottom: 20px;
    position: relative;
}
.up-img {
    margin: 0 auto;
    display: block;
    width: auto !important;
    height: 100px;
    cursor: pointer;
    border-radius: 100%;
    max-width: 100px;
}
.file-upload-content {
    display: none;
    text-align: center;
    border-radius: 4px;
}
.file-upload-content img {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 100%;
}
.profile-sec img.file-upload-image {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
.profile_picture_div.image-upload-wrap {
    padding: 25px 0px 10px;
    overflow: auto;
    text-align: center;
}
.profile_picture_div.image-upload-wrap img {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.prof_def_uploads {
    margin-bottom: 0px;
    margin-left: 4px;
    top: 4px;
    position: relative;
}
.prof_def_uploads i {
    font-size: 20px;
    cursor: pointer;
}
.nav-pillinfo>li {
    padding: 0;
    margin: 0 !important;
}
.nav-pillinfo>li>a {
    border-radius: 0px;
    background: transparent !important;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.nav-pillinfo>li.active>a {
    font-weight: 500;
}
#info_tab {
    padding-right:15px;
    padding-left: 15px;
}
#info_tab .en-label {
    width: 100% !important;
}
.en-label {
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.input-container1 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.icon1 {
    padding: 15px 10px;
    background: transparent;
    min-width: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 18px;
}
.name-input,select#readercourse1,select#readergroup_id1 {
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 25px;
    opacity: 1;
    transition: all .2s ease-in-out;
    outline: none;
    direction: ltr;
    text-align: left;
    position: relative !important;
    box-shadow: none;
    height: 40px;
}
.input-container1 input {
    background: transparent !important;
    padding: 0 30px 0 15px!important;
    text-indent: 0px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    height: 45px;
}
.gender-ul {
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
    text-align: left;
    clear: both;
    overflow: hidden;
}
.gender-ul li {
    outline: none;
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    text-align: center;
}
.gender-ul li input {
    display: none;
}
.gender-ul li label {
    margin: auto;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #24242c;
    cursor: pointer;
    direction: ltr;
    background: #eae9ee;
    padding: 6px 8px;
    border-radius: 8px;
    margin-bottom: 2px;
    height: auto;
    width: auto;
}
input.typeradioprof ~ label i {
    font-size: 25px;
    line-height: 2em;
}
.active-img {
    display: none !important;
}
input.typeradioprof:checked ~ label i.bfr-img1 {
    display: none !important;
}
input.typeradioprof:checked ~ label i.active-img {
    display: inline-block !important;
}

input.typeradio1 ~ label i {
    font-size: 25px;
    line-height: 2em;
}
input.typeradio1:checked ~ label i.bfr-img1 {
    display: none !important;
}
input.typeradio1:checked ~ label i.active-img {
    display: inline-block !important;
}

input#genradio:checked ~ label, input#genradioprof2:checked ~ label{
    color: #ffffff !important;
    background: #8ECEFD;
}
input#genradioprof1:checked ~ label,input#genradio1:checked ~ label {
    color: #ffffff !important;
    background: #F88B9D;
}
.gender-ul li label i {
    line-height: 1.1 !important;
    font-size: 15px !important;
}
.dropdown-menu.list {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.cmbtncss {
    height: 35px;
    border-radius: 25px;
    padding: 0 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    position: relative;
    font-size: 12px;
    outline: none;
    border: 0;
}
.logoutlink button {
    text-align: center;
    width: auto !important;
    padding: 0 15px!important;
    font-size: 16px !important;
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.logoutlink {
    text-align: right;
}
.scroll-profile{
    scrollbar-width: none;
    overflow-y: auto;
    max-height: calc(100vh - 225px);
    height: calc(100vh - 225px);
    overflow-x: hidden;
}
.scroll-profile::-webkit-scrollbar {
  width: 1px;
  display: none;
}
.device-table {
    border: 0;
    padding-right: 0px;
    padding-left: 0px;
}
.device-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}
.device-newtbl tr td {
    padding: 15px 5px;
}
.osname {
    margin-bottom: 5px;
    font-size: 14px;
}
.osname i {
    margin-right: 5px;
}
.browsername {
    margin-bottom: 5px;
    font-size: 12px;
}
.device-time {
    margin-bottom: 5px;
    font-size: 10px;
    text-align: right;
}
.hashname {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: right;
}
.close-device {
    font-size: 14px;
}
.device-instruct {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}
.inst-icon {
    font-weight: bold;
}
/*library css starts*/
.icolabs {
    font-size: 25px;
    margin-right: 10px;
    width: 28px;
}
.menubar{
    text-align: left;
    display: none;
    margin: 0;
    cursor: pointer;
    z-index: 99;
    position: relative;
}
.closebar{
    display: none;
    text-align: right;
    margin: 0;
    cursor: pointer;
    z-index: 99;
    position: relative;
}
.secmaintit{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 0px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.qun-tag {
    cursor: pointer;
    float: right;
    height: 25px;
}
.qnbadge {
    font-size: 24px;
    padding: 0px;
    border-radius: 100%;
    min-width: 25px;
    min-height: 25px;
    float: right;
    cursor: pointer;
}
.course-det p.lib-time{
   margin: 0;
}
.courselib-mid,.chatcrs-mid {
    width: 85%;
    cursor: pointer;
}
.addlibcss{
    float: right;
    height: 25px;
}
.service-list {
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.service-list li {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
}
.service-list li input{
    display: none;
}
.service-list li label {
    margin: auto;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    direction: ltr;
    background: transparent;
    padding: 8px 15px;
    border-radius: 25px;
    margin-bottom: 15px;
    float: left;
    line-height: 1.8em;
    width: 100%;
}
.service-list li label i {
    font-size: 16px;
    float: left;
    vertical-align: middle;
    line-height: 1.5em;
}
input.servicerdo ~ label i.seractimg{
    display: none;
}
input.servicerdo ~ label i.seractimg1{
    display: none;
}
.seractimg, .seractimg1 {
    display: none;
}
.service-list li label img {
    float: left;
    margin: 2px 15px;
    width: 20px;
    height: 22px;
}
input.servicerdo:checked ~ label i.serbfrimg{
    display: none;
}
input.servicerdo:checked ~ label i.seractimg {
    display: inline-block;
}
.service-list li label .urlimg, .service-list li label .codeimg {
    float: left;
    margin: 2px 15px;
    width: 20px;
    height: 22px;
}
.libimg-td{
    width: 15%;
}
.chatimg-td{
    width: 31%;
    padding: 15px 0 8px !important;
}
.libcrsimg-blk {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 25px;
    height: auto;
}
.libcrsimg-blk img {
    margin: 0 auto;
    width: 25px;
    max-height: 50px;
    height: auto !important;
}
.chatcrsimg-blk {
    text-align: center;
    position: relative;
    /*margin: 0 auto;*/
    width: 65px;
    height: auto;
}
.chatcrsimg-blk img {
    margin: 0 auto;
    width: 65px;
    max-height: 65px;
    height: 65px;
    border-radius: 50%;
}
.librt-box {
    float: right;
}
.libtogswitch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin: 0px 5px;
}
.libtogswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.libtogslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.libtogslider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0px;
    bottom: 0px;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus + .libtogslider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .libtogslider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded libtogsliders */
.libtogslider.libtoground {
  border-radius: 18px;
}
.libtogslider.libtoground:before {
  border-radius: 50%;
}
.closelib{
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    margin-left: 8px;
}
.incbox{
    float: left;
}
.incbox p {
    display: inline-block;
    padding: 0 5px;
}
.leftcont,.rightcont{
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.secmaintit:after,.secmaintit:before{
    content: '';
    display: table;
}
.secmaintit:after{
    clear: both;
}
/*assignment css*/
.floatleft{
    float: left;
}
.boxsrch {
    position: relative;
    padding: 0px 25px 0;
    width: 45%;
    margin: 8px 0;
}
.selgroup,.addbox{
    position: relative;
    padding: 0px 15px 0;
    width: 37.33%;
    margin: 8px 0;
}
.addbox{
    width: 25%;
}
.asstit-top{
    margin: 15px 0 25px;
}
.tbl-top1{
    margin: 15px 0 0px;
}
.backtolist {
      background: transparent;
      padding: 0;
  }
.rightfilter{
    float: right;
    width: 44%;
    margin-right: -25px;
}
.secmaintit1{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    padding: 15px 0;
    margin-bottom: 0px;
}
.course-count,.notification-count{    
    border-radius: 4px;
    padding: 5px 6px;
    font-size: 15px;
    margin: 0 4px 0 0;
    min-width: 24px;
    min-height: 24px;
}
.course-count1{
    border-radius: 4px;
    padding: 5px 6px;
    font-size: 15px;
    margin: 0 4px 0 0;
    min-width: 24px;
    min-height: 24px;
}
.vertmid{
    vertical-align: middle;
}
.nomargin {
    margin: 0;
}
.topspace{
   margin: 15px 0 20px; 
}
#reply{
    font-size: 16px;
    padding: 6px 0;
}
#reply::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height:42px;
}
#reply::-webkit-input-placeholder { /* Webkit */
    line-height:42px;
}
#reply:-ms-input-placeholder { /* IE */
    line-height:42px;
}
.searchbox i {
    font-size: 14px;
    /*top: 12px;
    left: 4rem;
    position: absolute;*/
}
.searchbar, .course-select {
    outline: none;
    border-radius: 25px;
    font-size: 14px;
    height: 35px;
    width: 100%;
    margin-bottom: 0px;
    opacity: 1;
    transition: all .2s ease-in-out;
    box-shadow: unset;
    padding: 6px 15px;
    text-align: left;
}
.searchbar {
    padding-left: 3.5rem;
    text-align: left;
}
.searchbtn {
    display: inline-block;
}
.asgn-tb {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
    background-color: transparent;
}
.asgn-tb thead tr th {
    padding: 13px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    width: 150px;
    white-space: nowrap;
}
.asgn-tb tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    vertical-align: middle;
    /*task*/
    white-space: nowrap;
}
.asgn-tb thead tr th:last-child,.asgn-tb tbody tr td:last-child {
    text-align: left;
}
.crstitbg{
    background-color: #81d4ca;
    color: #010101;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    display: inline-block;
}
.asgn-crsbox, .asgn-teachbox {
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
    height: auto;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.asgn-teachbox {
    max-width: 255px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.crstitbg{
    white-space: nowrap;
}
.asgn-teachbox img, .asgn-crsbox img {
    margin-right: 10px;
    width: 35px;
    max-height: 35px;
    height: 35px;
    border-radius: 50%;
}
.asgn-teachbox img {
    border-radius: 100%;
    height: 35px;
}
/*notes-css*/
.note-padd{
    padding: 0 15px;
}
.secmaintit-time{
    font-size: 15px;
}
.top-tit{
    padding: 10px 0 10px;
}
.tbl-courses {
    width: 100%;
    table-layout: fixed;
}
.tbl-courses tr {
    cursor: pointer;
}
.tbl-courses tr td {
    vertical-align: middle;
    padding: 8px 5px 8px;
}
.crsimg-blk {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 25px;
    height: auto;
}
.crsimg-blk img {
    margin: 0 auto;
    width: 25px;
    max-height: 35px;
    height: auto !important;
}
.chatlcrsimg-blk{
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: auto;
}
.chatlcrsimg-blk img {
    margin: 0 auto;
    width: 50px;
    max-height: 50px;
    height: 50px;
    border-radius: 50%;
}
.course-mid {
    width: 70%;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.course-det h3 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.4;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-det p {
    word-break: break-all;
    line-height: 1.5em;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}
.pTextStyle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    height: 18px;
}
.tbl-courses tr td.timer-sec {
    /*vertical-align: bottom;*/
    vertical-align: top;
}
.note-ser-list{
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}
.note-ser-list li{
    display: inline-block;
}
.note-ser-list li span{
    display: block;
    width: 100%;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 12px;
}
.btnsec-rt{
    float: right;
}
.close-note{
    display: inline-block;
    margin: 0 5px;
    width: auto !important;
}
.editblk{
    display: inline-block;
    width: auto !important;
}
.notestitle{
    clear: both;
    padding: 0 15px 15px;
}
.editblk i{
    font-style: normal;
}
.note-sec{
    padding: 15px 25px;
    border-radius: 8px;
}
.note-tit{
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
.note-desc{
    font-size: 15px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 10px 0px 5px;
}
.note-desc p {
    margin: 0;
}
h3.secmaintit-time:after,h3.secmaintit-time:before{
    content: '';
    display: table;
}
h3.secmaintit-time:after{
    clear: both;
}
.tox .tox-notification--warn, .tox .tox-notification--warning {
    display: none !important;
}
.tit-secondemand {
    padding: 0 15px;
}
/*view task css*/
.bck-btn{
   padding: 0 15px 0 0; 
}
.deadlineblk{
    float: right;
    width: 32%;
}
#dedline-progressbar {
    border-radius: 13px;
    margin-bottom: 8px;
}
#dedline-progressbar>div {
    height: 8px;
    border-radius: 10px;
    max-width: 100%;
}
.deadlineblk p {
    font-size: 14px;
    text-align: right;
    line-height: 1.5em;
    font-weight: 600;
}
.task-crsbox:before,.task-crsbox:after,.task-instbox:before,.task-instbox:after {
    display: table;
    content: " ";
}
.task-crsbox:after,.task-instbox:after {
    clear:both;
}
.taskcrsimg,.taskinstimg{
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 100%;
}
.taskcrstit{
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0 3px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.imgbox,.detbox{
    padding: 0 0px 0 0;
}
.desg,.task-time{
    font-size: 15px;
    font-weight: normal;
}
.assign-attach-sec {
    margin: 25px auto;
}
.attach-list{
    list-style: none;
    padding: 0;
}
.attach-list:before,.attach-list:after,.chatarea:before,.chatarea:after{
    display: table;
    content: " ";
}
.attach-list:after,.chatarea:after{
    clear:both;
}
.attach-list li{
    float: left;
    padding: 0 15px 0 0;
}
.attch-box{
    padding: 0 15px;
    width: 155px;
    height: 190px;
    border-radius: 8px;
}
.attch-box img{
    height: 135px;
    width: 170px;
    margin: 0 auto;
    padding: 15px 0 8px;
    max-width: 100%;
}
.filename{
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 3px 0px 2px;
}
.filesize{
    font-size: 13.5px;
    font-weight: normal;
    margin: 0;
}
.chatarea {
    height: auto;
}
.textareacss1 {
    outline: none;
    background: transparent;
    border-radius: 0px;
    width: 85%;
    margin-bottom: 0px;
    opacity: 1;
    transition: all .2s ease-in-out;
    box-shadow: unset;
    padding: 6px 15px;
    font-size: 12px;
    resize: none;
    text-align: left;
    border: 0;
    float: left;
}
.attachsec {
    text-align: center;
}
.assgn-btnbox {
    position: absolute;
    right: 0;
}
.sendreplysec, .attachsec {
    /*width: 5%;*/
    float: left;
    font-size: 20px;
    padding: 15px 0px;
    color: #ddd;
}
.sendreplysec {
    text-align: center;
    padding: 15px 0px;
    /*width: 10%;*/
}
.sendreplysec button {
    border: 0;
    outline: none;
    box-shadow: unset;
    padding: 0px 15px;
    max-width: 100%;
    font-size: 12px;
}
.completebtncss {
    margin: -5px 10px 0 0;
}
.assmenubar,.assclosebar{
    display: none;
    text-align: right;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
}
html[data-dir="rtl"] .assmenubar,html[data-dir="rtl"] .assclosebar{
  text-align: left;
}
.chatsec {
    padding: 15px 0;
}
.reply-gallery {
    padding: 0px 0px 5px;
}
.reply-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.reply-gallery ul li {
    padding: 0px 0px;
    display: inline-block;
    width: 60px;
    overflow: hidden;
    vertical-align: top;
    margin: 0 5px 10px;
}
.image-blk {
    position: relative;
    text-align: center;
}
.reply-gallery li img {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    border-radius: 100%;
    cursor: pointer;
}
.morerepcount {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    font-size: 16px;
}
.repcount{
  position: absolute;
  right: 0;
  font-size: 12px;
  padding: 5px;
  border-radius: 100%;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.posrel{
    position: relative;
}
.onlineuser{
  position: absolute;
  right: 20px;
  font-size: 12px;
  padding: 5px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.chatshow-sec {
    background-color: transparent;
}
.chatbox {
    padding: 25px 15px 15px;
}
.repimg {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    border-radius: 100%;
}
.detchat-sec h3 {
    font-size: 16px;
    margin: 12px 0 0;
}
.chattiming {
    font-size: 12px;
    margin: 0;
}
.chatmodalcss .modal-dialog {
    max-width: 350px;
    width: 50%;
}
.chatmodalcss .modal-content {
    border-radius: 20px;
}
.chatmodalcss .modal-body {
    text-align: center;
}
.form_body_cnt {
    position: relative;
}
textarea#select_txt_code {
    resize: none;
    text-align: left;
    border-radius: 5px;
    outline: 0px !important;
    box-shadow: none;
    height: 130px;
}
.btnsec {
    padding-left: 15px;
    padding-right: 15px;
}
.btnsec {
    margin: 20px auto 15px auto !important;
}
.btnyes,div#quentag-modal button.btn-success,.completebtncss {
    background-color: #eaf0fd !important;
    color: #010101 !important;
    border-radius: 25px !important;
}
.addtask:hover {
    background:rgb(0 150 136 / 75%);
}
.submit-btn:hover {
    color: #010101;
    background-color: #eaf0fd;
}
label .btnyes{
    background-color: #f0f1f4;
    color: #24242c;
    border-radius: 25px !important;
}
.chatmodalcss .modal-content .modal-body button {
    width: 100% !important;
    font-size: 12px !important; 
}
.btnno {
    background-color: #eaf0fd !important;
    color: #010101 !important;
    border-radius: 25px !important;
}
textarea.form-control{
    resize: none;
}
.report-det p {
    word-break: break-all;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}
table.tbl-report tr{
    position: relative;
}
table.tbl-report tr td {
    padding: 12px 0 12px 0px;
}
table.tbl-report tr td:first-child{
    padding-right: 10px;
    padding-left: 10px;
}
.rprtusrname{
    padding-right: 25px;
}
.cancelrpt-row{
    background-color: transparent !important;
    border-left: 0px !important;
    outline: none !important;
}
.cancelrpt-row:hover:before{
    content: unset !important;
}
.closereort{
    display: none;
    position: relative;
    float: right;
    top: -7px;
    right: 10px;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
}
.cancel-report {
    color: #f66565;
    border: 1px solid #f66565;
    width: 100%;
    padding: 3px 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none !important;
}
.reprt-time {
    color: #96a2c0;
    font-size: 12px;
}
.repimg-blk {
    text-align: center;
    position: relative;
    margin: 0 0px 0 0;
    width: 40px;
    height: 40px;
}
.report-txt {
    width: calc(100% - 50px);
}
.repimg-blk img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.norprttxt {
    font-size: 16px;
    margin: 55px auto;
}
/*=========================*/
.chat_right, .chat_left {
    margin: 10px 1%;
    clear: both;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
}
.chat_right .chat_name {
    text-align: right;
    color: #17253a;
    margin-bottom: 0px;
}
.chat_right .chat_img_sec {
    width: 35px;
    height: 35px;
    position: relative;
    float: right;
    margin-top: 12px;
}
.chat_right .chat_img_sec img {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.chat_right .chat_msg_sec1 {
    width: calc(100% - 40px);
    margin-right: 40px;
    margin-left: 0;
}
.chat_right .chat_msg_sec2 {
    background: #def8c9;
    color: #17253a;
    outline: none;
    border: none;
    padding: 10px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    border-radius: 8px;
    width: fit-content;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    direction: rtl;
    max-width: 90%;
    min-width: fit-content;
    float: right;
}
.chat_right .chat_msg_sec29 {
    background: #ffffff;
    color: #000000;
    outline: none;
    border: none;
    padding: 10px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    border-radius: 8px;
    width: fit-content;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    direction: rtl;
    max-width: 90%;
    min-width: fit-content;
    float: right;
}
.chat_right .msg_clock {
    width: 100%;
    float: right;
    text-align: right;
    color: #ddd;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 3px;
    visibility: hidden;
    display: none;
}
.chat_right .msg_clock img {
    width: 10px;
    height: 10px;
}
.chat_right .four .icon a{
    transform: translate(0%,-50%);
}
.chat_right .reply{
  display: none;
}
.chat_right .chat_msg_sec29{
    direction:ltr !important;
}
.chat_right .chat_msg_sec28 embed {
    float: right;
}
.pTextStyle{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    height: 18px;
}
.course-mid{
  cursor: pointer;
}
.chat_right .chat_msg_sec28 {
    float: right;
}
.chat_right .reply{
  left: 75% !important;
}
.reply i{
  color: #2a72ff;
}
.chat_right .four .icon a{
}
.chat_right .four .icon{
  padding: 0px 25px;
}
html[data-dir="rtl"] .chat_right .chat_msg_sec2{
  direction: ltr !important;
}
html[data-dir="ltr"] .chat_right .chat_msg_sec2{
  direction: ltr !important;
}
.chat_right .msg_clock {
    visibility: visible;
    display: block; 
    color: #828282;
}
.chat_right .four:hover .span4.collapse-group{
     margin-right: 50px; 
    margin-left: auto;
}
html[data-dir="rtl"] .chat_right .chatright{
  text-align: right;
}
.chat_right a.texturl{
 color:#377cb1;
 cursor: pointer;
 text-decoration: underline;
}
.chat_right .chat_img_sec{
  margin-top: 2px;
}

/*watch css*/
.watchtitlespace{
    margin: 0 0 20px;
}
.uploadimg{
    width: 100px;
    height: 100px;
}
.subcrstit{
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    margin: 5px 0px 5px;
}
.toptitspc{
    padding-top: 15px;
}
.iframe-sec {
    margin: 15px auto auto;
    height: 450px;
    position: relative;
    text-align: center;
}
.iconlist {
    padding: 0 15px;
}
.iframe-sec-lib{
   margin: 15px auto auto;
    position: relative;
    text-align: center; 
}
.iframe-sec-lib iframe {
    height: 450px;
    max-width: 100%;
}
.iframe-sec iframe {
    height: 450px;
    max-width: 100%;
}
.tbl-watchassignment {
  width: 100%;
}
.tbl-watchassignment thead tr th {
    padding: 13px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}
.tbl-watchassignment tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    vertical-align: middle;
    max-width: 150px;
    overflow: hidden;
}
.tbl-watchassignment thead tr th:first-child, .user-tb tbody tr td:first-child {
    padding-left: 15px;
}
.nav-pillondemand>li {
    padding: 0;
    margin: 0 !important;
}
.nav-pillondemand>li>a {
    border-radius: 0px;
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 15px 0 7px;
    text-align: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.nav-pillondemand>li {
    padding: 0;
    margin: 0 !important;
}
.nav-pillondemand>li.active>a, .nav-pillondemand>li.active>a:focus, .nav-pillondemand>li.active>a:hover {
    background: transparent;
}
.watch_desc {
    padding: 25px 15px;
}
.watch_desc p{
    margin: 1px auto 0;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.textareaElement{
    position: relative;
    margin: 25px 0 0;
}
textarea#ondemandtextarea {
    padding: 6px;
    padding-right: 0px;   
    margin-right: 80px;
    border: 0;
    border-radius: 8px;
}
.watchmsgsec .emoji-wysiwyg-editor{
    padding-right: 0px;   
    margin-right: 80px;
    border: 0;
    border-radius: 8px; 
    outline: none;
        min-height: 80px;
    font-size: 15px;
}
.colorico{
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 24px;
}
html[data-dir="ltr"] .watchmsgsec .emoji-picker-icon{
    right: 45px !important;
    top: 28px !important;
}
.colorlistblk {
    position: absolute;
    right: 0;
    padding: 15px 20px 5px;
    border-radius: 25px;
    z-index: 1;
}
.btnblk{
    padding: 8px 0 0 0;
}
.bgul{
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
}
.bgul li {
    position: relative;
    overflow: hidden;
    clear: both;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    padding: 0 2px;
}
.bgul-radio {
    display: none;
}
.bgul-lable {
    min-width: 18px !important;
    text-align: center;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 100% !important;
    font-size: 12px !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    line-height: 30px !important;
    cursor: pointer !important;
    font-weight: 100 !important;
    margin-bottom: 0;
}
input.bgulcheckb1:checked ~ label:after {
    content: '\2713' !important;
    text-align: center !important;
    line-height: 10px;
}
.ondemand-leftsec {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ondemand-leftsec li {
    /*padding-bottom: 15px;*/
    /*notes left list*/
    margin-bottom: 10px;
}
.ondemand-leftsec li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 4px 8px 4px 25px;
}
.note-ser-list li {
    margin: 0;
    padding: 0;
}
/*.ondemand-dropdown a img {
    margin-right: 10px;
    font-size: 12px;
    width: 25px;
    max-height: 35px;
    min-height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    float: left;
    height: auto;
}*/
.leftcrsimg-blk {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.leftcrsimg-blk img {
    margin: 0 auto;
    width: 50px !important;
    max-height: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}
.ondemand-dropdown a > span.ond-crstit {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
    word-break: break-all;
    line-height: 1em;
    position: relative;
    top: 5px;
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}
.ondemand-dropdown > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 5px;
    top: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #95a3c0;
}
.ondemand-dropdown.active > a:after {
    transform: rotate(90deg);
}
.ondemand-submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ondemand-submenu ul li {
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.ondemand-submenu ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 16px;
    content: "\f111";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*line-height: 2.5em;*/
    top: 14px;
}
.ondemand-submenu ul li.activebg:before{
    content: "\f058";
}
.ondemandcoursetit {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
    word-break: break-all;
    line-height: 1em;
    position: relative;
    top: 5px;
    width: 100%;
    display: block;
}
.course-det h3.ondcoursetit{
    /*font-weight: bold;*/
}
.ondemand-leftsec li.ondemand-dropdown a.test {
    padding: 4px 15px 0 0;
}
.iframe-sec .nodatatxt {
    margin: 15% auto;
}
.nodatatxt {
    color: #95a3c0;
    font-size: 13px;
    font-weight: 500;
}
.nodatatxt {
    margin-bottom: 8px;
}
.ond-time {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    /*float: right;
    top: 5px;*/
    line-height: 1.85em;
    margin: 5px 0 0;
    display: block;
}
.ond-time i {
    margin-right: 3px;
    font-size: 18px;
    color: #ccc;
}
.head-four-course {
    display: inline-block;
    width: 16px;
}
img.img-responsive.no_image {
    width: 45px !important;
}
.ond-msgholder {
    clear: both;
}
.ond-msgholder {
    position: relative;
    margin: 15px auto;
    text-align: center;
}
.ond-msgholder p {
    font-size: 16px;
}
.ond-msgholder p {
    white-space: pre-wrap;
    color: #232323;
}
.ond-msgholder p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 15px;
    padding: 15px;
    border-radius: 8px;
    word-break: break-all;
}
.deletecomment {
    cursor: pointer;
}
.modal-content {
    text-align: center;
}
.btnyes, .btnno {
    width: 100%;
}
.footermin-ht{
    min-height: 600px;
}
.addfiles {
    background: #5e92ee !important;
    color: #fff;
    height: 25px;
}
.margin10{
    margin-right: -10px;
    /*sessions*/
    margin-left: -10px;
}
/*reader css*/
.ondemand-dropdown.readerdhidedrop > a:after {
    content: '' !important;
}
.summid-top {
    position: fixed;
    margin: 15px auto;
    text-align: right;
    left: auto;
    cursor: auto;
    font-size: 14px;
    font-family: CircularStd,'Helvetica', 'Arial', sans-serif;
    z-index: 2;
}
#counter0 {
    font-weight: bold;
    font-size: 16px;
}
.totalslide {
    font-weight: bold;
    font-size: 16px;
}
.positionspecify1 {
    direction: rtl;
    right: -25px;
    position: relative;
}
.pdf_btn {
    position: relative;
    margin: 0px auto;
    z-index: 2;
}
.not_button {
    border-radius: 25px;
    padding: 6px 10px;
    display: block;
    cursor: pointer;
}
.light-slidersec {
    position: relative;
    margin: 5px auto 15px;
    padding-top: 0px;
}
.light-slidersec .lSSlideWrapper{
    margin: 15px 0 0;
}
#lightSlider {
    margin: 5px auto;
}
#lightSlider li.lslide {
    margin: auto;
}
#lightSlider li img {
    display: block;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    cursor: auto !important;
}
.lSAction {
    right: 100px;
    position: absolute;
    top: -14px;
}
.lSAction > a {
    width: 15px !important;
    margin-top: -10px !important;
    top: auto !important;
    position: fixed !important;
}
.lSAction > .lSPrev {
    background-image: none !important;
    left: auto !important;
    right: 95px !important;
}
a.lSPrev:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f063";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
}
.lSAction > .lSNext {
    background-image: none !important;
    left: auto !important;
    right: 120px !important;
}
a.lSNext:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f062";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
}
.lSPager li.active {
    position: relative;
}
ul.lSPager li.active:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.positionspecify {
    direction: ltr;
}
.summid-top {
    right: auto !important;
}
.lSAction > .lSPrev{
    right: auto !important;
    padding: 0 25px;
  }
.lSAction{
    direction: rtl;
  }
.lSAction > .lSNext{
    right: auto !important;
}
html[data-dir="rtl"] .summid-top{
left: auto !important;
}
html[data-dir="rtl"] .lSAction{
direction: ltr;
}
html[data-dir="rtl"] .lSAction > .lSPrev{
left: auto !important;
padding: 0 25px;
}
html[data-dir="rtl"] .lSAction > .lSNext{
left: auto !important;
}
/*chat css*/
.rating-para>i {
    font-size: 12px;
    margin: 0 4px 0 0;
}
.tbl-report {
    width: 100%;
}
.admin-activity {
    padding: 0 0 20px;
}
.padding15{
    padding: 0 15px;
}
#chatinfo_tab {
    padding: 0 15px;
}
.tbl-chat {
    margin: 5px 0 8px;
}
.chatinfotab li a {
    height: 40px;
}
.chatmaincontent-sec {
    height: auto;
    min-height: 100%;
}
.chat-contentsec{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.course-det h3.chat-tit{
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    max-width: 210px;
    overflow: hidden;
}
.scroll-chatprofile{
    scrollbar-width: none;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    overflow-x: hidden;
}
.scroll-chatprofile::-webkit-scrollbar {
  width: 1px;
  display: none;
}
.chatinst-box{
    padding: 22px 0;
}
.title1{
    font-size: 17.5px;
    font-weight: 500;
    margin: 0px 0 5px;
}
.particlist,.blockedlist {
    padding: 0;
    margin: 22px 0;
}
ul.course-profile.instboxspc{
    margin: 15px 0 0;    
}
.particlist>li,.blockedlist>li {
    list-style-type: none;
    display: inline-block;
}
.tbl-courses.tbl-chat tr td{
    padding: 15px 5px 0;
}
.partic-pic>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.partic-pic>h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
ul.particlist>li:first-child {
    width: 70%;
}
.blockedlist>li:first-child{
    width:75%;
}
.blockedlist>li:last-child {
    width: 25%;
    text-align: right;
    float: right;
}
ul.particlist>li:last-child {
    width: 30%;
    text-align: right;
    float: right;
}
p.rating-para {
    font-weight: 600;
}
.input-container2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    height: 45px;
    border: 0;
    border-radius: 8px;
}
.icon2 {
    padding: 15px 10px;
    background: transparent;
    min-width: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 18px;
}
.search-input {
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 25px;
    opacity: 1;
    transition: all .2s ease-in-out;
    outline: none;
    direction: ltr;
    text-align: left;
    position: relative !important;
    box-shadow: none;
    border: 0;
}
.input-container2 input {
    background: transparent !important;
    padding: 0 50px 0 8px!important;
    text-indent: 0px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    height: 45px;
    border: 0 !important;
}
.chatsearch-box{
    padding: 15px 15px 0px;
}
.chatsearch-box:after,.chatsearch-box:before{
    content: '';
    display: table;
}
.chatsearch-box:after{
    clear: both;
}
.searchinputsec{
    /*width: 65%;*/
    width: 73%;
    float: left;
    padding: 0;
}
.chattypesec{
    width: 27%;
    float: left;
    padding: 0 0 0 20px;
    text-align: center;
}
.chat-type-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat-type-list li{
    display: inline-block;
    margin: 5px 10px;
    font-size: 22px;
    cursor: pointer;
}
.chat-type-list li:last-child{
    margin: 5px 0 5px 10px;
}
.chatmsgholderbox{
    height: auto;
    min-height: calc(100vh - 211px);
    max-height: calc(100vh - 211px);
    overflow-y: auto;
    overflow-x: hidden; 
    scrollbar-width: none; 
    padding: 0 0px;
}
.chatmsgholderbox::-webkit-scrollbar {
    width: 1px;
    display: none;
}
.chatsendbox{
    position: relative;
    width: 100%;
    z-index: 99;
    /*padding: 0 0 0 15px;*/
    padding: 0px;
}
.chatright, .chatleft {
    margin: 8px 0 0;
    clear: both;
    width: 100%;
    display: inline-block;
    padding: 5px 0px 0;
}
.chatleft .chat_img_sec {
    width: 35px;
    height: 35px;
    position: relative;
    float: left;
    margin-top: 7px;
}
.chatright .chat_img_sec {
    margin: 7px 0px 0 15px;
}
.chatleft .chat_img_sec {
    margin: 7px 0px 0 15px;
}
.chatleft .chat_img_sec img {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.chatleft .chat_msg_sec1 {
    width: calc(100% - 55px);
    margin-left: 55px;
    position: relative;
}
.chatright .chat_msg_sec1:after, .chatright .chat_msg_sec1:before {
    content: '';
    display: table;
}
.chatright .chat_msg_sec1:after {
    clear: both;
}
.chatleft .chat_msg_sec2 {
    background: transparent;
    outline: none;
    border: none;
    padding: 10px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    border-radius: 8px;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    cursor: default !important;
}
.chatright .chat_img_sec {
    width: 35px;
    height: 35px;
    position: relative;
    margin-top: 7px;
    float: left;
}
.chatright .chat_img_sec img {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.chatright .chat_msg_sec1 {
    width: calc(100% - 40px);
    margin-left: 40px;
    position: relative;
}
.chatright.chat_msg_sec2 {
    background: transparent;
    outline: none;
    border: none;
    padding: 10px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    border-radius: 8px;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    cursor: default !important;
}
.four{
    /*overflow: hidden;*/
}
.four .icon {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    display: none;
}
.chatleft:hover .four .icon {
    display: block;
    height: 32px;
    border-radius: 25px;
    top: -18px;
}
.chatleft:hover .four .icon{
    left: 60%;    
    width: 115px;
    font-size: 15px;
}
.chatright:hover .four .icon {
    display: block;
    height: 32px;
    border-radius: 25px;
    top: -18px;
}
.chatright:hover .four .icon{
    left: 60%;    
    width: 60px;
    font-size: 15px;
}
.chatleft .four .icon {
   /* padding: 0px 45px;
    right: -100px;*/
}
.chatleft .four:hover .icon {
    /*right: 0px;
    left: auto;*/
}

.chatright .four .icon {
    /*padding: 0px 50px;
    left: -100px;*/
}
.chatright .four:hover .icon {
    /*left: 0px;
    right: auto;*/
}

.four .icon a {
    transform: translate(0%,-50%);
    position: absolute;
    top: 50%;
    vertical-align: middle;
    z-index: 999;
}
.chatleft .four .icon a {
    left: 10%;
}
.chatleft .reply {
    left: 30% !important;
}
.chatleft .report {
    left: 55% !important;
}
.chatleft .four .icon a.blockchatuser {
    right: 10px;
    left: auto;
}
.chatleft .deletechat {
    left: 102% !important;
}
.four span {
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    white-space: pre-wrap;
    cursor: pointer;
    padding: 0;
}
.chatleft .four:hover span {
    margin-right: auto;
    margin-left: auto;
}
.chatusername{
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0px;
}
.chatleft .msg_clock,.chatright .msg_clock {
    text-align: left;
    font-size: 12px;
}
.chat_outbox {
    width: 100%;
    position: sticky;
    left: 25px !important;
    top: auto !important;
    bottom: 0px;
    border-top: 0;
    bottom: 0;
}
.chat_reply {
    padding: 10px;
}
.repl-name {
    margin-bottom: 2px;
    font-weight: normal;
    text-align: left;
}
.closechat {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.rep-msg {
    height: 20px;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
}
.chat_outbox .text-left {
    height: 80px !important;
    /* overflow: hidden; */
    position: relative;
}
.emoji-picker-container {
    position: relative;
}
.chatleft.noreport .four .icon {
    width: 80px;
}
.chatleft.noreport .four .icon .reply {
    left: 37% !important;
}
textarea#messages {
    text-align: right;
    padding-left: 155px;
    padding-right: 35px;
}
.form-control{
    border: 1px solid #eee;
}
.emoji-wysiwyg-editor.form-control.textarea-control:focus {
    outline: 0;
    box-shadow: none;
}
.image-chat {
    cursor: pointer;
    position: absolute;
    left: 100px;
    /*top: 25px;*/
    top: 43px;
    width: 20px;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.camera-chat {
    cursor: pointer;
    position: absolute;
    left: 72px;
    /*top: 25px;*/
    top: 43px;
    width: 20px;
    color: #adb5bd;
}
.attach-chat {
    cursor: pointer;
    position: absolute;
    left: 45px;
    /*top: 25px;*/
    top: 43px;
    width: 20px;
    color: #adb5bd;
}
.attach-code {
    cursor: pointer;
    position: absolute;
    left: 15px;
    /*top: 25px;*/
    top: 43px;
    width: 20px;
    color: #adb5bd;
}
.chat-send {
    width: auto;
    white-space: nowrap;
    display: block;
    background-color: transparent;
    border: transparent;
    vertical-align: middle;
    position: absolute;
    float: right;
    right: 15px;
    top: 40px;
    font-size: 12px;
    padding: 6px;
    outline: none;
    color: #010101;
    z-index: 9999;
    text-align: right;
    background: #eaf0fd;
    border: 0;
    outline: none;
    box-shadow: unset;
    border-radius: 25px;
    padding: 4px 10px;
}
p.lead{
    height: 70px;
}
.lecturebox{
    width:100%;
   text-align:center; 
   position: relative;
}
.lectsubbox{
    position:relative; 
   padding:2px 15px;
   border-radius: 25px;   
   display: inline-block;
   z-index: 1;
}
.lectureimg {
    float: left;
    max-height: 35px;
    max-width: 35px;
    width: auto;
    margin: 0 5px;
}
.lecturebox::after {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   height: 1px;
   background: #eee;
   z-index:0;
}
.lecttit{
    text-align: left;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    margin: 0;
}
.menubarchat,.closebarchat,.menubarchat1,.closebarchat1{
    display: none;
    margin: 0;
    cursor: pointer;
}
.menubarchat,.menubarchat1{
    padding: 0;
    float: left;    
    width: 50%;
}
.menubarchat1,.closebarchat1{
    text-align: right;
}
.menubarchat{
    text-align: left;
}
.closebarchat{
    text-align: right;
}
.last_time>h3>i {
    color: #9a9a9a;
    font-size: 14px;
}
.chat_img {
    width: 150px;
    height: auto;
}
.deletechat.imgdelete {
    display: none;
}
.loadAttach {
    cursor: pointer !important;
    background-color: transparent !important;
    padding: 2px !important;
}
.pdftxt {
    padding: 0 0 0 5px;
}
.codebg code {
    word-break: break-all;
}
.mathcodeans{
    padding:2px 5px;
    border-radius: 8px;
    display: inline-block;
    color: #000;
}
.MathJax_Display {
    margin: 0 !important;
}
.MathJax{
    font-size: 10px !important;
}
.codebg pre.codecss {
    border: transparent;
    padding: 0;
    margin: 0;
}
.rprtusrname {
    font-size: 15px;
    margin: 0;
}
.report-user {
    padding-right: 10px;
}
div#default_modal {
      padding-right: 0 !important;
    }
    div#default_modal .modal-dialog{
      max-width: 350px;
      width: 50%;
    }
    div#default_modal label[for="select_img"] div {
    position: absolute;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #aaa;
    border: none;
    overflow: hidden;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    }
    div#default_modal label[for="select_img"] div img {
        max-width: 100%;
        height: 100%;
    }
    div#default_modal label[for="select_img"]:hover div::before {
        content: 'Click To Edit Image';
        position: absolute;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 100px;
        color: #fff;
    }
    div#default_modal label[for="select_pdf"] div {
        position: absolute;
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
        color: #aaa;
        border: none;
        overflow: hidden;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    div#default_modal input[type=file]:hover::before {
        content: 'Click To Edit';
        position: absolute;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 50px;
        color: #fff;
    }
    .form_body_cnt {
      position: relative;
    }
    div#default_modal label[for] {
    border: 4px dashed #ddd;
    width: 300px;
    padding: 10px;
    height: 130px;
    position: relative;
    font-size: 20px;
    cursor: pointer;
    }
    div#default_modal input[type=file] {
    height: 130px;
    position: absolute;
    top: 0;
    opacity: 0;
    }

    .form_body_cnt {
        position: relative;
    }
    .def_mod_btn {
        margin: auto;
        display: inline-flex;
    }
    div#default_modal button {
        outline: 0px;
        border: none;
        margin: 10px;
        border-radius: 50px;
    }
    div#default_modal button {
        outline: 0px;
        border: none;
        margin: 10px;
        border-radius: 50px;
    }
    #default_modal button {
    color: #010101;
    background-color: #eaf0fd;
    }
    div#default_modal .modal-content{
      max-width: 300px;
      margin: auto;
      margin-top: 120px;
    }
    div#default_modal .modal-content .modal-body{
      text-align: center;
    }
    div#default_modal .modal-content .modal-body p{
      font-size: 20px;
      margin: 20px auto 30px auto;
      color: #e95757;
    }
    div#default_modal .modal-content .modal-body p strong{
      display: block;
    }
    

    div#default_code_modal .modal-dialog{
          max-width: 350px;
          width: 50%;
        }
        
    #default_code_modal .modal-body {
        text-align: center;
    }

    div#default_code_modal .modal-content {
        max-width: 300px;
        margin: auto;
        margin-top: 120px;
    }

    #deletechatmd .modal-content{
      max-width: 300px;
      margin: auto;
      margin-top: 120px;
    }
    #deletechatmd .modal-content .modal-body{
      text-align: center;
      padding: 0;
    }
    #deletechatmd .modal-content .modal-body p{
      font-size: 20px;
      margin: 20px auto 30px auto;
      color: #474079;
      padding: 15px;
    }
    #deletechatmd .modal-content .modal-body p strong{
      display: block;
    }
    #deletechatmd .modal-content .modal-body button{
      width: 100%;
      /*text-transform: uppercase;
      color: #fff;
      padding: 10px;
      font-size: 18px;
      margin-bottom: 20px;
      outline: none;
      float: left;
      border-radius: 20px;
      border: 0;*/
    }
/*attend css*/
.ovrallrslt{
    text-align: left;
    padding: 5px 0;
    font-size: 16px;
}
.ovrallrslt i{
    padding: 0 5px;
}
.attendedclass i{
    color:#17ccb3;
}
.absentclass i{
    color: #ff6638;
}
.boxspace{
    padding: 15px 55px;
}
.msg-cntdet h3 {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: normal;
    margin-top: 0;
}
.borderbot{
    border-bottom: 1px solid #ddd;
}
.atndcrsbadge{
    display: block;
    width: 100%;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 12px;
    text-align: center;
    color: #333;
}
.mailimg {
    margin: 0 auto;
    max-width: 100%;
    max-height: 150px;
}
.emailtitle1 {
    margin: 2px auto 0;
    font-size: 20px;
}
div#html_element1 div {
    margin: 0 auto;
}
.mailexpst {
    padding-top: 5px;
}
.emaildesc1 {
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
/*===================login css*/
#login_modal .modal-dialog, #signup_modal .modal-dialog, #forgot_modal .modal-dialog {
    width: 35%;
}
/*========modal css*/
#successfullyData .modal-content{
  max-width: 300px;
  margin: auto;
  margin-top: 120px;
}
#successfullyData .modal-content .modal-body{
  text-align: center;
}
#successfullyData .modal-content .modal-body p{
  font-size: 20px;
  font-weight: bold;
  background: transparent !important;
  border: 0 !important;
}
/*=======================form modal css=====================*/
.formmodalcss .modal-content{
  max-width: 450px;
  margin: auto;
  margin-top: 75px;
  border-radius: 12px;
 box-shadow: unset;
}
.formmodalcss .modal-content .modal-body{
  text-align: center;
  padding: 30px 15px 0;
}
.formmodalcss .modal-content .modal-body p{
  font-size: 20px;
  font-weight: bold;
  background: transparent !important;
  border: 0 !important;
}
.mdltit {
    font-size: 20px;
    font-weight: 700;
}
.lbltit {
    font-size: 14.5px;
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.inputcss {
    border-radius: 8px;
}
.mdl-space{
    padding: 20px 25px;
}
.btn-space{
    padding: 0 55px;
}
.textareacss{
    resize: none;
}
.errormsg,.successmsg{
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 500; 
    padding: 5px 0;
}
.mdl-space1 {
    padding: 20px 0 15px;
}
/*course page css*/
.os-list {
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.os-list li {
    display: inline-block;
    cursor: pointer;
    padding: 0 2px;
}
.os-list li input {
    display: none;
}
html[data-dir="ltr"] .os-list li label {
    float: left;
}
.os-list li label {
    margin: auto;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    direction: ltr;
    background: transparent;
    padding: 5px 0px;
    border-radius: 8px;
    margin-bottom: 15px;
    float: right;
}
.os-list li label i {
    font-size: 16px;
    float: left;
    padding-right: 3px;
}

.coursename{
        font-size: 24px;
        font-weight: 500;
        margin: 30px 0 20px;
       } 
       .detchat-sec h3 {
        font-size: 16px;
        margin: 0px 0 0;
        }
        .chattiming {
        font-size: 12px;
        margin: 0;
        }
        .teachimg {
        width: 35px;
        height: 35px;
        padding: 0px;
        border-radius: 50%;
        }
        .teachimg img{
            border-radius: 50%;
        }
        .iframe-sec {
            margin: 15px auto auto;
            height: 450px;
            position: relative;
        }
        .rgt_price_value{
            margin-top: 20px;
        }
        .rgt_price_value h4 {
            font-weight: 700;
            font-size: 22px;
            margin-top: 10px;
            direction: rtl;
            text-align: left;
        }
        .rgt_listing {
            border-bottom: 1px solid #ccc;
            padding: 20px 0px;
            font-weight: 500;
        }
        .rgt_listing_online p i {
            padding-right: 5px;
            color: #aaa;
        }
        .rgt_listing_online p {
            margin: 3px 0;
        }
        .rgt_enroll_butn .btn-enrol {
            background-color: #12a78f;
            color: #fff;
            padding: 15px 20px;
            border-radius: 8px;
            text-align: center;
            width: 100%;
            margin: 20px 0;
        }
        .descblock {
    margin: 18px 0;
    line-height: 1.8em;
}
.chatshow-sec {
    padding: 25px 0;
}
.menubarchat,.menubarchat1{
        display: none;
    }
/*session css*/
.session-users-list{

}
.session-users-list img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -15px;
    border: 1.5px solid #fff;
    position: relative;
    z-index: 1;
}
.sessionusercnt {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -15px;
    position: relative;
    z-index: 2;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    background-color: #eaf0fd;
    color: #000;
    display: inline-block;
    border: 1.5px solid #fff;
    padding: 0 2px;
}
.session-ratings {
    width: 95px;
    font-size: 14px;
}
.session-ratings i {
    color: #eaf0fd;
}
.session-ratings i.active {
    color: #fcac0f;
}
.padding10{
    padding: 0 10px;
}
.colorlist-blk {
    border: 1px solid #eee;
    margin: 0;
    padding: 3px 5px 10px;
    border-radius: 25px;
}
.colorlist-blk li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 4px;
}
.colorlist-blk li p{
    margin: 0;
    line-height: 0;
}

/*admin dasboard css*/
.admin-activity li {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
.admin-timer {
    text-align: center;
    
    padding: 0px 6px;
    font-size: 14px;
    
    color: #a6a8b4;
    width: 20%;
    position: relative;
}
.admin-timer p{
    text-align: center;
    border: 1px solid #eee;
    padding: 5px 6px;
    font-size: 14px;
    border-radius: 25px;
    color: #a6a8b4;
    width: 100%;
    position: relative;
}
.admin-activity li p {
    margin: 0;
    font-weight: 500;
    max-width: 100%;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.admin-users-list img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: -12px;
border: 1.5px solid #fff;
position: relative;
z-index: 1;
}
.adminusercnt{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: -12px;
    position: relative;
    z-index: 0;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    background-color: #00bfff;
    color: #000;
    display: inline-block;
    border: 1.5px solid #fff;
    padding: 0 5px;
}
.admin-users-list img:first-child{
    z-index: 2;
}
.admin-users-list img:last-child{
    z-index: 0;
}
.admin-users {
width: 20%;
text-align: center;
}
.admin-action {
width: 60%;
padding: 0 15px;
}
.activity-blk{
    padding: 15px 0;
}
.admin-action p {
    line-height: 1.3;
}
.admin-users-list{
    margin: 0 0 0 -10px;
}
.paddingrt{
    padding: 0 8px 0 15px;
}
.iconbox {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    line-height: 54px;
    text-align: center;
    margin-right: 10px;
}
.package-det {
    padding: 30px 0 0;
}
.pack-det-box h3 {
margin: 10px 0 0;
font-size: 20px;
font-weight: 500;
}
.pack-det-box p {
    color: #a6a8b4;
    font-size: 12px;
    margin: 0;
}
.sch-det-box{
    padding: 25px 0 0;
}
.sch-det-box img {
max-height: 100px;
}
.sch-det-box h3{
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 500;
}
.email-blk{
    margin: 15px 0;
}
.email-blk h3{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.topspace1 {
margin: 25px 0 0px;
}
.addannouncement{
    height: 30px;
}
.nodatatxt {
    font-weight: normal !important;
    font-size: 13px !important;
}
span{
    line-height: 1.1;
}
.ann-det-blk {
    margin: 15px 0;
}
.ann-det-blk img{
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius: 50%;
}
.ann-det-blk h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
    width: calc(100% - 55px);
    vertical-align: middle;
}
.anouncement-blk {
    padding: 8px 0px;
    margin: 15px 0;
    border-radius: 12px;
}
.ann-padd-rt{
    padding: 10px 18px;
}
.scroll-anouncement {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px 18px 0;
}
.scroll-anouncement::-webkit-scrollbar {
    width: 10px;
}
.scroll-anouncement::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.scroll-anouncement::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.percentage-div>.dashsvg {
    width: 40px;
    float: left;
    margin-right: 8px;
    height: 40px;
    font-size: 35px;
    text-align: center;
}
.separatorcss{
    width: 2px;
    height: 30px;
    background-color: #ddd;
    border: 0;
    margin: 0;
    position: absolute;
    left: 50%;
}
.admin-activity:last-child .separatorcss {
    display: none;
}
.scroll-anouncement .no_image {
    margin: 30% auto 0;
}
.scroll-anouncement h4 {
    text-align: center;
}
/*mycourse css*/
.width120{
    width: 120px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.closetd1 a {
    color: #c1c1ce !important;
    font-weight: bold;
    font-size: 14px !important;
}
 .hideipad {
    display: none !important;
}

 img.no_image {
    position: relative;
    margin: 175px auto 15px;
}
.emoji-picker-icon {
   /*    top: 15px !important;
    left: 15px !important;
        right: auto !important;*/
}
.emoji-wysiwyg-editor.textarea11 {
    text-align: left;
    padding: 5px 5px 5px 15px;
}
.textareaElement textarea {
    resize: none !important;
    background: #f3f4f9;
    width: 100% !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 15px !important;
}
.iframe-sec h4 i {
    font-size: 13px;
}
.ond-detail {
    display: flex;
    height: calc(100vh - 5px);
    position: relative;
    width: 100%;
}
.ondemand-submenu ul li {
    padding: 6px 5px;
    margin: 0;
  }

.ondemand-submenu ul li.activebg:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 16px;
    color: #5fc7a2;
    content: "\f058";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.0em;
}
.vid-imgholder1 iframe {
    height: 75px;
}
.vid-imgholder iframe {
    height: 75px;
}
.joinnowbtn {
    font-size: 12px;
}
.liveclass {
    padding: 0;
}
table.tbl-courses {
      table-layout: fixed;
    }
    #show-leftcert {
        left: 0;
        border-radius: 0 4px 4px 0px;
        width: 35px;
        transition-delay: 0.3s;
        z-index: 999;
        background-color: transparent;
        margin-top: 15px;
        padding: 0;
    }
    a#show-leftcert i {
        font-size: 20px;
        color: #666;
    }
     h3.value{
        word-break: break-word;
      }
    @media only screen and (max-width: 767px){
        .camera-chat, .attach-code {
            top: 30px;
            height: 40px;
        }
        .image-chat, .attach-chat {
            top: 40px;
        }
        .chattypesec{
            padding: 0 0 0 8px !important;
        }
        .chatmaincontent-sec {
            min-height: calc(100% - 215px) !important;
        }
        .table-responsive{
            border: 0px !important;
        }
        .pdf_btn{
            top: -20px;
            position: absolute;
            right: 20px;
        }
        div#myNavbar1{
            position: absolute;
            width: 50%;
            border: 0;
            box-shadow: unset;
            outline: none;
            margin-top: 20px;
        }
        .navbardesk-nav {
            height: calc(100vh - 108px);
        }
        .leftcrsblk .courseboxsec.border-right{
            border-right: 0px !important;
        }
        /*.hidemob1{
            display: none !important;
        }*/
        .visiblemob1{
            display: block !important;
        }
      .ond-detail{
        width: auto !important;
        display: block !important;
      }
      .certimg-sec img{
        height: auto !important;
      }
      .right-cert{
        float: right;
        margin-top: 35px;
      }
      .lSAction {
        top: 198px !important;
      }
      .nopaddingtbl{
        padding: 0 15px;
      }
    .stdimage{
        margin: 0 auto 15px !important;
    }
    .formmodalcss .modal-dialog {
    width: 95% !important;
    }
    .btn-space {
    padding: 0 0px !important;
    }
    }
    .fileslist h4 {
      text-align: center;
    }
    img.head-four-course {
      display: inline-block;
      width: 16px;
    }
    #close-sidebarattnd {
    position: fixed;
    cursor: pointer;
    font-size: 18px;
    right: 10px;
    color: #9a9a9a;
    margin: 0px;
    z-index: 2;
  }

  
.member-tb thead tr th:first-child, .member-tb tbody tr td:first-child {
    width: 5%;
    padding-left: 15px;
}
.member-tb thead tr th:last-child, .member-tb tbody tr td:last-child{

    width: 5%;
}
.member-tb thead tr th {
    padding: 13px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    width: 150px;    
}
.member-tb tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    vertical-align: middle;
}
.closetd a,.closetd1 a {
    font-weight: bold;
    font-size: 14px !important;
}
.editbtn {
    border: 0 none;
    border-radius: 4px;
    font-size: 12px;
    margin: 0 auto;
    padding: 8px 15px;
    outline: 0px !important;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    position: relative;
}
.success {
   /* background-color: #1cb1e6;
    border: 1px solid #1cb1e6;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;*/
}
.unsuccess {
    background-color: #f1603f;
    border: 1px solid #c34524;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
}
html[data-dir="rtl"] span.addfiles{
  float: left !important;
}
.addfiles a {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: unset;
  color: #fff;
  border-radius: 25px;
  padding: 5px 15px 7px; 
  font-size: 14px;
}
.addfiles{
  border-radius: 25px;
}
html[data-dir="rtl"] .member-tb{
  direction: rtl;
}
html[data-dir="rtl"] .member-tb thead tr th,html[data-dir="rtl"] .member-tb tbody tr td{
  text-align: center;
}
/*span.addfiles {
    border: 1px solid rgba(204, 204, 204, 0.5803921568627451);
    padding: 8px 10px;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
}*/
.addfiles a{
  text-decoration: none;
}
.addfiles a:focus,.addfiles a:hover{
  background: #6ab04c;
}
.viewbtn{
      border: 0 none;
      border-radius: 4px;
      font-size: 12px;
      margin: 0 auto;
      padding: 8px 15px;
      outline: 0px !important;
      font-weight: 400;
      cursor: pointer;
      text-decoration: none;    
  }
  /*#savegroup{
    background-color: #5ccca5;background-color: #fbad0f;color: #fff;
  }
  #savegroup:focus,#savegroup:hover{
  background-color: #5ccca5;background-color: #fbad0f;color: #fff;
  }*/
.viewbtn:focus,.viewbtn:hover{
  text-decoration: none;
}
.statusactive{
    background: #4dceba;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }
  .statusinactive{
    background: #eaf0fd;
    color: #010101;
    font-weight: 400;
    font-size: 12px;
  }
  .drpico{
    padding: 5px 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
  }
/*notification css*/
.notbox,.anouncementlist{
    padding-bottom: 10px;
}
.notimgbox,.annimgbox {
    width: 45px;
}
.notinstimg,.annimage{
    height: 35px;
    width: 35px;
    margin: 0 auto;
    border-radius: 100%;
}
.notdetbox .notdesc{
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 2px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.ann-desc{
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    margin: 5px 0 0;
    word-break:break-word;
}
.notification-blk {
    padding: 15px 0 15px;
}
.ann-title{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
    max-width: 100%;
    word-break: break-word;
    vertical-align: middle;
    line-height: 1.2;
}
.subname{
    color: #010101;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 13px;
    margin: 0;
    display: inline-block;
}
.nottime{
    text-align: right;
    float: right;
}
.notimgbox, .notdetbox,.anndetbox,.annimgbox {
    padding: 0 0px 0 0;
}
/*checkout css*/
.fee-structure {
    margin: 25px 0;
}
.check-lbl{
    margin: 0;
}
.total-fee,.online-fee,.discount-fee {
    margin: 8px 0;
}
#coupon_apply {
    background: #5ccca5;
    height: 40px;
    border: 0;
    padding: 6px 20px;
    border-radius: 8px;
}
.grp1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.grp1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.grp1 .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    content: "";
    position: absolute;
}
.grp1 input:checked ~ .checkmark {
    background-color: #fab22f;
}
.grp1 input:checked ~ .checkmark:after {
    display: block;
}
.crsbox {
    border: 1px solid #eeeeee;
    padding: 10px 2px;
    text-align: center;
}
/*footer css*/
/*to keep footer always bottom*/
.course-detail {
    min-height: 70vh;
}
#site_footer {
    padding-top: 0px;
    margin-top: 0px;  
    position: relative;z-index: 99;
    padding-bottom: 50px;
}
#site_footer .social_link_cont, #site_footer .copyright_cont {
    display: table;
    vertical-align: middle;
}
.ftrtext {
    font-size: 13px;
    font-weight: 500;
    margin-top: 2%;
}
#site_footer .social_link_cont{
    margin-top: 15px;
}
footer ul.right-list {
    line-height: 35px;
    list-style: outside none none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: right;
}
footer ul.right-list li {
    display: inline-block;
}
footer ul.right-list li a {
    padding: 0 10px;
}
.complogo-txt1{
    display: inline-block;
    padding-left: 0px;
    font-size: 16px;
    padding-top: 0px;
    vertical-align: middle;
    margin-bottom: 0;
}
.complogo-txt1 span{
    font-weight: bold;
}
.links_cover img{
    max-width: 55px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
    margin: 0 auto;
}

/*direction css*/
html[data-dir="rtl"] .navbardesk-hdr{
    float: right;
}
html[data-dir="rtl"] .userprofile-li{
    float: left;direction: rtl;
}
html[data-dir="rtl"] .switchhdr{
    direction: ltr;
}
html[data-dir="rtl"] .hdr-midsec{
    float: right;
    direction: rtl;
}
html[data-dir="rtl"] .leftmain-sec{
    float: right;
}
html[data-dir="rtl"] .rightmain-sec{
    float: right;
    direction: ltr;
}
html[data-dir="rtl"] .rightfixedsec{
    direction: rtl;
}
html[data-dir="rtl"] .rightfixedsec-atd{
    direction: rtl;
}
html[data-dir="rtl"] ul.course-profile>li:last-child{
    float: left;
}
html[data-dir="rtl"] .course-pic>img{
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}
html[data-dir="rtl"] .time-sec>h3{
    float: right;direction: rtl;
}
html[data-dir="rtl"] .select-dropdown{
    float: left;direction: rtl;
}
html[data-dir="rtl"] .percentage-block{
    float: right;text-align: right;
}
html[data-dir="rtl"] .percentage-div>i{
    float: right;margin-left: 8px;margin-right:0px;
}
html[data-dir="rtl"] h3.headline{
    text-align: right;
}
html[data-dir="rtl"] .rtlcol{
    float: right;
}
html[data-dir="rtl"] .dirrtl{
    direction: rtl;
}
html[data-dir="rtl"] .calendar-agenda-block{
    direction: rtl;
    padding-left: 30px;
    padding-right: 15px;
}
html[data-dir="rtl"] .performance-img>i{
    float: right;margin-right:0px;margin-left:15px;
}
html[data-dir="rtl"] .performance-img,html[data-dir="rtl"] .performance-graph{
    float: right;
}
html[data-dir="rtl"] footer ul.right-list{
    text-align: left;
}
html[data-dir="rtl"] .subcrstit{
    text-align: right;
}
html[data-dir="rtl"] .detchat-sec {
    text-align: right;
    direction: rtl;
}
/*watch css*/
html[data-dir="rtl"] .watchmsgsec .emoji-wysiwyg-editor{
    padding-right: 6px;
    margin-right: 0;
    padding-left: 0px;
    margin-left: 80px;
    text-align: right;
}
html[data-dir="rtl"] textarea#ondemandtextarea{
    padding-right: 6px;
    margin-right: 0;
    padding-left: 0px;
    margin-left: 80px;
    text-align: right;
}
html[data-dir="rtl"] .watchmsgsec .emoji-picker-icon{
    right: auto !important;
    left: 45px !important;
    top: 15px !important;
}
html[data-dir="rtl"] .colorico{
    right: auto;
    left: 10px;
}
html[data-dir="rtl"] .colorlistblk{
    right: auto;
    left: 0;
}
html[data-dir="rtl"] .text-right.btnblk{
    text-align: left !important;
}
html[data-dir="rtl"] .watchmsgsec .emoji-menu{
    right: auto;
    left: 0;
}
html[data-dir="rtl"] .ondemand-dropdown > a:after{
    right: auto;
    left: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[data-dir="rtl"] .ondemand-dropdown.active > a:after{
    -ms-filter: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
html[data-dir="rtl"] .tbl-watchassignment{
    direction: rtl;
}
html[data-dir="rtl"] .tbl-watchassignment{
    direction: rtl;
}
html[data-dir="rtl"] .tbl-watchassignment thead tr th:first-child,html[data-dir="rtl"]  .user-tb tbody tr td:first-child{
    padding-left: 10px;
    padding-right: 15px;
}
html[data-dir="rtl"] .tbl-watchassignment thead tr th{
    text-align: right;
}
html[data-dir="rtl"] .tbl-watchassignment tbody tr td{
    text-align: right;
}
html[data-dir="rtl"] .watch_desc p{
    text-align: right;
    direction: rtl;
}
html[data-dir="rtl"] .ondemand-submenu ul li:before{
    left: auto;
    right: 5px;
} 
html[data-dir="rtl"] .ondemand-leftsec li a{
    padding: 8px 20px 8px 8px
} 
/*reader css*/
.name-input, select#readercourse1, select#readergroup_id1, .selectbg{
    height: 40px;
}
.pdfobject-container {
    height: 75vh;
}
html[data-dir="rtl"] .positionspecify,html[data-dir="rtl"] .positionspecify1{
    direction: ltr;
}
html[data-dir="rtl"] .positionspecify1{
    left: 0;
    right: auto;
}
html[data-dir="rtl"] .lSAction{
  left: 100px;
  right: auto;
}
/*users css*/
.parents-student .box {
    border: 0;
    height: 500px;
    /*width: 407px;*/
    width: 100%;
    border-radius: 8px;
    overflow: auto;
    padding: 15px 0px;
    margin: 0 auto;
}
.parents-student .box .student-box {
    padding: 8px;
    cursor: pointer;
    text-align: left;
    border: 0;
    text-transform: capitalize;
}
.parents-student .box .student-box img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
.parents-student .left {
    background-color: transparent;
    width: 40px;
    border: 0;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    margin-top: 180px;
}
.parents-student .right {
    background-color: transparent;
    width: 40px;
    border: 0;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    margin-top: 15px;
}
/*.parents-student .box .student-box:hover*/

/*modals css*/
.deletesecmd .modal-content{
  max-width: 300px;
  margin: auto;
  margin-top: 120px;
}
#adddescmd .modal-content,#adddescmdproj .modal-content{
  max-width: 100%;
}
.deletesecmd .modal-content .modal-body{
  text-align: center;
  padding: 0;
}
.deletesecmd .modal-content .modal-body p{
  font-size: 20px;
  margin: 20px auto 30px auto;
  padding: 15px;
}
.deletesecmd .modal-content .modal-body p strong{
  display: block;
}
.deletesecmd .modal-content .modal-body button{
  width: 100%;
  /*text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  outline: none;
  float: left;
  border-radius: 20px;
  border: 0;*/
}

/*asignment css*/
.no_image {
    margin: 0 auto;
}
html[data-dir="rtl"] .secmaintit1{
    text-align: right;direction: rtl;
} 
html[data-dir="rtl"] .addtask,html[data-dir="rtl"] .addlibcss{
    float: left !important;
}
html[data-dir="rtl"] .searchbar {
    padding-right: 2.5rem;
    padding-left: 15px;
    text-align: right;
}
html[data-dir="rtl"] .searchbox i{
    left: auto;right: 2.5rem;
}
html[data-dir="rtl"] .course-select{
    text-align: right;direction: rtl;
}
html[data-dir="rtl"] .asgn-tb{
    direction: rtl;
}
html[data-dir="rtl"] .asgn-tb thead tr th,html[data-dir="rtl"] .asgn-tb tbody tr td{
    text-align: right;
}
html[data-dir="rtl"] .asgn-teachbox img,html[data-dir="rtl"] .asgn-crsbox img{
    margin-right: 0px;margin-left: 10px;
}
html[data-dir="rtl"] .bck-btn{
    padding: 0 0px 0 15px;
}
html[data-dir="rtl"] .deadlineblk {
    float: left;direction: ltr;
}
html[data-dir="rtl"] .deadlineblk p{
    text-align: left;
}
html[data-dir="rtl"] p.task-time.text-right{
    text-align: left;
}
html[data-dir="rtl"] .detbox{
    direction: rtl;
}
html[data-dir="rtl"] .asstasksec {
    direction: rtl;
    text-align: right;
}
html[data-dir="rtl"] .attach-list,html[data-dir="rtl"] .reply-gallery ul{
    direction: rtl;
}
html[data-dir="rtl"] .attach-list li{
    float: right;
}
html[data-dir="rtl"] .attch-box{
    direction: rtl;
    text-align: right;
}
html[data-dir="rtl"] .textareacss1,html[data-dir="rtl"] .attachsec,html[data-dir="rtl"] .sendreplysec{
    float: right;
}
html[data-dir="rtl"] .textareacss1{
    text-align: right;
}
html[data-dir="rtl"] .note-desc{
    direction: rtl;
}
html[data-dir="rtl"] .librt-box {
    float: left;direction: rtl;
}
html[data-dir="rtl"] .incbox {
    float: right;
}
html[data-dir="rtl"] .attdtime{
    text-align: left;
}
html[data-dir="rtl"] .ovrallrslt{
    text-align: right;direction: rtl;
}
html[data-dir="rtl"] .countrslt{
    float: left !important;
}
html[data-dir="rtl"] .tablecss{
    direction: rtl;
}
/*notes css*/
html[data-dir="rtl"] .secmaintit-time{
    text-align: right;
}
html[data-dir="rtl"] .btnsec-rt {
    float: left;
    direction: rtl;
}
html[data-dir="rtl"] .note-sec{
    direction: rtl;
    text-align: right;
}
html[data-dir="rtl"] .hidemob {
    padding: 0 5px 0 0;
}
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"]
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
html[data-dir="rtl"] 
/*html[data-dir="rtl"] .jc-right {
    left:0px;
    right: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}        
html[data-dir="rtl"] .jc-left {
    right:0px;
    left: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*loadind animation css*/
  .ph-item {
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px; }
  .ph-item, .ph-item *,
  .ph-item ::after, .ph-item ::before {
    box-sizing: border-box; }
  .ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
            animation: phAnimation 0.8s linear infinite;
    }
  .ph-item > * {
    flex: 1 1 auto;
    display: flex !important;
    flex-flow: column;
    padding-right: 0;
    padding-left: 0; }

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px; }
  .ph-row div {
    height: 8px;
    margin-bottom: 2px;}
  .ph-row .big,
  .ph-row.big div {
    height: 20px;
    margin-bottom: 15px; }
  
.ph-col-new {
  flex: 0 0 6.66667%; }

.ph-col-2 {
  flex: 0 0 16.66667%; }

.ph-col-4 {
  flex: 0 0 33.33333%; }

.ph-col-6 {
  flex: 0 0 50%; }

.ph-col-8 {
  flex: 0 0 66.66667%; }

.ph-col-10 {
  flex: 0 0 83.33333%; }

.ph-col-12 {
  flex: 0 0 100%; }

.ph-avatar {
  position: relative;
    width: 30px;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    height: 30px !important; }
  .ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%; }
    .ph-avatar1 {
  position: relative;
    width: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    height: 60px !important; }
  .ph-avatar1::before {
    content: " ";
    display: block;
    padding-top: 100%; }

.ph-picture {
  width: 100%;
  height: 120px;  
  margin-bottom: 10px; }

@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } }

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } }
.ph-title,.ph-price{
  margin: 0 auto;
}
.emptycss{
  height: 0 !important;
  width: 100% !important;
}
.widget-summary {
  display: table;
  width: 100%;
  direction: ltr;
  padding: 10px;
  position: relative;
}
.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.widget-summary .widget-summary-col.widget-summary-col-icon {
  width: 1%;
}
.widget-summary .summary-icon {
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 0px;
  font-size: 42px;
  font-size: 4.2rem;
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  
  -webkit-border-radius: 55px;
  border-radius: 55px;
}
.widget-summary .summary-icon.cardimgblk{
  width: 40px;
  height: 35px;
  line-height: 25px;
}
.summary-icon img{
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
.radiosave1,.radiosave2,.radiosavenot{
padding: 3px 15px;
text-align: center;
border-radius: 25px;
font-size: 12px;
vertical-align: middle;
margin-left: 8px;
cursor: pointer;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.blockbtn{
padding: 3px 8px;
text-align: center;
border-radius: 25px;
font-size: 12px;
vertical-align: middle;
margin-left: 8px;
cursor: pointer;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
outline: none !important;
}
#block_tab {
    padding: 0 15px;
}
 @media only screen and (max-width: 767px){
    .unreadmsgindication11{
        bottom: 10px !important;
    }
    .notificationbox{
        display: none;
        padding: 0 15px !important;
    }
    .menuclk{
        cursor: pointer;
        text-align: right;
        padding: 0;
        font-size: 15px;
        margin: 0;
    }
    .hidenmob {
        display: none;
    }
    .courseboxsec {
        padding: 0 !important;
    }
    .counter-block.block-border {
        padding: 20px 0 10px 0px !important;
    }
    .footerlogo{
        float: none !important;
    }
    .rightfilter {
    margin-right: -10px !important;
    }
    .addbox {
    width: 30% !important;
    }
    .parents-student .box{
        width: 100% !important;
    }
    .parents-student .right,.parents-student .left{
        margin-top: 0px !important;
        display: block;
        position: relative;
        z-index: 999;
        transform: rotate(90deg); /* W3C */
        -webkit-transform: rotate(90deg); /* Safari & Chrome */
        -moz-transform: rotate(90deg); /* Firefox */
        -ms-transform: rotate(90deg); /* Internet Explorer */
        -o-transform: rotate(90deg); 
    }
}
#backtocrs {
    margin: 0 5px 0 0;
}
.backtolist {
    background: transparent;
    padding: 0;
}
.languageability {
    width: 100%;
}

.languageability th,.languageability td {
    width: 28%;
    padding: 0;
    text-align: center;
    vertical-align: unset;
    line-height: 18px;
    font-weight: 400;
    word-break: break-all;
}
.languageability th{
    padding-bottom: 10px;padding-top: 10px;
}
.first-col {
    width: 10% !important;
    text-align: left !important;
}
.add_button{
    font-size: 14px;
    border: 0;
    padding: 5px 10px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    background-color: #f0f1f4;
    border-radius: 8px;
    color: #24242c;
    display: block;
}
.closequal,.closecss {
    font-size:18px;
    margin: 24px 0 0;
    cursor: pointer;
}
.close-exp{
    float: right;
    margin: 0;
}
/*group css*/
.tablecss thead tr th {
  padding: 8px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  width: auto;
}
.tablecss tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 12px;
  padding: 5px 10px;
  text-align: left;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  vertical-align: middle;
}
#save_lecture{
    color: #fff;
    background: #296edd;
    font-size: 12px;
    padding: 5px 15px;
    border: 0px solid #296edd;
    height: 30px;
    margin-top: 8px;
}
.rmvcss{
  margin-top: -5px;
  padding: 4px 10px;
  background-color: transparent !important;
  border: 0;
}
#unsuccessfullyData .modal-content{
max-width: 300px;
margin: auto;
margin-top: 120px;
/*background-color: var(--nav-color);*/
}
#unsuccessfullyData .modal-content .modal-body{
text-align: center;
}
#unsuccessfullyData .modal-content .modal-body p{
font-size: 20px;
margin: 20px auto 30px auto;
color: #e95757;
}
#unsuccessfullyData .modal-content .modal-body p strong{
display: block;
}
.deletesecmd .modal-content{
  max-width: 300px;
  margin: auto;
  margin-top: 120px;
}
#adddescmd .modal-content,#adddescmdproj .modal-content{
  max-width: 100%;
}
.deletesecmd .modal-content .modal-body{
  text-align: center;
  padding: 0;
}
.deletesecmd .modal-content .modal-body p{
  font-size: 20px;
  margin: 20px auto 30px auto;
  padding: 15px;
}
.deletesecmd .modal-content .modal-body p strong{
  display: block;
}
.deletesecmd .modal-content .modal-body button{
  width: 100%;
  /*text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  outline: none;
  float: left;
  border-radius: 20px;
  border: 0;*/
}
.addmore {
    font-size: 12px;
    padding: 0px 15px 2px;
    border: 0px !important;
    height: 35px;
    border-radius: 8px !important;
    outline: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn,button[disabled]{
    background-color: #eae9ee !important;
    color: #333 !important;
    opacity: .65;
}
.ondemand-dropdown {
    cursor: pointer;
}
.table tr:last-child td {
    border: 0 !important;
}
button#savefile:focus, #savefile:hover{
    /*color: #fff;*/
}
#dropdownMenu1{
    font-size: 13px;
}
.table td {
    border-top: 0px !important;
}
.subtitle,.customtab {
    color: #000;
}
.watch_desc p {
    white-space: pre-wrap;
}
.parents-student .left[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.parents-student .right[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.btnsec .rtlcol {
    float: right;
}
.feedback-txt{
    cursor: pointer;
}
td .loadAttach{
    text-align: center;
    margin: 0 auto;
}
.loadAttach i {
    font-size: 20px;
}
.list-teacher li .partic-pic {
    cursor: pointer;
}
.pdficomsg {
    width: 20px;
    height: auto;
}
.titalgn-list li img{
    cursor: pointer;
}
.completebox{
    position: relative;
}
.chatshow-sec .completebox .del-icon {
    position: absolute;    
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    display: none;
}
.chatshow-sec .completebox:hover .del-icon {
    height: 32px;
    border-radius: 25px;
    top: -18px;
    left: 45%;
    width: 45px;
}
.chatshow-sec .completebox .del-icon a {
    transform: translate(0%,-50%);
    position: absolute;
    top: 50%;
    vertical-align: middle;
    z-index: 999;
    cursor: pointer;
    left: 15px;

}
/*==*/
.course-count11{
    border-radius: 4px;
    padding: 5px 6px;
    font-size: 15px;
    margin: 0 4px 0 0;
    min-width: 24px;
    min-height: 24px;
}
#logoutpopup span.msg {
    font-size: 14px;
    font-weight: 600;
}
.retweetblock {
    float: left;
    position: relative;
    z-index: 99;
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px;
}
.retweetblock svg{
    width: 20px;
    height: 20px;
    color: #909090;
    cursor: pointer;
}
.closelib{
    color: #909090;    
}
.librt-box{
    color: #909090;    
}
.copyclipboard1{
  position: absolute;
    padding: 8px;
    width: 160px;
    z-index: 99;
    font-size: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    top: 30px;
    right: 0px;
}
.copyclipboard1 p {
    margin: 0;
}
html[data-dir="rtl"] .copyclipboard1{
  left: 0px;
}
.backtolist{
    font-size: 15px;
}
.chatright.reportedblock, .chatleft.reportedblock {
    background-color: #feffe0;
}
 /*---- modal light box----*/
#imgmyModal .modal-content {
    margin: auto;
    display: flex;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    align-items: center;
    background: transparent;
    height: 100%;
    z-index: 0;
    /*-webkit-animation-name: zoomImg;
    -webkit-animation-duration: 0.6s;
    animation-name: zoomImg;
    animation-duration: 0.6s;*/
}
#imgmyModal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(64, 40, 38, 0.9);
}
#imgmyModal .close_img_modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 99;
}
#docmyModal .modal-doc-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
}
#docmyModal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(64, 40, 38, 0.9);
}
#docmyModal .close_doc_modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#videomyModal .modal-video-content {
    margin: auto;
    display: block;
}
#videomyModal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(64, 40, 38, 0.9);
}
#videomyModal .close_video_modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.span4.collapse-group p a {
    color: #A9A9A9;
}
.readbtn {
  color: #000000 !important;
}
@-webkit-keyframes zoomImg {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoomImg {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#Modalimg {
    margin: auto;
    display: flex;
    width: auto;
    max-width: 100%;
    max-height: 550px;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.orderexam {
    width: 100%;
    margin: 0 auto;
    }
    .orderexam > li {
    list-style: none;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(196, 196, 196);
    margin: 5px 0;
    font-size: 24px;
    }
    .orderexam .title {
    display: inline-block;
    width: 130px;
    padding: 6px 6px 6px 12px;
    vertical-align: top;
    }
    .orderexam .title {
    display: inline-block !important;
    width: 130px;
    padding: 6px 6px 6px 12px;
    vertical-align: top;
    }
    .orderexam .drag-area {
    display: inline-block;
    background: rgb(158, 211, 179);
    width: 60px;
    height: 40px;
    vertical-align: top;
    float: right;
    cursor: move;
        margin: 0 !important;
    }
    .orderexam label.container {
    width: 100% !important;
    }
    .ans_ul.ordercheckbox.orderexam label {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    }
    .ans_ul.ordercheckbox.orderexam .title{
        width: calc(100% - 60px);
        height: auto;
        border: 0;
        border-radius: 0;
        margin: 0;
        float: none;
        display: inline-block;
        padding: 6px 6px 6px 12px;
    }
    .ans_ul.ordercheckbox.orderexam .drag-area {
    display: inline-block;
    background: rgb(158, 211, 179) !important;
    width: 60px !important;
    height: 40px !important;
    border: 0 !important;
        border-radius: 0 !important;
        margin: 0;
    vertical-align: top;
    float: right;
    cursor: move;
        margin: 0 !important;
    }
    .ques_input label,.custome_button .container{
        word-break: break-word;
    }
    .question_boxz1:first-child .slide_arrow1>a.prev1 {
    display: none;
    }
    .question_boxz1:last-child .slide_arrow1>a.next1 {
    display: none;
    }
    .question_boxz1:last-of-type .slide_arrow1>a.next1{
        display: none;
    }
    .percentage-block {
    padding: 0 8px;
    }
    /*crop css*/
    .docs-buttons .btn-group, .docs-buttons .btn-group-vertical{
      position: relative;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
    }
    .docs-buttons .btn-group>.btn-group:not(:last-child)>.btn, .docs-buttons .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }
    .docs-buttons  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    }
    .docs-buttons .btn-group>.btn:last-child:not(:first-child), .docs-buttons  .btn-group>.dropdown-toggle:not(:first-child){
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
    .docs-buttons .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 !important;
    }
    .docs-buttons .btn-group-vertical>.btn, .docs-buttons .btn-group>.btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .docs-buttons .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
    .btnuploadico{
      font-size: 18px;
      height: 45px;
        font-weight: 500;
        width: 100%;
        outline: none !important;
        padding-top: 13px;
        border: 0;
    }
    .addtask a{
        width: 100%;
    }
    .addbox11 a:hover,.addbox11 a:focus,.addbox a:hover,.addbox a:focus{
    color: #fff;
    outline: none;
    }
    .addlabs:hover,.addlabs:focus{
        color: #fff;
        outline: none;
    }
    .uploadicobox {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 0;
    font-size: 32px;
    line-height: 88px;
    margin: 2px auto 10px;
    }
    .ql-snow .ql-tooltip a {
    position: relative;
    z-index: 999 !important;
    height: 25px;
    display: inline-block;
    }
    .msg.success {
    font-size: 15px;
    font-weight: 500 !important;
    padding: 0 15px;
    }
    .req-mail-check:checked ~ label i.aftercheck {
    border: 0;
    /*background: #f0f1f4;*/
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: block;
    color: #26c19a;
    margin-top: -2px;
    }
   .req-mail-check:checked ~ label i.aftercheck:before {
    width: 20px;
    height: 20px;
    font-size: 23px;
    }
    .course-profile{
        clear: both;
    }
   /* .preview {
      overflow: hidden;
      width: 200px; 
      height: 200px;
    }*/
    .calclassdet {
    display: block;
    padding: 0 0 5px;
    }
    .crsimagebox {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 5px;
    }
    .clearsearch1 {
    padding: 0 10px;
    background: transparent;
    text-align: center;
    position: absolute;
    right: 2em;
    font-size: 18px;
    cursor: pointer;
    display: none;
    top: 12px;
    }
    .searchicon{
        font-size: 14px;
    top: 12px;
    right: 5.5rem;
    position: absolute;
    cursor: pointer;
    }
    .searchbar{
        padding:0 48px 0 10px!important;
    }
    .clearsearch2 {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
.chatusername .msg_clock {
    text-align: right;
    float: right;
    margin: 0 !important;
}
.libtogslider:before {
    background-color: #666;
}
input:checked + .libtogslider:before {
    background-color: #2196F3;
}
td.schedulerow .icolabs.urlico{
    font-size: 16px;
    width: auto;
    margin-right: 5px;
}
.codebg .chatusername {
    color: #333 !important;
}
.large-bz .desc {
    font-size: 12px;
    line-height: 1.6em;
    text-align: right;
}