.enroll-wrapper {
    width: 80%;
    margin: 0 auto;
}
.enroll-list::before {
    content: "Students";
    font-size: larger;
}
.enroll-btn {
    float: right;
    margin-right: 15%;
}
.back {
    margin-top: -70px;
    margin-bottom: 30px;
}
.nest-unread td {
    font-weight: bold;
}

.disabled {
    color: gray;
}
.enabled {
    color: white;
}
.nest-course-nav span {
    font-size: 32px;
    background: cadetblue;
    line-height: 38px;
    height: 42px;
    padding: 0px 15px;
}
.dashicons-arrow-left-alt2
{
    border-radius: 12px 0px 0px 0px;
    border-right: 1px solid black;
}
.dashicons-arrow-right-alt2 {
    border-radius: 0px 12px 0px 0px;
    border-left: 1px solid black;
}
.lesson-content {
    padding: 30px;
}
.lesson-right
{
    width: 100%;
}
.lesson-left h3
{
    margin-left: -20px;
}
.lesson-left {
    padding: 0px 30px 30px 60px;
    border-right: 3px solid cadetblue;
    width: 200px;
}
.lesson-left li {
    list-style-type: circle;
}
.nest-course-title {
    float: left;
    padding: 0px 20px;
    position: relative;
    left: 100px;
}
.lesson-title {
    text-align: center;
    margin-left: -60px;
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
}
.lesson-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    flex-wrap: nowrap;
    align-items: stretch;
    border: 3px solid cadetblue;
    border-radius: 12px;
}
.overflow {
    overflow-x:auto;
}
.dashicons {
    font-size: 20px;
    width: 100%;
    text-align: left;
}
.email-link {
    align-self: flex-end;
    margin-right: 50px;
}
.course-details h2 {
    padding: 0;
    margin: 0;
}
.course-img {
    width: 98%;
    min-height: 300px;
    background: salmon;
}
.course-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.course-sidebar {
    width: 25%;
    border: 3px solid green;
    border-radius: 12px;
    padding: 10px 10px 10px 15px;
}
.course-main {
    width: 75%;
    border-radius: 12px;
    border: 3px solid orange;
    padding: 0px 20px 20px 20px;
    margin-right: 30px;
    display: flex
;
    flex-direction: column;
}
.nest-course-home {
    display: flex;
    flex-direction: row;
    padding: 0px 80px;
}
.nest-course:nth-child(even) {
    background: #cddfcd;
    border: green 1px solid;
}
.nest-course:nth-child(odd) {
    background: #fce7c1;
    border: orange 1px solid;
}
.nest-course-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
}
.nest-course {
    width: 32%;
    min-height: 200px;
    margin: .5%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    color: #5157a7;
	padding: 15px;
}
.nest-course h3 {
    padding: 0px;
}
.nest-my-courses {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    align-items: flex-start;
}
.nest-course-item {
    width: 350px;
    min-height: 500px;
    border: 1px solid green;
    margin: 0px 5px 20px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}
.nest-course-item h3 {
    margin: 0px;
    padding: 0px;
}
.nest-gradebook-table tr:nth-child(even), 
.nest-activity-table tr:nth-child(even) {
    background: aliceblue;
}
.editable, .col-percentage, .col-time {
    text-align: right;
}
.view-btn {
    font-size: 12px !important;
}
#nest-course-builder-form {
    padding-left: 30px;
}
.lesson-type-selector {
    margin-bottom: 20px;
    border: 2px solid green;
    border-radius: 12px;
}
#course_title {
    border: 3px solid orange;
}
.nest-choose-content {
    margin-bottom: 30px;
}
.editable input[type="text"] {
    width: 80px;
}
.nest-save-grade {
    margin-left: 10px;
}
.nest-filters-wrapper {
    width: 100%;
}
.nest-filter-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.nest-toggle-filters {
    margin-bottom: 10px;
}
.nest-gradebook-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
}
.nest-gradebook-filters h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.nest-toggle-filters {
    margin-top: 10px;
}
.nest-gradebook-filter {
    width: 100%;
}
.nest-apply-bulk {
    margin-top: 10px;
}
.filter-first-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px 0px;
}
.filter-second-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 10px 0px;
}
.filter-second-row input {
    width: 24%;
}
.filter-third-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0px;
}
#search-button {
    margin-left: 50px;
}
.nest-clear-filters {
    margin-left: 10px;
}
#search-show-archived {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.first-column, .second-column {
    width: 25%;
    margin: 0 5px;
}
.third-column {
    width: 50%;
    margin: 0 5px;
}
.nest-filter-left {
    width: 75%;
}
.tabletop {
    display: flex;
    padding: 5px 20px;
    background: #e6f2e6;
    border-radius: 12px;
    margin-bottom: 15px;
}
.nest-archive-grade {
    margin-left: 10px;
}
.nest-bulk-actions {
    align-self: center;
    padding: 20px 30px;
    border: 1px solid green;
    border-radius: 12px;
    margin-left: 50px;
    background: white;
}
#search-lesson {
    width: 100%;
}
.nest-gradebook-filters select {
    height: 80px;
    width: 100%;
    margin-right: 1em;
    background: white;
}
.nest-restore-grade {
    background-color: #4caf50;
    color: white;
    margin-left: 5px;
}
.archived {
    opacity: 0.5;
    text-decoration: line-through;
}
#nest-course-builder-form.unsaved {
    border-left: 5px solid orange;
}
.menu ul li {
    float: left;
    margin: 0px 20px;
    list-style: none;
    text-decoration: none;
}
.nest-modal {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1000;
}

.nest-modal-content {
    background: #fff; 
    margin: 10% auto; 
    padding: 20px;
    width: 60%; 
    max-height: 70vh; 
    overflow-y: auto;
}

.nest-close {
    float: right; 
    font-size: 24px; 
    cursor: pointer;
}

.nest-content-item {
    margin-bottom: 10px;
}
.form-row
{
    min-height: 70px;
}
.form-row label 
{
    line-height: 40px;
    vertical-align: top;
}
.form-row input, .form-row textarea 
{
    border-radius: 12px;
    line-height: 36px;
    min-width: 350px;
    border: 3px solid #313977;
    font-size: 28px;
}
#lesson-fields-container input 
{
    border-radius: 12px;
    line-height: 36px;
    margin: 5px 0px 20px 0px;
    min-width: 200px;
    font-size: 28px;
    padding: 0px 10px;
    border: 2px solid green;
}
.lesson-block:nth-child(odd) input
{
    border: 2px solid orange;
}
.lesson-block:nth-child(even) input
{
    border: 2px solid green;
}
#nest-course-builder-form button, #nest-course-builder-form input[type="submit"] 
{
    line-height: 36px;
    border-radius: 16px;
    background: green;
    color: white;
    font-size: large;
}
#nest-course-builder-form button:hover, #nest-course-builder-form input[type="submit"]:hover 
{
    background: blue;
}
.nest-course-wrapper {
    margin: 0 auto;
}

.nest-course-nav {
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    margin-left: 175px;
}

.nest-course-nav .button {
    margin-right: 10px;
}

.nest-lesson-list {
    list-style: none;
    padding: 0;
}

.nest-lesson-list li {
    margin: 8px 0;
}

.nest-due-date {
    color: #888;
    margin-left: 10px;
}
.nest-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: white;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nest-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

.nest-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.nest-modal {
        position: fixed;
        z-index: 9999;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background: white;
        background: rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nest-modal-content {
        background: #fff;
        padding: 20px;
        border-radius: 6px;
        max-width: 500px;
        width: 90%;
        position: relative;
    }
    .nest-close {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        font-weight: bold;
        font-size: 18px;
    }
    .nest-student-management table {
        border: 1px solid #ccc;
        width: 100%;
        margin-top: 20px;
    }
    .nest-student-management th,
    .nest-student-management td {
        border: 1px solid #ccc;
        padding: 8px;
    }
    .nest-action-icon {
    display: inline-block;
    margin-right: 8px;
    color: #555;
    text-decoration: none;
}

.nest-action-icon:hover {
    color: #0073aa;
}

.nest-action-icon .dashicons {
    font-size: 26px;
    vertical-align: middle;
}
.dashicons-visibility {
    color: green;
}
.dashicons-edit {
    color: orange;
}
.dashicons-trash {
    color: red;
}
.dashicons-admin-users {
    color: purple;
}
.nest-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: white;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nest-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

.nest-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.nest-modal-footer {
    margin-top: 15px;
    text-align: right;
}
.nest-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: white;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nest-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

.nest-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.nest-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: white;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nest-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

.nest-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.nest-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nest-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

.nest-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.nest-lesson-table th {
    cursor: pointer;
    text-decoration: underline;
}
.nest-lesson-table th, .nest-lesson-table td {
    padding: 8px;
    border: 1px solid #ccc;
}
.nest-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.nest-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 5px;
    position: relative;
}
.nest-close {
    position: absolute;
    top: 10px; right: 10px;
    cursor: pointer;
    font-size: 24px;
}
