@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Thin.ttf');
    font-weight: 100;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ThinItalic.ttf');
    font-weight: 100;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraLight.ttf');
    font-weight: 200;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Light.ttf');
    font-weight: 300;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-LightItalic.ttf');
    font-weight: 300;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: 400;
    font-style:normal;
}

/*
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-RegularItalic.ttf');
    font-weight: 400;
    font-style:italic;
}
*/

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Medium.ttf');
    font-weight: 500;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-MediumItalic.ttf');
    font-weight: 500;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Bold.ttf');
    font-weight: 700;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-BoldItalic.ttf');
    font-weight: 700;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraBold.ttf');
    font-weight: 800;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style:italic;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Black.ttf');
    font-weight: 900;
    font-style:normal;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-BlackItalic.ttf');
    font-weight: 900;
    font-style:italic;
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    color:#222;
    font-size:16px;
}

strong{
    font-weight:600;
}

.topbar{
    background-color: #000;
    color:#fff;
    padding:0;
    font-size:16px;
    height:55px;
    display:flex;
    align-items: center;
}

.topbar-public-buttons a{
    border: none;
    display:inline-block;
    height:34px;
    line-height:34px;
    padding:0 12px;
    color:#000 !important;
    text-decoration:none;
    transition: background-color 0.3s ease;
    margin-top:10px;
    border-radius:10px;
    background-color:#fff;
}

.topbar-dropdown a:hover{
    color:#fff !important;
}

.navbar-custom{
    background-color: #fff;
    padding:20px 0;
    min-height: 116px;
}

.navbar-custom .navbar-toggler .icon-bar{
    color:#000;
}

.navbar-custom .navbar-toggler{
    color:#000;
    border-color:#000;
}

.navbar-custom .navbar-collapse {
    padding-top: 0;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link.active{
    background-color:#eee;
    transition: box-shadow 0.2s ease;
}

.navbar-custom .navbar-nav{
    margin:30px 0;
}

.navbar-custom .navbar-nav a{
    color:#333;
    line-height:40px;
    display:block;
    text-transform: capitalize;
    font-size:14px;
    padding:0 0 0 12px !important;
}

.navbar-custom .navbar-nav a:hover, .navbar-custom .navbar-nav a:active, .navbar-custom .navbar-nav a:focus{
    color:#fff !important;
    box-shadow: none !important;

}

.tooltip-inner {
    background-color: #fff;
    color:#222;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff !important;
}

.subheader-outer{
    overflow:hidden;
    width:100%;
}

.subheader{
    border: 0;
    border-radius: 0;
    margin:0;
    padding:20px 0 235px 0;
}

.main-content{
    border-radius:25px;
    margin-top:-220px;
    background-color:#fff;
    padding:30px 20px 35px 20px;
    min-height:300px;
}

.main-content-player{
    position:relative;
    overflow:hidden;
}

.page-title{
    color:#fff;
    font-size: 22px;
    line-height: 30px;
}

.breadcrumb-custom{
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0 0 36px 0;
    font-size:14px;
}

.breadcrumb-custom .breadcrumb-item::before {
    padding: 0;
    content: "";
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    padding: 0;
    content: "";
}

.breadcrumb-custom .breadcrumb-item{
    line-height:25px;
    font-size:18px;
}

.breadcrumb-custom .inactive-link{
    color:#000;
}

.breadcrumb-custom a, .breadcrumb-custom a:hover{
    color:#000;
}

.nav-tabs-custom .nav-link, .nav-tabs-custom .nav-link.active{
    color:#000;
}

#logo{
    max-height:65px;
}

#logo-cropped, #logo-client{
    max-height: 65px;
}

.footer {
    border-top: none;
    background-color: #000;
    color:#fff;
    font-size:0.9rem;
    font-weight:400;
}

.footer a, .footer a:hover{
    color:#fff;
    text-decoration:underline;
}

.footer .border-left{
    border-color:#555 !important;
}

.footer-title{
    font-size:16px;
    font-weight:500;
    margin-bottom:14px;
}

.footer-list{
    margin-left:20px;
}

.footer-list li{
    margin-bottom:5px;
}

.footer-list .footer-list{
    padding-left:0;
    margin-left:16px;
    margin-top:5px;
}

.form-group label{
    font-size:1rem;
}

.form-control, .custom-file-label{
    border-radius:14px;
    color:#222;
    border:1px solid #777;
    font-size:1rem;
}

.custom-file-label::after{
    border-radius: 0 14px 14px 0;
}

.input-xs{
    height:28px !important;
}

.form-control::placeholder{
    color:#222;
}

/* .form-control:focus, .form-control:active{
    outline: none;
    box-shadow: none;
    border:2px solid #000;
    color:#222;

} */

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    border-radius:14px !important;
    color:#222 !important;
    border:1px solid #777 !important;
    box-shadow: none !important;
    padding:0;
}

.select2-search__field{
    margin:0;
}

input::placeholder{
    color:#222 !important;
    font-size:0.9rem;
}

.gigi-nopathsmsg{
    color:#222;
    font-size:0.9rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:20px;
}

.select2-selection input, .select2-selection input::placeholder{
    font-size:0.9rem;
}

ul.tagit{
    border-radius:14px !important;
    color:#222 !important;
    border:1px solid #777 !important;
    box-shadow: none !important;
    padding-left:10px;
    padding-right:10px;
}

.tagit-label{
    font-size:0.85rem;
}

input:focus, select:focus, textarea:focus, .select2-container--focus .select2-selection--multiple, .select2-container--focus .select2-selection--single{
    border-radius:4px !important;
    transition: border-radius 0.3s ease;
}

.public-content-body .custom-file-label{
    height:50px;
    border-radius:16px !important;
    padding-top:13px;
}

.public-content-body .custom-file-label::after{
    height:50px;
    color:#fff;
    background-color:#4361ee;
    padding-top:13px;
}

.public-content-body .custom-file, .public-content-body .custom-file-input{
    height:50px;
}

/* .public-content-body .form-control:focus, .public-content-body .form-control:active{
    border:2px solid #7109b6;
} */

.public-content-body input:-webkit-autofill,
.public-content-body input:-webkit-autofill:hover, 
.public-content-body input:-webkit-autofill:focus, 
.public-content-body input:-webkit-autofill:active
{
    transition:none;
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}


.public-content-body legend{
    font-size: 24px;
    font-weight: bold;
    text-transform:uppercase;
    border-bottom: none;
    margin-bottom: 16px;
}

.public-content-login-box .btn-theme:after{
    content: '';
    display: none;
    background:none;
}

.public-content-body{
    margin-top:-200px;
    padding-bottom:100px;
}

.public-content-box{
    background-color:#fff;
    margin:auto;
    width:100%;
    max-width:1100px;
    border-radius:30px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.25);
}

.public-content-login-box{
    width:100%;
    max-width:950px;
}

#logo{
    width:170px;
}

.login-logo{
    margin-bottom:20px;
}

.btn{
    font-size:16px;
}

a.btn-theme, .btn-theme{
    color:#fff;
    border-radius: 8px;
    border: none;
    transition: all .25s ease-in-out;
    position:relative;
    padding:8px 34px 8px 16px !important;
}

a.btn-theme:hover, .btn-theme:hover, a.btn-theme:active, .btn-theme:active, a.btn-theme:focus, .btn-theme:focus{
    color:#fff;
}

a.btn-theme:after, .btn-theme:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 13px;
    height: 18px;
    margin-top: -9px;
    background-image: url(images/sprite.png);
    background-position: -216px -70px;
    background-size: auto 750px;
}

.btn-theme-no-icon, .title-action-button{
    color:#fff;
    border-radius: 8px;
    border: none;
    transition: all .25s ease-in-out;
    padding:8px 16px !important;
}

.btn-theme-no-icon:hover, .title-action-button:hover{
    color:#fff;
}

.btn-theme-no-icon.btn-sm{
    padding:3px 6px !important;
    font-size:13px !important;
}

.btn-theme.btn-sm{
    padding:3px 26px 3px 6px !important;
    font-size:13px !important;
}

a.btn-theme.btn-sm:after, .btn-theme.btn-sm:after{
    right: 5px;
}

.btn-outline-theme{
    border-radius: 8px;
    transition: all .25s ease-in-out;
    padding:8px 16px;
    font-size: 14px;
}

.btn-group .btn-theme{
    color:#fff;
    border-radius: 8px;
    box-shadow: none;
    transition: all .25s ease-in-out;
    padding:4px 8px !important;
}

.btn-group .btn-theme:after {
    display:none;
}

.btn-group .btn-theme:hover{
    color:#fff;
    box-shadow: none;
}

.panel, .custom-list-expandable .panel{
    box-shadow: none;
    border-radius:6px;
    border-color: #e0e0e0;
    overflow:hidden;
}

.custom-list-avatar, .custom-list-expandable-avatar{
    background-color: #333;
    color:#fff;
}

.custom-list-expandable-check{
    color:#5cb85c;
}

.custom-list li {
    background-color: #fff;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    box-shadow:none;
    border-radius: 6px;
    padding: 10px;
    overflow:hidden;
}

.custom-list-ul li{
    background-color: #fff;
    margin: 0 10px 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.dash-box-container{
    box-shadow: none;
    border-radius: 12px;
    border: 2px solid rgb(226, 226, 226);
    overflow:hidden;
}

.dash-graph-title{
    padding:0;
    margin-bottom:8px;
    font-size:16px;
}

.dash-box-title{
    font-size:18px;
    text-transform: capitalize;
}

.dash-box-color-opt1 .dash-box-avatar{
    background-color: #4361ee;
}

.dash-box-color-opt1 .dash-box-link a {
    color:#4361ee;
}

.dash-box-color-opt1 .dash-box-title{
    color:#333;
}

.dash-box-color-opt2 .dash-box-avatar{
    background-color: #4361ee;
}

.dash-box-color-opt2 .dash-box-link a {
    color:#4361ee;
}

.dash-box-color-opt2 .dash-box-title{
    color:#333;
}

.dash-box-color-opt3 .dash-box-avatar{
    background-color: #4361ee;
}

.dash-box-color-opt3 .dash-box-link a {
    color:#4361ee;
}

.dash-box-color-opt3 .dash-box-title{
    color:#333;
}

.dash-box-color-opt4 .dash-box-avatar{
    background-color:#4361ee;
}

.dash-box-color-opt4 .dash-box-link a {
    color:#4361ee;
}

.dash-box-color-opt4 .dash-box-title{
    color:#333;
}

.dash-box-color-opt5 .dash-box-avatar{
    background-color: #4361ee;
}

.dash-box-color-opt5 .dash-box-link a {
    color:#4361ee;
}

.dash-box-color-opt5 .dash-box-title{
    color:#333;
}

.dash-box-color-opt6 .dash-box-avatar{
    background-color: #4361ee;
}

.dash-box-color-opt6 .dash-box-link a {
    color:#4361ee;
}

.dash-box-color-opt6 .dash-box-title{
    color:#333;
}

.dash-graph-color-opt1{
    color:#222;
    border:0;
}

.dash-graph-color-opt1 .glyphicon{
    color:#222;
}

.dash-graph-color-opt2{
    color:#222;
    border:0;
}

.dash-graph-color-opt2 .glyphicon{
    color:#222;
}

.dash-graph-color-opt3{
    color:#222;
    border:0;
}

.dash-graph-color-opt3 .glyphicon{
    color:#222;
}

.dash-graph-color-opt4{
    color:#222;
    border:0;
}

.dash-graph-color-opt4 .glyphicon{
    color:#222;
}

.dash-graph-color-opt5{
    color:#222;
    border:0;
}

.dash-graph-color-opt5 .glyphicon{
    color:#222;
}

.dash-graph-color-opt6{
    color:#222;
    border:0;
}

.dash-graph-color-opt6 .glyphicon{
    color:#222;
}

.dash-box-number{
    font-weight:500;
}

.introhelp-box-text{
    font-size:13px;
}

.public-container {
    color: rgba(0, 0, 0, 0.7);
}

.public-list ul{
    color:rgba(0, 0, 0, 0.75);
}

.public-list-icon {
    color: #ff9933;
}

.public-course-list-item {
    border-bottom:1px solid #ccc;
}

.public-call-to-action{
    background-color:#8bb918;
    color:#fff !important;
}

.public-call-to-action h1, .public-call-to-action h2{
    margin-top: 20px;
}

.public-course-sidebar-item-title {
    text-shadow: 1px 1px #000;
}

.public-course-sidebar-item-text {
    text-shadow: 1px 1px #000;
    color: #fff !important;
}

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

.public-course-sidebar-call-to-action-small, .public-course-sidebar-call-to-action-small:hover {
    color: #fff;
}

.public-course-sidebar-call-to-action-small:hover .public-course-sidebar-call-to-action-small-body{
    background-color: rgba(139, 185, 24, 0.8);
}

.public-course-sidebar-call-to-action-small-body {
    background-color: #8bb918;
}

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

.element-dropdown .dropdown-toggle{
    color:#337AB7;
}

.element-dropdown .dropdown-toggle:hover{
    color: #23527c;
    text-decoration: underline;
}

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

.panel-link{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.jconfirm-closeIcon{
    margin-top:10px;
}

.fieldmessage-error{
    display:inline-block;
    margin-top:6px;
    font-size:14px;
}

.alert ul{
    margin-bottom:0;
    padding-left:16px;
}

.accordion .card-header {
    background-color: #333;
    color: #fff;
}

.accordion-card-header-button {
    font-weight: 400;
    font-size: 22px;
}

.accordion .card-body {
    background-color: rgba(72, 38, 131, 0.05);
}

.contentauthoring-item{
    border:1px solid #fff;
}

.contentauthoring-item:hover{
    background-color: #fafafa;
    box-shadow: 0 5px 0 rgba(0,0,0,.3);
    border-radius: 6px;
    border-color: #ccc;
}

span.tagit-label, li.tagit-new input, ul.ui-menu li.ui-menu-item{
    font-family: 'Poppins', sans-serif !important;
}

.dropdown-menu .dropdown-item{
    font-size:16px;
}

.dropdown-item{
    color:#212529 !important;
}

.dropdown-item.active, .dropdown-item:active{
    color:#fff !important;
    background-color:#4361ee;
}

.custom-list-subheader{
    font-weight:500;
}

.custom-list-label{
    color: #222;
    font-weight:500;
    font-size:0.9rem;
    line-height:1.5rem;
}

.custom-list-value{
    color:#222;
    font-weight:400;
    font-size:0.9rem;
    line-height:1.5rem;
}

.custom-list-section{
    color:#222;
    font-weight:400;
    font-size:0.80rem;
}

.custom-list-section a .custom-list-value{
    color:#4361ee !important;
}

.custom-list-footer a{
    font-size:14px;
}

.custom-list-footer a:hover {
    color:#000;
}

.topbar-impersonate-container{
    color: #ff9b24;
}

.modal-title{
    font-weight:600;
    font-size:17px;
    margin:0;
}

.overdue {
    font-weight:600;
    color: #ca181f;
}

a, a:hover{
    color:#4361ee;
}

.topbar-public-buttons a:hover{
    background-color:rgb(211, 211, 211);
}

.topbar-dropdown a:hover{
    background-color:#4361ee !important;
}

.navbar-custom{
    border-bottom:6px solid #000;
}

.navbar-custom .navbar-nav a:hover, .navbar-custom .navbar-nav a:active, .navbar-custom .navbar-nav a:focus{
    background-color:#4361ee !important;
}

.subheader{
    background-color:#000;
}

.btn-link, .btn-link:hover{
    color:#4361ee;
}

a.btn-theme, .btn-theme{
    color:#fff;
    background-color:#4361ee;
}

a.btn-theme:hover, .btn-theme:hover, a.btn-theme:active, .btn-theme:active, a.btn-theme:focus, .btn-theme:focus{
    color:#fff;
    background-color:#4361ee;
}

.btn-theme-no-icon{
    color:#fff;
    background-color:#4361ee;
}

.btn-theme-no-icon:hover{
    color:#fff;
    background-color:#000;
}

.title-action-button{
    color:#4361ee;
    background-color:#fff;
    border:1px solid #4361ee;
}

.title-action-button:hover{
    color:#4361ee;
    background-color:#fff;
    border:1px solid #4361ee;
}

.btn-theme-no-icon.btn-sm, .btn-theme.btn-sm{
    color:#fff;
    border:1px solid #4361ee;
}

.btn-outline-theme{
    color:#4361ee;
    border-color:#4361ee;
}

.btn-group .btn-theme{
    color:#fff;
    background-color:#4361ee;
    border: 1px solid #4361ee;
}

.btn-group .btn-theme:hover{
    background-color:#4361ee;
}

.custom-list h2, .custom-list-expandable h2{
    color: #222;
}

.custom-list h3, .custom-list-expandable h3{
    color: #222;
}

.introhelp-box-title{
    text-transform: capitalize;
    font-weight:500;
}

.introhelp-box-title-dash{
    color: #222;
}

fieldset.form-group legend {
    color: #222;
}

.reportprogress1 {
    color:#303030; 
    background-color: #e0e0e0;
}

.reportprogress2 {
    background-color: #ff00a6;
}

.reportprogress3 {
    background-color: #4361ee;
}

.page-item.active .page-link {
    background-color: #007bff !important;
    border-color: #007bff;
    color:#fff;
}

a.page-link, a.page-link:hover{
    color: #000;
    border-color: #000;
}

.custom-badge {
    padding: .3em .6em .3em .6em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    border-radius: 6px;
    min-width: 50%;
    margin-bottom: 3px;
    color: #222;
}

.custom-badge-default {
    background-color:#577590;
    border:1px solid #577590;
    color:#fff;
}

.custom-badge-primary {
    background-color:#073B4C;
    border:1px solid #073B4C;
    color:#fff;
}

.custom-badge-success {
    background-color: #328069;
    border:1px solid #328069;
    color:#fff
}

.custom-badge-warning {
    background-color: #d93d00;
    border:1px solid #d93d00;
    color:#fff;
}

.custom-badge-info {
    background-color: #4cc9f0;
    border:1px solid #4cc9f0;
    color:#fff;
}

.custom-badge-danger {
    background-color: #c33639;
    border:1px solid #c33639;
    color:#fff;
}

.main-container{
    min-height: calc(100vh - 144px);
}

.packagetag{
    color:#111;
    font-size:0.7rem;
    font-weight:500;
}

.introhelp-box-text-dash{
    font-size:16px;
}

.introhelp-box-title-dash{
    font-size:18px;
    margin-bottom:6px;
}

.table th{
    font-weight:500;
    font-size:0.9rem;
}

.table td{
    font-size:0.9rem;
}

.pagesummary-container{
    border-color:#e0e0e0;
    background-color:#f8f8f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pagesummary-container .form-control, .pagesummary-container input::placeholder{
    font-size:14px !important;
}

.pagesummary-container .select2, .pagesummary-container .select2-search__field::placeholder{
    font-size:14px !important;
}

.pagesummary-container .select2-search__field{
    margin-top:7px !important;
}

.panel-default > .panel-heading{
    border-color:#e0e0e0;
    background-color:#f8f8f8;
    font-weight:400;
}

.user-feedback-container{
    border-color:#e0e0e0;
    background-color:#f8f8f8;
    font-weight:400;
}

.input-group-text{
    background-color:#f8f8f8;
    color:#222;
    border-color:#777;
}

.custom-list-header{
    line-height:1.7rem;
    font-size:1.2rem;
}

.custom-list-header a, .custom-list-header a:hover{
    color: #222;
    text-decoration: underline;
}

.course-item-expand-container a, .course-item-expand-container a:hover{
    color:#222;
}

.custom-list-expandable-tasks a, .custom-list-expandable-tasks a:hover{
    color:#222;
    text-decoration: underline;
}

.mylearning-heading{
    font-weight:500;
    font-size:1.3rem;
    margin-bottom:26px;
}

.panel-body{
    font-size:1rem;
}

.introhelp-container{
    border: 1px solid #e0e0e0;
    border-radius:6px;
    box-shadow:none;
}

.custom-list-expandable-task-description{
    color:#222;
}

.user-feedback-container{
    background-color: #eee;
    border-radius: 12px !important;
    padding: 20px;
    border:none;
}

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

.big-title{
    font-size:22px;
    font-weight:500;
    margin-bottom:20px;
}

.small-title{
    font-size:14px; 
    font-weight:500;
    margin-bottom:10px;
    line-height:normal;
}

.card-team{
    font-size:14px;
}

.card-stretch{
    height:100%;
}

.card-with-header-stretch{
    height:calc(100% - 28px);
}

.card{
    position: relative;
    border-radius: 12px;
    border: 2px solid rgb(226, 226, 226);
}

.card-gradient{
    background: rgb(2,0,36);
    background: linear-gradient(339deg, rgba(2,0,36,0) 0%, rgb(241, 241, 241) 100%);
}

.carousel .card{
    font-size: 14px;
    border-radius: 12px;
    border: 2px solid rgb(226, 226, 226);
    overflow:hidden;
    max-width:100%;
}

.carousel .card>a, .carousel .card>a:hover{
    color:#000;
    text-decoration:none;
}

.carousel .card-image-cover{
    width:100%;
    height:158px;
    border-radius:12px 12px 0 0;
    background-color: #ccc;
    color:#555;
    font-size:82px;
    line-height:160px;
    text-align:center;
}

.carousel .card-title{
    font-size:17px;
    font-weight:500;
    height: 48px;
    overflow: hidden;
}

.carousel .card-text{
    font-size:14px !important;
    line-height:20px;
    font-weight:400 !important;
    height:122px;
    overflow: hidden;
}

.carousel .card-footer-details{
    font-size:13px;
    color:#555;
}

.carousel-nav-btn{
    display:inline-block;
    background-color:#4361ee;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    position:absolute;
    top:calc(50% - 30px);
    z-index:1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.carousel-nav-btn:hover{
    text-decoration: none;
    background-color:#2f47b4;
    color:#fff;
}

.carousel-nav-btn.carousel-nav-btn-disabled{
    background-color:#8b9ce7 !important;
    color:#fff !important;
    cursor:default;
}

.carousel-nav-btn-left{
    left:-16px;
}

.carousel-nav-btn-right{
    right:-16px;
}

.cards-carousel{
    display:block;
}

.cards-carousel-md{
    display:none;
}

.cards-carousel-lg{
    display:none;
}

.cards-carousel-xl{
    display:none;
}

.profile-points{
    font-size:14px;
    font-weight:600;
}

.profile-donut{
    width:330px;
}

.profile-donut-perc{
    font-size:32px; 
    font-weight:500; 
    position:absolute; 
    z-index:0; 
    top:calc(50% - 20px); 
    bottom:0; 
    left:0; 
    right:0; 
    margin:auto; 
    text-align:center;
}

.list-item-button-title{
    padding-right:12px;
}

.dash-team-container{
    overflow-x:auto;
    padding:8px 0;
}

.dash-team-container::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    height: 5px;
    width:5px;
}
  
.dash-team-container::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.dash-team-container::-webkit-scrollbar-thumb, .dash-team-container::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #B0B0B0;
}

.dash-team-member-container{
    width:110px;
    padding:0 8px;
}

.dash-team-member-container a{
    text-decoration: none;
    color:inherit;
}

.dash-team-member-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:500; 
    font-size:13px; 
    margin-top:4px; 
    text-align:center;
}


.list-item-button{
    display:block;
    margin-bottom:18px;
    text-decoration: none !important;
}

.list-item-button-inner{
    background-color:#4361ee; 
    color:#fff; 
    padding:20px 0 20px 20px;
    border-radius:12px;
}

.list-item-button:hover .list-item-button-inner{
    background-color:#2f47b4;
    transition: all 0.3 ease;
    text-decoration: none !important;
}

.list-item-button-inner-light{
    border:none; 
    background-color:#fff; 
    border-radius:0; 
    color:#4361ee; 
    padding:0 0 19px 0; 
    margin-bottom:19px; 
    border-bottom:1px solid #eee;
}

.list-item-button:hover .list-item-button-inner-light{
    color:#000;
    background-color: #fff;
    transition: all 0.3 ease;
    text-decoration: underline !important;
}

.list-item-button-inner-light .list-item-button-title{
    color:#000;
}

.list-item-button-arrow-container{
    width:42px;
}

.list-item-button-arrow{
    margin-left:0;
    transition: all 0.3s ease;
}

.list-item-button:hover .list-item-button-arrow{
    margin-left:10px;
}

.list-item-button-avatar{
    border-radius:50%;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    background-color:#fff; 
    color:#4361ee; 
    font-weight:500;
}

.list-item-button-avatar-muted{
    color:#ccc; 
}

.dash-table thead th{
    font-size:13px !important;
    border-top:none !important
}

.color-gold{
    color:#FFD700;
}

.color-silver{
    color:#808080;
}

.color-bronze{
    color:#cd7f32;
}

.learning-mode-toggle{
    padding:4px 8px 4px 4px;
     border:none; 
     border-radius:20px; 
     font-size:14px;
}

.learning-mode-toggle-primary{
    background-color:#4361ee;
    color:#fff;
}

.learning-mode-toggle-primary:hover{
    background-color:#344fc4;
    transition: background-color 0.3s ease;
}

.learning-mode-toggle-secondary{
    background-color:#fff;
}

.learning-mode-toggle-secondary:hover{
    background-color:rgb(224, 224, 224);
    transition: background-color 0.3s ease;
}

.learning-mode-toggle-icon{
    display:inline-block; 
    margin-right:2px; 
    border-radius:50%; 
    text-align:center; 
    font-size:14px;
    width:20px;
    height:20px; 
    line-height:20px;
}

.learning-mode-toggle-primary .learning-mode-toggle-icon{
    background-color:#fff; 
    color:#4361ee; 
}

.learning-mode-toggle-secondary .learning-mode-toggle-icon{
    background-color:#4361ee; 
    color:#fff; 
}

.header-profile-button{
    background-color:transparent;
    border:none;
    height:60px;
    text-align: left;
}

.header-profile-button-text{
    color:#fff; 
    line-height:18px; 
    padding-top:4px;
}

.header-profile-button-impersonating{
    color: #ff9b24;   
}

.header-profile-button-impersonating .header-profile-button-text{
    color:#000;
}

.go-top{
    position:fixed; 
    right:8px; 
    bottom:14px; 
    text-align:center; 
    width:40px; 
    height:40px; 
    line-height:40px; 
    font-size:16px; 
    background-color:#fff;
    border-radius:50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    color:#4361ee;
    z-index:999;
}


.skills-cards .card-icon{
    width:100px;
    height:100px;
    line-height:100px;
    border-radius:50%;
    margin:16px auto 0 auto;
    text-align:center;
    background-color:#eee;
    font-size:48px;
    color:#333;
}

.skills-cards .card-completed .card-icon{
    background-color:#4361ee;
    color:#fff;
    transition: all 0.3s ease;
}

.skills-cards .card-completed .card-add-rating{
    display:none;
}

.skills-cards .card-completed .card-update-rating{
    display:block !important;
}

.skills-cards .card-title{
    font-size:18px;
    margin:0;
}

.skill-icon-inline{
    background-color:#4361ee;
    color:#fff;
    font-size:20px;
    width: 40px;
    height:40px;
    line-height:40px;
    border-radius:50%;
    text-align:center;
}

.card-title-container{
    height:84px;
    overflow:hidden;
}

.question-text{
    font-weight:500;
    margin-bottom:0;
    margin-top:16px;
}

.guidence-statments-container{
    margin-top:20px;
}

.guidence-statment{
    border:1px solid #ccc;
    background-color:#f1f1f1;
    border-radius:6px;
    padding:16px;
}

.question-container-inner{
    margin-bottom:20px;
}

.question-container-inner:not(:last-of-type){
    border-bottom:1px dashed #ccc;
    padding-bottom:40px;
}

.range-markers-container{
    margin-top:16px;
}

.range-marker{
    font-size:14px;
    font-weight:500;
    width:20px;
    text-align:center;
    background-color:transparent;
    border:none;
    padding:0;
}

.card-hero{
    text-align:center;
    padding:40px;
    background-color:#4361ee; 
    color:#fff;
}

#clienthomepagehero img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#clienthomepagehero iframe {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card-hero-title{
    font-size:24px; 
    font-weight:bold;
    margin-bottom:16px;
}

.card-hero-text{
    color:#efefef; 
    font-size:16px; 
    width:100%; 
    max-width:550px; 
    margin:auto;
}

.rec-card-completed-overlay{
    position:absolute; 
    top:0; 
    right:0; 
    bottom:0; 
    left:0;  
    font-size:52px; 
    background-color:#4361ee; 
    opacity:0.4;
    display:none;
}

.rec-card-completed-banner{
    position:absolute; 
    right:0; 
    bottom:0; 
    left:0; 
    text-align:center; 
    color:#fff; 
    background-color:#4361ee; 
    z-index:1; 
    font-size:16px; 
    padding:4px 8px;
    display:none;
    line-height:normal;
}

.rec-card-completed .rec-card-completed-overlay, .rec-card-completed .rec-card-completed-banner{
    display:block;
}

.dash-skill{
    width:100%;
}

.dash-skill:not(:last-of-type){
    border-bottom:1px solid #ccc; 
    padding-bottom:15px; 
    margin-bottom:15px;
}

.dash-skill-icon{
    background-color:#4361ee; 
    color:#fff; 
    width:70px; 
    height:70px; 
    line-height:70px; 
    text-align:center; 
    font-size:32px; 
    border-radius:50%;
}

.dash-skill-name, .dash-skill-question{
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-skill .progress{
    height:5px;
}

.dash-skill .progress-bar{
    height:5px;
}

.dash-skill  .progress-bar-secondary{
    background-color:#ecc5df;
}

.profile-time-separator{
    border-left:none;
    margin-left:auto;
}

.profile-time-icon{
    font-size:62px; 
    margin-bottom:16px; 
    color:#4361ee;
}

.profile-time{
    font-size:18px; 
    margin-bottom:6px; 
    color:#333; 
    font-weight:500;
}

.dash-card-no-data-container{
    min-height:318px;
    position:Relative;
}

.dash-card-no-data{
    position:absolute;
    top:0; 
    right:0; 
    bottom:0;
    left:0;
    color:#aaa;
    font-size:18px;
    font-weight:bold;
    width:100%;
    height:0px;
    text-align:center;
    margin:auto;
}

.register-step-title{
    font-size:22px; 
    font-weight:500;
}

.register-step-title-step{
    color:#4A4AAE;
    font-weight:bold;
}

.register-radio-extra-text{
    font-size:18px; 
    color:#fff; 
    font-weight:600; 
    background-color: #4361ee; 
    margin-top:20px; 
    padding:6px 20px;
    text-align:center;
    border-radius:10px;
    display:inline-block;
}

.register-total{
    font-size:24px;
}

.register-table-container{
    background-color:#FDF7FB; 
    padding:20px 20px 10px 20px;
}

.register-table-total-column{
    border-top:1px solid #bebebe;
}

.card-hero-icon-container{
    text-align:center; 
    font-size:72px; 
    color:rgba(255, 255, 255, 0.35);
    margin-bottom:12px;
}

.login-separator::before,
.login-separator::after {
    border-bottom: 1px solid #0F6FBE;
}

.login-sidepanel{
    padding-top:150px;
    background-color:#219fff;
    text-align:center;
    background: linear-gradient(243deg, #B180EF 10%, #0175FC 100%);
    color:#fff;
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;
    overflow:hidden;
}

.login-sidepanel .login-icon{
    width:50px;
    margin-bottom:20px;
}

.login-sidepanel h1{
    font-weight:bold;
    font-size:26px;
}

.login-sidepanel p{
    font-weight:600;
    font-size:16px;
}

.public-sidepanel{
    width:500px !important;
    background: rgb(147,0,181);
    background: linear-gradient(243deg, #B180EF 10%, #0175FC 100%);
    color:#fff;
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;
    overflow:hidden;
}

.public-sidepanel-inner{
    display:grid; 
    place-items:center; 
    height:100%;
    min-height:500px;
    padding:20px;
}

.public-sidepanel h1{
    font-weight:bold;
    font-size:28px;
}

.public-sidepanel p{
    font-size:16px;
}

.register-summary-item{
    background-color:#f1f1f1;
    padding:8px 26px;
    border-radius:20px;
    margin-bottom:20px;
}

.register-summary-item-title{
    text-transform:uppercase;
    font-size:26px;
    font-weight:bold;
}

.register-summary-item-text{
    font-size:14px;
}

.register-summary-section-title{
    padding-left:26px;
    margin-top:45px;
    margin-bottom:10px;
    font-size:14px;
}

#profile-form .select2-container{
    border: 1px solid #777;
    border-radius: 16px !important;
}

#profile-form .select2-selection{
    border: none !important;
    height: 50px !important;
    border-radius: 16px !important;
}

#profile-form .select2-selection__rendered{
    border: none !important;
    height: 50px !important;
    border-radius: 16px !important;
    padding-top: 10px;
}

#profile-form .select2-selection__arrow{
    margin-top: 10px !important;
}

#profile-form .select2-selection__placeholder{
    color: #555;
}

@media (min-width: 576px) {

    .subheader{
        border-radius: 0 0 50% 50%;
        padding:30px 0 245px 0;
    }

    .page-title{
        font-size: 26px;
        line-height: 28px;
    }

    .public-content-body{
        margin-top:-190px;
    }

    .login-logo{
        margin-bottom:42px;
    }

    .profile-donut{
        width:370px;
    }

    .profile-stats-item-subtitle{
        font-size:14px;
    }

    .profile-stats-item-container{
        width:180px;
    }

    .list-item-button-title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;  
    }

    .carousel-nav-btn{
        width:45px;
        height:45px;
        line-height:45px;
    }
    
    .carousel-nav-btn-left{
        left:-28px;
    }
    
    .carousel-nav-btn-right{
        right:-28px;
    }

}

@media (min-width: 768px) {
    .cards-carousel{
        display:none;
    }

    .cards-carousel-md{
        display:block;
    }

    .cards-carousel-lg{
        display:none;
    }

    .cards-carousel-xl{
        display:none;
    }

    .carousel .card{
        font-size: 14px;
        border-radius: 12px;
        border: 2px solid rgb(226, 226, 226);
        overflow:hidden;
        max-width:330px;
    }
}

@media (min-width: 992px) {

    .main-content{
        padding:30px 35px 35px 35px;
        min-height:600px;
    }

    .navbar-custom{
        padding:0;
    }

    .navbar-custom .navbar-nav{
        margin:0;
    }

    .navbar-custom .navbar-nav a{
        line-height:114px;
        display:inline-block;

    }

    .navbar-custom .dropdown a{
        padding-right:14px !important;
    }

    .navbar-custom .navbar-nav a .nav-link-text{
        padding-right:14px;
    }

    .navbar-custom .nav-item:last-of-type a .nav-link-text{
        border-right-color:#fff;
    }

    .navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link.active{
        background-color: inherit;
        -moz-box-box-shadow: inset 0 -4px 0 #4361ee;
        -webkit-box-shadow: inset 0 -4px 0 #4361ee;
        box-shadow: inset 0 -4px 0 #4361ee;
        transition: box-shadow 0.2s ease;
    }

    .cards-carousel{
        display:none;
    }

    .cards-carousel-md{
        display:none;
    }

    .cards-carousel-lg{
        display:block;
    }

    .cards-carousel-xl{
        display:none;
    }

}

@media (min-width: 1200px) {

    .navbar-custom .navbar-nav a{
        font-size:19px;
    }

    .navbar-custom .navbar-nav a{
        padding-left:18px !important;
    }

    .navbar-custom .navbar-nav a .nav-link-text{
        padding-right:18px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }

    .cards-carousel{
        display:none;
    }

    .cards-carousel-md{
        display:none;
    }

    .cards-carousel-lg{
        display:none;
    }

    .cards-carousel-xl{
        display:block;
    }
    
    .profile-time-separator{
        border-left:1px dashed #555;
        margin-left:50px;
    }
}

@media (max-width: 992px) {
    #logo-client {
        max-height: 50px;
    }
}

@media print {
    .page-title{
        font-size:18px;
        font-weight:500;
        margin:0;
        padding:0;
        color:#000;
    }

    .main-content{
        padding-top:0;
        margin-top:-220px;
    }
}