/* Auto-izdvojeno iz front/css/style.css — B2B header stilovi, skalirani pod .header-not-logged-in.
   Namenjeno učitavanju u layout.b2c na B2B platformi (opcija A). Ne editovati ručno. */

.header-not-logged-in .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-not-logged-in .media .media-image {
    display: flex;
    margin-right: 10px;
}
.header-not-logged-in .media .media-body {
    -ms-flex: 1;
    flex: 1;
}
.header-not-logged-in .dropdown-toggle-no-caret:after {
    display: none;
}
.header-not-logged-in .dropdown-menu.dropdown-lg {
    min-width: 16.25rem;
    max-width: 16.25rem;
}
.header-not-logged-in .dropdown-menu.dropdown-xl {
    min-width: 20rem;
    max-width: 20rem;
}
.header-not-logged-in .dropdown-divider {
    opacity: 1;
}
.header-not-logged-in .dropdown-custom .dropdown-content {
    padding: 0 1rem;
}
.header-not-logged-in .dropdown-custom h6 {
    padding: 0 1rem;
}
.header-not-logged-in .dropdown-custom .dropdown-header {
    display: flex;
    justify-content: flex-start;
    padding: .625rem 1rem;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.header-not-logged-in .dropdown-custom .dropdown-header:hover, .header-not-logged-in .dropdown-custom .dropdown-header:focus {
    text-decoration: none;
}
.header-not-logged-in .dropdown-custom .dropdown-header svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.header-not-logged-in .dropdown-custom .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.header-not-logged-in .dropdown-custom .dropdown-item svg {
    width: auto;
    height: 14px;
    margin-right: 10px;
}
.header-not-logged-in .dropdown-custom .dropdown-item.logout, .header-not-logged-in .dropdown-custom .dropdown-item.login {
    font-weight: 600;
}
.header-not-logged-in .dropdown-custom .dropdown-item.top-lista {
    font-weight: 600;
}
.header-not-logged-in .admin-option .dropdown-menu {
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}
.header-not-logged-in .deletable-list li .btn-link:hover {
    text-decoration: none;
}
.header-not-logged-in .deletable-list li .btn-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
}
.header-not-logged-in .deletable-list li .btn-link svg {
    width: 18px;
    height: auto;
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-not-logged-in .deletable-list li .btn-link:hover svg {
    opacity: 1;
    visibility: visible;
}
.header-not-logged-in .btn-pill-blue-45 svg {
    width: auto;
    height: 14px;
    margin-right: 5px;
}
.header-not-logged-in .btn-pill-blue-45 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 2rem;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.header-not-logged-in .btn-pill-blue-outline-45 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 2rem;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.header-not-logged-in .badge.badge-notification-dot {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.header-not-logged-in .login-section .logo {
    height: 45px;
    width: auto;
}
.header-not-logged-in .login-section .login-fields .button-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-not-logged-in .login-section.register-section .login-fields .button-holder {
    align-items: flex-end;
    margin-bottom: 0;
}
.header-not-logged-in .login-section.register-section .login-fields .button-holder .btn {
    position: relative;
    top: 10px;
}
.header-not-logged-in .login-section.activation-section .logo {
    position: relative;
    top: 0;
    left: 0;
}
.header-not-logged-in .login-section.activation-section .login-fields .button-holder {
    justify-content: center;
}
.header-not-logged-in .login-footer .media .media-body p {
    margin-bottom: 0;
}
.header-not-logged-in .login-footer .media .media-body p:first-of-type {
    font-size: 1rem;
}
.header-not-logged-in .login-footer .media svg {
    width: 40px;
    height: 40px;
}
.header-not-logged-in .header .logo img {
    height: 40px;
    width: auto;
}
.header-not-logged-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 80px;
    padding: 0 15px 0 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-not-logged-in .logo {
    height: 45px;
    width: auto;
}
.header-not-logged-in .header-not-logged-in-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.875rem;
}
/* Bootstrap .btn ima eksplicitan font-size:1rem, pa ga moramo pregaziti direktno */
.header-not-logged-in .header-not-logged-in-options .btn,
.header-not-logged-in .header-not-logged-in-options .btn-link,
.header-not-logged-in .header-not-logged-in-options .btn-user,
.header-not-logged-in .header-not-logged-in-options .btn-user .media-body {
    font-size: 0.875rem;
}
.header-not-logged-in .header-not-logged-in-options .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 2rem;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* Boja linkova kao na primarnom (site-header) headeru, ne bootstrap plava */
    color: #222;
    border-right: 1px solid #ececec;
}
.header-not-logged-in .header-not-logged-in-options .btn-link:hover,
.header-not-logged-in .header-not-logged-in-options .btn-link:focus,
.header-not-logged-in .header-not-logged-in-options .btn-link.active {
    /* Na hover ostaje ista boja, samo podvučeno (bez plave) */
    color: #222;
    text-decoration: underline;
}
.header-not-logged-in .header-not-logged-in-options .btn:nth-last-child(2) {
    margin-left: 2rem;
}
.header-not-logged-in .header-not-logged-in-options .btn:last-child {
    margin-left: 1rem;
}
.header-not-logged-in .header-not-logged-in-options .btn-link:hover {
    text-decoration: underline;
}
.header-not-logged-in.with-mobile-menu .front-mobile-menu {
    display: none;
}
.header-not-logged-in.with-mobile-menu {
    align-items: center;
}
.header-not-logged-in.with-mobile-menu .front-mobile-menu .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
}
.header-not-logged-in.with-mobile-menu .front-mobile-menu .btn svg {
    right: unset;
}
.header-not-logged-in .user-header .media-image {
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    padding: 4px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .user-header .media-image img {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .user-header .media-image svg {
    width: 65px;
    height: 65px;
}
.header-not-logged-in .user-header .button-holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.header-not-logged-in .user-header .button-holder .btn:not(:last-child) {
    margin-right: 15px;
}
.header-not-logged-in .user-header .button-holder .btn.disabled, .header-not-logged-in .user-header .button-holder .btn:disabled {
    opacity: 1;
}
.header-not-logged-in .user-header .button-holder .hover-notification {
    position: absolute;
    top: -40px;
    left: 150px;
    display: flex;
    align-items: baseline;
    padding-left: 10px;
    font-size: 0.875rem;
}
.header-not-logged-in .user-header .button-holder .hover-notification svg {
    position: relative;
    top: 10px;
    width: 40px;
    margin-right: 5px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.header-not-logged-in .top-course .top-course-title .media {
    align-items: flex-start;
}
.header-not-logged-in .course-item-box .package-elements .package-rating .btn-link {
    margin-left: 5px;
    padding: 0;
    text-decoration: none;
}
.header-not-logged-in .course-item-box .package-elements .package-rating .btn-link:hover {
    text-decoration: underline;
}
.header-not-logged-in .course-item-box .package-elements .package-cart .btn-link {
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
}
.header-not-logged-in .error-content .media {
    height: 100vh;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 5rem;
    padding-bottom: 200px;
}
.header-not-logged-in .error-content .media .media-image {
    align-items: flex-start;
    margin-right: 60px;
}
.header-not-logged-in .error-content .media .media-image img {
    max-width: 360px;
    height: auto;
}
.header-not-logged-in .error-content .media .media-body h1 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
}
.header-not-logged-in .error-content .media .media-body p {
    font-size: 1rem;
    margin-bottom: 0;
}
.header-not-logged-in .error-content .media .media-body .button-holder {
    display: flex;
    margin-top: 50px;
}
.header-not-logged-in .error-content .media .media-body .button-holder .separator {
    display: none;
}
.header-not-logged-in .error-content .media .media-body .button-holder .btn:not(:last-child) {
    margin-right: 20px;
}
.header-not-logged-in .dropdown-content.timeline {
    padding: 0 2rem;
    max-height: 26rem;
    overflow-y: auto;
}
.header-not-logged-in .dropdown-content.timeline h7 {
    display: block;
    font-size: 1rem;
    padding: .625rem 0;
}
.header-not-logged-in .dropdown-content.timeline .lesson-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    right: auto;
    z-index: 1;
    width: 2px;
    height: 100%;
}
.header-not-logged-in .video-content .control-question .control-question-box .control-question-content .button-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-not-logged-in .video-content .control-question .control-question-box .control-question-content .button-holder .btn {
    padding: 0 2rem;
}
.header-not-logged-in .video-content .control-question .control-question-box .control-question-content .button-holder p {
    margin-bottom: 0;
    margin-left: 1rem;
}
.header-not-logged-in .no-enrolled-courses .button-holder {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.header-not-logged-in .quiz-question .button-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-not-logged-in .quiz-result-options .quiz-result-buttons .btn.btn-link {
    margin-right: 0;
    padding: 0 1rem;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media {
    align-items: flex-start;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-image {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-image svg {
    width: 25px;
    height: 25px;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body {
    position: relative;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body p {
    margin-bottom: 0;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body .btn {
    margin-top: 35px;
    margin-left: 10px;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body .btn:disabled {
    opacity: 1;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body .btn span {
    font-size: 1.25rem;
    margin-right: 5px;
}
.header-not-logged-in .hr-action-holder .hr-action-item .media .media-body svg {
    position: absolute;
    top: 70px;
    left: -30px;
    width: 40px;
    height: auto;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.header-not-logged-in .main-title-hr-holder .main-title-hr .button-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
}
.header-not-logged-in .main-title-hr .button-holder .btn:not(:last-of-type) {
    margin-right: 15px;
}
.header-not-logged-in .desktop-table .col-action-buttons .button-holder {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: flex-start;
}
.header-not-logged-in .desktop-table .col-action-buttons .button-holder .btn:not(:last-child) {
    margin-right: 10px;
}
.header-not-logged-in .desktop-table .col-most-viewed .btn-link {
    text-decoration: none;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media {
    text-align: left
}
.header-not-logged-in .desktop-table .col-package .btn-link, .header-not-logged-in .desktop-table .col-month .btn-link {
    padding: 0;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
}
.header-not-logged-in .desktop-table .col-account .btn-link {
    padding: 0;
    text-align: left;
}
.header-not-logged-in .desktop-table .col-quiz .btn-link {
    padding: 0;
    font-weight: 600;
    text-align: left;
}
.header-not-logged-in .desktop-table .col-account .btn-link:hover {
    text-decoration: none;
}
.header-not-logged-in .desktop-table .col-licences .btn-link, .header-not-logged-in .desktop-table .col-courses .btn-link {
    padding: 0;
    font-weight: 600;
}
.header-not-logged-in .desktop-table .col-package .btn-link:hover, .header-not-logged-in .desktop-table .col-month .btn-link:hover {
    text-decoration: underline;
}
.header-not-logged-in .desktop-table .col-user .btn-user {
    padding: 0;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user {
    font-size: 0.875rem;
    font-weight: 500;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user svg {
    right: 5px;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.5rem;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges svg {
    position: relative;
    top: 0;
    right: unset;
    width: 18px;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .course-trophy svg {
    width: 20px;
    height: auto;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .new-user-badge, .header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .denied-user-badge, .header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .approved-user-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 20px;
    font-size: 0.75rem;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .running-out-user-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 20px;
    font-size: 0.75rem;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .ordinal {
    padding-right: 5px;
    margin-right: 5px;
}
.header-not-logged-in .hr-users-accordion ul.user-data li span .btn-link {
    text-decoration: none;
    padding: 0;
}
.header-not-logged-in .hr-users-accordion ul.user-data li span .btn-link.btn-link-blue {
    text-decoration: underline;
}
.header-not-logged-in .desktop-table .col-user .btn-user.disabled, .header-not-logged-in .desktop-table .col-user .btn-user:disabled, .header-not-logged-in .hr-users-accordion .btn-user.disabled, .header-not-logged-in .hr-users-accordion .btn-user:disabled {
    opacity: 1;
}
.header-not-logged-in .hr-users-accordion .collapsing .accordion-body .btn-user {
    opacity: 0;
}
.header-not-logged-in .hr-users-accordion .accordion-body .btn-user {
    padding: 0 0 0 32px;
    margin-bottom: 8px;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media-image, .header-not-logged-in .hr-users-accordion .btn-user .media-image {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .hr-users-accordion .btn-user .media-image {
    margin-right: 18px;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media-image img, .header-not-logged-in .hr-users-accordion .btn-user .media-image img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media-image svg, .header-not-logged-in .hr-users-accordion .btn-user .media-image svg {
    width: 25px;
    height: 25px;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media-image .user-locked, .header-not-logged-in .hr-users-accordion .btn-user .media-image .user-locked {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 1;
}
.header-not-logged-in .desktop-table .col-user .btn-user.disabled .media-image .user-locked, .header-not-logged-in .hr-users-accordion .btn-user.disabled .media-image .user-locked {
    visibility: visible;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media-image .user-locked svg, .header-not-logged-in .hr-users-accordion .btn-user .media-image .user-locked svg {
    width: 16px;
    height: auto;
}
.header-not-logged-in .desktop-table .col-user .btn-user .media-body {
    word-break: break-word;
}
.header-not-logged-in .hr-users-accordion .btn-user .media-body {
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    word-break: break-word;
}
.header-not-logged-in .desktop-table .col-user .btn-user:hover, .header-not-logged-in .desktop-table .col-user .btn-user:focus {
    text-decoration: underline;
}
.header-not-logged-in .offcanvas-hr .btn-link {
    padding: 0 5px;
    font-weight: 600;
}
.header-not-logged-in .offcanvas-hr .btn-link:hover {
    text-decoration: none;
}
.header-not-logged-in .offcanvas-hr .add-users-list li .btn-link:hover {
    text-decoration: none;
}
.header-not-logged-in .offcanvas-hr .add-users-list li .btn-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
}
.header-not-logged-in .offcanvas-hr .add-users-list li .btn-link svg {
    width: 18px;
    height: auto;
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-not-logged-in .offcanvas-hr .add-users-list li .btn-link:hover svg {
    opacity: 1;
    visibility: visible;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media {
    align-items: flex-start;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    padding: 4px;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image img {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image svg {
    width: 65px;
    height: 65px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .user-top-list-rating {
    position: absolute;
    top: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-wrap: wrap;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .user-top-list-rating p {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .user-top-list-rating .top-list-icon-rating {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .user-top-list-rating .top-list-icon-rating svg {
    width: 16px;
    height: auto;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .user-top-list-rating .top-list-icon-rating svg:not(:last-child) {
    margin-right: 5px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .icon-holder {
    position: absolute;
    top: 100%;
    margin-top: 10px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .icon-holder svg {
    position: relative;
    top: -15px;
    left: 40px;
    width: 50px;
    -webkit-transform: rotate(-105deg);
    -moz-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    -o-transform: rotate(-105deg);
    transform: rotate(-105deg);
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .user-link {
    font-size: 1rem;
    font-weight: 600;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .user-rating {
    display: flex;
    align-items: center;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .user-rating svg {
    width: 16px;
    height: auto;
    margin-right: 5px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .user-rating span {
    margin-left: 5px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link .icon-holder {
    position: relative;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link .icon-holder svg {
    width: 20px;
    height: auto;
    margin-left: 10px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link .icon-holder .hover-notification {
    position: absolute;
    top: -30px;
    left: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 160px;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link .icon-holder .hover-notification svg {
    position: relative;
    top: 12px;
    width: 40px;
    height: auto;
    flex-shrink: 0;
    margin-left: 0;
    order: 1;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link .icon-holder .hover-notification span {
    position: relative;
    top: 0;
    order: 2;
    left: 5px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title p {
    margin-bottom: 0;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .edit-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .edit-link svg {
    width: 16px;
    height: auto;
    margin-left: 10px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .edit-link:hover {
    text-decoration: none;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-data {
    margin-bottom: 35px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-data p {
    margin-bottom: 5px;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-data p:last-child {
    margin-bottom: 0;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-data p:last-child a {
    text-decoration: underline;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-data p:last-child a:hover {
    text-decoration: none;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .progress.course-bar {
    margin: 0;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-lessons {
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-lessons svg {
    position: absolute;
    top: 22px;
    left: -30px;
    width: 40px;
    height: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-data {
    display: flex;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-data .user-progress-data-item {
    padding: 10px 15px;
    width: calc(100% / 4);
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-data .user-progress-data-item:first-child {
    padding-left: 0;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-data .user-progress-data-item:last-child {
    padding-right: 0;
}
.header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-progress .user-progress-data .user-progress-data-item p {
    margin-bottom: 0;
}
.header-not-logged-in .hr-user-view .media {
    align-items: flex-start;
}
.header-not-logged-in .hr-user-view .media-image {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    padding: 4px;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .hr-user-view .media-image img {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .hr-user-view .media-image svg {
    width: 65px;
    height: 65px;
}
.header-not-logged-in .hr-user-view .media-image .user-top-list-rating {
    position: absolute;
    top: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-wrap: wrap;
}
.header-not-logged-in .hr-user-view .media-image .user-top-list-rating p {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
}
.header-not-logged-in .hr-user-view .media-image .user-top-list-rating .top-list-icon-rating {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
}
.header-not-logged-in .hr-user-view .media-image .user-top-list-rating .top-list-icon-rating svg {
    width: 16px;
    height: auto;
}
.header-not-logged-in .hr-user-view .media-image .user-top-list-rating .top-list-icon-rating svg:not(:last-child) {
    margin-right: 5px;
}
.header-not-logged-in .hr-user-view .media-image .icon-holder {
    position: absolute;
    top: 100%;
    margin-top: 10px;
}
.header-not-logged-in .hr-user-view .media-image .icon-holder svg {
    position: relative;
    top: -15px;
    left: 40px;
    width: 50px;
    -webkit-transform: rotate(-105deg);
    -moz-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    -o-transform: rotate(-105deg);
    transform: rotate(-105deg);
}
.header-not-logged-in .hr-user-view .media-body .user-data-top-holder {
    display: inline-block;
}
.header-not-logged-in .hr-user-view .media-body .user-title {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-not-logged-in .hr-user-view .media-body .user-title .user-link {
    font-size: 1rem;
    font-weight: 600;
}
.header-not-logged-in .hr-user-view .media-body .user-title .user-rating {
    display: flex;
    align-items: center;
}
.header-not-logged-in .hr-user-view .media-body .user-title .user-rating svg {
    width: 16px;
    height: auto;
    margin-right: 5px;
}
.header-not-logged-in .hr-user-view .media-body .user-title .user-rating span {
    margin-left: 5px;
}
.header-not-logged-in .hr-user-view .media-body .user-title .export-link {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
}
.header-not-logged-in .hr-user-view .media-body .user-title .export-link .icon-holder {
    position: relative;
}
.header-not-logged-in .hr-user-view .media-body .user-title .export-link .icon-holder svg {
    width: 20px;
    height: auto;
    margin-left: 10px;
}
.header-not-logged-in .hr-user-view .media-body .user-title .export-link .icon-holder .hover-notification {
    position: absolute;
    top: -30px;
    left: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 160px;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-not-logged-in .hr-user-view .media-body .user-title .export-link .icon-holder .hover-notification svg {
    position: relative;
    top: 12px;
    width: 40px;
    height: auto;
    flex-shrink: 0;
    margin-left: 0;
    order: 1;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.header-not-logged-in .hr-user-view .media-body .user-title .export-link .icon-holder .hover-notification span {
    position: relative;
    top: 0;
    order: 2;
    left: 5px;
}
.header-not-logged-in .hr-user-view .media-body .user-title p {
    margin-bottom: 0;
}
.header-not-logged-in .hr-user-view .media-body .user-title .edit-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
}
.header-not-logged-in .hr-user-view .media-body .user-title .edit-link svg {
    width: 16px;
    height: auto;
    margin-left: 10px;
}
.header-not-logged-in .hr-user-view .media-body .user-title .edit-link:hover {
    text-decoration: none;
}
.header-not-logged-in .hr-user-view .media-body .user-data {
    margin-bottom: 35px;
}
.header-not-logged-in .hr-user-view .media-body .user-data p {
    margin-bottom: 5px;
}
.header-not-logged-in .hr-user-view .media-body .user-data p:last-child {
    margin-bottom: 0;
}
.header-not-logged-in .hr-user-view .media-body .user-data p:last-child a {
    text-decoration: underline;
}
.header-not-logged-in .hr-user-view .media-body .user-data p:last-child a:hover {
    text-decoration: none;
}
.header-not-logged-in .hr-user-view .media-body .user-data.vendor-user-data {
    margin-bottom: 0;
}
.header-not-logged-in .hr-user-view .media-body .user-data.vendor-user-data p:last-child a {
    text-decoration: none;
}
.header-not-logged-in .hr-user-view .media-body .user-data.vendor-user-data p:last-child a:hover {
    text-decoration: underline;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .progress.course-bar {
    margin-top: 75px;
    margin-bottom: 0;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-lessons {
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 600;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-lessons svg {
    position: absolute;
    top: 22px;
    left: -30px;
    width: 40px;
    height: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data {
    display: flex;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item {
    padding: 10px 15px;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item:first-child {
    padding-left: 0;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item:last-child {
    padding-right: 0;
}
.header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item p {
    margin-bottom: 0;
}
.header-not-logged-in .contact-header .media-image {
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 106px;
    height: 106px;
    padding: 4px;
    margin-right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .contact-header .media-image img {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .contact-header .media-image svg {
    width: 65px;
    height: 65px;
}
.header-not-logged-in .contact-header .media-body .contact-title>p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem;
}
.header-not-logged-in .contact-header .media-body .contact-title .contact-message-count {
    position: relative;
}
.header-not-logged-in .contact-header .media-body .contact-title .contact-message-count>svg {
    position: absolute;
    top: 15px;
    left: -20px;
    width: 40px;
    height: auto;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.header-not-logged-in .contact-header .media-body .contact-title .contact-message-count p svg {
    width: 16px;
    height: auto;
    margin-left: 5px;
}
.header-not-logged-in .contact-header .media-body .contact-title .contact-message-count p, .header-not-logged-in .contact-header .media-body .contact-title-data p {
    margin-bottom: 0;
}
.header-not-logged-in .contact-header .media-body .contact-title-data p a {
    display: inline-block;
    margin-top: 8px;
    padding-left: 20px;
}
.header-not-logged-in .contact-header .media-body .contact-title-data ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 0;
}
.header-not-logged-in .contact-header .media-body .contact-title-data ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.header-not-logged-in .contact-header .media-body .contact-title-data ul li a {
    margin-left: 5px;
    font-weight: 600;
}
.header-not-logged-in .contact-header .media-body .contact-title-data ul li+li::before {
    content: "|";
    display: block;
    padding: 0 5px;
}
.header-not-logged-in .contact-form .form-group .user-avatar {
    position: absolute;
    top: 25px;
    left: -60px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .contact-form .button-holder {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.header-not-logged-in .contact-form .button-holder .btn:not(:last-child) {
    margin-right: 15px;
}
.header-not-logged-in .contact-form .button-holder .separator {
    display: none;
}
.header-not-logged-in .notifications-holder .notification-item .notification-content .button-holder {
    display: flex;
    margin-top: 20px;
}
.header-not-logged-in .notifications-holder .notification-item .notification-content .button-holder .btn {
    padding: 0 3rem;
}
.header-not-logged-in .account-info .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}
.header-not-logged-in .account-info .button-holder .btn {
    text-transform: uppercase;
    padding: 0 3rem;
}
.header-not-logged-in .account-info .button-holder p {
    font-size: 0.875rem;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-not-logged-in .dashboard-header a:not(.btn-user) {
    flex-shrink: 0;
}
.header-not-logged-in .dashboard-header .btn-user {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 0 0 15px;
    margin: 0;
}
.header-not-logged-in .dashboard-header .btn-user .icon-holder {
    display: inline-flex;
    align-items: center;
}
.header-not-logged-in .dashboard-header .btn-user .icon-holder svg {
    width: 15px;
    height: 15px;
}
.header-not-logged-in .dashboard-header .btn-user .media-image {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .dashboard-header .btn-user .media-image svg:first-child {
    position: absolute;
    top: calc(-50% - 16px);
    left: 50%;
    width: max-content;
    width: 50px;
    height: auto;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.header-not-logged-in .dashboard-header .btn-user img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .dashboard-header .btn-user svg {
    width: 25px;
    height: 25px;
}
.header-not-logged-in .dashboard-header .btn-user span {
    display: block;
    padding-left: 10px;
    text-align: left;
    font-weight: 600;
    text-decoration: underline;
}
.header-not-logged-in .dashboard-header .btn-user:hover span {
    text-decoration: none;
}
.header-not-logged-in .leaderline-holder .excel .button-holder .btn {
    width: 100%;
    text-transform: uppercase;
}
.header-not-logged-in .top-box .top-box-item a:hover .media-body span:first-child {
    text-decoration: underline;
}
.header-not-logged-in .top-box .top-box-item .btn-user .media-image {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .top-box .top-box-item .btn-user .media-image img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .top-box .top-box-item .btn-course .media-image {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header-not-logged-in .top-box .top-box-item .btn-course .media-image img {
    width: auto;
    max-height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header-not-logged-in .top-box .top-box-item .media-image svg {
    width: 25px;
    height: 25px;
}
.header-not-logged-in .top-box .top-box-item .media-body span {
    display: block;
    width: 100%;
    text-align: left;
}
.header-not-logged-in .landing-feature-section .feature-box-v2 .media {
    margin-bottom: 16px;
}
.header-not-logged-in .landing-feature-section .feature-box-v2 .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-not-logged-in .landing-feature-section .feature-box-v2 .media-image img {
    width: 24px;
    height: auto;
}
.header-not-logged-in .landing-feature-section .feature-box-v2 .media-body {
    font-size: 18px;
    font-weight: 600;
}
.header-not-logged-in .landing-subscribe .subscribe-card .subscription-info .media {
    align-items: flex-start;
}
.header-not-logged-in .landing-subscribe .subscribe-card .subscription-info .media-image {
    margin-right: 8px;
}
.header-not-logged-in .landing-subscribe .subscribe-card .subscription-info .media-image img {
    width: 24px;
    height: auto;
}
.header-not-logged-in .landing-subscribe .subscribe-card .subscription-info .media-body {
    margin-top: 2px;
    margin-bottom: 8px;
}
.header-not-logged-in .landing-top-section .button-holder {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4.5rem;
    z-index: 2;
}
.header-not-logged-in .landing-top-section .button-holder .btn:not(:last-child) {
    margin-right: 20px;
}
.header-not-logged-in .landing-top-section .user-avatar-holder .user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .landing-top-section .user-avatar-holder .user-avatar:not(:last-child) {
    margin-right: 10px;
}
.header-not-logged-in .landing-top-section .user-avatar-holder .user-avatar img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .feature-middle-holder .media-image {
    margin-right: 25px;
}
.header-not-logged-in .feature-middle-holder .media-image svg {
    width: 100px;
    height: auto;
}
.header-not-logged-in .feature-middle-holder .media-body h3 {
    font-size: 1.25rem;
    font-weight: 600;
}
.header-not-logged-in .feature-middle-holder .media-body p {
    position: relative;
    margin-bottom: 0;
}
.header-not-logged-in .feature-middle-holder .media-body svg {
    position: absolute;
    top: 7px;
    width: 40px;
    height: auto;
    margin-left: 10px;
}
.header-not-logged-in .landing-bottom-section .feature-middle-holder .media {
    margin-bottom: 70px;
}
.header-not-logged-in .landing-bottom-section .feature-middle-holder .media-image {
    margin-right: 4.5rem;
    flex-direction: row;
    align-items: center;
}
.header-not-logged-in .landing-bottom-section .feature-middle-holder .media-image svg {
    width: 200px;
    height: auto;
}
.header-not-logged-in .landing-bottom-section .feature-middle-holder .media-body ul {
    padding: 0;
    margin-top: 2rem;
}
.header-not-logged-in .landing-bottom-section .feature-middle-holder .media-body ul li {
    list-style: none;
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
}
.header-not-logged-in .landing-bottom-section .button-holder {
    position: relative;
    margin-top: 70px;
}
.header-not-logged-in .landing-bottom-section .button-holder .btn {
    position: relative;
    display: inline-flex;
    padding-right: 4rem;
    padding-left: 4rem;
}
.header-not-logged-in .landing-bottom-section .button-holder svg {
    position: absolute;
    top: calc(-100% - 15px);
    left: 100%;
    width: 65px;
    height: auto;
    margin-left: 20px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.header-not-logged-in .landing-section .feature-middle-holder .media-image svg {
    width: 150px;
    height: auto;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.header-not-logged-in .landing-section .feature-middle-holder .media-body svg:first-child {
    width: 70px;
    height: auto;
    top: 20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
.header-not-logged-in .landing-section .feature-middle-holder .media-body svg {
    width: 45px;
    height: auto;
    top: 30px;
}
.header-not-logged-in .landing-form-section .button-holder .btn {
    width: 100%;
}
.header-not-logged-in .landing-steps-section .step-item .media {
    align-items: flex-start;
}
.header-not-logged-in .landing-steps-section .step-item .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-weight: 600;
    border-radius: 50%;
}
.header-not-logged-in .landing-steps-section .step-item .media-body {
    margin-top: 4px;
}
.header-not-logged-in .landing-steps-section .step-item .media-body h3 {
    font-size: 14px;
    font-weight: 600;
}
.header-not-logged-in .landing-steps-section .step-item .media-body p {
    font-weight: 400;
    margin-bottom: 0;
}
.header-not-logged-in .landing-steps-section .next-steps-holder .button-holder .btn {
    width: 100%;
}
.header-not-logged-in .landing-trial.split-screen .content-holder .button-holder {
    margin-top: 0;
}
.header-not-logged-in .landing-trial.split-screen .content-holder .button-holder .btn {
    width: 100%;
}
.header-not-logged-in .listing-item-box .item-author .btn-user {
    padding: 0;
}
.header-not-logged-in .listing-item-box .item-author .btn-user .media {
    text-align: left;
}
.header-not-logged-in .listing-item-box .item-author .btn-user .media-image {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .listing-item-box .item-author .btn-user .media-image img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .listing-item-box .item-author .btn-user .media-image svg {
    width: 25px;
    height: 25px;
}
.header-not-logged-in .listing-item-box .item-author .btn-user .media-body span {
    display: block;
}
.header-not-logged-in .listing-item-box .item-author .btn-user .media-body span:first-of-type {
    font-weight: 600;
}
.header-not-logged-in .listing-item-box .item-author .btn-user:hover .media-body span:first-of-type {
    text-decoration: underline;
}
.header-not-logged-in .split-screen .content-holder .media-body p {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.header-not-logged-in .split-screen .split-right .content-holder .media-body p span {
    position: relative;
}
.header-not-logged-in .split-screen .split-right .content-holder .media-body p span svg {
    position: absolute;
    top: calc(-100% - 15px);
    right: calc(0% - 80px);
    width: 80px;
}
.header-not-logged-in .split-screen .split-right .content-holder .media-body p {
    font-weight: 500;
}
.header-not-logged-in .split-screen .content-holder .media-body p svg {
    width: 12px;
    height: auto;
    flex-shrink: 0;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user h3 {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 0;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user .media-image {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user .media-image .badge-notification {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user svg {
    width: 25px;
}
.header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user .media-body p {
    margin-bottom: 0;
}
.header-not-logged-in .split-screen .content-holder .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 90px;
}
.header-not-logged-in .split-screen .content-holder .button-holder .btn {
    display: inline-flex;
    width: 13.75rem;
}
.header-not-logged-in .footer .media svg {
    width: 40px;
    height: 40px;
}
.header-not-logged-in .footer .media .media-body p:first-of-type {
    font-size: 1rem;
}
.header-not-logged-in .footer .media .media-body p {
    margin-bottom: 0;
}
.header-not-logged-in .dropdown-custom .dropdown-item.logout:hover, .header-not-logged-in .dropdown-custom .dropdown-item.logout:focus {
    background-color: #ffeaed;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .new-user-badge, .header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .approved-user-badge, .header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .denied-user-badge, .header-not-logged-in .dropdown-custom .dropdown-item.login:hover, .header-not-logged-in .dropdown-custom .dropdown-item.login:focus {
    background-color: #e6eef9;
}
.header-not-logged-in .btn-pill-blue-outline-45 {
    background-color: transparent;
}
.header-not-logged-in .dropdown-content.timeline .lesson-item.disabled:not(:last-child)::before, .header-not-logged-in .desktop-table .col-user .btn-user .media-image .user-locked, .header-not-logged-in .hr-users-accordion .btn-user .media-image .user-locked {
    background-color: #dadada;
}
.header-not-logged-in a, .header-not-logged-in a:hover, .header-not-logged-in a:focus, .header-not-logged-in .btn-pill-blue-outline-45:hover, .header-not-logged-in .btn-pill-blue-outline-45:focus, .header-not-logged-in .btn-pill-blue-outline-45, .header-not-logged-in .desktop-table .col-licences .btn-link, .header-not-logged-in .desktop-table .col-courses .btn-link, .header-not-logged-in .desktop-table .col-most-viewed .btn-link, .header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .new-user-badge, .header-not-logged-in .hr-users-accordion ul.user-data li span .btn-link.btn-link-blue, .header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .edit-link svg, .header-not-logged-in .hr-user-view .media-body .user-title .edit-link svg, .header-not-logged-in .hr-user-view .media-body .user-data.vendor-user-data p:last-child a, .header-not-logged-in .feature-middle-holder .media-body h3, .header-not-logged-in .feature-middle-holder .media-image svg, .header-not-logged-in .quiz-result-options .quiz-result-buttons .btn.btn-link, .header-not-logged-in .dropdown-custom .dropdown-item.login, .header-not-logged-in .landing-steps-section .step-item .media-image {
    color: #008AFB;
}
.header-not-logged-in .landing-section .feature-middle-holder .media-image svg {
    color: #ff8989;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .course-trophy svg, .header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .user-rating svg, .header-not-logged-in .hr-user-view .media-body .user-title .user-rating svg {
    color: #feab4d;
}
.header-not-logged-in .offcanvas-hr .btn-link:hover {
    color: inherit;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .user-badges .approved-user-badge {
    color: #2ac38a;
}
.header-not-logged-in .dropdown-divider {
    border-top: 1px solid #ececec;
}
.header-not-logged-in .split-screen .split-right .user-header .media-image, .header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user .media-image {
    border: 1px solid #ffffff;
}
.header-not-logged-in .btn-pill-blue-outline-45 {
    border: 1px solid #008AFB;
}
.header-not-logged-in .hr-users-accordion .accordion-button.btn-user .ordinal {
    border-right: 2px solid #ececec;
}
@media (max-width: 767px) {
  .header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item:not(:last-child) {
        border-bottom: 1px solid #ececec;
  }
}
@media (min-width: 992px) {
  .header-not-logged-in .header .logo {
        display: block;
  }
  .header-not-logged-in .header .logo-mobile {
        display: none;
  }
}
@media (min-width: 1400px) {
  .header-not-logged-in .login-section .logo {
        position: absolute;
        top: 30px;
        left: 27px;
        height: 45px;
        width: auto;
  }
}
@media (min-width: 1500px) and (min-height: 900px) {
  .header-not-logged-in .error-content .media .media-image img {
        max-width: 500px;
  }
  .header-not-logged-in .error-content .media .media-body h1 {
        font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user .media-image {
        margin-right: 10px;
  }
  .header-not-logged-in .split-screen .content-holder .feature-top-list .btn-user .media-body {
        display: unset;
  }
  .header-not-logged-in .btn-user .media-image {
        margin-right: 0;
  }
  .header-not-logged-in .desktop-table .col-user .btn-user .media-image {
        display: none;
  }
  .header-not-logged-in .desktop-table .col-user .btn-user .media-body {
        display: flex;
  }
  .header-not-logged-in .landing-section .feature-middle-holder .media-body svg {
        display: none;
  }
}
@media (max-width: 991px) {
  .header-not-logged-in {
        padding: 0 12px;
  }
  .header-not-logged-in .header .logo {
        display: none;
  }
  .header-not-logged-in .header .logo-mobile {
        display: block;
  }
  .header-not-logged-in .search-mobile.btn-icon .btn {
        width: 30px;
        padding: 0;
  }
  .header-not-logged-in .dropdown-menu.dropdown-xl, .header-not-logged-in .dropdown-menu.dropdown-lg {
        min-width: 100vw;
        width: 100vw;
        max-width: 0;
        top: 18px !important;
  }
  .header-not-logged-in .error-content .media {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        height: auto;
        top: 0;
        padding: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
  }
  .header-not-logged-in .error-content .media .media-image {
        margin-right: 0;
        margin-bottom: 50px;
  }
  .header-not-logged-in .error-content .media .media-image img {
        max-width: 296px;
        align-self: flex-start;
  }
  .header-not-logged-in .error-content .media-body {
        flex-basis: 100%;
        text-align: center;
  }
  .header-not-logged-in .error-content .media .media-body .button-holder {
        flex-wrap: wrap;
        justify-content: center;
  }
  .header-not-logged-in .error-content .media .media-body .button-holder .separator {
        display: block;
        width: 100%;
  }
  .header-not-logged-in .error-content .media .media-body .button-holder .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
  }
  .header-not-logged-in .error-content .media .media-body .button-holder .btn {
        width: 220px;
  }
  .header-not-logged-in .user-header .button-holder .hover-notification {
        display: none;
  }
  .header-not-logged-in .hr-action-holder .hr-action-item .media .media-body svg {
        top: 50px;
  }
  .header-not-logged-in .account-info .button-holder {
        margin-bottom: 20px;
  }
  .header-not-logged-in .feature-middle-holder .media-body svg {
        display: none;
  }
  .header-not-logged-in .footer .media {
        flex-basis: 100%;
  }
  .header-not-logged-in .footer .media-image {
        display: none;
  }
}
@media (max-width: 767px) {
  .header-not-logged-in .user-header .media {
        align-items: flex-start;
  }
  .header-not-logged-in .user-header .button-holder .btn {
        flex-basis: 100%;
  }
  .header-not-logged-in .user-header .button-holder .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
  }
  .header-not-logged-in.with-mobile-menu .header-not-logged-in-options {
        display: none;
  }
  .header-not-logged-in.with-mobile-menu .front-mobile-menu {
        display: flex;
  }
  .header-not-logged-in .header-not-logged-in-options {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 30px;
  }
  .header-not-logged-in .header-not-logged-in-options .btn-link {
        border-right: 0 none;
        margin-right: 0;
        flex-basis: 100%;
        margin-bottom: 10px;
  }
  .header-not-logged-in .header-not-logged-in-options .btn:last-child {
        margin-left: 0;
  }
  .header-not-logged-in .landing-top-section .button-holder {
        justify-content: center;
  }
  .header-not-logged-in .landing-top-section .button-holder .separator {
        display: block;
        width: 100%;
  }
  .header-not-logged-in .landing-top-section .button-holder .btn {
        width: 180px;
  }
  .header-not-logged-in .landing-top-section .button-holder .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
  }
  .header-not-logged-in .offcanvas-hr .offcanvas-user .media-image .icon-holder, .header-not-logged-in .hr-user-view .media-image .icon-holder {
        display: none;
  }
  .header-not-logged-in .offcanvas-hr .offcanvas-user .media, .header-not-logged-in .hr-user-view .media {
        flex-wrap: wrap;
        justify-content: center;
  }
  .header-not-logged-in .offcanvas-hr .offcanvas-user .media .media-body {
        flex-basis: 100%;
        margin-top: 50px;
  }
  .header-not-logged-in .hr-user-view .media .media-body {
        flex-basis: 100%;
        margin-top: 50px;
        padding: 0 2rem;
  }
  .header-not-logged-in .offcanvas-hr .offcanvas-user .media-body .user-title .export-link .icon-holder .hover-notification, .header-not-logged-in .hr-user-view .media .media-body .user-title .export-link .icon-holder .hover-notification {
        display: none;
  }
  .header-not-logged-in .hr-user-view .media-body .user-progress .progress.course-bar {
        margin: 0;
  }
  .header-not-logged-in .hr-user-view .media-body .user-progress .progress.course-bar .course-trophy {
        display: none;
  }
  .header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data {
        flex-wrap: wrap;
  }
  .header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item {
        flex-basis: 100%;
        padding-left: 0;
        border-right: 0 none;
  }
  .header-not-logged-in .hr-user-view .media-body .user-progress .user-progress-data .user-progress-data-item:not(:last-child) {
        border-right: 0 none;
  }
  .header-not-logged-in .main-title-hr-holder .main-title-hr .button-holder {
        flex-wrap: wrap;
        flex-basis: 100%;
        margin-left: 0;
        margin-bottom: 15px;
  }
  .header-not-logged-in .main-title-hr-holder .main-title-hr .button-holder .btn {
        flex-basis: 100%;
  }
  .header-not-logged-in .main-title-hr-holder .main-title-hr .button-holder .btn:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 15px;
  }
  .header-not-logged-in .contact-header .media-image {
        margin-right: 20px;
  }
  .header-not-logged-in .contact-header .media-body .contact-title-data p a, .header-not-logged-in .contact-header .media-body .contact-title-data ul {
        padding-left: 0;
  }
  .header-not-logged-in .contact-header .media-body .contact-title .contact-message-count>svg {
        display: none;
  }
  .header-not-logged-in .contact-form .button-holder {
        justify-content: center;
  }
  .header-not-logged-in .contact-form .button-holder .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
  }
  .header-not-logged-in .contact-form .button-holder .btn {
        width: 220px;
  }
  .header-not-logged-in .contact-form .button-holder .separator {
        display: block;
        width: 100%;
  }
  .header-not-logged-in .contact-header .media-body .contact-title-data ul li+li::before {
        display: none;
  }
  .header-not-logged-in .contact-header .media-body .contact-title-data ul li span {
        flex-basis: 100%;
  }
  .header-not-logged-in .contact-header .media-body .contact-title-data ul li a {
        margin-left: 0;
  }
  .header-not-logged-in .contact-header .media-body .contact-title-data ul li {
        flex-basis: 100%;
  }
  .header-not-logged-in .contact-header .media-body .contact-title-data ul li:not(:last-child) {
        margin-bottom: 5px;
  }
  .header-not-logged-in .account-info .button-holder {
        flex-wrap: wrap;
        justify-content: center;
  }
  .header-not-logged-in .account-info .button-holder p {
        margin-top: 15px;
        margin-left: 0;
        text-align: center;
  }
  .header-not-logged-in .landing-bottom-section .feature-middle-holder .media-image {
        margin-right: 15px;
  }
  .header-not-logged-in .landing-bottom-section .feature-middle-holder .media-image img {
        max-width: 70px;
  }
  .header-not-logged-in .landing-bottom-section .feature-middle-holder .media {
        align-items: flex-start;
  }
  .header-not-logged-in .account-info .button-holder .login-section .login-fields .login-networks a:not(:last-child) {
        margin-left: 0;
  }
  .header-not-logged-in .split-screen .content-holder .content-item .user-header .media {
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
  }
  .header-not-logged-in .split-screen .content-holder .content-item .user-header .media-body {
        flex-basis: 100%;
        margin-top: 50px;
  }
  .header-not-logged-in .split-screen .split-right .content-holder .media-body p span svg {
        display: none;
  }
}
@media (max-width: 428px) {
  .header-not-logged-in .hr-action-holder .hr-action-item .media .media-body svg {
        top: 70px;
  }
}

/* ==========================================================================
   DOPUNA: komponente ulogovanog korisnika + tema dugmića
   ------------------------------------------------------------------------
   Na B2C layout-u ne učitava se B2B style.css. B2C style.css ove komponente
   (btn-user, btn-icon, btn-icon-dropdown) i boje pill-dugmića definiše samo
   pod .col-header-options / .site-header, pa ne važe za .header-not-logged-in.
   Ovde ih preslikavamo (iz B2B style.css) skalirano pod .header-not-logged-in.
   ========================================================================== */

/* Pozadina headera (klasa .white-bg iz B2B nije prisutna na B2C) */
.header-not-logged-in.white-bg,
.header-not-logged-in {
    background-color: #ffffff;
}

/* Gost: pill dugmad ("Prijavi se" / "Isprobaj besplatno") — boje/tema */
.header-not-logged-in .btn-pill-blue-45 {
    background-color: #008AFB;
    color: #ffffff;
}
.header-not-logged-in .btn-pill-blue-45:hover,
.header-not-logged-in .btn-pill-blue-45:focus {
    background-color: #008AFB;
    color: #ffffff;
}
.header-not-logged-in .btn-pill-blue-outline-45 {
    background-color: transparent;
    border: 1px solid #008AFB;
    color: #008AFB;
}
.header-not-logged-in .btn-pill-blue-outline-45:hover,
.header-not-logged-in .btn-pill-blue-outline-45:focus {
    background-color: #008AFB;
    color: #ffffff;
}

/* Poravnanje grupa opcija uz gost-dugmad */
.header-not-logged-in .header-not-logged-in-options .user-option,
.header-not-logged-in .header-not-logged-in-options .notification-option,
.header-not-logged-in .header-not-logged-in-options .admin-option {
    display: flex;
    align-items: center;
}
.header-not-logged-in .header-not-logged-in-options .user-option {
    margin-left: 1rem;
}

/* Avatar + ime (btn-user) */
.header-not-logged-in .btn-user {
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
}
.header-not-logged-in .btn-user .media {
    display: flex;
    align-items: center;
}
.header-not-logged-in .user-option .btn-user .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    border: 1px solid #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .user-option .btn-user .media-image img,
.header-not-logged-in .user-option .btn-user .media-image .user-avatar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-not-logged-in .user-option .btn-user .media-image svg {
    width: 25px;
    height: 25px;
    color: #222222;
}
.header-not-logged-in .user-option .btn-user .media-body {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #222222;
}

/* Zvono obaveštenja (btn-icon) */
.header-not-logged-in .notification-option .btn-icon {
    position: relative;
    width: 30px;
    padding: 0;
    margin-left: 1rem;
}
.header-not-logged-in .notification-option .btn-icon svg {
    width: 20px;
    height: 20px;
    color: #222222;
}
.header-not-logged-in .notification-option .btn-icon .badge.badge-notification-dot:empty {
    display: block;
}
/* Crvena tačkica u gornjem-desnom uglu zvonceta (kao na primarnom headeru) */
.header-not-logged-in .notification-option .btn-icon .badge.badge-notification-dot {
    top: 2px;
    right: 2px;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* Admin/korisnik strelica (btn-icon-dropdown) */
.header-not-logged-in .admin-option .btn-icon-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 0.5rem;
}
.header-not-logged-in .admin-option .btn-icon-dropdown svg {
    width: 10px;
    height: 10px;
    color: #222222;
}

/* Linkovi u dropdown menijima — ista boja kao header (#222).
   "logout" (Odjavi se) namerno zadržava svoju crvenu boju iz B2C teme. */
.header-not-logged-in .dropdown-menu .dropdown-item:not(.logout),
.header-not-logged-in .dropdown-custom .dropdown-header a {
    color: #222;
}
.header-not-logged-in .dropdown-menu .dropdown-item:not(.logout):hover,
.header-not-logged-in .dropdown-menu .dropdown-item:not(.logout):focus,
.header-not-logged-in .dropdown-custom .dropdown-header a:hover,
.header-not-logged-in .dropdown-custom .dropdown-header a:focus {
    color: #222;
}

