.indicator {
    width: 0.5em;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65em;
}

.competencemap-popover {
    color: #fff;
}

.learning_outcome-list {
    list-style: none;
}

.learning_outcome-list-item,
.learning-outcome-list-item {
    border-top: solid 1px darkgray;
    padding: 0.5em 0;
}

.learning_outcome-list-item:first-child,
.learning-outcome-list-item:first-child {
    border: none;
}

.learning_outcome-list-item::before,
.learning-outcome-list-item::before {
    content: ".";
    margin-right: 3px;
}

.learning_outcome-list-item::before {
    background-color: var(--bs-success);
    color: var(--bs-success);
}

.learning-outcome-list-item::before {
    background-color: var(--bs-warning);
    color: var(--bs-warning);
}

.steel-list {
    list-style: none;
}

.steel-list li {
    margin-bottom: 0.5em;
}

.steel-list li::before {
    content: ".";
    background-color: var(--main-danger-page);
    color: var(--main-danger-page);
    margin-right: 5px;
}

.steelhub-card {
    border-radius: 7px;
    overflow: hidden;
    color: black;
    border: 1px solid #ddd !important;
}

.steelhub-card:hover {
    box-shadow: 0px 0px 15px rgb(196, 196, 196);
}

.steelhub-card .card-title {
    text-decoration: none;
}

.sh-card-button {
    background-color: var(--main-danger-page);
    border: 6px solid var(--main-danger-page);
    border-radius: 18px;
    overflow: hidden;
    color: white;
    height: 18rem;
    width: 40%;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.sh-card-button:hover {
    border: 8px solid var(--main-danger-page);
    background-color: white;
    color: var(--main-danger-page);
    box-shadow: 0px 0px 15px rgb(196, 196, 196);
}

.steelhub-card .card-header {
    padding-top: 1em;
    padding-bottom: 1em;
}

.steelhub-card .card-body {
    padding-top: 1em;
    min-height: 100px;
    justify-content: center;
    margin-bottom: 0px;
}

.steelhub-card .card-text {
    font-size: 0.9em;
}

.steelhub-course-card {
    border-radius: 7px;
    overflow: hidden;
    color: black;
    border: 1px solid #ddd !important;
}

.steelhub-course-card:hover {
    box-shadow: 0px 0px 15px rgb(196, 196, 196);
}

.steelhub-course-card .card-title {
    text-decoration: none;
}

.steelhub-course-card .card-header {
    padding-top: 1em;
    padding-bottom: 1em;
}

.steelhub-course-card .card-body {
    padding-top: 1em;
    min-height: 150px;
    justify-content: center;
    margin-bottom: 0px;
}

.steelhub-course-card .card-text {
    font-size: 0.9em;
}

.steelhub-course-card .publisher {
    font-size: 0.7em;
    font-weight: 400;
}

.steelhub-course-card .sh-publisher-thumbnail {
    position: absolute;
    min-width: 20% !important;
    max-width: 40% !important;
    min-height: 1% !important;
    border-radius: 4px !important;
    box-shadow: 0 0 2px 1px #b7b7b7 !important;
    top: 30%;
    left: 5%;
    z-index: 10 !important;
    background-color: #fff;
}

.red-title {
    color: var(--main-danger-page);
    font-weight: 200;
}

.sh-title {
    color: var(--main-danger-page);
    font-weight: 400;
    font-size: 25pt;
}

.steelhub-table thead tr {
    background-color: var(--main-danger-page) !important;
    color: var(--bs-white);
}

.steelhub-table .table-course {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.steelhub-table .table-module {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.collapsing {
    transition: none !important;
}

.download {
    color: var(--main-danger-page);
}

.uri-text {
    font-size: 6pt;
    margin: none;
}

.filter-check {
    padding-left: 0;
    list-style: none;
}

footer {
    height: 40px;
    bottom: 0px;
    width: 100%;
    background-color: #99adb7;
    color: #fff;
    margin-top: 40px !important;
}

main > .container {
    padding: 100px 15px 0;
    margin-bottom: 80px;
}

main > .container.index {
    padding-top: 70px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: rgb(233, 233, 233);
}

.subtitle {
    color: var(--main-danger-page);
}

.sh-card {
    max-height: 160px;
    overflow: hidden;
}

.sh-home-card {
    background-color: #9aadb7;
    color: #eee;
    border-radius: 5px;
    padding: 20px 20px 40px 20px;
}

.sh-home-card .title {
    font-weight: 400;
    font-size: 22pt;
}

.sh-home-card .content {
    font-weight: 400;
    font-size: 14pt;
}

.btn-steelhub {
    background-color: #ffffff;
    color: #9aadb7;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: 400;
}

.sh-video {
    border-radius: 5px;
    overflow: hidden;
}

.sh-card-light {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 40px 20px;
}

.sh-card-light .title {
    font-weight: 400;
    font-size: 22pt;
}

.sh-card-light .content {
    font-weight: 400;
    font-size: 12pt;
}

.sh-card-light .button {
    background-color: #5c7f92;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.sh-card-carousel {
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
}

.sh-card-carousel .title {
    font-weight: 400;
    font-size: 22pt;
}

.sh-card-carousel .content {
    font-weight: 400;
    font-size: 12pt;
}

.sh-activation-card {
    background-color: #f0f0f0;
    color: #a3a3a3;
    border-radius: 0px 5px 5px 0px;
    padding: 30px 30px 40px 30px;
    border-left: solid 6px #f7f7f7;
}

.act-done {
    border-left: solid 6px var(--bs-green);
}

.act-selected {
    background-color: #fff;
    border-left: solid 6px var(--main-danger-page);
    color: #4d5c6d;
}

.sh-activation-card .title {
    font-weight: 400;
    font-size: 18pt;
}

.sh-activation-card .content {
    font-weight: 400;
    font-size: 11pt;
    padding: 10px 40px 10px 20px;
}

.sh-activation-card .button {
    background-color: #5c7f92;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.sh-activation-card .button-light {
    background-color: #fff;
    border: 2px solid #5c7f92;
    color: #5c7f92;
    border-radius: 2px;
    padding: 5px 20px;
}

.sh-activation-card .button-red {
    background-color: var(--main-danger-page);
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.fitted-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.fit-top-center {
    object-position: top center;
}

.sh-primary-link {
    color: var(--main-danger-page);
    text-decoration: none;
    font-weight: 500;
}

.text-logo {
    font-size: 12pt;
    color: #9e9e9e;
    font-weight: 500;
}

.sh-user-dropdown {
    color: var(--main-danger-page);
    font-weight: 500;
    text-decoration: none;
}

.sh-user-dropdown:after {
    color: var(--bs-secondary);
}

.sh-lang-select {
    font-size: 12px;
    width: 90px;
    justify-content: center;
    vertical-align: middle;
    border: none;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    /* background: url(https://stackoverflow.com/favicon.ico) 96% / 15% no-repeat #EEE; */
}

.sh-btn-red {
    background-color: var(--main-danger-page);
    color: #fff;
    padding: 13px 60px;
    border-radius: 2px;
}

.sh-btn-gray {
    background-color: #f7f7f7;
    color: #fff;
    padding: 13px 30px;
    border-radius: 4px;
}

.sh-btn-red-sm {
    background-color: var(--main-danger-page);
    color: #fff;
    padding: 6px 20px;
    border-radius: 2px;
}

.sh-btn-red:hover {
    color: #fcfcfc;
}

/* CAROUSEL CSS */
@media (max-width: 767px) {
    .multi-slide .carousel-inner .carousel-item > div {
        display: none;
    }

    .multi-slide .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.multi-slide .carousel-inner .carousel-item.active,
.multi-slide .carousel-inner .carousel-item-next,
.multi-slide .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    .multi-slide .carousel-inner .carousel-item-end.active,
    .multi-slide .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .multi-slide .carousel-inner .carousel-item-start.active,
    .multi-slide .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.multi-slide .carousel-inner .carousel-item-end,
.multi-slide .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* CAROUSEL CSS */
@media (max-width: 767px) {
    .carousel-3 > .multi-slide .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-3
        > .multi-slide
        .carousel-inner
        .carousel-item
        > div:first-child {
        display: block;
    }
}

.carousel-3 > .multi-slide .carousel-inner .carousel-item.active,
.carousel-3 > .multi-slide .carousel-inner .carousel-item-next,
.carousel-3 > .multi-slide .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    .carousel-3 > .multi-slide .carousel-inner .carousel-item-end.active,
    .carousel-3 > .multi-slide .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-3 > .multi-slide .carousel-inner .carousel-item-start.active,
    .carousel-3 > .multi-slide .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-3 > .multi-slide .carousel-inner .carousel-item-end,
.carousel-3 > .multi-slide .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.card {
    border: none;
    background-color: #fcfcfc;
}

.button {
    border-radius: 2px !important;
}

.sh-banner-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #607387;
    overflow: hidden;
    padding: 0 44px;
}

.sh-banner-container-overlay {
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.7;
    z-index: 1;
}

.sh-banner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
    filter: blur(3px);
}

.sh-course-title {
    font-size: 48px;
    font-weight: 600;
    color: inherit;
    line-height: 1.25;
    margin-bottom: 15px;
    text-shadow: 0px 0px 2px rgba(29, 29, 29, 0.479);
}

.sh-course-banner-content {
    background: transparent;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
    min-height: 400px;
}

.sh-course-price {
    font-weight: 700;
    font-size: 32px;
    color: #555;
    width: 100%;
    text-align: center;
}

.sh-sidebar-content {
    padding: 15px 30px 30px 30px;
}

.sh-course-subtitle {
    font-weight: 800;
}

.icon-circle {
    background-color: #4d5c6d;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    margin: 10px;
    font-size: 18pt;
}

.sh-module-item {
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    color: #939597;
}

.sh-module-item:hover {
    padding: 20px;
    background-color: #ebebeb;
    margin-bottom: 10px;
    color: #616161;
}

.sh-publisher-image {
    border: 1px solid #fefefe;
    background-color: #fefefe;
    max-width: 200px;
    display: inline-block;
    box-shadow: 0px 0px 50px rgb(218, 218, 218);
    border-radius: 10px;
    overflow: hidden;
}

.testimonial {
    text-align: center;
    width: 100%;
}

.testimonial-image {
    height: 100px;
    border-radius: 50%;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-name {
    font-weight: 600;
}

.row.category-type {
    border-top: solid 1px #5c7f92;
    border-left: solid 1px #5c7f92;
    border-right: solid 1px #5c7f92;
}

.row.category-type:last-child {
    border: solid 1px #5c7f92;
}

.col.category-type {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #99adb7;
    color: white;
}

.row.category {
    border-bottom: solid 1px #5c7f92;
}

.row.category:last-child {
    border-bottom: none;
}

.col.category {
    border-right: solid 1px #5c7f92;
    padding-left: 1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background-color: #ccd6dd;
    font-weight: 600;
}

.row.learning_outcome {
    border-bottom: solid 1px #5c7f92;
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.learning_outcome:last-child {
    border-bottom: none;
}

.col.level {
    text-align: center;
}

.col.learning_outcome-title {
    border-bottom: solid 1px #5c7f92;
    background-color: #eef1f4;
    font-size: 0.9rem;
    font-weight: 600;
}

.download-metadata {
    position: absolute;
    right: 0px;
}

.accordion-toggle:after {
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 5px;
    content: "\f106";
}

.accordion-toggle.collapsed:after {
    content: "\f107";
}

.float-right {
    float: right;
}

.sh-select {
    min-width: 80%;
}

.multiselect-native-select button {
    text-align: start;
}

.form-check-input {
    height: 1.8em !important;
    width: 3em !important;
}

.sh-search-input {
    border-radius: 6px;
    border: 1px solid #afafaf;
    padding: 3px 10px;
    margin: 5px;
    color: var(--main-danger-page);
    font-size: 0.9rem;
    min-height: 32px !important;
}

.sh-search-input option {
    color: #999;
}

.sh-search-button {
    background-color: var(--main-danger-page);
    color: #fff;
    border-radius: 4px;
    border: 0px solid #afafaf;
    padding: 4px 20px;
    font-size: 0.9rem;
    font-weight: lighter;
    margin-left: 20px;
}

.sh-more-button {
    background-color: var(--main-danger-page);
    color: #fff;
    border-radius: 6px;
    border: 0px solid #afafaf;
    padding: 3px 30px;
    font-size: 0.8rem;
    font-weight: lighter;
    margin-top: 12px;
}

.icon-trash::before {
    /* font-family: "Font Awesome 6 Free"; */
    font-weight: 900;
    content: "a";
}

ul.occupation-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.occupation-list li {
    border-bottom: solid 1px darkgray;
    padding: 5px 0px;
}

ul.occupation-listli: last-child {
    border: none;
    padding-bottom: 0;
}

.certificate-submit {
    width: 100%;
    background-color: var(--main-danger-page);
    color: white;
    margin: 8px 0;
    height: 35px;
    line-height: 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.pagination {
    border-radius: 5px;
}

.pagination li {
    /* border:1px solid var(--main-danger-page) ; */
    padding: 4px 12px;
    margin: 0px 3px;
    border-radius: 5px;
    background-color: rgb(241, 241, 241);
}

.pagination .active {
    background-color: var(--main-danger-page);
    color: white;
    border-radius: 5px;
}

.pagination a {
    color: var(--main-danger-page);
    text-decoration: none;
}

.pagination .disabled {
    color: var(--main-danger-page);
}

.p-3-5 {
    padding: 3.5rem 0 !important;
}

.white-text {
    color: white;
}

.accordion-button.no-panel::after {
    display: none;
}

.overlay-parent {
    position: relative;
    flex: 1 0 auto;
}
.overlay-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blur {
    filter: blur(4px);
}
.carousel-levels-indicators {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 0 10%;
}

.carousel-levels-indicators [data-bs-target] {
    display: flex;
    justify-content: center;
    font-size: 24px;
    text-indent: 0 !important;
    opacity: 1;
}

.carousel-levels-indicators [data-bs-target] i {
    display: none;
}

.carousel-levels-indicators [data-bs-target].active i {
    display: block;
}

.carousel-levels-indicators [data-bs-target] span {
    opacity: 0.5;
}

.carousel-levels-indicators [data-bs-target].active span {
    opacity: 1;
}

.carousel-levels-indicators [data-bs-target] .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--main-danger-page);
    position: absolute;
    top: 60px;
    color: white;
    font-size: 8pt;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1 !important;
}

.carousel-levels-indicators [data-bs-target].active .dot {
    width: 30px;
    height: 30px;
    top: 52px;
}

.carousel-levels-indicators li.active::marker {
    font-size: 72px;
}

.carousel-levels .carousel-inner {
    margin-top: 60px;
}

.range-line {
    border: 1px solid #ddd;
    position: absolute;
    top: 67px;
    width: 77%;
    margin-left: 20px;
}

.sh-page-title {
    background-color: var(--main-danger-page);
    height: 350px;
}
.sh-page-title h3 {
    color: white;
    font-size: 2.5rem;
    padding-top: 130px;
    font-weight: lighter;
}

.sh-page-title h3 .bold {
    font-weight: 600;
}

.sh-page-title-small {
    background-color: var(--main-danger-page);
    height: 230px;
}
.sh-page-title-small h3 {
    color: white;
    font-size: 2.5rem;
    padding-top: 20px;
    font-weight: lighter;
}

.sh-page-title-small .bold {
    font-weight: 600;
}

.sh-title {
    color: var(--main-danger-page);
    font-weight: 400;
}

.sh-title .bold {
    font-weight: 600;
}

.sh-collapse-button {
    border-radius: 50%;
    background-color: var(--main-danger-page);
    color: #fff;
    position: absolute;
    right: 40px;
    right: 20%;
    bottom: 21px;
    height: 40px;
    width: 40px;
    box-shadow: 4px 4px 12px #dddddd;
}

.sh-collapsable-card {
    background-color: #eef1f4;
    margin: 40px 150px;
    padding: 40px 40px;
    border-radius: 15px;
    box-shadow: 4px 4px 12px #dddddd;
}

.fw-semibold {
    font-weight: 600;
}

.sh-text-grey {
    color: #929496;
}

.sh-collapse-button .up {
    display: block;
}

.sh-collapse-button.collapsed .up {
    display: none;
}

.sh-collapse-button .down {
    display: none;
}

.sh-collapse-button.collapsed .down {
    display: block;
}

.sh-text-primary {
    color: var(--main-danger-page);
}
.sh-ul li {
    line-height: 2em;
}

.sh-ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--main-danger-page); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.carousel-labels {
    display: flex;
    justify-content: space-between;
    padding: 0px 90px;
    margin-top: 80px;
    margin-bottom: 0px;
}

.lo-level {
    background-color: var(--main-primary-page);
    color: #fff;
    padding: 4px 4px;
    margin: 5px 5px;
    font-size: 10pt;
}

.sh-competencemap-card {
    background-color: #eef1f4;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 4px 4px 12px #dddddd;
}

.sh-competencemap-card-header {
    background-color: var(--main-danger-page);
    width: 100%;
    height: 45px;
    color: white;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 5px;
}

.accordion-button-disabled::after {
    display: none;
}

.carousel-levels-indicators {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 0 10%;
}

.carousel-levels-indicators [data-bs-target] {
    display: flex;
    font-size: 24px;
    text-indent: 0 !important;
}

.carousel-levels-indicators [data-bs-target] div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-danger-page);
    position: absolute;
    top: 50px;
}

.carousel-levels-indicators [data-bs-target].active div {
    width: 20px;
    height: 20px;
}

.carousel-levels-indicators li.active::marker {
    font-size: 72px;
}

.carousel-levels .carousel-inner {
    margin-top: 60px;
}

.select2-dropdown {
    z-index: 1100 !important;
}

.w-60 {
    width: 50rem !important;
}

.sh-block-red {
    background-color: var(--main-danger-page) !important;
    color: white;
    font-size: 2.5rem;
    padding-top: 40px;
    font-weight: lighter;
}

.text-image {
    font-weight: 300;
    line-height: 1.6rem;
    font-size: 1.1rem;
    text-align: left;
    color: white;
}

.breadcrumb {
    font-size: 20px;
    font-weight: 100;
}

.sh-1-1rem {
    font-size: 1.1rem;
}

.sh-0-8rem {
    font-size: 0.8rem;
}

.sh-box-title {
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sh-box-text {
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-gray {
    background-color: #f8f8f8;
    border-radius: 20px;
}

.sh-circled-buttom {
    text-align: center;
    color: white;
    background-color: var(--main-danger-page);
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.sh-box {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    height: 450px;
    position: relative;
}

.sh-box-lg {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    height: 500px;
    position: relative;
}

.sh-box-sm {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    height: 240px;
    position: relative;
}

.sh-box-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.sh-accordion-header {
    background-color: var(--main-danger-page);
    color: var(--main-danger-page);
}

.sh-inner-box {
    background-color: var(--main-danger-page);
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    overflow: hidden;
}

.sh-box-sector .sh-inner-box {
    background-image: url(../images/new-home/calltoaction/header-sector.png);
}

.sh-box-family .sh-inner-box {
    background-image: url(../images/new-home/calltoaction/header-family.png);
}

.sh-occupation-img {
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    height: 230px;
}

.select2-selection__choice__display {
    font-size: 12px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 3px !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--main-danger-page);
    color: #fff;
    border-color: var(--main-danger-page);
}

.accordion-button:not(.collapsed)::after {
    color: #fff;
}

.accordion-button.bg-gray.collapsed {
    background-color: #fbfbfb;
}

.accordion-item.level-2 .accordion-button {
    padding-left: 30px;
}
.accordion-item.level-3 .accordion-button {
    padding-left: 40px;
}
.accordion-item.level-4 .accordion-button {
    padding-left: 50px;
}
.accordion-button.no-border:focus {
    box-shadow: none;
}

/* .accordion-button {
    pointer-events: none;
} */

/* .accordion-button::after {
    pointer-events: all;
}

.accordion-button span {
    pointer-events: all;
} */

/* SELEC2 Styles */

.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

/* .select2-results__option[aria-selected="true"]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: var(--main-danger-page);
    border: 0;
    display: inline-block;
    padding-left: 3px;
} */

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #afafaf;
    font-size: 0.9em;
    text-align: left !important;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 1px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-secondary-page) !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected::before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: var(--main-danger-page);
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.text-indent {
    text-indent: -30px;
}

.sh-skill_directory_1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/skill-directory-landing/bg_1.jpg);
    background-size: cover;
    color: white;
}

.sh-skill_directory_2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
        url(../images/skill-directory-landing/bg_3.jpg);
    background-size: cover;
    color: white;
}

.sh-skill_directory_3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url(../images/skill-directory-landing/bg_7.jpg);
    background-size: cover;
    color: white;
}

.container-gray {
    color: 444;
    background-color: #f8f8f8;
}

.sh-button-white {
    background-color: white;
    color: var(--main-danger-page);
    padding: 4px 38px;
    font-size: 1.2rem;
}

.loading {
    filter: blur(3px);
}

.spinner {
    display: none;
    z-index: 3;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid grey;
    border-top-color: black;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.info-panel-root {
    position: relative;
}

.sh-self-assessment-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url(../images/self_assessment_landing/bg_CA_1.png);
    background-size: cover;
    color: white;
}

.sh-block-title {
    background-color: var(--main-danger-page);
    color: white;
    font-size: 2.5rem;
    padding-top: 130px;
    font-weight: lighter;
}

.under-white {
    border-bottom: 8px solid white;
}

.sh-circled-white {
    color: var(--main-danger-page);
    background-color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.img-background-1 {
    background-image: url(../images/skill-directory-landing/sh-screen1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.half-background {
    background-image: linear-gradient(
        to left,
        var(--main-danger-page) 50%,
        rgba(0, 0, 0, 0) 40%
    );
}

.box-shadow {
    box-shadow: 0px 0px 38px -10px rgba(46, 46, 46, 1);
}

.ui-slider-handle {
    width: 2.6em !important;
    height: 2.6em !important;
    top: 50% !important;
    margin-top: -1.3em !important;
    margin-left: -1.3em !important;
    text-align: center !important;
    line-height: 1.8em !important;
    border-radius: 1.3em !important;
    font-size: 0.8em;
    padding: 0.3em;
}

.ui-state-active {
    border: 1px solid var(--main-danger-page) !important;
    background: var(--main-danger-page) !important;
    font-weight: normal;
    color: #fff;
}

.breadcrumbs.sh-breadcrumbs {
    color: white;
}

.breadcrumbs.sh-breadcrumbs a {
    color: white;
    text-decoration: none;
}

.smaller {
    font-size: 0.75rem; /* Adjust the size as needed */
}

.select2-container {
    min-width: 300px;
}

.w-80{
    width: 80%;
}

.w-40{
    width: 40%;
}
