@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

@import url("responsive.css");

body {
    padding-top: calc(5rem - 5px);
    color: rgba(43, 52, 95, 0.7);
}

*:focus,
*:active {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #2b345f;
    font-family: 'lato', sans-serif;
}

.main-logo {
    width: 100% !important;
    max-width: 150px;
    margin-left: 5px;
    max-height: 45px;
}

.login-card-wrapper .main-logo {
    max-height: none;
    max-width: 110px;
    height: auto;
}

.login-card-wrapper [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.max-w-100 {
    max-width: 100%;
}

.min-w-100 {
    min-width: 100%;
}

/* IMAGE STYLES */

.login-card-wrapper img {
    height: 40px;
    display: block;
    margin: 0px auto 5px auto;
}

/* CHECKED STYLES */

.select-login-user {
    display: flex;
    justify-content: center;
}

.select-login-user label {
    padding: 7px 12px;
    background-color: #f5f7fb;
    border-radius: 8px;
    position: relative;
    margin: 10px;
    border: solid 1px #e5e2ea;
    text-align: center;
    color: #444;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    transition: all 0.7s;
    cursor: pointer;
}

.login-card-wrapper input[type="radio"]:checked+label {
    border: 1px solid #e5e2ea;
    box-shadow: 0px 8px 12px rgb(211, 213, 217);
    transform: scale(1.1);
    cursor: default;
}

.login-card-wrapper input[type="radio"]:checked+label::before {
    content: "";
    width: 21px;
    height: 21px;
    line-height: 17px;
    border: solid 2px #6e727d;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.login-card-wrapper input[type="radio"]:checked+label::after {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: -4.5px;
    top: -7px;
    color: #6e727d;
    transition: all 0.8s;
    font-size: 10px;
}

.menu-collapsed .main-logo {
    margin-left: 0px;
}

.user-shortcut-dropdown {
    width: 240px;
}

.user-name {
    white-space: normal;
    width: calc(240px - 75px);
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
}

.host-online.nav-item img {
    height: 17px;
    position: relative;
    margin: 0px;
}

.other-settings-dropdown .dropdown-menu {
    right: 0;
    left: unset;
}

.other-settings-dropdown .dropdown-menu .arrow_box::after {
    left: unset !important;
    right: 1.2rem;
}

.insti-name,
.insti-name i {
    font-size: 11px !important;
}

.dash-create-post .dropdown-item span {
    display: block;
    font-size: 11px;
    color: #aaa;
}

.dash-create-post .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 3px 20px;
    font-size: 13px;
}

/*.dash-post-filter .form-control{
    height: -webkit-calc(2.35rem + 2px);
    height: -moz-calc(2.35rem + 2px);
    height: calc(2.35rem + 2px);
    padding: .5rem 1.5rem;
    font-size:13px;
}*/

.border-bottom-gray {
    border-bottom: solid 1px #f9f9f9;
}

.border-light {
    border-color: #f0f1f6 !important
}

.dropdown-toggle::after {
    right: 2px;
}

/*
.dash-post-filter .dropdown-menu-header {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #aaa;
} */

/* .dash-post-filter li ul li {
    position: relative;
    line-height: 22px;
    font-size: 13px;
    padding-left: 15px;
} */

/* .dash-post-filter li ul li:before {
    content: '\f10e' !important;
    font-family: LineAwesome;
    position: absolute;
    left: 0;
    color: #ccc;
} */

/* .dash-post-filter li a {
    color: #666
} */

.before-none:before {
    display: none
}

.after-none:after {
    display: none
}

.font-15 {
    font-size: 15px !important;
}

.font-12 {
    font-size: 12px !important;
}

.dash-post-top {
    white-space: nowrap;
}

.d-post-date {
    font-size: 11px;
}

.d-post-duration {
    font-size: 12px;
    padding-left: 5px;
    font-weight: 600;
    color: #555;
    border-left: solid 1px #eee;
    margin-left: 5px;
}

.dash-assignment-title,
.dash-video-title,
.dash-test-title {
    color: #6b6f80 !important;
    font-size: 14px;
    font-weight: 600;
}

.d-post-by {
    font-size: 12px;
}

.dash-test-details {
    font-size: 12px;
    color: #999;
}

.dash-test-rule {
    margin-top: 5px;
}

.dash-test-rule li {
    position: relative;
    padding-left: 17px;
    color: #f2b40b;
    line-height: normal;
    font-weight: 600;
}

.dash-test-rule li:before {
    content: '\f227' !important;
    font-family: LineAwesome;
    position: absolute;
    left: 0;
    color: #aaa;
}

.dash-tags-wrapper {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dashed 1px #ddd
}

.dash-tags-wrapper a {
    background-color: #6967ce;
    border: solid 1px #6967ce;
    color: #fff;
    margin: 2px;
}

.dash-tags-wrapper a:hover {
    background-color: #0089ff;
    color: #fff;
}

.dash-assign-details {
    margin-top: 10px
}

.dash-assign-due-date {
    font-size: 12px;
    color: #999;
}

.dash-assign-due-date span {
    color: #333
}

.dash-assign-wrapper {
    margin-top: 15px;
}

.dash-assign-wrapper h6 {
    color: #333;
    font-weight: 600;
    border-bottom: dashed 1px #f1f1f1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.dash-assign-attachment li {
    border: solid 1px #eee;
    border-radius: 3px;
    line-height: 0;
    background-color: #fbfbfb;
    color: #666;
    margin: 5px;
    transition: all 0.7s;
    position: relative;
    max-width: 100%;
    word-break: break-all;
}

.dash-assign-attachment li:first-child {
    margin-left: 0;
}

.dash-assign-attachment li:hover {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.dash-assign-attachment li .btn {
    padding: 5px 7px;
}

.dash-assign-attachment li .btn .assignment-file-name {
    font-size: 10px;
}

.dash-assign-link,
.dash-assign-attachment {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.dash-assign-attachment .d-flex {
    flex-wrap: wrap;
}

.dash-assign-link p,
.dash-assign-attachment p {
    font-size: 13px;
    font-size: 12px;
    color: #81869d;
}

.dash-assign-link li {
    position: relative;
    padding-left: 16px !important;
    font-size: 12px;
    margin: 3px 0;
    letter-spacing: 0.6px;
}

.dash-assign-link li:before {
    content: '\f268' !important;
    font-family: LineAwesome;
    position: absolute;
    left: 0;
    color: #aaa;
}

.font-size-unset {
    font-size: unset !important;
}

.dash-assign-comment .btn {
    margin-bottom: 10px;
    ;
}

.dash-assign-comment {
    width: 160px;
}

.dash-comments-list {
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 1rem;
}

.dash-assign-comment-collapse {
    padding: 15px;
    border: solid 1px rgba(244, 245, 250, 0.7);
    background-color: rgba(244, 245, 250, 0.4);
    border-radius: 0px;
    margin-top: -1px;
}

.dash-comment-input {
    display: table-cell;
    vertical-align: middle;
}

.dash-comment-submit {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10px;
    text-align: right;
    width: 150px;
}

.dash-comment-submit .btn-attach {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0;
}

#dash-comm-attach {
    position: absolute;
    z-index: -9999999;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.input-attach {
    position: absolute;
    z-index: -9999999;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.btn-attach {
    padding: 6px;
    margin: 0px;
    position: relative;
    top: -3px;
}


.dash-user-pp {
    width: 40px;
}

.dash-user-pp .avatar {
    width: 37px
}

.dash-comment-wrapper {
    padding-left: 15px;
}

.dash-comment-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 3px;
    position: relative;
}

.dash-comment-date {
    font-size: 11px;
    color: #aaa;
}

.dash-comment-date-wrapper {
    margin-left: 10px;
    position: relative;
}

.dash-edit-comment {
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: -1;
    transition: all 0.7s;
    top: -40px;
    right: 0;
    width: auto;
}

.dash-edit-comment .btn {
    padding: 3px;
    margin: 0px 2px;
}

.dash-edit-comment .btn .la {
    font-size: 15px;
}

.dash-comment-user {
    position: relative;
    overflow: hidden
}

.dash-comment-wrapper .dash-comment-user:hover .dash-edit-comment {
    z-index: 1;
    top: -2px;
}

.dash-comm-like-count .btn {
    padding: 0px;
}

.dash-comm-like-count {
    padding-left: 5px;
    margin-left: 5px;
    text-align: right;
}

.dash-comm-like-count .la {
    font-size: 15px;
    color: #999
}

.dash-comm-like-count .badge {
    padding: 3px 5px;
    font-size: 10px;
    right: 5px;
    top: -4px;
}

.dash-comm-edit {
    margin-top: 10px;
}

#videoModal video {
    width: 100%;
    margin: 0px;
    padding: 0px
}

#videoModal .imgThumb {
    height: auto
}

#videoModal .modal-body {
    padding: 0px;
    background-color: #fff;
}

#videoModal .modal-dialog {
    max-width: 80%;
}

#videoModal .modal-body .modal-video-details {
    background-color: #fff;
}

#videoModal .close {
    position: absolute;
    top: -7px;
    color: #333;
    background-color: #fff;
    right: -7px;
    opacity: 1;
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 0px;
    border-radius: 100px;
    border: 0;
    z-index: 99;
}

.dash-video-link {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9980;
}

.badge-btn {
    position: relative;
    padding-right: 30px !important;
}

.badge-btn .badge {
    position: absolute;
    top: calc(50% - 1px);
    z-index: 99;
    transform: translateY(-50%);
    right: 7px;
}

.bootstrap-select {
    max-width: 100%
}

.bootstrap-select .filter-option-inner {
    color: #4e5154;
    font-weight: 500;
}

.bootstrap-select .btn-primary:focus {
    outline: none;
}

.bootstrap-select .btn-outline-light.dropdown-toggle {
    background-color: transparent;
}

.bootstrap-select .btn-outline-light:active,
.bootstrap-select .btn-outline-light:hover,
.bootstrap-select .btn-outline-light:focus {
    background-color: #f1f1f1 !important;
    outline: none !important
}

.bootstrap-select .dropdown-item small .badge {
    color: #777777;
    background-color: #eee;
    border: solid 1px #ccc;
}

.bootstrap-select .dropdown-item.selected.active small .badge {
    color: #333;
    background-color: #fff;
}

#video-shareModal .close {
    position: absolute;
    right: 15px;
    top: 5px;
}

.dash-share-list-wrapper {
    padding-top: 5px;
}

.login-sec-height {
    padding-top: 55px;
    padding-bottom: 55px;
    width: 100%;
}

.custom-control-label::before {
    pointer-events: none;
    border: 1px solid #719bfe;
    background-color: transparent;
}

.select-regi-title .btn {
    width: 120px !important
}

.share-list-sec {
    width: 100%;
}

.dash-share-list-wrapper ul {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.dash-share-list-wrapper li {
    padding: 4px 0;
    font-size: 13px;
    border-top: dashed 1px #eee;
}

.dash-share-list-wrapper li:first-child {
    border-top: 0;
}

.pb-05 {
    padding-bottom: 0.5rem
}

.pt-05 {
    padding-top: 0.5rem
}

.mod-video-link {
    margin-bottom: 10px;
    font-size: 12px;
}

.dash-tags-wrapper.mod-tags-wrapper {
    margin-top: 5px;
    padding: 0;
    border: 0;
}

.mod-video-by {
    width: 280px;
    padding-bottom: 10px;
}

.mod-video-index {
    margin-top: 15px;
}

.mod-video-details-tab {
    margin-top: 20px;
}

.nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 3px 5px 10px 0 rgba(133, 155, 201, 0.08);
}

.dash-topbar-tabs.nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: none;
}

.dash-poll-status li {
    margin: 15px 0;
}

.dash-poll-status li p {
    margin-bottom: 5px;
}

.mr-05 {
    margin-right: 5px;
}

.dash-aside-item li {
    margin: 5px 0px;
}

.dash-aside-item li a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: normal;
    transition: all 0.4s;
    color: #2b345f;
}

.dash-aside-item li:first-child {
    margin-top: 0
}

.tch-img-aside {
    width: 40px;
}

.carri-hdr .card-title .badge {
    position: relative;
    top: -2px;
    font-size: 11px;
}

.study-mate-card-heading,
.carr-card-heading {
    font-size: 14px;
    border-bottom: dashed #f9f9f9 1px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.carri-grade {
    font-size: 11px;
    text-align: right;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 10px;
}

.study-mate-card-details,
.carr-card-details {
    padding-top: 5px;
}

.study-mate-card-details-item,
.carr-card-details-item {
    font-size: 11px;
    color: #888;
    margin-bottom: 0;
    margin-top: 10px;
}

.carri-item-list span {
    color: #444
}

.carri-item-list i.la {
    transform: scale(1.2);
}

.carri-item-price {
    font-size: 14px;
    padding: 4px 0px;
    display: inline-block;
    color: #333;
}

.carri-item-price span {
    margin-left: 5px
}

.carri-card-wrapper figure {
    height: 180px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.carri-card-wrapper figure img {
    width: 100%
}

.mod-upload-item {
    display: table;
    height: 120px;
    margin: 15px auto;
    padding: 10px;
    border: solid 1px #333;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    color: #333;
    transition: all 0.4s;
    font-family: 'lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.mod-upload-item:hover {
    border-color: #5350bf;
    color: #5350bf;
}

.mod-upload-item:hover i {
    color: #333;
}

.mod-upload-item i {
    display: block;
    margin-bottom: 7px;
    font-size: 28px !important;
}

.mod-upload-item img {
    height: 22px;
    margin-bottom: 0.6rem;
}

/* .study-mateial-inner-tabs ul {
    border: solid 1px rgba(244, 244, 249, 0.4);
    background-color: #fbfbff;
} */

.study-mateial-inner-tabs ul .nav-link.selected {
    color: #5350bf;
    border-bottom: solid 2px #5350bf !important
}

.study-mateial-inner-tabs .nav-item .nav-link {
    padding: 10px !important;
    border-bottom: solid 2px transparent !important;
    color: #333;
    border-radius: 0 !important;
    transform: translateY(2px);
    transition: all 0.6s;
    background-color: transparent;
}

.study-mateial-inner-tabs .nav-item .nav-link:hover,
.study-mateial-inner-tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: #5350bf;
    border-color: #5350bf !important;
}

.study-mateial-inner-tabs .nav-item {
    margin-right: 5px;
}

.video-shareModal .nav-item .nav-link .badge,
.study-mateial-tabs .nav-item .nav-link .badge,
.study-mateial-inner-tabs .nav-item .nav-link .badge {
    margin-left: 5px;
    transform: scale(0.9);
}

.filter-option-inner-inner {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* font-family: 'Lato', sans-serif;
    font-size: 12px; */
    overflow: hidden;
    width: calc(100% - 13px);
}

.plyr--audio {
    margin-top: 30px;
    margin-bottom: 30px;
}

#plyr-settings-5668-speed {
    max-height: 120px;
    overflow: auto;
}

.study-mate-card-heading a.study-academy-link {
    font-size: 12px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 10px); */
}

.study-mate-card-note {
    font-size: 13px;
    margin: 5px 0px
}

.study-mate-video {
    padding-right: 15px;
    border-right: solid 1px #f9f9f9;
    width: 80px;
    text-align: center;
}

.study-mate-vitem {
    white-space: nowrap;
    border-radius: 4px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.study-mate-vitem i {
    font-size: 24px !important;
    line-height: 40px;
    color: #fff;
}

.study-mate-video-content {
    padding-left: 15px;
    width: calc(100% - 75px);
}

.study-mate-card-details .col p.h6 {
    padding: 6px 10px;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}

.study-mate-card-details .col p.h6 .badge {
    padding: 4px 7px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 100px;
}

.study-mate-card-date {
    font-size: 11px;
    color: #777;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.study-mate-card-details-item .btn {
    padding: 3px;
    margin: 0px 2px;
}

.study-mate-card-details-item .btn .la {
    font-size: 15px;
}

.study-mate-card-heading {
    font-weight: 600;
    word-break: break-all;
}

.study-doc-sub-cour {
    color: #888;
    font-size: 12px;
    margin-top: 10px;
}

.study-doc-sub-cour .d-table-cell {
    width: 50%
}

.study-doc-sub-cour span {
    color: #333;
    font-weight: 600;
}

.study-doc-sub-cour-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.bs-actionsbox .actions-btn.btn.btn-light:active,
.bs-actionsbox .actions-btn.btn.btn-light {
    background-color: #eee;
}

#editdmateModal .bootstrap-select,
#editmateModal .bootstrap-select {
    width: 100%;
}

.study-mate-tags-select .tag {
    padding: 4px 30px 4px 10px !important;
    border-radius: 17px !important;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background-color: #f0f3f9 !important;
    opacity: 0.93;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #707693 !important;
    margin: 1.5px !important;
    position: relative !important;
}

.tag-i {
    top: calc(50% - 2px) !important;
    transform: translateY(-50%);
}

.study-mate-tags-select span {
    display: none;
}

.study-mate-checkbox .custom-control.custom-checkbox {
    margin-bottom: 5px;
}

.btn-light {
    color: #2a2e30;
    border-color: #e1e5ea;
    background-color: #e7eaee;
}

.btn-light:active {
    background-color: #eee !important;
}

.btn-light:hover {
    background-color: #eee;
}

.recipients-list-heading {
    padding-bottom: 4px;
    border-bottom: dashed 1px #eee;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}

.recipients-list-wrapper {
    margin-bottom: 30px;
}

.recipients-list-wrapper li {
    font-size: 13px;
    border-top: solid 1px #f9f9f9;
    padding: 6px 0px;
    line-height: 16px;
}

.recipients-list-wrapper li:first-child {
    border-top: 0
}

.dataTables_filter label {
    margin: 0 !important
}

.table-test-list {
    font-size: 13px
}

.table td {
    vertical-align: middle !important;
    padding: 10px !important;
}

.table th:not(tbody th, .sorting_disabled) {
    vertical-align: middle !important;
    padding: 10px 30px 10px 10px !important;
}

th.sorting {
    padding-right: 25px !important;
}

.btn.btn-clone-setting {
    padding: 4px;
    border-radius: 0;
    border: 0;
    margin: 5px 2px 0px 2px;
}

li:first-child .btn.btn-clone-setting {
    margin-left: -4px;
}

.btn.btn-clone-setting .la {
    font-size: 15px !important;
    color: #999;
}

.tagging .type-zone {
    height: 32px;
}

.tagging {
    min-height: 41px;
    padding: 0 8px;
    height: auto;
}

.collapse-create-test {
    padding: 30px;
    background-color: rgba(250, 251, 255, 0.5);
    border-radius: 10px;
    border: solid 1px #a7bcf7  !important;
}

.collapse-create-test .bootstrap-select .btn-outline-light.dropdown-toggle {
    background-color: #fff;
}

.test-preview-title {
    font-weight: 600;
    border-bottom: solid 1px #f9f9f9;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.test-preview-desc ul {
    list-style-type: square;
    padding-left: 15px;
}

.prev-test-list-title {
    /* white-space: nowrap; */
    width: 150px;
    color: #999;
}

.prev-test-list-spec {
    color: #555;
    padding-left: 15px;
}

.preview-test-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed 1px #eee;
    font-size: 13px;
}

.preview-test-details li {
    border-top: solid 1px #f9f9f9;
    padding: 4px 0px;
}

.preview-test-details li:first-child {
    border: none
}

.dtp {
    z-index: 99999 !important;
}

.or {
    margin-right: 20px;
    color: #666;
    font-weight: 600;
}

.top-post-dropdown .dropdown-item span {
    display: block;
    /* font-size: 11px;
    color: #aaa; */
}

.top-post-dropdown .dropdown-toggle {
    font-weight: bold
}

.top-post-dropdown .dropdown-toggle span::after {
    content: "\f107";
    margin-left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -2px;
}

.carri-short-item {
    margin-bottom: 10px;
    font-size: 13px;
}

.carri-short-title {
    font-size: 20px;
}

.carri-short-item span {
    color: #333;
    font-weight: 600;
}

.acco-item-header {
    padding: 8px 25px 8px 10px;
    margin: 10px 0px;
    border-radius: 5px;
    font-weight: 500;
}

.acco-item-title {
    width: calc(100% - 195px);
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    padding: 0px 11px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.acco-item-link.collapsed,
.acco-item-link {
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
    white-space: nowrap;
}

.btn-levels.btn-edit {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0 !important;
}

.acco-item.level1 .btn-levels.btn-dlt {
    background-color: #fb434a;
}

.acco-item.level1 .btn-levels {
    font-size: 11px;
    padding: 3px 9px;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    line-height: 22px;
    border: solid 0px
}

.btn-levels.btn-dlt {
    border-color: transparent !important;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0 !important;
}

.section-toggle-btn[aria-expanded="true"]::after,
.acco-item-link[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4d0e1;
    transition: all 0.8s;
}

.section-toggle-btn[aria-expanded="false"]::after,
.acco-item-link[aria-expanded="false"]::after {
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4d0e1;
    transition: all 0.8s;
}

.draggable-grip-l1 {
    position: absolute;
    right: -16px;
    color: rgba(255, 255, 255, 0.35);
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: grab;
    opacity: 0.7;
}

.acco-item.level2 .acco-item-header {
    border: 0;
    background-color: #fff;
    padding-right: 4px !important;
}

.level2 .d-flex.justify-content-end {
    padding: 5px;
    border: solid 1px #f9f9f9;
    padding-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 3px;
}

.acco-item-subtitle {
    width: calc(100% - 60px);
    background-color: transparent;
    border-color: transparent;
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    padding: 0px 11px 0px 5px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
}

.acco-item.level2 .btn-levels {
    color: #333;
    background-color: #fff;
}

.acco-item.level2 .btn-levels.btn-dlt {
    background-color: transparent;
}

.acco-item.level2 .btn-levels.btn-dlt i {
    color: #fb434a;
}

.draggable-grip-l4,
.draggable-grip-l3,
.draggable-grip-l2 {
    position: absolute;
    right: -16px;
    color: #cac9d4;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: grab;
}

.draggable-grip-l4 {
    right: 10px !important;
}

.col-form-label {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.carr-structure-wrapper {
    padding-top: 30px;
}

.carr-subsubsec-wrapper {
    margin-top: 20px;
    border-top: dashed 1px #f1f1f1;
}

.unit-list-wrapper {
    padding: 10px 0;
}

.unit-list-item {
    border: solid 1px rgba(234, 235, 236, 0.3);
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: 12px;
    background-color: rgba(234, 235, 236, 0.15);
    position: relative;
    padding-right: 60px;
    min-height: 40px;
    overflow: hidden;
    padding-left: 30px;
}

.unit-list-icon {
    padding: 8px;
    color: #fff;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    margin: 3px 0;
}

.unit-list-title {
    padding-left: 10px;
    width: calc(100% - 130px);
    color: #444;
    font-weight: 600;
}

.unit-list-duration {
    width: 90px;
    text-align: left;
    color: #2196f3;
    font-weight: 600;
    padding: 0;
    font-size: 11px;
}

.bootstrap-select .dropdown-menu {
    max-width: 100% !important;
    min-width: 100% !important;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
    padding: 3px !important
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 260px !important
}

.bootstrap-datetimepicker-widget {
    z-index: 9999;
}

.ans-list-wrapper {
    margin: 10px 0px;
}

.custom-ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 5px;
}

.custom-ol li {
    padding: 15px 15px 15px 30px;
    border: dashed 1px #eee;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    counter-increment: my-awesome-counter;
}

.custom-ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
    position: absolute;
    left: 0px;
    color: #bfc4d4;
    font-size: 20px;
    line-height: 27px;
}

.eveluate-modal-ques {
    color: #2c334a;
    font-weight: 500;
}

.eveluate-modal-ans {
    color: #666;
    font-size: 13px;
    background-color: #fbfbfb;
    margin: 3px 0px;
    padding: 2px 10px !important;
    border-left: 3px solid #eee;
}

.eveluate-modal-ans.correct-ans {
    border-color: #5ed84f;
    background-color: #f4fdf3 !important;
    position: relative;
    padding-right: 30px !important;
}

.eveluate-modal-ans.wrong {
    border-color: #ff4545;
    background-color: #fdf3f3 !important;
    position: relative;
    padding-right: 30px !important;
}

.eveluate-modal-ans.wrong::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 16px/1 LineAwesome;
    color: #fa626b;
    content: "\f342";
}

.eveluate-modal-ans.correct-ans:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 16px/1 LineAwesome;
    content: "\f17b";
    color: #5ed84f;
}

.eveluate-marks {
    margin: 5px 0px 10px 0px;
    display: inline-block;
}

.assign-marks span {
    width: 45px;
    display: inline-block;
    padding: 0px;
    margin-left: 2px;
    background-color: #f5f4fd;
    text-align: center;
    height: auto;
    line-height: 20px;
    color: #5b83fd;
    border-radius: 3px;
    border: solid 1px #5b83fd;
}

.assign-marks-input input {
    width: 45px !important;
    display: inline-block;
    padding: 0px;
    margin-left: 2px;
    background-color: rgba(82, 156, 255, 0.05);
    text-align: center;
    height: auto;
    line-height: 20px;
    color: #3c3b51;
    border-radius: 3px;
    border: solid 1px rgba(82, 156, 255, 0.4);
}

.mod-ques-span,
.mod-ans-span {
    width: 20px;
    transform: translateY(2px);
    font-weight: 600;
    font-family: 'lato', sans-serif;
    color: #555;
}

.test-quest-span {
    width: calc(100% - 100px);
    padding-right: 10px;
}

.test-quest-span p {
    margin-bottom: 0px;
}

.ques-sec-actions {
    min-width: 80px;
    text-align: right;
}

.ques-sec-actions .arrow_box:after {
    display: none !important
}

.btn-test-act {
    font-size: 11px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0 !important;
    color: #666;
    background-color: transparent;
    border-radius: 4px;
    line-height: 22px;
    border: solid 1px;
}

.btn-test-act.btn-dlt i {
    color: #fb434a;
}

.draggable-grip-test {
    color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    cursor: grab;
    opacity: 0.7;
    top: 4px;
    position: relative;
}

.add-ques-tabs .nav-link .badge {
    margin-left: 3px;
    padding: 3px 5px;
}

.study-ques-opts input {
    margin-bottom: 5px;
    width: calc(100% - 137px);
}

.study-pda-ques-opts input {
    margin-bottom: 5px;
}

.study-ques-opts .custom-control {
    margin-left: 10px;
    white-space: nowrap;
}

.study-ques-opts .custom-radio .custom-control-label::after,
.study-ques-opts .custom-radio .custom-control-label::before {
    left: -20px;
}

.study-ques-opts .btn-outline-danger,
.study-ques-opts .btn-danger {
    padding: 0px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    margin-top: 10px;
    width: 30px;
}

.recent-chat-img {
    margin-right: 5px;
    height: 35px;
    overflow: hidden;
    width: 35px;
    min-width: 35px;
}

.recent-chat-img img {
    width: 35px !important;
    min-height: 35px !important;
    border-radius: 40px;
    margin: 0px !important;
}

.nav-link.active .recent-chat-title {
    color: #fff
}

.recent-chat-title {
    font-weight: 600;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.03);
}

.nav-link.active .recent-chat-content p {
    color: #fff;
    opacity: 0.9;
}

.recent-chat-content p {
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    line-height: 18px;
}

.chat-application .chats .chat-body .chat-content p {
    text-align: left;
}

.chat-application .chats {
    padding: 2px 0 0 0;
}

.recent-chat-list-item .nav-link {
    border: solid 1px #eee;
    margin-bottom: 10px;
    color: #555;
}

.chat-time {
    display: block;
    font-size: 11px;
    opacity: 0.6;
}

.user-msg-to {
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.mb-05 {
    margin-bottom: 0.5rem !important
}

.chat-item-check {
    padding-left: 10px;
}

.chat-item-check .custom-control-label::before,
.chat-item-check .custom-control-label::after {
    left: -20px;
}

.selectable-chat-item label,
.selectable-chat-item {
    cursor: pointer;
}

.bootstrap-select .text {
    max-width: 100%;
    white-space: normal;
    line-height: normal;
}

.trends-graph-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
}

.doughnut {
    padding: 20px 5px;
    background-color: white;
    height: 100%;
    display: inline-block;
}

.doughnutChartContainer {
    float: left;
    background-color: white;
    width: 100%
}

.doughnut .chart-legend {
    float: left;
    width: 100%;
    background-color: white;
    list-style-type: none;
    margin-top: 20px;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
}

.doughnut .chart-legend li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 24px 2px 0;
    font-size: smaller;
    cursor: default;
}

.doughnut-legend {
    padding-left: 0;
}

.doughnut .chart-legend li .line-legend-icon,
.doughnut .chart-legend li .doughnut-legend-icon {
    display: block;
    float: left;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.doughnut .chart-legend li .doughnut-legend-text,
.doughnut .chart-legend li .line-legend-text {
    padding-left: 10px;
}

.event-post-item,
.notice-post-item {
    padding: 15px;
    border: solid 1px rgba(244, 245, 250, 0.8);
    border-radius: 10px;
    margin-top: 10px;
    background-color: rgba(240, 241, 246, 0.15);
}

.event-post-item:first-child,
.notice-post-item:first-child {
    margin-top: 0;
}

.hello-admin {
    pointer-events: none;
}

/* minakshi */

.txt-center {
    text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

/* .nav-tabs .sub-tab-link.nav-link.active {
    color: #fa626b;
    border-color: #babfc7 #626e82 #5350bf;
    background-color: #fff!important;
    border-bottom: 2px solid
} */

.sub-tab-box {
    /* border: 1px solid #ddd; */
    margin-top: 20px;
    /* padding: 20px; */
}

/* .nav-tabs .sub-tab-link.nav-link {
    color: #000;
    background-color: #fff;
    font-size: 16px;
} */

.border-gray {
    border-color: #948c8c !important;
}

.border-choco {
    border-right: solid #dee0ea 1px
}

.border-bottom-orange {
    border-bottom: dashed #dee0ea 1px;
}

.card.box-shadow {
    box-shadow: 1px 2px 17px -5px rgb(227, 231, 238) !important;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .9rem;
    /* padding: 6px 12px; */
    line-height: normal;
}

.font-medium-1 {
    font-size: 12px !important;
}

.blue-grey.lighten-2 {
    font-size: 12px;
}

.border-right-blue-grey.border-right-lighten-5 {
    border-right: 1px solid #eceff1 !important;
    padding: 0;
}

.card-header .heading-elements a.btn,
.card-header .heading-elements-toggle a.btn {
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: auto;
    font-size: 11px;
    font-weight: 900;
}

.hide {
    display: none;
}

.study-mate-video {
    padding-right: 15px;
    border-right: solid 1px #f5e2d2 !important;
    width: 80px;
    text-align: center;
}

/* color style*/

body.horizontal-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before,
body.horizontal-layout[data-color=bg-gradient-x-purple-blue] .navbar-horizontal,
body.vertical-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before,
body.vertical-layout[data-color=bg-gradient-x-purple-blue] .navbar-container {
    background-image: -webkit-gradient(linear, left top, right top, from(#749ffe), to(#537afd));
    background-image: -webkit-linear-gradient(left, #749ffe, #537afd);
    background-image: -moz-linear-gradient(left, #749ffe, #537afd);
    background-image: -o-linear-gradient(left, #749ffe, #537afd);
    background-image: linear-gradient(left, #749ffe, #537afd);
    /* background-image: linear-gradient(to right,#db5e2a,#edb888); */
    background-repeat: repeat-x;
}

html body a {
    color: #4b91f1;
}

html body a.text-link {
    color: #4b91f1 !important;
}

.btn-primary:focus,
.btn-primary {
    color: #fff !important;
    background-color: #5350bf;
}



.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    border-color: #5350bf;
    background-color: #5350bf;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff !important;
    border-color: #4b91f1 !important;
    background-color: #4b91f1 !important;
    font-size: 12px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
    color: #4b91f1 !important;
    background-color: #edf4fd !important;
}

.select2-selection {
    height: 41px;
}

/* .btn-outline-success {
    color:#5ea3ff;
    border-color: #5ea3ff;
    background-color: transparent;
    width: auto;
} */

.chat-application .chats .chat-body .chat-content {
    text-align: right;
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #1f1e1e;
    background-color: #f9fbfd;
    -webkit-box-shadow: 0 3px 12px 0 rgba(62, 57, 107, 0.1);
    box-shadow: 0 3px 12px 0 rgba(62, 57, 107, 0.1);
    border-radius: 10px;
}

.main-menu.menu-light .navigation>li.active>a,
.main-menu.menu-light .navigation>li.hover>a,
.main-menu.menu-light .navigation>li.open>a,
.main-menu.menu-light .navigation>li:hover>a,
.main-menu.menu-light .navigation>li:hover>a .cls-1a,
.main-menu.menu-light .navigation>li:hover>a .cls-2a {
    color: #6d98fe;
    stroke: #5b83fd;
    opacity: 1;
}

.nav-link {
    color: #5ea3ff;
}

.badge-dark {
    color: #fff;
    background-color: #5ea3ff;
}

.btn {
    width: auto;
}

.bg-gradient-x-info {
    background-image: -webkit-gradient(linear, left top, right top, from(#1e9fc4), to(#69c7de));
    background-image: -webkit-linear-gradient(left, #1e9fc4 0, #69c7de 100%);
    background-image: -moz-linear-gradient(left, #1e9fc4 0, #69c7de 100%);
    background-image: -o-linear-gradient(left, #1e9fc4 0, #69c7de 100%);
    background-image: linear-gradient(to right#1e9fc4 0, #69c7de 100%);
    background-repeat: repeat-x;
}

/* .badge-info {
    background-color: #e8a171;
}
.btn-primary {
    color: #fff;
    border-color: #ad302f;
    background-color: #ad302f;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #ad2e2d;
    background-color: #ad2e2d;
}
.tagging .tag {
    position: relative;
    display: inline-block;
    margin: 7px 10px 0 0;
    padding: 7px 20px 7px 0;
    cursor: default;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
    background: #ad2e2d;
    font-size:13px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #ad2e2c;
    background-color: #dd6834!important;
}
.btn-info {
    background-color: #ffffff;
    color: #ad2e2c !important;
    border-color: #ad2e2d;
}
.btn-info:active, .btn-info:focus, .btn-info:hover {
    border-color: #ad2e2d;
    background-color: #ad2e2d;
    color: #fff !important;
    box-shadow: none !important;
}
.form-control:focus {
    color: #4e5154;
    border-color: #d65b28;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

/*
form .form-control {
    color: #d75d2a;
    border: 1px solid #d85d2a;
}
 */

/* .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #b5372c;
    background-color: #eaeaea;
}
html body a:hover {
    color: #ae2e2d;
}
.form-control:focus {
    color: #4e5154;
    border-color: #d85d2a;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #da5e2a;
    background-color: #db612d;
}
.custom-control-label::before {
    pointer-events: none;
    border: 1px solid #ad2e2d;
    background-color: transparent;
}
.chat-application .chats .chat-body .chat-content {
    text-align: left;
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #1f1e1e;
    background-color: #fdf2e8;
    -webkit-box-shadow: 0 5px 12px 0 rgba(62, 57, 107, 0.36);
    box-shadow: 0 5px 12px 0 rgba(62, 57, 107, 0.36);
    border-radius: 7px;
} */

.chat-application .chats .chat-body .chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    border-left-color: #fdf2e8;
}

.bg-primary {
    background-color: #6768cd !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1169bd !important;
}

.login-tabs .nav-tabs .sub-tab-link.nav-link {
    color: #000;
    background-color: transparent;
    font-size: 13px !important;
    font-weight: 600;
}

.login-tabs .nav-tabs .sub-tab-link.nav-link.active {
    background-color: transparent !important;
    border-bottom: 2px solid #5350bf;
    color: #5350bf
}

.login-tabs .nav.nav-tabs .nav-item .nav-link {
    line-height: normal;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 12px;
}

/* .login-tabs .nav-tabs .sub-tab-link.nav-link.active {
    color: #fa626b;
    border-color: #babfc7 #626e82 #5350bf;
    background-color: #fff!important;
    border-bottom: 2px solid;
}*/

html body.bg-full-screen-image {
    /* background: url(../../app-assets/images/backgrounds/bg-19.jpg) center center no-repeat fixed; */
    -webkit-background-size: cover;
    background-size: cover;
    background: #eee !important;
    background-image: linear-gradient(to right, #217ffb, #b245d5) !important;
}

td img {
    border-radius: 100px;
    height: 30px;
}

.chats {
    max-height: 550px;
}

/* admin page */

.admin-page-tabs {
    margin: 0 10px;
}

.dataTables_filter {
    float: right;
    margin-bottom: 10px;
    position: relative;
}

td img {
    border-radius: 100px;
    height: 30px;
}

.class-td-span {
    padding-right: 5px;
    color: #777;
    width: 170px;
}

.sub-td-span {
    color: #444;
    font-weight: 600;
}

.tmb-5 {
    margin-bottom: 5px;
}

.lice-sess {
    position: relative;
    top: 2px;
    left: 2px;
    font-size: 1rem;
}

.text-chocolaty {
    color: #6967ce !important
}

.admin-upload-instruction ul {
    padding-right: 15px;
}

.admin-upload-sample {
    padding: 10px 1rem;
    border-left: dashed 1px #f1f1f1;
    min-width: 180px;
}

.admin-upload-instruction {
    padding: 20px;
    background-color: rgba(240, 240, 240, 0.15);
    border: solid 1px #f4f4f4;
    border-radius: 7px;
}

.zone-table-img {
    width: 40px;
    padding-right: 10px;
}

a.btn.btn-admin-tsetting {
    padding: 0;
    width: 25px;
    height: 25px;
    color: #8f99ad;
    line-height: 23px;
    border-radius: 25px;
    margin-top: -3px;
}

a.btn.btn-admin-tsetting:hover {
    color: #368bff;
    opacity: 1;
    background-color: rgba(180, 189, 207, 0.1);
}

.btn-border-chocolaty {
    border-color: #dd6834 #e69766 #de6a37;
    background-color: transparent !important;
    color: #dd6834 !important;
}

.custom-checkbox {
    padding-left: 20px;
}

#admin-access-table i.la.la-question-circle {
    color: #368bff
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    left: -20px;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected,
.table-striped tbody tr.even.selected,
.table-striped tbody tr.odd.selected {
    color: #333;
    background-color: #fbf7f4;
}

.table-striped tbody tr.even.selected a,
.table-striped tbody tr.odd.selected a {
    color: #222;
}

.ex-btn {
    border: solid 1px rgb(155, 36, 35);
}

#loader-sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

#loader-sec img {
    height: 100px;
    min-width: 100px;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: '\2714';
    margin-top: -7px;
    margin-left: -4px;
    text-align: center;
}

.table-striped tbody tr.even.selected,
.table-striped tbody tr.odd.selected {
    color: #333;
    background-color: #fbfbfb;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: #5350bf;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody th.select-checkbox::before {
    margin-top: 5px !important;
}

table.dataTable tr.selected td.select-checkbox::after,
table.dataTable tr.selected th.select-checkbox::after {
    margin-top: 0px !important;
}

.admin-inner-tabs .nav-tabs .nav-item {
    margin-bottom: -2px !important;
}

.admin-inner-tabs .nav-tabs .nav-link:hover,
.admin-inner-tabs .nav-tabs .nav-item.show .nav-link,
.admin-inner-tabs .nav-tabs .nav-link.active {
    color: #67a8ff;
    border-color: #67a8ff !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.admin-inner-tabs .nav-tabs .nav-item:first-child .nav-link {
    border: solid 1px #eff6ff;
    border-radius: 5px !important;
    box-shadow: none !important;
    margin-right: 10px;
    background-color: #eff6ff;

}

.admin-inner-tabs .nav-tabs .nav-item:first-child .nav-link:hover,
.admin-inner-tabs .nav-tabs .nav-item.show:first-child .nav-link,
.admin-inner-tabs .nav-tabs .nav-item:first-child .nav-link.active {
    color: #67a8ff;
    border: solid 1px #e6f2ff !important;
    background-color: #e6f2ff !important;
    box-shadow: none !important;
    opacity: 1;
}

.admin-inner-tabs .nav-tabs .nav-link {
    color: #67a8ff;
    background-color: transparent;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 0.5rem 1rem !important;
    border-bottom: solid 1px #e2edfc;
}

.admin-inner-tabs .nav-tabs .nav-link i {
    font-size: 12px !important;
}

.admin-inner-tabs .nav.nav-tabs {
    border-bottom: solid 2px #f9f9f9;
    box-shadow: 0 0 39px 0 rgba(47, 95, 161, 0.12);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #ffffff);
    padding: 2rem 1.4rem 1rem 1.4rem;
}

.dataTables_wrapper {
    padding: 0
}

.dataTable td input:focus,
.dataTable td input {
    padding: 5px 10px !important;
    height: auto;
    border: dashed 1px transparent;
    background-color: transparent;
}

.dataTable td input.form-control:hover {
    background-color: #f6f9fd;
    border: dashed 1px #7fb6ff;
}

/* .sorting_disabled{
    pointer-events: none;
} */

/* .sorting_disabled:before,
.sorting_disabled:after{display: none!important;} */

.hover-taxtarea {
    transition: all 0.7s;
    height: 40px !important;
}

.hover-taxtarea:focus {
    height: auto !important
}

.admin-tab-btns .btn {
    margin: 0px 2px;
}

.btn-test-act {
    font-size: 11px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0 !important;
    color: #666;
    background-color: transparent;
    border-radius: 4px;
    line-height: 22px;
    border: solid 1px;
}

.height-75 {
    height: 75px;
}

/* .tagging css added */

/* .tagging .tag css added */

.profile-tab-sec-heading {
    margin-bottom: 10px;
}

.pts-profile-pic img {
    height: 35px;
}

.pts-profile-pic {
    padding-right: 10px;
}

.pts-profile-pic figure {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100px;
}

.perma-add-preview,
.commu-add-editable,
.personal-info-editable,
.profile-preview-wrapper {
    margin-top: 20px;
}

.editInfoDiv .profile-spec-title {
    color: #2b335e;
}

.profile-tab-section {
    padding-bottom: 30px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 30px;
}

.profile-tab-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}


.profile-spec-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.profile-spec-title {
    min-width: 180px;
    position: relative;
    padding-right: 20px;
    width: 180px;
    color: rgba(43, 51, 94, 0.6);
    margin-top: 5px;
    margin-bottom: 5px;
}

/* .profile-spec-title:after{
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
} */

.perma-add-preview .profile-spec-title:after,
.commu-add-editable .profile-spec-title:after,
.personal-info-editable .profile-spec-title:after {
    top: 50%;
    transform: translateY(-50%);
}

.profile-spec-details {
    padding-left: 0px;
    color: #2b335e;
    margin-top: 5px;
    margin-bottom: 5px;
}

.vid-note-content-del {
    padding-left: 20px;
    width: 30px;
}

.vid-note-content-del .btn {
    width: 23px;
    height: 23px;
    border: solid 1px #bd3f2f;
}

.vid-note-content {
    padding-left: 10px;
}

.vid-notelist-ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f1f1f1;
    line-height: 22px;
}

.vid-notelist-ul li:last-child {
    border: 0;
}

.vid-note-date {
    font-size: 11px;
    color: #999;
}

.add-row-wrapper {
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 15px 0px 10px;
    border-bottom: solid 1px #f9f9f9;
}

.profile-sub-tea-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.profile-sub-tea-wrapper:first-child .card-header.d-inline-block.w-100.mt-2.p-0 {
    margin-top: 0px !important;
    padding-top: 0 !important;
}

.pro-sub-tea-item {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border: solid 1px #f8f9fd;
    border-radius: 6px;
    background-color: #fafbff;
}

.pro-tea-img {
    text-align: center;
}

.pro-tea-img a {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.pro-tea-img img {
    min-height: 45px;
    min-width: 100%;
    max-height: 55px;
    max-width: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0px;
    position: absolute;
}

.pro-tea-name a {
    color: #2b345f;
    font-size: 13px;
}

.profile-sub-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

/* .profile-sub-wrapper ul li {
    margin: 4px;
    padding: 0 6px;
    color: #fff;
    background-color: #2196f3;
    border-radius: 2px;
    font-size: 13px;
} */

.profile-sub-wrapper ul li label {
    margin-bottom: 0px;
}

.profile-sub-wrapper ul li .custom-checkbox {
    padding: 2px 5px;
}

.pro-sub-tea-item .custom-checkbox .custom-control-label::before,
.pro-sub-tea-item .custom-checkbox .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    border-color: #fff;
}

.academic-adv-setting .custom-control {
    margin-bottom: 5px;
    padding-left: 0;
    margin-right: 20px;
}

.academic-adv-setting .custom-control label {
    margin-bottom: 0px;
    margin-left: 5px;
}

.pro-timetable {
    font-size: 12px;
}

table th,
table td {
    padding: 10px !important;
    vertical-align: middle !important;
}

.px-05 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.btn.btn-profile-pic-upload {
    padding: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #5158c3;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    color: #fff;
    border: solid 1px #6967ce;
    cursor: pointer;
    line-height: 20px;
    font-size: 13px;
}

.cre-stu-code {
    margin-top: 5px;
    color: #bd3f22;
    margin-bottom: 0;
}

.assgn-share-sec {
    background-color: rgba(244, 245, 250, 0.5);
    margin-bottom: 10px;
    padding: 20px 1rem 20px 1rem;
    border: solid 1px #f4f5fa;
    border-radius: 8px;
}

.assgn-share-sec .btn {
    white-space: normal
}

.countdown-wrapper {
    font-family: 'Changa', sans-serif;
    display: flex;
    position: fixed;
    right: 60px;
    top: 165px;
    padding: 5px;
    background-color: #dc6430;
    min-width: 70px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    z-index: 2;
}

.countdown {
    padding-left: 5px;
    min-width: 50px;
}

.countdown-wrapper i {
    line-height: 25px;
}

.test-hdr {
    padding-right: 120px;
}

.test-rule-list {
    margin-top: 10px;
    border-top: dashed 1px #eee;
    padding-top: 10px;
}

.test-rule-list li {
    display: flex;
    margin-bottom: 5px;
}

.test-rule-title {
    min-width: 100px;
    position: relative;
    padding-right: 10px;
    width: 100px;
}

.test-rule-title::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
}

.test-rule-details {
    padding-left: 10px;
    color: #333;
    font-size: 13px;
}

.test-attempt-content .custom-control-label {
    line-height: 22px;
}

.test-attempt-content .custom-control {
    padding-left: 20px
}

.test-attempt-content .custom-control .custom-control-label:before,
.test-attempt-content .custom-control .custom-control-label:after {
    left: -20px !important;
    top: 4px;
}

.goTop {
    display: none;
    position: fixed;
    bottom: 10px;
    width: 37px;
    height: 37px;
    border: 1px solid #6078d6;
    z-index: 1;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #676ad0;
    cursor: pointer;
    right: 32px;
    background-color: rgba(227, 237, 255, 0.5);
}

.goTop i {
    line-height: 35px;
}

.table-group-list i {
    color: #777
}

.master-email-list {
    margin-top: 10px;
}

.master-email-list li {
    position: relative;
    border-top: dashed 1px #eee;
    padding: 5px 0px 5px 20px;
}

.master-email-list li:first-child {
    border: 0;
}

.master-email-list li::before {
    font-family: feather !important;
    font-style: normal;
    font-weight: 400;
    content: "\e974";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ad302f;
    left: 0;
}

.master-email-list li a {
    width: calc(100% - 40px)
}

.sub-user-list {
    margin-top: 10px;
}

.sub-user-list li {
    position: relative;
    border-top: dashed 1px #eee;
    padding: 5px 0px 5px 0px;
}

.sub-user-list li:first-child {
    border: 0;
}

.sub-username {
    position: relative;
    display: block;
    padding-left: 20px
}

.sub-user-list li .sub-username::before {
    font-family: feather !important;
    font-style: normal;
    font-weight: 400;
    content: "\e9d7";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    left: 0;
}

.sub-password {
    position: relative;
    display: block;
    padding-left: 20px
}

.sub-user-list li .sub-password::before {
    font: normal normal normal 16px/1 LineAwesome;
    content: "\f255";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    left: 0;
}

.sub-user-list .sub-account-details {
    width: calc(100% - 70px);
    display: inline-block;
}

.sub-ac-edit {
    float: right;
}

.admin-timetable-table td,
.admin-timetable-table th {
    position: relative;
    text-align: center;
    min-width: 95px
}

.tt-action-th,
.tt-action-td {
    min-width: 70px !important
}

.admin-timetable-table th .custom-checkbox {
    padding: 0;
    margin: 0 !important;
    float: left;
    position: absolute;
    left: 25px;
}

.admin-timetable-table td {
    font-size: 12px;
}

.timetable-placeholder {
    border: dashed 1px #ddd;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
}

.unit-dlt-span {
    padding: 0px 5px;
}

.tch-period-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #f9f9f9;
    font-size: 12px;
}

.tch-period-item:last-child {
    border-bottom: 0;
}

.d-table-cell.align-middle.tch-period-sub {
    width: 130px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.timet-sub {
    font-weight: 600;
    color: #333;
}

.day-off-span {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgba(230, 230, 230, 0.3);
    height: 100%;
}

.table-responsive {
    position: relative;
    padding: 0px 1px;
}

.ps-container>.ps-scrollbar-x-rail {
    opacity: 0.3 !important;
}

.ps-container:hover .ps-scrollbar-x-rail {
    opacity: 0.6 !important;
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad;
}

.fc td {
    padding: 0px !important;
}

.event-title {
    padding: 3px 10px;
    border-bottom: solid 1px #f9f9f9;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.popover-event-date {
    color: #666;
    font-size: 11px;
    padding-top: 2px;
    display: inline-block;
}

.popover-event-time {
    float: right;
    font-size: 11px;
    padding-top: 2px;
    color: #666;
}

.event-detail-p {
    padding: 3px 10px;
    min-width: 200px;
    margin-bottom: 0;
}

.ev-go-post {
    display: inline-block;
    width: 100px;
    margin-top: 3px;
    padding: 3px 10px;
    border-top: solid 1px #f9f9f9;
}

.fc-event,
.fc-event-dot {
    background-color: #d95f2c;
    border-color: #d95f2c !important
}

/* 27.06.2020 */

/* .filter-option-inner changes line 371 */

/* .prev-test-list-spec changes line 735 */

.text-red {
    color: #fa626b !important
}

.add-sub-cla-content {
    margin-bottom: 15px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px !important
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-color: #e4e8f3 !important;
    border-radius: 7px !important;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #f9f9f9;
    color: #333;
    border: solid 1px #f1f1f1;
    pointer-events: none;
    cursor: not-allowed;
}

.assign-summery-content {
    padding-left: 15px;
    font-weight: 600;
}

.assign-marks-img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
}

.assign-marks-img img {
    height: 70px;
}

.marks-input-wrap {
    padding: 0px 6px;
    width: 80px;
}

.marks-divider {
    position: relative;
    width: 20px;
}

.marks-divider::after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #ccc;
    font-weight: 300;
    left: 50%;
}

.assign-stu-message {
    text-align: center;
    padding: 15px;
    margin: 25px 0 10px 0px;
    font-size: 13px;
    border-top: solid 1px #f0f5fd;
}

.skill-level {
    background-color: #f9f3ee;
    text-align: center;
    padding: 2px 1px;
    margin-top: 3px;
    border-radius: 2px;
    border: solid 1px #f9ebdf;
}

.add-skills-radio {
    text-align: center;
}

.add-skills-radio .custom-radio {
    padding: 0px;
    margin: 10px 20px;
}

.add-skills-radio .custom-control-label::before,
.add-skills-radio .custom-control-label::after {
    display: none;
}

.add-skills-radio .custom-radio .custom-control-label {
    background-color: #fff;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 100px;
    text-align: center;
    line-height: 59px;
    border: 3px solid;
    font-size: 25px;
    font-weight: 600;
}

.add-skills-radio .custom-radio:nth-child(1) .custom-control-label {
    color: #FFCC33
}

.add-skills-radio .custom-radio:nth-child(2) .custom-control-label {
    color: #0099CC
}

.add-skills-radio .custom-radio:nth-child(3) .custom-control-label {
    color: #009933
}

.add-skills-radio .custom-radio:nth-child(1) .custom-control-input:checked~.custom-control-label {
    background-color: #FFCC33;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.add-skills-radio .custom-radio:nth-child(2) .custom-control-input:checked~.custom-control-label {
    background-color: #0099CC;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.add-skills-radio .custom-radio:nth-child(3) .custom-control-input:checked~.custom-control-label {
    background-color: #009933;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.endors-item {
    width: 100%;
}

.endors-item-inner {
    padding: 3px 10px;
    font-size: 13px;
}

.endors-skill-count .badge {
    padding: 3px 5px !important;
    bottom: unset !important;
}

.endors-admin-title .badge[class*="badge-"] [class*="icon-"]~span,
.badge[class*="badge-"] span {
    bottom: unset !important;
}

.endors-admin-title .avatar img {
    max-width: unset;
    border: 0;
    border-radius: 1000px;
    width: 24px;
    height: 24px;
}

.endorsed-admin-img {
    width: 60px;
}

.endorsed-admin-img a {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
}

.endorsed-admin-img img {
    width: 50px;
    min-height: 50px;
    height: auto;
}

.data-endorsed-item {
    padding: 10px 0px;
    border-top: dashed 1px #eee
}

.data-endorsed-item:first-child {
    border-top: 0px;
}

.endorse-other-details {
    font-size: 12px;
    line-height: 20px;
    width: calc(100% - 160px);
    display: inline-block;
}

.remove-endorsed {
    float: right;
}

.remove-endorsed .btn {
    font-size: 11px;
    padding: 3px 10px;
    position: relative;
}

.recent-endorsed-list h6 {
    padding-bottom: 4px;
}

.recent-endorsed-date-time {
    font-size: 11px;
}

.error-lst ul {
    padding-left: 20px;
    font-weight: 100px;
}

.assgin-selected-count {
    position: absolute;
    bottom: -25px;
    left: 20px;
}

.file-uploaded-confirmation {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding-top: 30px;
    text-align: center;
}

.file-uploaded-confirmation h2 {
    line-height: 30px;
}

.file-uploaded-confirmation i.ft-thumbs-up {
    font-size: 40px !important;
}

.publist-back-upload {
    margin-top: 20px;
    padding: 20px;
    border-top: dashed 1px #eee;
    display: flex;
    justify-content: space-between;
    background-color: rgba(251, 251, 251, 0.5);
}

.back-to-upload {
    width: 140px;
}

.publish-uploaded-file .btn {
    margin-top: 4px;
}

.video-shareModal ul {
    max-height: 150px;
    overflow: auto;
}

.uploaded-file-name {
    color: #333;
}

.studnt-list-badge-assign img {
    border-radius: 100px;
    height: 35px;
    position: relative;
    margin-right: 10px;
}

.studnt-list-badge-assign .zone-table-img {
    width: 40px;
    padding-right: 20px;
}

.studnt-list-badge-assign .form-check-input {
    position: absolute;
    margin-top: 1.3rem;
    margin-left: -1.25rem;
}

#box {
    display: none;
    /* Needed to initally hide element */
}

.data-gmember-item {
    padding: 10px;
    border: solid 1px #f4f5fa;
    margin-bottom: 15px;
    border-radius: 5px;
}

.data-gmember-item .tags-wrapper {
    margin-left: -3px;
}

.students-gmember-ul .data-gmember-item {
    margin: 5px 0px 15px 0px;
}

.gmember-admin-img {
    width: 60px;
}

.gmember-admin-img a {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
}

.gmember-admin-img img {
    width: 50px;
    min-height: 50px;
    height: auto;
}

.gmember-other-details {
    font-size: 12px;
    line-height: 20px;
    padding-right: 15px;
}

.remove-gmember {
    padding-left: 15px;
    text-align: right
}

.remove-gmember .btn {
    font-size: 11px !important;
    padding: 6px 10px;
    position: relative;
    border-radius: 100px;
    margin-bottom: 2px;
}

.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tags-wrapper .tag-span {
    padding: 4px 30px 4px 10px !important;
    border-radius: 17px;
    border: 0;
    background-color: #f0f3f9;
    opacity: 0.93;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #707693;
    margin: 3px;
}


.btn-green {
    color: #fff;
    background-color: #5ed84f;
}

.btn-green:hover {
    background-color: #4dc13f;
    color: #fff;
}

.insti-details-item {
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}

.insti-details-list-title {
    white-space: nowrap;
    width: 140px;
    color: #999;
}

.insti-details-list-spec {
    color: #555;
    padding-left: 15px;
}

.insti-infra-details li {
    border-top: solid 1px #f9f9f9;
    padding: 4px 0px;
}

.insti-infra-details li:first-child {
    border: none
}

.notice-attached-dlt {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.eveluate-header {
    color: #888;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.modal-student-name {
    font-weight: 500;
    color: #ad302f;
    font-size: 13px;
    margin-right: 10px;
}

.modal-student-grade {
    margin-right: 10px;
    position: relative;
}

.modal-student-grade::after {
    position: absolute;
    right: -7px;
    content: "/";
    color: #ccc;
}

.modal-total-attempted {
    font-size: 11px;
    line-height: 20px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 5px;
}

.eveluate-marks {
    margin: 5px 0px 10px 0px;
    display: inline-block;
}

.eveluate-marks .form-control {
    width: 45px;
    display: inline-block;
    padding: 0px;
    /* border: solid 1px #f38e4b;
    color: #e8a171; */
    text-align: center;
    height: auto;
    line-height: 20px;
}

.eveluate-marks span {
    position: relative;
    padding-left: 10px;
    margin-left: 4px;
    line-height: 30px;
    color: #333;
}

.eveluate-marks span::after {
    content: "/";
    position: absolute;
    height: 100%;
    color: #000;
    left: 0;
    top: -7px;
}

.evaluate-note {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.evaluate-note .btn {
    padding: 3px 7px;
    font-size: 10px;
}

.evaluate-btn {
    position: relative;
    border-radius: 100px;
    ;
}

.evaluate-btn.evelueted {
    margin-right: 13px;
}

.evaluate-btn.evelueted::after {
    content: '\f17b' !important;
    font-family: LineAwesome;
    font-weight: 900;
    color: #4caf50;
    position: absolute;
    right: -17px;
}

.chat-attachment-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.chat-attachment-item {
    position: relative;
    margin: 0px 2px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden
}

.chat-attachment-item .btn {
    padding: 7px 15px;
}

.chat-attachment-item .btn i {
    color: #666;
    font-size: 25px;
}

.chat-left .chat-user-name {
    text-align: left;
    margin: 3px 0px 6px 18px;
    font-size: 12px;
}

.chat-user-name {
    margin: 3px 18px 6px 0px;
    font-weight: 500;
    text-align: right;
    font-family: 'lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #999;
}

.chat-attachment-item:focus .chat-attachment-download,
.chat-attachment-item:active .chat-attachment-download,
.chat-attachment-download {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
    transition: all 0.4s;
    opacity: 0;
    display: none;
}

.chat-attachment-download i {
    color: #333 !important
}

.chat-attachment-item:hover .chat-attachment-download {
    opacity: 1;
    display: block;
}

.chat-attachment-item.chat-attachment-img {
    min-width: 100px;
    text-align: center;
}

.chat-attachment-download i {
    font-size: 18px !important;
}

.read .chat-time {
    padding-right: 10px;
    width: 100%;
    position: relative;
}

.chat-content.read .chat-time:after {
    content: "\f17b" !important;
    position: absolute;
    right: -5px;
    bottom: 0px;
    color: #28ae18;
    font-family: LineAwesome;
    font-size: 11px;
    text-shadow: 0px 1px 0px #28ae18;
}

.library-attch-list.dash-assign-attachment li {
    margin-right: 30px
}

.app-content.center-layout,
html body .content.app-content {
    overflow-y: visible !important;
}

.create-new-course-btn {
    margin: 0px 0px 40px 0px;
}

.dataTables_wrapper table {
    display: table !important;
}

.event_date_timing {
    font-size: 11px;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}

.dash-notice-content {
    margin-top: 10px;
}

.dash-notice-title {
    padding-bottom: 5px;
    border-bottom: dashed 1px #eee;
}

.unit-dlt-span {
    padding: 0px 5px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-sec-title {
    width: calc(100% - 30px);
    display: inline-block;
    line-height: normal;
}

.acco-item-subtitle .badge {
    padding: 4px 6px;
    font-size: 11px;
}

.acco-item.level2 {
    width: calc(100% - 23px);
}

.assessment-filter {
    min-height: 25px
}

.assessment-filter .form-check {
    margin-bottom: 5px;
    font-size: 13px;
    color: #888;
}

.assessment-filter .form-check input {
    top: 50% !important;
    transform: translateY(calc(-50% - 0.3rem)) !important;
}

/* .btn-outline-primary {
    color: #ad302f!important;
    border-color: #ad302f!important;
} */

.mod-video-title {
    color: #333;
    font-weight: 600;
}

/* .btn-outline-primary:hover {
    background-color: #ad302f !important;
    border-color: #ad302f !important;
} */

.flatpickr-calendar {
    transform: scale(0.9) !important
}

.dash-assign-attachment .btn {
    font-size: 11px;
}

.imgThumb {
    width: 100px;
    height: 50px;
    text-align: center;
    padding: 15px;
    background-size: cover;
    margin-top: 3px;
}

.library-item-name-date {
    width: 150px;
    line-height: normal;
}

.popover-header {
    font-size: 13px;
    border-bottom: solid 1px #f1f1f1;
}

.atendance-list-popover {
    min-width: 200px
}

.atendance-list-popover li {
    padding: 3px 0px;
    border-top: dashed 1px #ddd;
}

.atendance-list-popover li:first-child {
    border-top: 0;
}

.unit-list-title-stu {
    min-height: 38px;
}

.switchery {
    border-color: #ccc
}

.header-navbar .navbar-container ul.nav li>a.nav-link {
    font-size: 1rem;
}

.header-navbar .navbar-container ul.nav li i.ficon {
    font-size: 1.2rem;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
    font-size: 1.3rem;
}

.badge-checkbox {
    padding-left: 0px
}

.badge-checkbox .custom-control-label::after,
.badge-checkbox .custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
}

.tag-view {
    position: relative;
    padding-right: 20px;
}

.study-mate-tags-select .tagsinput {
    padding: 2px 5px 2px 5px !important;
    border-color: #cacfe7;
}

.tagsinput .tag .tag-remove::before {
    display: none !important;
}

.tagsinput .tag .tag-remove::after {
    position: absolute !important;
    font-family: feather !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e9e6" !important;
    top: 50% !important;
    left: 50% !important;
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
    transform: rotateZ(0deg) translate(-50%, -50%) !important;
    color: #6b6f80;
}

.tag-remove:hover::after {
    color: #fff !important;
}

.tagsinput .tag-text {
    display: inline-block !important;
    padding-right: 5px !important;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
}

.tagsinput .tag .tag-remove {
    position: absolute !important;
    top: calc(50% - 0px) !important;
    transform: translateY(-50%);
    right: 6px !important;
    cursor: pointer !important;
    text-align: center !important;
    width: 16px !important;
    height: 16px !important;
    box-shadow: 0 2px 2px 0 rgba(112, 110, 166, 0.08);
    background-color: #fff !important;
    border-radius: 100px;
    line-height: 17px !important;
    border: 0 !important;
    font-size: 11px;
    padding: 0px !important;
    z-index: 2;
}

.tagsinput .tag .tag-remove:hover {
    background: #ff7a7f !important;
    background-color: #ff7a7f !important;
}

.study-mate-tags-select .tagsinput .tag:hover {
    background-color: #ffebec !important;
    color: #ff7a7f;
    box-shadow: 0 3px 6px 0 rgba(181, 189, 224, 0.28);
}

.tags-wrapper .tag-x {
    position: absolute !important;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    right: 6px;
    cursor: pointer;
    text-align: center;
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 2px 0 rgba(112, 110, 166, 0.08);
    background-color: #fff;
    border-radius: 100px;
    line-height: 17px;
    border: 0;
    font-size: 11px;
    padding: 0px !important;
    z-index: 2;
}

.tags-wrapper .tag-x:hover {
    background-color: #ff7a7f;
    color: #fff;
}

.tag-x:hover~.tag-span {
    background-color: #ffebec !important;
    color: #ff7a7f;
    box-shadow: 0 3px 6px 0 rgba(181, 189, 224, 0.28);
}

.earned-badges-list ul {
    display: flex;
    flex-wrap: wrap;
}

.earned-badges-list ul li {
    margin: 5px;
    position: relative;
    text-align: center;
    border: solid 1px #f2f3f9;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(244, 245, 250, 0.5);
}

.earned-badges-list ul li figure {
    margin: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.earned-badge-count {
    position: absolute;
    top: 0px;
    right: -10px;
    padding: 3px;
    background-color: #fff;
    border-radius: 100px;
    font-size: 11px;
    line-height: normal;
    font-weight: 600;
    min-width: 26px;
    min-height: 26px;
    text-align: center;
}

li.earned-badge-positive .earned-badge-count {
    border: solid 2px #00b444;
    color: #00b444;
}

li.earned-badge-negative .earned-badge-count {
    border: solid 2px #ba2214;
    color: #ba2214;
}

.earned-badges-list ul li img {
    height: 50px;
}

.earned-badge-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #555;
    font-family: 'lato', sans-serif;
}

.text-black-10 {
    color: rgba(0, 0, 0, 0.1);
}

.pagination .page-link {
    color: #666
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
    line-height: normal;
    padding: 7px 10px;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media-body {
    padding-right: 20px !important;
    position: relative;
}

.delete-notification {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover .delete-notification {
    opacity: 1;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-heading {
    font-size: 12px;
    margin-bottom: 3px;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media .notification-text.font-small-3 {
    font-size: 11px !important;
    margin-bottom: 2px;
    font-weight: 500;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media time {
    font-size: 10px;
}

/* start css added by santosh*/

.text-green {
    color: #3aae2c !important;
}

.hide-div {
    display: none;
}

/* end of css added by santosh*/

.disabled-playlist {
    pointer-events: none;
    filter: grayscale(100) opacity(0.5);
    position: relative;
}

.disabled-playlist:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-open .close-navbar.mobile-close-navbar {
    position: absolute;
    right: 200%;
    width: 300%;
    height: 100%;
    top: 0;
    left: 0;
}

.navigator-card-columns .card-header {
    border-bottom: solid 1px #eee;
    padding: 10px 1rem !important;
    background-color: rgba(219, 219, 219, 0.15);
}

.navigator-card-columns .card-header h6 {
    letter-spacing: 0.5px;
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.navigator-card-columns .card-header h6 i {
    color: #888;
    font-size: 1rem;
}

.navigator-card-columns li a {
    color: #222;
    display: block;
    padding: 6px 0 6px 35px;
    position: relative;
    transition: all 0.7s;
    border: dashed 1px #eee;
    margin: 4px 0px;
    line-height: normal;
    border-radius: 3px;
    overflow: hidden;
}

.navigator-card-columns li a:hover {
    border-color: #f9e6e6;
    background-color: #fffaf8;
}

.navigator-card-columns li a span {
    transition: all 0.7s;
    color: #777;
}

.navigator-card-columns li a:hover span {
    color: #444;
}

.navigator-card-columns li a:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #f9f9f9;
    width: 30px;
    height: 100%;
    transition: all 0.7s;
    top: 0;
}

.navigator-card-columns li a:after {
    content: "\f268";
    font-family: LineAwesome;
    position: absolute;
    left: 15px;
    transition: all 0.7s;
    color: #333;
    top: 50%;
    transform: translateX(-50%);
    line-height: 0;
}

.navigator-card-columns li a:hover:before {
    background-color: #ae2e2d;
}

.navigator-card-columns li a:hover:after {
    color: #fff;
}

.d-sec-275 {
    height: 275px;
    position: relative;
}

.wall-assign-status,
.assigment-download-time {
    font-size: 11px;
    line-height: normal;
    color: #999;
}

.assigment-download-time {
    padding-left: 10px;
}

.assign-cou {
    padding-bottom: 7px;
}

.d-assign-list-wrapper {
    font-size: 12px;
    position: relative;
}

.d-assign-title {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.d-assign-title:hover {
    color: #222a50;
}

.dashboard-body li {
    padding: 7px 0px;
    border-top: dashed 1px #ddd;
}

.dashboard-body li:first-child,
.d-assign-list-wrapper li:first-child {
    border: 0;
    padding-top: 0;
}

.d-class-date {
    padding-right: 10px;
}

.d-class-date-timing a {
    font-size: 12px;
    font-weight: 600;
}

.d-class-actions .btn {
    padding: 3px 4px
}

.d-class-name {
    color: #134a7f;
}

.d-test-date-timing .d-class-name {
    font-size: 11px;
    line-height: normal;
    padding: 3px 0px;
}

.d-class-actions {
    padding-top: 4px;
    line-height: normal;
}

.d-test-title {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    padding: 3px 0;
}

.d-event-date-timing {
    font-size: 11px
}

.d-test-date-timing {
    font-size: 12px
}

.d-event-desc {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}

.d-updates-height {
    height: calc(100% - 1.875rem);
}

.new-student-img {
    width: 50px;
}

.new-student-img a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
}

.new-student-img img {
    width: 40px;
    min-height: 40px;
    height: auto;
}

.missed-updates-item {
    font-size: 12px;
    line-height: 18px;
}

.missed-badge-date-time {
    font-size: 11px;
}

.text-black {
    color: #333
}

.d-active-stu {
    line-height: normal;
}

.d-stu-class {
    font-size: 11px;
    color: #666;
}

.most-active-student-wrapper .custom-ol li {
    padding: 10px 5px 10px 33px;
    position: relative;
    counter-increment: my-awesome-counter;
    border-top: dashed 1px #eee !important;
    border: none;
    margin: 0;
}

.most-active-student-wrapper .custom-ol li:first-child {
    border: 0 !important
}

.most-active-student-wrapper .custom-ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
    position: absolute;
    left: 0px;
    color: #ccc;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-right: solid 2px #eee;
    padding-right: 5px;
}

.d-active-stu-code {
    font-size: 11px;
    color: #999;
}

.dash-test-sub {
    font-size: 13px;
    line-height: normal;
}

/* Dashboard CSS */

.slick-slide {
    cursor: grab
}

.dash-card {
    border-radius: 12px;
    height: calc(100% - 30px);
    overflow: hidden;
}

.dash-card .media-body .card__small {
    font-size: 13px;
    color: #bcbbc8;
    display: block;
    font-weight: 600;
    padding-top: 3px;
}

.dash-card .media-body .h4 {
    font-size: 17px;
    color: #444;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* .dash-card .media i{
    color:rgba(226, 227, 244,0.5)
} */

.suggestion-cards-carousel .item.col {
    height: 100%;
}

.nav-tabs.dash-topbar-tabs .nav-item.show .nav-link,
.nav-tabs.dash-topbar-tabs .nav-link.active {
    color: #fff;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-radius: 0px !important;
    background-color: transparent;
    opacity: 1;
}

.nav-tabs.dash-topbar-tabs .nav-link {
    color: #fefeff;
    border-bottom: 2px solid transparent;
    padding: 1rem 0.8rem 1rem 0.8rem !important;
    opacity: 0.7;
    font-family: Comfortaa, cursive, 'Times New Roman', Times, serif;
    font-size: 14px !important;
    font-weight: bold;
}

.dash-card-img {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 15px;
    bottom: 0;
}

.dash-card-img img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.35;
}

.dash-card .media-body .btn.round {
    padding: 8px 20px;
}

.module-list-image img {
    height: 50px;
}

.line-height-normal {
    line-height: normal
}

.module-main-card .progress {
    position: absolute;
    left: 11px;
    bottom: 0px;
    width: 80%;
    height: 3px !important
}

.item.current-module .card {
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.06);
}

.item.completed-module .card {
    background-color: #f3fff1;
    border: solid 1px #e8f8ea;
}

.item.upcoming-module .card {
    background-color: rgba(0, 0, 0, 0.01);
    border: solid 1px #eee;
    filter: grayscale(1);
}

.item .card .card-header .badge {
    margin-top: 5px;
}

.module-card-carousel .item .card .progress {
    position: relative;
    bottom: unset;
    margin-bottom: 10px !important;
    height: 5px !important;
    left: 0;
    width: 100%;
}

.module-card-carousel .item {
    height: auto !important
}

.module-card-carousel .item .card .card-header {
    padding-bottom: 0px !important;
    padding-left: 40px;
    padding-right: 40px;
}

.activity-bars-wrapper {
    height: 60px;
    position: relative;
}

.activity-bars-wrapper .activity-bar {
    height: 100px;
    position: absolute;
    left: -20px;
    bottom: -35px;
    opacity: 0.8;
    width: calc(100% + 40px);
    right: -20px;
}

.activity-bars-wrapper .ct-label {
    fill: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    line-height: 1;
}

.activity-bars-wrapper .ct-series-a .ct-point,
.activity-bars-wrapper .ct-series-a .ct-line,
.activity-bars-wrapper .ct-series-a .ct-bar,
.activity-bars-wrapper .ct-series-a .ct-slice-donut {
    stroke: #fff;
}

.activity-bars-wrapper .ct-series-a .ct-slice-pie,
.activity-bars-wrapper .ct-series-a .ct-area {
    fill: #fff;
}

.chartist-tooltip {
    z-index: 999;
}

.activity-btn-wrapper {
    min-width: 150px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b345f;
    white-space: nowrap;
}

.activity-btn-wrapper .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 5px 12px;
}

.activity-btn-wrapper .dropdown .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #2a2e30 !important;
}

.activity-btn-wrapper .dropdown.bootstrap-select {
    border-radius: none !important;
    background-color: transparent !important;
}

.activity-list-img img {
    height: 50px;
    padding: 5px;
}

.activity-list-item {
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(155, 122, 254, 0.05);
    margin: 10px 0px;
}

.activity-list-item:first-child {
    margin-top: 0px;
}

.activity-list-title {
    width: calc(100% - 60px);
}

.activity-users-list {
    margin-top: 10px;
}

.alphabate-avatar {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 128, .3);
    box-shadow: 0 2px 10px 0 rgba(107, 111, 128, .3);
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #444;
    color: #fff;
    line-height: 29px;
}

.activity-card-height {
    max-height: 210px;
}

div.course-progress-bar {
    text-align: center;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.course-progress-bar div {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.course-progress-bar div span {
    position: absolute;
    font-family: sans-serif;
    font-size: 8.35px;
    line-height: 26px;
    height: 26px;
    width: 26px;
    left: 2px;
    top: 2px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: black;
}

.course-progress-bar .background {
    background-color: #b3cef6;
}

.course-progress-bar .rotate {
    clip: rect(0 15px 30px 0);
    background-color: #4b86db;
}

.course-progress-bar .left {
    clip: rect(0 15px 30px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.course-progress-bar .right {
    clip: rect(0 15px 30px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.student-performance-image img {
    height: 21px;
}

.up-per-circle,
.down-per-circle {
    font-size: 12px;
    line-height: normal;
    color: #333;
    font-weight: 600;
    max-width: 50%;
    height: 170px;
    max-width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
}

.up-per-circle .d-block,
.down-per-circle .d-block {
    padding-top: 7px;
    font-size: 11px;
}

.up-per-circle figure,
.down-per-circle figure {
    position: relative;
    align-self: center;
    width: 100%;
}

.up-per-circle img,
.down-per-circle img {
    width: 50px;
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.15));
}

.up-per-circle i,
.down-per-circle i {
    position: absolute;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.up-per-circle i {
    top: calc(50% + 2px);
}

.down-per-circle i {
    top: calc(50% - 2px)
}

.up-per-circle i {
    color: #4ac43b;
}

.down-per-circle i {
    color: #fd6774;
}

.cal-event-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    color: #ffffff;
    line-height: normal;
}

.calander-list-item .badge {
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 13px;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 2px;
}

.cal-event-title:hover {
    color: #fff
}

.cal-event-description {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-top: 3px;
}

.calander-item-cate {
    color: rgba(240, 240, 244, 0.8);
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-event-due-date {
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 10px;
    min-width: 145px;
}

.cal-event-test-time span {
    min-width: 100px;
}

.cal-event-datev4.cal-event-test-time {
    border-radius: 6px;
    background-color: #006bfe;
    padding: 8px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 1;
}

.cal-event-datev4 span,
.cal-event-timev4 span {
    min-width: 0px;
    margin-right: 5px;
}

.cal-event-test-time {
    margin: 3px 0px 3px 0px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
}

.cal-event-date-time {
    flex-direction: column;
}

.cal-selected-date {
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 3px;
}

.calander-list-item {
    margin: 10px;
    padding: 15px;
    background-color: #f6f7fd;
    border-radius: 10px;
    border: solid 1px #f8f9ff;
    position: relative;
}

.cal-event-scroll {
    /*max-height:340px;*/
    position: relative;
    margin: 0px 0px;
}

.cd-event-scroll {
    max-height: 340px;
}

.up-down-arrow {
    position: relative;
    top: -35px;
}

.pie-chart-div {
    height: 120px;
    width: 99%;
    overflow: hidden;
    transform: translateY(-12px);
    position: relative;
    z-index: 0;
}

.pie-chart-title {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}

.student-per-height {
    height: 170px;
}

.ft-trending-down span {
    font-size: 7px;
    position: absolute;
    bottom: -5px;
    right: 0px;
}

.ft-trending-up span {
    font-size: 7px;
    position: absolute;
    top: -6px;
    right: -2px;
}

/*
.stu-performance-tabs .nav-link {
    padding: 6px 20px !important;
    border-radius: 100px !important;
    background-color: #f4f5fa;
    color: #444;
    margin: 0px 7px 0 0;
    font-weight: 600;
    border: solid 1px #f3f4fa;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.stu-performance-tabs .nav-link.active {
    border: solid 1px transparent;
    -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .2)!important;
    box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .2)!important;
}

.stu-performance-tabs .nav-item:first-child .active {
    background-color: #00d6e1 !important;
}

.stu-performance-tabs .nav-item:last-child .active {
    background-color: #ff6576 !important;
} */

.test-assgn-tabs .nav-link {
    padding: 6px 20px !important;
    border-radius: 100px !important;
    background-color: #f4f5fa;
    color: #444;
    margin: 0px 7px 0 0;
    font-weight: 600;
    border: solid 1px #f3f4fa;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.test-assgn-tabs .nav-link.active {
    border: solid 1px transparent;
    -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .2) !important;
    box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .2) !important;
}

.stu_per_item {
    padding: 0 15px;
    /* background-color: #fbfcff;
    border: solid 1px #f8f9ff; */
    border-radius: 7px;
    margin: 0px 0px 1rem 0px;
}

.stu_per_item .media-left {
    margin-right: 10px;
}

.lcard-title {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b345f;
    text-align: left;
}

.lcard-scode {
    opacity: 0.8;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #3c4858;
}

.stu-per-code {
    line-height: normal
}

.stu_per_item .media-body .progress {
    margin: 5px auto;
    height: 3px !important;
    width: 96%;
}

.stu_per_other {
    padding: 0px 10px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 5px 13px 0 rgba(168, 186, 255, 0.13);
    border: solid 0.3px #eaf2ff;
    margin: 0px 1rem;
}

.stu_per_other_outer {
    width: calc(33.33% - 9px);
    margin: 3px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.stu_per_other_item {
    max-width: 85px;
    width: 100%;
    margin: 0 auto;
}

.stu_per_other img {
    height: 32px
}

.stu_per_other .up-per-circle,
.stu_per_other .down-per-circle {
    max-width: none;
}

.stu_per_other .up-per-circle i,
.stu_per_other .down-per-circle i {
    font-size: 13px;
}

.stu_per_badges canvas {
    pointer-events: none;
}

.stu_per-lcard {
    flex-direction: column;
    text-align: center;
}

.stu_per-lcard .avatar {
    height: 40px
}

.stu_per-lcard .avatar img {
    min-height: 40px;
    overflow: hidden;
    background-color: #edf0f7;
    display: inline-block;
    font-size: 0px;
    background-image: url(../../app-assets/images/dummy-user.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.sps-carousel-item [class*="col-"] {
    padding: 10px 0px !important
}

/* .stu-per-stu-carousel .slick-list{padding:0px!important} */

.tab-pane.active {
    animation: slide-down 1s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.stu_per_content {
    font-size: 11px !important;
    margin-top: 15px;
    font-weight: bold;
}

.stu_per_content .spc-item {
    max-width: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stu_per_content i {
    display: block;
    color: #dddfea;
    padding-bottom: 2px;
}

.activity-users-list {
    margin-top: 10px;
}

.attend_lec_name {
    color: #333;
    font-weight: 600;
}

.attend_lec_desc {
    font-size: 12px;
    line-height: normal;
    color: #999;
}

.stu_attendance_list {
    height: 400px;
}

.stu_atten_right {
    width: 75px;
    margin-left: auto
}

.stu_atten_left {
    width: calc(100% - 80px);
}

.stu_attend_item {
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(155, 122, 254, 0.05);
    margin: 10px 0px;
    width: calc(100% - 15px);
}

.test_avg_item .up-per-circle img,
.test_avg_item .down-per-circle img {
    width: 100%;
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.15));
    max-height: 110px;
    width: 85%;
}

.test_avg_item .up-per-circle i,
.test_avg_item .down-per-circle i {
    font-size: 30px;
}

.test_avg_item .ft-trending-up span {
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: -2px;
}

.avg_pass_marks {
    font-size: 30px;
    font-weight: bold;
    color: #4ac43b;
    padding: 18px !important;
    display: inline-block;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
}

.test-item-due {
    font-weight: 600;
    color: #5350bf;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.test-card-list-item {
    border: solid 1px #e4e4ea;
    padding: 10px;
    background-color: rgb(243 243 247 / 0.65);
    border-radius: 10px;
    margin: 10px 0px;
}

.test-card-list {
    max-height: 240px
}

.test_avg_graph {
    max-width: 100px
}

.tab-content>.tab-pane {
    height: 0px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.tab-content>.active {
    height: auto;
    overflow: visible;
    visibility: visible;
}

.dash-chat-scroll {
    height: calc(100vh - 391px);
    position: relative
}

.chat-body .basic-addon3 {
    cursor: pointer;
}

.new-chat-available {
    position: relative
}

.new-chat-available::after {
    content: "";
    position: absolute;
    right: 2px;
    top: -2px;
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background-color: #f76a71;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.new-unread-chat {
    font-weight: 700
}

.card.disc-main-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 1;
}

.card.disc-reply-card {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.4+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66ffffff', GradientType=0);
    /* IE6-9 */
}

.card.disc-reply-card .card-body {
    background-image: linear-gradient(rgb(244, 245, 250), rgb(255, 255, 255));
}

.card.disc-reply-card .chat-application {
    border-bottom: solid 0px #f0f1f6;
}

hr {
    border-color: #f0f1f6 !important
}

.disc-item-header i {
    font-size: 14px !important;
}

.reply-input-span .form-control {
    border-width: 0 0 1px 0;
    border-radius: 0px;
    background-color: transparent;
    padding-right: 40px;
}

.disc-item-title h6 {
    font-weight: 600;
    font-size: 14px;
}

.disc-item-title h6 a {
    color: #50515b
}

.disc-item-title p .disc-item-span {
    font-size: 12px;
    color: #999;
}

.disc-item-options .btn {
    padding: 5px;
    margin: 0px;
    font-weight: bold
}

.dash-discussion-list {
    height: 280px;
    position: relative;
}

.dash-feedback-content {
    font-size: 12px;
    line-height: normal;
    color: #666;
}

.dash-discussion-list>.ps-scrollbar-x-rail,
.dash-discussion-list>.ps-scrollbar-y-rail {
    z-index: 3;
}

.dash-rating-wrapper span i {
    font-size: 13px;
    color: #ccc;
}

.feedback-list-item {
    margin: 10px 0px;
    padding: 15px;
    background-color: #fbfcff;
    border-radius: 10px;
    border: solid 1px #f8f9ff;
}

.feedback-list-wrapper {
    position: relative;
    height: 280px;
}

.live-session-list {
    margin-top: -10px;
}

.live-session-list h6 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.live-session-list h6.coaching-list-heading {
    font-family: 'Montserrat', sans-serif;
}

.live-session-item.card {
    padding: 25px;
    border-radius: 10px;
    line-height: normal;
    margin-bottom: 15px;
    border-left: solid 5px;
}

.livesession-time {
    padding-right: 10px;
    border-right: solid 1px #e0e1e8;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 70px;
}

.livesession-date-status,
.livesession-parti-count,
.livesession-tch-details {
    margin-top: 5px;
    margin-bottom: 5px;
}

.livesession-time .lstime-span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #50515b;
}

.livesession-time span {
    font-weight: 600;
}

.livesession-parti-count,
.ls-date-span {
    white-space: nowrap;
}

.sd-tch-name,
.ls-tch-name-span,
.ls-date-span {
    font-family: 'lato', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #50515b;
    line-height: 18px;
}

.livesession-actions .btn {
    padding: 3px;
    margin: 0px 3px;
}

.ls-count-span {
    font-weight: 600;
    color: #50515b;
    padding-left: 3px;
}

.live-session-item.pastsession {
    opacity: 1;
    filter: grayscale(1);
    transition: all 0.7s;
}

.live-session-item.pastsession button:first-child {
    pointer-events: none;
}

.live-session-item.pastsession .livesession-parti-count button:first-child {
    pointer-events: auto;
}

.sessionplus30 {
    border-color: #FF7431 !important
}

.sessionbelow30 {
    border-color: #5E66E5 !important
}

.sessiontoday {
    border-color: #0FB365 !important
}

.cancelledsession {
    border-color: #F50057 !important
}

.cd-other-left span {
    font-size: 12px;
    color: #999;
    padding-top: 3px;
    display: inline-block;
    width: 100%;
}

.session-details-card h5 {
    font-family: 'lato', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 6px;
    position: relative;
}

.session-details-card h5 .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px 7px;
}

.sd-tch-img .avatar {
    width: 50px;
}

.livesession-start .btn {
    height: 30px;
    padding: 5px 15px;
}

.sd-tch-name {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600;
}

.cd-other-item {
    margin: 8px 0;
    line-height: normal
}

.cd-other-item h6 {
    font-family: 'lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1px;
    color: #50515b;
}

.font-rubik {
    font-family: 'lato', sans-serif;
}

.color-rubik {
    color: #2b345f;
}

.diss-card-list-wrapper {
    min-height: 400px;
    position: relative;
    max-height: calc(100vh - 150px);
}

.diss-card-list-wrapper .dash-dis-details {
    transition: all 0.7s;
}

/* .diss-card-list-wrapper .dash-dis-details:hover{
    transform: scale(0.9);
} */

.new-dis-avail h6 {
    display: inline-block;
    position: relative;
    width: 100%;
}

.new-dis-avail h6.font-rubik::after {
    content: "";
    position: absolute;
    right: -5px;
    top: -8px;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background-color: #f76a71;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.dash-dis-details h5 {
    font-family: 'lato', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 6px;
}

div.dds-item {
    padding: 6px 10px;
    margin: 4px;
    border: solid 1px rgba(246, 246, 251, 0.7);
    border-radius: 4px;
    max-height: 70px;
    min-width: 75px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    background-color: rgba(246, 246, 251, 0.3);
}

.dds-item .ls-count-span {
    display: inline-block;
}

.dds-item i {
    font-size: 14px !important;
}

.enrollment-list-item {
    margin-bottom: 10px;
    border-radius: 10px;
}

.dds-item .dds-title {
    margin-bottom: 3px;
}

.enrollment-card-img {
    min-width: 180px;
    max-width: 180px;
}

.enrollment-card-img .enroll-stu-course {
    line-height: 13px;
}

.enrollment-card-img .enroll-stu-bar .progress {
    height: 4px !important;
    width: 90%;
    margin: 10px auto 0 auto;
    margin-bottom: 0px;
}

.enroll-img-wrapper {
    position: relative;
    display: inline-block;
}

.enroll-user-rank {
    position: absolute;
    top: 0px;
    right: -10px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.eod-item {
    text-align: center;
    margin: 10px 5px;
    color: #38404d;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    line-height: normal;
    /* max-width: calc(25% - 10px); */
    min-width: 100px;
    background-color: #f9fcff;
    padding: 10px;
    border-radius: 10px;
    flex-grow: 1;
    border: solid 1px #f8fbff;
}

.enroll-inner-title {
    opacity: 0.7;
    font-size: 15px;
}

.enroll-inner-count {
    font-size: 18px;
    font-weight: 700;
}

.enroll-badges-list {
    margin-top: 10px;
}

.enroll-badges-list li {
    margin: 5px;
    background-color: #fff;
    padding: 6px;
    border-radius: 7px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.enroll-badges-list li img {
    height: 32px;
}

.enrollment-other-details {
    width: 90%;
    margin-left: auto;
}

.enroll-last-update-item {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 3px 10px;
    margin-top: 5px;
    background-color: rgba(244, 245, 250, 0.3);
    border-radius: 10px;
    border: solid 1px #f9f9f9;
}

.enroll-last-update-item a {
    color: #aaa;
}

.enroll-last-update-item a:hover {
    color: #777;
}

.dis-nav-tabs .nav-item .nav-link {
    border-right: solid 3px #dfe0e8;
    border-left: solid 3px transparent;
}

.dis-nav-tabs .nav-item .nav-link:hover:not(.active) {
    background-color: #fbfcff !important;
    opacity: 1;
}

.dis-nav-tabs .nav-item .nav-link.active:hover {
    opacity: 1
}

.dis-nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-right-color: #3f9ae5;
}

.dash-dis-details .card-body {
    padding: 0px;
}

.carri-short-details .progress {
    height: .3rem !important;
}

.resource-cards-wrapper .card {
    overflow: hidden
}

.resource-cards-wrapper .tags {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.resource-cards-wrapper .tags .badge {
    font-size: 10px;
    margin: 2px;
    float: left;
}

.resource-cards-wrapper .resourse-date {
    display: block;
    font-size: 11px;
    padding-top: 3px;
    color: rgba(255, 255, 255, 0.9);
}

.resource-cards-wrapper .card-text {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.resource-cards-item:hover .card-img-overlay {
    height: 100%;
}

.resourse-card-rmore {
    color: #41aff1;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    text-transform: lowercase;
}

.resourse-card-rmore:hover {
    color: #41aff1
}

.resource-cards-wrapper .card-img-overlay {
    top: unset;
    height: 64px;
    transition: all 0.7s;
}

.overlay-transparent-black {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+71,0.9+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    /* IE6-9 */
}

.resource-likes-dislikes .radio input[type="radio"] {
    display: none;
}

.resource-likes-dislikes .radio label {
    padding-left: 0;
    cursor: pointer;
}

.resource-likes-dislikes .radio label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0px;
    line-height: 20px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
}

.resource-cards-item .card-img-overlay .resource-likes-dislikes .radio label {
    color: #fff;
}

.resource-likes-dislikes .resource-like-item .radio input[type="radio"]:checked+label::before {
    content: "\f164";
    color: #4ac43b;
    font-weight: 600;
}

.resource-likes-dislikes .resource-like-item .radio input[type="radio"]+label::before {
    content: "\f164";
    color: #fff;
    font-weight: 400;
}

.resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]:checked+label::before {
    content: "\f165";
    color: #fa626b;
    font-weight: 600;
}

.resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]+label::before {
    content: "\f165";
    color: #fff;
    font-weight: 400;
}

.resource-like-item,
.resource-dislike-item {
    font-size: 12px;
    margin-right: 10px
}

.resource-cards-wrapper .normal-res-card .resourse-date,
.resource-cards-wrapper .vid-res-card .resourse-date {
    color: rgba(75, 76, 87, 0.6);
}

.resource-likes-dislikes {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.vid-res-card .cd-banner-wrapper img {
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resource-share-attach .btn {
    padding: 0px 4px;
    margin: 0px 3px;
    color: rgb(75, 76, 87);
}

.img-res-card .resource-share-attach .btn {
    color: rgba(255, 255, 255, 0.8)
}

.normal-res-card .resource-likes-dislikes label,
.normal-res-card .resource-likes-dislikes .resource-like-item .radio input[type="radio"]+label::before,
.normal-res-card .resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]+label::before,
.vid-res-card .resource-likes-dislikes label,
.vid-res-card .resource-likes-dislikes .resource-like-item .radio input[type="radio"]+label::before,
.vid-res-card .resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]+label::before {
    color: rgba(75, 76, 87, 1);
}

.normal-res-card .resource-likes-dislikes .resource-like-item .radio input[type="radio"]:checked+label::before,
.vid-res-card .resource-likes-dislikes .resource-like-item .radio input[type="radio"]:checked+label::before {
    color: #4ac43b;
}

.normal-res-card .resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]:checked+label::before,
.vid-res-card .resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]:checked+label::before {
    color: #fa626b;
}

.normal-res-card .resourse-card-rmore,
.vid-res-card .resourse-card-rmore {
    color: #333;
}

.res-share-item .dropup:hover>.dropdown-menu-right {
    display: block;
}

.title-share-item .dropdown .dropdown-menu-right i,
.res-share-item .dropup .dropdown-menu-right i {
    color: rgba(75, 76, 87, 1);
}

.res-share-item .dropup .dropdown-menu-right {
    top: 5px !important;
    overflow: hidden;
    border-radius: 100px;
    padding: 5px 10px;
    border-color: #eee;
    background-color: rgba(255, 255, 255, 0.95);
}

.resource-filter-sec .tagging .type-zone {
    height: 32px;
    width: 50px;
}

.course-activity-timeline .activity-timeline {
    margin-left: 160px;
}

.course-activity-timeline .activity-timeline li .timeline-icon {
    line-height: 36px;
}

.course-activity-timeline .activity-timeline .act-time {
    left: -190px;
    top: 0;
    font-size: 13px;
}

.timeline-ctopic {
    padding-top: 5px;
    color: #8f93a6;
    font-weight: normal !important;
    line-height: normal;
}

.text-cyan {
    color: #00bcd4 !important;
}

.course-module-list,
.course-timeline-list {
    max-height: calc(100% - 30px);
    position: relative;
    padding-right: 20px;
    margin-top: 10px;
    text-align: left;
}

.chat-img-attachment img {
    max-width: 80px;
    max-height: 80px;
}

.chat-attachment-actions {
    margin-top: 5px;
}

.chat-attachment-actions .btn {
    padding: 0 3px;
}

.chat-doc-attachment .chat-doc-download {
    margin-left: 10px;
    width: 30px
}

.chat-media-attachment .chat-media-actions .btn,
.chat-doc-attachment .chat-doc-download .btn {
    border: solid 1px #f1f1f1;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 100px;
    background-color: #f4f5fa;
}

.chat-doc-attachment .chat-doc-icon {
    width: 26px;
}

.chat-media-attachment .chat-doc-name,
.chat-doc-attachment .chat-doc-name {
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #666;
    line-height: 22px;
}

.chat-media-actions {
    margin-top: 5px;
}

.chat-media-attachment .chat-media-actions .btn {
    margin-right: 5px;
}

.chat-media-attachment .chat-doc-name {
    max-width: 150px !important;
}

.imageModal img {
    max-width: 100%
}

.imageModal .modal-body {
    padding: 10px;
}

.imageModal .close {
    position: absolute;
    top: -7px;
    color: #333;
    background-color: #fff;
    right: -7px;
    opacity: 1;
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 0px;
    border-radius: 100px;
    border: 0;
    z-index: 99;
}

.top-live-session img {
    height: 17px;
    margin-right: .5rem;
}

.unit-list-wrapper .sec-chek-wrapper {
    margin-left: 7px;
}

.acco-item.level2 input[type="checkbox"].bg-primary+.custom-control-label::before,
.acco-item-header input[type="checkbox"].bg-primary+.custom-control-label::before {
    border: solid 1px #00e6af !important;
    background-color: #ddd !important;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    filter: grayscale(1);
}

.acco-item-header .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.acco-item.level2 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0);
    opacity: 1;
}

.acco-item-header .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.acco-item.level2 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    filter: grayscale(0);
    background-color: #00e6af !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.acco-item-header .custom-checkbox .custom-control-input~.custom-control-label::after,
.acco-item.level2 .custom-checkbox .custom-control-input~.custom-control-label::after {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%236967ce\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(100);
    opacity: 0.4;
}

.recipient-list-wrapper {
    max-height: 350px;
    position: relative
}

.recipient-list-item {
    margin: 10px 0px;
    padding-right: 15px
}

.font-weight-600 {
    font-weight: 600;
}

.chat-vtabs .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    border-radius: 10px !important;
    border: 0 !important;
    margin: 1px 0px;
    padding: 10px 10px;
    font-weight: 600;
    position: relative;
}

.chat-vtabs .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: 0;
}



.chat-vtabs .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #6c95fe;
}

.chat-vtabs .nav-tabs .nav-item .nav-link small {
    display: block;
}

/* .chat-vtabs.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6967ce;
    position: absolute;
    right: -1px;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 2px);
    border-radius: 1px;
} */

.nav-tabs.sett-topbar-tabs .nav-item.show .nav-link,
.nav-tabs.sett-topbar-tabs .nav-link.active {
    color: #67a8ff;
    border-width: 0px 0px 1px 0px;
    border-color: #67a8ff;
    border-radius: 0px !important;
    background-color: transparent;
}

.nav-tabs.sett-topbar-tabs .nav-link {
    color: #96a6d9;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    padding: 0.8rem !important;
    font-size: 0.9rem !important;
}

.rubric-item {
    margin-bottom: 30px;
    background-color: rgba(244, 245, 250, 0.4);
    padding: 15px;
    border-radius: 7px;
}

.rubric-item-title {
    font-weight: 600;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 15px;
}

.rubric-form-wrapper {
    margin-top: 25px;
}

.rubric-form-wrapper .knob-input-wrapper {
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
    height: calc(100% - 15px);
    display: inline-block;
    margin-bottom: 15px;
}

.rubric-form-wrapper .knob-input-wrapper label {
    font-weight: 500;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
    line-height: normal;
    padding-bottom: 10px;
    color: #50515b;
    display: block;
}

.rubric-form-wrapper svg {
    height: 100px;
    margin: 0;
    display: block;
}

.rubric-form-wrapper circle {
    stroke: #1da1f2;
    fill: none;
    stroke-width: 0.5;
}

.rubric-form-wrapper .point {
    fill: #1da1f2;
}

.rubric-form-wrapper #test {
    stroke: red;
}

.rubric-form-wrapper text {
    dominant-baseline: central;
    text-anchor: middle;
    font-size: 8px;
    pointer-events: none;
    fill: #fff;
}

.rubric-form-wrapper svg text::selection {
    background: none;
}

.rubric-form-wrapper input[type="range"] {
    width: 24%;
    margin: auto;
    pointer-events: auto;
}

.rubric-form-wrapper input[type="range"]:focus {
    outline: none;
}

.rubric-form-wrapper input[type="range"],
.rubric-form-wrapper input[type="range"]::-webkit-slider-runnable-track,
.rubric-form-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.rubric-form-wrapper input[type="range"]::-webkit-slider-thumb {
    background-color: #1da1f2;
    width: 20px;
    height: 20px;
    border: 3px solid #333;
    border-radius: 50%;
    margin-top: -9px;
}

.rubric-form-wrapper input[type="range"]::-moz-range-thumb {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border: 3px solid #333;
    border-radius: 50%;
}

.rubric-form-wrapper input[type="range"]::-ms-thumb {
    background-color: #1da1f2;
    width: 20px;
    height: 20px;
    border: 3px solid #333;
    border-radius: 50%;
}

.rubric-form-wrapper input[type="range"]::-webkit-slider-runnable-track {
    background-color: #1da1f2;
    height: 3px;
}

.rubric-form-wrapper input[type="range"]:focus::-webkit-slider-runnable-track {
    outline: none;
}

.rubric-form-wrapper input[type="range"]::-moz-range-track {
    background-color: #1da1f2;
    height: 3px;
}

.rubric-form-wrapper input[type="range"]::-ms-track {
    background-color: #1da1f2;
    height: 3px;
}

.rubric-form-wrapper input[type="range"]::-ms-fill-lower {
    background-color: #1da1f2;
}

.rubric-form-wrapper input[type="range"]::-ms-fill-upper {
    background-color: #1da1f2;
}

@media only screen and (max-width: 480px) {
    .rubric-form-wrapper #cont input {
        position: static;
        display: block;
        width: 50%;
        margin: 0 auto;
    }
}

.certificate-preview-outline {
    border: solid 1px rgba(236, 237, 244, 0.5);
    background-color: rgba(248, 249, 255, 0.3);
    margin: 20px 0px;
    padding: 30px;
    border-radius: 13px;
}

.certificate-preview-wrapper img {
    width: 800px;
}

.certificate-preview-wrapper figure {
    width: 800px;
    padding: 0px;
    margin: 0px auto;
    transition: all 0.7s;
}

.certificate-no-wrapper {
    position: absolute;
    right: 100px;
    top: 115px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.certificate-message-div {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    margin: auto;
    min-width: 60%;
}

.certificate-date-wrapper {
    position: absolute;
    left: 100px;
    bottom: 100px;
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.certificate-date-wrapper span {
    display: block
}

.certificate-sign-wrapper img {
    width: auto;
    height: 50px;
}

.certificate-sign-wrapper {
    right: 100px;
    position: absolute;
    bottom: 100px;
}

.text-gold {
    color: #D5B12D !important
}

.create-certificate-form .form-control {
    padding: 7px;
    text-align: center;
}

.certificate-sg-info-view:after,
.certificate-sg-info-view:after,
.certificate-dt-info-view:after,
.certificate-msg-info-view:after,
.certificate-no-info-view::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: calc(100% + 60px);
    transition: all 0.7s;
}

.certificate-no-info-view:after {
    border-top: solid 20px rgba(251, 255, 0, 0.3);
    border-right: solid 20px rgba(251, 255, 0, 0.3);
}

.certificate-sg-info-view:after {
    border-right: solid 20px rgba(251, 255, 0, 0.3);
    border-bottom: solid 20px rgba(251, 255, 0, 0.3);
    height: calc(100% + 60px);
}

.certificate-dt-info-view:after {
    border-left: solid 20px rgba(251, 255, 0, 0.3);
    border-bottom: solid 20px rgba(251, 255, 0, 0.3);
    height: calc(100% + 60px);
}

.certificate-msg-info-view:after {
    border-top: solid 20px rgba(251, 255, 0, 0.3);
    border-bottom: solid 20px rgba(251, 255, 0, 0.3);
    height: calc(100% + 60px);
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.certificate-thumb img {
    height: 100px;
    margin-top: 10px;
}

.sign-thumb img {
    height: 50px;
    margin-top: 10px;
}

.course-cms-section {
    padding-bottom: 30px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 30px;
}

.course-cms-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.mb-05 {
    margin-bottom: 5px
}

.course-cms-section .custom-checkbox .custom-control-label::before,
.course-cms-section .custom-checkbox .custom-control-label::after {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.resource-details-wrapper .resourse-date {
    display: block;
    font-size: 11px;
    padding-top: 3px;
    color: rgba(75, 76, 87, 0.6);
}

.resource-details-headerL {
    padding-right: 10px;
}

.resource-details-headerR {
    white-space: nowrap;
}

.rdh-title {
    margin-left: 8px;
    font-weight: 600;
}

.rdh-img {
    padding-left: 5px;
}

.rd-tags-wrapper {
    margin-top: 10px;
}

.resource-media-wrapper {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.resource-media-wrapper img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
}

.title-share-item .dropdown .dropdown-menu {
    top: 5px !important;
    overflow: hidden;
    border-radius: 100px;
    padding: 5px 10px;
    border-color: #eee;
    background-color: rgba(255, 255, 255, 0.95);
}

.title-share-item .btn {
    padding: 0px 4px;
    margin: 0px 3px;
    color: rgb(75, 76, 87);
}

.title-share-item .dropdown:hover>.dropdown-menu {
    display: block;
    ;
    top: -2px !important;
}

.resource-details-wrapper .resource-like-item,
.resource-details-wrapper .resource-dislike-item {
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    padding: 5px 10px;
    background-color: #fbfbfb;
}

.resource-details-wrapper .resource-like-item .radio input[type="radio"]+label::before,
.resource-details-wrapper .resource-dislike-item .radio input[type="radio"]+label::before {
    color: rgba(75, 76, 87, 1);
}

.resource-details-wrapper .resource-likes-dislikes .radio label {
    margin: 0px;
    color: rgba(75, 76, 87, 1)
}

.resource-attachment-list {
    margin-bottom: 15px;
    display: flex;
    padding-top: 5px;
    flex-wrap: wrap;
}

.resource-attch-item {
    text-align: left;
    position: relative;
    padding: 4px 10px;
    margin: 0 20px 10px 0;
    color: #1f1e1e;
    background-color: #f9fbfd;
    border: solid 1px #eee;
    border-radius: 5px;
    display: inline-block;
}

.resource-attch-item .res-doc-icon {
    width: 26px;
}

.resource-attch-item .res-doc-name {
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    line-height: 22px;
}

.resource-attch-item .res-doc-name a {
    color: #666;
}

.resource-attch-item .res-doc-download {
    margin-left: 10px;
    width: 30px;
}

.resource-attch-item .res-doc-download .btn {
    border: solid 1px #f1f1f1;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 100px;
    background-color: #f4f5fa;
}

.res-comments-item .media-body .card-title {
    font-size: 13px;
}

.res-comments-item {
    background-color: rgba(244, 245, 250, 0.3);
    padding: 15px;
    border-radius: 7px;
    border: solid 1px rgba(244, 245, 250, 0.7);
    margin: 5px 0px;
}

.res-comments-item p {
    color: #666;
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

.res-comments-item .res-reply-btn-wrapper {
    border-left: solid 1px rgba(244, 245, 250, 0.9)
}

.res-reply-list-item {
    margin: 10px 0px;
    background-color: #fff;
    padding: 10px 1rem;
    border-radius: 7px;
}

.res-reply-list {
    max-height: 300px;
    position: relative
}

.res-comments-list {
    max-height: 500px;
    position: relative
}

.res-rel-item .tags {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.res-rel-item .tags .badge {
    font-size: 10px;
    margin: 2px;
    float: left;
}

.res-rel-item .resourse-date {
    display: block;
    font-size: 11px;
    padding-top: 3px;
    color: rgba(75, 76, 87, 0.6);
}

.res-rel-item .card-text {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.res-rel-item .resource-likes-dislikes label,
.res-rel-item .resource-likes-dislikes label::before {
    margin: 0px;
    color: rgba(75, 76, 87, 1) !important;
}

.res-rel-item .resource-likes-dislikes .resource-like-item .radio input[type="radio"]:checked+label::before {
    color: #4ac43b !important;
}

.res-rel-item .resource-likes-dislikes .resource-dislike-item .radio input[type="radio"]:checked+label::before {
    color: #fa626b !important;
}

.res-rel-item-list {
    max-height: 400px;
    position: relative;
}

.res-rel-item {
    margin: 10px 0;
    padding: 10px;
    background-color: #fbfcff;
    border-radius: 10px;
    border: solid 1px #f8f9ff;
}

.dash-topbar-tabs {
    width: calc(100% - 365px);
    flex-wrap: nowrap;
    white-space: nowrap;
}

.unit-list-item .sec-chek-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bootstrap-select .btn.dropdown-toggle {
    background-color: #fff !important;
    border-color: #cacfe7 !important;
    padding-top: 5px;
    height: 42px;
    padding-left: 1.5rem;
    line-height: 28px;
}

.certificate-preview-wrapper .ps-scrollbar-x-rail {
    top: 3px !important;
    height: 4px !important;
}

.icon-arrow-left.pignose-calendar-top-icon:before {
    content: "\f111" !important;
    font-family: "LineAwesome" !important
}

.icon-arrow-right.pignose-calendar-top-icon:before {
    content: "\f112" !important;
    font-family: "LineAwesome" !important
}

.Analytics-donut-chart-up .ct-label,
#Analytics-donut-chart-up .ct-label {
    font-size: 30px;
    font-weight: 700;
    text-anchor: middle;
    alignment-baseline: middle;
    fill: rgb(229, 255, 238);
    transform: rotate(-65deg) translate(-65px, 30px);
    /* transform: translatey(8px); */
    line-height: 1;
}

.Analytics-donut-chart-up .ct-slice-donut-solid,
#Analytics-donut-chart-up .ct-slice-donut-solid {
    fill: url(#donutGradient2);
}

.Analytics-donut-chart .ct-label,
#Analytics-donut-chart .ct-label {
    font-size: 30px;
    font-weight: 700;
    text-anchor: middle;
    alignment-baseline: middle;
    /* transform: rotate(-65deg) translate(-65px,30px); */
    transform: translatey(8px);
    line-height: 1;
    fill: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

.Analytics-donut-chart .ct-slice-donut-solid,
#Analytics-donut-chart .ct-slice-donut-solid {
    fill: url(#donutGradient1);
}

.bg-hexagons-success {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'26\' viewBox=\'0 0 32 26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z\' fill=\'%23fff\' fill-opacity=\'0.2\' fill-rule=\'evenodd\'/%3E%3C/svg%3E');
}

.resource-image-preview {
    position: relative;
    margin: 5px;
    display: inline-block;
}

.resource-image-preview video {
    pointer-events: none;
    width: 100px;
    object-fit: fill;
}

.resource-image-preview video,
.resource-image-preview img {
    /* height: 80px;
    border-radius: 5px; */
    max-height: 80px;
    border-radius: 5px;
    width: auto;
    max-width: 120px;
    height: auto;
}

.del-resource-preview {
    position: absolute;
    right: 3px;
    padding: 0px;
    background-color: #fa626b;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    top: 3px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.del-resource-preview:hover {
    background-color: #ec555f;
    color: #fff;
}

.preimageModal .close {
    position: absolute;
    top: -7px;
    color: #333;
    background-color: #fff;
    right: -7px;
    opacity: 1;
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 0px;
    border-radius: 100px;
    border: 0;
    z-index: 99;
}

.preimageModal .modal-body {
    padding: 0px
}

.preimageModal .modal-body img {
    width: 100%;
}

.del-resource-attach {
    padding: 0px;
    background-color: #fa626b;
    height: 17px;
    width: 17px;
    border-radius: 4px;
    color: #fff;
    margin-left: 3px;
}

.del-resource-attach:hover {
    background-color: #ec555f;
    color: #fff;
}

.course-main-sub {
    display: block;
    font-size: 12px;
    color: #ccc;
    position: relative;
    top: -4px;
}

.course-list-status {
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid 2px rgba(255, 255, 255, 0.3);
    line-height: normal;
    z-index: 2;
    padding: 3px 5px;
}

.cd-banner-wrapper {
    min-height: 160px;
    /* background-image: url(../../app-assets/images/online-course-banner.jpg); */
    background-size: cover;
    height: 200px;
    overflow: hidden;
    margin: 7px;
}

.cd-banner-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 133, 253, 0.3);
    z-index: 0;
    background: -moz-linear-gradient(40deg, rgba(92, 133, 253, 0.0) 0%, rgba(92, 133, 253, 0.1) 100%);
    background: -webkit-linear-gradient(40deg, rgba(92, 133, 253, 0.0) 0%, rgba(92, 133, 253, 0.1) 100%);
    background: linear-gradient(40deg, rgba(92, 133, 253, 0.0) 0%, rgba(92, 133, 253, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.course-details-box {
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}

.course-details-box .cd-box-item {
    padding: 0;
    margin: 1px 0;
    display: flex;
    font-size: 13px;
    text-align: left;
    color: #666;
    font-weight: 600;
}

.course-details-box .cd-box-item:last-child {
    border: 0;
}

.course-details-box label {
    display: block;
    margin-bottom: 4px;
    min-width: 25px;
    font-weight: 600;
    color: #9ca0b4;
}

.course-details-box span {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.cd-action-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    padding: 0 15px 10px 1rem;
}

.cd-action-wrapper .cd-edit-delete .btn {
    padding: 3px 4px;
    margin: 0px 3px;
    color: rgb(79, 81, 91);
    min-width: auto;
    border-radius: 3px;
    background-color: #ffffff;
    line-height: 14px;
    opacity: 0.5;
}

.cd-action-wrapper .cd-edit-delete .btn:hover {
    box-shadow: 0 2px 3px 0 rgba(68, 96, 174, 0.09);
    border: solid 0.3px #eff1fb;
}

.cd-action-wrapper .cd-edit-delete .dropdown-menu .btn {
    opacity: 1 !important;
}

.cd-action-wrapper .cd-edit-delete .dropdown-menu .btn:hover {
    box-shadow: none;
    border-color: transparent;
    opacity: 0.9;
}

.cd-action-wrapper .cd-edit-delete .btn:hover {
    opacity: 1 !important
}

.cd-action-wrapper .cd-edit-delete .cd-edit-item .btn {
    color: #509aff
}

.cd-action-wrapper .cd-edit-delete .cl-share-item .btn {
    color: #3b53ad;
}

.cd-action-wrapper .cd-edit-delete .cd-del-item .btn {
    color: #3b53ad;
}

.cd-cards-list .card {
    overflow: hidden;
    height: calc(100% - 30px);
}

.cd-cards-item .card-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: absolute;
    padding: 15px;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    z-index: 1;
}

.cd-cards-list .tags {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.cd-cards-list .tags .badge {
    font-size: 10px;
    margin: 2px;
    float: left;
    padding: 5px 10px;
}

.cd-cards-list .tags .badge:nth-child(4n+1) {
    background-color: #8dc7ff
}

.cd-cards-list .tags .badge:nth-child(4n+2) {
    background-color: #ffd480
}

.cd-cards-list .tags .badge:nth-child(4n+3) {
    background-color: #6dddbf
}

.cd-cards-list .tags .badge:nth-child(4n+4) {
    background-color: #74d5f9
}

.cd-cards-list .resourse-date {
    display: block;
    font-size: 11px;
    padding-top: 3px;
    color: rgba(255, 255, 255, 0.9);
}

.cd-cards-list .card-text {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cd-cards-list .card-img-overlay {
    top: unset;
    height: 95px;
    transition: all 0.7s;
}

.cd-cards-item:hover .card-img-overlay {
    height: 100%;
}

.cd-cards-item .card .card-title {
    font-size: 1rem;
}

.course-status-dot {
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #00d182;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border: solid 1px rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.course-status-dot.span-disabled {
    background-color: #ddd;
}

.course-status-dot.span-disabled:after {
    color: #999;
}

.course-status-dot::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 100px;
}

.cl-short-desc p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cl-star-rating i {
    color: rgba(227, 227, 227, 0.9);
    font-size: 13px !important;
    line-height: normal;
    margin: 0px 1px;
}

.cl-star-count {
    margin-left: 5px;
    font-size: 11px;
    color: rgba(202, 202, 202, 0.9);
}

.cl-share-item .dropup:hover>.dropdown-menu {
    display: block;
}

.cl-share-item .dropup .dropdown-menu i {
    color: rgba(75, 76, 87, 1);
}

.cl-share-item .dropup .dropdown-menu {
    top: 4px !important;
    overflow: hidden;
    border-radius: 100px;
    padding: 5px 10px;
    border-color: #eee;
    background-color: rgba(255, 255, 255, 0.95);
}

.cl-c-code {
    position: relative;
    top: -4px;
}

.cl-play-wrapper .btn {
    min-width: 90px;
}

.cl-play-wrapper .btn .fa-play {
    font-size: 10px;
}

.cl-play-wrapper {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0px 20px;
    width: 100%;
    text-align: right;
}

.cd-cards-item .card-body {
    padding-bottom: 65px;
}

.cl-lavel-wrapper {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    /* border: solid 1px rgba(255,255,255,0.04); */
    padding: 2px 10px;
    border-radius: 10px;
    /* background-color: rgba(255,255,255,0.05); */
    font-weight: 600;
}

.enrollment-card-badges {
    max-width: none;
    width: 100%;
    margin-top: 7px;
    padding-top: 0px;
    box-shadow: none;
    border-width: 1px 0px 0px 0px;
    margin-bottom: 0;
    border-radius: 0;
}

.enrollment-card-badges .enroll-inner-title,
.enrollment-card-badges .enroll-inner-count {
    display: inline-block !important;
}

.mob-top-tabs .btn-outline-white {
    padding: 8px 10px;
    font-size: 13px;
    color: #fff !important;
    min-width: 190px
}

.mob-top-tabs .btn-outline-white:hover {
    color: #333 !important;
}

.mob-top-tabs .dropdown-item {
    min-width: 150px;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 10px;
    border-bottom: solid 1px #f9f9f9;
}

.mob-top-tabs .dropdown-item:last-child {
    border: 0;
}



@media only screen and (min-width: 1421px) {
    .dash-topbar-tabs {
        display: flex;
    }

    .mob-top-tabs {
        display: none
    }

    .dash-analytics-sectionright {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1420px) {
    .dash-topbar-tabs {
        display: none;
    }

    .mob-top-tabs {
        display: inline-block;
        width: calc(100% -350px)
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#chat_diss_content1 .nav-vertical.chat-vtabs .nav-item p {
    font-size: 80%;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
}

.cd-leaderboard-list-item {
    margin: 6px 0px
}

.cd-recent-module {
    margin-top: 15px;
}

.cdr-vpreview {
    position: relative;
    width: 90px;
    height: 60px;
    overflow: hidden;
    border: solid 2px #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-right: 10px;
}

.cdr-vpreview img {
    min-width: 100%;
    min-height: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.cdr-vpreview a::after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: rgba(95, 121, 215, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 2px #fff;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 11px;
}

/* .user-qualification-table {
    font-size: 11px;
} */

.lsr-list {
    max-height: 500px
}

.card {
    border-radius: 1rem;
}

.card .card-header {
    overflow: visible;
    border-radius: 1rem;
}

.form-control {
    border-radius: 0.4rem;
}

/* Player */

.list-vid-title,
.audio_player h1 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

.audio_player {
    color: #666;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: rgba(243, 244, 249, 1);
    border-radius: 0.25em;
    padding: 0px 1rem;
}

.audio_player .album {
    position: relative;
    left: 50%;
    width: 12em;
    height: 12em;
    margin-bottom: -30px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    background-color: #111;
    border: 1px solid #111;
    border-radius: 50%;
    box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.5), 0 0 0.125em 0.3125em #ddd, 0 0.0625em 0 0.375em #bbb, 0 0 0.375em 0.325em rgba(0, 0, 0, 0.3), 0 0 0.5em 0.375em rgba(0, 0, 0, 0.3), 0 0.25em 1em 0.5em rgba(0, 0, 0, 0.15), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.5), inset 0 0 0 0.1875em rgba(255, 255, 255, 1), inset 0 0 0 0.375em rgba(0, 0, 0, 0.5), inset 0 0 0 0.4375em rgba(255, 255, 255, 0.2), inset 0 0 0 0.5em rgba(0, 0, 0, 0.5), inset 0 0 0 0.5625em rgba(255, 255, 255, 0.3), inset 0 0 0 0.625em rgba(0, 0, 0, 0.5), inset 0 0 0 0.6875em rgba(255, 255, 255, 0.2), inset 0 0 0 0.75em rgba(0, 0, 0, 0.5), inset 0 0 0 0.8125em rgba(255, 255, 255, 0.3), inset 0 0 0 0.875em rgba(0, 0, 0, 0.5), inset 0 0 0 0.9375em rgba(255, 255, 255, 0.3), inset 0 0 0 1em rgba(0, 0, 0, 0.5), inset 0 0 0 1.0625em rgba(255, 255, 255, 0.2), inset 0 0 0 1.125em rgba(0, 0, 0, 0.5), inset 0 0 0 1.1875em rgba(255, 255, 255, 0.3), inset 0 0 0 1.25em rgba(0, 0, 0, 0.5), inset 0 0 0 1.3125em rgba(255, 255, 255, 0.2), inset 0 0 0 1.375em rgba(255, 255, 255, 0.2), inset 0 0 0 1.4375em rgba(0, 0, 0, 0.5), inset 0 0 0 1.5em rgba(255, 255, 255, 0.3), inset 0 0 0 1.5625em rgba(0, 0, 0, 0.5), inset 0 0 0 1.625em rgba(255, 255, 255, 0.3), inset 0 0 0 1.6875em rgba(0, 0, 0, 0.5), inset 0 0 0 1.75em rgba(255, 255, 255, 0.2), inset 0 0 0 1.8125em rgba(0, 0, 0, 0.5), inset 0 0 0 1.875em rgba(255, 255, 255, 0.2), inset 0 0 0 1.9375em rgba(0, 0, 0, 0.5), inset 0 0 0 2em rgba(255, 255, 255, 0.3), inset 0 0 0 2.0625em rgba(0, 0, 0, 0.5), inset 0 0 0 2.125em rgba(0, 0, 0, 0.5), inset 0 0 0 2.1875em rgba(255, 255, 255, 0.1), inset 0 0 0 2.25em rgba(0, 0, 0, 0.5), inset 0 0 0 2.3125em rgba(255, 255, 255, 0.2), inset 0 0 0 2.375em rgba(255, 255, 255, 0.1), inset 0 0 0 2.4375em rgba(0, 0, 0, 0.5), inset 0 0 0 2.5em rgba(255, 255, 255, 0.3), inset 0 0 0 2.5625em rgba(0, 0, 0, 0.5), inset 0 0 0 2.625em rgba(255, 255, 255, 0.2), inset 0 0 0 2.6875em rgba(0, 0, 0, 0.5), inset 0 0 0 2.75em rgba(255, 255, 255, 0.2), inset 0 0 0 2.8125em rgba(0, 0, 0, 0.5), inset 0 0 0 2.875em rgba(255, 255, 255, 0.2), inset 0 0 0 2.9375em rgba(0, 0, 0, 0.5), inset 0 0 0 3em rgba(255, 255, 255, 0.3), inset 0 0 0 3.0625em rgba(0, 0, 0, 0.5), inset 0 0 0 3.125em rgba(0, 0, 0, 0.5), inset 0 0 0 3.1875em rgba(255, 255, 255, 0.2), inset 0 0 0 3.25em rgba(0, 0, 0, 0.5), inset 0 0 0 3.3125em rgba(255, 255, 255, 0.2), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.4375em rgba(0, 0, 0, 0.5), inset 0 0 0 3.5em rgba(255, 255, 255, 0.3);
}

.audio_player .album::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0) 70%), linear-gradient(-48deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0) 55%), linear-gradient(-42deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0) 55%), radial-gradient(circle at top left, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%);
}

.audio_player .cover,
.audio_player .cover div {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 6em;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
    border-radius: 50%;
    -webkit-animation: spin 4s linear infinite paused;
    animation: spin 4s linear infinite paused;
}

.audio_player .ffing .cover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.audio_player .cover div {
    border-radius: 0;
    animation: spin 2s linear infinite reverse paused;
}

.audio_player .rwing .cover div {
    animation: spin 2s linear infinite reverse running;
}

.audio_player .cover::before,
.audio_player .cover::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: inset 0 0.0625em rgba(255, 255, 255, 0.3);
    animation: spin 4s linear infinite reverse paused;
}

.audio_player .cover::after {
    width: 0.25em;
    height: 0.3125em;
    margin-top: -0.0625em;
    /* background-color: #eee; */
    border-radius: 0.125em;
    box-shadow: inset 0 -0.0625em 0.0625em rgba(0, 0, 0, 0.5), inset 0.0625em -0.0625em 0.125em rgba(255, 255, 255, 0.15), inset -0.0625em -0.0625em 0.125em rgba(255, 255, 255, 0.15), inset 0 -0.125em 0.125em rgba(0, 0, 0, 0.8), 0 0.0625em 0.0625em rgba(0, 0, 0, 0.5), 0 0.0625em 0.25em 0.0625em rgba(0, 0, 0, 0.15), 0 0 0.25em 0.125em rgba(0, 0, 0, 0.15);
}

.audio_player .ffing .cover::before,
.audio_player .ffing .cover::after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.audio_player .cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
    -webkit-animation: spin 4s linear infinite paused;
    animation: spin 4s linear infinite paused;
}

.audio_player.paused .cover img {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.audio_player.playing .cover img {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.audio_player .info {
    text-align: center;
    text-shadow: 0 0.0625em rgba(255, 255, 255, 1);
    color: #555 !important;
}

.audio_player .time {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
}

.audio_player .time>* {
    margin: 0 0.5em;
}

.audio_player .progress {
    -webkit-box-flex: 2;
    flex-grow: 2;
    height: 5px;
    background-color: #dfdfdd;
    box-shadow: 0 0.0625em rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
    overflow: visible
}

.audio_player .progress span {
    display: block;
    width: 0;
    height: 100%;
    background-color: #38c0f9;
    position: relative;
}

.audio_player .progress span::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.audio_player .actions {
    position: absolute;
    width: 100%;
    padding: 1em 15px 0.5em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    left: 0;
    bottom: 10px;
}

.audio_player button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
    padding: 0;
    font-size: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.audio_player .button {
    width: 3em;
    height: 3em;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f6f6f6));
    background-image: linear-gradient(#ddd, #f6f6f6);
    border: none;
    border-radius: 50%;
}

.audio_player .button::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    border: 0.125em solid #d5d5d5;
    border-radius: 50%;
    box-shadow: inset 0 0.25em 1em -0.25em rgba(255, 255, 255, 0.75);
}

.audio_player .button:hover::before {
    background-color: #fcfcfc;
}

.audio_player .play-pause {
    width: 4em;
    height: 4em;
}

.audio_player .rw {
    /* right: -0.25em; */
    right: 0.1em;
    margin-left: 0.375em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.audio_player .ff {
    /* left: -0.25em; */
    left: 0.1em;
    margin-right: 0.375em;
}

.audio_player .button .arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.audio_player .button .arrow::before,
.audio_player .button .arrow::after {
    content: '';
    position: absolute;
    left: -50%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2, 0.7) rotate(45deg);
    transform: scale(1.2, 0.7) rotate(45deg);
    background-color: #ddd;
    box-shadow: inset 0 0.125em 0.125em -0.0625em rgba(0, 0, 0, 0.15), 0.0625em 0.0625em 0.125em rgba(255, 255, 255, 1);
}

.audio_player .button .arrow::after {
    left: 0;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    box-shadow: inset 0.0625em 0 0.125em -0.0625em rgba(0, 0, 0, 0.1);
}

.audio_player.paused .play-pause .arrow {
    margin-left: 0.1875em;
}

.audio_player.playing .play-pause .arrow::before,
.audio_player.playing .play-pause .arrow::after {
    left: 0;
    width: 0.4375em;
    -webkit-transform: none;
    transform: none;
    background-color: #ddd;
    box-shadow: inset 0.0625em 0.125em 0.125em -0.0625em rgba(0, 0, 0, 0.15), 0.0625em 0.0625em 0.125em rgba(255, 255, 255, 1);
}

.audio_player.playing .play-pause .arrow::after {
    left: auto;
    right: 0;
}

.audio_player .rw .arrow,
.audio_player .ff .arrow {
    width: 20%;
    height: 20%;
    margin-left: 12%;
}

.audio_player .rw .arrow:first-child,
.audio_player .ff .arrow:first-child {
    margin-left: -4%;
}

.audio_player .button:active .arrow::before,
.audio_player.playing .play-pause .arrow::before,
.audio_player.playing .play-pause .arrow::after {
    background-color: #cef;
}

.audio_player .shuffle {
    width: 1.375em;
    height: 1.375em;
    color: #d5d5d5;
}

.audio_player .shuffle .arrow {
    position: absolute;
    top: 0.1875em;
    left: 0;
    width: 0.375em;
    height: 0.125em;
    color: inherit;
    background-color: currentColor;
}

.audio_player .shuffle .arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 0.125em);
    width: 0.5em;
    height: 1em;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-bottom: 0.125em solid;
    border-left: 0.125em solid;
    box-shadow: -0.3125em 0em 0 -0.1875em #eee, inset 0.375em 0.25em 0 -0.25em #eee;
}

.audio_player .shuffle .arrow::after {
    content: '';
    position: absolute;
    top: 0.6875em;
    left: calc(100% + 0.625em);
    border: 0.25em solid transparent;
    border-left-width: 0.375em;
    border-left-color: currentColor;
}

.audio_player .shuffle .arrow:first-child {
    -webkit-transform-origin: 0 0.5em;
    transform-origin: 0 0.5em;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.audio_player .repeat {
    width: 1.375em;
    height: 1.375em;
    color: #d5d5d5;
    border: 0.125em solid;
    border-right-color: transparent;
    border-radius: 50%;
}

.audio_player .repeat::before {
    content: '';
    position: absolute;
    top: -0.125em;
    left: -0.125em;
    width: calc(100% + 0.25em);
    height: calc(100% + 0.25em);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 0.125em solid transparent;
    border-right-color: currentColor;
    border-radius: 50%;
}

.audio_player .repeat::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.3125em;
    border: 0.25em solid transparent;
    border-top-width: 0.375em;
    border-top-color: currentColor;
}

.audio_player .shuffle.active,
.audio_player .repeat.active {
    color: #bde;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.audio_player .list-vid-tags {
    display: inline-block;
    margin: 2px auto 2px auto;
    color: rgb(92, 83, 83);
    font-size: 12px;
}

.login-card-wrapper input {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #dbcfe8;
}

.login-card-wrapper .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #dbcfe8;
}

.login-card-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 600;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9) !important
}

.login-card-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 80%;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(15%, 10%);
    z-index: -1;
}

.login-card-wrapper .card-subtitle {
    border-top: solid 1px rgba(0, 0, 0, 0.1)
}

.login-card-wrapper .card-header {
    overflow: visible !important
}

.login-content-body {
    min-height: calc(100vh - 55px);
}

.down-asign-span .btn-sm {
    padding: 6px;
}

.dash-posts-wrapper .card .card-header {
    overflow: visible
}

.btn-secondary,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-light,
.btn-dark {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.template-setting-item {
    margin-bottom: 20px;
    max-width: calc(100% - 20px)
}

.temp-layout-radio .custom-radio {
    margin-right: 20px;
    padding-left: 1.5rem;
}

.temp-layout-radio .custom-control-label::after,
.temp-layout-radio .custom-control-label::before {
    left: -1.5rem;
}

.del-recording {
    position: absolute;
    right: 5px;
    padding: 0px;
    background-color: #fa626b;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    top: 6px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.recording-item-card {
    height: calc(100% - 30px);
    padding-bottom: 100px;
    position: relative;
}

.recording-item-card video {
    height: 180px;
    background-color: #000;
}

.recording-item-card .plyr--full-ui.plyr--video .plyr__control--overlaid,
.recording-item-card .plyr__menu {
    display: none !important
}

.recording-item-card .plyr__volume [data-plyr="volume"] {
    display: none !important
}

.share-list-sec .recipientsCheckboxWrapper .custom-control {
    padding: 0;
}

.share-list-sec .recipientsCheckboxWrapper .custom-control input {
    margin-right: 1rem;
}

.share-list-sec .recipientsCheckboxWrapper .custom-control label {
    margin-bottom: 0;
}

#LoadRecipientsAcTypes.nav-tabs .nav-item .nav-link .badge {
    margin-left: 5px
}

.plyr__video-wrapper,
.plyr--video {
    background-color: transparent !important;
    border-radius: 13px;
}

.recor-vid-cus-action {
    padding: 1em 15px 0.5em;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.recor-vid-cus-action .btn.btn-success {
    width: 4em;
    height: 4em;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f6f6f6));
    background-image: linear-gradient(#ddd, #f6f6f6);
    border: none;
    border-radius: 50%;
    position: relative;
    padding: 0;
    line-height: 40px;
}

.recor-vid-cus-action .btn.btn-success::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    border: 0.125em solid #d5d5d5;
    border-radius: 50%;
    box-shadow: inset 0 0.25em 1em -0.25em rgba(255, 255, 255, 0.75);
}

.recor-vid-cus-action .btn.btn-success:hover::before,
.recor-vid-cus-action .btn.btn-success:hover::after {
    background-color: #fff !important;
}

.recor-vid-cus-action .btn.btn-success.js-play i {
    font-size: 16px;
}

.recor-vid-cus-action .btn.btn-success.js-pause,
.recor-vid-cus-action .btn.btn-success.btn-sm,
.recor-vid-cus-action .btn.btn-success.js-pause,
.recor-vid-cus-action .btn.btn-success.js-stop {
    width: 3em;
    height: 3em;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f6f6f6));
    background-image: linear-gradient(#ddd, #f6f6f6);
    border: none;
    border-radius: 50%;
    position: relative;
    padding: 0;
    line-height: 40px;
}

.recor-vid-cus-action .btn.btn-success.js-pause::before,
.recor-vid-cus-action .btn.btn-success.js-stop::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    border: 0.125em solid #d5d5d5;
    border-radius: 50%;
    box-shadow: inset 0 0.25em 1em -0.25em rgba(255, 255, 255, 0.75);
}

.recor-vid-cus-action .btn.btn-success:focus,
.recor-vid-cus-action .btn.btn-success:hover {
    box-shadow: none !important;
}

.recor-vid-cus-action .btn.btn-success i {
    color: #dbdbdb;
    font-size: 13px;
    position: relative;
    z-index: 3;
    text-shadow: 0px -1px 0px #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recording-item-video .list-vid-time.vid-dis-item {
    position: absolute;
    top: 5px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    left: 10px;
    padding-left: 0;
}

.recording-item-video .plyr__volume {
    max-width: 30px !important;
}

.recording-item-video .plyr__control[data-plyr="play"] {
    display: none !important;
}

.album-wrapper {
    min-height: 125px;
}

/* .floating{
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(-20px, 5px);}
    to {-webkit-transform: translate(0, -0px);    }
}

@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(-20px, 5px);}
    to {-moz-transform: translate(0, -0px);}
} */


.loader-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    /* background-image: linear-gradient(to right, #9f78ff, #32cafe); */
    min-height: 100vh;
    z-index: 99999;
}

.loader {
    height: 120px;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
}

.loader img {
    width: 100%
}

/*
.loader span {
    animation: load 4s ease-in-out infinite;
    background: white;
    display: block;
    height: 12px;
    opacity: 0;
    position: absolute;
    width: 12px;
}

.loader span.block-1 {
    animation-delay: 0.92s;
    left: 0px;
    top: 0px;
}

.loader span.block-2 {
    animation-delay: 0.84s;
    left: 16px;
    top: 0px;
}

.loader span.block-3 {
    animation-delay: 0.76s;
    left: 32px;
    top: 0px;
}

.loader span.block-4 {
    animation-delay: 0.68s;
    left: 48px;
    top: 0px;
}

.loader span.block-5 {
    animation-delay: 0.6s;
    left: 0px;
    top: 16px;
}

.loader span.block-6 {
    animation-delay: 0.52s;
    left: 16px;
    top: 16px;
}

.loader span.block-7 {
    animation-delay: 0.44s;
    left: 32px;
    top: 16px;
}

.loader span.block-8 {
    animation-delay: 0.36s;
    left: 48px;
    top: 16px;
}

.loader span.block-9 {
    animation-delay: 0.28s;
    left: 0px;
    top: 32px;
}

.loader span.block-10 {
    animation-delay: 0.2s;
    left: 16px;
    top: 32px;
}

.loader span.block-11 {
    animation-delay: 0.12s;
    left: 32px;
    top: 32px;
}

.loader span.block-12 {
    animation-delay: 0.04s;
    left: 48px;
    top: 32px;
}

.loader span.block-13 {
    animation-delay: -0.04s;
    left: 0px;
    top: 48px;
}

.loader span.block-14 {
    animation-delay: -0.12s;
    left: 16px;
    top: 48px;
}

.loader span.block-15 {
    animation-delay: -0.2s;
    left: 32px;
    top: 48px;
}

.loader span.block-16 {
    animation-delay: -0.28s;
    left: 48px;
    top: 48px;
}

@keyframes load {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    15% {
        opacity: 0;
        transform: translateY(-100px);
    }
    30% {
        opacity: 1;
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        transform: translateY(0);
    }
    85% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 0;
        transform: translateY(100px);
    }
} */

.res-reply-btn-wrapper .btn {
    padding: 4px 6px !important;
    line-height: normal;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
}

.coup-or {
    position: relative
}

.coup-or::after {
    content: "or";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #696b73;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
}

.add-coupon-item {
    padding: 15px 15px 15px 15px;
    border: dashed 1px #eceef7;
    border-radius: 10px;
    margin: 15px auto;
    display: inline-block;
    width: 100%;
    background-color: rgba(241, 242, 247, 0.2);
}

.add-coupon-item:first-child {
    margin-top: 0;
}

.coupon-card-preview-item {
    color: #fff;
    padding: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    text-align: center;
    margin: 10px 0;
    z-index: 1;
}

.coupon-card-preview-item::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 5px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
}

.coupon-card-preview-item::after {
    content: "";
    position: absolute;
    left: -7px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

.coup-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../app-assets/images/coupon-card-bg.jpg);
    background-repeat: repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.coupon-dis-amt {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'lato', sans-serif;
    font-weight: 600;
}

.coupon-dis-amt span {
    font-weight: 300;
    line-height: normal;
    font-size: 20px;
}

.coupon-validity {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}

.coupon-users-list,
.coupon-user-email {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.coupon-code-preview {
    padding: 6px 10px;
    border: dashed 1px rgba(255, 255, 255, 0.8);
    max-width: 150px;
    margin: 15px auto 5px auto;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.2);
}

.coupon-users-list i,
.coupon-user-email i {
    margin-right: 4px
}

.coupon-card-aside {
    max-height: 500px;
}

.duration-type-select .btn {
    min-width: 95px;
    padding-left: 7px;
    padding-right: 7px;
}

.course-cms-section .custom-control.custom-radio {
    padding-left: 1.5rem;
}

.course-cms-section .custom-control-label::after,
.course-cms-section .custom-control-label::before {
    left: -1.5rem;
}

.login-welcome-back {
    font-size: 22px;
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.login-welcome-back small {
    font-size: 12px;
    display: block;
    color: #777;
    font-family: 'lato', sans-serif;
}

.login-remember-forgot {
    margin: 10px 0 25px 0;
    font-size: 13px;
}

/* Hide the browser's default checkbox */

.checkbox1 {
    position: relative;
    padding-left: 28px;
    margin: 0;
    cursor: pointer;
    line-height: 20px;
}

.checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    border-radius: 50px;
}

/* On mouse-over, add a grey background color */

.checkbox1:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox1 input:checked~.checkmark {
    background-color: #4CAF50;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox1 input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.checkbox1 .checkmark:after {
    left: calc(50% - 5px);
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}

.username-validate-icon input {
    padding-right: 2.5rem !important;
}

.username-validate-icon.valid-username:after {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    color: #fff;
    transition: all 0.8s;
    font-size: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 30px;
    background-color: #4caf50;
    line-height: 18px;
}

.btn-social-icon {
    width: 2.95rem !important;
}

.login-info-item img {
    max-width: 100%;
    height: auto;
}

.linfo-caption {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #dce0e6;
}

.login-carousel-wrapper {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-content-body .slick-dots li {
    width: 30px !important;
    height: 5px !important;
    margin: 0 5px !important;
}

.login-content-body .slick-dots li button {
    width: 30px !important;
    height: 5px !important;
}

.login-content-body .slick-dots li button::before {
    background-color: #ccc !important;
    content: '' !important;
    height: 5px !important;
    width: 30px !important;
    border-radius: 10px;
}

.login-content-body .slick-dots li.slick-active button::before {
    background-color: #297cf9 !important;
}

.offline-test-info i {
    margin: 0px 4px;
}

.img-res-card .resource-likes-dislikes {
    transition: all 0.7s;
}

.img-res-card:hover .resource-likes-dislikes {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: calc(100% - 30px);
}

.img-res-card:hover .card-img-overlay .d-table {
    padding-bottom: 35px
}

.btn.play-info-btn {
    border-radius: 100px;
    padding: 4px 15px 4px 4px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'lato', sans-serif;
}

.btn.play-info-btn:hover {
    -webkit-box-shadow: 0 9px 16px 0 rgba(62, 57, 107, .2);
    box-shadow: 0 9px 16px 0 rgba(62, 57, 107, .2);
}

.btn.play-info-btn i {
    background-color: #3478f6;
    padding: 0px;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    position: relative;
    margin-right: 3px;
}

.recording-list-wrapper .actions .btn.btn-md {
    padding: 7px 20px;
}

.recording-list-wrapper .plyr-actions.btn-group .btn {
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.recording-list-wrapper .plyr-actions.btn-group .btn:hover {
    border-color: unset;
}

/* 14.10.2020 */

.recording-filter-wrapper .study-mate-tags-select .edit-on-delete {
    white-space: nowrap;
    width: 100%;
    position: relative;
    padding-right: 50px
}

.recording-filter-wrapper .study-mate-tags-select .edit-on-delete .type-zone {
    max-width: 50px
}

.recording-list-wrapper .plyr--video.plyr--stopped .plyr__controls {
    display: none;
}

.list-video-description {
    font-size: 12px;
    width: 100%;
    color: #666;
}

.list-video-description .vid-dis-item {
    margin: 2px 0px;
    display: inline-block;
    padding-left: 15px !important;
}

.list-vid-title {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

.list-vid-time,
.list-vid-tags {
    padding-left: 15px;
    position: relative
}

.list-vid-time i,
.list-vid-tags i {
    position: absolute;
    left: 0;
    top: 3px
}

.list-vid-type {
    position: absolute;
    top: 6px;
    right: 40px;
    color: rgba(230, 230, 230, 0.8);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.rec-video-details {
    padding: 10px 1rem;
    background-color: #fff;
}

.btn.recording-delete {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0;
    line-height: normal;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    color: #fa626b;
    z-index: 1;
    border: solid 1px #fa626b !important;
    background-color: transparent;
}

.tagsinput {
    /* border-color: #babfc7!important; */
    border-radius: 7px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
}

.tagsinput input::-webkit-input-placeholder {
    /* Edge */
    color: #babfce !important;
}

.tagsinput input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #babfce !important;
}

.tagsinput input::placeholder {
    color: #babfce !important;
}

.tagsinput.focus {
    color: #4e5154 !important;
    border-color: #e6e6e6 !important;
}

.tagsinput div input {
    font-size: 12px !important;
    line-height: 21px !important;
    margin: 0 3px 3px 0 !important;
}

.form-group .tagsinput .tag {
    padding: 4px 30px 4px 10px !important;
    border-radius: 17px;
    border: 0;
    background-color: #f0f3f9;
    opacity: 0.93;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #707693;
    margin: 3px;
    position: relative;
}


.breadcrumbs-top {
    display: none !important
}

.round {
    border-radius: 5rem !important;
}

.navbar-expand-md .navbar-collapse:not(.landing-page-nav1) {
    display: flex
}

.header-navbar .dropdown-user .dropdown-user-link {
    padding: 1.1rem 0.45rem 0 0.45rem !important;
}

.navbar-semi-light {
    background-color: #fff !important
}

.pl-0-imp {
    padding-left: 0 !important;
}

.chat-old-diss {
    padding-top: 3px;
    opacity: 0.8;
}

.repeat-form-wrapper {
    padding-right: 40px
}

.btn-repeat-del {
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    border-radius: 7px;
    top: 3px;
    opacity: 0.8;
    z-index: 5;
}

.btn-repeat-del:hover {
    opacity: 1;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
    background-color: #7f7dee !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    overflow: hidden !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#749ffe), to(#537afd));
    background-image: -webkit-linear-gradient(left, #749ffe, #537afd);
    background-image: -moz-linear-gradient(left, #749ffe, #537afd);
    background-image: -o-linear-gradient(left, #749ffe, #537afd);
    background-image: linear-gradient(left, #749ffe, #537afd);
    background-image: linear-gradient(to right, #749ffe, #537afd);
    background-repeat: repeat-x;
    padding: 1.5rem 0;
}

.cal-card-img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 120px;
    height: 120px;
    opacity: 0.15;
}

.calander-livesession-item .cal-card-img {
    opacity: 0.25;
}

.cal-event-date-time {
    flex-direction: column;
}

.recording-item-card .plyr video {
    height: 160px !important;
    background-color: #000;
}

.video-preview-section .plyr__controls .plyr__menu {
    margin-left: 42px !important;
}

.uploaded-media-card .plyr__menu {
    margin-left: 42px !important;
}

.media-short-description .tags {
    margin-bottom: 5px;
}

.uploaded-media-card .plyr video {
    max-height: calc(100vh - 360px);
    transition: max-height 0.7s ease-out;
    overflow: hidden;
    background-color: #111;
}

.diss-last-msg {
    width: 200px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 12px;
}

.med-diss-list-wrapper .dash-dis-details {
    width: 100%
}

.med-diss-list-wrapper .disc-main-content {
    background-image: linear-gradient(rgb(244, 245, 250), rgb(255, 255, 255));
}

.med-diss-list-wrapper .card.disc-reply-card .card-body {
    background-image: none;
}

.med-diss-list-wrapper .dash-dis-details .nav-link {
    background-color: rgba(241, 242, 247, 0.5);
}

.med-diss-list-wrapper .dash-dis-details .nav-link.active {
    background-color: rgba(241, 242, 247, 0.5);
}

/* .plyr--video.plyr--stopped .plyr__controls, .plyr--video.plyr--paused .plyr__controls {
    display: none;
} */

.media-index-list ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    width: calc(100% - 97px);
}

.media-index-list {
    margin: 10px 0 10px 0px;
    display: flex;
    justify-content: space-between;
}

.media-index-list ul li {
    padding: 3px 6px;
    position: relative;
    color: #333;
}

.media-index-list ul li::before {
    height: 12px;
    width: 1px;
    background-color: #c6c7d0;
    content: "";
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.media-index-list ul li:first-child:before {
    display: none
}

.media-index-list ul li:first-child {
    padding-left: 0;
}

.media-index-list ul li .btn {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 600;
}

.med-activity-wrapper textarea {
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-color: transparent;
}

.med-activity-wrapper textarea:focus {
    background-color: transparent;
}

.med-activity-upload {
    margin-top: 5px;
}

.med-activity-upload label {
    cursor: pointer
}

.activity-post-item {
    border-bottom: 10px #f4f5fa solid;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #333;
}

.activity-post-item:last-child {
    border-bottom: 0px;
}

.activity-post-item p {
    margin: 0
}

.activity-post-item video,
.activity-post-item .plyr video {
    max-height: 230px;
    max-width: 100%;
    margin: 15px;
    border-radius: 10px;
}

.activity-post-item img {
    max-height: 200px;
    max-width: 100%;
    margin: 15px;
    border-radius: 10px;
}

.act-upload-date-time {
    font-size: 12px;
}

.upload-content-tabs {
    margin-top: 10px;
}

.msd-short-desc {
    color: #333;
    font-weight: 300;
    font-size: 16px;
}

.activity-post-list .resource-share-attach {
    opacity: 0.8;
}

.activity-input-wrapper {
    padding: 15px;
    background-color: rgba(243, 244, 249, 0.4);
    border-radius: 10px;
}

.customizer a.theam-customizer {
    display: block;
    color: #6967ce;
    border-radius: 8px 0 0 8px;
}

.customizer .theam-customizer {
    line-height: 56px;
    position: absolute;
    top: 38%;
    left: -54px;
    width: 54px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}

.quiz-list-item .cal-event-due-date {
    width: 100%;
    background-color: #fff;
    color: #333;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.quiz-list-item a.cal-event-title:hover {
    color: #333
}

.med-feedback-wrapper textarea {
    height: 40px;
    transition: height 0.5s ease-out;
}

.med-feedback-wrapper textarea:focus {
    height: 80px;
}

.med-feedback-wrapper label {
    font-weight: 600;
}

.med-feedback-wrapper .btnrating {
    padding: 3px 2px;
    font-size: 15px;
}

.med-feedback-wrapper .btnrating.selected-star i {
    color: #f90;
    font-weight: bold
}

.media-notes-item {
    background-image: url(../../app-assets/images/note-pin.png), url(../../app-assets/images/note-bg.png);
    background-size: 50px auto, 105% 100%;
    padding: 10px 20px 20px;
    background-repeat: no-repeat;
    background-position: top 3px left 5px, center center;
    margin-bottom: 30px;
    color: #333;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.med-note-title {
    color: #000;
    margin-top: 5px;
}

.med-note-desc {
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    font-size: 13px;
}

.media-notes-item img {
    width: 100%;
    border-radius: 10px;
}

.set-ques-action input[type="radio"].bg-primary+.custom-control-label {
    font-size: 11px;
    border: solid 1px #ddd !important;
    background-color: #fff !important;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    left: unset !important;
    right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    color: #555;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15)
}

.set-ques-action .custom-radio .custom-control-input:checked~.custom-control-label {
    background-color: #00e6af !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff;
}

.set-ques-action .dropdown .dropdown-item:active {
    background-color: transparent !important;
}

.set-ques-action .dropdown .dropdown-item {
    margin: 3px 0px;
}

.set-ques-action input[type="radio"].bg-primary+.custom-control-label::before,
.set-ques-action .custom-radio .custom-control-input:checked~.custom-control-label::before,
.set-ques-action input[type="radio"].bg-primary+.custom-control-label::after,
.set-ques-action .custom-radio .custom-control-input:checked~.custom-control-label::after {
    display: none !important
}

.set-ques-topbar .btn.theme-btn1 {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 0px;
    font-size: 15px;
}

.select2-selection {
    height: auto;
    max-height: 70px;
    overflow: auto
}



.set-ques-filter .bootstrap-select .dropdown-menu {
    min-width: 99% !important;
    max-width: 99% !important;
}

.set-ques-filter .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 10px 20px 10px 10px
}

/* .set-ques-filter .bootstrap-select .filter-option-inner-inner {
    line-height: 28px;
} */

.set-ques-filter {
    padding: 15px;
    background-color: rgba(248, 250, 255, 0.1);
    border: solid 1px rgba(97, 138, 253, 0.05);
    width: calc(100% - 6px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 13px;
    box-shadow: 2px 3px 3px rgb(233, 239, 253) !important;
}

.ques-added-alert {
    line-height: 24px
}

.sq-other-item {
    margin: 8px 0;
    line-height: normal;
}

.sq-summery-title {
    margin-bottom: 0px;
    letter-spacing: 1px;
    color: #686c8a;
    min-width: 120px;
    font-size: 13px;
}

.sq-summery-span {
    font-size: 12px;
    padding-top: 3px;
    display: inline-block;
    width: 100%;
}

.sq-add-sec {
    margin-bottom: 10px;
    border: dashed 1px #ddd;
    padding: 25px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    background-color: transparent;
}

.sq-summery-item {
    margin: 10px 0px;
}

.sq-set-item .sq-set-circle {
    width: 32px;
    height: 32px;
    background-color: #fff;
    margin: 3px;
    border-radius: 100px;
    border: solid #ddd 2px;
    position: relative;
    /* box-shadow: 0px 0px 4px rgba(0,0,0,0.4); */
}

.sq-set-item .sq-set-circle.sq-set-check {
    background-color: #fff;
    border-color: #00cf9d;
    /* box-shadow: 0px 0px 4px rgba(0,0,0,0.2); */
}

.sq-set-item .sq-set-circle.sq-set-check::after {
    color: #00e6af !important;
}

.sq-set-item .sq-set-circle::after {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
}

.sq-summery-item {
    margin: 5px 0px 0px 0px;
    border-bottom: solid 1px #f9f9f9;
    padding: 10px 0px 1rem 0px;
}

.sq-summery-item:last-child {
    border: 0;
}

.sq-set-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.sq-summery-item .sq-del-btn.btn {
    margin-left: auto;
    padding: 0px;
    border: solid 1px #ddd;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #999;
    font-size: 11px;
}

.sq-add-sec-collapse {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background-color: #fbfbfb;
    border-radius: 6px;
}

.set-ques-action {
    min-width: auto;
    margin-left: auto;
    position: absolute;
    right: -25px;
    top: -25px;
}

.set-ques-action .custom-ol li {
    padding: 22px 15px 22px 40px
}

.set-ques-action .dropdown .dropdown-menu {
    min-width: auto;
    box-shadow: none !important;
    padding: 10px 0px 0px !important;
    background-color: transparent;
}

.set-ques-action .dropdown-menu .dropdown-item {
    padding: 0px !important;
}

.set-ques-action .dropdown .nav-link {
    padding: 0px !important;
    border: solid 1px #ccc !important;
    background-color: #fff !important;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    color: #999;
}

.set-ques-action .dropdown .nav-link.undo-set {
    border: 0px !important;
}

.set-ques-action .dropdown .nav-link.undo-set i {
    font-size: 80%
}

.custom-ol.sq-custom-ol li {
    margin-bottom: 25px;
}

/* start css added for theme setting icon */

.customizer a.theme-customizer {
    display: block;
    color: #6967ce;
    border-radius: 8px 0 0 8px;
    background-color: #62a1fa !important;
}

.customizer .theme-customizer {
    line-height: 56px;
    position: absolute;
    top: 38%;
    left: -54px;
    width: 54px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}

.customizer .theme-customizer i {
    line-height: 50px;
}

/* end of css added for theme setting icon */

.btn-act-des {
    font-size: 12px !important;
    line-height: 1.25;
    display: inline-block;
    padding: 5px !important;
}

.attempt-test-2-header .countdown-wrapper2 {
    font-family: 'Changa', sans-serif;
    display: flex;
    padding: 5px 10px;
    background-color: transparent;
    min-width: 79px;
    max-width: 120px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    z-index: 2;
    border-radius: 5px;
}

.attempt-test-2-header .countdown2 {
    padding-left: 5px;
    min-width: 50px;
}

.attempt-test-2-header .countdown-wrapper2 i {
    line-height: 25px;
}

.custom-ol.at2-custom-ol {
    padding: 0px;
}

.custom-ol.at2-custom-ol li::before {
    display: none
}

.custom-ol.at2-custom-ol li {
    border: 0;
    padding: 0px;
}

.custom-ol.at2-custom-ol li .ques-no {
    font-weight: bold;
    position: absolute;
    left: 9px;
    color: #ccc;
    font-size: 20px;
    line-height: 27px;
}

.at2-qtype {
    margin-bottom: 5px;
}

.at2-qtype span {
    margin: 0px 2px
}

.atte-test2-qlist .eveluate-modal-ans .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00e6af;
    background-color: transparent;
}

.atte-test2-qlist .eveluate-modal-ans .custom-control-label {
    font-weight: 600;
}

.atte-test2-qlist .eveluate-modal-ans .custom-control-input:checked~.custom-control-label {
    color: #00e6af;
    font-weight: 600;
}

.atte-test2-qlist .eveluate-modal-ans .custom-control-label::before,
.atte-test2-qlist .eveluate-modal-ans .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
    border-color: #999;
}

.atte-test2-qlist .eveluate-modal-ans .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2300e6af\'/%3e%3c/svg%3e');
}

.attmpt-test2-wrapper li .eveluate-modal-ans {
    color: #666;
    font-size: 13px;
    background-color: rgba(244, 245, 250, 0.3);
    margin: 3px 0px;
    padding: 2px 10px !important;
    border-left: solid #ddd 3px !important;
    border: solid 1px #f9f9f9;
    border-radius: 4px;
}

.atte-test2-qlist {
    border: dashed 1px #eee;
    padding: 20px 1rem 15px 35px;
    border-radius: 7px;
    position: relative;
}

.at2-ques-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #aaa;
    font-weight: 600;
    margin-bottom: 5px;
}

.at2-sec-name.badge {
    border-radius: 2px;
    font-size: unset;
    line-height: 17px;
    padding: 3px 7px;
}

.at2-ques-tlimit {
    background-color: #fbfbfb;
    border: #999 solid 1px;
    padding: 0px 4px;
    border-radius: 2px;
    color: #444;
    font-size: 13px;
}

.at2-response-overview {
    display: flex;
}

.at2-response-overview .at2-overview-item {
    width: 35px;
    height: 35px;
    background-color: #fff;
    margin: 5px;
    border-radius: 100px;
    position: relative;
    border: solid 4px #eceef7;
    text-align: center;
    line-height: 27px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
    font-weight: 600;
    font-family: 'lato', sans-serif;
}

.at2-overview-item.at2-response-submtted {
    background-color: #00e6af;
    color: #fff;
    border-color: #fff;
}

.at2-overview-item.at2-response-skipped {
    background-color: #fa626b;
    color: #fff;
    border-color: #fff;
}

.at2-overview-item.at2-response-review {
    background-color: #5152bf;
    color: #fff;
    border-color: #fff;
    overflow: visible;
}

.at2-overview-item.at2-response-review i {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #ffa700;
    font-size: 15px;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5);
}

.attempt-test-2-header {
    width: 100%;
    position: relative;
}

.at2-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 2.2rem;
    background-color: #fff;
    box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.1)
}

.at2-footer .at2-footer-left .btn:not(.btn-verify-right) {
    padding: 0px !important;
    /* width: 30px;
    height: 30px; */
    border: 0;
    border-radius: 0px;
}

.at2-footer .at2-footer-left .btn:not(.btn-verify-right):hover {
    background-color: transparent;
    color: #00e6af;
}

.at2-footer .at2-footer-left .btn.disabled {
    pointer-events: none;
    border-right: solid 1px #999;
    padding-right: 10px !important;
    margin-right: 5px;
}

.at2-footer .at2-footer-left .btn:first-child {
    border-right: solid 1px #999;
    padding-right: 10px !important;
    margin-right: 5px;
}

.at2-footer .at2-footer-left .btn span {
    /* display:none */
    font-size: 14px;
}

.exam-warning-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.9);
    z-index: 9999;
    animation: blinker 2s linear infinite;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.exam-warning-overlay i {
    font-size: 40px;
    margin-bottom: 15px;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0.8;
    }
}

#floated_box {
    z-index: 9999;
    width: 250px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.94);
    position: fixed !important;
    border-radius: 7px;
    bottom: 60px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    resize: both;
    cursor: grab;
    transition: height 0.35s, width 0.35s;
}

#floated_box video {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.minimise-floated-window {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
}

.minimise-floated-window .btn {
    padding: 3px;
    margin: 2px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}

.at2-ques-check .custom-radio .custom-control-label::before,
.at2-ques-check .custom-radio .custom-control-label::after {
    display: none
}

.at2-ques-check .custom-control-input:checked~.custom-control-label {
    color: #00e6af;
    font-weight: 600;
    border-color: #00e6af;
}

.at2-ques-check .custom-control {
    padding: 0px;
    margin: 0px;
}

.at2-ques-check .custom-control-label {
    width: 34px;
    height: 34px;
    background-color: #fff;
    margin: 4px;
    border-radius: 100px;
    position: relative;
    border: solid 4px #eee;
    text-align: center;
    line-height: 26px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-family: 'lato', sans-serif;
}

.at2-select-ques {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.btn.sro-mic {
    padding: 3px;
    line-height: 0;
    color: #ff2424;
    font-size: 16px;
}

.listening-audio-wrapper {
    font-weight: 600;
    color: #5157c2;
    display: flex;
    justify-content: end;
}

.dot-one {
    animation-name: flashOne;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes flashOne {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.dot-two {
    animation-name: flashTwo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes flashTwo {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.dot-three {
    animation-name: flashThree;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes flashThree {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.added-review.at2-ques-check .custom-control-input:checked~.custom-control-label {
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.added-review.at2-ques-check .custom-control-label {
    background-color: #5152bf;
    color: #fff;
    border-color: #fff;
    overflow: visible;
}

.added-review i {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #ffa700;
    font-size: 15px !important;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5);
}

.ques-attempted.at2-ques-check .custom-control-label {
    background-color: #00e6af;
    color: #fff;
    border-color: #fff;
}

.ques-attempted.at2-ques-check .custom-control-input:checked~.custom-control-label {
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.ques-skipped.at2-ques-check .custom-control-label {
    background-color: #fa626b;
    color: #fff !important;
    border-color: #fff !important;
}

.ques-skipped.at2-ques-check .custom-control-input:checked~.custom-control-label {
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff;
}

.overlay-go {
    top: 34px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    position: absolute;
    left: unset;
    right: 50px;
    font-size: 0px !important;
    opacity: 0.1;
    overflow: hidden;
    border-radius: 5px;
}

.overlay-go i {
    font-size: 11px !important;
}

.countdown-wrapper3 {
    font-family: 'Changa', sans-serif;
    display: flex;
    padding: 3px 7px;
    background-color: transparent;
    min-width: 79px;
    max-width: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    border-radius: 3px;
    margin: 0px 5px;
}

.countdown3 {
    padding-left: 5px;
    min-width: 50px;
}

.countdown-wrapper3 i {
    line-height: 25px;
}

.edl-item {
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

.edl-item .edl-title {
    font-weight: 600;
    font-family: 'lato', sans-serif;
    color: #777;
    padding-right: 10px;
    width: 100px;
}

.edl-item .edl-details {
    font-weight: 500;
    font-family: 'lato', sans-serif;
    width: calc(100% - 100px);
    color: #333;
}

.edl-item .edl-details small {
    line-height: normal;
    margin-top: 3px;
}

.exam-intruction-content {
    color: #555;
}

.exam-intruction-content p.font-weight-600 {
    color: #333;
}

.exam-intruction-content ul ul {
    list-style-type: none;
    font-weight: normal;
    padding-left: 0;
    font-size: 13px;
}

.exam-intruction-content ul ul li {
    position: relative;
    padding-left: 15px;
}

/* .exam-intruction-content ul li::before {
    content: "\f45c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #666;
    font-size: 8px;
} */

.exam-intruction-content ul li {
    position: relative;
    /* padding-left: 15px; */
}

.exam-intruction-content ul ul li::before {
    content: "\f068";
    font-family: "font awesome 5 free";
    font-weight: 700;
    position: absolute;
    top: 4px;
    color: #999;
    font-size: 10px;
}

.btn-verify {
    width: 45px;
    height: 45px;
    font-size: 20px;
    border: solid 3px #fff;
    position: relative;
}

.btn-verify img {
    max-width: 100%;
    max-height: 24px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.verify_canvas {
    width: 100%;
    height: 225px;
}

.exam-verify-box.exam-verify-device .card #waveform {
    background-image: url(../../app-assets/images/verify-device-gray.svg);
    background-position: center center;
    background-size: 120px 120px;
    background-repeat: no-repeat;
}

.exam-verify-box.exam-verify-face .card {
    background-image: url(../../app-assets/images/face-scan-gray.svg);
    background-position: center center;
    background-size: 120px 120px;
    background-repeat: no-repeat;
}

@keyframes scan {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(235px);
    }
}

@keyframes show {
    0% {
        visibility: hidden;
        opacity: 0
    }

    100% {
        visibility: visible;
        opacity: 1
    }
}

.panel {
    position: relative;
    height: 250px;
    background-color: #000;
    border-radius: 7px;
    overflow: hidden;
}

.panel::after {
    content: "";
    background-size: 40px 40px;
    background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.bar {
    position: relative;
    z-index: 1000;
    width: 94%;
    height: 2px;
    opacity: 1;
    animation: scan 3s infinite alternate;
    box-shadow: 0px 1px 3px rgb(0, 211, 233);
    background-color: #00d2ed;
    border-radius: 100px;
    left: 3%;
}

.my_camera {
    width: 100% !important;
    height: 250px;
    position: relative;
    top: -2px;
}

.my_camera video {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.recording-start-glow:hover,
.recording-start-glow {
    background-color: #fa626b;
    background-image: none !important;
    transition: all 0.35s;
    animation: btn-pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes btn-pulse {
    0% {
        box-shadow: 2px 3px 7px transparent;
    }

    20% {
        box-shadow: 2px 3px 7px #ffcaca;
    }

    100% {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.sqt-btns .btn {
    margin-right: 5px;
}

.milestone-navigation .btn {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 17px;
    color: #333;
}

.milestone-navigation .btn.disabled {
    opacity: 0.3;
    cursor: default
}

.cd-milestones-items {
    min-height: 40px;
    position: relative;
    padding: 256px 0 15px 0px;
    margin-bottom: 10px;
}

.cd-milestones-items .milestone-line {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #d8e1f9;
}

.cdms-item {
    width: 70px;
    text-align: center;
    position: relative;
    top: -15px;
}

.cdms-module-name {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: solid 3px #c8ddff;
    border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
    font-family: 'lato', sans-serif;
    text-align: center;
    line-height: 19px;
    margin: auto;
    z-index: 1;
}

.cdms-item.ms-completed .cdms-module-name {
    border-color: #d8e1f9;
    color: #7274fb;
}

.cdms-item.ms-completed::after {
    content: "";
    left: 0;
    width: 100%;
    top: 50%;
    height: 3px;
    background-color: #d8e1f9;
    position: absolute;
    z-index: 0;
    transform: translateY(-50%);
}

.cdms-sub-item {
    width: 40px;
    text-align: center;
    position: relative;
    top: -15px;
    display: inline-block;
    min-height: 25px;
}

.cdms-sub-item a:hover {
    opacity: 1;
}

.cdms-sub-item.mss-completed::after {
    content: "";
    left: 0;
    width: 100%;
    top: 50%;
    height: 3px;
    background-color: #d8e1f9;
    position: absolute;
    z-index: 0;
    transform: translateY(-50%);
}

.cdms-sub-item span {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    display: inline-block;
    top: 5px;
    position: relative;
    z-index: 1;
    background-color: #c8ddff;
    border: solid 2px #c8ddff;
}

.cdms-sub-item.mss-completed span {
    background-color: #648cff;
    border: solid 2px #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.cdms-sub-item.mss-completed.mss-rewarded.other-rewarded span {
    background-color: #fdb901;
}

.cdms-sub-item .you-here-wrap {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    max-width: 100px;
    font-family: 'Lato', sans-serif;

    font-weight: bold;
    text-align: center;
    color: #514471;
    background-color: #fff;
    border: solid 0.5px #b9d4ff;
}

.you-here-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
    border-right: solid 0.5px #b9d4ff;
    border-bottom: solid 0.5px #b9d4ff;
}

@keyframes btn-pulse1 {
    0% {
        box-shadow: 2px 3px 7px transparent, 0px 0px 1px #e3edfd;
    }

    20% {
        box-shadow: 0px 0px 7px #a3c5ff, 0px 0px 1px #e3edfd;
    }

    100% {
        box-shadow: 0 0 0 30px rgba(83, 80, 191, 0), 0px 0px 1px #e3edfd;
    }
}

.cdms-sub-item.you-here span img {
    min-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    overflow: hidden;
    border: solid 4px #b5cffb;
    transition: all 0.35s;
    animation: btn-pulse1 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cdms-sub-item .top-user-wrap {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    background-color: rgba(49, 49, 49, 0.8);
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    max-width: 100px;
    z-index: 2;
}

.top-user-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: rgb(86, 90, 81);
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
}

.cdms-sub-item.top-user-here span img {
    min-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    overflow: hidden;
    border: solid 3px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.cd-course-milestone {
    background-image: url(../../app-assets/images/ms-bg.svg);
    background-position: center;
    background-size: 100% auto;
    position: relative;
    background-repeat: no-repeat;
    width: calc(100% + 0px);
    margin-bottom: 30px;
}

.cd-course-milestone-inner {
    padding-top: 10px;
    transform: translateY(50px);
}

.dragscroll {
    cursor: grab
}

.ms-popover-img {
    height: 30px;
    margin: 0 auto 5px auto;
    display: inline-block;
}

.cdms-item-finish {
    width: 40px;
    position: relative;
    top: -30px;
    display: inline-block;
    text-align: right;
}

.cdms-item-finish img {
    height: 35px;
    position: absolute;
    top: -6px;
    right: 0;
}

#new-popover-container .popover {
    border: 0;
    background-color: #fdb901;
}

#new-popover-container .popover,
#new-popover-container .popover-header .h6,
#new-popover-container .popover-body {
    color: #fff;
}

#new-popover-container .popover-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#new-popover-container .bs-popover-auto[x-placement^="top"]>.arrow::after,
#new-popover-container .bs-popover-top>.arrow::after {
    border-top-color: #fdb901;
}

.reward-timeline {
    margin-left: 100px;
    padding-left: 34px;
    border-left: 2px solid #e5e8eb;
}

.course-activity-timeline .reward-timeline {
    margin-left: 160px;
}

.course-activity-timeline .reward-timeline .act-time {
    left: -190px;
}

.reward-timeline li .timeline-icon {
    position: absolute;
    top: 0;
    left: -3.5rem;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #c6c5c7;
    font-size: 8px;
    font-weight: 700;
    line-height: 39px;
}

.reward-timeline li::before {
    display: none
}

.reward-timeline .timeline-icon img {
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.reward-activity-timeline {
    padding: 15px;
    background-color: rgba(244, 245, 250, 0.5);
    margin-top: 10px;
    border: solid 1px rgba(244, 245, 250, 0.7);
    border-radius: 10px;
}

/* Course Details Modules */

.cd-main-module-wrapper {
    padding: 0px;
    border: solid 1px rgba(71, 126, 215, 0.06);
    position: relative;
    margin-top: 35px;
    border-top-left-radius: 12px;
}

.cd-main-module {
    background-color: rgba(71, 126, 215, 0.05);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    overflow: hidden;
}

.cd-main-module .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: none;
    background-color: #ddd;
}

.main-module-actions {
    text-align: right;
    position: absolute;
    top: -27px;
    left: 1px;
    width: 100%;
    height: 27px;
    line-height: 23px;
    border-top-right-radius: 12px;
    overflow: hidden;
    display: flex;
}

.main-module-actions-inner {
    display: inline-block;
    padding: 2px 6px 2px 3px;
    border-bottom: 0;
    position: relative;
    background-color: #c162bc;
    right: 1px;
}

.main-module-actions-inner::before {
    content: "";
    left: -3px;
    height: 100%;
    width: 8px;
    background-color: #c162bc;
    position: absolute;
    transform: skewX(-11deg);
}

.main-module-actions .btn {
    padding: 0px 7px;
    font-size: 11px;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    line-height: 21px;
    color: #fff;
}

.main-module-actions .btn.draggable-grip-l1 {
    position: relative;
    right: 0;
    top: unset;
    transform: translateY(0%);
    font-size: 15px;
    cursor: grab;
    opacity: 0.7;
    color: #fff;
}

.main-module-actions .btn:first-child {
    border-left: 0
}

.cd-summary-item {
    margin: 2px;
    padding: 3px 5px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(70, 126, 215, 0.1);
}

.cd-summary-item span span {
    color: #fff;
}

.cd-summary-item i {
    margin-right: 0px;
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 100px;
    line-height: 18px;
    text-align: center;
    margin-right: 3px;
}

.cd-main-title {
    width: calc(100% - 250px);
    line-height: 18px;
}

.cd-main-summary {
    max-width: 225px;
    margin-right: 25px;
}

.cd-ss-wrapper .sec-chek-wrapper .custom-checkbox,
.cd-main-module .sec-chek-wrapper .custom-checkbox {
    padding-right: 7px;
    position: relative;
    top: -2px;
}

.cd-ss-wrapper .sec-chek-wrapper input[type="checkbox"]+.custom-control-label::before,
.cd-main-module .sec-chek-wrapper input[type="checkbox"]+.custom-control-label::before {
    border: solid 2px #ddd !important;
    background-color: #fff !important;
    border-radius: 100px;
    width: 18px;
    height: 18px;
}

.cd-ss-wrapper .sec-chek-wrapper input[type="checkbox"]:checked~.custom-control-label::before,
.cd-main-module .sec-chek-wrapper input[type="checkbox"]:checked~.custom-control-label::before {
    filter: grayscale(0) !important;
    background-color: #00e6af !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.cd-ss-wrapper .sec-chek-wrapper input[type="checkbox"]~.custom-control-label::after,
.cd-main-module .sec-chek-wrapper input[type="checkbox"]~.custom-control-label::after {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%236967ce\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(1);
    opacity: 0.4;
}

.cd-ss-wrapper .sec-chek-wrapper input[type="checkbox"]:checked~.custom-control-label::after,
.cd-main-module .sec-chek-wrapper input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.cd-main-module .section-toggle-btn[aria-expanded="true"]::after {
    color: rgba(255, 255, 255, 0.5);
}

.cd-main-module .section-toggle-btn[aria-expanded="false"]::after {
    color: rgba(255, 255, 255, 0.5);
}

.cd-sec-due-span {
    margin: 2px 0px 0px 0px;
    font-size: 9px;
    padding: 4px 7px !important;
}

.ss-actions-wrapper .btn {
    padding: 0px 7px;
    font-size: 11px;
    /* border-left: solid 1px rgba(0,0,0,0.1); */
    line-height: 21px;
    color: #444;
    background-color: #f5f2fb;
    margin: 1px;
}

.ss-actions-wrapper .btn:first-child {
    border-left: 0;
}

.ss-actions-wrapper .btn.draggable-grip-l1 {
    position: relative;
    right: 0;
    top: unset;
    transform: translateY(0%);
    font-size: 15px;
    cursor: grab;
    opacity: 0.7;
}

.cd-ss-wrapper {
    padding-bottom: 10px;
    border-bottom: solid 1px #f1f2f8;
    margin-left: 0px;
}

.badge-new-unit {
    height: 18px;
}

.cd-unit-views {
    font-size: 11px;
    color: #444;
}

.cd-unit-icon {
    position: absolute;
    left: 0px;
    bottom: auto;
    z-index: 1;
    background-color: transparent;
    transform: translateY(-50%);
    padding: 0px;
    width: 38px;
    height: 38px;
    text-align: center;
}

.cd-unit-icon i {
    color: #fff;
    font-size: 12px !important;
}

.cd-unit-unpoaded-by {
    font-size: 11px;
    margin-top: 3px;
}

.cd-unit-uploaded-date {
    color: #888;
}

.cd-unit-views-duration {
    font-size: 11px;
    padding: 3px 0px;
}

.cd-unit-footer {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.cd-unit-del i {
    font-size: 16px;
}

.cd-unit-wrapper {
    max-height: 360px;
}

.all-unit-height {
    max-height: none;
}

.cd-unit-wrapper .ps-scrollbar-y-rail {
    opacity: 0.1 !important;
}

.cd-unit-wrapper .ps-scrollbar-y {
    width: 4px !important;
}

.cd-unit-wrapper:hover .ps-scrollbar-y-rail {
    opacity: 0.4 !important;
}

/* .cd-unit-item-vlist .cd-unit-icon i {
    right: unset !important;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: none;
    font-size: 50px !important;
    color: #eff1f7;
    left: 40%;
} */

.unit-view-radio {
    display: flex;
    margin: 10px 0px;
    justify-content: left;

}

.unit-view-radio .cd-unit-view .btn {
    white-space: nowrap;
}

.unit-view-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.unit-view-radio label {
    padding: 4px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    margin: 2px;
    border: solid 1px #f3f0f9;
    text-align: center;
    color: rgba(43, 52, 95, 0.3);
    font-weight: 600;
    font-family: 'lato', sans-serif;
    transition: all 0.7s;
    cursor: pointer;
    line-height: 0;
}

.unit-view-radio label i {
    font-size: 15px !important
}

.unit-view-radio input[type="radio"]:checked+label {
    cursor: default;
    color: #739efe;
}

.selected-file-item {
    position: relative;
    display: inline-block;
}

.selected-file-item .del-resource-preview {
    top: -3px;
    right: -3px;
}

.cd-ss-section {
    padding: 30px 0px 10px 0px;
    border-top: dashed 1px #ddd;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.cd-ss-section:first-child {
    border: 0;
    padding-top: 10px;
}

.winner-img-wrapper img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
}

.winner-img-wrapper li {
    margin: 5px;
    background-color: #fff;
    padding: 7px;
    border-radius: 7px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.winner-img-wrapper li img {
    height: 24px;
}

.cdms-alert-list {
    max-height: 170px
}

.cdms-list-item {
    padding: 10px;
    margin: 5px 0px;
    background-color: rgba(243, 244, 249, 0.5);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    border: solid 1px rgba(243, 244, 249, 0.7);
}

.cdms-list-item strong {
    font-weight: bold;
    color: #333;
}

.hidden-vid {
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    z-index: -999999;
    left: 50%;
    visibility: hidden;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cd-unit-title {
    margin: 5px auto;
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    position: relative;
}

.cd-unit-item .cd-unit-title {
    color: #fff !important;
    padding-left: 0px;
    margin: 3px auto 3px auto
}


.cd-unit-item .cd-unit-views {
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2px 5px;
    border-radius: 3px;
}

.cd-unit-item .cd-unit-views,
.cd-unit-item .cd-unit-views i {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

.cd-unit-item .cd-unit-duration {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
}

.cd-unit-item .cd-unit-unpoaded-by-outer {
    width: 100%
}

.cd-unit-item .cd-unit-uploaded-date,
.cd-unit-item .cd-unit-unpoaded-by,
.cd-unit-item .cd-unit-unpoaded-by a {
    color: rgba(255, 255, 255, 0.9)
}

.cd-unit-item .cd-unit-unpoaded-by a:hover {
    color: rgba(255, 255, 255, 1)
}

.cd-unit-item .cd-unit-footer .progress {
    height: 5px;
}

.cd-unit-item .sec-chek-wrapper .custom-checkbox {
    padding-right: 0px;
    position: relative;
    top: -2px;
}

.cd-unit-item .sec-chek-wrapper input[type="checkbox"]+.custom-control-label::before {
    border: solid 2px #ddd !important;
    background-color: #fff !important;
    border-radius: 100px;
    width: 18px;
    height: 18px;
}

.cd-unit-item .sec-chek-wrapper input[type="checkbox"]:checked~.custom-control-label::before {
    filter: grayscale(0) !important;
    background-color: #00e6af !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.cd-unit-item .sec-chek-wrapper input[type="checkbox"]~.custom-control-label::after {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%236967ce\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(1);
    opacity: 0.4;
}

.cd-unit-item .sec-chek-wrapper input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.cd-unit-item-vtile *,
.cd-unit-item-vlist * {
    transition: all 0.2s;
}

.cd-unit-item-vlist .cd-unit-item {
    height: auto;
    margin: 5px auto;
    padding: 5px 5px 5px 25px;
    overflow: hidden;
    background-image: url("../../app-assets/images/backgrounds/04.jpg") !important;
}

.cd-unit-item-vlist .cd-unit-footer {
    position: relative;
    padding-top: 0;
}

.cd-unit-item-vlist .unit-check-delete .d-inline-block {
    position: relative;
    margin-left: 10px;
}

.cd-unit-item-vlist .unit-check-delete .sec-chek-wrapper {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.cd-unit-item-vlist .cd-unit-item::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)) !important
}

.cd-unit-item-vlist .badge-new-unit {
    margin-right: 0px !important;
    margin-bottom: 3px;
}

.cd-unit-item-vlist .cd-unit-item .sec-chek-wrapper .custom-checkbox {
    padding-right: 0px;
}

.cd-unit-item-vlist .cd-unit-item .d-table {
    width: 100%
}

.cd-unit-item-vlist .cd-unit-del {
    position: relative;
    right: 5px;
    top: 0;
    white-space: nowrap;
}

.cd-unit-item {
    background-color: rgba(242, 243, 249, 0.35);
    padding: 10px;
    border-radius: 7px;
    color: #333;
    font-size: 12px;
    line-height: normal;
    height: 150px;
    position: relative;
    z-index: 1;
    /* box-shadow: 0px 7px 10px rgba(0,0,0,0.07); */
    border: solid 3px #f2f3f9;
    margin: 15px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: grab;
}


.cd-main-sub {
    font-size: 11px;
    color: #2b345f;
    position: relative;
    margin: 3px 0;
    opacity: 0.8;
    align-self: center;
}

.cd-main-sub span {
    margin: 0px 3px
}

.cd-course-summary div.small {
    padding: 0 5px;
    /* border-left: solid 1px rgba(255, 255, 255, 0.2); */
    align-self: center;
}

.cd-course-summary div.small:first-child {
    padding-left: 0;
    border: 0;
}

.cd-top-progress {
    margin-top: 8px;
    height: 4px;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.cd-recent-module .slick-arrow {
    top: -40px;
    transform: none;
}

.v4-slick-slider .slick-prev,
.cd-recent-module .slick-prev {
    left: unset;
    right: 35px;
}

.v4-slick-slider .slick-next,
.cd-recent-module .slick-next {
    left: unset;
    right: 0px;
}

.cd-recent-module .slick-next::before,
.cd-recent-module .slick-prev::before {
    font-size: 20px;
    line-height: 1;
    color: #002bd9 !important;
    font-family: 'feather' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.v4-slick-slider .slick-next::before,
.cd-recent-module .slick-next::before {
    content: "\e929" !important;
}

.v4-slick-slider .slick-prev::before,
.cd-recent-module .slick-prev::before {
    content: "\e928" !important;
}

.cd-recent-module .cd-unit-item {
    min-height: 153px;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
}

.cd-recent-module .cd-unit-item a {
    margin-top: auto
}

.cd-recent-module .cd-unit-title {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.cd-recent-module .cd-unit-title a span {
    white-space: nowrap;
    overflow: hidden;
    max-width: 120px;
    text-overflow: ellipsis;
    display: inline-block;
}

.cd-analytics {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /* margin-left: -3px;
    margin-right: -3px; */
}

.cd-analytics-item {
    padding: 7px 20px 7px 10px;
    font-size: 11px;
    font-family: 'lato', sans-serif;
    font-weight: 500;
    color: #555;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 3px;
    border-radius: 7px;
    position: relative;
    min-width: 97px;
    border: solid 0.7px #dee7ff;
    ;
}

.cd-analytics-icon {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
    margin-right: 8px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    font-size: 11px;
    background-color: #f4f3f8;
    color: #7092fe;
}

.cda-title {
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    color: #2e354f;
}

.cda-spec {
    font-size: 14px;
}

.cda-spec span {
    font-size: 15px;
}

.negative-marking-radio input[type="radio"] {
    position: absolute;
    left: -9999999px;
    visibility: hidden;
    z-index: -99999;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.negative-marking-radio input[type="radio"]:checked~label {
    background-color: #807ED5;
    color: #fff;
}

.form-group.negative-marking-radio {
    display: flex
}

.form-group.negative-marking-radio label {
    border: solid 1px #eee;
    padding: 5px 10px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.negative-marking-radio .form-check.form-check-inline {
    margin: 0;
}

.negative-marking-radio .form-check:first-child label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}

.negative-marking-radio .form-check:last-child label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
}

.dih-desc {
    color: #777;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    border-top: solid 1px #f4f5fa;
    padding-top: 5px;
}

.disc-reply-card .reply-input-span input::-webkit-input-placeholder {
    /* Edge */
    color: #3b4781;
}

.disc-reply-card .reply-input-span input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3b4781;
}

.disc-reply-card .reply-input-span input::placeholder {
    color: #3b4781;
}

.disc-reply-card .chat-application .chat {
    position: relative
}

.disc-reply-card .chat-application .chats .chat-avatar {
    position: absolute;
    top: 40px;
    right: 0px;
}

.disc-reply-card .chat-application .chat.chat-left .chat-avatar {
    position: absolute;
    top: 40px;
    left: 0;
    right: unset;
}

.disabled-section {
    pointer-events: none;
    opacity: 0.9;
    filter: grayscale(1)
}

.dis-nav-tabs .nav-item {
    width: calc(100% - 4px);
    border-radius: 0 !important;
    margin: 2px;
    background-color: transparent;
    box-shadow: none;
}

.dis-nav-tabs .nav-item .nav-link {
    font-size: 13px;
    border-radius: 10px !important;
    border: 0 !important;
    margin: 1px 0px;
    padding: 10px 15px !important;
    font-weight: 600;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.dis-nav-tabs .nav-item .nav-link .dash-dd-short p {
    color: rgba(43, 52, 95, 0.7);
    font-size: 12px;
    opacity: 0.8;
    margin-top: 2px;
}

.dis-nav-tabs .nav-item .nav-link.active .dash-dd-short p {
    color: rgba(255, 255, 255, 0.8)
}

/* .dis-nav-tabs .nav-item .nav-link.active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6967ce;
    position: absolute;
    right: -1px;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 2px);
    border-radius: 1px;
} */

.dis-nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #6c95fe;
    box-shadow: 3px -2px 4px rgba(13, 13, 13, 0.08) !important;
}

/*
.dis-nav-tabs .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: #3f9ae5;
    width: 5px;
    height: 5px;
} */
.dis-nav-tabs .dash-dd-short .d-flex.justify-content-between {
    display: none !important
}

.dis-nav-tabs .nav-item .nav-link h6 {
    margin-bottom: 0;
    font-weight: bold
}

.dis-nav-tabs .nav-item .nav-link .dash-dd-short p {}

.dis-nav-tabs .nav-item .nav-link.active h6 {
    color: #fff;
}

.dash-dd-short .text-muted {
    color: #888 !important;
    font-size: 12px;
}

.new-dis-avail .dash-dd-short .text-muted {
    color: #444 !important;
    font-weight: bold;
}

.diss-users-count span {
    margin: 0px 0px 0px 5px;
    font-size: 12px;
    display: inline-block
}

.diss-users-count span i {
    font-size: 13px !important;
}

.diss-users-count span i.la {
    transform: scale(1.3);
}

.diss-users-count span .ls-count-span {
    margin: 0;
}

.chat-no-dis {
    opacity: 0.7;
    display: block;
    font-size: 80%;
    margin-top: 3px;
}

.chat-application .input-group.has-icon-left .form-control-position i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chat-application .has-icon-left .form-control-position {
    top: 50%;
    transform: translateY(-50%);
}

.pignose-calendar {
    max-width: none !important
}

.cd-unit-item-vtile {
    width: 100%;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1700px) {
    .cd-unit-item-vtile:not(.cd-unit-item-vlist) {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .cd-unit-item-vtile:not(.cd-unit-item-vlist) {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }


    .osmac .cd-unit-item-vtile:not(.cd-unit-item-vlist) {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .osmac .cd-unit-item-vtile:not(.cd-unit-item-vlist) {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

}

@media screen and (min-device-width: 992px) and (max-device-width: 1700px) {

    .dash-todo-wrapper .todo-lg {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .dash-todo-wrapper .todo-xl {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

/* .dash-todo-wrapper-innerR,
.cal-event-scroll{width: 50%;padding:0px} */

.chat-dis-scroll {
    max-height: 350px;
}

.chat-dis-scroll ul {
    width: calc(100% - 2px) !important
}

.mob-top-tabs .nav-link {
    color: rgba(255, 255, 255, 0.8);
    /* font-weight: bold;
    border-bottom: 2px solid transparent;
    padding: 1rem 0.8rem 1rem 0.8rem !important; */
    font-size: 0.9rem !important;
}

.dropdown-menu_auto .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.dropdown-menu_auto .nav-link.active {
    color: rgba(0, 0, 0, 0.9) !important;
}

.mob-top-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
}

.stu-per-stu-carousel .slick-track {
    display: flex;
}

.flatpickr-day.today {
    background-color: #ddd;
    color: #000;
}

.recent-table .avatar {
    width: auto
}

.recent-table .avatar img {
    width: 30px;
    height: 30px
}

#videoModal .plyr__volume input[type="range"] {
    width: calc(100% - 32px) !important
}

.collapse-create-test .d-table label {
    display: block;
    margin-bottom: 5px !important;
}

.cdms-item-finish.cdms-finish-completed::after {
    content: "";
    left: 0;
    width: 100%;
    bottom: -6px;
    height: 2px;
    background-color: #00dad4;
    position: absolute;
    z-index: 0;
}

.unpublished-warning-span .btn {
    margin-left: 3px;
    margin-bottom: 3px;
    padding: 0px 7px;
    font-size: 11px !important;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    line-height: 21px;
}

.cd-item-unpublished {
    background-color: rgba(255, 255, 255, 0.9);
    height: 20px;
    margin-right: 4px;
    line-height: 13px;
}



.sel-res-template [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.sel-res-template img {
    height: 100px;
    display: block;
    margin: 0px auto 5px auto;
    padding: 0px 10px;
    max-width: 120px;
}

/* CHECKED STYLES */

.sel-res-template {
    display: flex;
    margin: 10px -10px;
    justify-content: left;
    flex-wrap: wrap;
}

.sel-res-template label {
    padding: 4px 4px 7px 4px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    margin: 10px;
    border: solid 1px #f3f0f9;
    text-align: center;
    color: #444;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    transition: all 0.7s;
    cursor: pointer;
}

.sel-res-template input[type="radio"]:checked+label {
    border: 1px solid #f1eff5;
    box-shadow: 0px 8px 12px rgba(211, 213, 217, 0.7);
    transform: scale(1.1);
    cursor: default;
}

.sel-res-template input[type="radio"]:checked+label::before {
    content: "";
    width: 21px;
    height: 21px;
    line-height: 17px;
    border: solid 2px #6e727d;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.sel-res-template input[type="radio"]:checked+label::after {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: -4.5px;
    top: -7px;
    color: #6e727d;
    transition: all 0.8s;
    font-size: 10px;
}

.selected-file-item {
    position: relative;
    display: inline-block;
}

.selected-file-item .del-resource-preview {
    top: -3px;
    right: -3px;
}

.screen-rec-opt {
    display: none;
    border: 1px solid rgb(238, 238, 238);
    padding: 20px 0px;
    margin: 0px 20px;
    /* transition: all .5s ease-in-out; */
}

.screen-rec-opt1 {
    display: none;
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
    margin: 10px 20px;
    /* 			transition: all .5s ease-in-out; */
}

.screen-rec-opt2 {
    display: none;
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
    margin: 10px 20px;
    /* 			transition: all .5s ease-in-out; */
}

.set-ques-action input[type="radio"].bg-primary.selected+.custom-control-label {
    background-color: #00e6af !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff;
}

.scan-success:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #44bdff;
    border-radius: 100px;
}

.scan-success:before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all 0.8s;
    font-size: 16px;
    z-index: 2;
}

.test-ques-wrapper ol li .avatar {
    position: absolute;
    right: 16px;
    top: 16px;
    overflow: hidden;
}

.test-ques-wrapper ol li .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    max-height: calc(100% + 20px);
    max-width: calc(100% + 20px);
}


.make-unpublish-span .btn {
    margin-right: 4px;
    padding: 0px 7px;
    font-size: 11px;
    line-height: 17px;
    height: 21px !important;
}

.make-unpublish-span .btn i {
    font-size: 11px !important;
}

.coll-teacher-item .avatar {
    width: 40px;
    height: 40px;
    border: solid 3px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.coll-teachers-list {
    max-height: 400px;
}

.coll-teacher-item {
    padding: 10px;
    background-color: #f4f5fa;
    border-radius: 8px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

.cti-selected-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: 3px;
}

.cti-selected-item {
    margin: 1px;
    padding: 5px 8px;
    border-radius: 6px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.035);
    font-size: 13px;
    color: #fff;
}

.cti-selected-item span {
    font-size: 12px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
}

.cti-right .progress {
    margin-top: 3px;
}

.cti-right .cqb-progress-title {
    color: rgba(255, 255, 255, 0.7)
}

.slick-track {
    min-width: 100%
}

.tr-summary .sq-summery-title {
    min-width: 150px
}

.violation-summary-itam img {
    height: 15px;
}

.violation-summary-itam {
    padding: 3px 10px;
    background-color: rgb(244, 245, 250);
    margin: 1px;
    border-radius: 3px;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    font-family: 'lato', sans-serif;
}

.violation-summary-itam .vsi-left {
    margin-right: 4px;
}

.violation-summary-itam .vsi-right {
    margin-left: 4px;
}

.violation-gallary-wrapper .violation-img-wrapper img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    max-height: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.violation-gallary-wrapper .gallery_product {
    margin: 15px 0px;
    position: relative
}

.violation-gallary-wrapper .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.violation-gallary-wrapper .gallery_product .violation-img-wrapper {
    border-radius: 7px;
    overflow: hidden;
    border: solid 2px #ddd;
    height: 150px;
}

.position-relative.violation-img-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)) !important;
}

.violation-test-date {
    margin-top: 2px;
}

.violation-img-summary {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
}

@media screen and (min-device-width: 1580px) and (max-device-width: 2500px) {
    .violation-gallary-wrapper .gallery_product .violation-img-wrapper {
        height: 220px;
    }

    .violation-gallary-wrapper .violation-img-wrapper img {
        max-height: 220px;
    }

}

.vio-gallary-icon {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    line-height: 21px;
    border: solid 2px #fff;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 0px 2px;
    cursor: default;
}

.vio-gallary-icon img {
    height: 15px;
    display: inline-block;
    border-radius: 0px;
    max-width: 100%;
    min-width: auto;
    min-height: auto;
    max-height: 100%;
}

.vio-user-name {
    font-size: 12px;
}

.vio-user-name .avatar {
    min-width: 28px;
    width: 28px;
    height: 28px;
    border: solid 2px #fff;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 0px 2px;
}

.violation-time-span {
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2px 5px;
    border-radius: 3px;
}

.vaiolation-gallary-category .nav-tabs .nav-link {
    padding: 7px 12px !important;
    margin: 2px;
}

.response-analytics-card .card {
    background-color: rgba(90, 130, 253, 0.015);
    height: calc(100% - 30px);
    box-shadow: 2px 3px 3px rgb(233, 239, 253) !important;
}

.response-analytics-card {
    height: 100%;
}

.avarage-test-response canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.response-analytics-card .card-header {
    border-bottom: solid 1px #f3f4f9;
    border-radius: 0;
    text-align: center;
}

.res-ana-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.res-ana-details .res-ana-item {
    padding: 3px 10px;
    font-weight: bold;
    color: #4d67cb;
    font-size: 12px;
    margin: 1px;
    background-color: rgba(241, 242, 248, 0.7);
    border-radius: 3px;
}

.res-ana-details .res-ana-item .res-ana-left {
    color: #666;
}

.poor-response-card .custom-ol li,
.top-response-card .custom-ol li {
    border: 0;
    padding: 0 0 0 5px;
}

.poor-response-card .custom-ol li:before,
.top-response-card .custom-ol li:before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    position: absolute;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    background-color: #00BCD4;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 100px;
    z-index: 99;
    left: 0;
}

.poor-response-card .custom-ol li:before {
    background-color: #fa626b;
}

.poor-response-card .zone-table-img,
.top-response-card .zone-table-img {
    padding-top: 5px;
    padding-right: 5px;
}

.poor-response-card .d-stu-class,
.top-response-card .d-stu-class {
    position: relative;
    top: -7px;
}

.poor-response-card .d-stu-class a,
.top-response-card .d-stu-class a {
    color: #555
}

.poor-response-card .d-stu-class a:hover,
.top-response-card .d-stu-class a:hover {
    color: #505bc5
}

.tr-card-per {
    width: 38px;
    height: 38px;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    border-left: solid 1px #eee;
    white-space: nowrap;
    padding-left: 5px;
}

.response-analytics-card .knob-input-wrapper {
    text-align: center
}

.response-analytics-card .knob-input-wrapper span {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: normal;
}

.tr-user-detected {
    font-size: 18px;
    margin: 3px 0 3px 10px;
}

.user-proctored-list {
    margin-left: 30px;
}

.user-proctored-list .user-proctored-litem .btn {
    padding: 3px 4px;
    margin: 1px;
}

.user-proctored-list .user-proctored-litem .btn.btn-success {
    background-color: #eafde8;
    border: solid 1px #5ed84f !important;
}

.user-proctored-list .user-proctored-litem img {
    height: 17px;
    border-radius: 0;
}

.test-res-filter .slider-horizontal {
    width: 100% !important;
}

.test-res-filter .slider-track-low,
.test-res-filter .slider-track-high {
    background-color: #eee
}

.test-res-filter .slider-selection {
    background-image: -webkit-gradient(linear, left top, right top, from(#5b83fd), color-stop(50%, #648dfe), to(#96aeff));
    background-image: -webkit-linear-gradient(left, #5b83fd 0, #648dfe 50%, #96aeff 100%);
    background-image: -moz-linear-gradient(left, #5b83fd 0, #648dfe 50%, #96aeff 100%);
    background-image: -o-linear-gradient(left, #5b83fd 0, #648dfe 50%, #96aeff 100%);
    background-image: linear-gradient(90deg, #5b83fd 0, #648dfe 50%, #96aeff 100%);
    background-size: 100% auto;
}

.test-res-filter .slider-handle {
    background-image: -moz-linear-gradient(top, #E8E9EE, #d8daea);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));
    background-image: -webkit-linear-gradient(top, #E8E9EE, #d8daea);
    background-image: -o-linear-gradient(top, #E8E9EE, #d8daea);
    background-image: linear-gradient(to bottom, #E8E9EE, #d8daea);
}

.test-res-filter .slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -1px;
    top: 50%;
    left: 0;
}

.coll-teacher-item .coll-tch-delete {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
}

.coll-teacher-item .cti-right {
    padding-right: 10px
}

.position-relative.violation-img-wrapper video {
    min-width: 100%;
    min-height: 100%;
    max-height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.violation-img-modal .close {
    position: absolute;
    top: -7px;
    color: #333;
    background-color: #fff;
    right: -7px;
    opacity: 1;
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 0px;
    border-radius: 100px;
    border: 0;
    z-index: 99;
}

.violation-modal-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 1rem;
    color: #fff;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) !important;
}

.violation-vid-modal .violation-modal-content {
    bottom: 45px;
}

.filters-button-group .btn {
    margin-bottom: 5px;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
    height: 36px;
    overflow: hidden;
    position: relative;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar img {
    width: auto;
    height: auto;
    min-height: 100%;
    max-height: 120%;
    min-width: 100%;
    max-width: 120%;
    border: 0;
    border-radius: 1000px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.90;
    }

    100% {
        opacity: 1.0;
    }
}

.glow-unit {
    -webkit-animation: blinker 1.7s linear infinite;
    -moz-animation: blinker 1.7s linear infinite;
    animation: blinker 1.7s linear infinite;
    /*border:solid 2px #09e5fd;*/
}

.cd-unit-item.glow-unit::after {
    background-image: linear-gradient(rgba(52, 194, 250, 0.7), rgba(69, 131, 217, 0.9), rgb(80, 91, 197)) !important
}

.avatar,
.avatar img {
    min-height: 30px
}

.avatar {
    height: 30px
}

.ls-tch-img .avatar {
    overflow: hidden;
}

.ls-tch-img .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


body {
    height: auto !important;
    min-height: 100%;
    position: relative;
    display: block
}

.footer.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 260px);
    transition: all 0.4s;
}

.menu-collapsed footer.footer {
    width: calc(100% - 60px);
}

html body .content .content-wrapper {
    padding-bottom: 3.5rem;
}

.diss-card-list-wrapper .nav-tabs {
    flex-wrap: wrap !important;
    width: 100%
}

.dash-stati-wrapper,
.dash-pro-summary {
    border-left: dashed 1px rgba(244, 245, 250, 1);
}

.dash-pp-wrapper figure {
    border-radius: 100px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    /*border: solid 4px #f6f7ff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.15);*/
    position: relative;
}

.dash-pp-wrapper figure img {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dash-pro-class {
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dash-pro-class span {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px;
    color: #888;
}

.dash-pro-class span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-left: solid 1px #ccc;
    height: 10px;
    opacity: 0.5;
}

.dash-pro-class span:first-child:before {
    display: none
}

.dash-pro-code {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 300;
    opacity: 0.8;
}

.dashboard-profile-view {
    padding: 15px;
    background-color: rgba(111, 152, 244, 0.07);
    border-radius: 10px;
    max-width: 260px;
    margin-bottom: 10px;
}

.dash-u-email {
    margin-top: 3px;
}

.dash-edit-profile .btn {
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    color: #aebce1;
    cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    transition: all 0.5s;
    background-color: rgba(114, 157, 251, 0.1);
    border-radius: 100px
}

.dash-edit-profile .btn i {
    font-size: 11px
}

.dash-edit-profile .btn:hover {
    opacity: 1;
}

.dash-pro-summary p {
    margin-top: 0.3rem;
    margin-bottom: 0;
    opacity: 0.6;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.dash-pro-summary p:last-child {
    margin-bottom: 1rem;
}

.dash-top-carousel {
    margin: 10px !important;
}

.dash-top-carousel img {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(244, 245, 250, 0.5);
    border: solid 1px rgba(244, 245, 250, 0.7);
}

.dash-top-carousel .slick-dots {
    bottom: -20px;
    margin: 0px;
}

.dash-top-carousel .slick-dots li {
    height: 7px;
    width: 13px;
    margin: 0px 2px;
}

.dash-top-carousel .slick-dots li button {
    height: 5px;
    width: 13px
}

.dash-top-carousel .slick-dots li button::before {
    content: "";
    background-color: rgb(81, 88, 195);
    height: 4px;
    border-radius: 100px;
    opacity: 0.3;
    width: 13px;
}

.dash-top-carousel .slick-dots li.slick-active button::before {
    opacity: 1 !important;
}

.notificationCount.badge {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 10px;
    padding: 4px;
    min-width: 16px;
    min-height: 16px;
    text-align: center;
}

.dps-contact-spans {
    margin: 0px -2px;
}

.dps-contact-spans span {
    margin: 1px;
    padding: 3px 15px 3px 0px;
    border-radius: 50px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.dps-contact-spans span img {
    height: 16px;
    align-self: center;
}

/*.dps-contact-spans span:nth-child(4n+1),
 .dps-contact-spans span:nth-child(4n+1) a{
    background-color: #E9FFFC;
    color: #00BBA1;
 }

 .dps-contact-spans span:nth-child(4n+2),
 .dps-contact-spans span:nth-child(4n+2) a{
    background-color: #EFF2F9;
    color: #5158C3;
 }
 .dps-contact-spans span:nth-child(4n+3),
.dps-contact-spans span:nth-child(4n+3) a{
    background-color: #fdf6f8;
    color: #fd1455;
 }
 .dps-contact-spans span:nth-child(4n+4),
.dps-contact-spans span:nth-child(4n+4) a{
    background-color: #ebf5ff;
    color: #007cff;
 }*/

.dps-upload-spans .d-flex.flex-wrap {
    margin: 0 -2px;
}

.dash-pro-summary h6 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.dps-upload-spans span {
    font-size: 11px;
    padding: 3px 5px;
    margin: 2px;
    border-radius: 20px;
    color: #5d606c;
    font-weight: bold;
}

.dps-upload-spans span img {
    height: 20px
}

.dps-contact-spans span a {
    display: flex;
    color: #2e354f;
}

.dps-contact-spans span i {
    font-size: 17px !important;
    align-self: center;
    margin-right: 4px;
    color: #6067bf;
}

.arrow-top-right .slick-next,
.arrow-top-right .slick-prev,
.dps-recom-carousel .slick-next,
.dps-recom-carousel .slick-prev {
    top: -7px;
}

.arrow-top-right .slick-prev,
.dps-recom-carousel .slick-prev {
    right: 22px;
    left: unset
}

.arrow-top-right .slick-next,
.dps-recom-carousel .slick-next {
    right: 0px;
    left: unset
}

.arrow-top-right .slick-next::before,
.dps-recom-carousel .slick-next::before {
    content: "\f054";
}

.arrow-top-right .slick-prev::before,
.dps-recom-carousel .slick-prev::before {
    content: "\f053";
}

.arrow-top-right .slick-next::before,
.arrow-top-right .slick-prev::before,
.dps-recom-carousel .slick-next::before,
.dps-recom-carousel .slick-prev::before {
    color: #bdc1cc;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 12px;
}

.dps-recom-item {
    font-size: 11px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    padding: 10px;
    margin: 5px;
}

.item.dps-recom-item {
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    min-height: 110px;
    padding-bottom: 30px;
    transition: all 0.4s;
}

.item.dps-recom-item a {
    color: #fff;
}

.item.dps-recom-item:hover {
    transform: scale(0.97);
    opacity: 0.9;
}

.item.dps-recom-item:hover .dpsr-cname {
    color: #33FDCD
}

.item.dps-recom-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+78&0+0,0.75+78 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 78%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 78%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 78%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
    /* IE6-9 */
}

.dpsr-cname {
    font-size: 12px;
    font-weight: bold;
    /* font-family: 'lato', sans-serif; */
    letter-spacing: 0.15px;
    line-height: 15px;
    margin-bottom: 5px;
    transition: all 0.4s;
}

.dpsr-crating {
    margin: 3px 0;
    line-height: 15px;
}

.dpsr-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    opacity: 0.8;
}

.dps-recom-carousel {
    margin-bottom: 0px !important;
}

.dash-qlinks-wrapper {
    background-color: #fff;
    padding: 15px 15px 0px 1rem;
    border-top: solid 1px #eee;
}

.dash-qlinks-wrapper .quicklink-inner {
    padding-bottom: 15px;
    margin-top: -6px;
}

.dash-qlinks-item {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    font-family: 'lato', sans-serif;
    letter-spacing: 0.5px;
    margin: 3px;
}

.dash-qlinks-item .dropdown-toggle:after {
    display: none
}

.dash-qlinks-item .dropdown-toggle,
.dash-qlinks-item a.btn {
    font-weight: 500;
    background-image: -moz-linear-gradient(left, #fff, #fff);
    color: #333;
    padding: 10px 12px;
    border-radius: 6px;
    border: solid 1px rgba(240, 240, 244, 0.5);
    box-shadow: 0px 8px 10px rgba(234, 240, 255, 0.7);
    font-size: 12px;
}

.dash-qlinks-item a i {
    color: #537afd
}

.dash-qlinks-item a:hover i {
    color: #fff
}

.dash-qlinks-item .dropdown-toggle:active,
.dash-qlinks-item .dropdown-toggle:hover,
.dash-qlinks-item a.btn:hover {
    background-image: -moz-linear-gradient(left, #749ffe, #537afd);
    background-image: -webkit-gradient(linear, left top, right top, from(#749ffe), to(#537afd));
    background-image: -webkit-linear-gradient(108deg, #749ffe, #537afd);
    background-image: -moz-linear-gradient(108deg, #749ffe, #537afd);
    background-image: -o-linear-gradient(108deg, #749ffe, #537afd);
    background-image: linear-gradient(108deg, #749ffe, #537afd);
    background-image: linear-gradient(to right, #749ffe, #537afd);


    color: #fff;
    border-color: #719bfe;
}

.dash-user-slinks a {
    color: #abbce8;
    transition: 0.5s;
    width: 28px;
    height: 28px;
    border: solid 1px #abbce8;
    display: inline-block;
    line-height: 26px;
    border-radius: 100px;
    margin: 4px;
}

.dash-user-slinks a:hover {
    color: #5158c3;
}

.border-bottom-tabs .nav-item .nav-link,
.dash-course-summary .nav.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    padding: 8px 17px 9px !important;
    border-radius: 7px !important;
    background-color: #f5f6fb;
    margin: 0px 3px;
    transition: all 0.4s;
    border: solid 0.2px #f5f6fb;
}

.border-bottom-tabs .nav-item .nav-link:hover,
.border-bottom-tabs .nav-item .nav-link.active,
.dash-course-summary .nav.nav-tabs .nav-item .nav-link:hover,
.dash-course-summary .nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 3px 5px 10px 0 rgba(133, 155, 201, 0.08);
    border: solid 0.2px #dee7ff;
    background-color: #ffffff;
    opacity: 1 !important;
}

.cs-course-list {
    margin: 0 -10px;
}

.cs-course-list .card-accordion {
    max-height: 600px;
    padding: 10px
}

.cs-course-list .card-accordion .card:last-child {
    margin-bottom: 0px;
}

.cs-course-list .card-accordion .card-header::after {
    display: none;
}

.cs-course-list .card-accordion .card-header {
    padding: 0px !important;
}

.cs-course-list .card-accordion .collapse-icon.left .card-header .btn::before,
.cs-course-list .card-accordion .collapse-icon.left .card-header .btn::after {
    right: 7px;
    left: unset;
}

/* .cs-course-list .card-accordion .card-header .btn:hover{
    background-color: rgba(244, 245, 250,0.7) !important;
    border: solid 2px #f4f5fa !important;
}
.cs-course-list .card-accordion .card-header .btn:hover b{color:#4e62c8!important} */
.cs-course-list .card-accordion .card-header .btn.btn-link {
    font-size: 13px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    width: 100%;
    background-color: #739dfc;
    padding: 10px 25px 10px 10px !important;
    border-radius: 7px;
}

.cs-course-list .card-accordion .card-header .btn.collapsed:focus,
.cs-course-list .card-accordion .card-header .btn.collapsed {
    color: rgba(51, 51, 51, 0.7);
    background-image: none;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 rgba(109, 133, 183, 0.1);
    border: solid 1px rgba(112, 112, 112, 0.07);
    background-color: #ffffff;
}

.cs-course-list .card-accordion .card-header .btn.collapsed b {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #2b345f;
    letter-spacing: normal;
}

.cs-course-list .card-accordion .card-header .btn.collapsed .cs-cby a {
    color: #4e62c8
}

.cs-course-list .card-accordion .card-header .btn .cs-cby a {
    color: #fff
}

.cs-course-list .card-accordion .card-header b {
    color: #fff;
    letter-spacing: 0.3px;
    display: block
}

.cs-course-list .card-accordion .card-header .collapsed .cs-cdate {
    color: #2b345f;
}

.cs-course-list .card-accordion .card-header .cs-cdate {
    margin-top: 7px;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    color: #fff;
}

.cs-course-list .card-accordion .card-header .cs-overlay-link:not(.collapsed) .progress-bar.theme-bg1 {
    background-image: none;
    background-color: rgba(115, 157, 252, 0.35);
}

.cs-course-list .card-accordion .card-header .progress {
    height: 3px !important;
    margin-top: 7px !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}

.cs-course-list .card-accordion .card-header .collapsed .progress {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0);
}

.cs-course-list .cs-course-item .cs-cby {
    opacity: 0.9;
    margin-top: 3px;
}

.cs-course-list .cs-course-item .cs-cby .avatar {
    margin-right: 5px;
    width: 25px;
    min-height: 25px;
    height: 25px;
    overflow: hidden;
}

.cs-course-list .card-accordion .card .card {
    margin: 5px 0px;
}

.cs-course-list .card-accordion .card .card:first-child {
    margin-top: 0px;
}

.card-body.cs-activity-list {
    background-color: #fff;
    color: #666;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    border-radius: 0 0 7px 7px;
    border: solid 1px rgba(112, 112, 112, 0.07);
}

.card-body.cs-activity-list a {
    color: #333;
    font-weight: bold;
}

.card-body.cs-activity-list li {
    border-top: dashed 1px rgb(237, 239, 244);
    margin: 2px 0;
    display: flex;
    position: relative;
    min-height: 40px;
    padding: 2px 0 2px 55px;
    line-height: normal;
}

.card-body.cs-activity-list li:first-child {
    border-top: 0;
}

.card-body.cs-activity-list li .csact-date {
    font-weight: 600;
    font-family: 'lato', sans-serif;
    color: #fff;
    text-align: center;
    background-color: #5158c3;
    margin-right: 3px;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card-body.cs-activity-list li .csact-date img {
    height: 14px;
    margin-bottom: 2px;
}

.card-body.cs-activity-list li .csact-yr {
    display: block;
    font-size: 11px;
    opacity: 0.9;
    font-weight: 500;
}

.cs-popover-template {
    height: calc(100% - 35px)
}

.cs-popover-template .cs-popover-badges li {
    margin: 3px;
    background-color: #fff;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.cs-popover-template p {
    margin-bottom: 3px;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.cs-popover-template .cs-popover-badges li img {
    height: 22px;
}

.dash-cw-slider .cd-unit-item {
    height: 110px;
    cursor: auto;
}

.dash-cw-slider .cw-list-item {
    margin-top: 10px;
}

.dash-popover-thumb {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.popover {
    max-width: 350px !important;
}

.dash-cs-t2 .btn.btn-link {
    padding-left: 10px !important;
    padding-right: 50px !important;
}

.dash-cs-t2.tch-dash-cs-t2 .btn.btn-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.card-h-100 {
    height: calc(100% - 30px)
}

.card-min-h-100 {
    min-height: calc(100% - 30px)
}

/* .dash-todo-wrapper-innerL{max-height:370px;} */
.dash-todo-wrapper .fc-bootstrap4 .fc-popover.card {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1) !important;
    padding: 0 10px;
}

.modal-set-summary .sq-summery-title {
    min-width: auto;
    white-space: nowrap;
}

.modal-set-summary .sq-other-item {
    margin-right: 15px;
}

.modal-set-summary .sq-summery-span {
    padding: 0px;
}

.dash-todo-wrapper .pignose-calendar.pignose-calendar-blue

/* ,.dash-todo-wrapper .pignose-calendar .pignose-calendar-unit*/
    {
    height: 100% !important;
}

.dash-todo-wrapper .pignose-calendar .pignose-calendar-unit a {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    font-size: 16px;
}

.dash-todo-wrapper-innerL .calendar-blue .pignose-calendar-body {
    height: calc(100% - 170px)
}

.dash-todo-wrapper-innerL .calendar-blue .pignose-calendar-body .pignose-calendar-row {
    min-height: 16.5%;
    max-height: 20%
}

/* .dash-todo-wrapper .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date{
    padding: 1.5em 0;
} */
/* .dash-todo-wrapper .pignose-calendar .pignose-calendar-top {
    padding: 2.5em 0;
} */
.dash-todo-list li {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: normal;
    color: #2b345f;
    margin: 10px 0px;
    position: relative;
}

.dash-todo-list li:first-child {
    border: none
}

.dash-todo-list li .todo-list-content {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    line-height: 16px;
}

.todo-list-check {
    width: 100%;
}

.todo-list-check .custom-checkbox label {
    width: 100%;
}

.todo-list-check .custom-checkbox {
    padding-right: 7px;
    position: relative;
    top: -2px;
}

.dash-todo-list li .todo-list-time {
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: normal;
    color: #2b345f;
}

.dash-todo-list li .todo-set-reminder {
    opacity: 0.3;
    transition: all 0.5s;
}

.dash-todo-list li:hover .todo-set-reminder {
    opacity: 1;
    color: #5255c2;
}

.todo-list-check .custom-checkbox input[type="checkbox"]+.custom-control-label::before {
    border: solid 2px #ddd !important;
    background-color: #fff !important;
    border-radius: 100px;
    width: 18px;
    height: 18px;
}

.todo-list-check .custom-checkbox input[type="checkbox"]:checked~.custom-control-label::before {
    filter: grayscale(0) !important;
    background-color: #547bfd !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.todo-list-check .custom-checkbox input[type="checkbox"]~.custom-control-label::after {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%236967ce\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(1);
    opacity: 0.4;
}

.todo-list-check .custom-checkbox input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.cs-overlay-wrapper {
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-left: solid 1px rgba(233, 234, 242, 0.5);
    z-index: 9;
    border-radius: 0 13px 13px 0px;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.screen-rec-opt-edit {
    border: 1px solid rgb(238, 238, 238);
    padding: 20px 0px;
    margin: 0px 20px;
    /* transition: all .5s ease-in-out; */
}

.screen-rec-opt1-edit {
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
    margin: 10px 20px;
    /* transition: all .5s ease-in-out; */
}

.screen-rec-opt2-edit {
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
    margin: 10px 20px;
    /*  transition: all .5s ease-in-out; */
}

.overlay-loader-msg.d-flex {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000;
    text-align: center;
    justify-content: center;
}

.overlay-loader-msg h2 {
    letter-spacing: 2px;
}

.activity-btn-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-left: 6px;
}

.cs-overlay-link .cs-course-item::after {
    content: "";
    right: -6px;
    top: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #739dfc;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
}

.cs-overlay-link.collapsed .cs-course-item::after {
    display: none
}

.pignose-calendar.pignose-calendar-blue {
    background-color: transparent !important;
}

.pignose-calendar .pignose-calendar-header {
    padding: 1.2em 1.2em 0em 1.2em !important;
    margin-top: 0 !important;
    border-left: solid 1px #f3f4f8;
    border-right: solid 1px #f3f4f8;
    background-color: #fff;
}

.pignose-calendar .pignose-calendar-body {
    border: solid 1px #f3f4f8;
    border-top: 0;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background-color: #fff;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
    box-shadow: none !important
}

.tagsinput:focus-visible,
.study-mate-tags-select:focus-visible,
.tagsinput.focus {
    outline: none !important;
}

.dash-activity-wrapper .activity-bars-wrapper .ct-series-a .ct-point,
.dash-activity-wrapper .activity-bars-wrapper .ct-series-a .ct-line,
.dash-activity-wrapper .activity-bars-wrapper .ct-series-a .ct-bar,
.dash-activity-wrapper .activity-bars-wrapper .ct-series-a .ct-slice-donut {
    stroke: #9ac5ff;
}

.dash-activity-wrapper .activity-bars-wrapper .ct-label {
    fill: #444;
    color: #444;
}

.dash-activity-wrapper .Analytics-donut-chart-up .ct-slice-donut-solid,
.dash-activity-wrapper #Analytics-donut-chart-up .ct-slice-donut-solid {
    fill: #00e9a7;
}

.dash-activity-wrapper .Analytics-donut-chart-up .ct-label,
.dash-activity-wrapper #Analytics-donut-chart-up .ct-label {
    fill: #00e9a7 !important;
}

.dash-activity-wrapper .donutShadow {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, .2));
    filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, .2));
}

.PIApostit div.PIAcontent {
    word-break: break-all;
}

.PIAmaximize,
.PIAexpand {
    background-image: url('../../app-assets/images/note-maximize.svg') !important;
    background-size: 12px 12px;
}

.PIAminimize {
    background-image: url('../../app-assets/images/note-minimize.svg') !important;
    background-size: 12px 12px;
}

.PIAfixed {
    background-image: url('../../app-assets/images/note-pin1.svg') !important;
    background-size: 12px 12px;
}

.PIAfixed2 {
    background-image: url('../../app-assets/images/note-pin2.svg') !important;
    background-size: 12px 12px;
}

.PIAblocked {
    background-image: url('../../app-assets/images/note-lock1.svg') !important;
    background-size: 12px 12px;
}

.PIAblocked2 {
    background-image: url('../../app-assets/images/note-lock2.svg') !important;
    background-size: 12px 12px;
}

.PIAconfig {
    background-image: url('../../app-assets/images/note-cog.svg') !important;
    background-size: 12px 12px;
}

.PIAexport {
    background-image: url('../../app-assets/images/note-publish.svg') !important;
    background-size: 12px 12px;
}

.PIAhide {
    background-image: url('../../app-assets/images/note-hide.svg') !important;
    background-size: 12px 12px;
}

/* .PIAfixed, */
.PIAfixed2 {
    position: absolute;
    left: -999999px;
    z-index: -99999;
    width: 0px;
    height: 0px;
}

.trumbowyg .trumbowyg-button-pane {
    background-color: #333 !important;
}

.trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover {
    background-color: #333 !important;
    opacity: 0.8;
}

.recipientListModal .border-bottom-tabs .nav-item .nav-link .badge {
    margin-left: 5px;
}

.calendar-blue {
    margin: 0px
}

.floated-note {
    position: fixed;
    right: 25px;
    bottom: 105px;
    width: 50px;
    height: 50px;
    border: solid 3px #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 38px;
    background-color: #ffaf00;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.floated-note img {
    height: 25px;
}

.floated-announcement {
    position: fixed;
    right: 25px;
    bottom: 50px;
    z-index: 1;
}

.floated-announcement .btn {
    background-color: rgb(88, 128, 253);
    width: 50px;
    height: 50px;
    padding: 0px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    border: solid 3px #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
    transition: all 0.4s;
}

.floated-announcement .btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.floated-announcement .btn .badge {
    position: absolute;
    top: -5px;
    right: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
}

.floated-announcement .dropdown .dropdown-menu {
    width: 300px;
    padding: 10px;
}

.floated-announcement .dropdown .dropdown-menu .floated-ann-inner {
    max-height: 300px;
    position: relative
}

.floated-announcement .dropdown .dropdown-menu li {
    padding: 10px 0px;
    border-top: solid 1px #eee;
}

.floated-announcement .dropdown .dropdown-menu li:first-child {
    border: none
}

.floated-announcement .dropdown .dropdown-menu li p {
    font-size: 12px;
    padding-top: 5px;
}

.floated-announcement .dropdown .dropdown-menu li .float-announce-title {
    padding-left: 25px;
    position: relative;
}

.floated-announcement .dropdown .dropdown-menu li .float-announce-title i {
    position: absolute;
    left: 0;
}

.floated-announcement .dropdown .dropdown-menu li .d-post-by {
    font-size: 11px;
}

.dash-todo-list-input input.form-control {
    border-width: 1px;
    border-radius: 6px;
    border-color: #eee;
    margin-top: 5px;
    position: relative;
    padding: 9px 10px 9px 30px;
    height: auto;
    font-size: 11px;
    line-height: 17px;
}

.dash-todo-list-input.position-relative i {
    position: absolute;
    left: 6px;
    top: 11px;
    z-index: 1;
    color: #ccc;
    font-size: 18px;
}

.popover {
    border-color: #f3f4f9 !important;
    border-radius: 13px
}

.bs-popover-left>.arrow::before {
    border-left-color: #f3f4f9 !important;
}

.dash-cdown-certi {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dash-cdown-certi a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 7px;
}

.dash-top-certi .d-flex {
    margin: 0px -5px
}

.down-cdown-certi a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 7px;
    margin: 5px;
}

.dash-top-certi .down-cdown-certi img {
    height: 50px;
}

.dash-top-certi .down-cdown-certi a {
    width: auto;
    height: auto;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    border: solid 2px #fff;
}

.dfl-item a {
    padding: 10px 20px;
    margin: 3px;
    display: block;
    background-color: rgba(243, 244, 249, 0.5);
    border-radius: 4px;
}

.dfl-item img {
    height: 30px;
    align-self: center;
}

.dash-assign-tabs-content .d-assign-title {
    line-height: normal;
    padding-bottom: 0;
}

.dash-assign-tabs-content ul {
    max-height: 310px;
    position: relative;
    padding: 0 10px;
}

.dash-assign-tabs-content li:not(.avatar) {
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(109, 133, 183, 0.1);
    border: solid 1px rgba(112, 112, 112, 0.07);
    margin: 10px auto;
}

.dash-assign-tabs-content .assignment-time-date-time {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: #05c692;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dash-assign-tabs-content .wstatus-date {
    margin: 1px;
    padding: 3px 8px;
    border-radius: 50px;
    font-size: 11px;
    box-shadow: inset -1px 1px 0px rgba(0, 0, 0, 0.05);
    font-weight: bold;
    background-color: #E9FFFC;
    color: #00BBA1;
}

.dash-assign-tabs-content .wstatus-due-date {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fe9729;
}

.dash-assign-tabs-content .test-upco-duration {
    margin-top: 4px;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6d78ff;
}

.test-status-infolabel {
    margin: 1px;
    padding: 3px 8px;
    border-radius: 50px;
    font-size: 11px;
    box-shadow: inset -1px 1px 0px rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

.dash-assign-tab3 .wstatus-due-date {
    filter: grayscale(1);
    opacity: 0.7;
}

.dash-assign-tabs-content .dash-test-sub {
    margin-bottom: 5px;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.dash-assign-tabs-content .assign-cou {
    padding-bottom: 0;
}

.dash-assign-tabs-content .wall-assign-down {
    margin-top: 10px;
    margin-right: 3px;
}

.dash-assign-tabs-content .submit-asign-span .btn,
.dash-assign-tabs-content .down-asign-span .btn {
    width: auto;
    height: 31px;
    text-align: center;
    line-height: 25px;
    border-radius: 7px;
    background-color: #fff;
    padding: 2px 10px;
    color: rgba(43, 52, 95, 0.8);
    border: solid 1px #dce1ee;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.nav-link img {
    height: 17px;
    margin-right: 3px;
}

.header-navbar .navbar-container ul.nav li>a.nav-link i {
    font-size: 1.3rem;
}

.dash-file-library .nav-link img {
    height: 11px;
    margin-right: 3px;
    opacity: 0.7;
    align-self: center;
}

.dash-file-library .ps-scrollbar-x-rail,
.dash-file-library .ps-scrollbar-x {
    height: 4px !important;
    opacity: 0.4 !important;
    transition: all 0.6s;
}

.dash-file-library:hover .ps-scrollbar-x-rail,
.dash-file-library:hover .ps-scrollbar-x {
    opacity: 0.5 !important;
}

.ps-scrollbar-x-rail:hover,
.ps-scrollbar-x:hover {
    height: 4px !important;
}

.todo-expand {
    position: absolute;
    top: 0px;
    z-index: 8;
    background-color: #fff;
    width: calc(100% - 80px);
    height: calc(100% + 5px);
    left: 0px;
    border-radius: 10px;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-expand-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 18px;
}

.todo-expand .dash-todo-list {
    max-height: calc(100% - 70px)
}

.file-library-Ulist ul {
    max-height: 255px;
    min-height: 195px
}

.file-library-Ulist li {
    line-height: normal;
    border-top: solid 1px #f4f5fa;
    padding: 5px 15px 5px 0px;
    margin: 5px 0px;
}

.file-library-Ulist li .d-flex {
    width: calc(100% - 10px)
}

.file-library-Ulist li:first-child {
    border: none;
}

.btn-view-flibrary .btn {
    padding: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0px;
    border-width: 0 0 0 1px;
    border-color: #f4f5fa;
}

.flibrary-file-type i {
    font-size: 13px !important;
    color: #7092fe;
}

.flibrary-file-type {
    background-color: #f4f4f8;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
}

.flibrary-file-type img {
    height: 15px;
}

.dropdown .dropdown-menu .arrow_box::after {
    position: absolute;
    bottom: 100%;
    left: 1.8rem;
    width: 0;
    height: 0;
    margin-left: -16px;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
    border-width: 16px;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
}

.dropdown .dropdown-menu.dropdown-menu-right .arrow_box::after {
    left: unset !important;
    right: 1.2rem;
}

.dash-res-activity .dropdown .dropdown-menu.dropdown-menu-right h6,
.file-library-Ulist .dropdown .dropdown-menu.dropdown-menu-right h6 {
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.dash-res-activity ul {
    padding-right: 0px;
    max-height: 345px;
}

.dash-msg-from .avatar {
    margin-right: 10px;
}

.dash-res-msg {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b345f;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
}

.dash-rmsg-reply-collapse textarea.form-control {
    height: 40px;
    transition: all 0.5s;
    margin-top: 8px;
    font-size: 12px;
    border-width: 0px !important;
    border-radius: 0;
    border-color: transparent;
    padding: 7px 0px;
}

/* .dash-rmsg-reply-collapse textarea.form-control:focus{
    height:60px;
} */
.d-rmessage-list ul {
    max-height: 345px;
    padding-right: 15px
}

.dash-res-activity .missed-updates-item,
.d-rmessage-list li {
    margin: 5px 0;
    padding: 5px 0;
    border-top: solid 1px #f4f5fa;
}

.dash-res-activity .missed-updates-item:first-child,
.d-rmessage-list li:first-child {
    border: 0;
}

.dash-assign-tabs-content .dassign-cla-sub {
    position: relative;
    top: -3px;
    line-height: normal;
    margin-bottom: 2px;
}

.dash-test-tab2 .wstatus-due-date {
    filter: grayscale(1);
    opacity: 0.7;
}

.dash-res-activity .missed-updates-item .align-self-center.pr-1 i {
    font-size: 20px;
    color: #5252c0
}

.dash-res-activity .missed-updates-item img {
    height: 20px;
}

.dash-res-activity .missed-updates-item {
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    padding: 10px;
    border: solid 1px #f5f7fe;
    background-color: #f8fbfd;
}

.dash-rmsg-reply .btn {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    transition: all 0.1s;
    border-color: #fa626b;
}

.dash-rmsg-reply .btn:hover {
    border-color: #fa626b;
}

.dash-rmsg-reply .btn.collapsed {
    width: auto;
    height: auto;
    padding: 3px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
    border-color: rgba(122, 171, 255, 0.5);
}

.dash-rmsg-reply .btn.collapsed:hover {
    border-color: rgba(122, 171, 255, 0.5);
}

.dash-rmsg-reply .btn:hover:not(.collapsed) {
    background-color: #fff;
    box-shadow: none !important;
}

.dash-rmsg-reply .btn::after {
    content: "\e9e6";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #fff;
    line-height: 22px;
    color: #fa626b;
    top: 0;
    transition: all 0.1s;
    font-family: feather !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}

.dash-rmsg-reply .btn.collapsed:after {
    display: none
}

.form-control-position-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow_box_right:after {
    left: unset !important;
    top: unset !important;
    margin-top: -0px !important;
}

.dash-top-cla-sub {
    font-size: 12px;
}

.dtcs-inner {
    padding: 5px 10px;
    margin: 2px;
    background-color: rgba(248, 248, 254, 0.8);
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
}

.dtcs-inner .dash-top-cla {
    margin-right: 10px;
    color: #476ddc;
    position: relative;
}

.dtcs-inner .dash-top-cla:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background-color: #c1c7df;
}

.dropup.dropdown .dropdown-menu .arrow_box::after {
    bottom: -35px;
    left: 1.8rem;
    transform: rotate(180deg);
}

.dash-res-activity .dropdown .dropdown-menu .arrow_box::after,
.file-library-Ulist li .dropdown .dropdown-menu .arrow_box::after {
    bottom: calc(100% + 35px);
}

.cs-overlay-wrapper .cda-spec {
    font-size: 13px;
    color: unset
}

.floated-announcement .dropup.dropdown .dropdown-menu .arrow_box::after {
    left: unset;
    right: 1.8rem;
}

td.test-action-td a,
td.test-action-td span {
    margin: 5px 5px 0 5px;
    float: left;
    cursor: pointer;
}

.template-setting-inner {
    max-height: calc(100vh - 320px);
}

.line-height-normal {
    line-height: normal !important
}

.dropup .timeline-view-btn.dropdown-toggle::after,
.dropdown .timeline-view-btn.dropdown-toggle::after {
    font-size: 6px;
}

.piecharttest_div {
    height: 170px;
    pointer-events: none;
    background: transparent;
    max-width: 170px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.piechartsubtest_div {
    height: 100px;
    width: 100px;
    align-self: center;
}

.card-img-overlay.overlay-transparent-black .card .card-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
    display: inline-block;
    white-space: nowrap;
}

.card-img.overlay-black-img {
    min-height: 190px;
}

.dropdown_auto {
    align-self: center;
}

.add-plus-icon {
    padding: 0px 1rem;
    width: 50px;
    text-align: center;
}

.add-plus-icon .form-control {
    padding-left: 0px;
    padding-right: 0px
}

.custom-file .custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 100px;
    text-overflow: ellipsis;
    line-height: normal;
}

.green {
    color: #5ed84f !important;
}

.navsOn {
    color: #000;
    font-weight: bold;
}

.navsWrapper {
    cursor: pointer;
}

.nav-item.dropdown.dropdown_auto a.dropdown-toggle {
    padding-left: 0;
}

.stu-mat-video-wrapper .card {
    height: calc(100% - 30px);
}

#UpdateSubjectsForm .admin-overview-item {
    border-top: solid 1px #f4f5fa;
    padding-top: 15px;
}

#UpdateSubjectsForm div:nth-child(2) {
    border: 0;
}

.table.table-bordered tr td {
    border: 1px solid #e3ebf3 !important;
}

.dash-todo-wrapper .calander-list-item,
.dash-todo-wrapper .calendar-blue {
    margin: 0px;
}

.cs-popover-template img {
    max-width: 100%;
}

.sort-dash .up-per-circle,
.sort-dash .down-per-circle {
    height: 50px;
}

.sort-dash .up-per-circle figure,
.sort-dash .down-per-circle figure {
    width: auto;
    display: inline-block;
}

.sort-dash .stu_per_other_outer {
    display: flex;
}

.sort-dash .stu_per_other_item {
    align-self: flex-start;
}

.stu_per_other_outer p {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: normal;
    color: #3c4858;
}

.dash-todo-wrapper-innerL {
    height: calc(100% - 30px);
    /* margin-bottom: 0 !important; */
}

.dash-course-summary {
    height: calc(100% - 25px);
}

.dash-course-summary .tab-content {
    height: calc(100% - 50px);
}

.mce-toolbar-grp * {
    white-space: normal;
}

.test_res_sum {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

.coaching-room-item .live-session-item {
    padding: 25px;
    border-radius: 10px;
    line-height: normal;
    margin-bottom: 15px;
    border-left: solid 5px;
}

.section-toggle-btn.coaching-room-toggle[aria-expanded="false"]::after {
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4d0e1;
    transition: all 0.8s;
}

.section-toggle-btn[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4d0e1;
    transition: all 0.8s;
}

.coaching-room-item {
    background-color: #fff;
    border-radius: 13px;
    margin: 10px 0px;
}

.coaching-room-collapse {
    padding: 15px;
}

.coaching-class-items .cw-list-item .cd-unit-item {
    cursor: pointer !important;
}

.coaching-class-items .cd-unit-title {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coaching-right-start {
    padding: 15px;
    background-color: rgba(244, 245, 250, 0.5);
    width: 100%;
    border-radius: 13px;
    border: solid 1px #f4f5fa;
}

.coaching-room-desc {
    margin-top: 5px;
}

.coaching-room-desc p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    font-size: 12px;
}

/* .add-coaching-form .btn-repeat-del{top:unset;bottom:3px;} */
.cw-list-item.cw-list-item-completed .cd-unit-footer {
    filter: grayscale(1) brightness(1.1);
}

.coaching-room-item .live-session-item .progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ddd;
}

.cw-list-item.cw-list-item-completed .badge-success {
    margin-top: 3px;
}

.coaching-outcome ul {
    padding-left: 15px;
    list-style-type: square;
    margin: 10px 0px;
}

.coaching-outcome ul li {
    margin: 3px 0px;
}


.coaching-outcome ol {
    padding-left: 15px;
    margin: 10px 0px;
}

.coaching-outcome ol li {
    margin: 3px 0px;
}

.coaching-room-recipients .feedback-list-item {
    padding: 5px;
}

.main-menu.menu-light .navigation>li.open .hover>a::before,
.main-menu.menu-light .navigation>li ul .active>a::before {
    background-color: #5253c1;
}

.main-menu.menu-light .navigation>li ul .active>a {
    color: #5253c1;
}

/* Competency Radio */

.radio-label {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
}

.radio-pillbox {
    height: 2.2em;
    width: 270px;
    font-size: 1em;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    /* 1 */
    background: linear-gradient(180deg,
            #0ef49b 0%,
            #d2dc69 30%,
            #faa04b 70%,
            #ff5a64 100%);
    /* 2 */
    background: -ms-linear-gradient(180deg,
            #0ef49b 0%,
            #d2dc69 30%,
            #faa04b 70%,
            #ff5a64 100%);
    /* 3 */
    background: -o-linear-gradient(180deg,
            #0ef49b 0%,
            #d2dc69 30%,
            #faa04b 70%,
            #ff5a64 100%);
    /* 4 */
    background: -moz-linear-gradient(180deg,
            #0ef49b 0%,
            #d2dc69 30%,
            #faa04b 70%,
            #ff5a64 100%);
    /* 5 */
    background: -webkit-linear-gradient(180deg,
            #0ef49b 0%,
            #d2dc69 30%,
            #faa04b 70%,
            #ff5a64 100%);

    color: #000000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.radio-pillbox radiogroup {
    height: 100%;
    width: 100%;
    display: flex;
}

.radio-pillbox radiogroup div {
    width: 100%;
    position: relative;
}

.radio-pillbox radiogroup div input {
    -webkit-appearance: inherit;
    width: 100%;
    height: 100%;
    padding: 0px !important;
    transition: background 300ms ease-out;
    margin: 0;
    outline: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.radio-pillbox radiogroup div input:hover {
    background-color: transparent;
    border: dashed 0px #d75d2a;
}

.radio-pillbox radiogroup div input:checked {
    color: #5f6982;
    border: none;
    box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.1);
    height: 100%;
}

.radio-pillbox radiogroup .first {
    border-radius: 5px 0 0 5px;
    border-left: none;
}

.radio-pillbox radiogroup .last {
    border-radius: 0 5px 5px 0;
}

.radio-pillbox radiogroup div label {
    position: absolute;
    top: 50%;
    line-height: 30px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateY(-50%);
    margin: 0;
}

.radio-pillbox input:focus {
    outline: 0;
}

.radio-pillbox label:after {
    content: "\2714";
    display: inline-block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
        -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
        -moz-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
        -o-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
        transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.radio-pillbox input:checked+label:after {
    margin-left: 12px;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
        margin 500ms,
        -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
        margin 500ms,
        -moz-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
    -o-transition: -o-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
        margin 500ms,
        -o-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
        margin 500ms, transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}

/* END */
.pro-details-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.pro-details-span {
    display: flex;
    flex-direction: column;
    margin: 3px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
}

.dash-ctimeline-wrapper .timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 0px;
}

.dash-ctimeline-wrapper .li {
    transition: all 200ms ease-in;
}

.dash-ctimeline-wrapper .timestamp {
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.dash-ctimeline-wrapper .status {
    padding: 15px 40px 0 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #00e6af;
    position: relative;
    transition: all 200ms ease-in;
}

.dash-ctimeline-wrapper .status h4 {
    font-weight: 600;
    font-size: 13px;
}

.dash-ctimeline-wrapper .status::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #eee;
    border-radius: 25px;
    border: 2px solid #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 200ms ease-in;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .15);
}

.dash-ctimeline-wrapper .li.complete .status {
    border-top: 2px solid #00e6af;
}

.dash-ctimeline-wrapper .li.complete .status:before {
    background-color: #00e6af;
    border: 3px solid #fff;
    transition: all 200ms ease-in;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .15);
}

.dash-ctimeline-wrapper .li.complete .status h4 {
    color: #333;
}

.dash-ctimeline-wrapper .li {
    width: 100%;
    min-width: 140px;
    white-space: nowrap;
}

.d-competency-item .custom-control.custom-radio {
    text-align: center;
    width: 28px;
    height: 28px;
    margin: 0 0 0 -1px;
    line-height: 28px;
    position: relative;
    padding: 0px;
    pointer-events: none;
}

.d-competency-item .custom-control.custom-radio:first-child {
    border-radius: 4px 0px 0px 4px
}

.d-competency-item .custom-control.custom-radio:last-child {
    border-radius: 0px 4px 4px 0px
}

.d-competency-item .custom-control.custom-radio label {
    width: 100%;
    border: solid 1px #e8eaf1;
    font-family: rubik
}

.d-competency-item .custom-control-label::after,
.d-competency-item .custom-control-label::before {
    display: none;
}

.d-competency-item .custom-control.custom-radio input:checked~.custom-control-label {
    font-weight: 600;
    z-index: 100;
    overflow: hidden;
    transition: all 0.4s;
    color: #333;
    border-color: rgba(0, 0, 0, .1);
}

.competency-Lone,
.d-competency-item .custom-control.custom-radio:nth-child(1) input:checked~.custom-control-label {
    background-image: linear-gradient(to right, #ff5d63, #fc8853);
}

.competency-Ltwo,
.d-competency-item .custom-control.custom-radio:nth-child(2) input:checked~.custom-control-label {
    background-image: linear-gradient(to right, #fc8853, #f1ae52);
}

.competency-Lthree,
.d-competency-item .custom-control.custom-radio:nth-child(3) input:checked~.custom-control-label {
    background-image: linear-gradient(to right, #f1ae52, #dbce62);
}

.competency-Lfour,
.d-competency-item .custom-control.custom-radio:nth-child(4) input:checked~.custom-control-label {
    background-image: linear-gradient(to right, #dbce62, #99e378);
}

.competency-Lfive,
.d-competency-item .custom-control.custom-radio:nth-child(5) input:checked~.custom-control-label {
    background-image: linear-gradient(to right, #99e378, #19f398);
}

.dash-risk-profile .badge,
.d-competency-item .badge {
    width: 1.1rem;
    height: 1.1rem;
    border: solid 2px #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.d-competency-item {
    font-size: 12px;
}

.dash-risk-profile thead,
.d-competency-item thead {
    background-color: #f4f5fa;
}

.d-competency-details {
    margin: 15px 0px;
}

.d-competency-details .table {
    margin-bottom: 0px;
}


/* pathway css start */
.data-science-steps {
    padding: 20px 0px 0px 0px;
}

.data-science-steps ul {
    display: flex;
}

.data-science-steps ul li {
    min-width: 150px;
}

.badge-success-dark {
    background-color: #128a03;
}

.table-set-competency .ui {
    width: 180px
}

.table-set-competency .ui.range .inner .track-fill {
    background: linear-gradient(180deg, #0ef49b 0%, #d2dc69 30%, #faa04b 70%, #ff5a64 100%);
    background: -ms-linear-gradient(180deg, #0ef49b 0%, #d2dc69 30%, #faa04b 70%, #ff5a64 100%);
    background: -o-linear-gradient(180deg, #0ef49b 0%, #d2dc69 30%, #faa04b 70%, #ff5a64 100%);
    background: -moz-linear-gradient(180deg, #0ef49b 0%, #d2dc69 30%, #faa04b 70%, #ff5a64 100%);
    background: -webkit-linear-gradient(180deg, #0ef49b 0%, #d2dc69 30%, #faa04b 70%, #ff5a64 100%);
}

.table-set-competency .ui.range:not(.vertical) {
    margin-top: 10px
}

.table-set-competency .ui.labeled.range>.labels .label::after {
    content: ' ';
    height: 12px;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(5px);
}

.data-science-steps ul li .steps-li {
    padding: 20px 20px 20px 27px;
    background-color: #fff;
    margin: 0px 1rem;
    color: #333;
    font-size: 12px;
    position: relative;
    border: solid 1px #f9f9f9;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    font-family: 'lato', sans-serif;
    max-width: 270px;
}

.data-science-steps ul li .steps-li:nth-child(2),
.data-science-steps ul li .steps-li:nth-child(3),
.data-science-steps ul li .steps-li:nth-child(4) {
    margin-top: 30px !important;
    border: dashed #eee 1px;
}

.data-science-steps ul li .steps-li:nth-child(2):after,
.data-science-steps ul li .steps-li:nth-child(3):after,
.data-science-steps ul li .steps-li:nth-child(4):after {
    top: -32px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 20px;
}

.step-alternative {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3px;
    border-bottom: dashed 1px #eee;
}

.data-science-steps ul li:first-child .steps-li {
    margin-left: 0px;
}

.data-science-steps ul li:last-child .steps-li {
    margin-right: 0px;
}

.dss-pathway-level {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -15px;
    background-color: #fff;
    border: solid 2px #666;
    border-radius: 30px;
    line-height: 22px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    text-align: center;
}

.data-science-steps ul li:last-child .steps-li:after {
    display: none
}

.data-science-steps ul li .steps-li:after {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 18px;
    text-align: center;
    background: #23c99d;
    content: "";
}

.dss-icon-spec ol li {
    padding: 0px 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 33px;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    margin: -1px;
}

.dss-icon-spec ol li img {
    height: 20px;
    margin-right: 5px;
}

.dss-icon-spec ol {
    display: flex;
    justify-content: center;
}

.dss-pathway-level img {
    max-width: 22px;
    height: 15px;
}

#upload-employee-bulk .dz-preview {
    display: none;
}

.mCustomScrollBox {
    padding-right: 10px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #999 !important;
    background-color: rgba(0, 0, 0, .2) !important;
}

.path-popover-ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 10px 0px;
}

.path-popover-ol li {
    margin: 10px 0px;
    font-weight: 600;
    color: #555;
    counter-increment: my-awesome-counter;
    padding-left: 35px;
    position: relative;
    font-family: 'rubik';
}

.path-tile-list-hdr {
    font-family: 'lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 0px 7px;
}

.path-popover-ol li::before {
    content: counter(my-awesome-counter);
    background: transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    color: #666;
    text-align: center;
    margin-right: 0.5rem;
    font-size: 11px;
    /* background-image:url(../images/list-bg1.svg); */
    background-size: 100% 100%;
    font-weight: 500;
    position: absolute;
    font-family: 'lato', sans-serif;
    font-weight: 600;
    left: 0;
}

/* pathway css end */

.missed-updates-item .d-flex div:nth-child(2) {
    width: calc(100% - 75px);
}

ul.dash-topbar-tabs li>a.nav-link {
    font-family: Muli, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif
}

.btn-todo-delete {
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}

#ModalPopup {
    z-index: 9999 !important;
}

.iframe-divider {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.iframe-divider:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: solid 1px #ddd;
    content: "";
    width: 100%;
}

.iframe-divider span {
    padding: 5px 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    max-width: 400px;
    display: inline-block;
}

.file-library-table .d-flex .btn,
.file-library-table .d-flex a {
    margin: 0px 5px;
}

.table.table-bordered.file-library-table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: rgba(240, 241, 247, 0.3);
    color: #333 !important;
    font-weight: bold;
}

.table.table-bordered.file-library-table {
    font-size: 12px;
}

.table.table-bordered.file-library-table,
table.file-library-table thead th {
    border: 0;
    border-collapse: collapse !important;
}

.table.table-bordered.file-library-table tr td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.table.table-bordered.file-library-table tr td img {
    margin-right: 10px;
    height: 22px;
}

.table.table-bordered.file-library-table tr td .file-library-title {
    line-height: 25px;
    font-weight: bold;
    color: #444;
}

table.dataTable.file-library-table th.select-checkbox {
    position: relative;
}

table.dataTable.file-library-table th.select-checkbox::before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable tr th.select-checkbox.selected::after {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    text-shadow: none;
    font-size: 15px;
    top: 11px;
    color: #00e1c0;
}

table.dataTable tr th.select-checkbox.selected::before {
    border-color: #00e1c0;
}

table.dataTable.file-library-table tr.selected td.select-checkbox::after,
table.dataTable.file-library-table tr.selected th.select-checkbox::after {
    margin-left: -5px;
    text-shadow: none;
    font-size: 15px;
    top: 11px;
}

.file-library-selected {
    border: dashed 1px #ddd;
    padding: 10px;
    border-radius: 13px;
    background-color: rgba(243, 244, 249, 0.2);
    margin: 15px 0;
}

.file-library-selected-item {
    padding: 10px 20px 10px 10px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    border: solid 1px #f1f1f1;
    transition: all 0.5s;
    margin: 5px 0px;
    height: calc(100% - 10px);
    background-color: #fff;
}

.file-library-selected-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.file-library-selected-item:hover {
    box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.15);
}

.flsi-delete {
    position: absolute;
    right: 2px;
    top: 9px;
    display: flex;
}

.flsi-title {
    padding-right: 12px;
    line-height: normal;
    font-size: 13px;
}

.flsi-size {
    font-size: 11px;
    font-weight: bold;
}

.flsi-description {
    color: #444;
    padding-top: 5px;
    font-size: 12px;
    margin-top: auto;
}

.flsi-img {
    margin-right: 5px;
    border-right: solid 1px #eee;
    padding-right: 5px;
    display: flex;
}

.flsi-img img {
    height: 18px;
    align-self: center;
}

.add-more-fileL {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    padding: 0px;
    font-size: 20px;
}

.profile_pic_wrapper {
    width: 75px;
    overflow: hidden;
    position: relative;
    height: 75px;
    border-radius: 100px;
}

.profile_pic_wrapper img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 120%;
}

.unpublished-warning-span .btn.text-secondary {
    color: #535353 !important;
    border: solid 1px rgba(0, 0, 0, 0.5) !important;
    background-color: transparent !important;
}

.codeboard-iframe-wrapper {
    min-height: 400px;
}

.cardboard-ul {
    padding: 25px 25px 25px 25px;
    color: #333;
    list-style-type: none;
    border-radius: 12px;
    background-color: rgba(234, 238, 249, 0.3);
}

.cardboard-ul li {
    margin: 8px 0px;
    font-family: 'Lato', sans-serif;
    color: #2b345f;
    position: relative;
    padding-left: 25px;
}

.cardboard-ul li:first-child {
    margin-top: 0px
}

.cardboard-ul li:last-child {
    margin-bottom: 0px
}

.cardboard-ul li:before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #164ddd;
    width: 18px;
    height: 18px;
    background-color: #f2f7fd;
    border-radius: 100px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
}

.file-library-selected-outer {
    margin: 0px 5px;
    max-width: 240px;
    width: 100%;
}

.template-setting-card-inner {
    height: 180px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin: 15px 0;
    cursor: pointer;
}

.custom-control-input~.template-setting-card-inner.custom-control-label::before {
    color: #fff;
    border: solid 2px rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 6px;
    left: 15px;
    top: 15px
}

.custom-radio .custom-control-input:checked~.template-setting-card-inner.custom-control-label::after {
    content: "\f17b";
    font: normal normal normal 16px/1 LineAwesome;
    background-image: none !important;
    color: #fff;
}

.template-setting-card-inner::after {
    border-radius: 0;
    left: 19px;
    top: 19px;
    width: 20px;
    height: 20px;
    font-size: 12px !important;
}

.template-setting-card-inner.theme-1 {
    background-image: linear-gradient(to right, #6B92FF, #1A7DFF) !important;
}

.template-setting-card-inner.theme-2 {
    background-image: linear-gradient(to right, #a376fc, #f96f9b);
}

.template-setting-card-inner.theme-3 {
    background-image: linear-gradient(to right, #00cef9, #00e6af);
}

.template-setting-card-inner.theme-4 {
    background-image: linear-gradient(to right, #ff5858, #e888b7);
}

.template-setting-card-inner.theme-5 {
    background-image: linear-gradient(to right, #ff8008, #ffc837);
}

.template-setting-card .custom-radio {
    padding: 0px;
}

.col.template-setting-card {
    max-width: 200px;
}

.main-menu.menu-light .navigation>li.nav-item.open {
    background-color: #f5f8ff;
}

.dashboard-profile-wrapper {
    max-width: 250px
}

.dash-top-carousel-wrapper {
    max-width: 280px;
    padding-bottom: 10px;
}

.dashboard-profile-view h5 {
    color: #2e354f !important;
    margin-top: 7px;
    font-size: 15px;
    font-weight: 500;
}

.main-profile-status {
    position: absolute;
    bottom: 5px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    right: 10px;
    border: solid 2px #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

/* responsive */

@media only screen and (min-width: 1700px) {
    .cd-cards-list .cd-cards-item.vid-res-card {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) {
    .main-xl [class*="col-"]:not(.col-12, .col-md-12, .col-sm-12) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stu-per-stu-carousel {
        max-height: 380px !important;
    }

    .cs-course-list .card-accordion {
        height: 850px;
        max-height: 850px !important;
    }

}

@media screen and (min-device-width: 1200px) and (max-device-width: 1750px) {
    .main-xl .dash-todo-wrapper [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1700px) {
    .chapter-list-wrapper .v4cd-unit-item-vtile {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

@media screen and (min-device-width: 680px) and (max-device-width: 1280px) {
    .chapter-list-wrapper .v4cd-unit-item-vtile {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 1400px) {
    .cd-cards-list .cd-cards-item.vid-res-card {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 680px) {
    .cd-cards-list .cd-cards-item.vid-res-card {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 1360px) {
    .main-xl {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .card.module-main-card .font-medium-5 {
        font-size: 1.2rem !important;
    }

    .stu_attendance_list {
        height: auto;
        max-height: 400px;
    }

    .piecharttest_div {
        height: 130px;
        max-width: 170px;
    }

    .up-per-circle,
    .down-per-circle,
    .piecharttest_div {
        height: 100px;
    }

    .sel-res-template img {
        height: 70px
    }

    .dashboard-profile-view h5 {
        font-size: 15px;
    }

    .winner-img-wrapper li img {
        height: 22px;
    }

    .cs-overlay-wrapper {
        left: 0;
        width: 100%;
        border-radius: 13px;
    }

    .dash-todo-wrapper-innerL .calendar-blue .pignose-calendar-body {
        height: auto;
    }
}

@media screen and (min-device-width: 767px) and (max-device-width: 1700px) {
    .study-mate-card-heading .d-flex {
        flex-direction: column;
    }

    .library-item-name-date {
        width: 100%;
    }

    .dash-todo-wrapper-innerL .calendar-blue .pignose-calendar-body {
        height: auto;
    }

    .cs-course-list .card-accordion {
        max-height: 730px;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {

    /* .live-session-item .d-flex{flex-wrap:wrap} */
    /* .live-session-item .d-flex .livesession-date-status{page-break-after: always;} */
    .livesession-time {
        margin-bottom: 10px;
    }

    .live-session-item .d-flex .livesession-start,
    .live-session-item .d-flex .livesession-parti-count {
        margin-left: 0px !important
    }

    .livesession-actions {
        margin-left: auto !important;
        padding-left: 10px !important
    }

}

@media only screen and (max-width: 767px) {
    .header-navbar .dropdown-user .dropdown-user-link {
        padding-top: 0.7rem !important
    }

    .dropdown.top-post-dropdown a.dropdown-toggle {
        margin-top: 17px !important;
        padding: 7px 14px !important;
    }

    #coaching.nav-link img {
        top: 2px;
        position: relative;
    }

    .footer.footer {
        width: 100%
    }

    .dash-comments-list {
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 10px 5px;
    }

    .dash-assign-comment-collapse {
        padding: 5px;
    }

    html body .content .content-wrapper .content-wrapper-before.cou-add-before {
        height: 200px;
    }

    .main-module-actions {
        position: relative;
        top: 0;
        height: auto;
        flex-direction: column;
        text-align: left;
    }

    .unpublished-warning-span .btn {
        margin-left: 0 !important
    }

    .unpublished-warning-span {
        margin: 8px auto 8px 0;
        padding: 0px 8px;
    }

    .main-module-actions-inner {
        margin-left: auto;
        height: 27px;
        bottom: 0;
        position: absolute;
        border-top-right-radius: 10px;
    }

    .cdms-sub-item span {
        top: 5px
    }

    .module-main-card .progress {
        width: 100%;
        left: 0;
    }

    .test_avg_item .up-per-circle img,
    .test_avg_item .down-per-circle img {
        max-height: 85px
    }

    .chat-vtabs.nav-vertical .nav-left.nav-tabs {
        display: flex;
        flex-direction: row !important;
        overflow: visible;
    }

    .chat-vtabs.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link,
    .chat-vtabs.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link {
        white-space: nowrap !important;
        border-radius: 6px;
        height: 100%;
        margin: 0 2px;
    }

    .chat-vtabs.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active::after {
        display: none !important;
    }

    /* .dash-chat-scroll {
        height:auto;
        max-height: calc(100vh - 391px);
    } */
    .diss-card-list-wrapper {
        min-height: auto
    }

    .diss-card-list-wrapper .dis-nav-tabs.nav-tabs {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        width: auto !important
    }

    .diss-card-list-wrapper .dis-nav-tabs.nav-tabs .nav-item {
        min-width: 240px;
        width: auto;
    }

    .chat-diss-left {
        width: 100%;
        max-width: 100% !important
    }

    .diss-card-list-wrapper .dis-nav-tabs .nav-item a.nav-link {
        width: 100%;
        white-space: nowrap !important;
        border-radius: 6px;
        height: 100%;
        margin: 0 2px !important;
    }

    .resource-media-wrapper {
        height: auto;
    }

    .resource-media-wrapper img {
        position: relative;
        left: unset;
        top: unset;
        transform: none;
        min-width: auto;
        width: 100%;
    }

    .mob-top-tabs {
        width: calc(100% - 200px);
        /* margin-left:auto; */
    }

    .dataTables_info {
        text-align: left !important;
        margin-bottom: 5px;
    }

    .dataTables_paginate ul {
        justify-content: flex-start !important;
    }

    #admin-teacher-table_wrapper div.dt-buttons {
        text-align: left;
        display: inline-block
    }

    #admin-teacher-table_wrapper .btn {
        display: inline-block;
    }

    .dash-top-carousel {
        max-width: 220px;
        padding: 0px !important;
        margin: 20px 0 0 !important;
    }

    .dash-top-carousel .login-info-item img {
        padding: 0px !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }

    .dash-todo-wrapper .pignose-calendar .pignose-calendar-unit a {
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        font-size: 13px;
    }

    .todo-expand {
        width: 70%
    }

    .calander-list-item .cal-event-title {
        font-size: 14px;
    }

    .chat-vtabs.nav-vertical.recent-chat-list-item .nav-left.nav-tabs li.nav-item a.nav-link .d-flex {
        padding-right: 5px
    }

    .chat-dis-scroll ul {
        width: auto !important;
    }
}


@media (min-device-width: 320px) and (max-device-width: 700px) {
    .dash-ctimeline-wrapper .timeline {
        list-style-type: none;
        display: block;
    }

    .dash-ctimeline-wrapper .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }

    .dash-ctimeline-wrapper .timestamp {
        width: 100px;
    }

    .dash-ctimeline-wrapper .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}


@media only screen and (max-width: 575px) {

    .dash-comment-wrapper .dash-comm-like-count,
    .dash-comment-wrapper .dash-comment-date-wrapper {
        margin-left: 0;
        padding-left: 0;
    }

    /* .cd-recent-module .slick-next {
       right: -20px;
    }
    .cd-recent-module .slick-prev {
        right: 0px;
    } */
    .up-per-circle,
    .down-per-circle,
    .piecharttest_div {
        height: 80px;
    }

    .piechartsubtest_div {
        height: 60px;
        width: 60px;
    }

    .live-session-item.card {
        padding: 12px
    }

    /* .live-session-item .d-flex{flex-wrap:wrap} */
    .live-session-item .justify-content-between {
        flex-wrap: nowrap
    }

    /* .live-session-item .d-flex .livesession-tch-details{
        page-break-after: always;
        max-width: calc(100% - 80px);
    } */

    /* .live-session-item .d-flex .livesession-date-status,
    .live-session-item .d-flex .livesession-parti-count,
    .live-session-item .d-flex .livesession-start
    {
        margin-left: 0 !important;
        margin-right: 10px;
        margin-top: 10px;
    }
    .live-session-item .d-flex .livesession-actions{
        margin-left: auto !important;
        margin-right: 10px;
        margin-top: 10px;
    } */
    .livesession-time .lstime-span,
    .sd-tch-name,
    .ls-date-span {
        font-size: 12px;
    }

    .ls-tch-name-span {
        font-size: 14px;
    }

    .disc-item-header .d-flex {
        flex-wrap: wrap;
    }

    .disc-item-header .disc-item-members,
    .disc-item-header .disc-item-title {
        page-break-after: always;
    }

    .disc-item-header .disc-item-members {
        margin: 5px 0px;
    }

    .disc-item-header .diss-users-count {
        margin-left: 0 !important
    }

    .disc-item-header .disc-item-options {
        margin-left: auto;
    }

    .carri-short-status1 .badge {
        margin-left: 0 !important;
    }

    .enrollment-card-img {
        max-width: 100%;
        width: 100%
    }

    .enrollment-other-details {
        width: 100%
    }

    .enrollment-card-badges {
        margin: 10px 0px 0px 0px
    }

    .eod-item {
        max-width: none;
        min-width: 70px;
        font-size: 15px;
        margin: 10px 5px;
    }

    .sel-res-template img {
        height: 35px
    }

    .select2-selection.select2-selection {
        max-height: 150px;
    }

    .study-mate-card-heading .d-flex {
        flex-direction: column;
    }

    .library-item-name-date {
        width: 100%;
    }

    #videoModal {
        padding-right: 0px;
    }

    #videoModal .modal-dialog {
        max-width: 100%;
    }

    .ss-actions-wrapper .btn i {
        font-size: 10px !important;
    }

    .collapse-create-test {
        padding: 15px;
    }

    .todo-expand {
        width: 100%
    }

    .screen-rec-opt1-edit .form-check {
        margin: 5px 5px;
    }

    .modal {
        padding-right: 0px !important
    }

    .sqt-btns .btn {
        margin-left: 0px;
    }

    .earned-badges-list ul li img {
        height: 50px;
    }

    .earned-badge-count {
        right: -15px;
        font-size: 10px;
        min-width: 22px;
        min-height: 22px;
    }

    .header-navbar .navbar-container ul.nav li>a.nav-link,
    #navbar-mobile.navbar-collapse .navbar-nav .nav-item a.nav-link {
        padding: 1.75rem .4rem;
    }

    .header-navbar .dropdown-user .dropdown-user-link {
        padding-top: 1rem !important;
    }
}




/* CSS FOR COURSE DETAILS */
.course-small,
.course-small a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 7px;
}

.course-small a {
    margin-left: 0px;
}

.course-small a:hover {
    color: #fff
}

html body .content .content-wrapper .content-header-title.course-details-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.32rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: 5px;
}

.ml-05 {
    margin-left: 5px;
}

.cd-course-summary {
    margin-top: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #b7b9c6;
}

.cd-completed-course {
    margin: 7px auto;
    color: #fff;
    font-weight: 600;
}

.header-navbar .navbar-container ul.nav .nav-menu-main.menu-toggle i {
    font-size: 1.7rem;
}

.btn-white-transparent {
    font-family: Muli;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 0.5px rgba(122, 171, 255, 0.15);
}

.btn-sm.btn-white-transparent,
.btn-white-transparent.btn-sm {
    font-size: .875rem;
}

.btn-white-transparent:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.cd-title-topbar * {
    align-self: center
}

/* .cd-title-left{max-width: calc(100% - 190px);} */
/* .cd-title-left .course_analytics {
    max-width: calc(100% - 120px);
} */
/* .cd-title-left .course_analytics {
    max-width: calc(100% - 240px);
} */

.stu-section-list .cd-title-left {
    max-width: calc(100% - 70px);
}

.tch-subsection-list .cd-title-left,
.tch-section-list .cd-title-left {
    max-width: calc(100% - 240px);
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.color-theme {
    color: #2b345f;
}

.theme-btn1 {
    transition: .5s;
    background-image: -webkit-gradient(linear, left top, right top, from(#82b8ff), to(#368bff));
    background-image: -webkit-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -moz-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -o-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(to right, #82b8ff, #368bff);
    background-repeat: repeat-x;
    background-size: 200% auto;
    border: solid 0.5px rgba(122, 171, 255, 1) !important;
    /* padding: 8px 17px 8px 15px; */
    background-position: left -1px center;
}

.theme-btn1 svg {
    fill: #fff;
    height: 15px;
    top: -1px;
    position: relative;
    margin-right: 3px;
}

.theme-btn1:hover {
    background-position: right center;
    opacity: 1;
}

.theme-bg1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#82b8ff), to(#368bff));
    background-image: -webkit-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -moz-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -o-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(to right, #82b8ff, #368bff);
    background-repeat: repeat-x;
}

.theme-bg1-light {
    background-color: #e3efff;
    color: #509aff;
}

.cd-cal-events .cd-event-item {
    min-height: 160px;
    border-radius: 13px;
    border: solid 5px #fff;
    padding: 40px 30px 35px 30px;
}

.cd-cal-events .empty-placeholder img {
    max-height: 105px;
}

.path-reward-span {
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
}

.path-reward-span::after {
    content: "";
    bottom: -45px;
    height: 48px;
    width: 2px;
    position: absolute;
    left: calc(50% + 1px);
    transform: translateX(-50%);
}

.other-reward .path-reward-span::after {
    background-color: #fb8600;
}

.my-reward .path-reward-span::after {
    background-color: #4468de;
}

.cdms-sub-item.mss-completed.other-reward span {
    background-color: #fdb901;
}

.path-reward-span p {
    font-size: 10px;
    color: #fff;
    bottom: 34px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
}

.path-reward-span img {
    width: 140px;
    height: 150px;
}

.cd-footer-title,
.cd-date-watch {
    margin: 8px 0;
}

.cd-unit-footer .progress {
    background-color: rgba(255, 255, 255, 0.3);
}

.cd-unit-footer .progress {
    background-color: rgba(255, 255, 255, 0.3);
}

.v4-slick-slider .slick-next,
.v4-slick-slider .slick-prev,
.cd-recent-module .slick-next,
.cd-recent-module .slick-prev,
.v4-slick-slider .slick-next:focus,
.v4-slick-slider .slick-prev:focus,
.cd-recent-module .slick-next:focus,
.cd-recent-module .slick-prev:focus {
    border: solid 1px #dbeaff;
    background-color: #f5f9ff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    transition: 0.5s;
}

.v4-slick-slider .slick-next:hover,
.v4-slick-slider .slick-prev:hover,
.cd-recent-module .slick-next:hover,
.cd-recent-module .slick-prev:hover {
    border: solid 1px #002bd9;
    background-color: #dbeaff;
}

.cd-unit-footer a:hover {
    opacity: 0.9
}

.cd-cal-events.v4-slick-slider .slick-prev {
    left: -9px;
    z-index: 9;
}

.cd-cal-events.v4-slick-slider .slick-next {
    right: -9px;
    z-index: 9;
}

.v4-slick-slider .slick-next::before,
.v4-slick-slider .slick-prev::before {
    font-size: 20px;
    line-height: 1;
    color: #5777f0 !important;
    font-family: 'feather' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.v4-slick-slider .slick-next:hover::before,
.v4-slick-slider .slick-prev:hover::before {
    color: #002bd9 !important
}

.cal-ev-title {
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.cal-date-watch {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0;
}

.btn.btn-sm.btn-v4-white {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #002bd9;
    background-color: #fff;
    border-radius: 7px;
}

.chapter-list-header input[type="checkbox"]+.custom-control-label::before {
    border: solid 0px #fff !important;
    background-color: #d6e8ff !important;
    border-radius: 100px;
    width: 16px;
    height: 16px;
}

.chapter-list-header input[type="checkbox"]:checked~.custom-control-label::before {
    filter: grayscale(0) !important;
    background-color: #00e6af !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.chapter-list-header input[type="checkbox"]~.custom-control-label::after {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%232e87f4\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
}

.chapter-list-header input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.chapter-list-header a {
    border-bottom: solid 1px #fff;
    padding-bottom: 0px;
}

.chapter-list-header a:hover {
    opacity: 0.9;
}

.chapter-list-header {
    /* background-image: url('../../app-assets/images/chapter-bg.jpg');
    background-size: cover;
    background-position: center center; */
    padding-top: 15px;
    background-color: #fff;
}

.chapter-list-header {
    position: relative;
    padding-bottom: 30px;
    min-height: calc(100% - 117px);
}

.chapter-list-wrapper-stu .chapter-list-header {
    min-height: calc(100% - 78px);
}

.chapter-list-inner {
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.chapter-list-pbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.chapter-list-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    /* color: #ffffff; */
    margin-left: 5px;
    width: calc(100% - 95px);
}

.mt-05 {
    margin-top: 5px;
}

.chapter-progress {
    height: 4px;
    margin-top: 5px;
}

.chapter-list-body {
    background-color: #fff;
    padding: 15px;
    transition: all 0.7s;
    border-radius: 0 0 13px 13px;
}

.chapter-progress-wrapper {
    transition: all 0.7s;
    display: block;
    width: 100%;
}

.theme-btn1-outline {
    /* padding: 8px 14px; */
    border: solid 0.5px rgba(122, 171, 255, 0.5);
    color: #509aff;
    max-height: 41px;
}

.theme-btn1-outline.active,
.theme-btn1-outline:hover {
    border: solid 0.5px rgba(122, 171, 255, 0.5);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#82b8ff), to(#368bff));
    background-image: -webkit-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -moz-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -o-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(to right, #82b8ff, #368bff);
    background-repeat: repeat-x;
    background-size: 200% auto;
    background-position: left -2px center;
}

a.theme-btn1-outline:not([href]):not([tabindex]) {
    color: #509aff
}

a.theme-btn1-outline:not([href]):not([tabindex]):focus,
a.theme-btn1-outline:not([href]):not([tabindex]):hover {
    color: #fff;
}

.chapter-actions {
    display: flex;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgba(1, 89, 207, 0.09);
    border: solid 0.3px rgba(230, 241, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 3px;
    transition: all 0.6s;
    align-self: center;
    height: 33px;
}

.chapter-actions .btn {
    padding: 0;
    width: 25px;
    height: 25px;
    color: #b4bdcf;
    line-height: 24px;
}

.chapter-actions .btn:hover {
    background-color: #eff4fe;
    color: #4c92f2;
}

.chapter-actions .btn i {
    font-size: 13px !important;
}

.timeline-view-btn {
    background-color: rgba(255, 255, 255, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #4c92f2;
    box-shadow: 0 3px 7px 0 rgba(1, 89, 207, 0.09);
    border: solid 0.3px rgba(230, 241, 255, 0.7);
    transition: all 0.6s;
    border-radius: 6px;
}

.timeline-view-btn:hover {
    color: #4c92f2;
    border: solid 0.5px rgba(122, 171, 255, 0.5);
}

.draggable-grip-chapter {
    cursor: grab;
}

.ui-sortable-helper .draggable-grip-chapter {
    cursor: grabbing;
}

.v4cd-unit-item-vlist .chapter-list-body {
    display: flex;
    flex-direction: row-reverse;
}

.v4cd-unit-item-vlist .chapter-list-body .d-flex.flex-wrap.mb-1 {
    margin-bottom: 0px !important;
    margin-left: auto;
}

.v4cd-unit-item-vlist .chapter-list-body .chapter-actions {
    margin-right: 10px
}

/* .v4cd-unit-item-vlist .chapter-list-inner{margin-bottom: 15px!important;} */
.v4cd-unit-item-vlist *,
.v4cd-unit-item-vtile * {
    transition: 0.5s;
}

#course-timeline-sec {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transform: translateX(100%);
    transition: all 0.3s;
    text-align: right;
}

.course-timeline-sec-inner {
    height: 100vh;
    padding: 30px;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    max-width: 600px;
}

#course-timeline-sec.show-timeline {
    transform: translateX(0%);
}

#course-timeline-sec.hide-timeline {
    transform: translateX(100%);
}

.btn-close-timeline {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    background-color: #f9e6e7;
    color: #fa7179;
}

.btn-close-timeline:hover {
    background-color: #fa7179;
    color: #f9e6e7;
}

.cd-course-milestone-inner>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #9ba4c3 !important;
    height: 4px !important;
}

.cd-course-milestone-inner.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #f1f4fd;
}

/* .cw-list-slider .slick-list.draggable{padding: 0px 100px 0px 0px!important;} */
.c-analytics-item {
    color: #fff;
    padding: 5px 10px;
    margin: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    display: flex;
}

.c-analytics-item i {
    width: 22px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
    font-size: 10px;
    align-self: center;
}

.c-analytics-item span {
    margin-left: 6px;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    align-self: center;
}

.analytics-navigation {
    margin-left: 20px;
}

.analytics-navigation .btn {
    margin: 0px 1px;
    font-size: 22px;
    color: #fff;
    opacity: 0.4;
}

.analytics-navigation .btn:hover {
    opacity: 0.7;
}

.chapter-video-details {
    margin-top: 15px;
}

.chapter-video-user {
    margin-right: 15px;
}

.chapter-video-user figure {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 100px;
}

.chapter-video-user figure img {
    width: 100%;
}

.chapter-video-title h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    color: #2b345f;
}

/* .chapter-other-details{margin-top:3px;} */
.chapter-other-details span {
    margin: 0px 20px 8px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    opacity: 0.7;
}

.chapter-other-details span i {
    margin-right: 4px;
}

.chapter-other-details span a {
    font-weight: bold;
    color: #509aff;
}

.text-darker {
    color: #2b345f;
}

.opacity-1 {
    opacity: 1 !important;
}

.chapter-details-paragraph {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #69708e;
}

.show-more {
    font-weight: bold;
    color: #509aff;
}

.show-more:hover {
    opacity: 0.8;
    color: #509aff;
}

.show-more i {
    font-size: 11px;
}

html body a:hover {
    opacity: 0.8;
    color: #509aff;
}

.video-index-form {
    max-width: 700px;
}

.video-index-form .form-control {
    /* padding: 9px 12px; */
    height: auto;
    font-size: 12px;
}

.video-index-table {
    font-size: 13px;
}

.video-index-table .index-time-span {
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 600;
}

.video-index-table .index-time-span:hover {
    background-color: #f1f7ff;
}

.video-index-table .index-time-span a {
    color: #519bff;
}

.table-actions .btn {
    padding: 0;
    width: 25px;
    height: 25px;
    color: #8f99ad;
    line-height: 22px;
    /* background-color: rgba(180, 189, 207,0.1); */
    border-radius: 25px;
}

.table-actions .btn:hover {
    background-color: #f5faff;
}

.table-actions .btn.btn-delete:hover,
.btn.btn-delete:hover {
    background-color: #f9e6e7;
    color: #fa7179;
}

.table-actions .btn.btn-delete:hover i,
.btn.btn-delete:hover i {
    color: #fa7179;
}

.table-actions .btn svg {
    fill: #d1d2dd;
    max-height: 14px;
    max-width: 14px;
    margin: auto;
}

.table-actions .btn.btn-blocked svg {
    stroke: #d1d2dd;
    fill: none;
}

.table-actions .btn.btn-blocked:hover svg {
    stroke: #3697ff;
    fill: none
}

.table-actions .btn:hover svg,
.table-actions .btn:hover i {
    color: #3697ff;
    fill: #3697ff
}

.video-index-table thead th {
    padding: 8px 11px 8px 10px !important;
    opacity: 0.6;
    background-color: #f2f6ff;
    border-color: rgba(235, 238, 247, 0.4);
    border-bottom: 0;
}

.video-index-table .table.table-bordered tr {
    transition: all 0.4s;
}

.video-index-table .table.table-bordered tr:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
}

.video-index-table .table.table-bordered tr td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: #f3f8fd !important
}

.video-content-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1d7eff;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: solid 2px #1d7eff;
    margin-bottom: 20px;
}

.video-content-title i {
    width: 16px;
    height: 16px;
    font-size: 11px !important;
    border: solid 1px #1d7eff;
    text-align: center;
    line-height: 13px;
    border-radius: 100px;
    align-self: center;
    margin-right: 7px;
}

.video-notes-content p {
    margin-bottom: 0;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.video-notes-title {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    margin-bottom: 4px;
    transition: all 0.4s;
}

.video-notes-title .dropdown-toggle::after {
    display: none;
}

.video-notes-title .dropdown-toggle {
    padding: 0px;
    width: 20px;
    height: 20px;
    background-color: #f4f8fd !important;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #a0afcc;
    border: none;
}

.video-notes-title .show>.btn-secondary.dropdown-toggle,
.video-notes-title .dropdown-toggle:active,
.video-notes-title .dropdown-toggle:hover {
    color: #1d7eff !important;
}

.video-notes-title .dropdown-toggle i {
    margin: 0px;
}

.video-notes-title .dropdown .dropdown-menu {
    min-width: 100px
}

.video-notes-title .dropdown .dropdown-menu .dropdown-item {
    padding: 4px 7px;
    color: #b4bdcf;
    font-size: 12px;
}

.video-notes-title .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(232, 239, 247, 0.4);
    color: #a5adbb;
}

.video-notes-item {
    margin: 10px 0px;
    padding: 10px 0px;
    border-bottom: solid 1px rgba(219, 223, 231, 0.3);
    transition: all 0.4s;
}

.video-notes-item:last-child {
    border: 0
}

/* .video-notes-item:hover {
    box-shadow: 0px 9px 14px rgba(0,0,0,0.03);
} */
.video-notes-content ul {
    display: flex;
    flex-wrap: wrap;
}

.video-notes-content li {
    width: 25%;
    padding: 0px 1rem 0px 20px;
    position: relative;
    margin-bottom: 10px;
    opacity: 0.72;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

@media only screen and (max-width: 1200px) {
    .video-notes-content li {
        width: 33.33%;
    }

    .dash-pro-summary {
        max-width: calc(100% - 260px);
        flex: 0 0 100%;
    }

    .dash-stati-wrapper {
        max-width: calc(100% - 280px)
    }

    .dash-top-carousel-wrapper {
        order: 1;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .dash-qlinks-item a.btn {
        padding: 8px 10px
    }

    .dash-stati-wrapper {
        display: flex
    }

    .dash-stati-wrapper .cd-analytics {
        align-self: start
    }
}

@media only screen and (max-width: 1024px) {
    .video-notes-content li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .video-notes-content li {
        width: 100%;
    }
}

.video-notes-content li:before {
    content: "\f058";
    font-family: "font awesome 5 free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0.59;
    color: #1d7eff;
}

.video-discussion-count {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #2b345f;
}

.video-discussion-wrapper .attachment_label {
    position: absolute;
    top: 50%;
    right: 5px;
    background-color: transparent;
    color: #333 !important;
    border: 0;
    transform: translateY(-50%);
    opacity: 0.6;
}

.dis-user-university {
    opacity: 0.6;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    display: block;
    margin-top: 2px;
}

.dis-comment-time {
    padding: 0 4px 2px 5px;
    opacity: 0.74;
    border-radius: 9px;
    background-color: #eeeff2;
    opacity: 0.72;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    white-space: nowrap;
}

.btn.p-0.btn-flag {
    color: #b8c3d9;
    font-size: 11px;
    margin: 0px 8px;
}

.btn.p-0.btn-flag.reported {
    color: #fa626b;
}

.video-discussion-like input[type="radio"],
.video-discussion-like input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.video-discussion-like input[type="radio"]:checked+label,
.video-discussion-like input[type="checkbox"]:checked+label {
    color: #1d7eff;
}

.video-discussion-like {
    margin-top: 5px;
}

.video-discussion-like label {
    margin-right: 6px;
    margin-bottom: 0px;
    color: rgba(192, 201, 218, 0.7);
    font-size: 11px;
}

.theme-btn1-light {
    /* padding: 3px 10px 4px; */
    background-color: #e3efff;
    color: #509aff;
    /* font-size: 12px; */
    font-family: 'Lato', sans-serif;
}

.theme-btn1-light:hover {
    border: solid 0.5px rgba(122, 171, 255, 0.5);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#82b8ff), to(#368bff));
    background-image: -webkit-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -moz-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -o-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(to right, #82b8ff, #368bff);
    background-repeat: repeat-x;
    background-size: 200% auto;
    background-position: left -2px center;
}

.vdiscussion-all-comments .btn {
    opacity: 0.72;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #2b345f;
    font-weight: normal;
    letter-spacing: normal;
    position: relative;
    padding-left: 15px !important;
}

.vdiscussion-all-comments .btn:before {
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #6e727d;
    transition: all 0.8s;
    font-size: 10px;
    transform: rotate(180deg);
}

.vdiscussion-all-comments .btn.collapsed:before {
    transform: rotate(0deg);
}

.all-reply-list {
    margin-top: 10px;
    padding-top: 7px;
    position: relative;
}

.video-discussion-list,
.video-notes-list {
    max-height: 700px;
    transition: all 0.4s;
    position: relative;
}

/* .video-discussion-list:hover .video-notes-title,
.video-notes-list:hover .video-notes-title{padding-right:15px} */
.all-reply-list-item {
    margin: 5px 0px 10px 0px;
    border-bottom: solid 1px rgba(219, 223, 231, 0.3);
    padding-bottom: 10px;
}

.all-reply-list-item:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.video-notes-content .del-resource-preview {
    top: 10px;
    right: 10px;
}

.analytics-outer .analytics-inner {
    max-width: 500px;
    width: calc(100% - 0px);
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
}

.analytics-inner.ps-container>.ps-scrollbar-x-rail,
.analytics-inner.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    height: 4px
}

.analytics-inner.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(255, 255, 255, 0.5);
}

.analytics-inner.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(255, 255, 255, 1);
}

.analytics-inner.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

/* .analytics-inner.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x{
    background-color: rgba(255, 255, 255,0.2);
    opacity: 1;
}   */
.analytics-inner.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.chapter-unit-title {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    color: #7092fe;
    width: calc(100% - 40px);
    max-width: 225px;
    overflow: hidden;
    white-space: break-spaces;
    text-align: left;
}

.chapter-unit-icon {
    /* margin-right: 20px; */
    /* align-self: center; */
    position: relative;
}

.chapter-unit-icon span {
    width: 35px;
    height: 35px;
    background-color: #7092fe;
    box-shadow: 0 1px 10px 0 rgba(188, 202, 236, 0.42);
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 27px;
    border: solid 4px #fff;
    font-size: 10px;
    color: #fff;
    position: relative;
}

.chapter-unit-icon span img {
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    transform: translate(-50%, -50%);
}

.chapter-unit-item {
    border-radius: 10px;
    border: solid 1px #eeeef4;
    transition: all 0.4s;
    margin: 15px 0px 1rem 0;
    width: calc(100% - 3px);
    position: relative;
}

/* .chapter-unit-item:first-child {
    margin-top: 0;
} */
.chapter-unit-item a:hover {
    opacity: 1
}

.chapter-unit-item:hover {
    border: solid 1px #68a1ff;
    box-shadow: 1px 19px 17px 0 rgba(161, 181, 255, 0.24);
}

.btn-chapter-unit {
    padding: 1rem;
    width: 100%;
}

.btn-chapter-unit a {
    width: 100%;
}

.chapter-unit-details {
    width: calc(100% - 35px);
}

.chapter-units-list {
    height: calc(100% - 45px);
    max-height: 580px;
    position: relative;
    padding-right: 15px;
}

.chapter-unit-details .d-flex.cd-date-watch {
    color: #2b345f;
    opacity: 0.7;
    flex-wrap: wrap;
}

.add-unit-modal .modal-dialog {
    max-width: 1150px;
}

.modal-upload-item {
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 6px 4px 15px 0 rgba(113, 145, 250, 0.08);
    border: solid 1px #e4e8f3;
    background-color: #ffffff;
    margin: 15px 0;
    display: block;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    min-height: 155px;
    height: calc(100% - 30px);
}

.upload-hover-shape {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 100%);
    opacity: 0;
    transition: 0.4s;
}

.upload-hover-shape img {
    width: 100px;
    height: 38px;
}

.upload-hover-arrow {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: 0.9s;
}

.modal-upload-item:hover {
    opacity: 1;
}

.modal-upload-item:hover small {
    opacity: 0;
}

.modal-upload-item:hover .upload-hover-shape {
    transform: translate(-50%, 0%);
    opacity: 1;
}

.modal-upload-item:hover .upload-hover-arrow {
    transform: translate(-50%, 0%);
    opacity: 1;
    bottom: 8px;
}

.modal-upload-item h5 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #002278;
    text-transform: uppercase;
    word-break: break-word;
}

.modal-upload-icon {
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 100px;
    margin: 0px auto 10px auto;
    border: solid 5px #fff;
    color: #fff;
    line-height: 40px;
    font-size: 19px;
}

.upload-modal-right {
    padding: 0px 15px;
    max-height: calc(100vh - 140px);
}

.upload-modal-right [class*="col-"]:nth-child(1) .modal-upload-item:hover {
    border-color: #ffae8f;
}

.upload-modal-right [class*="col-"]:nth-child(2) .modal-upload-item:hover {
    border-color: #95b0ff;
}

.upload-modal-right [class*="col-"]:nth-child(3) .modal-upload-item:hover {
    border-color: #a9e418;
}

.upload-modal-right [class*="col-"]:nth-child(4) .modal-upload-item:hover {
    border-color: #ffeb6d;
}

.upload-modal-right [class*="col-"]:nth-child(5) .modal-upload-item:hover {
    border-color: #e085ff;
}

.upload-modal-right [class*="col-"]:nth-child(6) .modal-upload-item:hover {
    border-color: #1ae0e0;
}

.upload-modal-right [class*="col-"]:nth-child(7) .modal-upload-item:hover {
    border-color: #46e9c0;
}

.upload-modal-right [class*="col-"]:nth-child(8) .modal-upload-item:hover {
    border-color: #0bbbf5;
}

.upload-modal-right [class*="col-"]:nth-child(9) .modal-upload-item:hover {
    border-color: #f69de0;
}

.upload-modal-right [class*="col-"]:nth-child(1) .modal-upload-icon {
    background-color: #ffae8f;
    box-shadow: 0 3px 6px 0 rgba(232, 191, 95, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(2) .modal-upload-icon {
    background-color: #95b0ff;
    box-shadow: 0 3px 6px 0 rgba(145, 145, 255, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(3) .modal-upload-icon {
    background-color: #a9e418;
    box-shadow: 0 3px 6px 0 rgba(152, 255, 145, 0.19);
}

.upload-modal-right [class*="col-"]:nth-child(4) .modal-upload-icon {
    background-color: #ffeb6d;
    box-shadow: 0 3px 6px 0 rgba(255, 180, 67, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(5) .modal-upload-icon {
    background-color: #e085ff;
    box-shadow: 0 3px 6px 0 rgba(190, 125, 255, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(6) .modal-upload-icon {
    background-color: #1ae0e0;
    box-shadow: 0 3px 6px 0 rgba(0, 220, 153, 0.13);
}

.upload-modal-right [class*="col-"]:nth-child(7) .modal-upload-icon {
    background-color: #46e9c0;
    box-shadow: 0 3px 6px 0 rgba(51, 223, 97, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(8) .modal-upload-icon {
    background-color: #0bbbf5;
    box-shadow: 0 3px 6px 0 rgba(96, 179, 235, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(9) .modal-upload-icon {
    background-color: #f69de0;
    box-shadow: 0 3px 6px 0 rgba(239, 87, 204, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(10) .modal-upload-icon {
    background-color: #7274f9;
    box-shadow: 0 3px 6px 0 rgba(114, 116, 249, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(11) .modal-upload-icon {
    background-color: #4484ff;
    box-shadow: 0 3px 6px 0 rgba(68, 132, 255, 0.16);
}

.upload-modal-right [class*="col-"]:nth-child(12) .modal-upload-icon {
    background-color: #ff8a8a;
    box-shadow: 0 3px 6px 0 rgba(114, 116, 249, 0.16);
}

.modal-upload-item small {
    margin: 4px 0 0;
    opacity: 0.72;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #2b345f;
    transition: 0.3s;
}

.upload-modal-left {
    text-align: center;
}

.upload-modal-left h3 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #2b345f;
}

.upload-modal-left p {
    opacity: 0.7;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #2b345f;
}

.add-unit-modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 99;
}

.modal-content {
    border-radius: 13px;
}

.next-prev-btn {
    opacity: 0.5;
}

.next-prev-btn:hover {
    opacity: 1;
}

.next-prev-btn svg {
    height: 14px !important;
}

.chapter-unit-details .d-flex.cd-date-watch .d-inline-block i {
    font-size: 11px;
}

.plyr__progress {
    position: absolute !important;
    bottom: 45px;
    width: calc(100% - 30px);
    left: 5px;
}

.chapter-details-video .plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    height: 4px !important;
    margin: -2px 0 0 !important;
}

.chapter-details-video .plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .15);
}

.chapter-details-video .plyr__progress--played,
.plyr__volume--display {
    color: rgba(255, 255, 255, .6);
}

.play-glow:hover {
    animation: btn-pulse3 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes btn-pulse3 {
    0% {
        box-shadow: 2px 3px 7px transparent, 0px 0px 1px #e3edfd;
    }

    20% {
        box-shadow: 0px 0px 7px #a3c5ff, 0px 0px 1px #e3edfd;
    }

    100% {
        box-shadow: 0 0 0 30px rgba(83, 80, 191, 0), 0px 0px 1px #e3edfd;
    }
}

.chapter-list-top .unit-view-radio label {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.04);
}

.chapter-list-top .unit-view-radio input[type="radio"]:checked+label {
    cursor: default;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}

.chapter-list-top label i {
    color: rgba(255, 255, 255, 0.55);
}

.chapter-list-top .unit-view-radio input[type="radio"]:checked+label i {
    color: rgba(255, 255, 255, 0.85);
}

.unit-upload-dropzone {
    padding: 60px 40px;
    border-radius: 8px;
    background-color: rgba(234, 238, 249, 0.2);
    border: dashed 1.5px #acc2ff;
}

.dz-message h3 {
    font-size: 24px;
    color: #2b345f;
}

.dz-message .span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgba(43, 52, 95, 0.5);
    margin-top: 5px;
}

.dz-message .span span {
    color: #4795ff;
}

.dropzone-uploaded-file {
    padding: 14px 14px 14px 15px;
    border-radius: 8px;
    box-shadow: 0 8px 21px 0 rgba(110, 139, 180, 0.11);
    border: solid 1px #f5f7fc;
    background-color: #ffffff;
    max-width: 400px;
    margin: 5px auto;
}

.dropzone-uploaded-icon span {
    width: 26px;
    height: 26px;
    background-color: #5fa3ff;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
}

.uploaded-file-title {
    opacity: 0.6;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.uploaded-file-size {
    font-family: 'Lato', sans-serif;
    font-size: 8px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.uploaded-file-actions .btn {
    width: 22px;
    line-height: 22px;
    height: 22px;
    border-radius: 100px;
    margin: 0 0 0 7.5px;
}

.uploaded-file-actions .btn.up-action-delete {
    background-color: #e3e9fb;
    opacity: 0.55;
}

.uploaded-file-actions .btn.up-action-delete:hover {
    background-color: #f9e6e7;
    color: #fa7179;
    opacity: 1;
}

.uploaded-file-actions .btn.up-action-download {
    color: #4091ff;
}

.uploaded-file-actions .btn.up-action-download:hover {
    opacity: 0.8
}

.unit-upload-form h5 {
    opacity: 0.72;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}


.unit-upload-location .unit-location-item label {
    border-radius: 5px;
    border: solid 1px #eeeef4;
    transition: all 0.4s;
    margin: 15px 0px 1rem 0;
    text-align: center;
    width: 100%;
    padding: 30px 1rem;
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.unit-upload-location .unit-location-item input[type="radio"]:checked+label,
.unit-upload-location .unit-location-item input[type="radio"]:checked+label:hover {
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
    border-color: #529cff;
}

.unit-upload-location .unit-location-item label:hover {
    border-color: #529cff;
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
}

.unit-upload-location .unit-location-item input[type="radio"]:checked+label::before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: -6px;
    color: #fff;
    transition: all 0.8s;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background-color: #529cff;
    border-radius: 100px;
    line-height: 20px;
}

.unit-upload-location .unit-location-item [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.unit-location-icon span {
    width: 50px;
    height: 50px;
    border: solid 6px #fff;
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    line-height: 38px;
    text-align: center;
    color: #fff;
}

.unit-upload-location [class*="col-"]:nth-child(1) .unit-location-icon span {
    background-color: #7092fe;
}

.unit-upload-location [class*="col-"]:nth-child(2) .unit-location-icon span {
    background-color: #00adef;
}

.unit-upload-location [class*="col-"]:nth-child(3) .unit-location-icon span {
    background-color: #ffb644;
}

.unit-upload-location [class*="col-"]:nth-child(4) .unit-location-icon span {
    background-color: #ff9a80;
}

.unit-location-title {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #2b345f;
    margin-top: 10px;
}

.analytics-wrapper {
    max-width: calc(100% - 0px);
    min-width: 100px;
}

.not-published-badge {
    background-color: rgb(233, 239, 246);
    color: #8d95b0;
}

.dropdown.top-post-dropdown a.dropdown-toggle {
    padding: 7px 11px !important;
    margin-top: 19px;
    margin-right: 1rem;
    line-height: normal;
    border-radius: 6px;
    font-family: Muli;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 0.5px rgba(122, 171, 255, 0.15);
    border-radius: 100px;
}

.dropdown.top-post-dropdown a span:after {
    display: none;
}

.btn-unit-publish {
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 4px;
}

.dash-top-carousel .login-info-item.slick-slide {
    position: relative
}

.dashtop-slider-caption {
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #2633ce;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.dashtop-slider-footer {
    min-height: 60px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding: 20px 1rem 10px;
    color: #fff;
    text-align: left;
    position: relative;
    background-image: url(../../app-assets/images/slider-footer-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.dashtop-slider-count {
    font-family: 'lato', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.33;
    margin-right: 10px;
}

.dashtop-slider-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.18;
}

.dashtop-slider-footer .d-flex {
    margin: auto;
    max-width: 200px;
}

.dmain-sec-heading h4 {
    font-size: 18px;
    line-height: 1.28;
    color: #2b345f;
}

.dash-inner-heading {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.nav.nav-tabs {
    padding: 9px;
    border-radius: 7px;
    background-color: rgba(245, 246, 251, 0.7);
}

.progress {
    background-color: #edf1f9;
}

.library-add-more {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #509aff;
    display: flex;
    justify-content: center;
}

.library-add-more i {
    font-size: 15px;
    align-self: center;
    margin-right: 4px;
}

.flibrary-file-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.64;
    letter-spacing: normal;
    color: #2b345f;
    word-break: break-all;
}

.cs-item-progress {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
}

.cs-popover-template .cd-analytics-item {
    background-color: rgba(243, 243, 254, 0.6);
    border-color: rgba(243, 243, 254, 0.6);
}

.cs-popover-template .cd-analytics-item .cd-analytics-icon {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(188, 202, 236, 0.22);
}

.cd-analytics-icon img {
    height: 18px;
}

#expand-all-notes {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #002bd9;
    letter-spacing: normal;
    display: flex;
}

.dash-todo-wrapper h5 span {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    margin-top: 4px;
    opacity: 0.8;
}

.dash-topbar-tabs.nav.nav-tabs {
    background-color: transparent;
}

.cal-event-scroll.v4-slick-slider {
    padding-bottom: 50px;
}

.cal-event-scroll.v4-slick-slider .slick-next {
    left: 35px;
    right: unset;
    top: unset;
    bottom: -13px;
}

.cal-event-scroll.v4-slick-slider .slick-prev {
    left: 0;
    right: unset;
    top: unset;
    bottom: -13px;
}

.stu-per-stu-carousel {
    max-height: 615px;
    position: relative;
    margin: 0px -15px;
}

.media [class*="avatar-"] i {
    right: 0px !important;
}

.dash-activity-spendtime {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    color: #2b345f;
    line-height: normal;
}

.dash-activity-spendtime h5 {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0;
}

.activity-btn-wrapper .timeline-view-btn {
    color: #4d4f5c;
    height: auto !important;
    line-height: 20px !important;
}

.btn-view-flibrary .arrow_box {
    max-height: 100px;
    overflow: auto;
}

.dash-rmsg-reply-collapse {
    border: solid 1px #f6f7fb;
    border-radius: 7px;
    margin: 10px 0;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 0 39px 0 rgba(1, 89, 207, 0.07);
    background-color: #ffffff;
    padding: 0px 1rem;
}

.dash-rmsg-footer {
    display: flex;
    padding: 0px 0px 10px 0px;
}

.dash-rmsg-attach {
    align-self: center;
    display: flex;
}

.dash-rmsg-attach .btn {
    padding: 2px;
    color: #d3d8e1;
}

.rm-chat-name {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2b345f;
    align-self: center;
}

.flibrary-file-datetime {
    color: #80859f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.missed-updates-item a {
    color: #7092fe;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.video-discussion-item {
    margin: 10px 0px 0px 0px;
    max-width: calc(100% - 0px);
}

.chapter-details-video {
    height: calc(100% - 0px);
    box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    overflow: hidden;
}

.chapter-details-video iframe {
    width: 100%;
}

.chapter-unit-item input[type="checkbox"]+.custom-control-label::before {
    border: solid 2px #fff !important;
    background-color: #f3f6fd !important;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 22px;
    top: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.chapter-unit-item input[type="checkbox"]:checked~.custom-control-label::before {
    filter: grayscale(0) !important;
    background-color: #00d182 !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
}

.chapter-unit-item input[type="checkbox"]~.custom-control-label::after {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23aaa\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    position: absolute;
    left: 22px;
    top: 0;
}

.chapter-unit-item input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.post-filter-header .btn {
    margin-right: 10px;
    border-color: #c5d1f5;
    color: #707693;
}

.post-filter-header .btn svg {
    margin-right: 4px;
}

.post-filter-header .btn:hover {
    color: #4c92f2;
    border: solid 0.5px rgba(122, 171, 255, 0.5);
    background-color: transparent;
}

.post-filter-header .btn:hover svg {
    stroke: #4c92f2;
}

.filter-input-wrap .form-control {
    border-color: #c5d1f5;
}

.filter-input-wrap .form-control.round:focus {
    box-shadow: 0 3px 6px 0 rgba(181, 189, 224, 0.28);
    border: solid 1px #c5d1f5;
}

.filter-input-wrap .btn {
    margin: 0px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    padding: 0px 13px;
    font-size: 18px;
    border: 0;
}

.filter-input-wrap .btn:hover {
    border: 0;
    color: #4c92f2;
}

.dashboard-list-item .chapter-video-user figure {
    height: 40px;
    width: 40px;
}

.dashboard-list-item .chapter-video-title h4 {
    font-size: 16px;
}

.dashboard-list-item .chapter-other-details span {
    font-size: 12px;
    margin-right: 10px;
}

.dashboard-list-item .chapter-other-details span a {
    color: #2b345f;
    opacity: 1;
}

.dashboard-list-item .chapter-other-details span a:hover {
    color: #111528;
}

.dashboard-list-card .card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.post-filter-header .full-dropdown-menu {
    width: 300px !important;
}

.post-filter-header a {
    opacity: 0.7;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.post-filter-header .dropdown-menu-header,
.post-filter-header li {
    line-height: 22px;
}

.post-filter-header li h6 {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.related-tags {
    margin: 0px -3px;
}

.related-tag-item {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #509aff;
    padding: 4px 12px 6px 13px;
    border-radius: 13px;
    background-color: rgba(80, 154, 255, 0.09);
    margin: 2px;
    transition: all 0.3s;
}

.related-tag-item:hover {
    opacity: 1;
    color: #3d8cfc;
    background-color: rgba(80, 154, 255, 0.12);
    box-shadow: 1px 2px 1px rgba(80, 154, 255, 0.2);
}

.all-comment-preview {
    align-self: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
}

.all-comment-preview i {
    margin: 0px 2px;
    color: #3d8cfc;
}

.post-like-group input[type="radio"],
.post-like-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.post-like-group input[type="radio"]+label,
.post-like-group input[type="checkbox"]+label {
    cursor: pointer;
    margin: 0px 3px;
}

.post-like-group input[type="radio"]:checked+label,
.post-like-group input[type="checkbox"]:checked+label {
    color: #1d7eff;
    cursor: pointer;
}

.post-like-group input[type="radio"]:checked+label i,
/* .post-like-group input[type="checkbox"]:checked + label i {font-weight: 900;} */
.post-like-group {
    width: 20px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.5s;
}

.post-like-group:hover {
    width: 125px
}

.post-like-group .d-inline-block.like-checked {
    order: -1
}

.post-like-title,
.rec-user-name {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    color: #2b345f;
    font-weight: normal;
}

.dash-pdf-view {
    height: 550px;
}

.dash-post-actions .theme-btn1-outline {
    border: solid 0.5px rgba(122, 171, 255, 0.1);
    border-radius: 7px;
    background-color: #eff6ff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    fill: #509aff;
    padding: 4px 10px;
}

.dash-post-actions .theme-btn1-outline:hover svg {
    fill: #fff;
}

.dash-post-duedate {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #80859f;
    border-radius: 6px;
    background-color: rgba(1, 89, 207, 0.07);
    padding: 4px 10px;
    margin-left: 5px;
}

.dash-assign-preimg {
    min-width: 170px;
    width: 170px;
    height: 190px;
    border-radius: 10px;
    background: #3d8bff;
    background: -moz-linear-gradient(135deg, #77b2fe 0%, #5ca0fe 50%, #76abf7 51%, #3d8bff 100%);
    background: -webkit-linear-gradient(135deg, #77b2fe 0%, #5ca0fe 50%, #76abf7 51%, #3d8bff 100%);
    background: linear-gradient(135deg, #77b2fe 0%, #5ca0fe 50%, #76abf7 51%, #3d8bff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76abf7', endColorstr='#3d8bff', GradientType=1);
    position: relative;
}

.dash-assign-preimg img {
    height: 60px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dash-assign-preimg.dash-assign-poll {
    background-image: none;
    width: auto;
    height: auto;
}

.dash-assign-predetails h4 {
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #2b345f;
    word-wrap: anywhere;
}

.dash-assign-predetails h3 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    margin-bottom: 15px;
}

.chapter-details-video .dash-assign-wrapper {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0 rgba(90, 144, 220, 0.1);
    border: solid 1px #e3eaf7;
    background-color: #ffffff;
}

.chapter-details-video.overflow-visible {
    overflow: visible;
}

.dash-post-link {
    font-family: 'Lato', sans-serif;
    line-height: normal;
    opacity: 0.8;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 7px;
    font-style: normal;
}

.dash-post-link a {
    opacity: 0.9;
    color: #2b345f;
}

.dash-assign-predetails .plyr__controls button svg {
    fill: #509aff;
}

.dash-assign-predetails .plyr {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

.dash-assign-predetails .plyr--audio .plyr__controls {
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.dash-assign-predetails .plyr .plyr__progress {
    width: 100%;
    margin: 0;
}

.dash-assign-predetails .plyr--audio .plyr__controls button.tab-focus:focus,
.dash-assign-predetails .plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #e6f1ff;
}

.dash-assign-predetails.plyr--video .plyr__progress--buffer {
    color: rgba(80, 154, 255, .15);
}

.dash-assign-predetails .plyr__progress--played,
.plyr__volume--display {
    color: rgba(80, 154, 255, 0.7);
}

.dash-assign-predetails {
    padding: 0px 40px;
}

.dash-poll-title {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #202842;
    opacity: 0.8;
}

.dash-poll-preview li .progress {
    height: 4px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.dash-poll-preview li {
    margin: 10px 0px;
}

.dash-poll-preview li:nth-child(1) .progress .progress-bar {
    background-color: #c7cdd9;
}

.dash-poll-preview li:nth-child(2) .progress .progress-bar {
    background-color: #57c8a9;
}

.dash-poll-preview li:nth-child(3) .progress .progress-bar {
    background-color: #ff9c83;
}

.dash-poll-preview li:nth-child(4) .progress .progress-bar {
    background-color: #7cb3ff;
}

.dash-poll-preview li:nth-child(5) .progress .progress-bar {
    background-color: #7c7eff;
}

.dash-assign-poll {
    min-width: 200px;
}

.cgroup-list-img span {
    width: 37px;
    height: 37px;
    opacity: 0.8;
    display: inline-block;
    border-radius: 100px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 37px;
}

.cteachers-list-item .cgroup-list-img span {
    line-height: normal
}

.cgroup-list-img span img {
    max-height: 37px;
}

.dash-group-card ul.perfect-scrollbar,
.cteachers-list ul {
    margin: 0px -15px;
}

.cgroup-list-item.cteachers-list-item {
    padding: 12px 15px;
    border-radius: 8px;
}

.cgroup-list-item.cteachers-list-item .btn:hover,
.cgroup-list-item.cteachers-list-item:hover .btn i {
    color: #4c92f2;
}

.cgroup-list-item {
    /* margin: 20px 0px; */
    padding: 12px 15px;
}

.cteachers-list-item {
    margin: 5px 0px;
}

.cgroup-list-item.cteachers-list-item:hover {
    background-color: #eff6ff;
}

.cgroup-list-item:first-child {
    margin-top: 0
}

.cgroup-list-item:last-child {
    margin-bottom: 0
}

.cgroup-list-item:nth-child(5n+1) .cgroup-list-img span {
    background-color: #c9ece6;
    color: #329283;
}

.cgroup-list-item:nth-child(5n+2) .cgroup-list-img span {
    background-color: #f1ccdb;
    color: #e12e76;
}

.cgroup-list-item:nth-child(5n+3) .cgroup-list-img span {
    background-color: #d6eff8;
    color: #39c4f7;
}

.cgroup-list-item:nth-child(5n+4) .cgroup-list-img span {
    background-color: #f8e9d9;
    color: #ff8b17;
}

.cgroup-list-item:nth-child(5n+5) .cgroup-list-img span {
    background-color: #d6d9f8;
    color: #2633ce;
}

.cgroup-list-img {
    margin-right: 10px;
}

.cgroup-list-name {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2b345f;
    line-height: normal;
    transition: all 0.4s;
}

.cgroup-list-name a {
    color: #2b345f;
}

.cgroup-list-name a:hover {
    color: #323b69;
}

.cgroup-list-name span {
    display: block;
}

.cgroup-list-name span,
.cgroup-list-name span a {
    opacity: 0.8;
    font-size: 12px;
    font-weight: normal;
    color: #2b345f;
}

.cgroup-list-name span a:hover {
    color: #3e4a86;
}

.cgroup-list-join {
    margin-left: auto;
    padding-left: 10px;
}

.group-joint.btn.cursor-default {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    color: #394453;
    opacity: 0.5;
}

.card-group-list ul {
    max-height: 285px;
    position: relative;
}

.dash-group-card .theme-btn1-outline:hover {
    background-color: #eff4fe;
    color: #4c92f2;
    background-image: none;
}

.btn-search-icon {
    border: none;
}

.btn.btn-search-icon.btn-sm {
    font-size: 17px;
    padding: 6px;
    position: relative;
    z-index: 2;
}

.group-search-overlay {
    right: -6px;
    opacity: 0;
    position: absolute;
    width: 0px;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
    overflow: hidden;
}

.group-search-overlay .form-control {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    border-color: #c5d1f5;
}

.group-search-overlay:hover,
.btn-search-icon:hover~.group-search-overlay {
    width: 140px;
    opacity: 1;
}

.admin-panel-tabs .nav.nav-tabs .nav-item .nav-link {
    border-radius: 100px;
    padding: 10px 18px;
    margin: 0px 6px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #4c92f2;
    border: solid 0.3px rgba(230, 241, 255, 0.7);
    transition: all 0.4s;
    line-height: 1.29;
    box-shadow: 0 1px 2px 0 rgba(186, 201, 236, 0.16);
    background-color: #ffffff;
}

.admin-panel-tabs .nav.nav-tabs .nav-item .nav-link.active,
.admin-panel-tabs .nav.nav-tabs .nav-item .nav-link:hover {
    border: solid 0.5px rgba(122, 171, 255, 0.5);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#82b8ff), to(#368bff));
    background-image: -webkit-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -moz-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -o-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(to right, #82b8ff, #368bff);
    background-repeat: repeat-x;
    background-size: 200% auto;
    background-position: left -2px center;
}

.admin-panel-tabs .nav.nav-tabs {
    background-color: rgba(242, 247, 255, 0.7);
    padding: 1.3rem 1rem;
}

.cs-standards-tab .d-flex .form-control {
    opacity: 0.66;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #707693;
    transform: translateX(30px);
    width: 100%;
    margin-left: -30px;
    padding-right: 40px;
    height: 40px;
    transition: all 0.4s;
}

.cs-standards-tab .d-flex .form-control:focus {
    height: 100px;
    padding-left: 30px;
}

.cs-standards-tab .d-flex .btn {
    z-index: 1;
    max-height: 40px;
    align-self: center;
}

.table thead th {
    background-color: rgba(228, 232, 243, 0.4);
    font-family: 'Lato', sans-serif;
    color: #2b345f;
    font-size: 14px;
    border-width: 0px;
}

.dataTable.table {
    border-color: #e3e6ec !important;
}

.table.table-bordered tr td {
    border: 1px solid #e3e6ec !important
}

.no-sort:before,
.no-sort:after {
    display: none !important;
}

.dataTables_length select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.3ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
    background-position: right -18px center;
    padding: 0px 30px 0px 10px !important;
}

.dataTables_filter::after {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9aa";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    font-size: 17px;
}

.dataTables_wrapper .dataTables_length .form-control {
    height: 35px;
    margin: 0 5px;
}

.w30 {
    min-width: 30px !important;
    width: 30px !important;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #2b345f;
}

.pagination li a {
    margin: 0px 2px;
    border-radius: 6px !important;
    overflow: hidden;
    color: #6b6f80 !important;
    border-color: #dae1f5 !important;
    font-weight: 500;
}

.pagination li.active a {
    color: #fff !important;
    border-color: #5495ec !important;
    background-color: #61a4ff !important;
}


table.dataTable thead tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

table.dataTable thead tr th:nth-last-child(1) {
    border-radius: 0 10px 0 0;
}

table.dataTable tr td {
    border: solid 1px rgba(219, 223, 231, 0.7) !important;
    font-family: 'Lato', sans-serif;
    font-weight: normal
}

tr:nth-last-child(1) td:nth-child(1) {
    border-radius: 0 0 0 10px;
}

tr:nth-last-child(1) td:nth-last-child(1) {
    border-radius: 0 0 10px 0;
}

.dataTables_filter input.form-control {
    height: 35px;
}

.admin-panel-card .tab-content .bootstrap-select .btn {
    border-radius: 8px;
}

.add-class-content {
    padding: 30px;
    background-color: #fafdff;
    border-radius: 10px;
    border: solid 1px #f2f7fd;
}

table.dataTable thead tr:nth-child(2) th:nth-child(1),
table.dataTable thead tr:nth-child(2) th:nth-last-child(1) {
    border-radius: 0;
}

table.dataTable thead tr:nth-child(2) th {
    background-color: #eef2f9;
    border: solid 1px #e8ebf2;
}

.table.border-none tr,
.table.border-none td,
.table.border-none th {
    border: 0
}

td .select2-container--default .select2-selection,
td .form-control {
    border-color: #e4e8f3 !important;
    color: #707693;
    font-family: 'Lato', sans-serif;
    border-radius: 7px;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) {
    padding: 4px 30px 4px 10px !important;
    border-radius: 17px;
    border: 0;
    background-color: #f0f3f9 !important;
    opacity: 0.93;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #707693 !important;
    margin: 1.5px !important;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline):hover {
    background-color: #ffebec !important;
    color: #ff7a7f !important;
    box-shadow: 0 3px 6px 0 rgba(181, 189, 224, 0.28);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute !important;
    top: calc(50% - 0px) !important;
    transform: translateY(-50%);
    right: 6px !important;
    cursor: pointer !important;
    text-align: center !important;
    width: 16px !important;
    height: 16px !important;
    box-shadow: 0 2px 2px 0 rgba(112, 110, 166, 0.08);
    background-color: #fff !important;
    border-radius: 100px;
    line-height: 14px !important;
    border: 0 !important;
    font-size: 11px;
    padding: 0px !important;
    z-index: 2;
    color: #6b6f80 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #ff7a7f !important;
    color: #fff !important;
}

.teacher-content-steps {
    border-radius: 6px;
    border: solid 1px #f0f4fe;
    background-color: #f9fbff;
    padding: 10px;
    height: calc(100% - 15px);
    margin-bottom: 15px;
}

.teacher-content-steps .custom-ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 5px;
    position: relative;
}

.teacher-content-steps .custom-ol li {
    position: relative;
    counter-increment: my-awesome-counter;
    border: none;
    padding: 1px 0px 1px 35px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: rgba(43, 52, 95, 0.7);
}

.teacher-content-steps .custom-ol li::before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    position: absolute;
    left: 9px;
    color: #fff;
    font-size: 9px;
    background-color: #567dfd;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 100px;
    top: 5px;
}

.teacher-content-steps .custom-ol li:nth-child(1):before {
    background-color: #80a4ff;
}

.teacher-content-steps .custom-ol li:nth-child(2):before {
    background-color: #a387ff;
}

.teacher-content-steps .custom-ol li:nth-child(3):before {
    background-color: #45dc96;
}

.teacher-content-steps .custom-ol li:nth-child(4):before {
    background-color: #febf61;
}

.teacher-content-steps .custom-ol li:nth-child(5):before {
    background-color: #567dfd;
}

.teacher-content-steps .custom-ol::before {
    content: "";
    width: 1.5px;
    height: calc(100% - 25px);
    background-color: #b2c7ff;
    position: absolute;
    left: 22px;
    top: 10px;
    bottom: -100px;
}

.teacher-content-steps .custom-ol li:first-child::after {
    display: none;
}

.tch-smaple-btn h5 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #2b345f;
}

.select2-results .select2-results__option,
.teacher-content-steps .select2-results .select2-results__option {
    margin: 0;
    padding: 3px 6px;
    line-height: 1.5;
    border-radius: 0px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.teacher-content-steps .select2-search {
    margin: 0px !important
}

.teacher-content-steps .select2-search:before,
.teacher-content-steps .select2-selection__choice:before,
.teacher-content-steps .select2-results .select2-results__option:before {
    display: none;
}

.teacher-download-sample .tch-smaple-icon {
    margin-bottom: 10px;
}

.teacher-download-sample .tch-smaple-icon,
.teacher-download-sample .tch-smaple-btn {
    align-self: center;
    padding: 0px 1rem;
}

.teacher-download-sample {
    min-height: 190px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: solid 1px #e4e8f3;
    padding: 15px;
}

.teacher-validation-sample {
    margin-bottom: 15px;
    border-radius: 8px;
    border: solid 1px #e4e8f3;
    padding: 15px;
}

.teacher-download-sample input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.icon-search input.form-control {
    padding-right: 35px;
    color: rgba(112, 118, 147, 0.6);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.form-control {
    border-color: #e4e8f3;
}

.form-control:focus {
    border-color: #c5cbdd;
}

.icon-search span:after {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9aa";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    font-size: 17px;
}

.input-group-prepend .input-group-text .btn {
    border-radius: 0 7px 7px 0px;
    height: 100%;
    border-left: 0;
    background-color: transparent;
    border-color: #e4e8f3 !important;
    color: #737880;
}

.input-group-prepend .input-group-text .btn:hover {
    background-color: #f4f5fb;
}

.dash-analytics-filter .input-group-prepend .bootstrap-select .btn,
.admin-panel-card .tab-content .input-group-prepend .bootstrap-select .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.admin-panel-card .dropdown-item.active,
.admin-panel-card .dropdown-item:active {
    background-color: #7eb6ff;
}

.chapter-details-audio {
    background-color: rgba(234, 238, 249, 0.2);
    border: solid 1px rgba(172, 194, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: calc(100% - 0px);
    max-height: 620px;
}

.chapter-details-audio img {
    max-height: calc(100% - 80px);
    max-width: 100%;
}

.chapter-details-audio .plyr--audio .plyr__controls {
    background-color: #628bfd;
    border: solid 1px #628bfd;
    border-radius: 7px;
    /* overflow: hidden; */
    padding-top: 30px;
}

.chapter-details-audio .plyr--audio .plyr__controls button.tab-focus:focus,
.chapter-details-audio .plyr--audio .plyr__controls button:hover,
.plyr__play-large,
.chapter-details-video .plyr--video .plyr__controls button.tab-focus:focus,
.chapter-details-video .plyr--video .plyr__controls button:hover {
    background: #628bfd !important;
}

.chapter-details-audio .plyr--full-ui input[type="range"] {
    color: #fff
}

.chapter-details-audio .plyr--audio {
    margin: 0;
}

.chapter-details-audio .plyr__progress--played,
.chapter-details-audio .plyr__volume--display {
    color: rgba(255, 255, 255, 0.6) !important;
}

.chapter-details-audio .plyr--audio .plyr__progress {
    bottom: 45px !important;
}

.teacher-tab-table .buttons-csv {
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0px
}

.chapter-unit-item .custom-control.custom-checkbox {
    position: absolute;
    width: 40px;
    right: 10px;
    top: 15px;
}

.ps-container>.ps-scrollbar-y-rail,
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    width: 4px !important;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.chapter-units-list.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #e8eef5 !important;
    width: 4px !important;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,
.chapter-units-list.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #c1cad4 !important;
    height: 4px !important;
}

.chapter-unit-details .d-flex.cd-date-watch .d-inline-block {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}

.btn {
    border-radius: 8px
}

.btn.btn-sm {
    border-radius: 5px
}

.config-manage-tch .custom-control-label::before,
.admin-panel-card .custom-control-label::before {
    border: 1px solid rgba(181, 189, 224, 0.5);
}

.config-manage-tch tr td {
    vertical-align: top !important;
}

.config-manage-tch .custom-control-label::before {
    box-shadow: 0px 0px 5px rgb(235, 242, 251);
}

.config-manage-tch .custom-control-input:checked~.custom-control-label::before,
.admin-panel-card .custom-control-input:checked~.custom-control-label::before {
    border-color: #64a6ff;
    background-color: #64a6ff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #64a6ff;
    background-color: #64a6ff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e');
}

.teacher-tab-divider {
    height: 20px;
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    background-image: url(../../app-assets/images/divider-line.svg);
    background-size: 100%;
}

.teacher-tab-divider img {
    width: 100%;
}

.teacher-tab-table .dt-buttons.btn-group,
.teacher-tab-table .dataTables_filter {
    display: none
}

table.dataTable tbody tr:hover {
    box-shadow: 0 7px 17px 0 rgba(167, 180, 204, 0.16);
}

.badge.badge-blue-light {
    background-color: rgba(36, 213, 149, 0.09);
    color: #34c38f;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 4px 10px;
}

.badge.badge-red-light {
    background-color: rgba(244, 106, 106, 0.09);
    color: #f46a6a;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 4px 10px;
}

.badge.badge-yellow-light {
    background-color: rgba(253, 185, 1, 0.09);
    color: #fdb901;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 4px 10px;
}

.badge.badge-secondary-light {
    background-color: rgba(132, 132, 132, 0.09);
    color: #777;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 4px 10px;
}

.badge.badge-primary-light {
    background-color: #eff6ff;
    color: #2c92ff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 4px 10px;
}

.vdiscussion-all-comments.mt-1 {
    margin-bottom: 10px;
}

.all-replay-list-item {
    margin: 10px 0px;
}

.total-upload {
    width: 17px;
    height: 17px;
    border: solid 2px #6aa9ff;
    display: inline-block;
    border-radius: 10px;
    line-height: 9px;
    text-align: center;
    margin-right: 4px;
}

.success-upload {
    width: 17px;
    height: 17px;
    border: solid 2px #00c66a;
    display: inline-block;
    border-radius: 10px;
    line-height: 9px;
    text-align: center;
    margin-right: 4px;
}

.failed-upload {
    width: 17px;
    height: 17px;
    border: solid 2px #ff6600;
    display: inline-block;
    border-radius: 10px;
    line-height: 9px;
    text-align: center;
    margin-right: 4px;
}

.upload-error-table th span img {
    max-height: 9px;
    max-width: 9px;
    margin: auto
}

.upload-error-table .table td {
    border: solid #e3ebf3;
    border-width: 1px 1px 0px 1px
}

.upload-error-table .table th {
    border-top: 1px solid #e3ebf3;
}

.error-download-wrapper {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: solid 0.8px #ffd4d5;
    background-color: #fff5f5;
}

.error-download-msg {
    color: #2b345f;
    font-style: italic;
    margin: 0px 6px;
    align-self: center;
}

.error-download-icon {
    align-self: center;
}

.error-download-link {
    align-self: center;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.error-download-link a {
    color: #ff7a7f;
}

.chapter-details-audio .plyr--audio .plyr__controls {
    color: #fff;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    height: 5px;
    margin: -2px 0 0;
}

.btn-view-class-sub {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #2c92ff;
}

.btn.btn-view-class-sub {
    padding: 0px 25px 0px 0px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #2c92ff
}

.btn.btn-view-class-sub:hover {
    color: #2284ec;
}

.btn.btn-view-class-sub:after {
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 20px !important;
    font-size: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    content: "\f182";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.4s;
}

.btn.btn-view-class-sub.collapsed:after {
    transform: translateY(-50%) rotate(0deg);
}

.btn.btn-view-class-sub-inner {
    padding: 0px 25px 0px 3px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #666d8c;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.btn.btn-view-class-sub-inner:hover {
    color: #666d8c;
}

.btn.btn-view-class-sub-inner:after {
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 13px !important;
    font-size: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    content: "\f112";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.4s;
}

.btn.btn-view-class-sub-inner.collapsed:after {
    transform: translateY(-50%) rotate(0deg);
}

.teacher-tab-table .tags-wrapper .tag-span {
    border-radius: 5px;
    padding: 4px 23px 4px 10px;
}

.teacher-tab-table .tags-wrapper .tag-x {
    box-shadow: none;
    background-color: transparent;
}

.teacher-tab-table .tags-wrapper .tag-x:hover {
    color: #ff7a7f;
}

.subclass-collapse-item {
    background-color: #fff;
    border: solid 1px #f7f8fc;
    border-radius: 4px;
    padding: 2px 5px 5px 5px;
    margin-bottom: 2px;
}

.h-collapse-sub {
    position: relative;
    max-height: 60px;
}

.swal2-popup {
    border-radius: 15px !important;
    padding: 2em !important;
    width: 30em !important;
}

.swal2-image {
    margin-top: 0px !important;
}

.config-cs-L {
    padding: 20px;
    text-align: center;
    background-color: rgba(1, 89, 207, 0.08);
    margin: 7px 0px 7px 7px;
    border-radius: 6px;
    height: calc(100% - 14px);
    display: flex;
}

.config-manage-tch {
    margin: 0 -10px;
}

.config-cs-R .config-cs-R-inner {
    padding: 20px 20px 5px 20px;
    box-shadow: 0 3px 15px 0 rgba(106, 117, 171, 0.09);
    transition: all 0.5s;
}

.config-cs-R .config-cs-R-inner.minimized {
    height: 0px;
    overflow: hidden;
    min-height: 0;
    opacity: 0;
    padding: 0px;
}

.config-cs-R-list {
    max-height: 140px;
    padding-right: 15px;
}

.config-cs-L h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.config-class-sub-header {
    width: 100%;
    box-shadow: 0px 3px 15px rgba(86, 110, 186, 0.1);
    z-index: 1;
}

.config-class-sub-tch figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: solid 2px #fff;
    box-shadow: 1px 4px 8px rgba(101, 136, 187, 0.25);
    border-radius: 100px;
    margin-bottom: 0px;
}

.config-class-sub-tch figure img {
    width: 100%;
    min-height: 100%;
}

.config-class-sub-name.align-self-center h5 {
    color: #555d7f;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.config-class-sub-name.align-self-center h4 {
    color: #2b345f;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: normal;
}

.config-class-sub-modal .close {
    right: 0;
    position: absolute;
    z-index: 1;
}

.ccsf-header {
    font-size: 14px;
    color: #2b345f;
    font-weight: 600;
    display: flex;
}

.ccsf-check {
    width: 25%;
    padding: 0px 1rem;
}

.ccsf-class {
    width: 25%;
    padding: 0px 1rem;
}

.ccsf-subject {
    width: 50%;
    padding: 0px 1rem;
}

.ccsf-thead {
    background-color: #f8f9fc;
}

.ccsf-header img {
    margin-right: 7px;
}

.switchery:checked~.switchery-default,
.ccsf-check .switchery:checked~.switchery-default {
    box-shadow: #368bff 0px 0px 0px 11px inset !important;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
    background-color: #368bff !important;
    border-color: #368bff !important;
}

.switchery-default,
.ccsf-check .switchery-default {
    box-shadow: #eaecf8 0px 0px 0px 11px inset !important;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
    background-color: #eaecf8 !important;
    border-color: #eaecf8 !important;
}

.switchery>small,
.ccsf-check .switchery>small {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.ccsf-class .bootstrap-select .btn.dropdown-toggle {
    height: auto;
    padding: 2px 10px;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 4px 20px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #61a4ff;
    color: #fff !important;
}

.ccsf-subject .select2-container--classic .select2-selection--multiple,
.ccsf-subject .select2-container--default .select2-selection--multiple {
    min-height: 20px !important;
    padding: 2px 5px 2px 5px !important;
}

.ccsf-delete span {
    height: 33px;
    width: 33px;
    border: solid 1px #ccc;
    color: #ccc;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    transition: all 0.4s;
    border-radius: 100px;
    cursor: pointer;
}

.ccsf-delete:hover span {
    border: solid 1px #f46a6a;
    color: #f46a6a;
}

.ccsf-item {
    margin: 15px 0px
}

.file-repeater .btn.btn-repeat {
    padding-left: 40px;
    position: relative;
}

.file-repeater .btn.btn-repeat i {
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* .ccsf-file-repeater{
        max-height: 150px;
        overflow: auto;
    } */
.top-other-dropdown a.dropdown-toggle {
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: Comfortaa, cursive, 'Times New Roman', Times, serif;
    font-size: 14px !important;
    font-weight: bold;
}

.top-other-dropdown a span::after {
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 13px !important;
    text-rendering: optimizeLegibility;
    text-transform: none;
    content: "\f112";
    position: absolute;
    right: -5px;
    top: calc(50% - 3px);
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.4s;
}

.top-other-dropdown .dropdown-item span::after {
    display: none;
}

.chapter-details-video .plyr__control--overlaid,
.chapter-details-video .plyr--video .plyr__control.plyr__tab-focus,
.chapter-details-video .plyr--video .plyr__control:hover,
.chapter-details-video .plyr--video .plyr__control[aria-expanded="true"] {
    background: #628bfd;
}

.chapter-details-video .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(98, 139, 253, 0.5);
}

.chapter-details-video .plyr--full-ui input[type="range"] {
    color: #628bfd
}

.select2-dropdown {
    border-color: #e6effb !important;
}

.select2-results__option--highlighted {
    background-color: #e6effb !important;
}

.btn.btn-unit-delete {
    position: absolute;
    right: -10px;
    top: -10px;
    border: solid 1px #fa626b;
    padding: 0px;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    line-height: 23px;
    background-color: #fff;
    color: #fa626b;
    transition: all 0.4s;
    opacity: 0
}

.chapter-unit-item:hover .btn.btn-unit-delete,
.btn.btn-unit-delete:hover {
    opacity: 1;
}

.dz-file-icon {
    min-width: 35px;
    height: 35px;
    background-color: #7092fe;
    box-shadow: 0 1px 10px 0 rgba(188, 202, 236, 0.42);
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 27px;
    border: solid 4px #fff;
    font-size: 10px;
    color: #fff;
    margin-right: 7px;
    align-self: center;
}


.cs-timetable-table thead input[type="checkbox"]+.custom-control-label {
    padding-left: 22px;
}

.cs-timetable-table thead input[type="checkbox"]+.custom-control-label::before {
    border: solid 2px #fff !important;
    background-color: #f3f6fd !important;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);

}

.cs-timetable-table thead input[type="checkbox"]:checked~.custom-control-label::before {
    filter: grayscale(0) !important;
    background-color: #7db5ff !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
}

.cs-timetable-table thead input[type="checkbox"]~.custom-control-label::after {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23aaa\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.cs-timetable-table thead input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.from-to-svg {
    position: relative;
    width: 23px;
    height: 23px;
    margin: 0px 5px;
    display: inline-block;
}

.from-to-svg::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #e7eaf5;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
}

.from-to-svg-inner {
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 100px;
    position: relative;
    z-index: 5;
    box-shadow: 0 2px 3px 0 rgba(172, 176, 194, 0.16);
    border: solid 1px #e2e5f2;
    background-color: #f9fafe;
}

.from-to-svg svg {
    width: 20px;
    height: 9px;
}

#cs-overview-tab .form-control[readonly],
div.form-control.disabled {
    background-color: #f7f8fc;
}

#pdf-viewer {
    min-height: 550px;
}

.mpr-check.noPadding {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #2b345f;
}

.timetable-for-header {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #2b345f;
}

.btn.disabled {
    pointer-events: none;
}

.config-manage-tch .custom-control-label::after,
.config-manage-tch .custom-control-label::before,
#admin-approval-table .custom-control-label::after,
#admin-approval-table .custom-control-label::before {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    top: .05rem;
}

.no-watching-list {
    min-height: 210px;
}

.no-watching-list.justify-content-center span {
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.cd-completed-course .progress-bar.bg-gradient-x-blue-green {
    background-image: -webkit-gradient(linear, left top, right top, from(#00e6af), to(#17f9c3));
    background-image: -webkit-linear-gradient(left, #00e6af, #17f9c3);
    background-image: -moz-linear-gradient(left, #00e6af, #17f9c3);
    background-image: -o-linear-gradient(left, #00e6af, #17f9c3);
    background-image: linear-gradient(to right, #00e6af, #17f9c3);
    background-repeat: repeat-x;
}

.chapter-list-body .timeline-view-btn {
    height: 33px;
    line-height: 16px;
}

.v4cd-unit-item-vlist .chapter-list-body .d-flex.mb-1 {
    margin-bottom: 0px !important
}

.c-analytics-item i img {
    height: 10px;
}

.config-timetable-modal .close {
    position: absolute;
    right: 0;
    z-index: 1;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y {
    width: 6px
}

.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y>.ps__thumb-y,
.ps__rail-y.ps--clicking>.ps__thumb-y {
    background-color: #dae0f2;
}

.add-assignment-left {
    background-image: url(../../app-assets/images/add-assignment-bg.svg);
    background-size: cover;
    background-color: #f7faff;
    border-radius: 13px 0px 0px 13px;
}

.add-assignment-left .dz-message .span {
    font-size: 15px;
    color: rgba(43, 52, 95, 0.7);
    display: inline-block;
}

.add-assignment-left .dz-message {
    max-width: 400px;
    margin: auto;
}

label {
    color: rgba(43, 52, 95, 0.7);
    font-family: 'Lato', sans-serif;
}

.add-assignment-right .bootstrap-select .dropdown-menu .dropdown-item,
.add-assignment-right .filter-option-inner-inner {
    font-size: 14px;
    color: #4e5154;
}

.add-assignment-right .bs-placeholder .filter-option-inner-inner {
    color: #aeb5da;
}

.add-assignment-right .table td {
    border-top: 0px;
}

.add-assignment-right .table thead tr:first-child th {
    background-color: transparent;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    border-radius: 0 !important;
}

.datepicker-input-group.input-group {
    z-index: 1;
    max-width: 300px;
}

.datepicker-input-group .input-group-text {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
    z-index: -1;
}

.datepicker-input-group.input-group>.form-control {
    padding-right: 50px;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    background-color: transparent;
}

.lock-duedate label.custom-control-label:before,
.lock-duedate label.custom-control-label:focus:before {
    border: 1px solid rgba(161, 172, 191, 0.26);
    box-shadow: 0 3px 6px 0 rgba(161, 172, 191, 0.26);
    top: 50%;
    transform: translateY(-50%);
}

.lock-duedate label.custom-control-label::after,
.lock-duedate label.custom-control-label:focus::after {
    top: 50%;
    transform: translateY(-50%);
}

.lock-duedate .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #557cfd;
    background-color: #557cfd;
}

.add-assignment-right .unit-upload-dropzone {
    padding: 20px
}

.add-assignment-right .unit-upload-dropzone .carri-upload-wrapper,
.add-assignment-right .unit-upload-dropzone .d-flex {
    border-color: rgba(172, 194, 255, 0.3) !important
}

.assignment-repeat-delete .btn {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(188, 188, 188, 0.16);
    border: solid 1px #d8dce6;
    margin: 35px 0px 0px 10px;
    font-size: 20px;
    color: #d8dce6;
    line-height: 20px;
}

.assignment-repeat-delete .btn:hover {
    color: #fa626b;
    border-color: #fa626b;
}

.assignment-link-repeat {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.m-row {
    margin-left: -15px;
    margin-right: -15px;
}

.assignment-link-ritem:first-child {
    border-top: 0
}

.assignment-link-ritem {
    border-top: dashed 1px #eee;
    padding: 10px 0px 5px 0px;
}




.recipients-checkbox-item label {
    border-radius: 8px;
    border: solid 1px #eeeef4;
    transition: all 0.4s;
    margin: 15px 0px 15px 0;
    text-align: center;
    width: 100%;
    padding: 30px 15px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.recipients-checkbox-item input[type="checkbox"]:checked+label,
.unit-upload-location .unit-location-item input[type="checkbox"]:checked+label:hover {
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
    border-color: #529cff;
}

.recipients-checkbox-item label:hover {
    border-color: #529cff;
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
}

.recipients-checkbox-item input[type="checkbox"]+label::before {
    height: 20px;
    border-radius: 100px;
    content: "\f00c";
    position: absolute;
    color: #fafbfd;
    right: -6px;
    top: -6px;
    width: 20px;
    font-size: 10px;
    box-shadow: 0 3px 6px 0 rgba(161, 172, 191, 0.16);
    border: solid 1px #e4e8f3;
    background-color: #fafbfd;
}

.recipients-checkbox-item input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: -6px;
    color: #fff;
    transition: all 0.8s;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background-color: #529cff;
    border-radius: 100px;
    line-height: 18px;
    border: solid 1px #529cff;
}

.recipients-checkbox-item [type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.recipients-checkbox-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.93;
    color: #2b345f;
    margin-top: 10px;
}

.select-recipients-wrapper {
    border-radius: 5px;
    background-color: rgba(228, 232, 243, 0.2);
    padding: 10px 25px;
}

.about-this {
    border: solid 0.5px #abc0ff;
    background-color: #f5f8ff;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    font-size: 8px;
    border-radius: 100px;
    color: #abc0ff;
    transform: translateY(-2px);
}

.text-highlight {
    color: #60a4ff;
    font-family: 'Lato', sans-serif;
}

.dropdown .dropdown-menu {
    box-shadow: 0px 0 15px rgba(64, 70, 74, .1) !important
}

.cke_bottom {
    border-top: 1px solid #e6f0ff !important;
    background: #f7faff !important;
}

.cke_chrome {
    border: 1px solid #e6f0ff !important;
}

.cke_top {
    border-bottom: 1px solid #e6f0ff !important;
    background: #f7faff !important;
}

.cke_resizer {
    border-color: transparent #ced7e4 transparent transparent !important;
}

a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active {
    background: #e7f0fb !important;
    border: 1px #dce4ee solid !important;
    border-radius: 3px !important;
}

a.cke_button_on {
    background: #eef3fb !important;
    border: 1px #c9d8ec solid !important;
    border-radius: 3px !important;
}

.stu-submilt-poll .custom-control-label::before {
    pointer-events: none;
    border: 1px solid #e2eefd;
    background-color: transparent;
    width: 18px;
    height: 18px;
    border-radius: 5px !important;
    box-shadow: 0px 2px 5px #dee6f0;
    top: 50%;
    transform: translateY(-50%);
}

.stu-submilt-poll .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #638cfd;
    background-color: #6089fd;
}

.stu-submilt-poll .custom-control-input:checked~.custom-control-label::after {
    background-image: none !important;
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition: all 0.2s;
    font-size: 10px;
}

.stu-submilt-poll .custom-control-label {
    font-size: 14px;
    color: #2b345f;
    cursor: pointer;
}

.btn.round.btn-sm.certificate-download {
    background-color: rgba(255, 255, 255, 0.7);
    color: #5a81fd;
    font-size: 12px;
}

.certificate-download:hover {
    border: solid 0.5px rgba(122, 171, 255, 0.5);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#82b8ff), to(#368bff));
    background-image: -webkit-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -moz-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: -o-linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(108deg, #82b8ff, #368bff);
    background-image: linear-gradient(to right, #82b8ff, #368bff);
    background-repeat: repeat-x;
    background-size: 200% auto;
    background-position: left -2px center;
}

.codeboard-heading {
    opacity: 0.87;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

#swal2-title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #2b345f;
}

#swal2-content {
    opacity: 0.72;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2b345f;
    line-height: 20px;
}

.swal2-actions .btn {
    min-width: 108px;
}

.recipients-checkbox-icon {
    position: relative;
}

.selected-count {
    position: absolute;
    top: -22px;
    right: -5px;
    background-color: #7ab3ff;
    border-radius: 100px;
    padding: 2px 4px;
    font-size: 10px;
    border: solid 3px #fff;
    box-shadow: 0px 0px 5px rgba(179, 186, 196, 0.3);
    font-weight: 600;
    color: #fff;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    line-height: normal;
}

.analytics-inner.perfect-scrollbar .ps-scrollbar-x-rail {
    opacity: 0 !important;
}

.upload-success-banner {
    margin: auto;
    display: inline-block;
    width: 100%;
    max-width: 450px;
}

.upload-success-banner img {
    width: 100%;
    border-bottom: solid 1px #f2f4fb;
}

.video-upload-success-msg {
    background-color: rgba(246, 248, 252, 0.4);
    font-weight: 600;
    border-top: solid 1px rgba(246, 248, 252, 0.8);
}

.video-success-alert span {
    border: solid 1px #d4deff;
    background-color: #ecf1ff;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    color: #567efd;
}

.video-success-alert {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    color: #2b345f;
}

.min-w-auto {
    min-width: auto !important;
}

.max-w-none {
    max-width: none !important;
}

.sup-sub-box {
    background-color: rgba(91, 112, 166, 0.02);
    margin: 15px 0px;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px rgba(91, 112, 166, 0.06);
}

.empty-placeholder {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.empty-placeholder img {
    max-width: 90%;
    margin: 20px auto
}

.cl-list-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.cl-list-thumb::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    /* background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8) , rgba(0, 0, 0, 0.6)); */
    background-color: rgba(0, 6, 191, 0.45);
}

.course_filter_collapse .filter-option-inner-inner {
    font-size: 1rem;
}

.text-theme1 {
    color: #368bff !important
}

.line-height-0 {
    line-height: 0;
}

.cd-rubric-wrapper h4 svg {
    height: 18px;
}

.cd-rubric-item {
    width: 100%;
    min-height: 89px;
    margin: 15px 0;
    padding: 15px;
    border-radius: 8px;
    border: solid 1px #e4edf9;
    transition: all 0.3s;
}

.cd-rubric-item:hover {
    box-shadow: 6px 7px 15px 0 rgba(113, 145, 250, 0.19);
    border: solid 1px #8fbcff;
    background-color: #ffffff;
}

.cd-rubric-item h6 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.64;
    color: #2b345f;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.cd-rubric-item h6 img {
    height: 12px;
    margin-top: -3px;
    margin-right: 4px;
}

.ion-slide-1 .irs--big .irs-handle,
.cd-rubric-item .irs--big .irs-handle {
    border: 0px !important;
    box-shadow: none;
    border-radius: 0;
    /* background:none; */
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    cursor: grab;
    top: -9px;
    width: 21px;
    height: 21px;
    box-shadow: 6px 7px 15px 0 rgba(113, 145, 250, 0.19);
    border-radius: 100px;
}

.ion-slide-1 .irs--big .irs-bar,
.cd-rubric-item .irs--big .irs-bar {
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6px;
}

.ion-slide-1 .irs--big .irs-line,
.cd-rubric-item .irs--big .irs-line {
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6px;
    background-color: rgba(150, 166, 217, 0.3);
}

.ion-slide-1 .irs--big .irs-line,
.ion-slide-1 .irs--big .irs-bar,
.cd-rubric-item .irs--big .irs-line,
.cd-rubric-item .irs--big .irs-bar {
    top: 0px
}

.ion-slide-1 .irs--big.irs-with-grid,
.cd-rubric-item .irs--big.irs-with-grid {
    height: 30px;
    margin-bottom: 10px;
    bottom: 0px;
}

.ion-slide-1 .irs--big,
.cd-rubric-item .irs--big {
    height: 30px;
}

.ion-slide-1 .irs--big .irs-min,
.ion-slide-1 .irs--big .irs-max,
.cd-rubric-item .irs--big .irs-min,
.cd-rubric-item .irs--big .irs-max {
    top: 12px;
    color: rgba(43, 52, 95, 0.7);
    background-color: transparent;
    border-radius: 0px;
}

.ion-slide-1 .irs--big .irs-grid-pol,
.cd-rubric-item .irs--big .irs-grid-pol {
    background-color: rgba(43, 52, 95, 0.6);
}

.ion-slide-1 .irs--big .irs-grid-text,
.cd-rubric-item .irs--big .irs-grid-text {
    color: rgba(43, 52, 95, 0.6);
    font-size: 11px;
    transform: translateY(3px);
    font-weight: 600;
}

.ion-slide-1 .irs--big .irs-single,
.cd-rubric-item .irs--big .irs-single {
    background: none;
    top: -35px;
}

.ion-slide-1 .irs-single::after,
.cd-rubric-item .irs-single::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%) rotate(45deg);
}

.ion-slide-1 .irs-min,
.ion-slide-1 .irs-max,
.cd-rubric-item .irs-min,
.cd-rubric-item .irs-max {
    visibility: visible !important;
}

.ion-slide-1 .irs--big .irs-bar,
.ion-slide-1 .irs--big .irs-single,
.ion-slide-1 .irs--big .irs-single::after {
    background-color: #7db5ff !important;
}

.ion-slide-1 .irs--big .irs-handle,
.cd-rubric-item.cd-rubric-item-1 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle1.svg) !important;
}

.cd-rubric-item.cd-rubric-item-2 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle2.svg) !important;
}

.cd-rubric-item.cd-rubric-item-3 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle3.svg) !important;
}

.cd-rubric-item.cd-rubric-item-4 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle4.svg) !important;
}

.cd-rubric-item.cd-rubric-item-5 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle5.svg) !important;
}

.cd-rubric-item.cd-rubric-item-6 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle6.svg) !important;
}

.cd-rubric-item.cd-rubric-item-7 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle7.svg) !important;
}

.cd-rubric-item.cd-rubric-item-8 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle8.svg) !important;
}

.cd-rubric-item.cd-rubric-item-9 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle9.svg) !important;
}

.cd-rubric-item.cd-rubric-item-10 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle10.svg) !important;
}

.cd-rubric-item.cd-rubric-item-11 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle11.svg) !important;
}

.cd-rubric-item.cd-rubric-item-12 .irs--big .irs-handle {
    background-image: url(../../app-assets/images/slider-handle12.svg) !important;
}

.cd-rubric-item.cd-rubric-item-1 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-1 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-1 .irs--big .irs-single::after {
    background-color: #7db5ff !important;
}

.cd-rubric-item.cd-rubric-item-2 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-2 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-2 .irs--big .irs-single::after {
    background-color: #feca7b !important;
}

.cd-rubric-item.cd-rubric-item-3 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-3 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-3 .irs-single::after {
    background-color: #62dfb0 !important;
}

.cd-rubric-item.cd-rubric-item-4 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-4 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-4 .irs-single::after {
    background-color: #76daff !important;
}

.cd-rubric-item.cd-rubric-item-5 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-5 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-5 .irs--big .irs-single::after {
    background-color: #96ddd0 !important;
}

.cd-rubric-item.cd-rubric-item-6 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-6 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-6 .irs--big .irs-single::after {
    background-color: #ac93ff !important;
}

.cd-rubric-item.cd-rubric-item-7 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-7 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-7 .irs-single::after {
    background-color: #ffd999 !important;
}

.cd-rubric-item.cd-rubric-item-8 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-8 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-8 .irs-single::after {
    background-color: #a1e6ef !important;
}

.cd-rubric-item.cd-rubric-item-9 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-9 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-9 .irs--big .irs-single::after {
    background-color: #ffc7c7 !important;
}

.cd-rubric-item.cd-rubric-item-10 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-10 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-10 .irs--big .irs-single::after {
    background-color: #e0dd9f !important;
}

.cd-rubric-item.cd-rubric-item-11 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-11 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-11 .irs-single::after {
    background-color: #efa6f0 !important;
}

.cd-rubric-item.cd-rubric-item-12 .irs--big .irs-bar,
.cd-rubric-item.cd-rubric-item-12 .irs--big .irs-single,
.cd-rubric-item.cd-rubric-item-12 .irs-single::after {
    background-color: #f2e489 !important;
}

.dash-earned-badges ul {
    margin: 0px -5px;
}

.cd-settings-tabs {
    box-shadow: 0 4px 10px 0 rgba(169, 184, 216, 0.15);
    padding: 15px;
    display: flex;
    margin-bottom: 10px;
}

.cd-settings-tabs .nav.nav-tabs {
    background-color: transparent;
    padding: 0px;
    align-self: center;
    border-radius: 0;
    margin-bottom: 0px;
    max-width: calc(100% - 200px);
}

.cd-settings-tabs .nav.nav-tabs .nav-item .nav-link {
    height: 100%
}

.cd-settings-tabs .nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 3px 5px 10px 0 rgba(133, 155, 201, 0);
}

.cd-settings-tabs span.small {
    align-self: center
}

.create-new-ss {
    text-align: left;
    max-width: 215px;
}

.create-new-ss small {
    font-size: 10px;
    display: block;
    white-space: normal;
}

.pl-05 {
    padding-left: 5px
}

.chapter-list-item {
    height: 100%;
}

.chapter-unit-item.active-unit {
    background-color: #F9FAFE;
    border-color: #E3EBF8;
}

.chapter-unit-number {
    border-bottom: solid 1px #e0e3ee;
    font-size: 11px;
    padding-right: 3px;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: 5px;
}

.dropdown.top-other-dropdown.mr-1 .la-exchange {
    font-size: 15px !important;
    position: relative;
    top: 3px;
}

.nav-link.nav-link-expand {
    display: none !important;
}

.bg-success-theme {
    background-color: #3fd9a0 !important;
}

.veryLightGrayBG {
    background-color: transparent;
}

.bordersGray {
    border: 0;
    box-shadow: none !important;
}

.dash-res-activity .empty-placeholder img,
.d-rmessage-list .empty-placeholder img,
.file-library-Ulist .empty-placeholder img {
    height: 100px;
}

.dropdown-menu.dropdown-menu-right.user-shortcut-dropdown {
    line-height: 20px;
    font-size: 0.9rem;
}

.dropdown-menu.dropdown-menu-right.user-shortcut-dropdown a {
    white-space: normal;
}

.dropdown-menu.dropdown-menu-right.user-shortcut-dropdown .dropdown-item {
    width: 100%;
    padding: 5px 20px;
}

.dropdown-menu.dropdown-menu-right.user-shortcut-dropdown .dropdown-item .user-name {
    width: 100%;
    font-size: unset;
}

.my-05 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #719cfe;
    background-color: #719cfe;
}

.dropzone .dz-preview {
    margin: 16px auto !important;
}

.carri-upload-wrapper {
    text-align: center;
}

.carri-upload-wrapper .dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: relative;
    height: 16px;
    width: 80px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.carri-upload-wrapper .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 5px;
}

.carri-upload-wrapper .dropzone .dz-preview .dz-details .dz-size {
    font-size: 12px;
}

.carri-upload-wrapper .dropzone .dz-preview.dz-file-preview .dz-image {
    background: linear-gradient(to bottom, #e8eeff, #e7e9f9);
}

.carri-upload-wrapper .dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #5981fd, #729dfe);
}

.unit-upload-location [class*="col-"] {
    max-width: 300px;
}

.ad-assignment-banner img {
    max-width: 450px;
    width: 100%;
}



.dash-analytics-unit-wrapper .dash-analytics-unit input[type="checkbox"]:checked+label:hover {
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
    border-color: #529cff;
}

.dash-analytics-unit-wrapper .dash-analytics-unit label {
    border-radius: 5px;
    border: solid 1px #eeeef4;
    transition: all 0.4s;
    margin: 15px 0px 1rem 0;
    text-align: center;
    width: 100%;
    padding: 20px 1rem;
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.dash-analytics-unit-wrapper .dash-analytics-unit label.disabled {
    cursor: default;
    pointer-events: none;
}

.dash-analytics-unit-wrapper .dash-analytics-unit input[type="radio"]:checked+label,
.dash-analytics-unit-wrapper .dash-analytics-unit input[type="radio"]:checked+label:hover {
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
    border-color: #529cff;
}

.dash-analytics-unit-wrapper .dash-analytics-unit label:hover {
    border-color: #529cff;
    box-shadow: 1px 11px 17px 0 rgba(161, 181, 255, 0.2);
}

.dash-analytics-unit-wrapper .dash-analytics-unit input[type="radio"]:checked+label::before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: -6px;
    color: #fff;
    transition: all 0.8s;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background-color: #529cff;
    border-radius: 100px;
    line-height: 20px;
}

/* .dash-analytics-unit-wrapper [class*="col-"] {
    border-color: red;
} */
.dash-analytics-unit-wrapper .dash-analytics-unit {
    margin: 7px auto;
}

.dash-analytics-unit-wrapper .dash-analytics-unit [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.dash-analytics-unit-wrapper .unit-location-icon span {
    background-color: #529cff;
}

.unit-location-icon {
    margin-right: 15px;
}

.dash-unit-title {
    font-size: 18px;
}

.dash-unit-views .dash-unit-view-span {
    margin-right: 10px;
    align-self: center;
    font-size: 13px;
    color: #8d95a2 !important;
    line-height: normal;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dash-unit-views .dash-unit-view-span:last-child {
    margin-right: 0;
}

.dash-unit-views .dash-unit-view-span i {
    align-self: center;
    font-size: 12px;
    margin-right: 3px;
}

.dash-analytics-filter .filter-option-inner-inner,
.dash-analytics-filter .icon-search input.form-control {
    font-size: 14px;
}

.datewise-analysis-sort .bootstrap-select {
    min-width: 110px;
}

.datewise-analysis-header h6 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

.dash-analytics-sectionleft .bootstrap-select .btn.dropdown-toggle {
    height: 32px;
    line-height: 20px;
}

.dash-analytics-sectionleft .dropdown-toggle::after,
.dash-analytics-sectionleft .dropleft .dropdown-toggle::before {
    top: -2px;
}

.dash-analytics-sectionleft .bootstrap-select .dropdown-toggle .filter-option {
    padding-left: 13px;
}

/* .dash-view-analysis{
    height:220px
} */
.dash-course-engagement h1 {
    color: #000;
    font-size: 32px;
}

.cou-engagement-chart-wrapper {
    width: 220px;
}

.user-engage-piechart-legend li {
    color: #2b345f;
    margin: 8px 0;
    display: flex;
}

.user-engage-piechart-legend li span {
    font-weight: 600;
    align-self: center;
    margin-right: 5px;
}

.user-engage-piechart-legend li svg {
    align-self: center;
    margin-right: 8px;
    height: 13px;
}

.wcli-left {
    background-image: url(../../../app-assets/images/analytics-list-bg.svg);
    background-size: cover;
    padding: 15px;
    overflow: hidden;
    text-align: center;
    width: 130px;
}

.wcli-left figure img {
    height: 60px;
}

.wcli-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.wcli-title:hover {
    color: #000;
}

.wcli-sub-title {
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: normal;
    color: #2b345f;
}

.wcli-user figure {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.wcli-user figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.wcli-date img {
    width: 18px;
    height: 14px;
}

.watched-content-list-item {
    border-radius: 5px;
    border: solid 1px #e4e8f3;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
}

.watched-content-list-item:first-child {
    margin-top: 0px;
}

.wcli-right {
    width: calc(100% - 130px);
}

.wcli-right-inner {
    padding: 15px 25px;
}

.wcli-right-footer {
    width: 100%;
    border-top: solid 1px rgba(234, 240, 244, 0.8);
    background-color: rgba(251, 251, 253, 0.7);
    padding: 5px 25px;
}

.wcli-footer-item.d-flex {
    margin: 3px 5px;
    color: #9498ae;
    font-size: 13px;
}

.watched-content-list-wrapper {
    max-height: 700px;
}

.dash-top-videos-tabs .nav.nav-tabs .nav-item .nav-link {
    border-bottom: solid 2px #d8e2e8;
    border-width: 0px 0px 2px 0px;
    border-radius: 0 !important;
    margin: 0px;
    background-color: transparent;
    font-weight: 600;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.dash-top-videos-tabs .nav.nav-tabs .nav-item .nav-link:hover,
.dash-top-videos-tabs .nav.nav-tabs .nav-item .nav-link.active {
    border-color: #5e84fe;
    color: #5e84fe;
}

.datewise-analysis-datepicker span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.datewise-analysis-datepicker .form-control {
    font-size: 11px;
    padding: 5px 15px 5px 30px;
    height: auto;
    border-radius: 5px !important;
    box-shadow: 0 3px 7px 0 rgba(1, 89, 207, 0.09);
}

.datewise-analysis-datepicker {
    margin-left: 10px
}

.datewise-analysis-datepicker i {
    color: rgba(43, 52, 95, 0.7);
}

.datewise-analysis-datepicker::after {
    content: '\f110';
    position: absolute;
    font-family: LineAwesome;
    right: 10px;
    font-size: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.daterangepicker .drp-buttons .btn.btn-primary,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background-color: #5f88fd !important;
}


.daterangepicker td.in-range:not(.active),
.daterangepicker td.available:not(.active):hover,
.daterangepicker th.available:not(.active):hover {
    background-color: #f3f6ff !important;
}

.daterangepicker td.off.active,
.daterangepicker td.off.in-range.active,
.daterangepicker td.off.start-date.active,
.daterangepicker td.off.end-date.active {
    color: #fff !important
}

.select-recipients-wrapper .col {
    max-width: 300px;
    min-width: 200px;
}

.dropdown .dropdown-menu .arrow_box {
    border-top: 0px;
    box-shadow: none;
}

.resource-cards-wrapper.card-columns {
    column-gap: 1.7rem;
    position: relative;
    z-index: 2;
}

.hidden {
    display: none !important
}

.chat-content.receipt p,
.custom-control-label p,
.chat-attachment-wrapper p i {
    font-size: 13px !important;
}

.chat-type-input .btn.btn-attach {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.chat-type-input .btn.btn-attach i {
    font-size: 16px;
}

.chat-type-input .form-control {
    border-radius: 7px 0px 0px 7px !important;
}

.avatar.avatar-online.post-avatar {
    min-height: 20px;
    height: 20px;
    width: 20px;
}

.avatar.avatar-online.post-avatar img {
    width: 20px;
    min-height: 20px;
}

/* .coaching-room-toggle {
    width: calc(100% - 50px);
} */

.m-05 {
    margin: 5px;
}

.google-sheet-table-wrapper {
    max-height: 500px
}

.google-sheet-table td .form-control {
    min-width: 100px;
    height: auto;
    padding: 7px 12px
}

.plyr-actions .btn1.theme-btn1.btn-danger {
    background-image: none;
    border-color: currentColor !important;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    margin: 0px 0px 20px 0px;
    border-radius: 7px;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.study-mate-card-details .col {
    border-radius: 7px;
    margin: 4px;
    background-color: #f9fbff;
    font-family: lato;
    min-width: 120px;
    padding: 0;
    overflow: hidden;
}

.study-mate-card-details .col p.lighten-2 {
    background-color: #f2f6fb;
    padding: 1px 10px;
    font-size: 14px;
}

/* .onboarding-btn-wrapper{
    min-height: calc(100vh - 240px);
} */

.onboarding-btn-wrapper .btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0px;
    font-size: 30px;
}

.onboarding-btn-wrapper .analytics-outer {
    max-width: calc(100% - 55px);
}

.onboarding-btn-wrapper .c-analytics-item {
    color: #fff;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    position: relative;
}

.c-analytics-item img {
    height: 22px;
    max-width: 30px;
}

.onboarding-btn-wrapper .c-analytics-item .nav-link.active img {
    filter: brightness(100);
}

.onboarding-btn-wrapper .c-analytics-item span {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #3e424f;
    font-size: 14px;
    margin: 0px;
}

.onboarding-btn-wrapper .c-analytics-item .nav-link {
    color: #3e424f !important;
    background-color: rgb(244, 247, 253) !important;
    border-radius: 100px !important;
    font-weight: bold;
    width: 80px;
    height: 80px;
    padding: 0px !important;
    text-align: center;
    line-height: 70px !important;
    display: block !important;
    font-size: 35px;
}

.onboarding-btn-wrapper .c-analytics-item.step-watched .nav-link i {
    color: #a7adbf !important;
}

.onboarding-btn-wrapper .c-analytics-item.step-complete .nav-link {
    border: solid 4px #5ed84f !important;
    line-height: 65px !important;
    background-color: #f5fff4 !important;
    color: #5ed84f !important;
    cursor: pointer;
}

.step-complete i {
    font-size: 25px;
    width: auto;
}

.onboarding-btn-wrapper .c-analytics-item .nav-link.active {
    background-color: #78b2ff !important;
    color: #fff !important;
}

.onboarding-btn-wrapper .analytics-navigation .btn {
    margin: 0px 2px;
    font-size: 22px;
    color: #f0f7ff;
    opacity: 1;
    width: auto;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.onboarding-btn-wrapper .analytics-wrapper {
    max-width: calc(100% - 50px);
}

.onboarding-btn-wrapper .analytics-outer .analytics-inner {
    max-width: none
}

.del-onb-step .btn {
    margin: 0px;
    width: 18px;
    height: 18px;
    padding: 0px;
    line-height: normal;
    border-radius: 100px;
    text-align: center;
    border: none !important;
    line-height: 0;
}

.del-onb-step {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.onboarding-btn-wrapper .c-analytics-item:hover .del-onb-step {
    opacity: 1;
    filter: brightness(1.1);
}

.onboarding-content-item {
    margin: 10px auto;
    border-bottom: solid 1px #eaedf2;
    padding: 15px 0 30px 0;
}

.onboarding-content-item:first-child {
    margin-top: 0px
}

.onboarding-content-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border: 0;
}

.onboarding-content-item .chapter-details-video {
    margin-bottom: 10px;
}

.onb-banner {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    height: 400px;
    border-radius: 0px;
    overflow: hidden;
}

.onb-banner input {
    display: none;
}

.onb-banner img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    z-index: 0;
}

.onb-banner .-label {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.onb-banner:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 0;
}

.onb-banner span {
    display: inline-flex;
}


.ong-repeat-delete .btn {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(188, 188, 188, 0.16);
    border: solid 1px #d8dce6;
    margin: 0px 0px 0px 10px;
    font-size: 20px;
    color: #d8dce6;
    line-height: 20px;
}

.ong-repeat-delete .btn:hover {
    color: #fa626b;
    border-color: #fa626b;
}

.ong-input.form-control {
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.ong-input.form-control:focus {
    border-color: #e4e8f3;
}

.ong-step-item {
    margin: 0px !important;
    padding-top: 0px !important;
    border: 0 !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.custom-ol li.ong-step-item::before {
    color: #4a5276;
    font-size: 15px;
    line-height: 37px;
}

.ong-input.ong-title-input {
    font-size: 20px;
    font-weight: 600;
    color: #2b345f;
}

.onb-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    left: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.05);
}

.onb-banner-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    min-height: calc(50vh - 60px);
    position: relative
}

.onb-banner-wrapper img {
    min-width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    left: 50%;
    top: calc(50% - 1px);
    transform: translate(-50%, -50%);
}

.onboarding-btn-wrapper {
    transform: translateY(-54px);
    margin-bottom: -25px;
}

.onboarding-content-item .live-session-item.card {
    border-width: 1px 1px 1px 5px;
    border-top-color: rgba(239, 239, 245, 0.5) !important;
    border-style: solid;
    border-right-color: rgba(239, 239, 245, 0.5) !important;
    border-bottom-color: rgba(239, 239, 245, 0.5) !important;
    background-color: rgba(242, 243, 249, 0.2);
    margin-bottom: 0px;
    padding: 15px;
}

.recipientListModal .border-bottom-tabs .nav-item .nav-link {
    padding: 7px 10px 7px !important;
}

.onb-live-session-platform {
    display: block;
    margin: 2px 0px;
    padding: 5px 5px;
}

.onb-ls-description {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #69708e;
}

.onb-lsp-item {
    display: flex;
    font-size: 15px;
    padding: 6px 13px;
    margin-right: 7px;
    font-weight: bold;
}

.onb-lsp-item img {
    height: 15px;
    width: auto;
    margin-top: -1px;
}

.iframe-edit {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.onb-accordion .card-header {
    padding: 0px !important;
}

.onb-accordion .card-header:after {
    display: none !important
}

.onb-accordion .card-header .btn {
    padding: 10px !important;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #348aff;
    border-bottom: solid 1px #348aff;
    border-radius: 0px;
}

.onb-accordion .card-header .btn.collapsed {
    border-bottom: solid 1px #f1f3f7;
    color: #333;
}

.study-mate-card-wrapper .media-body .btn.btn-sm.round .font-size-unset {
    font-size: 14px !important;
}

th.sorting_disabled {
    padding-right: 10px !important;
}

th.sorting_disabled:after,
th.sorting_disabled:before {
    opacity: 0 !important;
}

.dataTable th .custom-checkbox,
.dataTable td .custom-checkbox {
    padding-left: 0;
}

.nav-vertical .verticle-tabs .nav-link {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    padding: 8px 17px 9px !important;
    border-radius: 7px !important;
    background-color: #f5f6fb;
    margin: 3px;
    transition: all 0.4s;
    border: solid 0.2px #f5f6fb;
}

.nav-vertical .verticle-tabs .nav-link:hover,
.nav-vertical .verticle-tabs .nav-link.active {
    box-shadow: 3px 5px 10px 0 rgba(133, 155, 201, 0.08);
    border: solid 0.2px #dee7ff;
    background-color: #ffffff;
    opacity: 1 !important;
}

.user-profile .profile-sub-wrapper .card-header.p-0 {
    padding-top: 0px !important
}

.profile-tab-section .card-header.p-0 {
    padding: 0px !important
}

.row.m--10 {
    margin: 0 -10px;
}

.flatpickr-current-month {
    font-size: 125%;
}

.alert-warning-light {
    color: #eeae01;
    border-color: #fdfaf1;
    background-color: #fffcf5;
}

.table tfoot th {
    border: solid 1px rgba(219, 223, 231, 0.7) !important;
    background-color: #f4f6fa;
    font-family: 'Lato', sans-serif;
    color: #2b345f;
    font-size: 14px;
    border-width: 0px;
}

tfoot {
    transform: translateY(1px);
}

tfoot tr:last-child th:first-child {
    border-radius: 10px 0 0 10px;
}

tfoot tr:last-child th:last-child {
    border-radius: 0 10px 10px 0;
}

.onboarding-view-card ol,
.onboarding-view-card ul {
    padding-left: 15px;
}

.onboarding-view-card ul {
    list-style-type: square;
}

.onboarding-view-card li {
    padding: 2px 0px;
    color: #2b345f;
}

.onb-stu-feedback-item {
    margin: 30px 0px
}

.onb-stu-feedback-item:first-child {
    margin-top: 0px
}

.onb-stu-feedback-item:last-child {
    margin-bottom: 0px
}

.nav-item::marker,
.nav-item a::marker {
    color: transparent;
}

.interactions-community-card .nav-tabs.sett-topbar-tabs .nav-link {
    border-radius: 100px !important;
    padding: 0.8rem 1.4rem !important;
    background-color: #fff;
    margin-right: 15px;
    color: #69a9ff;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.interactions-community-card .nav-tabs.sett-topbar-tabs .nav-link.active {
    background-color: #729dfe !important;
    border-radius: 100px !important;
    color: #fff;
    background-image: linear-gradient(114deg, #82b8ff 0%, #368bff 240%);
}

.card.interactions-community-card .card-header {
    background-color: rgba(242, 247, 255, 0.7);
    box-shadow: none;
    margin-bottom: 0px;
}

.ict-inner {
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    padding: 15px 20px;
    background-position: center center;
}

.ict-inner:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(114deg, rgba(19, 1, 135, 0.5) 0%, rgba(19, 1, 135, 0.3) 240%);
}

.ict-content {
    text-align: center;
    width: 100%;
    z-index: 1;
}

.ict-content img {
    height: 37px;
    margin: auto;
}

.ict-content h5 {
    font-size: 18px;
    font-weight: 500 !important;
}

.main-menu.menu-light .navigation>li>a>i {
    min-width: 40px;
    stroke-width: 1px;
}

.main-menu.menu-light .navigation>li:hover>a>i svg,
.main-menu.menu-light .navigation>li.open>a>i svg {
    stroke: #5b83fd;
    fill: #5b83fd;
}

.main-menu.menu-light .navigation>li>a>i svg {
    height: 20px;
    fill: #2b345f;
    stroke: #2b345f;
}

.main-menu.menu-light .navigation>li>a {
    display: flex;
}

.main-menu.menu-light .navigation li a span {
    align-self: center;
    white-space: normal;
    line-height: 20px;
}

.interactions-community-tile-wrapper {
    margin-bottom: -30px;
}

.alumni-carousel-item .interactions-community-tile {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
}

.alumni-carousel-item .interactions-community-tile .ict-inner {
    margin: 0px
}

.alumni-carousel .slick-next,
.alumni-carousel .slick-prev {
    border: solid 1px #002bd9;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: #fff;
    transition: all 0.2s;
}

.alumni-carousel .slick-next:hover,
.alumni-carousel .slick-prev:hover {
    background-color: #fff;
    box-shadow: 3px 0px 20px rgba(255, 255, 255, 0.7);
}

.alumni-carousel .slick-next:focus,
.alumni-carousel .slick-prev:focus {
    background-color: #fff;
    box-shadow: none;
}

.alumni-carousel .slick-next::before,
.alumni-carousel .slick-prev::before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #002bd9;
    font-family: feather !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

}

.alumni-carousel .slick-prev {
    left: 0;
    z-index: 1;
}

.alumni-carousel .slick-next {
    right: 0;
    z-index: 1;
}

.alumni-carousel .slick-prev::before {
    content: "\e928";
}

.alumni-carousel .slick-next::before {
    content: "\e929";
}

.dash-assign-wrapper img {
    max-width: 100%;
}

.nolink {
    pointer-events: none;
}

.main-menu.menu-light .navigation>li.nolink:hover>a>span {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.main-menu .navigation>li>a>span small.badge {
    font-size: 9px;
    padding: 3px 7px;
    display: block;
    border-radius: 100px;
    line-height: normal;
    margin-top: 1px;
    font-weight: bold;
}

/* .main-menu.menu-light .navigation > li{
    white-space: normal!important;
}
.main-menu.menu-light .navigation > li > a {
    display: flex;
    line-height: 20px;
} */

.pp-upload-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -99;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.pp-upload-wrapper label {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #586799;
    margin: 0px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border: solid 2px #d9e2ff;
    line-height: 16px;
}

.pp-upload-wrapper label i {
    font-size: 14px;
}

.width-75 {
    width: 75px
}

.inst-analytics-tabitem {
    min-width: 300px
}

.nav-link.nav-menu-main.menu-toggle.hidden-xs {
    padding-left: 0 !important;
}

.content-header-left {
    max-width: 100%;
}

.ong-input:disabled {
    background-color: transparent;
    cursor: not-allowed;
}

.other-upload-option {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

i.live-glow {
    font-size: 10px;
    border-radius: 100px;
    margin-right: 5px;
    top: -1px;
    position: relative;
}

.live-glow {
    animation: btn-pulse5 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes btn-pulse5 {
    0% {
        box-shadow: 2px 3px 7px transparent, 0px 0px 1px #c1fdba;
    }

    20% {
        box-shadow: 0px 0px 7px #a5fd9c, 0px 0px 1px #c1fdba;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(83, 80, 191, 0), 0px 0px 1px #c1fdba;
    }
}

input[type=number].certificate-position-input {
    appearance: auto !important;
}

.certificate-upload-tile-inner {
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #e4e8f3;
}

.certificate-upload-title.font-lato {
    line-height: 1.29;
    color: #002278;
    font-size: 15px;
    margin-bottom: 10px;
}

.certificate-upload-info {
    opacity: 0.49;
    font-size: 10px;
    color: #3d4b8f;
    display: block;
    margin-top: 10px;
}

.certificate-upload-tile-inner input[type="file"] {
    display: none;
}

.btn-primary-light {
    background-color: #eff6ff;
    color: #2c92ff;
    cursor: pointer;
}

.btn-primary-light:hover {
    background-color: #2c92ff;
    color: #fff;
    cursor: pointer;
}

.btn-success-light {
    background-color: #e0fbef;
    color: #27d182;
    cursor: pointer;
}

.btn-success-light:hover {
    background-color: #27d182;
    color: #fff;
    cursor: pointer;
}

.btn-purple-light {
    background-color: #f1edff;
    color: #8f6dff;
    cursor: pointer;
}

.btn-purple-light:hover {
    background-color: #8f6dff;
    color: #fff;
    cursor: pointer;
}

.btn-warning-light {
    background-color: #fffaf0;
    color: #ffb33e;
    cursor: pointer;
}

.btn-warning-light:hover {
    background-color: #ffb33e;
    color: #fff;
    cursor: pointer;
}

.btn-danger-light {
    color: #fa626b;
    background-color: #fff6f7;
    cursor: pointer;
}

.btn-danger-light:hover {
    background-color: #fa626b;
    color: #fff;
    cursor: pointer;
}

.btn-info-light {
    color: #28afd0;
    background-color: #f1fcff;
    cursor: pointer;
}

.btn-info-light:hover {
    background-color: #28afd0;
    color: #fff;
    cursor: pointer;
}

.livesession-tch-details.mr-auto {
    max-width: calc(100% - 80px);
}

.onb-feedback-form-item {
    width: calc(100% - 14px);
    background-color: #fff;
    margin: 7px;
    padding: 15px;
    border-radius: 10px;
    min-height: 100px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: solid 5px rgba(121, 179, 255, 0.07);
    cursor: pointer;
    max-width: 200px;
}

.onb-feedback-form-item i {
    font-size: 30px;
    color: #d0d6e8;
}

.feedback-form-right {
    max-height: calc(100vh - 250px);
    position: relative;
}

.reply-input-span {
    width: calc(100% - 160px);
}

.diss-attachment-span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.add-certificate-left {
    position: relative;
}

.certificate-upload-tile {
    margin: 15px 0;
}

.marksheet-header {
    position: absolute;
    left: 50%;
    top: 75px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    transform: translateX(-50%);
    text-align: center;
}

.marksheet-header img {
    max-height: 50px;
    max-width: 200px;
    width: auto;
    margin: auto;
}

.marksheet-header h1 {
    color: #0066db;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}

.marksheet-header p {
    font-weight: normal;
    margin-bottom: 0;
    color: #717796;
}

.marksheet-footer-fixed div:nth-child(1) {
    position: absolute;
    bottom: 70px;
    left: 110px;
}

.marksheet-footer-fixed div:nth-child(2) {
    position: absolute;
    bottom: 70px;
    left: 340px;
}

.marksheet-footer-fixed div:nth-child(3) {
    position: absolute;
    bottom: 70px;
    right: 110px;
}

.marksheet-footer-fixed div:nth-child(1) img,
.marksheet-footer-fixed div:nth-child(3) img {
    max-width: 200px;
    width: auto;
    max-height: 60px;
}

.marksheet-footer-fixed div:nth-child(2) img {
    max-width: 200px;
    width: auto;
    max-height: 100px;
}

.marksheet-footer-fixed h5 {
    margin-top: 5px;
    font-weight: bold;
}

.marksheet-stu-info-table {
    left: 50%;
    position: absolute;
    top: 200px;
    max-width: 600px;
    width: 100%;
    transform: translateX(-50%);
    color: #3f445a;
}

.marksheet-academy-info-table *,
.marksheet-stu-info-table * {
    color: #3f445a;
}

.marksheet-academy-info-table {
    left: 50%;
    position: absolute;
    top: 340px;
    max-width: 600px;
    width: 100%;
    transform: translateX(-50%);
}

.marksheet-marks-info-table {
    left: 50%;
    position: absolute;
    top: 455px;
    max-width: 600px;
    width: 100%;
    transform: translateX(-50%);
}

.marksheet-gtotal-info-table {
    left: 50%;
    position: absolute;
    top: 540px;
    max-width: 600px;
    width: 100%;
    transform: translateX(-50%);
}

.marksheet-preview-wrapper table.dataTable thead tr th:nth-last-child(1) {
    border-radius: 10px 10px 0 0;
}

.marksheet-preview-wrapper table.dataTable tr td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.marksheet-preview-wrapper table.dataTable thead th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.form-group .mce-panel {
    border: 0 solid #dfe5f0;
    background-color: #f9fbff;
    border-radius: 7px;
}

.form-group .mce-btn {
    background-color: #e9f0fd;
    border-color: #dfe5f0;
    border-radius: 5px;
}

.form-group .mce-btn.mce-active,
.form-group .mce-btn.mce-active:hover,
.form-group .mce-btn:hover,
.form-group .mce-btn:focus .form-group .mce-btn:hover,
.form-group .mce-btn:focus {
    background-color: #e4edff;
    border-color: #d3e5fd;
}

.form-group .mce-ico {
    font-size: 13px;
}

.attachment-gallery {
    display: flex;
    flex-wrap: wrap;
}

.attachment-gallery .attachment-gallery-item {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    align-self: center;
    transition: all 0.3s;
    cursor: pointer;
}

.attachment-gallery .attachment-gallery-item .demo-gallery-poster:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
    opacity: 0;
}

.attachment-gallery .attachment-gallery-item:hover .demo-gallery-poster:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.attachment-gallery .attachment-gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.attachment-gallery .attachment-gallery-item img:not(.demo-gallery-poster img) {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.attachment-gallery .attachment-gallery-item .demo-gallery-poster img {
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 0.2s;
}

.attachment-gallery .attachment-gallery-item .demo-gallery-poster:hover img {
    z-index: 99;
}

.demo-gallery-poster {
    position: relative;
    width: 100%;
    height: 100%;
}

.del-attach-item {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    font-size: 12px;
    border: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
    opacity: 0;
    color: #333;
}

.attachment-gallery .attachment-gallery-item:hover .del-attach-item {
    opacity: 1
}

.vjs-tech {
    max-width: 100%
}

label.custom-file-label {
    border: 1px solid #cacfe7;
    border-radius: 0.4rem;
}

.swal2-container {
    z-index: 9999 !important
}

.CoachingDescription p {
    margin: 0px;
    opacity: 0.7;
}

.certificate-tile-icon img {
    height: 48px;
}

.cd-cards-item .avatar-md {
    width: 40px;
    height: 40px !important;
    overflow: hidden;
}

.cd-cards-item .avatar-md img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-sidebar-item {
    position: relative;
}

.form-group.tags-font-xl .tag-input {
    font-size: 1rem !important;
}

.onb-footer .btn {
    margin: 5px 2px;
}

.avatar-md,
.avatar-md img {
    height: 40px;
}

.card-body.exam-intruction-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-body.exam-intruction-content ol,
.card-body.exam-intruction-content ul {
    padding-left: 15px;
}

.card-body.exam-intruction-content li {
    margin: 10px 0;
}

.h-100-90 {
    height: calc(100% - 90px)
}

.config-class-sub-avatar td:nth-child(1) {
    padding-left: 0px;
}

.config-class-sub-avatar td:nth-child(2) {
    display: none
}

.config-class-sub-avatar .divBlock,
.config-class-sub-avatar table,
.config-class-sub-avatar table td div,
.config-class-sub-avatar a {
    display: block;
    height: 60px !important;
    width: 60px !important;
}

.view_chat_img .close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
}

.view_chat_img .close span {
    line-height: 0;
}

.user-profile .height-75:not(img) {
    width: 75px;
    overflow: hidden;
    border-radius: 100px;
}

.user-profile img.height-75 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: auto !important;
    min-height: 75px;
    max-height: 90px;
    max-width: 90px;
}

td select.form-control {
    min-width: 180px;
}

.bootstrap-select .sel-pic-icon-list .avatar {
    overflow: hidden;
}

.recipientListModal .liButtons li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #2b345f;
    padding: 8px 17px 9px !important;
    border-radius: 7px !important;
    background-color: #f5f6fb;
    margin: 0px 3px;
    transition: all 0.4s;
    border: solid 0.2px #f5f6fb;
    width: auto;
}

.recipientListModal .liButtons li span {
    color: #2b345f;
}

.recipientListModal .liButtons li:hover {
    box-shadow: 3px 5px 10px 0 rgba(133, 155, 201, 0.08);
    border: solid 0.2px #dee7ff;
    background-color: #ffffff;
}

.recipientListModal .liButtons li.active {
    box-shadow: 3px 5px 10px 0 rgba(133, 155, 201, 0.08);
    border: solid 0.2px #dee7ff;
    background-color: #ffffff;
}

.resource-cards-item.img-res-card img.card-img {
    min-height: 210px;
}

.cd-title-topbar.has-edit {
    padding-right: 30px;
    position: relative;
}

.cd-title-topbar.has-edit .cd-top-edit {
    right: 0;
    position: absolute;
    top: 2px;
}

.text-light-warning {
    color: #ffc59b;
}

.dropdown .dropdown-divider {
    border: 1px solid #eaefff;
    border-top: 0;
}

.mail-send-status .fa-check-circle,
.mail-send-status .fa-times-circle {
    position: absolute;
    top: 0;
    right: -7px;
    background-color: #fff;
    border-radius: 100px;
    height: 12px;
    width: 12px;
    line-height: 12px;
    text-align: center;
}

.metric-question-table.table tbody th {
    background-color: rgba(228, 232, 243, 0.2);
    font-family: 'Lato', sans-serif;
    color: #2b345f;
    font-size: 14px;
    border-width: 1px 1px 1px 0 !important;
}

.custom-checkbox,
.custom-radio {
    margin: 0;
    cursor: pointer;
}

.custom-checkbox span,
.custom-radio span {
    width: 18px;
    height: 18px;
    border: solid 2px #ddd;
    display: inline-flex;
    position: relative;
}

.custom-checkbox.checkbox-lg span,
.custom-radio.radio-lg span {
    width: 24px;
    height: 24px;
}

.custom-checkbox span {
    border-radius: 3px;
}

.custom-checkbox.checkbox-lg span {
    border-radius: 5px;
}

.custom-radio span {
    border-radius: 100px;
}

.custom-checkbox input:checked~span,
.custom-radio input:checked~span {
    border-color: #5b83fd;
}

.custom-radio input:checked~span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    background-color: #5b83fd;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.custom-radio.radio-lg input:checked~span:after {
    width: 12px;
    height: 12px;
}

.custom-checkbox input:checked~span:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #5b83fd;
    display: inline-block;
    transform: translate(-50%, -50%);
    font-size: 10px;
}

.custom-checkbox.checkbox-lg input:checked~span:after {
    font-size: 14px;
}

.w-40px {
    width: 40px;
    min-width: 40px;
}

.h-40px {
    height: 40px;
    min-height: 40px;
}

.border-dashed {
    border-style: dashed !important;
}

.img-selection-ques-label {
    width: 50px;
    overflow: hidden;
    position: relative;
    height: 40px;
}

.img-selection-ques-label img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 38px;
    width: auto;
}

.ISQP-item {
    box-shadow: 0px 0px 8px rgba(97, 97, 97, 0.12);
    border-radius: 6px;
    padding: 10px;
    margin: 7px 0;
}

.ISQP-item .ISQP-title {
    margin-bottom: 10px;
}

.ISQP-item .ISQP-rating {
    margin-top: 10px;
}

.ISQP-item figure {
    height: 100px;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}

.col-md-6 .ISQP-item figure {
    height: 140px;
}

.col-md-12 .ISQP-item figure {
    height: 160px;
}

.select2-container--default .select2-selection--single {
    border-color: #e4e8f3 !important
}

select.h-auto~.select2-container--default .select2-selection--multiple,
select.h-auto~.select2-container--default .select2-selection--single {
    height: auto !important
}

.rating-scale-question-preview label img {
    height: 35px;
}

.rating-scale-question-preview label {
    margin: 0;
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    max-width: 80px;
    transition: all 0.2s;
}

.rating-scale-question-preview label.reject {
    filter: grayscale(1);
    opacity: 0.65;
}

.rating-scale-question-preview label .rsr-num {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: #eee;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    align-items: center;
}

#camVideoModal video {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px
}

#camVideoModal .imgThumb {
    height: auto
}

#camVideoModal .modal-body {
    padding: 0px;
    background-color: #fff;
}

#camVideoModal .modal-dialog {
    max-width: 48%;
}

#camVideoModal .modal-body .modal-video-details {
    background-color: #fff;
}

#camVideoModal .close {
    position: absolute;
    top: -7px;
    color: #333;
    background-color: #fff;
    right: -7px;
    opacity: 1;
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 0px;
    border-radius: 100px;
    border: 0;
    z-index: 99;
}




/*  */

/* css added by santosh for negative mark fields */
.HideDiv {
    display: none;
}

.negative-marking-radio input[type="radio"] {
    position: absolute;
    left: -9999999px;
    visibility: hidden;
    z-index: -99999;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.negative-marking-radio input[type="radio"]:checked~label {
    background-color: #529cff;
    color: #fff;
}

.form-group.negative-marking-radio {
    display: flex
}

.form-group.negative-marking-radio label {
    border: solid 1px #eee;
    padding: 5px 10px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
}

.negative-marking-radio .form-check.form-check-inline {
    margin: 0;
}

.negative-marking-radio .form-check:first-child label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}

.negative-marking-radio .form-check:last-child label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
}

/*end of css added by santosh for negative mark fields */

.add_ques-tags .tagsinput div input {
    font-size: 14px !important
}

.modal.add-unit-modal {
    z-index: 9998
}

.modal.add-unit-modal~.modal-backdrop {
    z-index: 9997
}

.modal.add-unit-modal~.modal-backdrop~.modal-backdrop {
    z-index: 9998
}

.add-ques-thumb {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.add-ques-thumb img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.rating-question-modal .select2-container--default .select2-selection--single {
    border-color: #cacfe7 !important;
}

.img-ques-img img {
    max-width: 200px;
    max-height: 200px;
}

.pair-ques-wrapper .PO-upload-btn span {
    position: relative;
}

.pair-ques-wrapper .PO-upload-btn span i,
.image-question-modal .repeat-form-wrapper i.ft-edit {
    position: absolute;
    color: #0060df;
    background-color: rgba(253, 253, 253, 0.6);
    padding: 3px;
    border-radius: 113px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

/* matching */
.matching-question-container .match-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.matching-question-container .list {
    width: 45%;
    min-height: 200px;
    border: 2px dashed #ccc;
    padding: 10px;
}

.matching-question-container .item {
    margin: 10px;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .matching-question-container .item span {
        background-color: #f2f2f2;
        padding: 3px 15px;
        position: relative;
        z-index: 1;
      } */

.matching-question-container .item img {
    max-width: 100%;
    height: auto;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    max-height: 70px;
}

.matching-question-container #feedback {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: green;
}

.matching-question-container #connections {
    pointer-events: none;
    /* Make sure SVG doesn't interfere with the UI */
    position: absolute;
    top: 0;
    left: 0;
}

.seq-opt-list .seq-opt {
    border: 1px solid #cacfe7;
    padding: 5px;
    border-radius: 5px;
    margin-left: 40px;
    position: relative;
}

.seq-opt .seq_num {
    position: absolute;
    left: -40px;
    width: 32px;
    text-align: center;
    background-color: #f9f9f9;
    color: #333;
    font-size: 15px;
    border-radius: 100px;
    top: 4px;
    line-height: 30px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: dashed 1px #eee;
    font-weight: bold;
}

.seq-opt-list .seq-opt .form-control {
    padding: 5px 0;
    border: 0;
    height: auto;
    color: #464855
}

.seq-opt-list .seq-opt .form-control::placeholder,
.seq-opt-list .seq-opt .form-control::-moz-placeholder {
    color: #464855
}

.dragHandle {
    width: 16px;
    /* height: calc(100% - 16px); */
    margin: 8px 0px 8px 12px;
    cursor: n-resize;
    background-image: radial-gradient(circle at 2px 2px, #dbdbe1 2px, transparent 0) !important;
    background-size: 8px 8px;
    min-width: 16px;
}

.position-absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-ol.rating_scale_ol li {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    border: 0;
    margin: 0;
    padding-left: 40px;
}

.custom-ol.rating_scale_ol li::before {
    content: counter(my-awesome-counter);
    width: 27px;
    height: 27px;
    text-align: center;
    background-color: #f2f2f2;
    color: #333;
    font-size: 13px;
    border-radius: 100px;
    top: 8px;
}

.PQ-left li .form-group {
    align-items: center;
    gap: 15px;
}

.PO-upload-btn img {
    height: 38px;
    border-radius: 4px;
}

.matching-question-container .custom-ol li {
    padding: 10px 10px 10px 43px;
    border-width: 1px 0 0 0;
}

.matching-question-container .custom-ol li:first-child {
    border-width: 0;
}

.matching-question-container .custom-ol li::before {
    content: counter(my-awesome-counter);
    width: 32px;
    text-align: center;
    background-color: #f9f9f9;
    color: #333;
    font-size: 15px;
    border-radius: 100px;
    top: 12px;
    line-height: 30px;
    left: 0px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: dashed 1px #eee;
}

.pair-ques-wrapper .PQ-left,
.pair-ques-wrapper .PQ-right {
    width: calc(50% - 0px);
    padding-left: 0;
}

.no-scrollbar {
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE and Edge */
}

.max-h-100px {
    max-height: 100px;
}

.image-preview.img-ques-img {
    position: relative;
    width: calc(25% - 16px);
    margin: 16px 8px 0 8px;
}

.image-preview.img-ques-img img {
    max-width: 100%
}

.max-w-65px {
    max-width: 65px !important;
}

.add-scale-metric-row {
    position: relative
}

.del-scale-metric-row.btn {
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.del-scale-metric-row.btn.disabled {
    opacity: 0.5;
    filter: grayscale(1);
    pointer-events: none;
}

.add-scale-metric-row .btn {
    position: absolute;
    left: 50%;
    bottom: -12px;
    z-index: 2;
    transform: translateX(-50%);
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 23px
}

.inline-editable-div {
    outline: 0 !important;
    white-space: normal;
}

.inline-editable-div:focus {
    color: #A3ACC6 !important
}

.inline-editable-div.placeholder {
    min-width: 70px;
    position: relative;
    cursor: text;
    display: inline-block;
}

.inline-editable-div br {
    display: none
}

.inline-editable-div.placeholder:after {
    content: attr(placeholder);
    position: absolute;
    top: 10px;
    color: #A3ACC6 !important;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

.text-center .inline-editable-div.placeholder:after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-left .inline-editable-div.placeholder:after,
.text-left.inline-editable-div.placeholder:after {
    left: 0%;
    transform: translate(0%, -50%);
}

tr .added-metric-count {
    width: 25px;
    text-align: center;
    background-color: #ebeef4;
    color: #333;
    font-size: 13px;
    border-radius: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: dashed 1px #dfe4ec;
    font-weight: bold;
    margin: 2px auto;
}

.smiley-select2-single~.select2-container--classic .select2-selection--single,
.smiley-select2-single~.select2-container--default .select2-selection--single {
    padding-top: 0;
    padding-bottom: 0;
}

.smiley-slider-container .smiley-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 1.5rem;
}

.smiley-slider-container .smiley-labels span {
    text-align: center;
}

.h-20px{height:20px!important;}
.w-20px{width:20px!important;}
.zindex-1{z-index:1!important}

/*
matching css start
*/
.app .Col {
    display: grid;
    grid-template-rows: repeat(auto-fill, max-content);
    align-items: start;
}

.pairBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60px;
    /* Ensure consistent height if needed */
    box-sizing: border-box;
    width: 100%;
    color: #333;
}

.pairBox img {
    border-radius: 5px;
}

.ans-list-wrapper .App {
    display: grid;
    grid-template-columns: auto auto auto;
    flex: 1;
    height: 80%;
    background-color: #fafbff;
    border-radius: 7px;
}

.ans-list-wrapper .Col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    user-select: none;
}

.ans-list-wrapper .Col:first-child {
    align-items: flex-end;
}

.ans-list-wrapper .Col:last-child {
    align-items: flex-start;
}

.as-console-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 1px solid #000;
    display: none;
}

.as-console {
    background: #e9e9e9;
    border: 1px solid #ccc;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.as-console-row {
    display: table-row;
    font-family: monospace;
    font-size: 13px;
}

.as-console-row:after {
    display: table-cell;
    padding: 3px 6px;
    color: rgba(0, 0, 0, 0.35);
    border: 1px solid #ccc;
    content: attr(data-date);
    vertical-align: top;
}

.as-console-row+.as-console-row>* {
    border: 1px solid #ccc;
}

.as-console-row-code {
    width: 100%;
    white-space: pre-wrap;
    padding: 3px 5px;
    display: table-cell;
    font-family: monospace;
    font-size: 13px;
    vertical-align: middle;
}

.as-console-error:before {
    content: "Error: ";
    color: #f00;
}

.as-console-assert:before {
    content: "Assertion failed: ";
    color: #f00;
}

.as-console-info:before {
    content: "Info: ";
    color: #00f;
}

.as-console-warning:before {
    content: "Warning: ";
    color: #e90;
}

@-webkit-keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

@-moz-keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

@-ms-keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

@keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

.as-console-row-code,
.as-console-row:after {
    -webkit-animation: flash 1s;
    -moz-animation: flash 1s;
    -ms-animation: flash 1s;
    animation: flash 1s;
}
/*
matching css end
*/

.seq-opt-list .metric-question-table tr td img{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 18px;
    min-height: 18px;
}
.seq-opt-list .metric-question-table .custom-checkbox input ~ span,
.seq-opt-list .metric-question-table .custom-radio input ~ span{
    border-color:#fff;
    border-width:3px
}
.seq-opt-list .metric-question-table .custom-checkbox input:checked ~ span,
.seq-opt-list .metric-question-table .custom-radio input:checked ~ span{
    border-color:#5b83fd;
    border-width:3px;
}
.seq-opt-list .metric-question-table tr label input ~ span .rsr-num {
    border: solid 3px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 100px;
}
.seq-opt-list .metric-question-table tr label input:checked ~ span .rsr-num{
    border-color:#5b83fd;
    background-color:#edf5ff
}

.user-evaluate-matching {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
  }

  .user-evaluate-matching .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .user-evaluate-matching .left-img,
  .user-evaluate-matching .right-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
  }

  .line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
  }

  .form-title-container{
    background-image: -webkit-linear-gradient(left, #749ffe, #537afd);
    padding: 10px;
    color: white;
    font-weight: 700;
    border-radius: 9px 10px 0 0;
  }

  .collapse-form-container {
    padding: 30px;
  }

  .tooltipBlack {
    opacity: 1;
    z-index: 4;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 7px;
    max-width: 150px;
    text-align: center;
    border-radius: 4px;
}