/* text */
.text-bold {
    font-weight: bold;
}
.font-weight-bold {
    font-weight: bold;
}
.font-weight-semibold {
    font-weight: 600;
}

/* signup page */
.outer.signin.message-outer-layout h1,
.outer.signin.message-outer-layout h2:after,
.outer.signin.message-outer-layout h2 {
    font-family: revert !important;
}
.signup-page form,
.signup-page .form {
    max-width: 480px;
    margin: 0 auto;
}
body.outer.signup-page .layout > .layout-row > .layout-cell.form-cell {
    background-color: #ffffff;
    width: 50%;
}
body.outer.signup-page {
    height: auto;
    min-height: 100%;
}
body.outer.signup-page sup,
.modal-body sup {
    position: relative;
    font-size: 130%;
    left: 2px;
    top: -4px;
}
body.outer.signup-page {
    background-color: #e8e8e9;
}
@media(max-width:576px) {
    body.outer.signup-page .layout > .layout-row > .layout-cell.form-cell {
        padding-right: 16px;
        padding-left: 16px;
    }
}

/* navigation */
.mainmenu-item.mainmenu-preview.has-nolabel {
    display: none !important;
}

/* module page */
#lessonsTableContainer table {
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
}
#lessonsTableContainer table thead th {
    background-color: #f0f4f8;
    font-size: 14.5px;
}
#lessonsTableContainer th[scope="col"],
#lessonsTableContainer th[scope="row"] {
    font-weight: normal;
}
#lessonsTableContainer * {
    color: var(--bs-table-color);
}
#lessonsTableContainer tr[data-href] {
    cursor: pointer;
}
table.table.data td.list-cell-tree {
    vertical-align: initial;
}

/* lesson page */
#typeFlag,
#requiredFlag {
    font-size: 100%;
    position: absolute;
    right: 0;
}
#typeFlag {
    top: 0;
}
#requiredFlag {
    top: 20px;
}
#lessonTextContainer p:last-child {
    margin-bottom: 0;
}

/* progress bars */
#Modules-preview-RelationController-users div.progress {
    font-family: Courier New, Courier, monospace;
    border: 1px solid #6a6cf7;
    border-radius: 10px;
    font-weight: bold;
    overflow: hidden;
    height: 16px;
    position: relative;
    top: 12px;
}

/* badges */
.badge.text-monospace {
    font-family: Courier New, Courier, monospace;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 7px;
}
.text-right {
    text-align: right;
}

/* forms */
.form-check-input:focus {
    box-shadow: none;
}
