html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn {
    border-radius: 5px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0, 0 0 0 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.modal-lg {
    max-width: 70%;
}

select.form-select {
    padding: 1.125rem 1.375rem;
    color: #1F1F1F;
    font-size: 0.875rem;
}

.select2-selection__rendered {
    padding: 0.2rem 0.2rem;
}

.form-group span.select2-selection__clear,
.form-group span.select2-selection__placeholder {
    line-height: 14px;
}

.form-group span {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
}

.form-group .datepicker span {
    margin-bottom: 0;
}

div.dataTables_processing>div:last-child>div {
    background: #545454;
}

.icons-list-action>button i {
    display: inline-block;
    font-size: 20px !important;
    text-align: left;
}

.icons-list-action>a i {
    display: inline-block;
    font-size: 20px !important;
    text-align: left;
}

.dropzone {
    border: 2px dashed #CED4DA !important;
}

.dropzone .dz-preview .dz-remove {
    margin-top: 5px;
    z-index: 9999;
    position: relative;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    margin-top: 25px;
}

.jsgrid .jsgrid-grid-header {
    border: 1px solid #CED4DA;
}

.jsgrid .jsgrid-table td {
    white-space: normal;
}

.table td img.banner-img {
    border-radius: 10%;
    height: 60px;
    width: 100px;
}

label.required::after {
    content: "*";
    color: #ed5666;
}

.dropdown .dropdown-toggle::after {
    content: "";
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    font-size: 0.900rem;
    line-height: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: white;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    line-height: 1.3;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    line-height: 1.3;
}

.form-check {
    width: fit-content;
}

.form-check .form-check-label {
    cursor: pointer;
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting_asc:before {
    right: 10px;
}

.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after {
    right: 10px;
}

.btn.btn-info-text {
    width: 42px;
    padding: 0;
    margin-bottom: 0.5rem;
}

.lightGallery .image-tile img {
    max-height: 120px;
    height: 120px;
}

.client-table td {
    border-bottom-width: 0;
}

.icons-box {
    width: 60px;
    height: 60px;
    background: #efeeff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border: solid 1px #d3d0ee;
    flex-shrink: 0;
}

.icon-md {
    font-size: 1.4rem;
    color: #5E50F9;
}

.stats-card {
    border: solid 1px #e2e2e2;
    border-radius: .75rem;
}

div#enrollment-history {
    max-height: 500px;
    overflow-y: auto;
}

.bullet-line-list li.completed:before {
    border: 4px solid green;
}

.bullet-line-list li.not-completed:before {
    border: 4px solid red;
}

.progress.progress-lg {
    width: 100%;
    margin-right: 10px;
}

.btn.show {
    border: none !important;
}

.timeline-body p {
    word-break: break-word;
}

.progress {
    width: 90%;
    margin-right: 10px;
}

.bg-progressone{
    background-color: red;
}

.bg-progresstwo {
    background-color: orange;
}

.bg-progressthree {
    background-color: yellow;
}

.bg-progressfour {
    background-color: green;
}

.form-progress-legend ul {
    display: flex;
}

    .form-progress-legend ul li {
        margin-right: 2rem;
        list-style: none;
    }

        .form-progress-legend ul li span {
            display: inline-block;
            width: 20px;
            height: 8px;
            margin-right: 5px;
            border-radius: 5px;
        }

/*new edits */
.sidebar {
    background: #000;
}
.content-wrapper {
    background: #fff9f9;
    padding-top: 2rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"] {
    background: #ff8d6b;
    color: #fff;
}

.sidebar .nav:not(.sub-menu)>.nav-item.active {
    background: #ff8d6b;
}

.sidebar .nav .nav-item.active>.nav-link {
    background: #ff8d6b;
    position: relative;
}

.card-inverse-primary {
    background: #ffe1d9;

}

.icon-md {

    color: #ff8d6b;
}

.icons-box {

    background: #fff;

    border: solid 1px #ffe1d9;

}

.stats-card {
    border: solid 1px #ffe1d9;

}

.data-icon-card-primary {
    background: #ff8d6b;
    color: #000 !important;
}
 
.footer {
    background: #fff9f9;

}

.sidebar .nav .nav-item .nav-link {
    color: #ACACAC;
}

    .sidebar .nav .nav-item .nav-link i.menu-icon {
        color: #ACACAC;
        margin-top: -4px;
    }

.enroll-list {
    display: flex;
    width:100%;
}

    .enroll-list li {
        margin: .5rem 2rem .5rem 0;
        color: #ff8d6b;
    }

ul.enroll-list li span, 
.enrollment-card h4 span {
    color: #333;
}
.enrollment-card h4 {
    color: #ff8d6b;
    margin-bottom: .5rem;
}

.data-icon-card-primary {
    background: #ffeee9;
    color: #000 !important;
}

.stats-card .card .card-body {
    height: 100%;
    display: flex;
    align-items: center;
}
.sidebar .nav .nav-item .nav-link:hover i.menu-icon,
.sidebar .nav .nav-item.active .nav-link i.menu-icon,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded=true] i.menu-icon {
    color: #fff;
}
.accordion.accordion-solid-header .card .card-header a {
    padding: 1.5rem 2.5rem 1.5rem 2rem;
}
#form-setup-status table.dataTable thead th {
    background: #eee;
}

a {
    color: #ff8d6b;
    text-decoration: none;
}
.breadcrumb {
    padding: 0rem;
    border: 0;
    margin-bottom: .5rem;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    z-index: 9999;
}

button#btn-search {
    border-radius: .25rem;
    height: 53px !important;
}

.input-group-append #btn-search.btn-primary {
    border-radius: 0;
    height: 100%;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    height: 57px !important;
}

#accordion-log .card-body {
    max-height: 500px;
    overflow-y: auto;
}

.accordion.accordion-solid-header .card .card-header a.inactive[aria-expanded=true] {
    background: #ba1111;
    color: #ffffff;
    border-radius: 8px;
}

@media (max-width: 1440px) {
    .stats-card .card-body > div {
        display: block !important;
        text-align: center;
    }

    .icons-box {
        margin: 0 auto .5rem;
    }
}

@media (max-width: 768px) {
    .stats-card {
        min-height:190px;
    }
}