/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 1, 2020, 9:29:15 AM
    Author     : gasper
*/


/* MAIN UPLOAD IMAGE */

.mainUploadImage::before {
    content: '';
    background-image: url(../images/icons/profile/star.svg);
    position: absolute;
    background-color: #f6f5fa;
    z-index: 100;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    right: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 1px 1px #151c4e2e;
}


.profilepage{
    background-color: #efefef;
    font-weight: 400;
}

.second-nav{
    background-color: #151c4f;
}

.second-nav__title{
    font-size: 36px;
    font-weight: 600;
    color: #4ad5cf;
    padding-top: 170px;
}

.second-nav__visibility {
    padding-top: 170px;
    float: right;
}

.second-nav__text{
    font-size: 16px;
    font-weight: 300;
    color: #efefef;
    padding-bottom: 70px;
}

.second-nav__text a{
    color: #efefef;
}

.second-nav__text a:href{
    color: #4ad5cf;
}

.second-nav__list{
    list-style: none;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.second-nav__list li{
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    margin-left: -4px;
}

.second-nav__list li a{
    padding: 13px 30px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.second-nav__list .activeList{
    background-color: #efefef;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}

.second-nav__list .activeList a{
    color: #151c4f;
}



.profile-card{
    border-radius: 8px;
    /*box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15); */
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 25px 40px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.profile-card .title{
    font-size: 16px;
    font-weight: 500;
    color: #b6b5cc;
    margin-bottom: 20px;
}

.profilepage .content{
    padding-top: 27px;
    padding-bottom: 80px;
}

.profilepage .fc-body{
    display: block;
}

.profilepage .fc-ltr .fc-axis{
    display: block;
}


/* CALENDAR */

.fc-day-header{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #32353a;
    opacity: 0.6;
    font-weight: normal;
}

.fc-left h2{
    font-size: 16px !Important;
    font-weight: 500;
    letter-spacing: 1px;
    color: #353f47;
}

.fc-button-primary{
    border: solid 1px #8c8c8c !important;
    background-color: #ffffff !Important;
    color: #8c8c8c !Important;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: left !Important;
    font-size: 10px;
    letter-spacing: 0.3px;
    color: #312f2f;
}

.fc-day{
    box-shadow: inset -1px -1px 0 0 #d0d5d9;
}

.fc-day.fc-sat, .fc-day.fc-sun{
    background-color: #efefef !Important;
}

.fc-unthemed td.fc-today{
    background: none !Important;
}

/*.fc-day.fc-other-month{
    background-image: linear-gradient(45deg, #d0d5d9 8.33%, #ffffff 8.33%, #ffffff 50%, #d0d5d9 50%, #d0d5d9 58.33%, #ffffff 58.33%, #ffffff 100%);
    background-size: 8.49px 8.49px;
}*/



.fc-day.fc-past {
    background-image: linear-gradient(45deg, #d0d5d9 8.33%, #ffffff 8.33%, #ffffff 50%, #d0d5d9 50%, #d0d5d9 58.33%, #ffffff 58.33%, #ffffff 100%);
    background-size: 8.49px 8.49px;
}

.fc-day:hover{
    cursor: pointer;
}

.fc-day.fc-past:hover{
    cursor: default;
}


.fc th{
    text-align: left !Important;
}

.fc-row.fc-widget-header{
    margin-bottom: 20px;
}

.fc-toolbar .fc-left{
    margin-top: 10px;
}

.fc-toolbar .fc-left h2{
    text-transform: capitalize;
}

.profile-card ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.profile-card ul li{
    transition: .3s;
    margin-bottom: 6px;
}

.profile-card ul.hoverList li{
    margin-bottom: 0px;
    padding: 10px;
}

.profile-card ul.hoverList li:hover{
    background-color: #fbfbfb;
    cursor: pointer;
}

.profile-card ul li .status{
    width: 12px;
    height: 12px;
    border-radius: 9.5px;
    background-color: #4ad5cf;
    margin-left: 39px;
    margin-top: -9px;
    z-index: 1;
    position: relative;
}

.profile-card ul li .date{
    font-size: 13px;
    font-weight: 500;
    color: #061058;
}

.profile-card ul li .date:nth-child(1){
    margin-top: 7px;
}

.profile-card ul li .name{
    font-size: 13px;
    color: #4ad5cf;
}
.profile-card ul li .subject{
    font-size: 16px;
    font-weight: 500;
    color: #061058;
}

.profile-card ul li .subSubject{
    font-size: 12px;
}

.profile-card ul li .arrow{
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: .3s;
}

.profile-card ul li .arrow img{
    width: 14px;
    margin-top: 10px;
}

.legend{
    margin-top: 20px;
}

.legend .title{
    font-size: 16px;
    letter-spacing: 0.63px;
    color: #273142;
    font-weight: 500;
    margin-bottom: 10px;
}

.legend ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.legend ul li{
    padding-left: 40px;
    margin-bottom: 10px;
}

.legend ul li:before{
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 9.5px;
    background-color: #ffc55f;
    position: absolute;
    left: 0px;
}

.legend ul li.status2:before{
    background-color: #4ad5cf;
}

.legend ul li.status3:before{
    background-color: #e5148c;
}

.legend ul li.status4:before{
    background-color: #151c4f;
}

.fc-event, .fc-event-dot{
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff !Important;
    color:  #312f2f !Important;
    font-size: 9px !Important;
    border: none !Important;
    transition: .3s;
}

.fc-event:hover{
    opacity: 0.7;
    cursor: pointer;
}


.termReserved:before{
    content: '';
    position: absolute;
    height: -webkit-fill-available;
    width: 3px;
    background-color: #ffc55f;
    margin-top: 0px !Important;
    margin-left: -1px;
    height: 100%;
}

.termConfirmed:before{
    content: '';
    position: absolute;
    height: -webkit-fill-available;
    width: 3px;
    background-color: #4ad5cf;
    margin-top: 0px !Important;
    margin-left: -1px;
    height: 100%;
}

.termCanceled:before{
    content: '';
    position: absolute;
    height: -webkit-fill-available;
    width: 3px;
    background-color: #e5148c;
    margin-top: 0px !Important;
    margin-left: -1px;
    height: 100%;
}

.termActive:before{
    content: '';
    position: absolute;
    height: -webkit-fill-available;
    width: 3px;
    background-color: #151c4f;
    margin-top: 0px !Important;
    margin-left: -1px;
    height: 100%;
}

.fc-content{
    padding-top: 7px;
    padding-bottom: 7px;
}


.fc-event{
    border-radius: 0px !Important;
    border-top-right-radius: 4px !Important;
    border-bottom-right-radius: 4px !important;
}

.profile-card ul li .status.reservedStatus{
    background-color: #ffc55f;
}

.profile-card ul li .status.canceledStatus{
    background-color: #e5148c;
}

.termStatus{
    /*    width: 12px;
        height: 12px;
        border-radius: 9.5px;*/
    margin-top: 9px;
    position: relative;
    font-size: 12px;
    margin-left: 20px;
}

.termStatus.statusReserved::before{
    background-color: #ffc55f;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 2px;
    left: -18px;
}

.termStatus.statusCanceled::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #e5148c;
    border-radius: 50%;
    top: 2px;
    left: -18px;
}

.termStatus.statusConfirmed::before{
    background-color: #4ad5cf;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 2px;
    left: -18px;
}

.dashboard__table .date{
    font-size: 13px;
    font-weight: 500;
    color: #061058;
}

.dashboard__table .date.first{
    margin-top: 8px;   
}

.dashboard__table .teacherName{
    font-size: 13px;
    color: #4ad5cf;
    margin-top: 10px;
}

.dashboard__table .userName{
    font-size: 13px;
    margin-top: 10px;
}

.dashboard__table .teacherNameBig{
    font-size: 13px;
    color: #4ad5cf;
    margin-top: 15px;
}


.dashboard__table .subject{
    font-size: 13px;
    margin-top: 10px;
}

.dashboard__table .subSubject {
    font-size: 13px;
}

.dashboard__table .folder{
    margin-top: 7px;
}


.table.dashboard__table tr th{
    font-size: 13px;
    color: #8c8c8c;
}

.table.dashboard__table.popupTable tr th{
    font-size: 13px;
    color: #2a2e5d;
    background: #fbfdfd;
    padding: 5px;
}

.modal__status textarea{
    width: 100%;
    min-height: 150px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    resize: none;
}


.modal__status .title{
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 30px;
}

.dashboard__table .text{
    font-size: 13px;
}

.termInfo{
    padding: 10px;
    font-size: 13px;
    background: #f6f5fa;
    display: none;
}

.rotateArrow{
    transform: rotate(-90deg);
}

.dashboard__table .status{
    font-size: 13px;
    position: relative;
    padding-left: 26px;
    margin-top: 16px;
}

.dashboard__table .status:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 9.5px;
    background-color: #151c4f;
    margin-top: 2px;
}

.dashboard__table .status.confirmedStatus{
    color: #4ad5cf;
}

.dashboard__table .status.confirmedStatus:before{
    background-color: #4ad5cf;
}

.dashboard__table .status.reservedStatus{
    color: #ffc55f;
}

.dashboard__table .status.reservedStatus:before{
    background-color: #ffc55f;
}

.dashboard__table .status.canceledStatus{
    color: #e5148c;
}

.dashboard__table .status.canceledStatus:before{
    background-color: #e5148c;
}

.addNewTermMargin{
    margin-top: 26px;
}

.teacherTermBox{
    display: none;
}

.teacherTermBox .title{
    font-size: 13px;
    color: #8c8c8c;
}

.teacherTermBox .date{
    font-size: 13px;
    margin-bottom: 40px;
}

.profile-card .question{
    margin-top: -15px;
}

.profile-card .question.pull-right {
    margin-top: inherit;
}

.video-img{
    text-align: center;
}

.video-img img{
    width: 50px;
}


.imgBox{
    height: 32px;
    width: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    margin-top: 6px;
    display: block;
}


.imgBox img{
    width: 18px;
    margin-top: 7px;
}

.imgBoxReverse img{

}

.user-image{
    width: 193px;
    height: 193px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    border: 1px solid #e3e3e3;
}

.user-image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s;
}

.profile .edit-image{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    margin-top: 6px;
    position: absolute;
    right: 35px;
    z-index: 1;
}

.profile .addVideo .edit-image{
    right: -10px;
    top: -20px;
}

.profile .edit-image label:hover{
    cursor: pointer;
    opacity: 0.9;
}

.profile .edit-image:hover{
    cursor: pointer;
    opacity: 0.9;
}

.profile .edit-image img{
    width: 18px;
    margin-top: 7px;
}

.addVideo{
    background-color: #f6f5fa;
    text-align: center;
    position: relative;
    min-height: 150px;
}

.profile .addVideo .video-img{
    width: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.profile-card-details{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 25px 40px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.profile-card-details .title{
    font-size: 16px;
    font-weight: 500;
    color: #061058;
    opacity: 0.3;
}

.profile-card-details .arrow{
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    right: 20px;
    top: 11px;
}

.profile-card-details .arrow img {
    width: 14px;
    margin-top: 10px;
}

.profile-card-details .detailsInfo{
    display: none;
    margin-top: 20px;
}

.hidden-input {
    left: -999px;
    position: absolute;
    display: none !Important
}

.loader_profile {
    opacity: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: #151c4f;
    border-bottom-color:rgba(255,255,255, 0.3);
    border-left-color: #151c4f;
    border-right-color:rgba(255,255,255, 0.3);
    -webkit-animation: loader_profile 1s ease-in-out infinite;
    animation: loader_profile 1s ease-in-out infinite;
}
@keyframes loader_profile {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes loader_profile {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}


.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.loader_image_error{
    font-size: 10px;
}

.profile-card-details .cta{
    display: block;
    width: fit-content;
    padding-left: 35px;
    padding-right: 35px;
    height: 45px;
    border-radius: 22.5px;
    border: solid 1px #5cd6cf;
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    transition: .3s;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 10px;
}

.profile-card-details .cta:hover{
    border: solid 1px #5cd6cf;
    background-color: #5cd6cf;
    color: #ffffff;
}

.profile-card .themes-list .title{
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    color: #151c4f;
}

.profile-card .themes-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.profile-card .themes-list ul li{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    padding-left: 23px;
}

.profile-card .themes-list ul li:before{
    content: '';
    background-image: url(../images/icons/correct.svg);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
}


.jodit_toolbar{
    background: none;
    box-shadow: none;
    border: none;
}

.jodit_statusbar{
    display: none !important;
}

.jodit_container:not(.jodit_inline) .jodit_workplace{
    border: 1px solid #f6f5fa;
    border-radius: 8px;
}

.profile-card-details .notes {
    width: 100%;
    min-height: 150px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    resize: none;
}

.profile__packages{
    background-color: #f6f5fa;
}

.profile-card-details .profile__packages .title{
    color: #061058;
    opacity: 1;
}

.user__name{
    margin-top: 60px;
}

.profile__packages .sum{
    font-size: 20px;
}

.profile__packages .extra{
    margin-top: 15px;
}

.profile-card video{
    height: 170px;
    width: auto;
    max-width: 100%;
}

.commentsText{
    font-weight: 300;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
    margin-left: 10px;
}

.termStatusBox{
    display: none;
    background: #f6f5fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #5dd6d0;
    border-color: #5dd6d0;
    color: #fff;
}

.header__input.dashboard_select{
    width: 100%;
}

.select2-container-multi .select2-choices .select2-search-field input{
    width: 100% !Important;
}

.chat-container .messagebox textarea{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    resize: none;
    min-height: 100px;
    padding: 10px;
    font-size: 12px;
}

.chat-container .messagebox button{
    display: block;
    width: fit-content;
    padding-left: 35px;
    padding-right: 35px;
    height: 45px;
    border-radius: 22.5px;
    border: solid 1px #5cd6cf;
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    transition: .3s;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 10px;
}

.chat-container .messagebox button:hover{
    border: solid 1px #5cd6cf;
    background-color: #5cd6cf;
    color: #ffffff;
}

.chat{
    padding: 10px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
    overflow-y: scroll;
}

.chat ul li{
    display: block;
    position: relative;
    float: right;
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
}

.chat ul li .chat__body{
    display: block;
    width: auto;
    max-width: 228px;
    height: auto;
    padding: 10px 20px 10px 20px;
    overflow-wrap: break-word;
    font-size: 12px;
}

.chat__first .chat__body{
    float: right;
    border-radius: 22px 22px 8px 22px;
    color: #fff;
    background: #061058;
}

.chat__second .chat__body{
    float: left;
    border-radius: 22px 22px 22px 8px;
    background: #ffffff;
}


.chat ul li .chat__time{
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    width: auto;
    height: 32px;
    font-size: 10px;
    line-height: 32px;
    color: #9a9ba0;
}

.chat ul li.chat__first .chat__time{
    left: 0px;
}

.chat ul li.chat__second .chat__time{
    right: 0px;
}

.certificateLoader{
    opacity: 0;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: #151c4f;
    border-bottom-color: rgba(255,255,255, 0.3);
    border-left-color: #151c4f;
    border-right-color: rgba(255,255,255, 0.3);
    -webkit-animation: loader_profile 1s ease-in-out infinite;
    animation: loader_profile 1s ease-in-out infinite;
    position: absolute;
    left: -13px;
    margin-top: 2px;
}

.termDetailsModal{
    margin-bottom: 15px;
    font-size: 13px;
}

.termDetailsModal .title{
    font-size: 13px;
    color: #8c8c8c;
    margin-bottom: 5px;
}

.termActionImg{
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: .3s;
    margin-right: 5px;
    display: none;
}

.termActionImg img{
    width: 14px;
    margin-top: 10px;
}

.termActionImg.activeActionClassroom{
    display: inline-block;
}

.termActionImg.activeActionVideo{
    display: inline-block;
}

.termActionLink{
    color: #151c4f;
    transition: .3s;
}

.termActionLink:hover{
    cursor: pointer;
    color: #4ad5cf;
}

.profile-cta{
    display: block;
    width: fit-content;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    transition: .3s;
    float: right;
}

.profile-cta:hover{
    border: solid 1px #d2459d;
    background-color: #d2459d;
}

.detailsInfoList{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.detailsInfoList li .date {
    font-size: 13px;
    font-weight: 500;
    color: #061058;
}

.detailsInfoList li .name {
    font-size: 13px;
    color: #4ad5cf;
}

.detailsInfoList li {
    margin-bottom: 12px;
}

.detailsInfoList li .arrow {
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: .3s;
    top: -12px;
}

.course-image{
    background-color: #f6f5fa;
    height: 200px;
    text-align: center;
    margin-top: 30px;
    border-radius: 8px;
}

.course-image img{
    width: auto;
    height: 200px;
    max-width: 100%;
}

.table tbody tr:hover{
    cursor: pointer;
}

.coursesPeople{
    margin-bottom: 10px;
}

.coursesPeople .circle{
    width: 40px;
    height: 40px;
    background-color: #e5148c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
}

.coursesPeople .subtitle{
    font-size: 13px;
    font-weight: 300;
}


.dropzone {
    min-height: 150px;
    border: dotted 2px #f4f3f7;
    background: #fdfdfd;
    border-radius: 4px;
    padding: 20px 20px;
}


.dropzone.dz-clickable .dz-message{
    cursor: pointer;
    background-image: url(../images/icons/profile/upload.svg) !Important;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 122px;
    margin-top: -45px;
    padding-bottom: 27px;
    background-size: 60px;
    font-size: 0px;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.dropzone#videoUpload .dz-preview .dz-image img {
    opacity: 0;
}

.dropzone#videoUpload .dz-preview .dz-image{
    background-image: url(../images/icons/profile/play.svg) !Important;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
}


.showPreview{
    display: block;
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    right: 21px;
    top: 25px;
}

.showPreviewText{
    /*    position: absolute;
        right: 20px;
        top: 40px;*/
    font-size: 14px;
    font-weight: 300;
    color: #151c4e;
    transition: .3s;
}

.showPreviewText img{
    width: 15px;
    margin-top: -3px;
    margin-right: 6px;
}

.showPreviewText:hover{
    color: #4ad5cf;
}

.showPreviewCourse{
    position: unset;
}


.showPreview img{
    width: 14px;
    margin-top: 10px;
}

.cardFontNormal{
    font-weight: 300;
}



.user-chat-card{
    padding-top: 10px;
    padding-bottom: 15px;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    color: #061058;
    transition: .3s;
}

.user-chat-card:hover{
    cursor: pointer;
    box-shadow: 5px 13px 20px 5px rgba(115, 228, 222, 0.16);
}

.user-chat-card .time{
    font-size: 11px;
    font-weight: 500;
}

.user-chat-card .name{
    margin-top: 15px;
    font-weight: 500;
}

.user-chat-card .img-box{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
}

.user-chat-card .time:nth-child(1){
    margin-top: 8px;
}

.user-chat-card .img-box img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-chat{
    padding: 0px;
    background-color: #f9f9f9;
    min-height: 500px;
    border-radius: 8px;
}

.user-chat .start-box{
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border-radius: 22.5px;
    background: white;
    border: solid 1px #4ad5cf;
    color: #151c4f;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    transition: .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*.user-chat-card .message{
    font-size:14px;
    color:#4ad5cf;
}
.user-chat-card .message, .user-chat-card .name{
    display: block;
}
.user-chat-card .time{
    font-size:13px;
    color: #4ad5cf;
    text-align: right;
}
.user-chat-room{
    min-height:500px;
    background:#151c4f; 
}

.user-chat-room .options{
    padding-top: 10px;
    padding-left: 15px;
    background: #383e75;
    padding-bottom: 10px;
    
}
.user-chat-room .options span{
    color:#fff;
}*/

.chatTextarea textarea{
    width: 100%;
    resize: none;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    padding-right: 120px;
}

.activeChatCard{
    color: #5cd6cf;
}

#SecondNavChat{
    position: relative;
}

#SecondNavCourses{
    position: relative;
}

.numberOfUnreadMessages{
    background: #4ad5cf;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    top: 13px;
    right: 5px;
    color: #ffffff;
}

.numberOfUnreadMessagesClassroom{
    background: #4ad5cf;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

.chatTextarea{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.chatTextarea button{
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    transition: .3s;
    position: absolute;
    right: 25px;
    margin-top: 6px;
    transition: .3s;
}

.chatTextarea button:hover{
    color: #5cd6cf;
}

.classroomCircle{
    width: 30px;
    height: 30px;
    background-color: #e5148c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}

.chatUserImg .chat__img{
    margin-right: 2px;
    margin-top: 9px;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
  
}

.chatUserImg .chat__img.link_img{
      cursor: pointer;
}

.chatUserImg .chat__img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.classRoomUsers{
    display: inline-block;
    position: relative;
}

.classRoomUsers span{
    margin-top: -26px;
    float: left;
    margin-left: 40px;
}

.classroom__table .videoType{
    margin-top: 15px;
}

.classroom__table .imgBox{
    margin: 0 auto;
    margin-top: 10px;
}

.addNewArrow{
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    display: inline-block;
    margin-left: -30px;
    margin-top: -6px;
}

.addNewArrow img{
    width: 14px;
    margin-top: 10px;
}

.addNewArrow:hover{
    cursor: pointer;
}

.indexButton1{
    text-align: right;
    margin-top: 2px;
}

.addNewArrowText{
    font-size: 15px;
    transition: .3s;
    display: inline-block;
    margin-left: 10px;
    z-index: 1;
    position: relative;
}

.addNewArrowText:hover{
    cursor: pointer;
    color: #4ad5cf;
}

.newDocumentBoxText{
    margin-top: 20px;
    background: #fdfdfd;
    text-align: center;
    padding: 10px;
    border: dotted 2px #f4f3f7;
    transition: .3s;

}

.newDocumentBoxText:hover{
    cursor: pointer;
    color: #4ad5cf;
}

.newDocumentFromArchiveContent{
    padding: 20px;
}

.newDocumentBox{
    padding: 20px;
}

/* CUSTOM DATATABLE */


.dataTables_wrapper {
    overflow: hidden;
    background: #ffffff;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    color: #263238;
    font-weight: 300!important;
    font-size: 0px !Important;
    margin-left: 200px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    color: #263238;
    font-size: 0px !important;
    position: absolute;
    margin-top: 20px;
    margin-left: 0px;
}


.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    color: #263238;
    padding-left: 38px;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 36px;
    width: 226px;
    background: url(../images/icons/magnifier-tool.svg) no-repeat scroll left 7px center;
    background-size: 16px 16px;
    background-color: #fff;
}


.table-bordered {
    border: none;
}


div.dataTables_wrapper div.dataTables_filter label{
    font-size: 0px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto !Important;
}

.dataTables_wrapper .dataTables_length > label > select {
    width: 55px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 13px;
    padding-left: 15px;
    margin-left: 0px;
}

div.dataTables_wrapper div.dataTables_length label{
    font-size: 0px; 
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 20px !Important;
}

table.dataTable thead th, table.dataTable tfoot th {
    text-transform: none;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}


table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after{
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding: 0px !Important;
    padding-left: 15px !Important;
    padding-top: 10px !Important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #151c4e !Important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: #3d465a !Important;
}

div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0px;
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    opacity: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px;
    height: 20px;
    font-size: 12px;
    padding-top: 1px;
    background: none;
    width: 20px;
    background: none;
    color: #151c4e !important;
}

table.dataTable tbody tr{
    transition: .3s;
}

table.dataTable tbody tr:hover{
    background-color: #f6f5fa;
}

.imgBoxMargin{
    margin: 0 auto;
}

.classroomImg{
    background: #fbfdfd;
    padding-top: 10px;
    padding-bottom: 18px;
    text-align: center;
    transition: .3s;
    border-radius: 8px;
}

.classroomImg a{
    display: block;
    color: #151c4e;
    transition: .3s;
}


.classroomImg:hover a{
    color: #4ad5cf;
}

.classroomImg .termActionImg{
    display: block;
    margin-top: 3px;
    margin-left: 10px;
}

.classroomImg .classroomText{
    margin-top: -23px;
}

.notAvailableButton{
    position: relative;
}

.notAvailableButton:before, .notAvailableButton:after {
    position: absolute;
    content: '';
    background: #e5148c;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.notAvailableButton:after {
    -webkit-transform: rotate(45deg);    
    transform: rotate(45deg);
}

.dropzone .dz-preview .dz-progress .dz-upload{
    background: #4ad5cf;
}

.dropzone .dz-preview.dz-success .dz-progress .dz-upload:before{
    content: '100%';
    position: absolute;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    padding-left: 29px;
}

.showProfileInput{
    /*    position: absolute;
        top: 65px;
        right: 52px;*/
}

.showProfileInput .checkbox__single{
    font-weight: 300;
}

.showCourseInput{
    margin-top: 5px;
}

.showCourseInput .checkbox__single{
    font-weight: 300;
}

.actionImageBox{
    display: inline-block;
    background-color: #f6f5fa;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}

.actionImageBox img{
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.additionalDataCard{
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.additionalDataCard .title{
    font-size: 34px;
    opacity: 1;
}

.dashboarShowAllTerms{
    display: block;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background: none;
    color: #151c4f;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    transition: .3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
}

.dashboarShowAllTerms:hover{
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
}

.showPreviewTextCourse{
    top: 25px;
}

.courseStatus{
    margin-bottom: 15px;
    font-size: 12px;
}

.profile-card-details .cta.classroom-view-cta{
    width: 100%;
}

.profileUserQuestion{
    position: absolute;
    right: 0;
    top: 0px;
}

.customButton1{
    position: absolute;
    right: 35px;
    top: -4px;
}

.monthsList ul{
    border-radius: 22px;
    background-color: #f9f9f9;
    width: 100%;
}

.monthsList ul li{
    display: inline-block;
    float: left;
}

.nav-pills.nav-months li{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #929eb8;
    padding: 10px 13px;
    transition: .3s;
    margin-bottom: 4px;
    margin-top: 4px;
}

.nav-pills.nav-months li.active{
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-color: #ffffff !important;
    color: #3d465a;
    letter-spacing: 1.3px;
}

.nav-pills.nav-months li:hover{
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-color: #ffffff !important;
    color: #3d465a;
    letter-spacing: 1.3px;
    cursor: pointer;
    transition: .3s;
}

.totalMonthBox ul{
    border-radius: 0px;
    background: none;
    margin-left: auto;
    margin-top: 20px;
    text-align: right;
}

.totalMonthBox ul li:nth-child(3){
    font-weight: 700;
}

.totalMonthBox ul li{
    display: block;
    float: none;
}

.monthsList .profile-card{
    margin-top: 10px;
}

.courses_demands_list .subject{
    font-size: 12px;
}
.addToClassRoom{
    background: #fff;
    padding-top:20px;
}
.addToClassRoom button{
    color:white;
    background:#e5148c;
    border-radius: 90px;
    font-size:16px;
    padding: 10px;
    padding-left:50px;
    padding-right:50px;

}

.copyTextarea{
    margin-top:15px;
    position: relative;
}

.copyTextarea textarea{
    width: 100%;
    resize: none;
    border: 1px solid #efefef;
    border-radius: 8px;
    font-size: 12px;
    padding:10px;
    padding-right: 120px;
    height: 40px;
}

.copyTextarea button{
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    transition: .3s;
    position: absolute;
    right: 25px;
    margin-top: 6px;
    transition: .3s;
}

.copyTextarea button:hover{
    color: #5cd6cf;
}

::-moz-selection { /* Code for Firefox */
    background: #c5c5c5;
}

::selection {
    background: #c5c5c5;
}