.has-error input, .fields .invalid-feedback {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.has-error .help-block, .fields .invalid-feedback {
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.list-empty {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin: 0 20px;
    padding: 16px;
    background-color: #fff;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.bg-opacity-70 {
    --tw-bg-opacity: .7
}

.plyr__poster {
    background-color: transparent !important;
}

.plyr__video-wrapper, .plyr--video {
    background: transparent !important;
    height: 100% !important;
    width: 100% !important;
}

.video-player-container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 100%;
}

.sidebar__menu button {
    text-align: left;
}

.uploadField {
    display: none;
}

.upload-loader img {
    width: 64px;
    display: none;
}

.uploadWrapper .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadWrapper button {
    z-index: 2;
}

.uploadWrapper.active .upload-loader img {
    display: block;
}

.uploadWrapper.active .upload-loader {
    background-color: rgba(59, 130, 246, 0.5);
}

.course-no-active {
    background-color: #ddd;
}

.progress-wrapper {
    margin: 40px 0;
    position: relative;
}

.bar {
    background-color: rgba(59, 130, 246, 1);
    width: 0;
    height: 30px;
    border-radius: 3px;
    color: #000;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 48%;
}

.display-none {
    display: none;
}

.test-page .is_completed span {

}

.test-page .pagination-count li:before {
    content: "";
}

.test-page .pagination-count button {
    width: 100%;
    height: 100%;
    outline: none;
}

.footer__logo:before {
    content: "";
    width: 125px;
    height: 40px;
    background: url(../img/e-kasb-logo.svg) 0 0 no-repeat;
    background-size: cover;
}

@media print {
    .header, .footer, .learn-navigation, .learn-info, .border-gray-300, .breadcrumbs {
        display: none;
    }
}

.lesson-active a {
    color: rgb(131, 181, 75);
}

.page-content img {
    display: inline-block;
}

.text-left {
    text-align: left;
}

.profile-list {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 16px;
}

.profile-list .item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.profile-list .img {
    width: 200px;
    height: 160px;
    margin-right: 16px;
}

.profile-list .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.profile-list .body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-list .dropdown {
    position: absolute;
    right: 0;
    top: 10px;
}

.profile-list ._footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    list-style: none;
    padding: 0;
}

.profile-list ._footer p {
    display: flex;
    flex-direction: column;
    color: rgb(75, 85, 99);
}

.profile-list .item .title {
    text-decoration: underline;
    color: rgb(59, 130, 246);
    font-size: 24px;
}

.profile-list .btn {
    background-color: transparent;
}

.profile-list .btn:hover {
    background-color: #ddd;
}

.profile-list .meta {
    display: flex;
}

.profile-list ._meta {
    margin-bottom: 10px;
    color: rgb(107, 114, 128);
    font-size: 14px;
    margin-right: 20px;
}

.profile-list ._meta .text-sm {
    margin-left: 10px;
}

.course-content {
    width: 75%;
    position: relative;
}

.course-content-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.uploadWrapper {
    position: relative;
}

.uploadWrapper img {
    max-width: 100%;
}

.w-full {
    width: 100%;
}

.input-group > .input-group-content {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 16px;
    border: 1px solid #dddd;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.input-group-content .help-block {
    font-size: 14px;
    font-style: italic;
    color: rgb(156, 163, 175);
    margin-top: 8px;
}

.uploadWrapperThumbnail {
    width: 144px;
    height: 144px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.uploadWrapperThumbnail img, .uploadWrapperCover img, .uploadWrapperCover video {
    object-fit: cover;
}

.uploadWrapperThumbnail .uploadChange, .uploadWrapperThumbnail .removeImage {
    position: absolute;
    z-index: 2;
    width: 32px;
    height: 32px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;


    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    right: -3px;
    top: -3px;
}

.uploadWrapperThumbnail .removeImage {
    bottom: -3px;
    top: auto;
}

@media (max-width: 768px) {
    .md\:flex-col {
        flex-direction: column;
    }
}

.uploadWrapperCover {
    position: relative;
    display: flex;
}

.uploadWrapperCover img {
    height: 300px;
}
.uploadWrapperCover video {
    height: 300px;
}

.uploadWrapperBtns {
    top: 35%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.uploadWrapperBtns button {
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 0 20px;
    position: relative;
    display: block;
    width: 100px;
}

.uploadWrapperBtns button svg {
    width: 32px;
}

.profile-notifications .col-6 {
    margin-bottom: 20px;
}

.profile-notifications svg {
    width: 48px;
    margin-right: 16px;
}

.profile-notifications .info svg {
    width: 16px;
    margin-right: 2px;
}

.profile-notifications .item {
    display: flex;
    align-items: center;
    padding: 16px;
}

.border-yellow {
    border-left: 4px solid rgb(245, 158, 11);
}

.text-yellow {
    color: rgb(245, 158, 11);
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.border-red {
    border-left: 4px solid red;
}

.border-green {
    border-left: 4px solid green;
}

.profile-lessons {
    background-color: #fff;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.lessons-items {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
}

.section-body {
    font-weight: bold;
}

.lesson-item, .section-body {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.lesson-item p svg {
    color: rgb(107, 114, 128);
    margin-right: 10px;
}

.test-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.test-item {
    display: flex;
    width: 100%;
    margin-bottom: 4px;
    flex-direction: column;
}

.test-item__body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: rgb(75, 85, 99);
}

.test-item__number {
    width: 60px;
}

.test-item__name {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.test-item__actions {
    display: flex;
}

.test-item__actions svg {
    width: 16px;
    height: auto;
}

.test-item__actions li {
    margin-left: 4px;
}

.test-item__actions button {
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.test-form .input-group {
    margin-bottom: 16px;
}

.btn-switch-icon {
    display: none;
}

.btn-switch__active {
    background-color: #3A87FE !important;
}

.btn-switch__active .btn-switch-text {
    color: #fff !important;
}

.btn-switch__active .btn-switch-icon {
    display: block;
}

.btn-block {
    display: block;
    width: 100%;
}

.coursecatalog__sidebar-no-margin {
    margin-bottom: 10px;
}

.profile__img img {
    width: 100%;
}

.courses__item-img img{
    width: 110px;
    height: auto;
}

.test-question-block{
    width: 100%;
}

.test-question-body{
    width: 100%;
    display: flex;
}