@import 'slider.css';
@import 'quiz.css';
@import 'career-planning.css';
@import 'goal-setting.css';
@import 'helpers.css';

:root {
    /* prevously was #727272 but the new design uses #333, if needed change it back here */
    --main-text-color: #333;
    /* Core text */
    --color-text-default: #333333;
    --color-text-muted: #727272;
    --color-text-secondary: #616161;
    /* Brand */
    --color-primary: #033E8B;
    --color-primary-alt: #173070;
    --color-accent: #3190D9;
    /* States */
    --color-danger: #D41F00;
    /* Borders */
    --color-border: #DCDCDC;
    --color-border-alt: #CFD2DC;
    /* Surfaces / backgrounds */
    --color-bg-soft: #F7F9FA;
    --color-bg-panel: #F5F7F9;
    --color-bg-subtle: #EAEDF2;
    --color-bg-disabled: #D5DBE6;
    --color-info-bg: #EAF4FB;
}

.clickable-link a, .clickable-link {
    cursor: pointer;
    color: #0a58ca !important;
    text-decoration: underline !important;
}

/*#region clear default html styles*/

div,
section,
ul,
li,
p,
a,
span,
input,
select,
img,
textarea,
h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

    a,
    a:hover,
    a:focus,
    a:visited,
    a:active,
    button,
    button:hover,
    button:focus,
    button:visited,
    button:active {
        text-decoration: none !important;
        outline: none !important;
        cursor: pointer;
        box-shadow: none !important;
    }


/*#endregion clear default html styles*/

/*#region Bootstrap extend*/

/* CUSTOM HEIGHTS */
.h-xs-50 {
    height: 50% !important;
}


/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM HEIGHTS */
    .h-sm-50 {
        height: 50% !important;
    }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM HEIGHTS */
    .h-md-50 {
        height: 50% !important;
    }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM HEIGHTS */
    .h-lg-50 {
        height: 50% !important;
    }
}

/* XL breakpoint */
@media (min-width: 1200px) {
    /* CUSTOM HEIGHTS */
    .h-xl-50 {
        height: 50% !important;
    }
}

/*#endregion Bootstrap extend*/

/*#region Segoe UI fonts*/

@font-face {
    font-family: "Segoe UI";
    src: url("/fonts/segoeui/segoeui.eot");
    src: url("/fonts/segoeui/segoeui.woff") format("woff"), url("fonts/segoeui/segoeui.ttf") format("truetype"), url("fonts/segoeui/segoeui.otf");
}

@font-face {
    font-family: "Segoe UI Bold";
    src: url("/fonts/segoeuib/segoeuib.eot");
    src: url("/fonts/segoeuib/segoeuib.woff") format("woff"), url("fonts/segoeuib/segoeuib.ttf") format("truetype"), url("fonts/segoeuib/segoeuib.otf");
}

@font-face {
    font-family: "Segoe UI Italic";
    src: url("/fonts/segoeuii/segoeuii.eot");
    src: url("/fonts/segoeuii/segoeuii.woff") format("woff"), url("fonts/segoeuii/segoeuii.ttf") format("truetype"), url("fonts/segoeuii/segoeuii.otf");
}

@font-face {
    font-family: "Segoe UI Light";
    src: url("/fonts/segoeuil/segoeuil.eot");
    src: url("/fonts/segoeuil/segoeuil.woff") format("woff"), url("fonts/segoeuil/segoeuil.ttf") format("truetype"), url("fonts/segoeuil/segoeuil.otf");
}


/*#endregion Segoe UI fonts*/

/* #region Global Text style */

body {
    font-family: "Segoe UI";
    /* font-size: 1.5em;
    line-height: 1.6; */
    font-weight: 400;
}

h1 {
    font-family: "Segoe UI";
    color: #393939;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

h2 {
    font-family: "Segoe UI";
    color: #393939;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

h3 {
    font-family: "Segoe UI";
    color: #393939;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

span,
p,
a,
button,
li,
div,
textarea,
input,
select,
.text-regular {
    font-family: "Segoe UI Light";
    color: var(--main-text-color);
    font-size: 18px;
    line-height: 22px;
}

.text-small {
    font-family: "Segoe UI Light";
    color: var(--main-text-color);
    font-size: 14px;
    line-height: 18px;
}

.text-mini {
    font-family: "Segoe UI Light";
    color: var(--main-text-color);
    font-size: 12px;
    line-height: 16px;
}

.text-dark,
.text-dark:hover,
.text-dark:active,
.text-dark:visited,
.text-dark:focus {
    color: #393939 !important;
}

.text-light-gray,
.text-light-gray:hover,
.text-light-gray:active,
.text-light-gray:visited,
.text-light-gray:focus {
    color: var(--main-text-color) !important;
}


.text-green,
.text-success,
.text-green:hover,
.text-green:active,
.text-green:visited,
.text-green:focus {
    color: #2c881b !important;
}

.text-green-mandatory,
.text-green-mandatory:hover,
.text-green-mandatory:active,
.text-green-mandatory:visited,
.text-green-mandatory:focus {
    color: #83b922 !important;
}

.text-dark-blue,
.text-dark-blue:hover,
.text-dark-blue:active,
.text-dark-blue:visited,
.text-dark-blue:focus {
    color: #033E8B !important;
}

.text-light-blue,
.text-light-blue:hover,
.text-light-blue:active,
.text-light-blue:visited,
.text-light-blue:focus {
    color: #3190D9 !important;
}

.text-light-gray,
.text-light-gray:hover,
.text-light-gray:active,
.text-light-gray:visited,
.text-light-gray:focus {
    color: #D5DBE6 !important;
}


.text-blue,
.text-blue:hover,
.text-blue:active,
.text-blue:visited,
.text-blue:focus {
    color: #1aa4dd !important;
}

.text-white,
.text-white:hover,
.text-white:active,
.text-white:visited,
.text-white:focus {
    color: #fff !important;
}

.text-paleGray,
.text-paleGray:hover,
.text-paleGray:active,
.text-paleGray:visited,
.text-paleGray:focus {
    color: #333 !important;
}

.text-yellow,
.text-yellow:hover,
.text-yellow:active,
.text-yellow:visited,
.text-yellow:focus {
    color: #EEA400 !important;
}

.separator-text-vertical {
    width: 1px;
    background-color: #393939;
    height: 20px;
    display: inline-block;
}

i.bi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

i.bi-flip-x {
    transform: scaleX(-1);
}

.bolder {
    font-family: "Segoe UI Bold" !important;
}

.bold,
.bold[class^="bi-"]::before,
.bold[class*=" bi-"]::before {
    font-weight: bold !important;
}

.text-underline {
    text-decoration: underline !important;
}

.status {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.tag {
    background-color: #fff;
    color: #727272;
    font-size: 15px;
    line-height: 19px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}

    .tag:hover,
    .tag:active,
    .tag:visited {
        color: #727272;
        font-weight: bolder;
    }

#loading-app {
    display: none;
    background: url(../img/home/loading.gif);
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.custom-btn-green {
    border-radius: 5px;
    background-color: #173070;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #173070;
    height: 40px;
    width: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-btn-green:hover {
        color: #173070;
        background-color: #fff;
    }

.custom-btn-blue {
    border-radius: 5px;
    background-color: #033E8B;
    color: #FFFFFF;
    border: 2px solid #033E8B;
    height: 33px;
    width: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font: normal normal normal 16px/21px Segoe UI;
    letter-spacing: 0px;
    margin-top: 1.2rem;
}

.postbank-blue-dx-button, .postbank-blue-dx-button:hover {
    background-color: #033E8B !important;
}

    .postbank-blue-dx-button .dx-button-text,
    .postbank-blue-dx-button .dx-button-text:hover {
        color: #FFFFFF !important;
    }

.custom-btn-blue:hover {
    color: #033E8B !important;
    background-color: #FFFFFF !important;
}

.custom-btn-white {
    border-radius: 5px;
    color: #033E8B;
    background-color: #FFFFFF;
    border: 2px solid #033E8B;
    height: 33px;
    width: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font: normal normal normal 16px/21px Segoe UI;
    letter-spacing: 0px;
    margin-top: 1.2rem;
}

    .custom-btn-white:hover {
        background-color: #033E8B;
        color: #FFFFFF;
    }

.see-more-btn input {
    outline: none;
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.see-more-btn {
    position: relative;
    width: auto;
    display: inline-block;
}

    .see-more-btn:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #2c881b;
        position: absolute;
        left: 0px;
        bottom: -1px;
        display: none;
    }

    .see-more-btn:hover:after {
        display: inline-block;
    }

.btn-link:hover {
    text-decoration: underline !important;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1215px;
}

.full-width-in-container {
    /*width: 100vw;
    margin-left: calc(-1*(100vw - 1175px)/2);*/
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.min-width-250 {
    min-width: 250px;
}

.border-gray {
    border: 1px solid #dcdcdc;
}

.border-bottom-gray {
    border-bottom: 1px solid #dcdcdc;
}

.border-bottom-gray-big {
    border-bottom: 5px solid #dcdcdc;
}

.border-top-gray {
    border-top: 1px solid #dcdcdc;
}

.border-left-gray {
    border-left: 1px solid #dcdcdc;
}

.border-right-gray {
    border-right: 1px solid #dcdcdc;
}

.bg-green {
    background-color: #2c881b;
}

.bg-dark-blue {
    background-color: #033E8B;
}

.bg-light-blue {
    background-color: #3190D9;
}

.bg-light-gray {
    background-color: #D5DBE6;
}

.bg-blue {
    background-color: #173070;
}

.bg-gray {
    background-color: #F7F7F7;
}

.bg-gray-dark {
    background-color: #363636;
}

.bg-black-light {
    background-color: #151515;
}

.bg-black {
    background-color: #000000;
}

.bg-transparent {
    background-color: transparent;
}

.spacer-line::after {
    position: relative;
    content: '|';
}

.left-sidebar-container {
    width: calc(1185px - 975px);
}

.one-sidebar-container {
    width: 890px;
}

[aria-expanded="true"] .bi-chevron-down {
    display: none;
}

[aria-expanded="false"] .bi-chevron-down {
    display: inline-block;
}

[aria-expanded="true"] .bi-chevron-up {
    display: inline-block;
}

[aria-expanded="false"] .bi-chevron-up {
    display: none;
}

.mb-80 {
    margin-bottom: 80px;
}

.two-rows-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.three-rows-ellipsis {
    overflow: hidden;	
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.four-rows-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal;
}

main {
    min-height: 600px;
}

/*#endregion Global Text style*/

/*#region Mini Profiler styles*/

/* Default mini profiler font and size, because global text styles are super large and overrite every element and the font isn't great for reading code */
.mp-results,
.mp-results * {
    font-size: inherit;
    line-height: initial;
    font-family: inherit;
}

.mp-overlay,
.mp-overlay * {
    font-size: inherit;
    line-height: initial;
    font-family: inherit;
}

/*#endregion Mini Profiler styles*/

/*#region HOME PAGE*/

.home-container {
    padding-left: 0px;
}

/*#region Carousel*/
.home-br-item {
    height: 240px;
    background-color: #F7F9FA;
}

    .home-br-item img {
        height: 100%;
        max-width: 371px;
    }

    .home-br-item .right {
        padding: 30px;
    }

    .home-br-item .title {
        font: normal normal 600 18px/22px Segoe UI;
        color: #333333;
    }

    .home-br-item .description {
        font: normal normal normal 14px/18px Segoe UI;
        color: #333333;
        margin-top: 15px;
    }

    .home-br-item a {
        display: block;
        color: #3190D9 !important;
        font: normal normal 600 16px/21px Segoe UI;
        margin-top: 15px;
    }

#welcome-carousel .slick-dots {
    bottom: 5px;
    text-align: right;
}

    #welcome-carousel .slick-dots li button:before {
        width: 10px;
        height: 10px;
        opacity: 1;
        background-color: #173070;
        opacity: 0.2;
        border-radius: 50%;
        content: " "
    }

    #welcome-carousel .slick-dots li.slick-active button:before {
        background-color: #173070 !important;
    }

    #welcome-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: transparent;
    }

#welcome-carousel.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

#featured-lrs.slick-dotted.slick-slider {
    margin-bottom: 55px;
}

#featured-lrs .slick-dots {
    bottom: -35px;
}

    #featured-lrs .slick-dots li {
        border: 1px solid #ccc;
        border-radius: 50%;
        background-color: #000;
        width: 25px;
        height: 25px;
    }

        #featured-lrs .slick-dots li.slick-active {
            background-color: #fff;
        }

        #featured-lrs .slick-dots li a {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

        #featured-lrs .slick-dots li.slick-active a {
            color: #000;
        }

#featured-lrs .bg-image-center {
    height: 240px !important;
}
/*#endregion Carousel*/
/*#region Learning Catalogue*/
.home-lc-text {
    padding: 10px 20px;
}



/*#endregion Learning Catalogue*/


/*#region Learning Pathyway*/

.home-lp-item {
    border-radius: 0px;
    background-size: initial;
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    align-items: center;
    background-color: #000;
    padding: 25px 20px;
    background-size: 125px;
}

.home-container .banners:last-child .home-lp-item {
    background-size: 140px;
}


.home-lp-button {
    margin: 0px 5px;
}

    .home-lp-button > a {
        border: 2px solid #83b922;
        color: white;
        padding: 5px 25px;
        display: inline-block;
    }

.home-container .banners:last-child .home-lp-button > a {
    border: 2px solid #1aa4dd;
}

.home-container .banners:last-child .text-green-mandatory {
    color: #1aa4dd !important;
}
/*#endregion Learning Pathyway*/
/*#endregion HOME PAGE*/
/*#region Training PAGE */
/*#endregion Training PAGE*/
/*#region Learning Resource PAGE */
.bg-image-center {
    border-radius: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
}

.pullUpHeader {
    margin-top: -2.5em;
}

.headerBorder {
    border: 1px solid #DCDCDC;
}

.sideBarTitle {
    text-align: left;
    font: normal normal normal 16px/21px Segoe UI;
    letter-spacing: 0px;
    color: #616161;
}

.sideBarButtonsBox {
    background: #F5F7F9 0% 0% no-repeat padding-box;
    min-height: 124px;
    border-left-style: solid;
    border-color: white;
    border-right-style: solid;
    border-width: 2px;
}

.sideBarCategoriesBox {
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #DCDCDC;
    padding-top: 1px;
    margin-top: 3px;
}

.sideBarLanguageBoxSwitch {
    background: #F5F7F9 0% 0% no-repeat padding-box;
    display: flex;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    height: 33px;
}

.sideBarLanguageBoxButton {
    border-bottom: solid;
    width: 50%;
    border-bottom-color: #FFFFFF;
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 16px/21px Segoe UI;
    cursor: pointer;
}

    .sideBarLanguageBoxButton.active {
        background: #D2D7E3 0% 0% no-repeat padding-box;
        border-bottom-color: #033E8B;
    }

    .sideBarLanguageBoxButton:not(.active):hover {
        font-weight: 900;
    }

.totalViewCounter-text {
    font: normal normal 14px/18px Segoe UI;
    letter-spacing: 0px;
    color: #727272;
}

.totalViewCounter-number {
    font: normal normal 600 14px/18px Segoe UI;
    letter-spacing: 0px;
    color: #333333;
}

.overviewHeader {
    background: #F5F7F9 0% 0% no-repeat padding-box;
    padding-top: 25px;
    padding-bottom: 42px;
    margin-bottom: 32px;
    position: relative;
    left: 21vw;
    margin-left: -40vw;
    margin-right: -21vw;
    min-height: 124px;
    max-height: 124px;
}

.overviewHeaderSubTitle {
    color: #727272;
    text-transform: uppercase;
    font: normal normal 600 14px/19px Segoe UI;
    letter-spacing: 0px
}


/*#endregion Learning Resource PAGE*/
/*#region header style*/
body {
    padding-top: 120px;
}

header {
    height: 75px;
    box-sizing: border-box;
    max-width: 1215px;
    margin: 0 auto;
}

    header a.active,
    header a:hover {
        color: #fff;
        font-weight: bold;
    }

.navbar-collapse {
    width: calc(100% - 158px);
    min-width: 320px;
    position: fixed;
    right: 79px;
    top: 85px;
}

.menuItemHolder {
    width: calc(100% - 158px);
    min-width: 320px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

    .menuItemHolder ul {
        width: 30%;
        min-width: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 10px 100px 10px;
    }

        .menuItemHolder ul li {
            padding: 10px 10px;
        }

.menuHeading {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.menuItemHolder ul li a,
.menuItemHolder ul li a:hover,
.menuItemHolder ul li a:visited {
    color: #fff;
}

    .menuItemHolder ul li a:hover {
        text-decoration: underline !important;
    }

.ul-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menuItemHolder ul:hover {
    /*background-color: #151515;*/
}

.menuLanguageHolder {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 11em;
    box-sizing: border-box;
}

    .menuLanguageHolder span {
        color: #fff;
        margin-left: 10px;
    }

.language {
    cursor: pointer;
}

    .language.active,
    .language:hover {
        text-decoration: underline;
    }

.separetorLanguage {
    height: 20px;
    width: 2px;
    background-color: #fff;
}

.menuLanguageHolder span[data-lang="en"] {
    margin-right: 8px;
}

.navbar-toggler::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #173070;
    position: absolute;
    bottom: -24px;
    left: 7px;
    opacity: 1;
}

.navbar-toggler[aria-expanded="false"]::after {
    opacity: 0;
}

.verticalBorder {
    height: 40px;
    width: 1px;
    background: #fff;
    margin: 0px 15px;
}

.search-box input {
    height: 35px;
    width: 250px;
    margin-right: 10px;
}



/*#endregion header style*/


/*#region header style*/

.course-vertical-container {
    width: 280px;
}

.course-vertical-img {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.course-vertical-side-bar {
    width: 60px;
}

.course-vertical-info-box {
    width: calc(100% - 60px);
    min-height: 220px;
}


/*#endregion header style*/


/*#region single course page*/

.course-single-page-img {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*#endregion single course page*/


/*#region my-development-plan*/

.mydevpath-left-text {
    color: #727272;
    font: normal normal normal 18px/22px Segoe UI;
    margin-right: 0.5em;
}

.mydevpath-right-text {
    color: #333333;
    font: normal normal normal 18px/22px Segoe UI;
}

.header-left-section {
    max-width: 65%;
}

.user-image {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/myLearningPath/avatar.png);
    position: relative;
    margin-right: 15px;
    border-radius: 20px;
}

.heading-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/myLearningPath/avatar.svg);
    position: relative;
    margin-right: 15px;
    margin-left: 5px;
}

.infographic-progress .heading-icon {
    width: 45px;
    height: 45px;
}

.training-level-description .heading-icon {
    width: 50px;
    height: 50px
}

.training-image {
    width: 155px;
    height: 100px;
    object-fit: cover;
    margin-right: 1em;
}

.training-name {
    font: normal normal 600 20px/25px Segoe UI;
    margin-bottom: 0.75em;
}

.training-types {
    font: normal normal normal 18px/22px Segoe UI;
}

.finished-modules-info-card {
    width: 331px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #E1E4E9;
}

    .finished-modules-info-card .part1 {
        color: #333333;
        font: normal normal normal 18px/22px Segoe UI;
    }

    .finished-modules-info-card .part2 {
        color: #333333;
        font: normal normal normal 14px/22px Segoe UI;
    }

.dropdown-arrow-wrapper {
    width: 77px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #E1E4E9;
    margin-left: 2px;
}

    .dropdown-arrow-wrapper img {
        cursor: pointer;
        transform: rotate(180deg);
    }

.categories-main-wrapper {
    border-bottom: 2px solid #DCDCDC;
    margin-bottom: 1em;
}

.tab-item {
    height: 50px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: normal normal normal 16px/21px Segoe UI;
    color: #727272;
}

    .tab-item.active {
        font: normal normal normal 16px/21px Segoe UI;
        border-bottom: 2px solid black;
        color: #333333;
    }

.tab-wrapper {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 3em;
}

/*form delete*/
/*.infographic-progress .heading-icon:first-child {
    background-image: url(/img/myLearningPath/CAPABILITIES-CHART1.png);
}
.infographic-progress .heading-icon:nth-child(2) {
    background-image: url(/img/myLearningPath/CAPABILITIES-CHART2.png);
}
.infographic-progress .heading-icon:last-child {
    background-image: url(/img/myLearningPath/CAPABILITIES-CHART3.png);
}
.training-level-description .heading-icon:first-child {
    background-image: url(/img/myLearningPath/Module_CAPABILITIES1.png);
}
.training-level-description .heading-icon:nth-child(2) {
    background-image: url(/img/myLearningPath/Module_CAPABILITIES2.png);
}

.training-level-description .heading-icon:last-child {
    background-image: url(/img/myLearningPath/Module_CAPABILITIES3.png);
}*/
/*#endregion my-development-plan*/
/*#region Tabs style*/
.nav-tabs {
    border-bottom: 1px solid #dcdcdc;
}

    .nav-tabs .nav-link {
        border: 0px;
        border-radius: 0px;
        border-bottom: 3px solid transparent;
        color: #ADADAD;
        height: 40px;
        padding: 0px 30px;
        font-size: 16px;
        font-weight: normal !important;
        font-family: Segoe UI;
    }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link:hover {
            border-bottom: 3px solid #000;
            color: #393939;
            font-weight: bold !important;
        }


/*#endregion Tabs style*/
/*#region BACK-BTN style*/
.back-btn-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.arrow-back-holder {
    border-radius: 5px;
    padding: 3px 9px 3px 4px;
    background: #173070;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: 1px;
}

    .arrow-back-holder i {
        letter-spacing: -5px;
    }

.back-btn-holder .text {
    font: normal normal 600 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #173070;
    text-transform: uppercase;
}
/*#endregion  BACK-BTN  style*/
/*#region Accordion style*/
.progress-status-line {
    width: 15px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
}

.accordion .card-header {
    background-color: transparent;
}

.accordion .table td {
    border: 0px;
}

.accordion > .card > .card-header {
    margin-bottom: 0px;
}

[aria-expanded="false"] i.bi.bi-dash-circle {
    display: none;
}

[aria-expanded="false"] i.bi.bi-plus-circle {
    display: flex;
}

[aria-expanded="true"] i.bi.bi-dash-circle {
    display: flex;
}

[aria-expanded="true"] i.bi.bi-plus-circle {
    display: none;
}


/*#endregion Accordion style*/


/*#region Grid Custom Table style*/

.table-row-custom {
    display: grid !important;
    grid-template-columns: 1fr 320px minmax(50px,100px) minmax(100px,150px);
}

/*#endregion Grid Custom Table style*/

/*#region right sidebar style*/

.right-sidebar__border-margin {
    margin-top: 30px !important;
}

.right-sidebar__box {
    width: 260px;
}
/*#endregion  right sidebar style*/
.explore-my-learning__body_title {
    font-size: 22px;
    color: #444;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.explore-my-learning__course {
    padding-top: 20px;
    padding-bottom: 25px;
    width: 100%;
    display: flex !important;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
    background-color: gainsboro;
}

.explore-my-learning__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    width: 200px;
}

.explore-my-learning__course__img-container {
    width: 155px;
    height: 100px;
    padding-top: 5px;
}

    .explore-my-learning__course__img-container .imageHolder {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

.cl-grid {
    padding-top: 7px;
}

/* #region Admin */

.dx-header-row td .dx-datagrid-text-content {
    font-weight: bold;
}

.admin-header {
    display: flex;
    height: 72px;
    align-items: center;
    background-color: #F5F7F9;
}

    .admin-header h1 {
        width: 480px;
        font-size: 24px;
        margin-bottom: 0px;
        margin-left: 160px;
    }

    .admin-header nav {
        width: 100%;
    }

/* #endregion Admin */

/* Temp */
.btn-bookmark i {
    display: none;
}

.d-mobile {
    display: none;
}

.training-title {
    color: #727272;
    font-size: 16px;
}

.training-level-icon-wrapper {
    width: 62px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #173070;
}

.training-level-icon {
    width: 25px;
    height: 25px;
}

.training-leve-title-holder {
    height: 50px;
    width: 62.1%;
    padding-left: 1em;
    background: #F7F9FA;
}

.border-bottom-postbank-blue {
    border-bottom: 2px solid #173070;
}

.training-level-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37.65%;
    height: 50px;
    background: #F7F9FA;
    color: #333333;
    font: normal normal normal 18px/22px Segoe UI;
}

.completed-resources {
    font: normal normal normal 14px/22px Segoe UI;
    margin-left: 0.5em;
    color: #333333;
}

.training-level-title-resources-holder {
    width: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-gray {
    background-color: #D5DBE6;
}

.empty-page-wrapper {
    height: 163px;
    background: #F5F7F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5em;
}

    .empty-page-wrapper div {
        margin-bottom: 4em;
    }

    .empty-page-wrapper img {
        position: absolute;
        top: 5em;
    }

.modal-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200,200,200,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.modal-main {
    width: 560px;
    min-height: 432px;
    background: white;
    border-radius: 5px;
    padding: 2em;
}

.question-icon {
    width: 20px;
    height: 20px;
    background: #D5DBE6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 2em;
}

.modal-title {
    font-size: 24px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #DCDCDC;
}

.mr-1 {
    margin-right: 1em;
}

.number-margin {
    margin: 0 0.35em 0 0.5em;
}

.f-16 {
    font-size: 16px;
}

.f-14 {
    font-size: 14px;
}

.blue-info-card {
    margin-top: 1.5em;
    display: flex;
    align-items: flex-start;
    background: #EAF4FB;
    padding: 1em;
    border-radius: 5px;
}

.mtr-05 {
    margin: 0.5em 0.5em 0 0;
}

.w-100 {
    width: 100%;
}

.w-70 {
    width: 70%;
}

.hover-underline:hover {
    text-decoration: underline;
}

.modal-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1em;
    padding-top: 1.25em;
    border-top: 1px solid #DCDCDC;
}

.modal-cancel-button {
    font-size: 16px;
    color: #033E8B;
    cursor: pointer;
    margin-right: 1em;
}

.modal-confirm-button {
    font-size: 16px;
    background: #033E8B;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    width: 130px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overdue-label {
    font-size: 12px;
    background: #D24F45;
    color: white;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 408px;
    position: absolute;
    top: -16px;
    left: 0;
}

.hidden {
    display: none;
}

.white-btn-no-border {
    background: white;
    border: none;
}

.no-border {
    border: none;
}

.upper-shadow {
    box-shadow: 0px 2px 8px #00000029;
}

.open-in-new-tab-label label span {
    white-space: break-spaces;
    width: 250px;
    display: block;
}

.resource-row {
    flex-wrap: nowrap !important;
}

@media (min-width: 900px) {
    .col-xl-6 {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        width: 50% !important;
    }
}
/* Mobile */
/* typical phone screen resolution */
@media only screen and (max-width : 786px) {
    .d-mobile {
        display: block;
    }

    .user-image {
        background-size: cover;
    }

    .flex-wrap-mobile {
        flex-wrap: wrap;
    }

    .header-left-section {
        max-width: 100%;
        width: 100%;
    }

    .infographic-section-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 0.5em;
    }

    .mobile-width-100 {
        width: 100%;
    }

    .mobile-width-66 {
        width: 66%;
    }

    .resource-item-description, .quiz-item-description, .quiz-item-description > p {
        width: 100% !important;
        height: 5em;
        overflow: auto !important;
        font: normal normal normal 14px/18px Segoe UI !important;
    }


    .resource-item-description {
        font-size: 14px !important;
        font: normal normal normal 14px/18px Segoe UI !important;
    }

        .resource-item-description text {
            font-size: 14px !important;
            font: normal normal normal 14px/18px Segoe UI !important;
        }

            .resource-item-description text p {
                font-size: 14px !important;
                font: normal normal normal 14px/18px Segoe UI !important;
            }

    .semibold-12 {
        font-family: Segoe UI Semibold !important;
        font-size: 12px !important;
    }

    .completion-status-not-last {
        height: calc(100% - 30px) !important;
    }

    .mobile-nowrap-flex-start {
        flex-wrap: nowrap;
        align-items: flex-start !important;
    }

    .overviewHeader {
        max-height: 100%;
        margin: 0;
        width: 100%;
        left: 0;
        margin-bottom: 1.5em;
        padding: 25px !important;
    }

        .overviewHeader > div {
            margin: 0 !important;
        }

    .resource-description > .pe-3 {
        margin-bottom: 1em;
        padding: 0 !important;
    }

        .resource-description > .pe-3 > img {
            width: 100% !important;
        }

    #partial_container_LearningResourceCourseInfo {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .mobile-quiz > div {
        display: flex !important;
    }

    .main-quiz-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .mobile-margin-0 {
        margin: 0 !important;
    }

    #correct-wrong-answer-render-box {
        margin: 0 !important;
    }

        #correct-wrong-answer-render-box > div {
            margin: 0 0 1.5em 0;
            padding: 0 0 1.5em 0;
            border-bottom: 1px solid #033E8B;
        }

    .quiz-previous-button, .quiz-next-button {
        min-width: max-content;
    }

    .quiz-bottom-section {
        flex-wrap: wrap;
    }

    .successfully-taken-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .show-result-wrapper {
        width: 100%;
    }

        .show-result-wrapper .quiz-answer-button {
            width: 100%;
        }
}
