.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;
    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 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.nest-course-nav {
    margin-bottom: 20px;
}

.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;
}
