 /**
 * Author: Álex Lledó Bryant
 * Date: 30/04/2021
 * This stylesheet will be used to add or overwrite styles of the template
 */

/*
    INTERNET EXPLORER CSS
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /** this fix the icons in the login box */
    #loginForm span.input-group-text  {
        padding-top: 1.32rem;
        padding-bottom: 1.32rem;
    }
}

 .platform-logo-dark {
     display: none;
 }

 .platform-logo {
     display: block;
 }

 body.dark-theme .platform-logo {
     display: none;
 }

 body.dark-theme .platform-logo-dark {
     display: block;
 }

.text-security {
    /*noinspection CssUnknownProperty,CssUnknownProperty*/
    text-security: disc;
    -webkit-text-security: disc;
    /*noinspection CssUnknownProperty,CssUnknownProperty*/
    -moz-text-security: disc;
}
 .mdi-54px.mdi-set, .mdi-54px.mdi:before {
     font-size: 54px;
 }
 .mdi-28px.mdi-set, .mdi-28px.mdi:before {
     font-size: 28px;
 }

.max-w-25 {
    max-width: 25% !important;
}

.max-w-50 {
    max-width: 50% !important;
}

.max-w-75 {
    max-width: 75% !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.min-w-25 {
    min-width: 25% !important;
}

.min-w-50 {
    min-width: 50% !important;
}

.min-w-75 {
    min-width: 75% !important;
}

.min-w-100 {
    min-width: 100% !important;
}
.w-fit {
    width: fit-content;
}
.main-panel .content-wrapper {
    padding: 0;
    background: #F7F7F7;
}

.main-section-container-fluid {
    margin-top: 13px;
}

.footer {
    background: #F0F0F0;
    height: 52px;
    line-height: 0.8;
}

.footer a {
    color: #212529;
}

.form-control {
    margin-bottom: 10px!important;
}

.form-control{
    font-size: 16px;
    font-weight: 400;
}

.form-control::placeholder {
    color: #C5C5C5;
    font-size: 12px;
}

.form-control:-ms-input-placeholder {
    color: #C5C5C5!important;
    font-size: 12px!important;
}


.form-control.mb-0 {
    margin-bottom: 0!important;
}

.btn-group.bootstrap-select.form-control {
    margin-bottom: 10px!important;
}

nav.sidebar.sidebar-offcanvas {
    z-index: 90000;
}

.mobileBackdrop {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    text-decoration: underline;
}

.auth.auth-bg-1 {
    position: fixed;
    top:0;
    width:100%;
    z-index:0;
    height:100%;
    background-size: calc(100% + 50px);
}

.auth.theme-one .footer-text, .auth.theme-one .footer-text a{
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.auth.theme-one .auto-form-wrapper{
    box-shadow: 0 0 30px  rgba(0, 0, 0, 0.2);
}

.loginLangItem {
    background: white;
    width: 100%;
    height: 50px;
    padding: 12px;
}

.loginLangItemRadio {
    width: 10%;
    float: right;
    transform: translate(-10px, 11px);
}

.sidebar .main-nav {
    overflow: auto;
    /* 52 of contact + 63 of navbar */
    height: calc(100vh - 115px);
}

.sidebar .nav .nav-item .collapse.show {
    background: #F0F0F0;
}

.sidebar .nav.sub-menu .nav-item .nav-link{
    background: #F0F0F0;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    background: #F0F0F0;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"]{
    background: #F0F0F0;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"].collapsing{
    background: #F0F0F0;
}

.btn-group.bootstrap-select {
    border: 1px solid #DEE2E6;
}

body.applicationBody .modal-centerInMainSection {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 90%;
    min-height: 90%;
}

label.spanInput {
    margin-bottom: 0;
    transform: translateY(4px);
}

.modal-dialog .modal-content {
    height: 100%;
}

.modal-dialog .modal-content .modal-body {
    overflow: auto;
}

.modal.show {
    z-index: 10000;
}

.modal-dialog {
    height: 400px;
    max-height: 80%;
    min-height: 40%;
    z-index: 10002;
}

.modal-content {
    max-width: 95vw;
    max-height: 80vh;
}

.modal-dialog.modal-scrollable {
    height: 80%;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 16px 26px;
    overflow: auto;
    max-height: 70vh;
}

.sidebar .nav .nav-item .nav-link {
    white-space: normal;
}

.sidebar .nav .nav-item .nav-link:last-child {
    white-space: normal;
    border-top: 1px solid #EEEEEE;
}

.sidebar .nav .nav-item .collapsing{
    background: #F0F0F0;
}

.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper{
    margin-top: 20px;
}

.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .text-wrapper .profile-name{
    margin-top: 30%!important;
}

.sidebar .profile-image{
    display: flex;
}

.sidebar .profile-image img{
    max-width: none!important;
}

.sidebar-user-image{
    height: 80px;
    width: 100%;
}

.sidebar-user-image img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

.profile-name {
    font-weight: 500;
}

.swal-overlay--show-modal {
    z-index: 99999999!important;
}

.dropdown-menu.dropdown-menu-right.show {
    border-radius: 0;
}

.dropdown-menu.inner {
    max-height: 135px!important;
}

.dropdown-style.custom-variables{
    max-height: 380px;
    overflow-y: scroll;
}

.form-check, .form-radio {
    margin-top: 1px;
    margin-bottom: 1px;
}

.input-group-append {
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    /*height: 600px;*/
    flex-wrap: wrap;
    align-content: space-between;
}

#right-sidebar {
    background: #F0F0F0;
    width: 350px;
}

#right-sidebar.settings-panel {
    right: -350px;
}

#right-sidebar.settings-panel.open {
    right: 0;
}

.settings-panel {
    padding-top: 25px;
}

.settings-panel .settings-close{
    top: 20px;
    right: 17px;
}

label.switch-label {
    transform: translateY(-6px);
    padding-right: 5px;
}

.text-muted-plus {
    color: #ACACAC;
}

.tooltip.fade {
    z-index: 999999999!important;
}

.jq-toast-wrap {
    z-index: 999999999!important;
}

i.lesson-icon {
    margin-right: 15px;
    font-size: 18px!important;
}
 .accordion .card .card-body i.icon-lg {
     font-size: 2.5rem;
}
.cursor-auto {
    cursor: auto;
}
.btn-gray {
    background: #BBBBBB!important;
    color: white;
}

.input-group .input-group-addon {
    height: 38px;
}

.card-body {
    padding: 1.88rem 0.4rem !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.text-dark {
    color: #383838!important;
}

.border-radius {
    border-radius: 15px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}
.hr-text:before {
    content: "";
    background: #818078;
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.table.table-bordered thead, .jsgrid .table-bordered.jsgrid-table thead {
    border: 1px solid #DEE2E6;
    border-bottom: none;
    background: #F7F7F7;
}

img.secondary-logo {
    height: 53px;
    width: auto;
    margin: 5px 50px 5px 5px;
}

div.logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.nav-item-contact {
    position: fixed!important;
    bottom:0;
    background: white;
}

body:not(.sidebar-icon-only) .nav-item.nav-item-contact {
    width: 255px;
}

.nav-item.hover-open .collapse {
    background: #F0F0F0!important;
}

body.sidebar-icon-only .nav-link:hover {
    color: #000!important;
}

body.sidebar-icon-only nav.sidebar.sidebar-offcanvas {
    z-index: 999;
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.7) !important;
}

.modal-dialog .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    max-height: 150px;
}

/* region *****RESPONSIVE ADDED CLASSES***** */
/* SM */
@media (min-width: 576px) {
    .card-body {
        padding: 1.3rem 1.7rem 0.58rem !important;
    }

    .content-wrapper {
        padding: 1.5rem 1.7rem;
    }

    body.applicationBody .modal-centerInMainSection {
        max-width: 100%;
        margin: 10px;
    }

    .modal-dialog {
        height: auto;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-auto {
        height: auto !important;
    }

    #announcementsModal .owl-stage-outer {
        margin-left: 13px;
    }
    .titleReport{
        margin-top: 0 !important;
    }
}

/* MD */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-auto {
        height: auto !important;
    }
}
/* LG */
@media (min-width: 992px) {
    label {
        margin-bottom: 0;
    }

    .mobileBackdrop {
        z-index: 0;
    }

    .main-panel.sidebarCollapsed {
        margin-left: 70px;
    }

    body.applicationBody .modal-centerInMainSection {
        top: 63px;
        left: 255px;
        min-width: calc(90% - 255px);
        min-height: auto;
        height: auto;
        margin: 1% 5%!important;
        max-width: calc(90% - 255px);
        max-height: 90%;
    }

    body.sidebar-icon-only.applicationBody .modal-centerInMainSection {
        left: 70px;
        min-width: calc(90% - 70px);
        max-width: calc(90% - 70px);
    }

    body.applicationBody #announcementsModal .modal-centerInMainSection {
        margin: 1% 10%!important;
    }

    body.loginBody #announcementsModal .modal-centerInMainSection {
        margin: 1% 20%!important;
    }

    #announcementsModal .modal-content {
        max-width: 60vw;
    }

    nav.sidebar.sidebar-offcanvas {
        position: fixed;
        max-height: 100%;

        z-index: 11;
    }

    body:not(.sidebar-icon-only) .nav.sidebar.sidebar-offcanvas {
        overflow-y: auto;
    }

    .main-panel {
        margin-left: 255px;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-auto {
        height: auto !important;
    }
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
        border-radius: 0;
        transform: translateY(1px);
        width: 250px;
    }
    .sidebar-icon-only .sidebar .nav .nav-item:last-child {
        height: 53px;
        width: 70px;
    }
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing{
        border-radius: 0;
        width: 250px;
    }
    .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link{
        width: 225px;
        border-radius: 0;

    }
    .sidebar-icon-only .sidebar .nav{
        border-top: 0 solid #696969;
    }
}


/* XL */
@media (min-width: 1200px) {
    body.applicationBody .modal-centerInMainSection.modal-md {
        min-width: auto;
        width: calc(60% - 255px);
        left: calc(255px + 13%);
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-auto {
        height: auto !important;
    }
}

/* XXL */
@media (min-width: 1500px) {
    .on-big-screen-reduction {
        margin-left: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        /* This 24.5 instead of 25 is because in lesson pill it was breaking sometimes I need to adjust here to avoid it... */
        max-width: 24.5%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* endregion RESPONSIVE ADDED CLASSES */


/* region *****SELECTPICKER***** */
body > div.container-scroller > div > div.main-panel > div > div > form > div:nth-child(2) > div > button {
    padding-left: 13px;
}

.bootstrap-select span.filter-option.pull-left {
    width: auto!important;
    min-width: 80%;
    display: block;
    float: left;
    max-height: 100%;
}
.bootstrap-select span.bs-caret {
    width: auto!important;
    display: block;
    float: right;
}

.bootstrap-select div.bs-actionsbox > div {
    border: none;
}

.bootstrap-select button.actions-btn {
    border: none;
    margin: 5px;
}

.btn-group.bootstrap-select.form-control {
    height: calc(2.25rem + 2px);
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
    left: 6px;
    top: -1px;
}
/* endregion END SELECTPICKER */

/* region BOOTSTRAP TABLE */

th.bs-checkbox label, td.bs-checkbox label {
    margin-bottom: 0!important;
    transform: translateY(2px);
}

button.btnTableActions {
    width: 30px;
    padding: 7px;
    margin-right: 2px;
    text-align: center;
}

button.btn-sm.btnTableActions {
    font-size: 0.875rem;
    width: 28px;
    height: 28px;
    padding: 4px;
    margin-right: 2px;
    text-align: center;
}

button.btn-sm.btnTableActions i {
    width: auto;
    font-size: 1.25rem;
}

.btn i, .ajax-upload-dragdrop .ajax-file-upload i, .swal2-modal .swal2-buttonswrapper .swal2-styled i, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm i, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel i, .wizard > .actions a i {
    margin-right: 0;
}

.bootstrap-table i {
    font-size: inherit!important;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
    height: 38px;
}

.columns-right .btn-group {
    border-top: none;
    border-bottom: none;
}

.columns-right .btn-group:last-child {
    border-right: none;
}

.columns-right .btn-group:first-child {
    border-left: none;
}
/* endregion END BOOTSTRAP TABLE */

.card-title {
    text-transform: none;
    font-size: 16px!important;
    line-height: 1 !important;
}

/* region DATETIMEPICKER */
.datepicker-dropdown.datepicker-orient-top::before, .datepicker-dropdown.datepicker-orient-top::after {
    display: none!important; /* This fix a bug of datepicker that not works in top mode sometimes */
}

.datepicker td.disabled.day {
    background: #E9ECEF!important;
}

.datepicker td.day {
    border-radius: 0!important;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:last-child {
    text-align: center!important;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:first-child {
    text-align: center!important;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:last-child.day.active:before, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:last-child.day.today:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:last-child.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:last-child.day.today:before {
    left: 0!important;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before {
    left: 0!important;
}

.datepicker.dropdown-menu {
    position: absolute!important;
}

.datepicker td.new.day, .datepicker td.old.day {
    color: white!important;
    pointer-events: none!important;
}

.datepicker td.disabled.new.day, .datepicker td.disabled.old.day {
    color: #E9ECEF!important;
}

/* THIS IS A FIX PROVIDED BY THE SUPPORT OF THE TEMPLATE MAKER TO FIX THE PROBLEM OF THE PLUGIN IN I.E. DONT REMOVE. */
.datepicker > div {
    display: block;
}


/* endregion END DATETIMEPICKER */

/* region POPOVER */
.popover {
    max-width: 100%;
}
.popover.fade {
    z-index: 300000;
    max-width: 30vw;
    max-height: 300px;
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: white;
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: white;
}
/* endregion END POPOVER */

/* region SPINNER */
.lds-spinner {
    color: white;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* endregion END SPINNER */

/* region COURSE PILL */
 .filter-mycourses .tab-solid-primary .nav-link.active {
     background: #ACACAC;
 }
#coursePillsContainer .accordion .card:first-of-type {
    border-bottom: 0;
}

[data-courseDisabled="true"], [data-courseDisabled="true"] .course-pill-body {
    cursor: not-allowed!important;
}

.course-pill {
    background: white;
    margin-bottom: 15px;
    box-shadow: 0 2px 18px -9px black;
    /*margin: 15px;*/
}

.course-pill:hover {
    text-decoration: none;
}

.recomended-course-pill-container .course-pill {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.course-pill .course-pill-header {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    box-shadow: 0 2px 18px -9px black;
}

.course-pill .course-pill-header .course-pill-header-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.course-pill .course-pill-header .course-pill-header-course-category {
    position: absolute;
    top: 3px;
    left: 3px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
    padding: 6px;
    z-index: 90;
    font-size: 12px;
}

.course-pill .course-pill-body {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.course-pill .course-pill-title {
    width: 100%;
}

.course-pill .course-pill-title .course-pill-title-title {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 23px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 23px;
}

.course-pill .course-pill-title .course-pill-title-title [data-courseCode="true"] {
    font-size: 14px;
}

.course-pill .course-pill-title .course-pill-title-details-icon {
    display: inline-block;
    width: 45px;
    text-align: right;
    transform: translateX(6px);
}

.course-pill .course-pill-title .course-pill-title-details-icon i {
    text-decoration: none!important;
}

.course-pill .course-pill-body .course-pill-details {
    font-size: 14px;
}

.course-pill .course-pill-footer {
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 14px;
    margin-top: 25px;
    width: 100%;
}

.course-pill .course-pill-footer .course-pill-footer-date-message {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 11px;
    padding: 0 0 0 12px;
    width: 30%;
}

.lightGallery .image-tile .col-6{
    max-width: 48%;
    transform: translateY(-10px);
}

.enrol-details-circular-progress{
    width: 100%;
}

.enrol-details-circular-progress .enrol-detail-circular-progress-progress {
    display: inline-block;
    margin-right: 30px;
}

.enrol-details-circular-progress .enrol-detail-circular-progress-progress .enrol-detail-circular-progress-progress-container {
    transform: translateX(6px);
}

.enrol-details-circular-progress .enrol-detail-circular-progress-score {
    display: inline-block;
}

.enrol-details-circular-progress .enrol-detail-circular-progress-score .enrol-detail-circular-progress-score-container {
    transform: translateX(6px);
}

.course-details-circular-progress .course-detail-circular-progress-progress,
.course-details-circular-progress .course-detail-circular-progress-score{
    display: inline-block;
    text-align: center;
}
.course-details-circular-progress {
    text-align: center;
}
.course-details-circular-progress .detail-circular-progress{
    transform: scale(0.7) translateX(6px);
}
@media (min-width: 768px) {
    .course-details-circular-progress {
        text-align: right;
    }
}
/* endregion */

/* region LIBRARYSHARED */
.library-shared {
    overflow-y: auto;
    height: 500px;
    overflow-x: hidden;
}

.library-shared .circle-loader {
    margin-top: 210px;
}

.library-shared .img-thumb {
    border-radius: 0.25rem !important;
    max-width: 100%;
    height: auto;
    transition: 0.5s linear;
}

.library-shared .text-no-content {
    margin-top: 220px;
    text-align: center;
}

.library-shared .img-thumb:hover {
    opacity: 0.5;
    cursor: pointer;
}
/* endregion END LIBRARYSHARED */

/* region COURSE SLIDE SHOW PLAYER */
button.btn-player, button.btn-player:active, button.btn-player:hover {
    background: none !important;
    font-size: 32px;
    line-height: 24px;
    padding-right: 0;
    border: none;
}

button.btn-player.disabled {
    opacity: 0.3;
}

button.btn-player.btn-little-p {
    padding-left: 7px;
}

button.btn-glow:not(.disabled) {
    text-shadow: 0 0 5px white;
}

div#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-repeat: no-repeat;
    background-position: center;
}

/* This is because in the migration, some contents are p without size, so it is seen ba */
div#player p:only-child {
    width: 100%;
    height: 100%;
}

div#playerFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    color: white;
}
div.bg-success-slides{
    background: #C1EC28;
}
div#playerFooter div.progress{
    position: absolute;
    border-radius: 0;
    height: 5px;
    z-index: 2;
    width: 100%;
}
div#playerFooter div.progress-bar{
    -webkit-transition: width 1s cubic-bezier(0, 0, 1, 1);
    transition: width 1s linear;
}

div#videoPlayerDiv {
    position: absolute;
    top: calc((100% - 75px) / 2);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}

.exit-scorm{
    padding: 2px;
    box-sizing: border-box;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute !important;
    top: 20px;
    color: white;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    border-radius: 10px;
    z-index: 9;
    border: 1px solid white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
}

.exit-scorm-left {
    left: 20px;
}

.exit-scorm-right {
    right: 40px;
}

.exit-scorm-header{
    height: 28px;
    width: 28px;
    border-radius: 30px;
    border: 1px solid white;
    right: -10px;
    top: -10px;
    background: #CDCDCD;
    position: absolute;
    font-size: 21px;
    z-index: 10;
}

.exit-scorm-header.mdi.mdi-swap-horizontal::before {
    transform: translateY(-2px);
}

.exit-scorm .btn-player {
    line-height: 20px!important;
    font-size: 36px;
}

div#slidesViewDiv {
    position: absolute;
    max-height: 150px;
    left: 0;
    bottom: 80px;
    display: none;
}

div#slidesViewDiv .item,
div#slidesViewDiv .owl-item,
div#slidesViewDiv .owl-item.active,
div#slidesViewDiv .owl-item.current,
div#slidesViewDiv .item img,
div#slidesViewDiv .item div.noImage  {
    max-width: 150px;
    width: 150px!important;
    max-height: 150px;
    cursor: pointer;
    z-index: 2000;
}

div#slidesViewDiv .owl-item.current {
    opacity: 1;
}

div#slidesViewDiv .owl-item:not(.current) {
    filter: brightness(50%);
    opacity: 0.6;
}

/* MD */
@media (min-width: 576px) {
    div#videoPlayerDiv {
        width: 60%;
        height: auto;
    }

    button.btn-player.mdi {
        font-size: 48px!important;
    }
}
/* endregion END COURSE SLIDE SHOW PLAYER */

/* region CIRCULAR PROGRESS */
.circular-progress {
    width: 25px; /* circleSize */
    height: 25px; /* circleSize */
    border-radius: 90px;
    border: 1px solid lightgray;
    background: lightgray;
}
/* endregion */

/* region LESSONS */
#lessonsDiv [data-lessonvisible = "false"]{
    color: #858585 !important;
}
.favorite-lesson i{
    cursor: pointer;
    font-size: 1.75rem!important;
}
.favorite-lesson i {
     color: #858585;
 }
.favorite-lesson i.active, .information-header-favourite i.active, .favorite-item-list i.active {
     color: #EDAD35;
 }
/* endregion */

/* region LESSON CIRCULAR PERCENTAGE BAR */
.lesson-percentage-radial-progress {
    width: 25px; /* circleSize */
    height: 25px; /* circleSize */
    background-color: #D6DADC; /* circleBackground */
    border-radius: 50%;
    margin: 0;
}

.lesson-percentage-radial-progress .circle .mask,
.lesson-percentage-radial-progress .circle .fill,
.lesson-percentage-radial-progress .circle .shadow {
    width: 25px; /* circleSize */
    height: 25px; /* circleSize */
    position: absolute;
    border-radius: 50%;
}

.lesson-percentage-radial-progress .circle .shadow {
    box-shadow: none;
}

.lesson-percentage-radial-progress .circle .mask,
.lesson-percentage-radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0s;
    transition: -ms-transform 0s;
    transition: transform 0s;
}

.lesson-percentage-radial-progress .circle .mask {
    clip: rect(0px, 25px , 25px, calc(25px / 2)); /* circleSize */
}

.lesson-percentage-radial-progress .circle .mask .fill {
    clip: rect(0px, calc(25px / 2), 25px, 0px); /* circleSize */
    background-color: #FFFFFF; /* circleColor */
}

.lesson-percentage-radial-progress .inset {
    width: 15px; /* insetSize */
    height: 15px; /* insetSize */
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #FBFBFB; /* insetColor */
    border-radius: 50%;
    box-shadow: none;
}

span[data-percentage-text] {
    line-height: 25px;
}
/* endregion END LESSON CIRCULAR PERCENTAGE BAR */

/* region FORUM */
.forum table td, .forum .border-top-create {
    border-top: 1px solid #F9F9F9 !important;
}

 #forumMessageContent .list img{
     width: 100% !important;
     max-width: 300px;
     height: auto;
 }

/* endregion */

/* region SPINNER */
div.input-group-prepend {
    height: calc(2.25rem + 2px);
}
/* endregion */

/* region QUIZ MANAGEMENT */
img.img-question-type {
    width: 60px;
    height: auto;
}

.singleAnswerPill {
    background: #FCFCFC;
    padding: 15px;
    margin-top: 20px;
}

.form-group.row {
    margin-left: 0;
    margin-right: 0;
}
/* endregion */

/* region SURVEY MANAGEMENT */
.question-pill {
    background: #FCFCFC;
    padding: 10px 10px 10px 30px;
    margin-top: 15px;
}
/* endregion */

/* region LOADER WATERWAVE */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
/* endregion */

/* region SUMMERNOTE */
/* This is because template overwrite summernote styles. This is a copy of the summernote css padding for toolbar. */
.card .note-toolbar.card-header {
    padding: 0 0 5px 5px;
}

.note-btn {
    padding: 4px 6px 4px 6px;
}
/* endregion */

/* region DO QUIZ */
.quiz-survey-single-answer-pill {
    margin-top: 10px;
    padding: 5px;
    background: #F7F8Fa;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.quiz-survey-single-answer-pill .answer-container {
    width: calc(100% - 50px);
    display: inline-block;
    border-left: 1px solid #DCDCDC;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 40px;
}

.quiz-survey-single-answer-pill .answer-container .answer-text > p {
    margin: 0;
}

.quiz-survey-single-answer-pill .radio-container {
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
}

.quiz-survey-single-answer-pill .radio-container .form-radio i.input-helper::before,
.quiz-survey-single-answer-pill .radio-container .form-radio input:checked + .input-helper:before,
.quiz-survey-single-answer-pill .radio-container .form-radio input:checked + .input-helper:after,
.quiz-survey-single-answer-pill .radio-container .form-check i.input-helper::before,
.quiz-survey-single-answer-pill .radio-container .form-check input:checked + .input-helper:before,
.quiz-survey-single-answer-pill .radio-container .form-check input:checked + .input-helper:after {
    left: 11px;
    top: 0;
}

.quiz-survey-single-answer-pill .radio-container .form-radio input:checked + .input-helper:after,
.quiz-survey-single-answer-pill .radio-container .form-check input:checked + .input-helper:after {
    width: 0;
    height: 0;
}

.quiz-survey-single-answer-pill .radio-container .form-radio input:checked + .input-helper:after {
    transform: translateY(-11px);
}

.quiz-survey-single-answer-pill .radio-container .form-check input:checked + .input-helper:after {
    transform: translateY(-9px);
}

.quiz-survey-single-answer-pill .radio-container .form-radio .form-check-label,
.quiz-survey-single-answer-pill .radio-container .form-check .form-check-label {
    display: inline-block;
}

.quiz-drag-pill {
    width: 100%;
    height: 37px;
    margin-top: 10px;
    padding: 5px;
    background: #F7F8Fa;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    touch-action: none;
}

.quiz-drop-pill .quiz-drag-pill {
    margin-top: 0;
}

.quiz-drop-pill {
    width: 100%;
    height: auto;
    min-height: 60px;
    border: 2px dotted lightgrey;
    border-radius: 5px;
    margin-bottom: 15px;
    position:relative;
    padding-bottom: 30px;
}

.quiz-drop-pill [data-message], [data-dragsContainer="true"] [data-message] {
    color: lightgrey;
}

.quiz-drop-pill [data-message] {
    position: absolute;
    bottom: 0;
}

.final-quiz-screen {
    padding: 40px;
    height: 50vh;
}

.final-quiz-screen .result-percentage {
    height: 80%;
    width: 42%;
    margin-left: 29%;
    transform: translateY(30%);
}

@media (min-width: 576px) {
    .final-quiz-screen .result-percentage {
        transform: none;
    }
}

.final-quiz-screen .c100 {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 1390px) {
    .final-quiz-screen .c100 {
        font-size: 295px!important;
    }
}

.final-quiz-screen .result-score {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -37px);

}
/* endregion */

/* region SURVEY */
.survey-wrapper {
    background-color: #F7F8FA;
    border-radius: 5px;
    cursor: pointer;
    padding: 18px;
}
.br-theme-css-stars .br-widget a, .br-theme-fontawesome-stars .br-widget a {
    padding: 1%;
    font-size: 1.3em;
}
.br-theme-bars-1to10 {
    height: auto;
}
.noUi-height-survey {
    height: 59px;
}
.noUi-target.noUi-horizontal {
    height: 0.25rem;
    margin-left: 30px;
    line-height: 34px;
    margin-bottom: 3px;
}

.noUi-target .noUi-base .noUi-connect {
    box-shadow: none;
}

.noUi-target .noUi-base .noUi-origin .noUi-handle::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.noUi-target .noUi-base {
    box-shadow: none;
    border: none;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
/* endregion /


/* region CERTIFICATE */
#loaderHtmlContainer {
    display: none;
    position:relative;
    top:10em;
}

.name-template {
    display: block;
    font-style: italic;
}

.img-container{
    border:1px solid #CCC;
    cursor: pointer;
    margin-bottom:3px;
}

.img-container:hover{
    background-color: #D2D2D2;
}
/* endregion */

/* region SUPPORT-FORM */
.gray-background, .bg-gray {
    background-color: #EEE;
    padding: 15px;
    border-radius: 10px;
}

.bg-dark-gray {
    background-color: #ACACAC;
}

.bg-gray-darker {
    background-color: #DFDFDF;
}

.support-type-div i.input-helper::before, .support-type-div i.input-helper::after {
    margin-left: 10px;
}
/* endregion */

/* region ATTEMPTS-QUIZ */
.attempt-drag-pill {
    width: auto;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.scoreBackgroundPercentage {
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    color: #FFFFFF;
    margin: 0 10px 0 10px;
    width: auto;
}

.bg-dashed {
    border: 2px dashed #CCCCCC;
    color: #CCC;
}

.fixed-height-container {
    margin-top: 15px;
}

.content-fixed-height-container {
    max-height: 550px;
    overflow: auto;
}

#descriptionDiv .input-helper {
    font-size: 0.85rem !important;
}

.spanContainer {
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

.spanContainer-bg-optimal {
    background: #969696;
    color: #FFFFFF;
}

.attempt-description-table-container table tr td:first-child p{
    padding:15px;
}

.attempt-description-table-container table .form-radio label input + .input-helper::before {
    left: 50%;
    margin-left: -8px;
}

.attempt-description-table-container table .form-radio.form-radio-flat label input:checked + .input-helper::after {
    left: 50%;
    margin-left: -10px;
}

.pending-rating {
    color: #9696B0;
    font-size: 0.7em;
}

.accordion .card:first-of-type {
    border-bottom: inset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* http://jsfiddle.net/ambiguous/chp8y/ */
.sit-in-the-corner {
    float: left;
    margin-left: 5px;
    margin-top: -7px;
    font-weight: 800;
}
[data-scorePopover="true"] {
    cursor: pointer;
}
/* endregion */

/* region REPORTS */
table.report-table tbody td {
    padding: 12px 15px!important;
}

#reportDatesCollapse i.input-helper::after {
    transform: translateY(-68%);
}

#right-sidebar  .dropdown-menu.open {
    max-width: 100px;
}

#lessonPrerequisiteSelectDiv  .dropdown-menu.open {
    max-width: 100px;
}

.feedback-extra-question img {
    max-width: 100%;
}
/* endregion */

/* region SCORM PLAYER */
.sco-sidebar {
    position: fixed !important;
    top: 0;
    right: -300px;
    width: 300px;
    height: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.8);
    color: #FBFBFB;
    overflow-y: auto;
    transition: 0.7s all;
}

.sco-sidebar .sco-item {
    border-bottom: 1px solid #575757;
}

.sco-sidebar .sco-item.active {
    background: rgba(0, 0, 0, 0.9);
}

.sco-sidebar .sco-item .sco-item-progress {
    display: inline-block;
    width: 80px;
}

.sco-sidebar .sco-item .sco-item-title {
    display: inline-block;
    width: calc(100% - 100px);
}

/* endregion */

/* region COURSE CATALOG */
.course-catalog-title-hide-margin {
    margin-bottom: 20px;
}

.course-details-modal-header {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.course-details-modal-header .course-details-modal-header-title {
    position: absolute;
    top: 10px;
    left: 3px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
    padding-left: 5px;
    z-index: 10;
}

.course-details-modal-header .course-details-modal-header-category {
    position: absolute;
    bottom: 1px;
    left: 3px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
    padding-left: 5px;
    z-index: 10;
}

.course-details-modal-header .course-details-modal-header-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

.course-details-modal-body {
    padding-top: 15px;
}

.course-details-modal-descriptions-container {
    padding-top: 15px;
}

.recomended-courses-container {
    overflow: auto;
    white-space: nowrap;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 12px;
}

.recomended-course-pill-container {
    width: 400px;
    display: inline-block;
    white-space: normal;
    padding: 0 20px 0 6px!important;
}

/* endregion */

/* region CHAT */
.chat-container .row-h {
    min-height: 50vh;
}

.chat-search {
    border-radius: 15px;
}

.chat-search input {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.chat-search .input-group-append, .chat-search .input-group-append .input-group-text {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.chat-search input, .chat-search .input-group-append {
    margin-bottom: 0!important;
}

.chat-users-container {
    border-radius: 15px;
    height: 510px;
    overflow-y: auto;
}

.chat-user-list-name {
    transform: translateY(-5px);
}

.chat-box {
    overflow-y: auto;
    height: 500px;
    border-radius: 15px;
}

.chat-box.disabled {
    background: #EEEEEE!important;
}

.chat-write-message {
    height: 50px;
}

.chat-write-message-input-container {
    width: calc(100% - 60px);
}

.chat-write-message-btn-container {
    width: 50px;
}

.chat-write-message-btn-container button {
    border-radius: 15px;
}

.chat-write-message, .chat-write-message input {
    border-radius: 15px;
}

.chat-message-pill {
    width: 100%;
    overflow: hidden;
}

.chat-message-user {
    color: turquoise;
    font-size: 10px;
}

.chat-message {
    width: auto;
    max-width: 80%;
    text-align: left;
    background: #EDEDED;
    display: inline-block;
    padding: 2px;
    border-radius: 10px;
}

.chat-message-message {
    display: inline-block;
}

.chat-message-date {
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
}

.chat-message-pill .btn-remove-chat-message {
    text-decoration: none;
}
.chat-message-pill.chat-own-message .chat-message,
.chat-message-pill.chat-own-message .btn-remove-chat-message {
    text-align: right;
    float: right;
}

.chat-message-pill.chat-own-message .btn-remove-chat-message {
    margin-left: 3px;
}

.chat-user-list-icon {
    padding: 0 9px;
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 10px;
    cursor: pointer;
}

#right-sidebar .chat-users-container {
    background: #F3F4FA!important;
    margin-top: 0!important;
}
/* endregion */

/* region SURVEY REPORT */
.survey-questions-report-container .table th, .survey-questions-report-container .table td {
    border-radius: 0;
}

.survey-questions-report-container .table td {
    border-right: 1px solid #D8D8D8;
}

.survey-questions-report-container .table {
    min-width: 600px;
    width: 100%;
    max-width: 100%;
}
/* endregion */

/* region ITINERARIES */
.course-itinerary-lessons-select {
    border: 1px solid lightgrey;
    border-radius: 4px;
    overflow-y: auto;
    max-height: 300px;
    padding: 10px;
}
.course-itinerary-lessons-select .course-itinerary-lessons-select-item {
    cursor: pointer;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-out .course-itinerary-lessons-select-item {
    color: lightgrey;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-in .course-itinerary-lessons-select-item:hover {
    background: lightgrey;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-item .course-itinerary-lessons-select-item-modificator,
.course-itinerary-lessons-select .course-itinerary-lessons-select-item .course-itinerary-lessons-select-item-name,
.course-itinerary-lessons-select .course-itinerary-lessons-select-item .course-itinerary-lessons-select-item-modificator-edit {
    display: inline-block;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-item .course-itinerary-lessons-select-item-modificator {
    width: 20px;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-item .course-itinerary-lessons-select-item-name {
    width: calc(100% - 60px);
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-out .course-itinerary-lessons-select-item
.course-itinerary-lessons-select-item-modificator i,
.course-itinerary-lessons-select .course-itinerary-lessons-select-out .course-itinerary-lessons-select-item
.course-itinerary-lessons-select-item-modificator-edit button {
    display: none;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-item
.course-itinerary-lessons-select-item-modificator-edit button {
    padding: 0;
    width: 22px;
    height: 22px;
}

.course-itinerary-lessons-select .course-itinerary-lessons-select-in .course-itinerary-lessons-select-item
.course-itinerary-lessons-select-item-modificator i[data-hasModificator="false"] {
    display: none;
}

.quiz-modification-old-passing-score-span {
    font-size: 125%;
}

.course-itinerary-question-answers-container {
    overflow-y: auto;
    max-height: 300px;
}

.course-itinerary-question-answer-body {
    display: inline-block;
    width: calc(100% - 85px);
}

.course-itinerary-question-answer-delete-btn {
    display: inline-block;
    transform: translateY(-30px);
    padding-left: 5px;
}
/* endregion */

/* region COURSE PAGE */
.course-visibility-switch-container {
    position: absolute;
    right: 40px;
    top: 13px;
}

.course-visibility-switch-container-element {
    position: absolute;
    right: 8px;
    top: 2px;
}

.course-visibility-switch-container [data-message] {
    display: none!important;
    color: #929292;
    font-style: italic;
}

 .lesson-pill {
     border: 1px solid #dee2e6 !important;
     border-radius: 5px;
     background: white;
 }

 .accordion.accordion-solid-bg .lesson-title-pill.card .card-header a[aria-expanded="false"]:before,
 .accordion.accordion-solid-bg .lesson-title-pill.card .card-header a[aria-expanded="true"]:before {
     transform: translateY(10px);
 }

 .lesson-pill-title-pill-title {
     width: calc(100% - 160px);
     display: flex;
     align-items: center;
     white-space: initial;
 }

 .lesson-pill-list-image {
     /* 16:9 based on desired height which is 92 */
     width: 164px;
     height: 92px;
     background-size: cover!important;
     background-position: center!important;
     background-color: #DCDCDC !important;
 }

 .lesson-pill-grid-container {
     padding-left: 0;
     padding-right: 25px;
     padding-bottom: 10px;
     cursor: pointer;
 }

 .lesson-pill-grid-image-container {
     background-size: cover;
     text-decoration: none;
     background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) no-repeat center;
     width: 100%;
     border-radius: 5px 5px 0 0;
     position: relative;
     padding-bottom: 56.25%
 }

 .lesson-pill-grid-image {
     border-radius: 5px 5px 0 0;
     width: 100%;
     height: 100%;
     position: absolute;
     object-fit: cover;
 }

 .course-lesson-pill-carousel-card-body {
     background-color: #F7F7F7;
 }

 .lesson-pill-grid {
     background: white;
     padding: 10px;
     box-shadow: 0 2px 18px -9px grey;
     width: 100%;
     border: 1px solid #dee2e6;
 }

 .lesson-pill-progress-container {
     display: flex;
     align-items: end;
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 25px;
 }

 .lesson-pill-grid-progress {
     width: calc(100% - 15px);
     border-radius: 0;
 }

 .lesson-pill-grid-progress .progress-bar {
     border-radius: 0!important;
 }

 .lesson-pill-grid .lesson-pill-progress-container .progress{
     background: #E9ECEF;
 }

 .lesson-pill-grid-progress-number {
     background: #E9ECEF;
     padding: 2px;
     border-radius: 5px 5px 0 0;
 }

 .lesson-pill-grid-lesson-name {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }

 .lesson-pill-grid.lesson-disabled {
     cursor: not-allowed;
     background-color: #E0E0E0!important;
 }

 @media (min-width: 768px) {
    .course-visibility-switch-container [data-message] {
        display: inline-block!important;
    }
 }
/* endregion */

/* caroussel */
.caroussel-announcement-caption h3 {
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

#announcementsModal .modal-content {
    background: #FFF;
    border-radius: 0;
}

#announcementsModal .item {
    min-height: 350px;
}

#announcementsModal .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}


#announcementsModal .item video {
    max-width: 100%;
    height: auto;
}

#announcements {
    border-top: 0;
}

#announcementsModal .grid-margin {
    margin-bottom: 0!important;
}

#carousel-card {
    box-shadow: none;
}

#announcementsModal .owl-prev i:before, #announcementsModal .owl-next i:before {
    background: none!important;
    transform: scale(2);
    text-shadow: 0 0 5px rgba(255, 255, 255,0.7);
}

#announcementsModal .owl-carousel.full-width .owl-nav {
    top: 90%;
    height: 0;
}

 #announcementsModal .owl-carousel .owl-stage-outer{
     overflow: visible;
 }

#announcementsModal .modal-body {
    min-height: 53vh;
}

#announcementsBell {
    animation-name: bigAndSmall;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    line-height: 1;
    padding: 12px;
    top: 0;
    right: 15px;
    z-index: 99999999;
}
#announcementsBell .mdi-bell:before {
    text-shadow: none;
}

@keyframes bigAndSmall {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}
/* endcaroussel */

/* region SCROLLBARS */
::-webkit-scrollbar {
    width: 12px;
    background: #F7F7F7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #DEE2E6;
    border-radius: 6px;
    border: 2px solid #F7F7F7;
}

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 6px;
}

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-thumb {
    background: #DEE2E6;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}
/* endregion */


/* region dashboard */
.card-footer-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-footer-toolbar .footer-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.33%;
    padding: 15px 0;
}
.card-footer-toolbar .footer-col:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 15px;
    bottom: 0;
    height: 40px;
    width: 1px;
    background: #f2f2f2;
}
.card-footer-toolbar .footer-col:last-child:after {
    display: none;
}
.card-footer-toolbar .footer-col p {
    font-weight: 500;
    margin-bottom: 0;
}

.card-background-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dashboard-user-pill-card img.user-image {
    background-color: white;
}

.dot-indicator.dashboard-dot-indicator {
    width: 13px;
    height: 13px;
    margin-top: 1px;
}

.dot-indicator.dashboard-dot-indicator-legend {
    width: 13px;
    height: 13px;
    margin-top: 3px;
}

.courses-ranking-pie {
    min-height: 230px;
}

[data-showReportUserId] {
    cursor: pointer;
}

[data-showReportCompanyId] {
    cursor: pointer;
}

[data-showAnswersCourseId] {
    cursor: pointer;
}
/* endregion dashboard */

/* region ENROL DETAIL */
 @media (min-width: 768px) {
     .recalculate-sweet-alert {
         width: fit-content;
         max-width: 600px;
     }
 }

 .recalculate-sweet-alert .swal-footer{
     display: flex;
 }
/* endregion */

 /* region break-word */
 .break-word {
     white-space: pre-line;
     overflow-wrap: break-word;
     word-wrap: break-word;
 }
 /* endregion */

 /* region line-height doSurvey */
 .t-line-height{
     line-height: 20px;
 }

 .survey-score-not-answer-container .form-check.form-check-flat label .input-helper:before {
    transform: translateY(1px);
 }

 .survey-score-not-answer-container .form-check.form-check-flat label .input-helper:after {
     transform: translateY(1px);
 }
 /* endregion */
 /* region modal NPS */
 .nps-card{
     border: none;
     height: auto !important;
 }
 .nps-card .modal-header{
     background-repeat: no-repeat;
     background-position: inherit;
     background-size: cover;
     min-height: 250px;
 }
 .nps-card .modal-header .textHeader{
     width: 100%;
     padding: 5px;
     border-radius: 3px;
     background: #FFFFFF;
     transform: translate(10px,60px);
     box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
     z-index: 10;
     text-align: center;
 }
 .nps-card .modal-body{
     padding-top: 40px !important;
     text-align: center;
     max-height: 40vh !important;
 }
 .nps-card .modal-body .radioButtons label {
     padding: 8px 16px;
     border-radius: 4px;
     margin: 4px;
 }
 @media (min-width: 576px) {
     .nps-card .modal-header .textHeader{
         transform: translate(10px,96px);
     }
 }
 @media (min-width: 768px) {
     .nps-card .modal-header .textHeader{
         width: 60%;
         padding: 20px;
         border-radius: 3px;
         background: #FFFFFF;
         transform: translate(10px,96px);
         box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
         z-index: 10;
         text-align: center;
     }
     .nps-card .modal-body{
         padding-top: 60px !important;
         text-align: center;
         max-height: 70vh !important;
     }
     .nps-card .modal-body .radioButtons label {
         width: 60px;
         padding: 8px;
         border-radius: 4px;
         margin: 4px;
     }
 }
 .nps-card .modal-body input[type="radio"] {
     position: absolute;
     opacity: 0;
     margin: 0 1.5rem;
 }
 .nps-card .modal-footer{
     justify-content: center !important;
 }
 /* endregion */
 /* region communications info */
 .card .forum:hover,
 .card .publicChat:hover,
 .card .privateChat:hover
 {
     background-color: #F3F4FA;
 }
 /* endregion */
 /* region CSV INTEGRATION LOG */
 .csv-integration-log-go-to-tab {
     text-decoration: underline;
     cursor: pointer;
 }
 /* endregion */
 /* region LOGIN SSO */
 .login-sso-msg {
     text-align: center;
     font-size: 0.8rem;
 }
 .login-sso-btn {
     width: 100%;
     font-size: 1.1rem;
     padding-top: 15px;
     padding-bottom: 13px;
 }
 /* endregion */
 /* region TRAINING PlAN */
 .disabled-pill {
     pointer-events: none;
     opacity: 0.4;
 }
 .icon-training-plan {
     display: block;
 }
 .icon-training-plan i {
     position: absolute;
     right: 5px;
     top: 7px;
     width: 40px;
     height: 40px;
     padding: 10px;
     background: #FFFFFF;
     border-radius: 50%;
 }
 .training-plan-pills:hover{
     text-decoration: none;
 }
 .training-plan-pills .card-body {
     padding: 0.88rem !important;
 }
 .training-plan-pills .container-img {
     width: 100%;
     height: 150px;
 }
 .training-plan-pills .container-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .training-plan-pills-footer {
     padding: 0.8rem 2rem;
 }
 .training-plan-pills .ribbon {
     position: absolute;
     left: -5px;
     top: -5px;
     z-index: 1;
     overflow: hidden;
     width: 105px;
     height: 105px;
     text-align: right;
 }
 .training-plan-pills .ribbon span {
     font-size: 14px;
     font-weight: bold;
     font-style: normal;
     color: #000000;
     text-align: center;
     line-height: 28px;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     width: 130px;
     display: block;
     position: absolute;
     top: 21px;
     left: -27px;
 }
 .ribbon span.optional {
     background: #B8C6E3;
 }
 .ribbon span.mandatory {
     background: #F8A8A8;
 }
 /* region PAGINATION*/
 .pagination .page-item.disabled .page-link {
     color: #e3e3e3;
     pointer-events: none;
     cursor: not-allowed;
     background-color: #f3f4fa;
     border-color: #f3f4fa;
 }
 .pagination .page-item.disabled .page-link:active,
 .pagination .page-item.disabled .page-link:hover{
     background-color: #e3e3e3;
     border-color: #dee2e6;
 }
#courseCatalogBodyDiv .pagination-footer .float-right .pagination{
    padding-right: 27px;
 }

#courseCatalogBodyDiv .pagination-footer .float-right .pagination .page-item.disabled .page-link{
    height: 34px;
 }

#courseCatalogBodyDiv .pagination-info {
    padding-left: 26px;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .card-body{
     padding: 0 !important;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .information-body {
     padding: 0 0.5rem 0.5rem 0.5rem !important;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .icon-training-plan i {
     font-size: 1.25rem;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .information-header {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .information-header img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .information-header .extra-information {
     opacity: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     background: #000000;
     color: #FFFFFF;
     visibility: hidden;
     padding: 25px;
     text-align: center;
     -webkit-transition: visibility 0s, opacity 0.5s linear;
     transition: visibility 0s, opacity 0.5s linear;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill .information-header:hover .extra-information {
     opacity: 0.75;
     visibility: visible;
 }
#courseCatalogBodyDiv .course-catalog-card-body .owl-stage{
     padding: 20px 0;
 }
#courseCatalogBodyDiv .course-catalog-card-body .item-pill{
     box-shadow: 0 2px 18px -9px black !important;
 }

#courseCatalogBodyDiv .course-catalog-card-body .owl-stage.not-current-courses {
     width: 100%!important;
 }

#courseCatalogBodyDiv .course-catalog-card-body .owl-item.not-current-courses {
     width: 100%!important;
 }
 /* endregion */

 /* region HOME */
 .home-widgets-container {
     border-radius: 4%;
 }

 .widget-loader-container {
     height: 90%;
     min-height: 200px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: white;
     box-shadow: 0 2px 18px -9px grey;
     margin:10px;
 }
 .home-calendar.fc .fc-header-toolbar {
     padding-bottom: 10px;
 }
 .home-calendar .fc-view-container *, .fc-view-container :after, .fc-view-container {
     overflow: hidden!important;
     height: auto!important;
 }
 .home-calendar.fc .fc-header-toolbar .fc-button-group .fc-button.fc-next-button,
 .home-calendar.fc .fc-header-toolbar .fc-button-group .fc-button.fc-prev-button{
     background: #ACACAC;
     color: #696969;
 }
 .home-calendar.fc .fc-header-toolbar .fc-button-group .fc-button.fc-state-active,
 .home-calendar.fc .fc-header-toolbar .fc-today-button {
     background: #696969;
 }
 .home-calendar.fc .fc-header-toolbar .fc-button-group .fc-button {
     background: #ACACAC;
 }
 .widget-courses-carousel .item-pill .card-body{
     padding: 0 !important;
 }
 .widget-courses-carousel .item-pill .information-body {
     padding: 0 0.5rem 0.5rem 0.5rem !important;
 }
 .widget-courses-carousel .item-pill .icon-training-plan i {
     font-size: 1.25rem;
 }
 .widget-courses-carousel .item-pill .information-header {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
 }
 .widget-courses-carousel .item-pill .information-header img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
 }
 .widget-courses-carousel .item-pill .information-header .extra-information {
     opacity: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     background: #000000;
     color: #FFFFFF;
     visibility: hidden;
     padding: 25px;
     text-align: center;
     -webkit-transition: visibility 0s, opacity 0.5s linear;
     transition: visibility 0s, opacity 0.5s linear;
 }
 .widget-courses-carousel .item-pill .information-header:hover .extra-information {
     opacity: 0.75;
     visibility: visible;
 }
 .widget-courses-carousel .owl-stage{
     padding: 20px 0;
 }
 .widget-courses-carousel .item-pill{
     box-shadow: 0 2px 18px -9px black;
 }

 .not-courses-home-pill {
     width: 100%;
     text-align: center;
 }

 .widget-courses-carousel .owl-stage.not-current-courses {
     width: 100%!important;
 }

 .widget-courses-carousel .owl-item.not-current-courses {
     width: 100%!important;
 }

 div[data-announcement="true"] .announcement-container {
     padding-top: 56.25% !important;
     overflow: hidden;
     height: 0;
 }

 #announcementsPillCarousel .owl-nav {
     top: 90%;
     height: 0;
     text-align: left;
 }

 #announcementsPillCarousel .owl-dots {
     margin-top: 0 !important;
 }

 button[data-openInModal="true"] {
     bottom: 3.5rem !important;
     font-size: 0.8rem;
     padding: 1rem;
     margin-left: 1.5rem !important;
     top: auto !important;
     right: auto !important;
 }

 .announcement-title {
     top: 15%;
     padding: 1% 2%;
     position: absolute;
     left: 4%;
     /*background: rgba(68, 68, 68, 0.4);*/
     color: white;
     border-radius: 25px;
 }

 .resources-pill-item {
     display: flex;
     align-items: center;
 }

 .resources-pill-item i{
     font-size: 400% !important;
     margin-right: 4%;
 }

 .resources-pill-item p{
     line-height: 2;
     margin: 0 !important;
 }

 .not-announcements-message {
     width: 100%;
     text-align: center;
     padding: 100px 0;
 }

 #announcementsPillCarousel .owl-stage.not-announcements {
     width: 100%!important;
 }

 #announcementsPillCarousel .owl-item.not-announcements {
     width: 100%!important;
 }

 #announcementsPillCarousel .owl-prev {
     float: left;
 }

 #announcementsPillCarousel .owl-next {
     float: right;
 }
 .favorite-lesson-widget .img-lesson {
     border-radius: 0.25rem !important;
     width: 164px;
     height: 92px;
     background-size: cover!important;
     background-position: center!important;
     background-color: #929292 !important;
 }
 .favorite-lesson-widget .content {
     padding: 0 20px;
     font-size: 0.85em;
 }
 /* endregion */
 /* region CALENDAR */
 .fc .fc-view-container .fc-view table tbody.fc-body tr td.fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table tbody tr td.fc-event-container .fc-h-event {
     color: #444;
 }

 .with-ribbon {
     display: inline-block;
     position: relative;
     overflow: hidden;
 }
 .with-ribbon .badge.blue {
     background: darkblue;
 }
 .with-ribbon .badge.red {
     background: darkred;
 }
 .with-ribbon .badge.green {
     background: darkgreen;
 }
 .with-ribbon .badge.diagonal {
     white-space: nowrap;
     position: absolute;
     min-width: 260px;
     transform: rotate(-43deg) translate(-50%, 0);
     color: white;
     text-align: center;
     text-transform: uppercase;
     font-size: 10px;
     top: -60px;
     box-sizing: border-box;
     z-index: 1;
 }

 .small-donut {
     font-size: 60px !important;
 }

 .medium-donut {
     font-size: 95px !important;
 }

 .medium-donut > span {
     color: darkgrey;
 }
 /* endregion */
 /* region DOCUMENT CATEGORY CAROUSEL */
 .document-category-carousel-item {
     padding-top: 56.25% !important;
     overflow: hidden;
     height: 0;
     cursor: pointer;
     border-radius: 5px;
 }
 .document-category-carousel-item.active {
     border: 3px solid black;
 }
 .document-category-carousel-item-title {
     top: 15%;
     padding: 1% 2%;
     position: absolute;
     left: 4%;
     color: white;
     border-radius: 25px;
 }
 /* endregion */
 .document-hidden {
     background: #E0E0E0;
 }

 /* region TAGS COMPONENT */
 .tag-autocomplete-container {
     position: absolute;
     border: 1px solid lightgrey;
     border-radius: 5px;
     background: white;
     z-index: 10500;
     max-height: 150px;
     overflow: auto;
 }

 .tag-autocomplete-container .tag-autocomplete-container-item {
     padding: 5px 10px;
     width: 100%;
     cursor: pointer;
 }

 .tag-autocomplete-container .tag-autocomplete-container-item:hover {
     background: lightgrey;
 }

 .tagsinput input {
     width: auto!important;
 }

 .mask-centered {
     z-index: 3;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .height-auto {
     height: auto !important;
 }

 .cut-text {
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
 }

 .border-gray {
     border-color: #EFEFEF;
 }
 /* endregion */
 /* region ACCORDION */
 .accordion .lesson a.lesson-title {
     color: #0A0A0A !important;
     background-color: #EFEFEF !important;
 }
 .accordion .lesson a.lesson-title::before{
     color: #0A0A0A !important;
 }
 .accordion .lesson:first-of-type{
     border-bottom-color: #E1E1E1 !important;
 }
 .percentage-icon{
     min-width: 80px;
 }
 /* endregion */

 /* region PLATFORM BELL NOTIFICATIONS */
 .platform-bell-notification-container {
     max-width: 450px;
     min-width: 400px!important;
     /*max-height: 500px!important;*/
     overflow-y: auto!important;
     background-color: #ffffff;
     border-radius: 5px !important;
 }

 .platform-bell-notification-title {
     white-space: break-spaces;
 }

 .platform-bell-notification-loader {
     display: flex;
     justify-content: center;
     padding-top: 25px;
     padding-bottom: 25px;
 }

 .platform-bell-no-more-to-load {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 42px;
 }

 [data-platformbellnotification]:active {
     color: #212529;
 }

 .platform-bell-notification-content-modal .swal-text {
     padding: 0;
     margin-top: 10px;
 }
 .platform-bell-notification-container .preview-thumbnail{
    color: inherit !important;
 }
 /* endregion */
 /* region DASHBOARD WIDGETS */
 .widget-map .jvectormap-tip {
     position: absolute;
     display: none;
     border:none;
     border-radius: 3px;
     background: #ffffff;
     color: #000000;
     font-family: inherit;
     font-size: 10px;
     box-shadow: 0 0 4px 3px rgb(0 0 0 / 15%);
     padding: 5px;
     font-weight: bold;
 }
 .widget-map .jvectormap-zoomin, .jvectormap-zoomout {
     line-height: 11px;
     font-size: 16px;
 }
 #chartjs-tooltip table tr td {
     line-height: initial;
 }
 /* endregion */
 /* region FLASH MESSAGE */
 .jq-toast-wrap.bottom-right{
     width: 500px;
 }

 @media only screen and (max-width: 400px) {
     .jq-toast-wrap.bottom-right {
         width: 310px;
     }
 }
 .jq-toast-single.jq-has-icon {
     font-size: 20px;
     color: #383838;
 }
 /* endregion */
 .media-library-banner {
     width: 100%;
 }

 .media-library-banner img {
     min-height: 110px;
     height: auto;
     width: 100%;
     object-fit: cover;
     object-position: center;
 }

 .media-library-pill-container {
     padding: 12px;
 }
 .media-library-pill-container .item-pill .card-body{
     padding: 0 !important;
 }
 .media-library-pill-container .item-pill .information-body {
     padding: 0 0.5rem 0.5rem 0.5rem !important;
 }
 .media-library-pill-container .item-pill .information-header {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
 }
 .media-library-pill-container .item-pill .information-header img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
     border-radius: 12px!important;
 }

 .media-library-pill-container .item-pill .information-header .information-header-mask {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.1);
     z-index: 1;
     display: flex;
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
 }

 .media-library-pill-container .item-pill .information-header .information-header-mask i {
     display: flex;
     width: 100%;
     justify-content: center;
     align-items: center;
     cursor: pointer;
 }

 .media-library-pill-container .item-pill .information-header .information-header-type {
     position: absolute;
     top: 10px;
     left: 10px;
     z-index: 2;
 }

 .media-library-pill-container .item-pill .information-header .information-header-category {
     position: absolute;
     bottom: 10px;
     left: 10px;
     z-index: 2;
 }

 .media-library-pill-container .item-pill .information-header .information-header-favourite {
     position: absolute;
     top: 0;
     right: 5px;
     z-index: 2;
     cursor: pointer;
 }

 .media-library-pill-container .item-pill .information-header .information-header-seen {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.3);
     display: flex;
     z-index: 1;
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
 }

 .media-library-pill-container .item-pill .information-header .information-header-seen i {
     display: flex;
     width: 100%;
     justify-content: center;
     align-items: center;
     cursor: pointer;
 }

 .media-library-pill-container .item-pill{
     box-shadow: 0 2px 18px -9px black;
     border-radius: 12px;
 }

 .media-library-pill-container .information-footer {
     width: 100%;
     display: flex;
     justify-content: space-between;
 }

 .media-library-pill-container .information-footer .information-footer-duration {
     width: 60px;
     transform: translateY(6px);
     margin-left: 10px;
     margin-bottom: 10px;
 }

 .media-library-pill-container .information-footer .information-footer-actions-btn {
     padding-left: 12px;
     padding-right: 12px;
     margin-right: 10px;
     margin-bottom: 10px;
 }

 .media-library-pill-container .information-footer .information-footer-actions {
     width: calc(100% - 110px);
     text-align: center;
 }

 .media-library-pill-container .information-footer .information-footer-actions .btn {
     padding-left: 12px;
     padding-right: 12px;
 }

 .media-library-front-view-pill {
     background-repeat: no-repeat;
     background-size: cover;
     text-decoration: none;
     max-height: 350px;
     background-position: center;
     min-height: 300px;
     display: flex;
     flex-direction: column;
     align-items: start;
     justify-content: end;
     border-radius: 12px;
 }

 .favorite-item-widget .img-item {
     border-radius: 0.25rem !important;
     width: 164px;
     height: 92px;
     background-size: cover!important;
     background-position: center!important;
     background-color: #929292 !important;
 }
 .favorite-item-widget .content {
     padding: 0 20px;
     font-size: 0.85em;
 }

 .favorite-item span {
     margin-top: 4px;
 }
 /* region MEDIA LIBRARY */


 .dropdownTableActions.btn-group {
     border: 0;
 }

 .dropdownTableActions .btnTableActions {
     border-radius: 0.1875rem !important;
 }

 .statistics-pill {
     height: 100%;
     display: flex;
     align-items: center;
 }

 .statistics-pill .content-statistics-pill {
     width: 75%;
 }

 .statistics-pill .icon-statistics-pill {
     width: 25%;
     text-align: end;
 }

 .truncate-ellipsis {
     display: table;
     table-layout: fixed;
     width: 100%;
     white-space: nowrap;
 }

 .truncate-ellipsis > * {
     display: table-cell;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 [data-showFullAnswer] {
     margin-right: 10px;
     cursor: pointer;
 }


 /* region PROGRESS BAR CIRCLE */
 .progress-circle {
     width: 150px;
     height: 150px;
     background: none;
     position: relative;
 }

 .progress-circle::after {
     content: "";
     width: 100%;
     height: 100%;
     border-radius: 50%;
     border: 8px solid #eee;
     position: absolute;
     top: 0;
     left: 0;
 }

 .progress-circle > span {
     width: 50%;
     height: 100%;
     overflow: hidden;
     position: absolute;
     top: 0;
     z-index: 1;
 }

 .progress-circle .progress-left {
     left: 0;
 }

 .progress-circle .progress-bar {
     width: 100%;
     height: 100%;
     background: none;
     border-width: 8px;
     border-style: solid;
     position: absolute;
     top: 0;
 }

 .progress-circle .progress-left .progress-bar {
     left: 100%;
     border-top-right-radius: 80px;
     border-bottom-right-radius: 80px;
     border-left: 0;
     -webkit-transform-origin: center left;
     transform-origin: center left;
 }

 .progress-circle .progress-right {
     right: 0;
 }

 .progress-circle .progress-right .progress-bar {
     left: -100%;
     border-top-left-radius: 80px;
     border-bottom-left-radius: 80px;
     border-right: 0;
     -webkit-transform-origin: center right;
     transform-origin: center right;
 }

 .progress-circle .progress-value {
     position: absolute;
     top: 0;
     left: 0;
 }

 /* REGION GROUP SESSIONS */
 #sessionFormModal .modal-content {
     min-height: 60vh;
 }
 /* ENDREGION*/

 .bootstrap-table .table > tbody > tr.hidden-row {
     display:none;
 }

 .bootstrap-table .table > tbody > tr.no-detail-view .detail-icon {
     display:none;
 }