body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* NAVBAR */

nav.navbar {
    background-color: #4d4d4f;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #ea1b66;
    border-radius: 0;
}

nav.navbar a {
    color: #fff;
}

nav.navbar a:active {
    color: #e9e9e9 !important;
}

nav.navbar ul.nav>li {
    color: #fff;
}

nav.navbar ul.nav>li.active,
nav.navbar ul.nav>li.active>a,
nav.navbar ul.nav>li.active>a:hover,
nav.navbar ul.nav>li.active>a:active {
    color: #fff;
    background-color: #5d5d5f !important;
}

nav.navbar .my-profile-thumbnail {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
}

nav.navbar .my-profile-name {
    padding-right: 5px;
}

.nav-user-profile ul li a {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

nav.navbar ul.nav>li.dropdown.show {
    color: #fff !important;
    background-color: #4d4d4f !important;
}

nav.navbar ul.nav>li.dropdown.show>a {
    color: #fff !important;
    background-color: #5d5d5f !important;
}

nav.navbar ul.nav>li.dropdown.show>a:hover,
nav.navbar ul.nav>li.dropdown.show>a:active {
    color: #fff !important;
    background-color: #5d5d5f !important;
}

nav.navbar ul.dropdown-menu>li {
    color: #4d4d4f !important;
}

nav.navbar ul.dropdown-menu>li>a {
    color: #000 !important;
}

nav.navbar ul.dropdown-menu>li>a:hover,
nav.navbar ul.dropdown-menu>li>a:active {
    color: #000 !important;
}

.navbar-nav .navbar-item,
.navbar-nav .nav-item {
    padding: 10px !important;
}

.header .navbar-nav .navbar-item:hover,
.header .navbar-nav .dropdown:hover {
    background-color: #5d5d5f;
}

.header .navbar-nav {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header nav.navbar .navbar-brand img {
    width: auto;
    height: 40px;
}

@media (max-width:401px) {
    .header nav.navbar .navbar-brand {
        display: none;
    }
}

.header .navbar-toggle {
    margin-top: 17px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .show .dropdown-menu>li>a {
        color: #fff !important;
    }

    .navbar-default .navbar-nav .show .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .show .dropdown-menu>li>a:focus {
        color: #fff !important;
        background-color: #5d5d5f !important;
    }
}

/* GENERAL */

a {
    color: #4d4d4f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1.page-title,
h3.section-title {
    margin: 0 0 10px;
}

h1.page-title>a.help-link {
    font-size: 0.6em;
    vertical-align: middle;
}

.lab-progress-bar {
    width: 65% !important;
    min-width: 120px;
}

.form-alert {
    margin-top: 10px;
}

.button-bar {
    margin-top: 15px;
}

/* MESSAGES */

.message-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 340px;
    overflow: none;
    background-color: #fff;
    z-index: 10000000;
}

.message-container > .message-content {
    display: flex;
    padding: 22px 25px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.message-container > .message-content > .message-text {
    display: inline-block;
    width: 90%;
    text-align: left;
}

i.myFa-banner {
    padding-right: 10px !important;
}

.message-container > .message-content > a.message-dismiss {
    display: inline-block;
    width: 10%;
    float: right;
    text-align: right;
    color: inherit !important;
}

.message-container > .message-content > a.message-dismiss:hover {
    color: inherit !important;
}

.message-container > .message-content > a.message-link {
    display: inline-block;
    color: inherit !important;
    font-weight: bolder;
    text-decoration: underline;
}

/* LABS LIST */

.labs-list .labs-item-container,
.courses-list .courses-item-container {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.labs-list .labs-item-container>.labs-item,
.courses-list .courses-item-container>.courses-item {
    display: table-cell;
    border: 1px solid #e9e9e9;
    padding: 15px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.card-li {
    width: auto;
    padding: inherit;
}

.entity-list,
.profile-list {
    padding: 0 !important;
}

.entity-list li,
.profile-list li {
    list-style: none;
}

/* SQUARE tiles and flip-hover effect */

.square {
    margin-top: 100%;
}

.tile-item {
    position: relative;
    padding: 5px;
}

.tile-item a,
.tile-item button {
    min-width: 0;
}

.tile-item .tile-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.tile-item .back .tile-mask {
    background-color: rgba(255, 255, 255, 0.75);
}

.tile-item .card {
    perspective: 1000;
    perspective: 1000;
    perspective: 1000;
    perspective: 1000;
    perspective: 1000;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 10px;
}

.tile-item .classroom-card .face .background-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -30%);
}

.tile-item .classroom-card .face .tile-info-container {
    padding-top: 60%;
    padding-bottom: 20%;
}

.tile-item div.tile-info-name {
    display: block;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    padding: 4px 8px;
    color: #4e4f53;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.tile-item .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    font-size: 1em;
    text-align: center;
    background-color: #e7e7e7;
    background-position: center center;
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: 100% 100%;
    backface-visibility: hidden;

    /* Safari & Chrome */
    backface-visibility: hidden;

    /* Firefox */
    backface-visibility: hidden;

    /* Internet Explorer */
    backface-visibility: hidden;

    /* Opera */
    backface-visibility: hidden;

    /* W3C */
    transform-style: preserve-3d;
    transition: 0.3s;
    transform-style: preserve-3d;
    transition: 0.3s;
    transform-style: preserve-3d;
    transition: 0.3s;
    transform-style: preserve-3d;
    transition: 0.3s;
    transform-style: preserve-3d;
    transition: 0.3s;
}

.tile-item .card .face a:not(.btn):not(.label) {
    color: #000;
}

.tile-item .card .note-thumbnail,
.tile-item .card .profile-image-thumbnail {
    width: 60%;
    height: 60%;
    position: absolute;
    font-size: 1em;
    text-align: center;
    background-color: transparent !important;
    background-position: center center;
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}

.list-item .face {
    display: inline;
    padding-right: 5px;
    background-color: transparent !important;
    background-image: none !important;
}

/* For Internet Explorer */
.tile-item .card.flipped:hover .front {
    transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* For Internet Explorer */
.tile-item .card.flipped:hover .back {
    transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.tile-item .card .front {
    position: absolute;
    z-index: 1;
    color: white;
    cursor: pointer;
    transform: rotateY(0deg);

    /* IE 9 */
    transform: rotateY(0deg);

    /* Firefox */
    transform: rotateY(0deg);

    /* Safari and Chrome */
    transform: rotateY(0deg);

    /* Opera */
    transform: rotateY(0deg);
}

.tile-item .card .back {
    color: white;
    cursor: pointer;
    transform: rotateY(-180deg);

    /* IE 9 */
    transform: rotateY(-180deg);

    /* Firefox */
    transform: rotateY(-180deg);

    /* Safari and Chrome */
    transform: rotateY(-180deg);

    /* Opera */
    transform: rotateY(-180deg);
}

.tile-item .card .face a.main-panel-link {
    display: block !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.tile-item .card .face a.divided-panel-top,
.tile-item .card .face a.divided-panel-link {
    display: block ! important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.tile-item div.divided-panel-lab-name {
    display: block;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding-top: 25%;
}

.tile-item div.divided-panel-bottom {
    padding-top: 10%;
}

.tile-item .back div.divided-panel-bottom {
    margin-top: -50%;
}

.list-item a.divided-panel-top,
.list-item a.divided-panel-link,
.list-item div.divided-panel-bottom {
    display: inline !important;
}

.tile-item div.main-panel {
    display: block;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding-top: 45%;
}

.tile-item div.divided-panel {
    display: block;
    font-size: 14px;
    height: 50%;
    overflow: hidden;
    padding-top: 35%;
}

.list-item div.divided-panel {
    display: inline;
}

.tile-item div.divided-panel-email {
    display: block;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding-top: 35%;
}

.tile-item div.divided-panel-label {
    padding-top: 10%;
}

.tile-item .card .face span.main-panel-name {
    display: block;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    padding: 4px 8px;
    color: black;
    max-height: 50%;
    overflow: hidden;
}

.tile-item .card .face span.main-panel-lab-icon {
    margin-left: 5px;
}

.tile-item .lab-progress-none {
    background-color: #4c4c4c;
    color: #e7e7e7;
    cursor: default;
}

.tile-item .lab-progress-started {
    background-color: #d97159;
    color: #fff;
    cursor: default;
}

.tile-item .lab-due-date {
    min-height: 48px;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 13px;
    background-color: #00000063;
    color: #fff;
    cursor: default;
}

.tile-item .course-score {
    position: absolute;
    width: 80px;
    padding: 13px;
    color: #fff;
    z-index: 5;
    cursor: default;
}

.tile-item .star {
    color: #ffff00;
}

.tile-item .lab-score {
    position: absolute;
    width: 80px;
    padding: 13px;
    color: #fff;
    z-index: 5;
    cursor: default;
}

.tile-item .lab-score {
    position: absolute;
    width: 80px;
    padding: 13px;
    color: #fff;
    z-index: 5;
    cursor: default;
}

.tile-item .progress-slot {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #00000063;
    color: #fff;
    cursor: default;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.progress-container {
    width: 90%;
    height: 25px;
}

progress[value] {
    --color: linear-gradient(#5558, #5550), #38baff;
    --background: #00000033;
    appearance: none;
    appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 10em;
    background: var(--background);
}

progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: var(--background);
}

progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background: var(--color);
}

progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background: var(--color);
}

.progress-percent {
    border-radius: 10em;
    padding: 13px;
    font-weight: bolder;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px #00000088;
}

.tile-item .lab-progress-submitted,
.tile-item .lab-progress-marked {
    background-color: #7aa946;
    color: #fff;
    cursor: default;
}

.tile-item .lab-progress {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    z-index: 7;
}

.tile-item .lab-progress * {
    display: none;
}

.tile-item .lab-progress.lab-progress-none {
    display: none;
    background-color: transparent;
    border-color: transparent;
}

.tile-item .lab-progress.lab-progress-started {
    background-color: transparent;
    border-color: #d97159 #d97159 transparent transparent;
}

.tile-item .lab-progress.lab-progress-submitted,
.tile-item .lab-progress.lab-progress-marked {
    background-color: transparent;
    border-color: #7aa946 #7aa946 transparent transparent;
}

.tile-item .lab-progress.lab-progress-marked i {
    display: block;
    position: absolute;
    top: 2px;
    right: -30px;
}

.tile-item div.course-progress-data {
    color: black;
    font-size: 10px;
}

/* Profile Image Tooltip */

a.tooltips {
    position: relative;
    display: inline;
}

a.tooltips span {
    position: absolute;
    width: 140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}

a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 25%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: 50px;
    left: 0%;
    z-index: 999;
}

.tile-item .lab-progress-time-remaining {
    background-color: #4c4c4c;
    color: #fff;
    cursor: default;
}

.tile-item .lab-progress-time-remaining-overdue {
    background-color: #c12e2a;
    color: #fff;
    cursor: default;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

/* Gray button to override default primary button. */
.btn-primary {
    background-color: hsl(0, 0%, 16%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
    background-image: linear-gradient(#5b5b5b, #282828);
    border-color: #282828 #282828 hsl(0, 0%, 11%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show .dropdown-toggle.btn-primary {
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear;
    transition: background-position .1s linear;
    transition: background-position .1s linear;
    transition: background-position .1s linear;
    background-color: #4d4d4f;
}

.btn-primary:active,
.btn-primary.active,
.show .dropdown-toggle.btn-primary {
    background-image: none;
    background-color: #4d4d4f;
    border-color: #000;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-image: none;
    background-color: #4d4d4f;
    border-color: #000;
    opacity: 0.60;
    cursor: default;
    pointer-events: none;
}

.well-shadow {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.75);
}

.speech {
    min-height: 150px;
    white-space: pre-wrap;
    text-align: center;
    position: relative;
    background-color: #FFF;
    border: 4px solid #BBB;
    padding: 15px;
    border-radius: 30px;
    border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 480px) {
    div.speech {
        margin-bottom: 60px;
    }

    .speech:after,
    .speech:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .speech:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #FFF;
        border-width: 30px;
        margin-left: -30px;
    }

    .speech:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #BBB;
        border-width: 36px;
        margin-left: -36px;
    }

    .speech-container-avatar,
    .speech-container-description {
        width: 100%;
    }
}

@media (min-width: 481px) {
    .speech:after,
    .speech:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .speech:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #FFF;
        border-width: 30px;
        margin-top: -30px;
    }

    .speech:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #BBB;
        border-width: 36px;
        margin-top: -36px;
    }
}

#row-divider-line {
    border-top: 1px solid #e7e7e7;
}

#course-title-container .page-title,
#lab-title-container,
#classroom-title-container {
    margin: 30px 0;
    overflow: hidden;
}

.list-item-container {
    margin-bottom: 20px;
    float: left;
}

.page-title-container {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
}

.tile-item .card .front.tile-shadow,
.tile-item .card .back.tile-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
}

.tile-item .classroom-card .face {
    background-color: #e7e7e7;
    background-position: center center;
    background-size: 100% 100%;
}

.tile-item .classroom-card .face .background-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -30%);
}

.tile-item .classroom-card .face .tile-info-container {
    padding-top: 60%;
    padding-bottom: 20%;
}

.speech-container {
    margin: 20px 0;
}

.speech-container img {
    width: 150px;
    height: auto;
    border: 5px;
    border-style: solid;
}

.privacy-policy-page-container {
    width: 100%;
    padding: 15px;
    border: 1px solid #000;

    /* 150px = approx. header size. */
    height: calc(100vh - 150px);
    overflow-y: auto;
    min-height: 100px;
}

.privacy-policy-accepted-container a {
    display: block;
    text-align: center;
}

.instruction-no-course-assigned-to-student {
    height: 200px;
    overflow: auto;
    padding: 15px;
    margin: 0 15px;
    text-align: center;
    background-color: #fff;
}

/* Start pagination. */
.paginate {
    padding: 5px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 15px 0 0;
}

.paginate>.paginate-nav {
    display: flex;
}

.paginate>.paginate-nav>.paginate-prev {
    text-align: left;
}

.paginate>.paginate-nav>.paginate-prev>a.paginate-hidden {
    visibility: hidden;
}

.paginate>.paginate-nav>.paginate-next {
    text-align: right;
}

.paginate>.paginate-nav>.paginate-next>a.paginate-hidden {
    visibility: hidden;
}

.paginate>.paginate-nav>.paginate-current {
    flex: 1;
    flex: 1;
    margin: 0 1em;
    text-align: center;
}

.paginate>.paginate-per-page {
    text-align: center;
}

.paginate>.paginate-per-page>ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.paginate>.paginate-per-page>ul>li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.paginate>.paginate-per-page>ul>li.active {
    font-weight: bold;
}

/* End pagination. */

#course-search-container {
    margin: 30px 0;
    overflow: hidden;
}

.course-search-input-group .input-group-append {
    background: white !important;
}

.course-search-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.course-entitlement-required {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: gray;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
    cursor: pointer;
}

.xapi-iframe {
    height: 80vh;
    width: 100%;
}

#entitlement-access-modal a {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}

#entitlement-access-modal ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thinkscape-next-nav {
    padding-top: 45%;
}

@media (max-width: 767px) {
    .thinkscape-next-nav {
        padding-top: 0;
    }
}

.thinkscape-next-nav a {
    display: flex;
}

.thinkscape-next-nav a:hover {
    text-decoration: none;
}

.thinkscape-next-nav a span {
    padding-right: 15px;
}

.spinner-mask {
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2e9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown-item .navbar-link-title {
    color: #FFFFFF !important;
}

.dropdown-item:hover .navbar-link-title {
    color: #000000 !important;
}

.dropdown-item.active:hover .navbar-link-title {
    color: #FFFFFF !important;
}

.locked-container {
    background: #CC6666;
}

.locked-text {
    color: white;
}

.token-locked-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2%;
    color: #fff; /* White text color */
    text-align: center;
    border-radius: 10px; /* Optional */
}

.token-locked-container .token-locked-text {
    font-size: 1rem;
    font-weight: 500;
}

.token-locked-container .background-icon {
    font-size: 3rem; /* Adjust size of the lock icon */
    margin-bottom: 0.5rem;
}

.token-locked-container span {
    display: block;
}

.modal-title-custom {
    text-align: center;
    font-weight: bold;
    margin-left: 100px;
}

.modal-text {
    text-align: center;
    color: #000000;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.activate-token-btn {
    background-color: #0006A7;
    color: white;
}

.activate-token-btn:hover {
    background-color: #0006A7;
    color: white;
}

.no-text-decoration {
    text-decoration: none;
}

.purchase-code-btn {
    background-color: #0006A7;
    color: white;
    border: none; /* Ensure no border effect */
}

.purchase-code-btn:hover {
    background-color: #0006A7;
    color: white;
}

#confirmTokenModal .modal-body span#confirm-token-type {
    font-weight: bold;
}

#confirmTokenModal .modal-footer {
    justify-content: center !important;
}

.btn-secondary {
    margin-right: 40px;
}

#confirmTokenApply {
    background-color: #0006A7;
    color: white;
}

ol {
    counter-reset: section;
}

ol > li {
    counter-increment: section;
}

ol > li::marker {
    content: counter(section) ". ";
}

ol > li > ol {
    counter-reset: subsection;
}

ol > li > ol > li {
    counter-increment: subsection;
}

ol > li > ol > li::marker {
    content: counter(section) "." counter(subsection) " ";
}

.admin-portal.nav-link {
    margin-top: 10px;
}

.nav-item.navbar-item.pathway {
    margin:10px
}
