@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 100;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 100;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 200;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 200;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 900;
  font-style: normal;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 900;
  font-style: italic;
  src: url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
}



@font-face {
  font-family: 'DM Sans';
  font-weight: 100;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 100;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 200;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 200;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 300;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 600;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 700;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 900;
  font-style: normal;
  src: url('fonts/DM_Sans/DMSans-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-weight: 900;
  font-style: italic;
  src: url('fonts/DM_Sans/DMSans-ExtraBoldItalic.ttf') format('truetype');
}

.overflow-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.ul-nostyle{
    padding-left:0;
}

.ul-nostyle li{
    list-style: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body{
    font-family: 'DM Sans', sans-serif;
    color:#3D4A5C;
}

.container-fluid{
    --bs-gutter-x: 4rem;
}


/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border:none;
    border-radius: 7px;
}

.btn-xs{
    font-size:11px;
    font-weight:500;
}

/* PRIMARY BUTTON */

.btn-primary{
    background-color:#1B2A4A !important;
    border:1px solid #1B2A4A;
    color:#fff;
}

.btn-primary:hover{
    background-color:#15213B;
    border:1px solid #15213B;
    color:#fff;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #15213B;
    border-color: #15213B;
    box-shadow: 0 0 0 0.2rem rgba(27, 42, 74, 0.5) !important;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 42, 74, 0.5) !important;
}

.btn-primary:disabled, .btn-primary.disabled{
    background-color:#81899B !important;
    border:1px solid #81899B;
    color:rgba(255, 255, 255, 0.85);
}
.btn-primary:disabled:hover, .btn-primary.disabled:hover{
    background-color:#81899B !important;
    border:1px solid #81899B;
    color:rgba(255, 255, 255, 0.85);
}

.btn-outline-primary{
    background-color:transparent;
    border:1px solid #1B2A4A;
    color:#1B2A4A;
}

.btn-outline-primary:hover{
    border:1px solid #1B2A4A;
    background-color:#1B2A4A;
    color:#fff;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled{
    background-color:transparent;
    border:1px solid #81899B;
    color:#81899B;
}

/* SUCCESS BUTTON */

.btn-success{
    background-color:#2E7D5E !important;
    border:1px solid #2E7D5E;
    color:#fff !important;
}

.btn-success:hover{
    background-color:#24644B;
    border:1px solid #24644B;
    color:#fff;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #24644B;
    border-color: #24644B;
    box-shadow: 0 0 0 0.2rem rgba(46, 125, 94, 0.5) !important;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 125, 94, 0.5) !important;
}

.btn-success:disabled, .btn-success.disabled{
    background-color:#8CB7A6 !important;
    border:1px solid #8CB7A6;
    color:rgba(255, 255, 255, 0.85) !important;
}
.btn-success:disabled:hover, .btn-success.disabled:hover{
    background-color:#8CB7A6 !important;
    border:1px solid #8CB7A6;
    color:rgba(255, 255, 255, 0.85) !important;
}

.btn-outline-success{
    background-color:transparent;
    border:1px solid #2E7D5E;
    color:#2E7D5E;
}

.btn-outline-success:hover{
    border:1px solid #2E7D5E;
    background-color:#2E7D5E;
    color:#fff;
}

.btn-outline-success:disabled, .btn-outline-success.disabled{
    background-color:transparent;
    border:1px solid #8CB7A6;
    color:#8CB7A6;
}

/* WARNING BUTTON */

.btn-warning{
    background-color:#C4614A !important;
    border:1px solid #C4614A;
    color:#fff;
}

.btn-warning:hover{
    background-color:#A04F3C;
    border:1px solid #A04F3C;
    color:#fff;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #A04F3C;
    border-color: #A04F3C;
    box-shadow: 0 0 0 0.2rem rgba(196, 97, 74, 0.5) !important;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 97, 74, 0.5) !important;
}

.btn-warning:disabled, .btn-warning.disabled{
    background-color:#D89889 !important;
    border:1px solid #D89889;
    color:rgba(255, 255, 255, 0.85);
}
.btn-warning:disabled:hover, .btn-warning.disabled:hover{
    background-color:#D89889 !important;
    border:1px solid #D89889;
    color:rgba(255, 255, 255, 0.85);
}

.btn-outline-warning{
    background-color:transparent;
    border:1px solid #C4614A;
    color:#C4614A;
}

.btn-outline-warning:hover{
    border:1px solid #C4614A;
    background-color:#C4614A;
    color:#fff;
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled{
    background-color:transparent;
    border:1px solid #D89889;
    color:#D89889;
}

/* DANGER BUTTON */

.btn-danger{
    background-color:#B91C1C !important;
    border:1px solid #B91C1C;
    color:#fff;
}

.btn-danger:hover{
    background-color:#941616;
    border:1px solid #941616;
    color:#fff;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color:#fff;
    background-color: #941616;
    border-color: #941616;
    box-shadow: 0 0 0 0.2rem rgba(185, 28, 28, 0.5) !important;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(185, 28, 28, 0.5) !important;
}

.btn-danger:disabled, .btn-danger.disabled{
    background-color:#D16B6B !important;
    border:1px solid #D16B6B;
    color:rgba(255, 255, 255, 0.85);
}
.btn-danger:disabled:hover, .btn-danger.disabled:hover{
    background-color:#D16B6B !important;
    border:1px solid #D16B6B;
    color:rgba(255, 255, 255, 0.85);
}

.btn-outline-danger{
    background-color:transparent;
    border:1px solid #B91C1C;
    color:#B91C1C;
}

.btn-outline-danger:hover{
    border:1px solid #B91C1C;
    background-color:#B91C1C;
    color:#fff;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled{
    background-color:transparent;
    border:1px solid #D16B6B;
    color:#D16B6B;
}

/* INFO BUTTON */

.btn-info{
    background-color:#5FB3E4 !important;
    border:1px solid #5FB3E4;
    color:#19212C !important;
}

.btn-info:hover{
    background-color:#4D92BA;
    border:1px solid #4D92BA;
    color:#19212C !important;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color:#19212C;
    background-color: #4D92BA;
    border-color: #4D92BA;
    box-shadow: 0 0 0 0.2rem rgba(95, 179, 228, 0.5) !important;
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 179, 228, 0.5) !important;
}

.btn-info:disabled, .btn-info.disabled{
    background-color:#97CDED !important;
    border:1px solid #97CDED;
    color:rgba(25, 33, 44, 0.6) !important;
}
.btn-info:disabled:hover, .btn-info.disabled:hover{
    background-color:#97CDED !important;
    border:1px solid #97CDED;
    color:rgba(25, 33, 44, 0.6) !important;
}

.btn-outline-info{
    background-color:transparent;
    border:1px solid #5FB3E4;
    color:#4D92BA;
}

.btn-outline-info:hover{
    border:1px solid #5FB3E4;
    background-color:#5FB3E4;
    color:#19212C;
}

.btn-outline-info:disabled, .btn-outline-info.disabled{
    background-color:transparent;
    border:1px solid #97CDED;
    color:#97CDED;
}

/* LIGHT BUTTON */

.btn-light{
    background-color:#EEF0F2 !important;
    border:1px solid #EEF0F2;
    color:#1B2A4A !important;
}

.btn-light:hover{
    background-color:#D6D8D9;
    border:1px solid #D6D8D9;
    color:#1B2A4A !important;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color:#1B2A4A;
    background-color: #D6D8D9;
    border-color: #D6D8D9;
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5) !important;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5) !important;
}

.btn-light:disabled, .btn-light.disabled{
    background-color:#F7F8F9 !important;
    border:1px solid #F7F8F9;
    color:rgba(27, 42, 74, 0.4) !important;
}
.btn-light:disabled:hover, .btn-light.disabled:hover{
    background-color:#F7F8F9 !important;
    border:1px solid #F7F8F9;
    color:rgba(27, 42, 74, 0.4) !important;
}

.btn-outline-light{
    background-color:transparent;
    border:1px solid #D6D8D9;
    color:#1B2A4A;
}

.btn-outline-light:hover{
    border:1px solid #D6D8D9;
    background-color:#EEF0F2;
    color:#1B2A4A;
}

.btn-outline-light:disabled, .btn-outline-light.disabled{
    background-color:transparent;
    border:1px solid #F7F8F9;
    color:rgba(27, 42, 74, 0.4);
}

/* SECONDARY BUTTON */

.btn-secondary{
    background-color:#6C757D !important;
    border:1px solid #6C757D;
    color:#fff;
}

.btn-secondary:hover{
    background-color:#585F66;
    border:1px solid #585F66;
    color:#fff;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color:#fff;
    background-color: #585F66;
    border-color: #585F66;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
}

.btn-secondary:disabled, .btn-secondary.disabled{
    background-color:#A6ACB1 !important;
    border:1px solid #A6ACB1;
    color:rgba(255, 255, 255, 0.85);
}
.btn-secondary:disabled:hover, .btn-secondary.disabled:hover{
    background-color:#A6ACB1 !important;
    border:1px solid #A6ACB1;
    color:rgba(255, 255, 255, 0.85);
}

.btn-outline-secondary{
    background-color:transparent;
    border:1px solid #6C757D;
    color:#6C757D;
}

.btn-outline-secondary:hover{
    border:1px solid #6C757D;
    background-color:#6C757D;
    color:#fff;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled{
    background-color:transparent;
    border:1px solid #A6ACB1;
    color:#A6ACB1;
}

/* END OF BUTTONS */


/* ==========================================================================
   ALERTS
   ========================================================================== */

.alert-primary{
    border-radius:12px;
    background-color:#DBEAFE;
    color:#1E40AF;
    border-color:#BFDBFE;
}

.alert-primary a {
    color: #1E40AF;
}

.alert-primary .close {
    color: #1E40AF;
    opacity: 1;
    text-shadow: none;
}

.alert-success{
    border-radius:12px;
    background-color:#EAF4EF;
    color:#2E7D5E;
    border-color:#A7F3D0;
}

.alert-success a {
    color: #2E7D5E;
}

.alert-warning{
    border-radius:12px;
    background-color:#FEF3C7;
    color:#B45309;
    border-color:#FCD34D;
}

.alert-warning a {
    color:#B45309;
}

.alert-warning .close {
    color: #B45309;
    opacity: 1;
    text-shadow: none;
}

.alert-danger{
    border-radius:12px;
    background-color:#FEE2E2;
    color:#B91C1C !important;
    border-color:#FECACA;
}

.alert-danger a {
    color:#B91C1C !important;
}

.alert-info{
    border-radius:12px;
    background-color:#EFF7FC;
    color:#5FB3E4;
    border-color:#5FB3E4;
}

.alert-info a {
    color:#5FB3E4;
}

/* END OF ALERTS */


/* ==========================================================================
   BADGES
   ========================================================================== */

.badge{
    padding:3px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.badge-primary, .badge.bg-primary{
    background-color:#DBEAFE !important;
    color:#1E40AF !important;
    border:1px solid #BFDBFE;
}

.badge-success, .badge.bg-success{
    background-color:#EAF4EF !important;
    color:#2E7D5E !important;
    border:1px solid #A7F3D0;
}

.badge-warning, .badge.bg-warning{
    background-color:#FEF3C7 !important;
    color:#B45309 !important;
    border:1px solid #FCD34D;
}

.badge-danger, .badge.bg-danger{
    background-color:#FEE2E2 !important;
    color:#B91C1C !important;
    border:1px solid #FECACA;
}

.badge.bg-info{
    background-color:#EFF7FC !important;
    color:#5FB3E4 !important;
    border:1px solid #5FB3E4;
}

.badge.bg-secondary{
    background-color:#F0F1F2 !important;
    color:#6C757D !important;
    border:1px solid #6C757D;
}

/* END OF BADGES */

.menu-org-card {
    background-color: #283755;
    border:1px solid #475570;
    border-radius: 8px;
    margin: 0 12px 16px 12px;
    padding: 14px 16px;
    list-style: none;
}

.menu-org-name {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.menu-org-portal {
    color: #7a8ea8;
    font-size: 12px;
    margin-top: 2px;
    font-weight: 700;
}

.menu-section-label {
    list-style: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7a8ea8;
    padding: 18px 20px 6px 20px;
}

.menu-collapsed .menu-org-card,
.menu-collapsed .menu-section-label {
    display: none;
}

.menu-user-card {
    display: flex;
    align-items: center;
    padding: 14px 18px 0 18px;
    border-top:1px solid #475570;
}

.menu-user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4a6fa5;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.menu-user-details {
    min-width: 0;
}

.menu-user-name {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-user-email {
    color: #7a8ea8;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-collapsed .menu-user-card {
    justify-content: center;
}

.menu-collapsed .menu-user-details {
    display: none;
}

.menu-container nav .badge {
    background-color: #c4614a !important;
    color: #fff !important;
    border-radius: 50px;
    min-width: 20px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    margin-left: auto !important;
}

.bg-primary{
    background-color:#1B2A4A !important;
}

.bg-success{
    background-color:#2E7D5E !important;
}

.bg-danger{
    background-color:#B91C1C !important;
    color: #fff;
}

.bg-warning{
    background-color:#C4614A !important;
}

.bg-info{
    background-color:#5FB3E4 !important;
    color: #19212C;
}

.color-primary{
    color:#1B2A4A !important;
}

.color-success{
    color:#2E7D5E !important;
}

.color-danger{
    color:#f48888 !important;
}

.color-warning{
    color:#C4614A !important;
}

.color-white{
    color:#ffffff !important;
}

.color-black{
    color:#000000 !important;
}

.validation-summary.alert-dismissible {
    padding: 1rem 3rem 1rem 1rem;
}

.validation-summary.alert-dismissible .btn-close {
    left: auto;
    right: 0;
    padding: 1.25rem 1rem;
}

.progress-bar.bg-success{
    color:#1B2A4A;
}

.progress-bar.bg-danger{
    color:#fff;
}

a {
    color:#C4614A;
}
a:hover {
    color: #C4614A;
}

.side-content a:not(.btn) {
    font-weight:600;
    color:#C4614A;
}
.side-content a:not(.btn):hover {
    color: #C4614A;
}

.input-group-prepend-left > .select2-container {
    width: auto;
    flex: 1 1 auto;
  }
  
.input-group-prepend-left > .select2-container .select2-selection--multiple {
    border-radius: 0px 12px 12px 0px !important;
}
  
.filter-btn {
    border-top-left-radius:12px; 
    border-bottom-left-radius:12px; 
    border:none;
    min-width: 80px;
}



.table{
    font-size:14px;
}

.table .thead-dark th{
    background-color:#fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #1B2A4A;
}


.course-overview-header{
    background: #fff;
    padding:0;
    border:0;
    border-radius: 4px;
    overflow: hidden;
}

.course-arrow {
    color: #1B2A4A !important;
}

.course-overview-title{
    font-size:22px;
    color:#fff;
    font-weight: 600;
}

.course-overview-header-title-box{
    background-color: #b82721;
    color:#fff;
}

.course-overview-details{
    font-size:15px;
}

.course-overview-details span{
    color: rgba(255, 255, 255, 0.8);
}

.course-overview-aim-title{
    color:#333;
    font-size: 22px;
    font-weight: 600;
}

.course-units-container{
    margin-top:8px;
}

.unit-sortable a:not(.dropdown-item) {
    color:#333 !important;
}

.unit-sortable-element-title{
    color: #0174bf !important;
}

.dropdown-item{
    font-size:14px;
    font-weight:600;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active{
    background-color: #ececec;
    color:#212529;
    text-decoration: none !important;
}

.text-muted,
.form-text {
    color: #999 !important;
  }

/* END OF COLOURS */



/* FRAME */

body {
    background-color:#fff;
}

main{
    margin:0;
    min-height:calc(100vh - 194px);
    flex:1 0 auto;
}

header{
    background-color:#fff;
}

.main-content{
    border-radius:12px;
    background-color:#fff;
    border: 1px solid rgba(200,205,210,0.6);
    padding:20px;
}

.pager-container{
    padding: 20px 0 20px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top: 1px solid #eef0f2;
}

.form-control, .form-select{
    border-radius:8px;
    border-color:#dfe3e6;
    font-size:0.875rem;
}

.datepicker.dropdown-menu{
    border-radius:8px;
    border-color:#dfe3e6;
    font-size:0.875rem;
    -webkit-box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.4);
    box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.4);
}

.form-field .required {
    color: #a12833;
}

.login-container{
    margin:0; 
    position:relative; 
    width:100%; 
    height:calc(100vh - 110px); 
    display: grid; 
    place-items: center;
    background-color:#f0eeec;
}

.login-box{
    width: 100%;
    max-width: 600px;
    background-color:#1b2a4a;
    padding:30px;
    border-radius:20px;
    color:#fff;
}

.login-box .btn{
    border-radius:12px;
}

.login-box a{
    color:#fff;
    font-weight:600;
    font-size:20px;
}

.login-box input::placeholder{
    font-weight:600;
    color:#000;
}

.login-background{
    position:absolute;
    z-index:0;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.note-editor.card{
    border-radius:12px !important;
}

.page-container{
    display:flex;
}

.menu-container{
    background-color:#1b2a4a;
    color:#fff;
    width:274px;
    flex-shrink: 0;
    z-index:9999;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    position:sticky;
    top:0;
    align-self:flex-start;
}

.menu-logo{
    display:block;
    flex-shrink:0;
    padding:13px 16px 12px 16px;
}

.menu-logo img{
    display:block;
    width:110px;
    height:auto;
}

.menu-logo-cropped{
    display:none;
    flex-shrink:0;
    padding:13px 16px 12px 20px;
}

.menu-logo-cropped img{
    display:block;
    width:43px;
    height:auto;
}

.menu-collapsed .menu-logo{
    display:none;
}

.menu-tenant-logo{
    max-width:50px;
    max-height:50px;
}

.menu-collapsed .menu-logo-cropped{
    display:block;
}


.content-container{
    width:100%;
    min-width:0;
    background-color:#f0eeec;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

.menu-container nav{
    width:274px;
    top:0;
    bottom:0;
    height:100%;
    flex:1 1 auto;
    min-height:0;
    position:relative;
    transform: translate(0, 0);
}

.menu-footer{
    position:fixed;
    bottom:16px;
    left:0;
    width:274px;
    display:none;
}

.menu-toggler{
    font-size:18px;
    color:rgba(255, 255, 255, 0.5);
    border:none;
    background-color:transparent;
    cursor:pointer;
    text-align:right;
    width: 100%;
    margin-bottom:10px;
}

.menu-toggler:focus{
    outline:none;
}

.menu-container nav ul{
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow-y:scroll;
    overflow-x: visible;
}

.menu-container nav ul::-webkit-scrollbar {
    display: none;
}

.menu-container nav ul {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.menu-container nav .nav-item{
    list-style: none;
    margin-bottom:2px;
}

.menu-container nav .nav-item .dropdown-item.active{
    color:#C4614A;
    background-color:transparent
}

.menu-container nav .nav-link{
    padding:10px 20px;
    display:flex;
    align-items:center;
    color:rgba(246, 244, 242, 0.58);
    font-size:15px;
    font-weight:500;
    text-decoration:none;
    border: none;
    border-radius: 8px;
    margin: 0 8px;
}

.menu-container nav .nav-item.active{
    border-left:4px solid #c4614a;
}
.menu-container nav .nav-item{
    border-left:4px solid #1b2a4a;
}

.menu-container nav .nav-link:hover,.menu-container nav .nav-link:focus-visible, .menu-container nav .nav-item.active .nav-link{
    background-color:#3d354a;
    outline: none;
    color:#fff;
}

.menu-container nav .nav-item-icon{
    padding-right:14px;
    color:rgba(246, 244, 242, 0.58);
}

.menu-container nav .nav-item-text{
    flex:1;
    display:flex;
    align-items:center;
}


.menu-container nav .nav-link:hover .nav-item-icon,.menu-container nav .nav-link:focus-visible .nav-item-icon, .menu-container nav .nav-item.active .nav-item-icon{
    color:#fff;
}


.menu-collapsed{
    width:80px;
}

.menu-collapsed nav{
    width:80px;   
}

.menu-toggler-icon-open{
    display:block;
}

.menu-toggler-icon-close{
    display:none;
}

.menu-collapsed .menu-toggler-icon-open{
    display:none;
}

.menu-collapsed .menu-toggler-icon-close{
    display:block;
}

.menu-collapsed .menu-footer{
    left:0;
    width:80px;
}

.menu-container.menu-collapsed nav .nav-item-text{
    display: none;
}

.menu-collapsed .dropdown-toggle::after{
    display:none;
}

.menu-show-mobile .menu-container{
    margin-left:0;
}

.menu-show-mobile .content-container{
    margin-left:-80px;
}

.menu-container:not(.menu-collapsed) .dropdown-menu{
    position:relative !important;
    transform: none !important;
    float:none !important;
    margin-top:0 !important;
}

.menu-container.menu-collapsed .dropdown-menu{
    position:fixed !important;
    transform: translate3d(80px, -2px, 0) !important;
    max-height: calc(100% - 110px);
    overflow-y: auto;
}

.menu-container.menu-collapsed .dropdown-menu::-webkit-scrollbar {
    display: none;
}
.menu-container.menu-collapsed .dropdown-menu {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.menu-container .dropdown-menu{
    border-radius:0;
    background-color:#1a3250;
    border:none;
    min-width: 240px;
    margin-top:0;
}
.menu-container .dropdown-menu .dropdown-item{
    color:#c4d0de;
    font-weight: 500;
    font-size:15px;
    padding-left:33px;
}

.menu-container .dropdown-menu .dropdown-item:hover, .menu-container .dropdown-menu .dropdown-item:focus{
    background-color:#253f5c;
    color:#fff;
}

.main-container{
    margin:30px 0;
}


.breadcrumb{
    padding:0;
    background-color: #fff;
}

.breadcrumb .breadcrumb-item{
    font-size:13px;
    color:#5C6B7A;
}

.breadcrumb .breadcrumb-item a{
    color:#5C6B7A;
    text-decoration: underline;
}

.learner-breadcrumb{
    list-style: none;
    display:flex;
    padding-left:0;
    margin-bottom:0;
    font-size:16px;
    font-weight:400;
}

.learner-breadcrumb .breadcrumb-item.active{
    color:#a1a1a1;
}

.learner-breadcrumb .breadcrumb-item a{
    color:#fff !important;
}

.learner-breadcrumb.learner-breadcrumb-dark .breadcrumb-item a{
    color:#1B2A4A !important;
}

.footer {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    background-color:#fff;
    color:#000;
}

.navbar{
    background-color:#19212c;
    color:#fff;
}

.content-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e7e9ec;
    position:sticky;
    top:0;
    z-index:100;
}

.content-header-title{
    font-size:15px;
    font-weight:700;
    color:#1B2A4A;
    margin:0;
}

.content-header-actions{
    display:flex;
    align-items:center;
    gap:12px;
    margin-left:auto;
}

.content-header-search{
    display:flex;
    align-items:center;
    gap:8px;
    background-color:#f5f6f8;
    border:1px solid #e2e5ea;
    border-radius:10px;
    padding:8px 14px;
    color:#8a94a6;
    min-width:220px;
    margin:0;
}

.content-header-search i{
    color:#8a94a6;
}

.content-header-search input{
    border:none;
    background:transparent;
    outline:none;
    font-size:14px;
    width:100%;
    color:#333;
}

.content-header-icon-button{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    flex-shrink:0;
    border-radius:10px;
    border:1px solid #e2e5ea;
    background-color:#fff;
    color:#495366;
    font-size:16px;
    cursor:pointer;
}

.header-notification-dot{
    position:absolute;
    top:6px;
    right:6px;
    width:9px;
    height:9px;
    border-radius:50%;
    background-color:#c4614a;
    border:2px solid #fff;
}

.content-header-icon-button:hover,
.content-header-icon-button:focus{
    background-color:#f5f6f8;
    outline:none;
}

@media (max-width:767px){

    .content-header-search{
        display:none;
    }

}

.navbar-brand{
    padding-right: 0;
}

.page-title{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:24px;
    font-weight:normal;
    color: #333;
    margin-bottom:8px;
}

.player-title{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:27px;
    font-weight:600;
    margin-bottom:0;
}

.side-content .card, .card.card-primary{
    border-radius:12px;
    background-color:#fff;
    border: 1px solid rgba(200,205,210,0.6);

}

.side-content .card-body, .card.card-primary .card-body{
    padding: 16px 16px;
}

.side-content .card-section:not(:last-of-type), .card.card-primary .card-section:not(:last-of-type){
    margin-bottom: 30px;
    padding-bottom:20px;
    border-bottom:1px solid #eef0f2;
}

.side-content .card-title, .card.card-primary .card-title{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color:#1B2A4A;
    font-weight:700;
    font-size:15px;
    border-bottom:1px solid rgba(200,205,210,0.6);
    margin:0 -16px 20px -16px;
    padding:0 16px 10px 16px;
}

.side-content .card-subtitle, .card.card-primary .card-subtitle{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #5C6B7A;
    margin-bottom: 8px;
}

.side-content .card-text, .card.card-primary .card-text{
    background: #F0EEEC;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #3D4A5C;
    line-height: 1.7;
}

.side-content .card-title .color-success, .card.card-primary .card-title .color-success{
    color:#3b9c7b !important;
}



.expand-filters-container{
    background-color:#C4614A;
    border-radius:6px;
    padding:3px 6px;
    color:#fff;
    cursor:pointer;
    font-size:12px;
    margin-bottom:10px;
}

.filters-container-show{
    display:block !important;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color: #fafafa;
}

/* END OF FRAME */


/* LISTS */

.pagination-container {
    margin-top:20px;
}

.pagination li {
    color:#c4614a;
    background-color:#fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 9px;
    border:1px solid #c4614a;
    border-radius: 7px;
    margin-right:5px;
}

.pagination li:hover {
    background-color:#fff;
}

.pagination li a{
    color:#c4614a;
    text-decoration: none;
}

.pagination .active, .pagination .active:hover{
    background-color:#c4614a;
    border-color:#c4614a;
    color:#fff;
}

.pagination .active a{
    color:#fff;
}

/* END OF LISTS */

/* DASHBOARD */

.admin-dashboard-box{
    min-height: 135px;
    padding: 24px 24px 16px;
}

.admin-dashboard-box-blue {
    color:#fff;
    background-color: #1B2A4A;
}
.admin-dashboard-box-blue:hover {
    background-color: #1B2A4A;
}
.admin-dashboard-box-blue .admin-dashboard-box-content-title, .admin-dashboard-box-blue .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-green {
    color:#1B2A4A;
    background-color: #2E7D5E;
}
.admin-dashboard-box-green:hover {
    background-color: #2E7D5E;
}
.admin-dashboard-box-green .admin-dashboard-box-content-title, .admin-dashboard-box-green .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-grey {
    color:#fff;
    background-color: #697481;
}
.admin-dashboard-box-grey:hover {
    background-color: #464d56;
}
.admin-dashboard-box-grey .admin-dashboard-box-content-title, .admin-dashboard-box-grey .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-orange{
    color:#19212c;
    background-color: #C4614A;
}
.admin-dashboard-box-orange:hover {
    background-color: #D64D24;
}
.admin-dashboard-box-orange .admin-dashboard-box-content-title, .admin-dashboard-box-orange .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-red {
    color:#fff;
    background-color: #f48888;
}
.admin-dashboard-box-red:hover {
    background-color: #f48888;
}
.admin-dashboard-box-red .admin-dashboard-box-content-title, .admin-dashboard-box-red .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.learner-dashboard-box{
    width:100%;
    height:280px;
    border-radius:4px;
    overflow:hidden;
}

.learner-dashboard-box-green{
    background-color: #518a52;
}

.learner-dashboard-box-green:hover{
    background-color: #427042;
}

.learner-dashboard-box-blue{
    background-color: #0174bf;
}

.learner-dashboard-box-blue:hover{
    background-color: #0165A3;
}

.learner-dashboard-box-aqua{
    background-color: #17a2b8;
}

.learner-dashboard-box-aqua:hover{
    background-color: #15859a;
}

.learner-dashboard-box-body-outer{
    width:100%;
    height:280px;
    display:table;
}

.learner-dashboard-box-body-inner{
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.learner-dashboard-box-body-text{
    color:#fff;
    font-size: 32px;
    padding:10px 18px;
    border-radius:5px;
    background-color:rgba(255, 255, 255, 0.25);
}

.learner-dashboard-box-twitter{
    border-radius:5px;
    overflow: hidden;
    background-color: #fff;
    padding:0;
    border:1px solid #ccc;
}

.learner-dashboard-box-course{
    border:1px solid #ccc;
    border-radius:5px;
    overflow: hidden;
}

.learner-dashboard-box-course-title{
    font-size:21px;
}

.learner-dashboard-box-course-description{
    color:#555;
}

.learner-dashboard-box-course-tutor{
    text-decoration: none !important;
}

.learner-dashboard-box-course-tutor-inner{
    display:table;
    height:100%;
    width:100%;
    background-color: #f3f3f3;
    color: #808080;
    padding:8px;
    border-left: 1px solid #ccc;
}

.learner-dashboard-box-course-tutor-inner:hover{
    background-color: #dadada;
}

.learner-dashboard-box-course-tutor-inner-content{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

.learner-dashboard-box-course-tutor-inner-content img{
    border-radius:50%;
    width:60px;
    height:60px;
    border:1px solid #808080;
}

.learner-dashboard-box-course-tutor-inner-content i{
    font-size:60px;
}

.learner-dashboard-box-course-tutor-inner-content-name{
    font-size:18px;
    font-weight:bold;
}

/* END OF DASHBOARD */

/* START OF LEARNER COURSE OVERVIEW */

.course-arrow {
    color: #0174bf;
}

.activity-status-message {
    color:#1B2A4A;
    font-weight: 600;
    font-size: 16px;

}

.status-message-3 {
    background-color: #2E7D5E;
    color: #1B2A4A;
    border-radius:14px;
    padding:4px 14px;
}

.status-message-4 {
    background-color: #f48888;
    color:#1B2A4A;
    border-radius:14px;
    padding:4px 14px;
}

.status-message-5 {
    background-color: #f5a659;
    color:#1B2A4A;
    border-radius:14px;
    padding:4px 14px;
}

.public-course-sidebar-item{
    background-color:#0174bf;
    color:#fff;
    padding: 16px;
    min-height: 160px;
}


.public-course-sidebar-item-green {
    background-color: #518a52;
}

.public-course-sidebar-item-orange {
    background-color: #C4614A;
}

.public-course-sidebar-item-dark-blue {
    background-color: #173F5F;
}

/*.public-course-sidebar-item-orange:hover {
    background-color: #D64D24;
}*/

.public-course-sidebar-item-red {
    background-color: #b82721;
}
.public-course-sidebar-item-red:hover {
    background-color: #a1221d;
}

.public-course-sidebar-item-grey {
    background-color: #555555;
    color: #fff;
}
.public-course-sidebar-item-grey:hover {
    background-color: #474747;
}



.public-course-sidebar-item-background-graphics{
    color: rgba(255, 255, 255, 0.3);
}

.public-course-sidebar-feature-list .public-list ul>li>i{
    color:#0174bf;
}

/* END OF LEARNER COURSE OVERVIEW */

.tutor-mark-btn-primary{
    background-color:#464d56;
    border:1px solid #19212c;
    color:#fff;
}
.tutor-mark-btn-primary:hover{
    background-color: #19212c;
    color:#fff;
}

.tutor-mark-btn-light{
    background-color:#e2e6ea;
    border:1px solid #caced2;
    color:#333;
}
.tutor-mark-btn-light:hover{
    background-color: #caced2;
    color:#333;
}

.popup {
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(227,227,227, 1.0);    
    padding: 20px; 
    border: solid 1px #333;
    width: 300px; 
    height: 100px;
}

.marker{
    width:10px;
    height:10px;
    border-radius: 50%;
    display:inline-block;
    margin-bottom:2px;
    margin-right:8px;
}

.marker-default{
    background-color:#CCC;
}

.marker-success{
    background-color:#28a745;
}

.marker-primary{
    background-color:#0174bf;
}

.marker-danger {
    background-color: #dc3545;
}

.show-in-print-block{
    display:none;
}

.show-in-print-inline{
    display:none;
}

.show-in-print-inline-block{
    display:none;
}

/* CSS FIXES FOR FONT AWESOME UPGRADE V4 -> V5 */

.socialmedia-icons{
    color: #fff;
    background-color:#000;
    border-radius:50%;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    font-size:14px;
    display:inline-block;
    margin-right:5px;
}

.socialmedia-icons:hover{
    color: #fff;
    text-decoration:none;
}

.trashcan-icons{
    font-size: 14px;
}

.rss-icons{
    font-size: 110px;
    color: white;
    background-color: #000;
}

.trashcan-remove-colour-icons{
    color: #ccc;
}

.courseunits-icons{
    width: 1.35em!important;/* Needs to overrule the SVG width being applied which is 1.0em */
    color: #C4614A;
}

.courseunits-icons:hover{
    width: 1.35em!important;
    color: #A04F3C;
}

.default-to-pointer-icons:hover{
    cursor: pointer;
}

.circle-plus-icons{
    color: #518a52;
    padding-right: 4px;
    width: 1.5em!important;
}

.certificate-icons{
    color: #edf3ed;
    width:160px;
    height:166px;
    width: 10em!important;
}

.check-cross-icons{
    width: 1.4em!important;
}

/* MEDIA QUERIES AND MEDIA QUERY RELATED */

.side-content{
    padding:0;
    margin-bottom:0;
}

.filters-container{
    display:none;
    margin-bottom:20px;
}

.side-content .buttons-container{
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap:2px;
    margin-top:20px;
}

.side-content .buttons-container .btn{
    flex: 1 1 0;
}

.nav-tabs{
    border-bottom: none;
    margin-left:-10px;
}

.nav-tabs-container .nav-tabs{
    border:none;
}

.nav-tabs .nav-link{
    color:#6C7684 !important;
    background-color:transparent;
    font-size:12px;
    border:0;
    padding:10px 0;
    margin-bottom:0;
    margin-right:20px;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-weight:700;
}

.nav-tabs .nav-link i{
    color:inherit;
}

.nav-tabs .nav-item{
    margin-bottom:-1px;
}

.nav-tabs .nav-item + .nav-item{
    margin-left:2px;
}

.nav-tabs .nav-link:hover{
    color:#1B2A4A !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover{
    color:#C4614A !important;
    background-color:transparent !important;
    border-bottom: 1px solid #C4614A;
    font-weight:700;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #b9b9b9;
}

.custom-tooltip .custom-tooltiptext {
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: -4px;
    padding-top:10px;
    font-size:90%;
}

.custom-tooltip .custom-tooltiptext-inner{
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    padding: 16px;
    top: 150%;
    border:1px solid #cdcdcd;
    min-width:400px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

.custom-tooltip .custom-tooltiptext-inner::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-left: 3px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    margin-bottom:-11px;
}

.custom-tooltip:hover .custom-tooltiptext {
    display: block;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tutor-tooltip-text{
    border-right:1px solid #e8e8e8;
}

.tutor-tooltip-picture{
    width:170px;
}

.tutor-tooltip-picture-avatar{
    color:#eee;
    font-size:100px;
}

.absence-hour-header{
    background-color:#555;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    border:1px solid #3a3a3a;
    border-right: 0;
    border-top:0;
}

.absence-hour-body{
    border:1px solid #3a3a3a;
    border-right: 0;
    border-top:0;
    height:40px;
    position:relative;
}

.absence-unavailable-grey{
    background: repeating-linear-gradient(
        45deg,
        #eee,
        #eee 5px,
        #ccc 5px,
        #ccc 10px
    );
}

.absence-unavailable{
    height:100%;
    width:0;
    background: #ccc;
    position:absolute;
}

.absence-call-scheduled{
    height:100%;
    width:0;
    background: rgba(1, 116, 191, 0.65);
    position:absolute;
    z-index:1;
}

.plagscore_0 { opacity:0.8; background-color: #00962c; color: #FFF; font-weight: bold; }
.plagscore_10 { opacity:0.8;  background-color:#00962c; color: #FFF; font-weight: bold; }
.plagscore_20 { opacity:0.8;  background-color: #00962c; color: #FFF; font-weight: bold; }
.plagscore_30 { opacity:0.8;  background-color:#00962c; color: #FFF; font-weight: bold; }
.plagscore_40 { opacity:0.8;  background-color:#00962c; color: #FFF; font-weight: bold; }
.plagscore_50 { opacity:0.8;  background-color:#00962c; color: #FFF; font-weight: bold; }
.plagscore_60 { opacity:0.8;  background-color: #cc6e11; color: #FFF; font-weight: bold; }
.plagscore_70 { opacity:0.8;  background-color: #cc6e11; color: #FFF; font-weight: bold; }
.plagscore_80 { opacity:0.8;  background-color:#cc6e11; color: #FFF; font-weight: bold; }
.plagscore_90 { opacity:0.8;  background-color:#cc041a; color: #FFF; font-weight: bold; }
.plagscore_100 { opacity:0.8;  background-color: #cc041a; color: #FFF; font-weight: bold; }

.custom-checkbox, .custom-radio {
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.custom-checkbox span, .custom-radio span {
    font-size:16px;
}

.custom-checkbox label, .custom-radio label, .custom-checkbox legend {
    display: inline-block;
    padding-left: 58px;
    font-weight:600;
    font-size:18px;
}

.custom-checkbox legend {
    font-size: 16px;
}

.custom-checkbox input, .custom-radio input {
    height: 22px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

.custom-checkbox label, .custom-radio label {
    margin-bottom:0;
}

.custom-checkbox input + label::before {
    border-radius:0;
    border: 1px solid #C4614A;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}

.custom-checkbox input + label::after {
    content: "";
    opacity: 0;
    background-image: url("/ui/assets/images/check.svg");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 4px;
    top: 4px;
    transition: opacity 0.2s ease-in-out;
}

.custom-radio input + label::before {
    border: 1px solid #C4614A;
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
    border-radius: 50%;
}

.custom-radio input + label::after {
    content: "";
    opacity: 0;
    border: 6px solid #1B2A4A;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 8px;
    transition: opacity 0.2s ease-in-out;
}

.custom-checkbox input:checked + label::after, .custom-radio input:checked + label::after {
    opacity: 1;
}

.custom-checkbox input:focus + label::before, .custom-radio input:focus + label::before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    outline: 3px solid transparent;
}

.exam-header{
    background-color:#1B2A4A;
    color:#fff;
    padding-bottom: 20px;
}

.exam-question{
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 22px;
    color: #1B2A4A;
}

.exam-question-code{
    font-size:12px;
    color: #dadada;
}

.exam-clock-small-text{
    font-size:12px;
}

.exam-clock-time-container{
    font-size:34px;
    background-color:#9ca3ab;
    padding:8px;
    border-radius:10px;
    font-weight:600;
    text-align: center;
    width:80px;
}

.exam-clock-time-container-separator{
    font-size:34px;
    padding:8px 8px 0 8px;
}

.exam-bookmark-button, .exam-bookmark-button:hover{
    color: #1B2A4A;
}

.exam-summary-list{
    padding-left:14px;
}

.exam-summary-list li{
    list-style: none;
    margin-bottom:14px;
}

.question-performance{
    width:4px;
    height:20px;
    border-radius:2px;
    margin:0 2px;
}

.question-performance-blue{
    background-color:#0174bf;
}

.question-performance-grey{
    background-color:#cccccc;
}

.proctored-exam-banner-container{
    width:100%;
    margin-top:0;
    padding:20px;
    background-color:#2E7D5E;
    color:#1B2A4A
}

.proctored-exam-banner-text{
    font-size:22px;
    font-weight:bold;
}

.proctored-exam-summary-outcome-img{
    height:130px;
}

.proctored-exam-summary-outcome-title{
    font-size:28px;
    font-weight: bold;
    margin-top:20px;
}

.proctored-exam-summary-outcome-score-label, .elearning-summary-outcome-text{
    font-size:16px;
    font-weight: 500;
}

.proctored-exam-summary-outcome-score{
    font-size:52px;
    font-weight: 600;
}

.proctored-exam-summary-outcome-message{
    margin-top:20px;
}

.proctored-exam-summary-outcome-icon, .elearning-summary-outcome-icon{
    font-size:62px;
}

.player-pages-text{
    font-size:14px;
    font-weight:400;
}

.player-pages-progress{
    height:3px;
    background-color:#ccc;
}

.player-pages-progress .progress-bar{
    height:3px;
    background-color:#555555;
}

label[for='sn-checkbox-open-in-new-window'] {
    padding: 0;
}

.custom-control-input{
    position: relative !important;
    opacity: 1 !important;
    z-index: 0 !important;
}

.public-course-sidebar-item-text a:not(.btn){
    text-decoration: underline;
}

.public-course-sidebar-item-text .btn{
    text-shadow: none;
}

.subheader{
    color:#000;
    font-size:18px;
}

.subheader a:not(.btn){
    color:#2E7D5E;
}

.subheader-title{
    font-size:27px;
    font-weight:600;        
}

.subheader-subtitle{
    font-size:18px;
    font-weight:600;   
}

.subheader-extratitle{
    font-size:26px;
    font-weight:700;        
}

.subheader-title-blue{
    color:#00baff;       
}

.subheader-progress{
    border-radius:0;
    background-color:#959595;
}

.subheader-progress .progress-bar{
    border-radius:0;
    border-right:3px solid #fff;
}

.subheader-progress-marker-container{
    text-align:right; 
    width:100%; 
    overflow:hidden;
}

.subheader-progress-marker{
    margin-right:-4px; 
    font-size:12px; 
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.subheader-pages-count{
    font-size:14px;
    font-weight:500;
}

.subheader-text{
    font-size:14px;
}

.course-aim-container{
    margin-bottom:24px;
}

.course-aim{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background-color:#e6f0fa;
    border-radius:12px;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
    font-size:14px;
    padding:20px 24px;
}

.course-aim-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:10px;
    background-color:#fff;
    color:#3d96ce;
    font-size:16px;
}

.course-aim-body{
    flex:1 1 auto;
    min-width:0;
}

.course-aim-title{
    font-size:16px;
    font-weight:700;
    color:#1B2A4A;
    margin-bottom:4px;
}

.course-aim-text{
    color:#4b5563;
    line-height:1.5;
}

.gtsaudiolink {
    font-size:11px;
    padding-right:10px;
    padding-left:10px;
}

.reciteme {
    font-size:11px;
    padding-right:10px;
    padding-left:10px;
}


.site-news-item:not(:last-of-type){
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
}

.site-news-title{
    color:#1B2A4A;
    font-size:17px;
    font-weight:600;
    margin-bottom:12px;
}

.site-news-text{
    font-size:14px;
    font-weight:400;
    margin-bottom:16px;
}

.course-card{
    background-color:#fff;
    border:0;
    border-radius:12px;
    width:100%;
    overflow:hidden;
    box-shadow:0 1px 2px rgba(27,42,74,0.08), 0 1px 3px rgba(27,42,74,0.06);
    transition:box-shadow .15s ease, transform .15s ease;
}

.course-card:hover{
    box-shadow:0 10px 20px rgba(27,42,74,0.12);
    transform:translateY(-2px);
}

.course-card .card-img{
    border-radius:0;
    width:100%;
    height:155px;
}

.course-card-img-wrap{
    position:relative;
}

.course-status-badge{
    position:absolute;
    top:12px;
    right:12px;
    display:inline-block;
    padding:4px 12px;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
    line-height:1.4;
    background-color:rgba(255,255,255,0.95);
    color:#4b5563;
    box-shadow:0 1px 3px rgba(0,0,0,0.15);
}

.course-status-badge-overdue,
.course-status-badge-danger{
    background-color:#fbe2df;
    color:#B91C1C;
}

.course-status-badge-success{
    background-color:#dcefe6;
    color:#2E7D5E;
}

.course-card-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    column-gap:14px;
    row-gap:4px;
    font-size:13px;
    color:#6b7280;
    margin-bottom:12px;
}

.course-card-meta i{
    margin-right:5px;
}

.course-card .card-title, .course-card .card-title a{
    font-size:16px;
    font-weight:700;
    color:#1B2A4A;
}

.course-card-body-image .card-title, .course-card-body-image .card-title a{
    font-size: 20px;
    color:#fff;
    background-color: #1B2A4A;
    padding:16px;
    margin-bottom:0;
}
.course-card-body-image .card-img{
    height:200px;
}

.certificate-card-title{
    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.course-card-body-image .certificate-card-img{
    height:500px;
    background:url('/ui/assets/images/capably/certificate-background2.jpg') center /cover;
}

.course-card-image-overlay .card-title, .course-card-image-overlay .card-title a{
    font-size: 24px;
    color:#fff;
    text-shadow: 1px 1px #000;
    background-color: rgba(43, 56, 74, 0.7);
    padding:16px;
    margin-bottom:0;
}

.course-card .card-text{
    font-size:14px;
}

.course-card .card-footer{
    border:0;
    background-color:transparent;
}

.course-card-footer-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    column-gap:12px;
    font-size:13px;
    color:#6b7280;
}

.course-card-awb-logo{
    max-width:70px;
    max-height:24px;
    margin-right:12px;
}

.course-card-action{
    color:#C4614A;
    font-weight:700;
    font-size:13px;
    text-decoration:none;
    white-space:nowrap;
}

.course-card-action:hover{
    color:#C4614A;
    text-decoration:underline;
}

.course-card-action i{
    margin-left:4px;
}

.course-card .progress{
    height:6px;
    background-color:#e5e7eb;
    border-radius:50px;
}
.course-card .progress-bar{
    height:6px;
    background-color:#C4614A;
    border-radius:50px;
}

.view-toggle-button{
    border:none;
    padding:0;
    background-color:transparent;
    color:#18212c;
    font-size:20px;
    cursor:pointer;
    outline: none !important;
}

.show-list-view{
    display:block !important;
}

.show-list-view>div{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
}

.show-list-view .card{
    flex-direction:row !important;
    width:100% !important;
}

.show-list-view .card-img{
    width:200px;
    height:100%;
}

.show-list-view .course-card > div:last-child{
    flex:1 1 auto;
    min-width:0;
    display:flex;
    flex-direction:column;
}

.show-list-view .course-card .card-body{
    flex:1 1 auto;
}

.show-list-view .course-card .card-title,
.show-list-view .course-card .card-text{
    overflow-wrap:break-word;
}

.show-list-view .course-card-body-image-inner{
    flex-direction: row !important;
}
.show-list-view .course-card-body-image .card-title{    
    background-color:transparent;
    color:#1B2A4A;
    text-align: left !important;
    padding-left:0;
}

.show-list-view .course-card-body-image .card-img{
    width: 200px;
    margin-right:20px;
}

.show-list-view .course-card-body-image .btn{
    margin-bottom:16px;
}

.show-list-view .read-more-btn{
    width: initial !important;
}

@media (max-width: 575.98px){
    .show-list-view .course-card{
        flex-direction:column !important;
    }

    .show-list-view .course-card .card-img{
        width:100%;
        height:160px;
    }
}

.activity-title a, .activity-title a {
    color:#1B2A4A;
    font-weight:600;
}

.unit-sortable-element-title a{
    color:#1B2A4A;
}

.circle-plus-icons{
    color:#2E7D5E;
}

.video-play-icon{
    border-radius:50%;
    background-color:#2E7D5E;
    color:#1B2A4A;
    font-size:14px;
    line-height:25px;
    text-align: center;
    width:24px;
    height:24px;
}

.video-play-text{
    font-size:14px;
}

.player-form-section{
    padding-bottom:30px;
    margin-bottom:30px;
}

.player-form-section:not(:last-of-type){
    border-bottom:1px solid #ccc;
}

.player-form-section-icon{
    border-radius:50%;
    background-color:#1B2A4A;
    color:#fff;
    font-size:20px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
}

.player-form-section-title{
    color:#1B2A4A;
    font-weight:600;
    font-size:20px;
}

.player-form-section-subtitle{
    font-weight:600;
    font-size:16px;
}

.player-file-download{
    display:block;
    color:#1B2A4A;
    text-decoration:none;
}

.player-file-download:hover{
    color:#1B2A4A;
    text-decoration:none;
}

.player-file-download-icon{
    font-size:28px;
    color:#a2a2a2;
}

.player-file-download-name{
    font-weight:600;
}

.player-file-download-text{
    font-size:14px;
    color:#2a67a5;
}

.player-file{
    border:1px dashed #ccc;
    position:relative;
}

.player-file .custom-file{
    width:100%;
    height:80px;
}

.player-file .custom-file-input{
    height:80px;
}

.player-file .custom-file-label{
    border:none;
    font-size:14px;
    text-align:center;
    padding:12px;
    height:100%;
    line-height:64px;
}

.player-file .custom-file-label::after{
    content: "" !important;
    padding: 0 !important;
    border:none !important;
}

.player-file .custom-file-button{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:3;
    cursor:pointer;   
}

.player-file .custom-file-label-with-url{
    display:inline-block;
    width:auto;
    left:0;
    right:auto;
    padding-left:20px;
}

.player-file .custom-file-label-with-url a{
    color:#000;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    margin-top:16px;
}

.player-file .custom-file-label-with-url a:hover{
    color:#000;
    text-decoration:none;
}

.player-file .custom-file-icon{
    font-size:36px;
    color:#1B2A4A;
    background-color:#2E7D5E;
    width:56px;
    height:56px;
    line-height:56px;
    text-align:center;
    border-radius:50%;
}

.submission-history-open-btn{
    background-color:#1B2A4A;
    border:none;
    color:#fff;
    font-size:17px;
    font-weight:600;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position:fixed;
    right:-96px;
    top:300px;
    padding:14px 20px;
    border-radius:10px 10px 0 0;
    cursor:pointer;
    z-index:999;
}

.submission-history-container{
    position:fixed;
    right:0;
    top:207px;
    bottom:10%;
    width:100%;
    max-width:800px;
    background-color:#f5f5f5;
    z-index:999;
    border-top-left-radius: 12px;
    overflow-y:auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.submission-history-title{
    background-color:#1B2A4A;
    color:#fff;
    font-size:17px;
    font-weight:600;
    padding:14px 20px;
    border-top-left-radius: 12px;
}

.submission-history-close-btn{
    padding:0;
    border:none;
    background-color:transparent;
    cursor:pointer;
    color:#fff;
}

.submission-history-body{
    padding:12px;
}

.outcome-text-failed{
    color:#a12833 !important;
}

.outcome-text-passed{
    color:#000 !important;
}

.answerbox{
    background-color:#fff !important;
    border-radius:8px;
    border-color:#dfe3e6;
    font-size:0.875rem;
    max-width:100% !important;
}

.quiz-container .player_assessment{
    color:#1B2A4A;
}

.modal .modal-content{
    border-radius:0;
}

.modal .modal-header{
    background-color: #1B2A4A;
    color:#fff;
    border-radius:0;
}

.modal .close {
    color: #fff;
    opacity: 1;
}

.modal .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.9;
}

.modal .modal-header .btn-close:hover,
.modal .modal-header .btn-close:focus {
    opacity: 1;
}

.svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 0 -30px;

}

.donut-ring {
    stroke: #fff;
}

.donut-segment-1 {
    transform-origin: center;
    animation: donutanimation-1 1s ease-out forwards;
    stroke: #2E7D5E;
}

.donut-segment-2 {
    transform-origin: center;
    animation: donutanimation-2 1s ease-out forwards;
    stroke: #96c4e0;
}

.donut-segment-3 {
    transform-origin: center;
    animation: donutanimation-3 1s ease-out forwards;
    stroke: #3d66c3;
}

.donut-text-container {
    fill: #fff;
}

.donut-text {
    font-size:4.5px;
}

.donut-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-small-ring{
    width:90px; 
    height:90px; 
    line-height:80px; 
    border-radius:50%; 
    text-align:center; 
    border:6px solid #fff; 
    font-size:17px; 
    font-weight:600;
}

.ilp-header, .ilp-header:hover{
    font-size:18px;
    color:#1B2A4A;
    font-weight:500;
    text-decoration: none;
}

.ilp-body{
    font-size:14px;
}

.calendar-container{
    padding:20px 24px 24px;
}

.calendar-container .showmore-modifier{
    color: #6c757d;
    text-decoration: underline;
}

.calendar-container .showmore-modifier:hover{
    color: #6c757d;
}

.calendar{
    background-color:#fff;
    border-radius:12px;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
    overflow:hidden;
}

.calendar-week{
    justify-content: space-around;
}

.calendar-week-day-name{
    color: #697481;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    flex: 1 1 0px
}

.calendar-day{
    margin:5px;
    flex: 1 0 auto;
    min-height:92px;
    background-color:#fbfbfc;
    border:1px solid #eceff2;
    border-radius:10px;
    position:relative;
    z-index:1;
    overflow:hidden;
    transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}

.calendar-day-day{
    color: #1B2A4A;
    font-weight: 600;
    font-size: 14px;
    background-color:transparent;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1;
    width:26px;
    height:26px;
    border-radius:50%;
}

.calendar-day-entries-container{
    position:absolute;
    bottom:6px;
    left:6px;
    right:6px;
    z-index:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
}

.calendar-day:before {
    content:none;
}

.calendar-day-current{
    background-color:#e6f0fa;
    border-radius:8px;
}

.calendar-day-current .calendar-day-day{
    background-color:#1B2A4A;
    color:#fff;
}

.calendar-day-inner-table{
    display:table;
    height:100%;
    width:100%;
}

.calendar-day-inner-table-cell{
    display:table-cell;
    height:100%;
    width:20px;
    text-align:center;
    vertical-align: middle;
}

.calendar-day-button{
    cursor:pointer;
}

.calendar-day-button:hover, .calendar-day-button:focus{
    border-color:#c7d7ea;
    box-shadow: 0 6px 14px rgba(27,42,74,0.12);
    transform: translateY(-2px);
    outline:none;
}
.calendar-upcoming-day{
    color:#fff;
    font-weight:bold;
    padding:8px;
    font-size:22px;
    min-width:56px;
}

.calendar-upcoming-day-container{
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom:1px solid #555;
}

.modal .calendar-upcoming-day-container{
    border-bottom:1px solid #eee;
}

.calendar-upcoming-day-more-less-button, .calendar-upcoming-day-more-less-button:hover, .calendar-upcoming-day-more-less-button:active, .calendar-upcoming-day-more-less-button:focus{
    font-size:17px;
    color:#6c757d;
    font-weight:500;
    padding:0;
    margin: 10px 0 0 0;
    text-decoration:none;
}

.calendar-year-month-title{
    font-size:18px;
    font-weight:600;
}

.calendar-upcoming-dates-title{
    font-size:20px;
    font-weight:500;
}

.change-month-btn, .change-month-btn:hover{
    text-decoration:none;
}

.change-month-btn{
    cursor:pointer;
    font-size:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    border-radius:8px;
    color:#fff;
    transition: background-color .15s ease;
}

.change-month-btn:hover, .change-month-btn:focus{
    background-color:rgba(255,255,255,0.15);
}

.change-month-btn-clicked{
    color: rgba(255,255,255,0.5);
    cursor:progress;
}

.calendar-badge{
    display:inline-block;
    border-radius:999px;
    white-space: nowrap;
    padding:3px 10px;
    font-size:11px;
    font-weight:600;
    margin-top:0;
}

.calendar-badge.bg-warning{
    background-color:#fef3e0 !important;
    color:#a35a00;
}

.calendar-badge.bg-primary{
    background-color:#e6f0fa !important;
    color:#2472a4;
}

.calendar-day-visible{
    background-color: #fff;
    color: #1B2A4A;
    border:1px solid #eceff2;
}

.calendar-header{
    background-color:#1B2A4A;
    color:#fff;
    font-weight:600;
    font-size:16px;
    padding:16px 20px;
    margin-bottom:0 !important;
}

.calendar-header a{
    color:#fff;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

@media (min-width: 768px) {
    .navbar{
        height:110px;
    }

    .login-btn{
        color:#fff !important;
        background-color:#0174bf;
        border-radius:3px;
        padding:3px 12px !important;
        cursor:pointer;
    }

    .login-btn:hover{
        background-color: #0165A3;
    }

}

@media (min-width: 992px) {
    .nav-tabs .nav-link{
        font-size:12px;
        padding:10px 4px;
    }
    .menu-footer{
        display:block;
    }
    .menu-container nav ul{
        bottom:124px;
    }
}

@media (min-width: 1400px) {
    .nav-tabs .nav-link{
        font-size:14px;
        padding:10px 4px;
    }

}

@media (min-width: 1200px) {
    .filters-container{
        display:block !important;
        margin-bottom:0;
    }

    .side-content{
        border-bottom:0;
        margin-bottom:0;
        padding: 0 15px;
    }
}


/* END OF MEDIA QUERIES AND MEDIA QUERY RELATED */
