:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.soal{
    scroll-behavior: smooth;
}

.bp-navbar {
    padding: .5rem 0;
    background-color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bp-navbar::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    content: "";
}

.bp-navbar .navbar-toggler {
    padding: 0;
    margin-right: -.5rem;
    border: 0
}

.bp-navbar .navbar-toggler:first-child {
    margin-left: -.5rem
}

.bp-navbar .navbar-toggler .bi {
    width: 1.5rem;
    height: 1.5rem
}

.bp-navbar .navbar-toggler:focus {
    box-shadow: none
}

.bp-navbar .navbar-brand {
    color: #fff;
    margin-right: auto !important;
    transition: transform 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .bp-navbar .navbar-brand {
        transition: none
    }
}

@media (max-width: 991.98px) {
    .bp-navbar .navbar-brand {
        margin-left: auto !important;
    }
}

.bp-navbar .navbar-brand:hover {
    transform: rotate(-5deg) scale(1.1)
}

.bp-navbar .navbar-toggler,.bp-navbar .nav-link {
    padding-right: .25rem;
    padding-left: .25rem;
    color: #000000
}

.bp-navbar .navbar-toggler:hover,.bp-navbar .navbar-toggler:focus,.bp-navbar .nav-link:hover,.bp-navbar .nav-link:focus {
    color: #0a58ca
}

.bp-navbar .navbar-toggler.active,.bp-navbar .nav-link.active {
    font-weight: 600;
    color: var(--bs-primary)
}

.bp-navbar .navbar-nav-svg {
    display: inline-block;
    vertical-align: -.125rem
}

.bp-navbar .offcanvas-lg {
    background-color: #ffffff;
    border-left: 0
}

@media (max-width: 991.98px) {
    .bp-navbar .offcanvas-lg {
        box-shadow:var(--bs-box-shadow-lg)
    }
}

.bp-navbar .dropdown-toggle:focus:not(:focus-visible) {
    outline: 0
}

.bp-navbar .dropdown-menu {
    --bs-dropdown-min-width: 12rem;
    --bs-dropdown-padding-x: .25rem;
    --bs-dropdown-padding-y: .25rem;
    --bs-dropdown-link-hover-bg: rgba(var(--bp-violet-rgb), .1);
    --bs-dropdown-link-active-bg: rgba(var(--bp-violet-rgb), 1);
    --bs-dropdown-font-size: .875rem;
    font-size: .875rem;
    border-radius: .5rem;
    box-shadow: var(--bs-box-shadow)
}

.bp-navbar .dropdown-menu li+li {
    margin-top: .125rem
}

.bp-navbar .dropdown-menu .dropdown-item {
    border-radius: .25rem
}

.bp-navbar .dropdown-menu .dropdown-item.active {
    color: #ffffff;
    text-decoration: none;
    background-color: #55aed7;
}

.bp-navbar .dropdown-menu .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #55aed740;
}

.bp-navbar .dropdown-menu .dropdown-item:active .bi {
    color: inherit !important
}

.bp-navbar .dropdown-menu .active {
    font-weight: 600
}

.bp-navbar .dropdown-menu .active .bi {
    display: block !important
}

.bp-navbar .dropdown-menu-end {
    --bs-dropdown-min-width: 8rem
}

.animate-img:hover>img {
    transform: scale(1.1)
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor
}

@media (min-width: 992px) {
    .bp-sidebar {
        position:-webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        max-height: calc(100vh - 6rem);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .bp-sidebar .offcanvas-lg {
        border-right-color:var(--bs-border-color);
        box-shadow: var(--bs-box-shadow-lg)
    }
}

.bp-links-heading {
    color: var(--bs-emphasis-color)
}

@media (max-width: 991.98px) {
    .bp-links-nav {
        font-size:.875rem
    }
}

@media (max-width: 991.98px) {
    .bp-links-nav {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .bp-links-nav .bp-links-group {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .bp-links-nav .bp-links-span-all {
        -moz-column-span: all;
        column-span: all
    }
}

.bp-links-link {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.125rem;
    color: var(--bs-body-color);
    text-decoration: none
}

.bp-links-link:hover,.bp-links-link:focus,.bp-links-link.active {
    color: var(--bs-emphasis-color);
    background-color: #50afd2
}

.bp-links-link.active {
    font-weight: 600
}

.bp-gutter {
    --bs-gutter-x: 3rem
}

.bp-layout {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .bp-layout {
        display:grid;
        grid-template-areas: "sidebar main";
        grid-template-columns: 1.5fr 5fr;
        gap: 1.5rem;
        padding-left: 24px;
        padding-right: 24px;
    }
}

.bp-sidebar {
    grid-area: sidebar
}

.bp-footer {
    /* background: #53aed6; */
    box-shadow: 0px -.5rem 1rem rgba(0,0,0,.15)!important;;
}

.bp-footer a {
    color: var(--bs-body-color);
    text-decoration: none
}

.bp-footer a:hover,.bp-footer a:focus {
    color: var(--bs-link-hover-color);
    text-decoration: underline
}

main a,main button,main input,main select,main textarea,main h2,main h3,main h4,main [tabindex="0"] {
    scroll-margin-top: 80px;
    scroll-margin-bottom: 100px
}

.img-navbar {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.navbar-badge {
    font-size: .7rem;
    font-weight: 400;
    padding: 2px 4px;
    position: relative;
    right: 10px;
    top: -10px;
}

.bp-content {
    min-height: calc(100vh - 150px);
}

.img-48 {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.img-32 {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.img-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.sidebar-namauser {
    font-weight: 500;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-left: 10px;
}
  
.icon-circle {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000000;
    color: #000000;
}

.img-pelatihan {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}

.list-materi .card {
    background: #f5f7f8;
    border: #17519A solid 1.5px;
}

.list-materi .icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
}

.check-success {
    border-color: #28a745 !important;
    opacity: 1 !important;
    width: 23px;
    height: 23px;
}

.check-success:checked {
    background-color: #28a745 !important;
}

.list-sidebar .active {
    z-index: 2;
    background-color: transparent;
    border-top-color: var(--bs-list-group-border-color);
    border-bottom-color: var(--bs-list-group-border-color);
    border-left: 4px solid var(--bs-list-group-active-border-color) !important;
}

.sisawaktu {
    margin-bottom: 0px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    background-color: #FF6969; /* Adjust the background color as needed */
}

.progress-ujian {
    width: 100%;
}

.custom-file-input::-webkit-file-upload-button {
    display: none;
}

.custom-file-input::before {
    background: url('../img/upload2.svg') no-repeat;
    background-position: 7px center;
    background-size: auto;
    content: 'Tambah File';
    display: inline-block;
    color: #17519A;
    border: var(--bs-border-width) solid #17519A;
    border-radius: var(--bs-border-radius);
    padding: .375rem .75rem;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
    margin-right: 10px;
    padding-left: 30px;
}

.custom-file-input:hover::before {
    border-color: #17519A;
}

.custom-file-input:active::before {
    background-color: #17519A;
    color: #ffffff;
}

.radio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.radio-container label {
    margin-bottom: 5px;
}

.radio-container input[type="radio"] {
    margin-bottom: 10px;
}

.btn-close-modal {
    position: absolute;
    top: -40px;
    right: 0;
}

.btn-ujian {
    width: calc((100% - (19*4px)) / 20);
    height: auto;
    color: #17519A;
    background: #ffffff;
    border: 1px solid #17519A;
    margin-bottom: 0.5rem!important;
}

.btn-ujian.done {
    color: #ffffff;
    background: #17519A;
}

@media only screen and (max-width: 767px) {
    .btn-ujian {
        width: calc((100% - (4*4px)) / 5);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .btn-ujian {
        width: calc((100% - (14*4px)) / 15);
    }
}

.btn-ujian:hover {
    color: #ffffff;
    background: #10396c;
}

.nav-tabs .nav-link {
    color: var(--bs-modal-color);
    border: none;
    border-bottom: 2px solid #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-primary) !important;
    color: var(--bs-primary);
}

.table-stripe th {
    border-top-width: 1px;
}

.table-stripe td, .table-stripe tH {
    padding: 1rem .5rem;
    border-color: #4f4f4f;
    color: #202020;
}

.footer-page {
    color: #ffffff;
    font-size: 15px;
}

.footer-page a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.footer-page h5 {
    margin-bottom: 5PX;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .footer-page h5 {
        margin-bottom: 3PX;
        margin-top: 10PX;
    }
}

.footer-page .logo-footer {
    width: 150px;
}

.footer-page .menu-footer li {
    margin: 0;
    padding: 6px 0;
    list-style-type: none;
}

.footer-page .menu-social {
    display: flex;
    align-items: center;
}

.footer-page .menu-social li {
    margin-right: 10px;
    list-style-type: none;
}

.footer-page .menu-social li:last-child {
    margin: 0;
}

.footer-page .menu-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 50%;
    color: #3356a5;
    background-color: #ffffff;
}

.footer-page .menu-social li a:hover {
    color: #ffffff;
    background-color: #3D84B8;
}

.footer-page-top {
    padding: 3rem 0;
    background-color: #3356a5;
}

.footer-page-bottom {
    padding: 1rem 0;
    background-color: #3D84B8;
}

.footer-page ul {
    margin: 0;
    padding: 0;
}

.scroll-to-top {
    background: rgba(90,92,105,0.5);
    color: #ffffff !important;
    z-index: 9999;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    font-weight: bolder;
}

.breadcrumb-item.active {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60vw;
}

.hide{
    display: none;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-item.active {
        max-width: 50vw;
    }
}

.custom-dropdown {
    max-height: 400px
}

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
   
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.navbar .navbar-nav .dropdown-menu {
    position: absolute;
    max-width: 75vw;
}

.accordion .list-group, .card .list-group {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.accordion .list-group-item, .card .list-group-item {
    border-right: none;
    border-left: none;
}

.accordion .list-group-item:last-child, .card .list-group-item:last-child {
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.ajax-load {
    background: #e1e1e1;
    padding: 10px 0;
    width: 100%;
}
  
.skeleton-loader {
    background-color: #f0f0f0; /* Background color of the skeleton loader */
    border-radius: 4px; /* Adjust as needed */
    padding: 16px; /* Adjust as needed */
    margin-bottom: 16px; /* Adjust as needed */
}
  
.skeleton-loader-top {
    background-color: #f0f0f0; /* Background color of the skeleton loader */
    border-radius: 4px; /* Adjust as needed */
    padding: 16px; /* Adjust as needed */
    margin-bottom: 16px; /* Adjust as needed */
}
  
.skeleton-line {
    height: 12px; /* Height of each line */
    background-color: #e0e0e0; /* Color of each line */
    margin-bottom: 16px; /* Spacing between lines */
}

.radio-type-question:checked+.select-type-questions {
    background-color: #17519A;
    color: #fff;
    font-weight: bold;
}

.select-type-questions:hover {
    background-color: #6DB9EF; 
    cursor: pointer;
    font-weight: bold;
}

.soal {
    border-left: 4px solid #17519A;
}

.question-choice input[type="radio"]:checked+.ql-check {
    background-color: #00C985;
}

.question-choice input[type="radio"]+.fa-check:before,
.question-choice input[type="radio"]+label>.fa-check:before {
    content: "\f111";
}

.question-choice input[type="checkbox"]:checked+.ql-check {
    background-color: #00C985;
}

.question-choice input[type="checkbox"]+.fa-check:before,
.question-choice input[type="checkbox"]+label>.fa-check:before {
    content: "\f111";
}

.question-choice .question-list, .question-choice .question-summary {
    display: flex;
    align-items: center;
    padding-top: 6px;
    margin: 8px 0;
}

.question-choice .question-list input {
    height: 42px;
}

.question-choice .ql-check {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #cad2dc;
    color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 12px;
}

.bimbingan-teknis h3 {
    font-size: 28px;
}

.course-listitem--title {
    font-size: 20px;
}

.fs-16 {
    font-size: 16px;
}

.text-1-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.ulasan-indicators {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0 !important;
    border: none !important;
}

.list-group-item:hover{
    background-color: #f5f7f8;
}