.dark-input-label label.form-label {
    color: #24292d !important;
    font-weight: 500;
}

.card-loader {
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .08), 0 -1px 3px 0 rgba(0, 0, 0, 0.06);
    padding: 8px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 0;
    height: 200px;
    overflow: hidden;
}

.card-loader:only-child {
    margin-top: 0;
}

.card-loader:before {
    content: '';
    height: 110px;
    display: block;
    background-color: #ededed;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.card-loader:after {
    content: '';
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.collapse-button {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(113, 121, 136, 0.1);
    background-color: #fff;
    z-index: 23;
    color: #A1A5B7;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px !important;
    height: 40px !important;
}

.collapse-button:hover {
    color: #009ef7;
}

.collapse-button i {
    transition: transform .3s ease;
}

@keyframes loader-animate {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.separator {
    border-top: solid 1px #d4d4d4;
    content: "";
    margin: 2rem 0;
    border-bottom: solid 1px #d4d4d4;
    padding: 1px 0;
}

.has-error {
    border: solid 1px red;
    border-radius: 0.325rem;
}

.js-target-input .input-group-text {
    min-width: 55px;
}

#courseSectionsAccordion {
}

#courseSectionsAccordion .accordion-button h6 {
    cursor: pointer;
}

#courseSectionsAccordion .section-tools {
}

#courseSectionsAccordion .section-tools a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    padding: 0;
    border-radius: 3px;
}

#courseSectionsAccordion .section-tools a:hover {
    background: #dddfe5;
}

#courseSectionsAccordion .accordion-button:hover .section-tools .js-section-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#courseSectionsAccordion .accordion-button .section-tools .js-section-action {
    display: none;
}

.w-65 {
    width: 65%
}

.w-45 {
    width: 45%
}

.w-5 {
    width: 5%
}

.w-15 {
    width: 15%
}

.question-row {
    background: #fbfafa;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    margin-top: 0;
    page-break-inside: avoid;
}

.question-row-title, .question-row .question-head-label {
    font-weight: 600;
    margin-bottom: 1rem;
}

.nav-pills-bg-soft {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 0.625rem 0;
    border-radius: 0.625rem;
}

.kt-checkbox-list:not(.checklist-items-list) {
    padding: 5px 20px !important;
    border-left: dashed 1px #ddd;
}

.kt-radio-list {
    padding: 0 0;
}

.form-horizontal .form-group .kt-radio-list {
    padding-top: 0;
}

.kt-radio-list .kt-radio {
    color: #181c32;
    display: block;
    text-align: left;
}

.kt-radio-list .kt-radio:last-child {
    margin-bottom: 5px;
}

.kt-radio-inline {
    padding: 0 0;
}

.kt-radio-inline .kt-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.kt-radio-inline .kt-radio:last-child {
    margin-right: 0;
}

.kt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-radio.kt-radio--disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.kt-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.kt-radio > span {
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50% !important;
}

.kt-radio > span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100% !important;
}

.kt-radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none;
}

.kt-radio > input:checked ~ span:after {
    display: block;
}

.kt-radio:hover > input:not([disabled]):checked ~ span, .kt-radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-radio > input:disabled ~ span {
    opacity: 0.6;
    pointer-events: none;
}

.kt-radio.kt-radio--solid > span {
    border: 1px solid transparent;
}

.kt-radio.kt-radio--solid:hover > input:not([disabled]) ~ span, .kt-radio.kt-radio--solid > input:focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-radio.kt-radio--square > span {
    border-radius: 0;
}

.kt-radio.kt-radio--bold > span {
    border-width: 2px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-radio.kt-radio--brand > span {
    border: 1px solid #5d78ff;
}

.kt-radio.kt-radio--brand > span:after {
    border: solid #5d78ff;
    background: #5d78ff;
}

.kt-radio.kt-radio--brand > input:disabled ~ span:after {
    border-color: #5d78ff;
}

.kt-radio.kt-radio--brand > input:checked ~ span {
    border: 1px solid #5d78ff;
}

.kt-radio.kt-radio--brand.kt-radio--bold > input:checked ~ span {
    border: 2px solid #5d78ff;
}

.kt-radio.kt-radio--brand > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--brand.kt-radio--solid > span {
    background: #5d78ff;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--brand.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff;
}

.kt-radio.kt-radio--brand.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--brand.kt-radio--solid > input:checked ~ span {
    background: #5d78ff;
}

.kt-radio.kt-radio--success > span {
    border: 1px solid #0abb87;
}

.kt-radio.kt-radio--success > input:checked ~ span {
    border: 1px solid #0abb87;
}

.kt-radio.kt-radio--success > span:after {
    border: solid #0abb87;
    background: #0abb87;
}

.kt-checkbox-list {
    padding: 0 0;
}

.form-horizontal .form-group .kt-checkbox-list {
    padding-top: 0;
}

.kt-checkbox-list .kt-checkbox {
    color: #181c32;
    text-align: left;
    display: block;
}

.kt-checkbox-list .kt-checkbox:last-child {
    margin-bottom: 5px;
}

.kt-checkbox-inline {
    padding: 0 0;
}

.kt-checkbox-inline .kt-checkbox {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.kt-checkbox-inline .kt-checkbox:last-child {
    margin-right: 0;
}

.kt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.kt-checkbox > span {
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
}

.kt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
}

.kt-checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none;
}

.kt-checkbox > input:checked ~ span:after {
    display: block;
}

.kt-checkbox:hover > input:not([disabled]):checked ~ span, .kt-checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-checkbox > input:disabled ~ span {
    opacity: 0.6;
    pointer-events: none;
}

.kt-checkbox.kt-checkbox--solid > span {
    border: 1px solid transparent;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--disabled {
    opacity: 0.7;
}

.kt-checkbox.kt-checkbox--brand > span {
    border: 1px solid #5d78ff;
}

.kt-checkbox.kt-checkbox--brand > span:after {
    border: solid #5d78ff;
}

.kt-checkbox.kt-checkbox--brand > input:disabled ~ span:after {
    border-color: #5d78ff;
}

.kt-checkbox.kt-checkbox--brand > input:checked ~ span {
    border: 1px solid #5d78ff;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold > input:checked ~ span {
    border: 2px solid #5d78ff;
}

.kt-checkbox.kt-checkbox--brand > input:disabled ~ span {
    opacity: 0.6;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
    background: #5d78ff;
    border: 1px solid transparent !important;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span:after {
    border: solid #ffffff;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:checked ~ span {
    background: #5d78ff;
}

.kt-ribbon {
    position: relative;
}

.kt-ribbon .kt-ribbon__target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: #5d78ff;
    color: #ffffff;
}

.kt-ribbon--shadow .kt-ribbon__target {
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

.kt-ribbon--success .kt-ribbon__target {
    background-color: #0abb87;
    color: #ffffff;
}

.kt-ribbon--success .kt-ribbon__target {
    background-color: #0abb87;
    color: #ffffff;
}

.kt-ribbon--warning .kt-ribbon__target {
    background-color: #ffb822;
    color: #111111;
}

.kt-ribbon--danger .kt-ribbon__target {
    background-color: #fd397a;
    color: #ffffff;
}

.bg-light-success {
    background-color: #e8fff3 !important;
}

.indicator-progress {
    display: none;
}

[data-kt-indicator=on] > .indicator-progress {
    display: inline-block;
}

.drawer {
    display: flex !important;
    overflow: auto;
    z-index: 1910;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--kt-drawer-bg-color);
    transition: transform .3s ease-in-out
}

.drawer.drawer-on {
    transform: none;
    box-shadow: var(--kt-drawer-box-shadow);
    transition: transform .3s ease-in-out
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1905;
    background-color: rgba(0, 0, 0, 0.2);
    animation: animation-drawer-fade-in .3s ease-in-out 1
}

[data-kt-drawer=true] {
    display: none
}

@keyframes animation-drawer-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 991.98px) {
    body[data-kt-drawer=on] {
        overflow: hidden
    }
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .475rem;
}

.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}

.bg-light-primary {
    background-color: #f1faff !important;
}

.c-activity-box {
    border: dashed 1px #e4e4e4;
    border-radius: 5px;
    padding: .2rem;
    cursor: pointer;
}

.c-activity-box:hover {
    border: dashed 1px #c1b8b8;
}
