.login-box {
    max-width: 400px;
    margin: 0 auto;
}

body {
    font-size: 1rem;
}

.feather {
    width: 16px;
    height: 16px;
}

a {
    color: var(--bs-primary) ;
}

/*
   * Sidebar
   */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 1rem;
    }
}

.sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: var(--bs-primary);
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
   * Navbar
   */

.navbar {
    box-shadow: inset 0 -3px 0 var(--bs-primary);
}
.nav {

    line-height: 1.6rem;
}
.navbar-brand {
    padding-top: .5rem;
    padding-bottom: .85rem;
    background-color: #fff;
}
@media screen and (max-width: 600px) {
    .navbar-brand {
        margin-left: 60px;
    }
}
.navbar .navbar-toggler {
    top: .6rem;
    left: .5rem;
}
.subnav-list {
    list-style: none;
    padding: 0 0 0 24px;
    margin: 0;
}
.nav-item.active > a {
    color: var(--bs-primary);
}
.subnav-list a.nav-link {
    font-size: 0.9em;
    color: #666;
}
.nav-link svg {
    vertical-align: middle;
}
.nav-link:hover {
    color: var(--bs-primary);
}
.navbar,
#sidebarMenu {
    background: #fff;;
}

.card {
    border: none;
}
.dashboard-card-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 0 20px;
}
.dashboard-card-list .card-body {
    padding: 10px 5px;
}

@media screen and (max-width: 900px) {
    .dashboard-card-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .dashboard-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.dashboard-card-list .card.hilight {
    background: #FEF7ED;
}
.dashboard-card-list .card strong {
    display: block;
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0 0 5px;
}

.dashboard-card-list .card small {
    display: block;
    font-size: 0.7em;
    line-height: 1.2em;
    color: #666;
}
.dashboard-card-list .card strong.hilight {
    color: var(--bs-primary);
}

.home-functions {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
@media screen and (max-width: 600px) {
    .home-functions {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .home-functions {
        grid-template-columns: repeat(1, 1fr);
    }
}
.home-function {

}
.home-function a {
    text-decoration: none;
    color: #000;
    display: flex;
    gap: 5px;
    background: #FFFCFA;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #FFFCFA;
    font-size: 0.9rem;
}
.home-function a:hover {
    border-color: var(--bs-primary);
}

.home-function a strong {
    display: block;
    font-weight: normal;
}
.home-function a small {
    display: block;
    color: #777;
}

.smallfont {
    font-size: 0.85rem;
}
.asterik {
    color: #ff0000;
}
.uppy-DragDrop-inner {
    padding: 30px 0;
}
#file-progress-area {
    border: 2px dashed #adadad;
    padding: 30px;
    text-align: center;
}
.hidden {
    display: none;
}

.course-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.course-item {
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.course-item:hover {
    background: #f6faff;
}
.course-item-image {
    text-decoration: none;
}
.course-item-detail {
    flex: 1;
    text-decoration: none;
}
.course-item-detail strong {
    display: block;
    color: #222;
}
.course-item-detail em {
    display: block;
    color: #888;
    font-style: normal;
}
.course-item-detail small {
    margin: 5px 0 0 0;
    display: block;
    color: var(--bs-primary);
}
.course-item-action {
    display: flex;
    gap: 5px;
    font-size: 0.8em;
    justify-items: center;
}
.form-section-header {
    font-size: 1.3rem;
    border-left: 3px solid var(--bs-primary);
    padding: 0 0 0 10px;
}
.course-list-sm {
    gap: 5px;
}
.course-list-sm .course-item {
    padding: 5px 0;
}
.course-item-detail small {
    margin: 5px 0 0 0;
    display: inline;
    color: var(--bs-primary);
}

.course-header {
    display: flex;
    gap: 20px;
    background: #f6f8fa;
    padding: 10px;
    border: solid 1px #efefef;
    margin: 0 0 15px;
}
.course-header-detail {
    flex: 1;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}
.profile-dropdown {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-right: 20px;
}
.profile-dropdown span {
    max-width: 80px;
    white-space: normal;
    overflow: hidden;
    line-height: 1.1em;
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.course-item-bulks {

}
.course-item-bulks-list {
    display: flex;
    gap: 20px;
}
.course-bulk-item {
    flex: 1;
}
.uploaded-files ol {
    margin: 0;
    padding: 0;
}
.uppy-DragDrop-inner {
    padding: 10px 0 0 0 !important;
    font-size: 14px;
}
.uppy-DragDrop-arrow {
    margin-bottom: 5px !important;
    width: 50px !important;
    height: 50px !important;
}
.delete-document {
    font-size: 20px;
    display: inline-block;
    background: #ff0000;
    border-radius: 20px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}
.delete-course-description {
    font-size: 20px;
    display: inline-block;
    background: #ff0000;
    border-radius: 20px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}
.uploading {
    background: transparent url(/store/images/loading.gif) no-repeat center center;
    background-size: cover;
    min-height: 120px;
}

.income-hero {
    display: block;
    background: #fafbfc;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
    margin: 0 0 20px;
}
.income-hero span {
    font-size: 0.9em;
    display: block;
}
.income-hero strong {
    display: block;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: normal;
}
.income-item {
    border-left: 1px solid #eee;
}
.income-item:first-child {
    border-left: none;
    border-top: none;
}
strong.income-remain {
    font-weight: bold;
    color: #fb6161;
}

@media screen and (max-width: 768px) {
    .income-hero {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .income-hero {
        grid-template-columns: repeat(1, 1fr);
    }
    .income-item {
        border-top: 1px solid #eee;
        border-left: none;
    }
}

.account-manage {
    color: #a0a0a0;
}

.account-manage .text-end {
    color: #000;

}
