/* TABLE OF CONTENTS
    Authentication
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');
/* LOGIN */
*, *:focus{
    outline: none!important;
}
img{
    max-width: 100%;
}
input{
    box-shadow: none!important;
}
body .login-page-container .login-component-container .btn,
body .login-page-container .forgotpassword-component-container .btn,
body .register-page-container .register-component-container .btn,
body .register-page-container .ceoregister-component-container .btn,
body .resetpassword-page-container .resetpassword-component-container .btn {
    background-color: #00558c!important;
    color: #fff;
}

body .login-page-container .login-component-container .btn:hover,
body .login-page-container .forgotpassword-component-container .btn:hover,
body .register-page-container .register-component-container .btn:hover,
body .register-page-container .ceoregister-component-container .btn:hover,
body .resetpassword-page-container .resetpassword-component-container .btn:hover {
    background-color: #00558c!important;
    transform: scale(1.1, 1.1)!important;
}
.hyperlink {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.pointer.option{
    text-decoration: none!important;
    font-size: 14px;
    color: #00558c!important;
}
.login-email-input, #login-password-input,
.login-email-input:focus, #login-password-input:focus{
    border: 1px solid #efefef!important;
}
.login-page-container .login-component-container input:focus,
.login-page-container .forgotpassword-component-container input:focus,
.register-page-container .register-component-container input:focus,
.register-page-container .ceoregister-component-container input:focus,
.resetpassword-page-container .resetpassword-component-container input:focus {
    border: 1px solid #efefef!important;
}
.login-component-container .card-title{
    font-weight: 800;
}
.registration-grey-circle {
    color: #bfbfbf;
}
.registration-red-circle {
    color: #dc3545;
}
/* END LOGIN */
.result-attempt-content.list-group-item.active{
    background-color: transparent;
}
*{
    outline: none!important;
}
body {
    background-color: #FFFFFF !important;
    color: #202020;
    font-family: 'Poppins', sans-serif !important;
}
.table td, .table th {
    border-top: 0px !important;
}
.table-border-bottom tbody tr:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}
.forum-create-comment-container{
    margin-bottom: 80px;
}
.card-body h2 {
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 30px;
}
.smaller-card-title {
    font-size: 25px !important;
}
p, h2{
    color: #202020;
}
.card-tooltip-container {
    float: right;
    background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 5px;
}
.card-refresh-container {
    float: right;
    margin: 3px 10px 0px 0px;
}
.card-refresh-container i {
    cursor: pointer;
}
.course-header-container {
    float: right;
    display: inline;
}
.entry-selection-container label {
    float: right;
}
.entry-selection-container select{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    line-height: 1.5;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}
.scrollable-unselected-list,
.scrollable-selected-list {
    overflow-y: scroll;
    height: 400px;
}
.file-preview {
    width: 16%;
    height: 200px;
    float: left;
    margin: 2%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}
.file-preview .fa-5x {
    font-size: 2em;
}
.file-drop {
    width: 76%;
    padding: 25px;
    float: right;
    height: 200px;
    margin: 2%;
    border: 3px dashed #ccc!important;
    position: relative;
    padding-top: 50px!important;
    box-sizing: border-box;
}
.chapter-img-dropfield{
    padding: 25px;
    height: 200px;
    margin: 2%;
    border: 3px dashed #ccc!important;
    position: relative;
    padding-top: 50px!important;
    box-sizing: border-box;
}
.chapter-img-dropfield label{
    width: 100%;
}
.chapter-img-dropfield .file-upload-icon {
    color: var(--secondary_color)!important;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 50px;
}
.file-drop .fa-trash{
    right: 10px;
    top: 10px;
    position: absolute;
    color: var(--main_color)!important;
}
.btn-back{
    color: var(--main_color)!important;
    font-weight: bold;
    border: 1px solid #efefef;
    border-radius: 8px;
}
.btn-back:disabled{
    color: #8d8d8d!important;
}
.file-drop-center .file-upload-icon {
    color: var(--secondary_color)!important;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 50px;
}
.file-drop-center p {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 15px;
}
file-drop-center p a, .file-drop-center p label {
    color: var(--secondary_color)!important;
    text-decoration: none!important;
}
.pointer {
    cursor: pointer;
}
.video-container, .result-attempt-upload-video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed, .result-attempt-upload-video-container video{
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
}
.fal.fa-search.fa-fw.pointer{
    background-color: var(--main_color)!important;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 15px;
    font-size: 15px;
}
.coursestartconfirmation-card-container {
    display: block !important;
}
.result-attempt-score-container, .result-attempt-teacher-comment-container{
    color: #202020;
}
.result-attempt-score-container input{
    border: 1px solid #ced4da!important;
    border-radius: 3px;
}
.course-student-course-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.fill-in-details-text {
    color: green;
}
.btn-cancel,
.btn-save,
.btn-create,
.btn-back-course,
.btn-confirm,
.btn-address,
.btn-default-create, .btn-upload-download{
    background: linear-gradient(90deg, var(--gradient1_start) 0%, var(--gradient1_end) 100%);
    border: 0;
    color: #FFFFFF!important;
    min-width: 100px;
    height: 35px;
    padding: 0px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    float: right;
    cursor: pointer;
    white-space: nowrap;
    line-height: 35px;
}
.btn-address {
    float: none;
    margin-top: 18px;
    width: 100%;
}
.btn-no-effects {
    transition: none !important;
    transform: none !important;
}
.btn-no-effects:focus {
    box-shadow: none;
    outline: none;
}
.search-header-button,
.search-sidebar-button {
    border-radius: 0.25rem;
}
.search-header-button:focus,
.search-sidebar-button:focus {
    border-color: transparent;
    border-right: 1px solid #ced4da;
}
.btn-back-course{
    clear: both;
}
.module-viewer-container card{
    clear: both;
}
.btn{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn:hover{
    transform: scale(1.1, 1.1);
}
.module-iframe,
.upload-activity-file {
    width: 100%;
    height: 500px;
}
/* [START] Loader */
    .loader .loading-progress {
        background-color: rgba(0,0,0,0.4) !important;
    }
    .loader .loading-complete {
        opacity: 1;
        background-color: rgba(0,0,0,0.4) !important;
        animation: fade-out 0.4s;
        animation-iteration-count: 1;
    }
    .loader .full-page{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 99999;
    }
    .loader .page-center{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
    }
    .loader .circle-loader,
    .loader .circle-loader:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }
    .loader .circle-loader {
        margin: auto;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(255, 255, 255, 0.2);
        border-right: 1.1em solid rgba(255, 255, 255, 0.2);
        border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
        /* SPINNER COLOR */
        border-left: 1.1em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load 1.1s infinite linear;
        animation: load 1.1s infinite linear;
    }
    .loader .page-center .loader-message-container {
        position: absolute;
        left: -40px;
        right: 0;
        top: 110px;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        text-align: center;
    }
    .loader .page-center .loader-message-text {
        color: white;
    }
    @keyframes fade-out {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    @-webkit-keyframes load {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes load {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
/* [END] Loader */
/* [START] Authentication */
    .login-page-container .login-component-container .card,
    .login-page-container .forgotpassword-component-container .card,
    .register-page-container .register-component-container .card,
    .register-page-container .ceoregister-component-container .card,
    .resetpassword-page-container .resetpassword-component-container .card  {
        background: rgba(255, 255, 255, 0.95) !important;
        -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.2);
        box-shadow: 0 30px 60px 0 rgba(0,0,0,0.2);
        border-radius: 5px;
    }

    .register-page-container .register-component-container .card,
    .register-page-container .ceoregister-component-container .card,
    .resetpassword-page-container .resetpassword-component-container .card  {
        margin-top: 20px;
    }

    .login-page-container .login-component-container .card-title,
    .login-page-container .forgotpassword-component-container .card-title,
    .register-page-container .register-component-container .card-title,
    .register-page-container .ceoregister-component-container .card-title,
    .resetpassword-page-container .resetpassword-component-container .card-title {
        color: rgb(0, 0, 0) !important;
    }

    .forget-password-container,
    .login-card-container,
    .register-card-container,
    .ceoregister-card-container,
    .resetpassword-card-container {
        z-index: 1;
    }

    .login-page-container .login-component-container .vertical-center,
    .login-page-container .forgotpassword-component-container .vertical-center,
    .register-page-container .register-component-container .vertical-center,
    .register-page-container .ceoregister-component-container .vertical-center,
    .resetpassword-page-container .resetpassword-component-container .vertical-center {
        min-height: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .login-page-container .login-component-container input,
    .login-page-container .forgotpassword-component-container input,
    .register-page-container .register-component-container input,
    .register-page-container .ceoregister-component-container input,
    .resetpassword-page-container .resetpassword-component-container input {
        background-color: white !important;
        color: #495057 !important;
        border: none !important;
        border-bottom: 1px solid #CED4DA !important;
    }

    .login-page-container .login-component-container input:focus,
    .login-page-container .forgotpassword-component-container input:focus,
    .register-page-container .register-component-container input:focus,
    .register-page-container .ceoregister-component-container input:focus,
    .resetpassword-page-container .resetpassword-component-container input:focus  {
        background-color: #FCFCFC !important;
        border: none;
        border-bottom: 1px solid var(--blue) !important;
    }

    .login-page-container .login-component-container .input-group,
    .login-page-container .forgotpassword-component-container .input-group,
    .register-page-container .register-component-container .input-group,
    .register-page-container .ceoregister-component-container .input-group,
    .resetpassword-page-container .resetpassword-component-container .input-group {
        margin-bottom: 10px;
    }

    .login-page-container .login-component-container .input-group-addon,
    .login-page-container .forgotpassword-component-container .input-group-addon,
    .register-page-container .register-component-container .input-group-addon,
    .register-page-container .ceoregister-component-container .input-group-addon,
    .resetpassword-page-container .resetpassword-component-container .input-group-addon {
        padding: .5rem .75rem;
        width: 45px;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        color: #495057;
        text-align: center;
        background-color: #e9ecef;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
    }

    .courses-page-container .coursemanager-component-container .input-group-addon,
    .courses-page-container .courseeditor-component-container .input-group-addon {
        padding: .35rem .75rem;
        width: 45px;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        color: #495057;
        text-align: center;
        background-color: #e9ecef;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
    }

    .login-page-container .login-component-container select,
    .login-page-container .forgotpassword-component-container select,
    .register-page-container .register-component-container select,
    .register-page-container .ceoregister-component-container select,
    .resetpassword-page-container .resetpassword-component-container select {
        background-color: white !important;
        color: #495057 !important;
        border: none !important;
        border-bottom: 1px solid #CED4DA !important;
    }

    .login-page-container .login-component-container .btn,
    .login-page-container .forgotpassword-component-container .btn,
    .register-page-container .register-component-container .btn,
    .register-page-container .ceoregister-component-container .btn,
    .resetpassword-page-container .resetpassword-component-container .btn {
        background-color: rgb(0, 0, 0) !important;
        color: rgb(255, 255, 255) !important;
    }

    .login-page-container .login-component-container .btn:hover,
    .login-page-container .forgotpassword-component-container .btn:hover,
    .register-page-container .register-component-container .btn:hover,
    .register-page-container .ceoregister-component-container .btn:hover,
    .resetpassword-page-container .resetpassword-component-container .btn:hover {
        background-color: rgb(65, 70, 236) !important;
        color: white !important;
        transform: scale(1, 1) !important;
    }

    .login-page-container .login-component-container .option-container,
    .login-page-container .forgotpassword-component-container .option-container,
    .register-page-container .register-component-container .option-container,
    .register-page-container .ceoregister-component-container .option-container,
    .resetpassword-page-container .resetpassword-component-container .option-container {
        text-align: center;
        margin-top: 10px;
    }

    .login-page-container .login-component-container .option,
    .login-page-container .forgotpassword-component-container .option,
    .register-page-container .register-component-container .option,
    .register-page-container .ceoregister-component-container .option,
    .resetpassword-page-container .resetpassword-component-container .option {
        text-decoration: underline;
    }

    .resetpassword-password-validation-container {
        padding-right: 15px;
        color: #2da43b;
    }

    /* [START] BACKGROUND EFFECT */
        .login-page-container .area,
        .register-page-container .area,
        .resetpassword-page-container .area {
            background: rgb(46, 49, 160) !important;
            width: 100%;
            height: 100%;
        }

        .login-page-container .circles,
        .register-page-container .circles,
        .resetpassword-page-container .circles {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin-bottom: 0px !important;
        }

        .login-page-container .circles li,
        .register-page-container .circles li,
        .resetpassword-page-container .circles li {
            position: absolute;
            display: block;
            list-style: none;
            width: 20px;
            height: 20px;
            background: rgba(133, 55, 241, 0.5);
            animation: animate 25s linear infinite;
            bottom: -150px;
            margin-bottom: 0px !important;
        }
        .login-page-container .circles li:nth-child(1),
        .register-page-container .circles li:nth-child(1),
        .resetpassword-page-container .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }
        .login-page-container .circles li:nth-child(2),
        .register-page-container .circles li:nth-child(2),
        .resetpassword-page-container .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }
        .login-page-container .circles li:nth-child(3),
        .register-page-container .circles li:nth-child(3),
        .resetpassword-page-container .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }
        .login-page-container .circles li:nth-child(4),
        .register-page-container .circles li:nth-child(4),
        .resetpassword-page-container .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }
        .login-page-container .circles li:nth-child(5),
        .register-page-container .circles li:nth-child(5),
        .resetpassword-page-container .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }
        .login-page-container .circles li:nth-child(6),
        .register-page-container .circles li:nth-child(6),
        .resetpassword-page-container .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }
        .login-page-container .circles li:nth-child(7),
        .register-page-container .circles li:nth-child(7),
        .resetpassword-page-container .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }
        .login-page-container .circles li:nth-child(8),
        .register-page-container .circles li:nth-child(8),
        .resetpassword-page-container .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }
        .login-page-container .circles li:nth-child(9),
        .register-page-container .circles li:nth-child(9),
        .resetpassword-page-container .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }
        .login-page-container .circles li:nth-child(10),
        .register-page-container .circles li:nth-child(10),
        .resetpassword-page-container .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }
        @keyframes animate {
            0%{
                transform: translateY(0) rotate(0deg);
                opacity: 1;
                border-radius: 0;
            }
            100%{
                transform: translateY(-1000px) rotate(720deg);
                opacity: 0;
                border-radius: 50%;
            }
        }
    /* [END] BACKGROUND EFFECT */
/* [END] Authentication */
/* [START] Header */
    .header-container {
        background: linear-gradient(90deg, var(--gradient1_start) 0%, var(--gradient1_end) 100%);
        height: 300px;
    }
    .header-container-with-header {
        background-size: cover;
        background-position: center center;
    }
    .header-container-with-header::after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
     /*   background: linear-gradient(90deg, var(--gradient1_start) 0%, var(--gradient1_end) 100%); */
        opacity: 0.8;
    }
    .header-navigation-container {
        position: relative;
        z-index: 1040;
        background-color: #FFFFFF;
        height: 75px;
        border-radius: 10px;
    }
    .header-pagename-container {
        position: relative;
        z-index: 1040;
        top: 120px;
    }
    .header-pagename-container h2 {
        color: #FFFFFF;
        font-weight: bold;
    }
    .header-pagename-container .search-results-count-text {
        color: #FFFFFF;
        position: relative;
        bottom: 5px;
    }
    .highlighted-search-text {
        background: yellow;
    }
    .search-results-type-text {
        color: #535353;
    }
.header-userimage-container{
    float: left;
    margin-left: 20px;
}
    .header-userimage-container img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }
.forum-profile-picture{
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
}
.tox-notification.tox-notification--in.tox-notification--warning{
    display: none!important;
}
.forum-comment-profile-box{
    float: left;
    margin-right: 20px;
}
.forum-comment-name{
    color: var(--main_color);
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.forum-comment-button-container{
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: -15px;
}
.tinymce{
    margin-bottom: 10px;
}
.forum-comment-button-container .btn{
    color: var(--main_color);
    font-size: 14px;
}
.forum-comment-name span{
        color: #B3B3B3;
    font-weight: 400;
    font-size: 14px;
}
    .notification-user-img{
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }
    .header-company-container {
        float: left;
        width: 20%;
    }
    .header-company-container img{
        max-width: 100%;
        height: 45px;
        object-fit: contain;
        margin: 15px;
    }
    .header-navigation-container div .navbar-toggler {
        float: left;
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 28px;
}
    .header-userinformation-container {
        float: right;
        padding: 15px;
    }
    .navigation-header{
        border-bottom: 1px solid #B9B9B9;
        padding: 15px;
    }
.usersettings-password-validation-container{
    margin-right: 10px;
}
.usersettings-password-validation-container .fa-check{
    color: #66ed5c;
}
.member-online{
    color: #7cd992;
}
.member-offline{
    color: #a8a8a8;
}
.notification-content-container {
    font-size: 14px;
}
.sidebar-urgent-notification-container {
    background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
    width: 100%;
    border-radius: 20px;
    margin-top: 50px;
}
.sidebar-active-page {
    font-weight: 600;
}
.sidebar-urgent-notification-title {
    color: #FFFFFF;
    font-size: 20px !important;
    padding-bottom: 0px !important;
}
#sidebar-container {
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
}
#sidebar-container::-webkit-scrollbar {
  width: 8px;
}
#sidebar-container::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 100px;
}
#sidebar-container::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #EFEFEF;
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.sidebar-urgent-notification-message {
    color: #FFFFFF;
}
.sidebar-urgent-notification-viewall {
    float: right;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0px;
}
    .navbar-toggler{
        float: right;
        margin-top: 32px;
    }
    .sidebar-company-logo{
        float: left;
        max-width: 80%;
        height: 85px;
    }
    .sidebar-company-logo img{
        height: 85px;
        object-fit: contain;
        width: 100%;
    }
    /*
    .sidebar-component-container{
        box-shadow: rgba(149, 157, 165, 0.15) 0px 0px 20px;
        height: 100vh;
        width: 0px!important;
    }
    .sidebar-component-container .showing{
        width: 375px!important;
    } */
    .card{
        box-shadow: rgba(149, 157, 165, 0.15) 0px 0px 20px;
        border: 0px;
        margin-bottom: 20px;
    }
.table-button-container, .table-interact-buttons{
    width: 100%;
}
.table-interact-buttons{
    float: right;
}
.card .card{
    box-shadow: none;
    border-top: 2px solid rgba(149, 157, 165, 0.15);
    border-bottom: 2px solid rgba(149, 157, 165, 0.15);
    border-radius: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
}
    .page-category {
        line-height: 33px;
    }
    .page-category p{
        color: #B3B3B3;
    }
    .fa-bars{
        color: #B9B9B9;
    }
    .page-icon{
        float: left;
        width: 30px;
        margin-left: 20px;
        color: var(--main_color);
    }
    .sidebar-page {
        cursor: pointer;
    }
    .no-logo-user{
        font-size: 45px;
        margin-top: -10px;
        color: var(--secondary_color);
    }
    .header-userinformation-content {
        line-height: 44px;
        float: left;
    }
    .header-userinformation-content p{
        white-space: nowrap;
    }
    .header-searchbar-container {
        position: relative;
        top: 18px;
        right: 15px;
        float: right;
    }
    .header-searchbar-container .input-group input,
    .sidebar-searchbar-container .input-group input {
        padding-right: 35px;
    }
    .header-searchbar-container .input-group .input-group-append,
    .sidebar-searchbar-container .input-group .input-group-append {
        margin-left: -40px;
        z-index: 9999;
    }
    .header-icons-container{
        float: right;
    }
    .header-icons-container div {
        color: var(--main_color);
        float: right;
        line-height: 75px;
    }
    .header-icons-container div i {
        margin-right: 10px;
        cursor: pointer;
    }
    .header-icon-bell-box {
        background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
        height: 17px;
        width: 17px;
        text-align: center;
        border-radius: 50%;
        line-height: 17px !important;
        font-size: 11px;
        color: #FFFFFF !important;
        position: absolute;
        top: 20px;
        margin-left: 5px;
    }
.courseChapter-card .col-md-2{
    text-align: right;
}
.courseChapter-card .col-md-2 i{
    color: var(--main_color);
}
.courseChapter-card .col-md-2 p{
    color: #B3B3B3;
    font-size: 14px;
}
.courseChapter-card .col-md-2 .fa-trash-alt{
    color: var(--secondary_color);
}
.course-student-information-container{
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}
.course-student-information-container h2{
    margin-left: 18px;
    font-weight: bold;
}
.courseInformation-card{
    font-size: 19px;
}
/* [END] Header */
/* [START] Sidebar */
    .sidebar-component-container {
        position: fixed;
        z-index: 1040;
        background-color: #FFFFFF !important;
        width: 375px;
        height: 100vh;
    }
    .sidebar-company-logo .logo {
        width: 100%;
    }
    .sidebar-searchbar-container {
        display: none;
    }
/* [END] Sidebar */
/* [START] Dashboard */
/* [END] Dashboard */
/* [START] Dashboard Courses */
    .empty-dashboardcourseimage-container {
        height: 44px;
        width: 44px;
        border-radius: 50%;
        background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
    }
    .dashboardcourses-td-image {
        width: 0px;
        padding-top: 15px !important;
        padding-left: 0px !important;
    }
.td-image img, .activity-image{
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.td-image .fa-stack {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
    color: #fff;
    line-height: 50px!important;
}
.td-image .fas{
    line-height: 50px!important;
}
    .dashboardcourses-td-name-and-introtext {
        display: inline-block;
        padding-bottom: 0px !important;
    }
.courseChapter-img-container{
    height: 200px;
}
.courseChapter-img-container img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.courseChapter-empty-img{
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
}
.coursestartconfirmation-type-icon{
    background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
    color: #fff;
    width: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 10px;
}
.courseChapter-img-container p{
    width: 100%;
    text-align: center;
    font-size: 80px;
    margin-top: -160px;
    font-weight: bold;
}
.chapter-container{
    padding: 20px;
}
#activityModal{
    z-index: 10001!important;
}
.file-drop-allowed-extentions-container {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
}
    .dashboardcourses-name {
        color: var(--main_color);
        font-weight: 600;
        margin-bottom: 0;
        font-size: 18px;
        display: inline-block;
        cursor: pointer;
    }
    .dashboardcourses-introtext {
        display: inline-block;
        font-size: 15px;
    }
    .dashboardcourses-course-percentage {
        font-size: 15px;
        font-weight: 600;
    }
    .dashboardcourses-course-percentage-text {
        color: #B9B9B9;
        font-size: 10px;
        float: right;
    }
    .dashboardcourses-td-progressbar {
        padding-top: 20px !important;
        width: 40%;
    }
    .dashboardcourses-start-btn {
        background: linear-gradient(90deg, var(--gradient1_start) 0%, var(--gradient1_end) 100%);
        border: 0;
        color: #FFFFFF;
        width: 125px;
        height: 35px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        float: right;
        margin-top: 10px !important;
    }
    .progress {
        height: 10px !important;
    }
    .progress-bar {
        background: linear-gradient(90deg, var(--gradient2_start) 0%, var(--gradient2_end) 100%);
    }
    .dashboardcourses-allcourses-text {
        float: right;
        color: var(--main_color);
        font-weight: 600;
        cursor: pointer;
    }
/* [END] Dashboard Courses */
/* [START] Dashboard Results */
    .dashboardrecentresults-coursename {
        color: var(--main_color);
        font-weight: 600;
        margin-bottom: 0;
        font-size: 18px;
        display: inline-block;
    }
    .dashboardrecentresults-activityname {
        display: inline-block;
        font-size: 15px;
        margin-bottom: 4px;
    }
    .recentresultstable-td-grade-container {
        margin-top: 10px;
        float: right;
    }
    .recentresultstable-td-grade-text {
        color: #B9B9B9;
        padding-right: 5px;
    }
    .recentresultstable-td-grade {
        color: var(--main_color);
        font-weight: 600;
        font-size: 20px;
    }
    .dashboardrecentresults-allresults-text {
        float: right;
        color: var(--main_color);
        font-weight: 600;
        cursor: pointer;
    }
    .td-actions, .td-buttons{
        text-align: right;
    }
    .td-actions i, .td-buttons i{
        color: var(--main_color);
    }
.td-fullname, .td-name{
    color: var(--main_color);
    font-weight: bold;
}
.clickable-table-header span{
    color: var(--secondary_color);
    cursor: pointer;
}
.tooltip-inner {
    background-color: #efefef!important;
    color: #202020;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #efefef;
}
    .th-actions{
        text-align: right;
    }
/* [END] Dashboard Results */
/* [START] Dashboard Company */
/* [END] Dashboard Company */
/* [START] Dashboard Competences */
    .card-select-container {
        width: 250px;
        margin-bottom: 10px;
        margin-right: 10px;
        float: right;
    }
    #sidebar-container{
        position: relative;
        left: -400px;
        width: 100%;
        background-color: #fff;
        height: calc(100% - 140px);
        overflow: auto;
    }
    .sidebar-component-container {
        position: fixed;
        left: -400px;
        margin-left: -375px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        box-shadow: rgb(149 157 165 / 15%) 0px 0px 20px;
        height: 100vh;
    }
.td-version-progress .fa-times {
    color: red;
}
.td-version-progress .fa-check {
    color: green;
}
.scrollable-table {
    max-height: 300px;
}
.sticky-table-header {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
}
.clickable-table-header{
    cursor: pointer;
}
.hide-page{
    margin-left: 375px;
}
.login-page-container.hide-page,
.register-page-container.hide-page,
.forgotpassword-page-container.hide-page,
.resetpassword-page-container.hide-page {
    margin-left: 0px;
}

.required-input-field:after {
    content: " *";
    color: red;
}

.courses-description-link-teamszoom,
.courses-description-link-video,
.courses-description-link-audio,
.courses-description-link-image,
.courses-description-link-documentpdf,
.courses-description-link-documentdoc,
.courses-description-link-documentxls,
.courses-description-link-documentother,
.courses-description-link-webpage
{
    display: block;
}
.courses-description-link-teamszoom::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f63d";
    margin-right: 5px;
}
.courses-description-link-video::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f03d";
    margin-right: 5px;
}
.courses-description-link-audio::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f6a8";
    margin-right: 5px;
}
.courses-description-link-image::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f03e";
    margin-right: 5px;
}
.courses-description-link-documentpdf::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f1c1";
    margin-right: 5px;
}
.courses-description-link-documentdoc::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f1c2";
    margin-right: 5px;
}
.courses-description-link-documentxls::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f65b";
    margin-right: 5px;
}
.courses-description-link-documentother::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f15b";
    margin-right: 5px;
}
.courses-description-link-webpage::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f37e";
    margin-right: 5px;
}
.modal-title{
    font-weight: 600;
    font-size: 30px;
    color: #202020;
}
.modal-content{
    border: 0px;
}
.table-pagination-container{
    font-size: 14px;
    color: #B3B3B3;
}
    .sidebar-component-container.open,
    #sidebar-container.open{
        left: 0px;
        margin-left: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .page{
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
/* [END] Dashboard Competences */
/* [START] Company Settings */
    .company-description-label {
        resize: none;
        min-height: 160px;
    }
/* [END] Company Settings */
/* [START] Company Theme Editor */
    .themeEditor .btn{
        float:right;
    }
    .themeEditor .fa-unlock,
    .themeEditor .fa-lock{
        position: relative;
        top: 0px;
        color: var(--card-1) !important;
    }
    .themeEditor .fa-undo-alt{
        position: relative;
        top: -8px;
        color: var(--card-text) !important;
    }
    .themeEditor input{
        -webkit-box-shadow: 0 0px 0px 1px rgba(0,0,0,0.5);
        box-shadow: 0 0px 0px 1px rgba(0,0,0,0.5);
    }
    /* COLOR INPUTS */
    .themeEditor input[type=color]{
        width: calc(100% - 30px);
        height: 30px;
        outline: none;
        padding: 0 !important;
        border-radius: 5px !important;
        border: none !important;
    }
    .themeEditor input::-webkit-color-swatch-wrapper {
        padding: 0 !important;
    }
    .themeEditor input::-webkit-color-swatch {
        border: none !important;
        border-radius: 5px !important;
    }
    /* PREVIEW BOXES */
    .themeEditor-tooltip {
        visibility: visible !important;
        min-width: 200px;
        background-color: var(--tooltip-0);
        text-align: center;
        padding: 5px;
        border-radius: var(--effects-1);
        line-height: 1.4;
    }
    .themeEditor-tooltip-span {
        color: var(--tooltip-1);
    }
    .preview-btn {
        float: none !important;
    }
    .preview-success-box {
        background-color: var(--message-0) !important;
        padding: 10px 10px 0.5px 10px;
    }
    .preview-success-box p {
        color: var(--message-1) !important;
        font-size: 14px;
    }
.td-score .badge-success{
    background: linear-gradient(90deg, var(--gradient1_start) 0%, var(--gradient1_end) 100%);
}
    .preview-error-box {
        background-color: var(--message-2) !important;
        padding: 10px 10px 0.5px 10px;
    }
    .preview-error-box p {
        color: var(--message-3) !important;
        font-size: 14px;
    }
/* [END] Company Theme Editor */
.highcharts-credits{
    display: none;
}
.module-iframe-container-fullscreen{
    background-color: #FFFFFF;
}
.module-iframe-fullscreen {
    height: 94vh!important;
    margin-top: 6vh;
}
iframe{
    height: 100vh!important;
}
.coursestudent-component-container, .courses-component-container, .results-component-container, .users-component-container, .bosstraininggroups-component-container, .notificationportal-component-container, .frameworkcompetences-component-container, .activities-component-container, .results-component-container, .mastercompetences-component-container, .subcompetences-component-container, .traininggroups-component-container{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.mastercompetences-component-container, .frameworkcompetences-component-container, .bosstraininggroups-component-container, .users-component-container, .users-component-container, .companylogo-component-container, .companyheader-component-container, .companyroles-component-container, .usersettings-component-container, .courseeditor-component-container{
    margin-bottom: 15px;
}
.container-fluid .card .form-row.table-button-container{
    margin-right: 0px;
}
.styleselector-component-container .d-flex.flex-row-reverse{
    margin-top: 10px;
}
.scrollable-unselected-list, .scrollable-selected-list{
    margin-bottom: 10px;
}
.scrollable-unselected-list label, .scrollable-selected-list label{
     font-weight: bold;
}
.course-student-container{
    padding-bottom: 15px!important;
}
.col-md-2.my-auto.course-control-container{
    margin: 0 !important;
}
.col-md-12.course-control-admin-button-box {

}
.col-md-12.course-control-student-button-box {
    margin-top: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
.col-md-4.login-card-container {
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 0px) and (max-width: 1090px) {
    .header-searchbar-container {
        display: none;
    }
    .sidebar-searchbar-container {
        display: block;
    }
}
@media only screen and (min-width: 767px) and (max-width: 950px){
    .header-icon-logout-container, .header-icon-settings-container, .header-icon-members-container{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .course-card-container .col-md-2.my-auto .fal{
        font-size: 22px!important;
    }
    .courseChapter-card .card-block.px-2, .courseInformation-card{
        padding-left: 0px!important;
        padding-right: 0px!important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .coursestudent-component-container, .courses-component-container, .results-component-container, .users-component-container, .bosstraininggroups-component-container, .notificationportal-component-container, .frameworkcompetences-component-container, .activities-component-container, .results-component-container, .mastercompetences-component-container, .subcompetences-component-container, .traininggroups-component-container{
    padding-left: 10px!important;
    padding-right: 10px!important;
}
    .header-navigation-container{
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .header-userinformation-content{
        display: none;
    }
    .no-logo-user{
        font-size: 30px!important;
        line-height: 70px;
    }
    .header-icon-logout-container, .header-icon-settings-container, .header-icon-members-container{
        display: none;
    }
    .header-company-container img{
        max-width: 130px;
    }
    .dashboardcourses-component-container table td{
        display: block;
        width: 100%;
    }
    .dashboardcourses-component-container table .dashboardcourses-td-progressbar{
         width: 100%;
    }
    .dashboardcourses-component-container table .td-image{
        width: 20%!important;
        float: left;
    }
    .dashboardcourses-component-containertable tr{
        padding-bottom: 10px;
    }
    .dashboardcourses-component-container table .td-name-and-introtext{
         width: 80%!important;
        float: left;
    }
    .dashboardcourses-start-btn{
        margin-bottom: 10px!important;
    }
    .hide-page{
        margin-left: 0px;
    }
    .sidebar-component-container{
        z-index: 99999!important;
        width: 100%;
    }
    .file-preview, .file-drop{
        width: 100%;
    }
    .container-fluid{
        padding-right: 5px;
        padding-left: 5px;
    }
    body, .page{
        max-width: 100vw!important;
        overflow-x: hidden;
    }
    .modal{
        margin-left: 0px!important;
    }
    .forum-comment-profile-box {
        float: left;
        margin-right: 2%;
        width: 18%;
    }
    .forum-comment-container{
        float: left;
        width: 80%;
    }
    .forum-comment-button-container{
        clear: both;
        width: 100%;
    }
    .forum-comment-name{
        margin-top: 0px;
    }
    .forum-comment-name span{
        clear: both;
        display: block;
    }
    .forum-comment-group, .forum-comment-container {
        width: 100%;
    }
    .tinymce{
        height: 150px;
    }
    .tox-tinymce{
        position: absolute;
        left: 0px;
        margin-left: 15px;
        width: calc(100% - 30px);
    }
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* .enter-fullscreen is also a class. it has no extra css at this moment */
.enter-fullscreen,
.exit-fullscreen {
    position: absolute;
    top: 15px;
    right: 20px;
}
.module-fullscreen-submit {
    position: absolute;
    top: 15px;
    right: 125px;
}
