html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

h5 {
    color: darkred;
}

.hover:hover {
    background-color: #ebebeb;
    white-space: nowrap;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-hover {
    background-color: #6c757d;
    color: white;
    width: 55px;
    place-content: center;
}

label {
    font-weight: bold;
}

.custom-table tbody tr {
   background-color: #ffffff;
}

.custom-table tbody tr:hover {
   background-color: #f5f5f5;
   cursor: pointer;
}

.custom-table .selected-row{
   background-color: #dbeafe !important;
   font-weight: 800;
}

select {
    appearance: base-select;
    white-space: normal !important;
}

    select option {
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

/*body {
  margin-bottom: 60px;
}*/

body {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 456px;
}

pre {
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-wrap: break-word; 
}

.authenticate-code {
    max-width: 456px;
}

.btn-toolbar {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

#user-layout-dashboard-body {
    display: block;
    margin: 0 0 0 281px;
    padding: 0;
}

#user-layout-dashboard-header {
    background-color: white;
    box-shadow: black 0px 1px 15px 1px;
    position: fixed;
    top: 0px;
    min-width: 567px; 
    width: -moz-available;
    width: -webkit-fill-available;
    z-index: 100;
}

    #user-layout-dashboard-header > nav {
        
        max-height: 70px;
    }

#user-layout-dashboard-main {
    position: relative;
    margin: 100px 0 0 0;
    min-height: 333px;
    padding: 0 0 0 44px;
}

.portfolio-editor-container {
    margin: 33px 0px;
}

.portfolio-essay-student-input {
    width: 100%;
}

#portfolioSelect_Header {
    width: 100%;
}

#portfolio-dashboard-select {
    white-space: nowrap;
    padding: 0px;
    margin: 0 0 33px 0;
    width: 100%;
}

#portfolio-dashboard-select-selected {
    white-space: nowrap;
    background-color: white !important;
    padding: 11px 33px;
}

.portfolio-header {
    margin : 0 0 67px 0 !important;
}


.portfolio-item {
    
}

.portfolio-item-header {
    margin-bottom: 23px !important;
}

.portfolio-item-body {

}

.portfolio-item-footer {
    border-top: 1px solid silver;
    padding-top: 13px !important;
    margin-top: 34px !important
}

.legend-green {
    width: 28px;
    background-color: lightgreen;
    margin: 0 5px 0 0;
    letter-spacing: 10px;
    border: 1px solid gray;
}

.legend-orange {
    width: 28px;
    background-color: orange;
    margin: 0 5px 0 0;
    letter-spacing: 10px;
    border: 1px solid gray;
}

.portfolio-viewbox {
    padding: 10px 20px;
    background: #E8EFFE;
    border-bottom: 0.5px solid rgba(26,77,181,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.enrolled-students-view {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #EAF3DE;
    color: #3B6D11;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.authorized-school-name {
    display:none; width:24px; height:24px; border-radius:4px; background:#f1efe8;
    color: #73726c;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    border: 0.5px solid rgba(0,0,0,0.1);
    flex-shrink: 0;
}

main {
    margin: auto auto;
    min-height: 567px;
    padding: 33px 99px 222px 44px !important;
}

nav {
    border-bottom: solid #900 1px !important;
    display: inline-block;
    width: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.bold {
    font-weight: bold;
}

.link, .links {
    cursor: pointer !important;
}

.row-hover tr:hover {
    background-color: #f4f4f4;
    white-space: nowrap;
}

.required {
    font-size: 1.0rem;
    color: darkred;
}

.top {
    vertical-align: top;
}

.hidden {
    display: none !important;
}

td {
    line-height: normal;
}

td {
    vertical-align: top;
}

.center {
    text-align: center;
    text-wrap: nowrap;
    overflow: hidden;
    place-content: center;
}

.wrap {
    text-wrap: wrap !important;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.left {
    text-align: left;
    text-wrap: nowrap;
}

.right {
    text-align: right;
    text-wrap: nowrap;
}

.darkgrey {
    background-color: darkgrey;
}

.lightgreen {
    background-color: lightgreen;
}

.orange {
    background-color: orange;
}

.black {
    color: black;
}

.red {
    color: red;
}

.green {
    color: green;
}

.body-header {
    /* background-image: url("../images/DSC_1125.jpg"); */
    display: block;
    clear: both;
    width: 100%;
}

.logo-bar {
    background-color: white;
    display: block;
    height: 80px;
}

.body-header > span {
    float: right;
}

.body-header > .description {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    clear: both;
    margin: auto auto;
    padding: 15px 55px;
    max-width: 800px;
}

.description > .welcome {
    display: block;
    clear: both;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 44px auto;
    padding: 0;
}

.logo-right {
    width: 88px;
    float: right;
    /* background-image: url("../images/PrimaryMonogram.png"); */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 10px;
}

.logo-left {
    width: 144px;
    float: left;
    /* background-image: url("../images/PrimaryMonogram.png"); */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 10px;
}

.body-content {
    margin: 44px auto 111px auto;
    min-width: 345px;
    width: 100%;
    display: block;
}

.body-content-header {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: auto auto;
}

    .body-content-header > p {
        margin: auto auto;
        text-align: center;
    }

.carousel {
    margin: auto auto;
    max-width: 800px;
}

    .carousel > .segment {
        min-width: 222px;
        margin: 0px 10px 44px 10px;
        padding: 0px;
        background-color: white;
    }

        .carousel > .segment > .description:hover {
            background-color: #900;
        }

        .carousel > .segment > .description {
            background-color: black;
            border: 1px solid black;
            position: relative;
            bottom: -212px;
            padding: 22px;
            color: white;
            text-align: left;
        }

            .carousel > .segment > .description > a {
                color: white !important;
            }

#carousel_segment_a {
    background: url("../images/USC-Mesa-Mar07-2020_85.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 329px;
}

#carousel_segment_b {
    background: url("../images/USC-Mesa-Mar07-2020_120.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 329px;
}

footer.dashboard-footer {
    bottom: 0px;
    display: block;
    position: fixed;
    width: -moz-available;
    width: -webkit-fill-available;
}

footer {
    display: block;
    position: relative;
    clear: both;
    margin: 18px auto 0px auto;
    padding: 22px;
    background-color: #303130;
    color: white;
    font-size: 1rem;
    width: -moz-available;
    width: -webkit-fill-available;
}

    footer a {
        color: white;
        text-decoration: none;
    }

    footer > .container {
        color: white;
    }

    footer > .links {
        color: white;
    }

    footer .disclosures {
        margin: 33px 0px;
    }

.school-header {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 5px 0;
}

    .school-header > .school-name {
        font-weight: bold;
        font-size: 1rem;
        margin: 10px 0 3px 0;
    }

    .school-header > .school-welcome {
        font-weight: normal;
        font-size: 1rem;
        margin: 44px auto 10px auto;
    }

.student-body-content {
    display: block;
    margin: auto auto;
    padding: 0px;
    width: 800px;
    clear: both;
}

.student-body-content-header {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 150px;
    margin: 30px auto 0px auto;
    /** border: solid silver 1px; **/
    background-image: url("../images/usc-mesa-puzzle.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -10px;
}

.dashboard-container {
    min-height: 456px;
    padding: 33px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    min-width: 555px !important;
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid silver;
}

.dashboard-container .list-group-item {
    border: 1px solid gray !important;
    margin-bottom: 22px !important;
    padding: 34px !important;
}

.dashboard-background-2 {
    background-attachment: fixed;
    background-image: url("../images/background/background-002.jpg");
    background-size: cover;
}

.dashboard-background-3 {
    background-attachment: fixed;
    background-image: url("../images/background/background-003.jpg");
    background-size: cover;
}

.dashboard-background-4 {
    background-attachment: fixed;
    background-image: url("../images/background/background-004.jpg");
    background-size: cover;
}

.dashboard-background-5 {
    background-attachment: fixed;
    background-image: url("../images/background/background-005.jpg");
    background-size: cover;
}

.dashboard-background-6 {
    background-attachment: fixed;
    background-image: url("../images/background/background-006.jpg");
    background-size: cover;
}

.dashboard-background-8 {
    background-attachment: fixed;
    background-image: url("../images/background/background-008.jpg");
    background-size: cover;
}

    body .blur {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

#dashboard-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 281px;
    z-index: 100;
}

    .dashboard-nav-active {
        background-color: darkred !important;
    }

    #dashboard-nav .nav-link:hover {
        color: gold !important;
    }

    #dashboard-nav .nav-link-active {
        color: gold !important;
    }

    #dashboard-nav .sub-link-active {
        color: gold !important;
    }

    #dashboard-nav > .nav-inner {
        border: solid 1px black;
        box-shadow: black -7px 10px 10px 10px;
        width: 282px;
        height: 100%;
        overflow: auto;
        position: fixed;
        left: 0;
        top: 0;
        scrollbar-width: thin;
    }

    #dashboard-nav #resources-collapse {
        margin: 0 0 0 44px;
    }

    .student-portfolio > .body-header {
        display: block;
        margin-top: 44px;
    }

.student-portfolio > .links {
    display: block;
    margin-top: 66px;
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    margin: auto auto;
    background-color: #990000;
    border: 1px solid #990000;
}

    .student-portfolio > .links > .link-selected {
        font-size: 1.6REM !important;
        color: #FC0 !important;
        font-weight: bold !important;
        float: left !important;
        width: 24% !important;
        padding: 6px 0px 6px 0px !important;
        text-align: center !important;
        vertical-align: middle !important;
        background-color: #990000 !important;
    }

        .student-portfolio > .links > .link-selected a {
            color: #FC0;
            text-decoration: none;
        }

    .student-portfolio > .links > .link {
        float: left;
        font-size: 1rem;
        width: 19%;
        padding: 6px 0px 6px 0px;
        text-align: center;
        vertical-align: middle;
        background-color: #990000;
        color: white;
    }

        .student-portfolio > .links > .link:hover {
            float: left;
            width: 19%;
            padding: 6px 0px 6px 0px;
            text-align: center;
            vertical-align: middle;
            background-color: #FC0;
            color: black;
            font-weight: bold;
            font-size: 1rem;
        }

    .student-portfolio > .links > .link-menu {
        float: right;
        margin: 5px 22px 5px 5px;
    }

.student-portfolio > .modules-list {
    display: block;
    margin: 0 auto 200px auto;
    padding: 0px;
    width: 800px;
    clear: both;
}

    .student-portfolio > .modules-list > .module {
        float: left;
        display: block;
        width: 100%;
        background-color: #ededed;
        border: solid silver 1px;
        margin: 10px auto 44px auto;
        padding: 10px;
    }

        .student-portfolio > .modules-list > .module:hover {
            float: left;
            display: block;
            width: 100%;
            background-color: #d7d7d7c7;
            border: solid black 1px;
            margin: 10px auto 44px auto;
            padding: 10px;
        }

        .student-portfolio > .modules-list > .module .header {
            float: left;
            font-weight: bold;
            margin: 22px 0 20px 18px;
        }

        .student-portfolio > .modules-list > .module .header-description {
            float: left;
            font-size: 1rem;
            margin: 11px 0 5px 0;
            width: 67%;
        }

        .student-portfolio > .modules-list > .module .header-date {
            display: block;
            font-size: 1rem;
            margin: 12px 0 5px 0;
        }

        .student-portfolio > .modules-list > .module a {
            display: block;
            font-size: 1rem;
            margin: 5px 0 15px 0;
        }

        .student-portfolio > .modules-list > .module .body-hidden {
            display: none;
            visibility: hidden;
            height: 14px;
        }

        .student-portfolio > .modules-list > .module .description {
            display: block;
            font-size: 1rem;
            clear: both;
            margin: 50px 50px 50px 5px;
        }

    .student-portfolio > .modules-list ul.description-ul {
        padding: 0 0 0 14px;
        font-size: 1rem;
        margin: -22px 0 0 55px;
    }

    .student-portfolio > .modules-list .description-legend {
        font-size: 1rem;
        margin: 25px 0 55px 55px;
    }

        .student-portfolio > .modules-list .description-legend .green {
            width: 22px;
            background-color: lightgreen;
            margin: 0 5px 0 0;
            letter-spacing: 10px;
            border: 1px solid gray;
        }

        .student-portfolio > .modules-list .description-legend .orange {
            width: 22px;
            background-color: orange;
            margin: 0 5px 0 0;
            letter-spacing: 10px;
            border: 1px solid gray;
        }

    .student-portfolio > .modules-list > .module .body-display {
        display: block;
        visibility: visible;
        margin: 15px;
    }

    .student-portfolio > .modules-list > .module .grid {
        display: block;
        font-size: 1rem;
        margin: 20px;
    }

        .student-portfolio > .modules-list > .module .grid .list {
            display: block;
            margin: 15px;
            font-size: 1rem;
        }

    .student-portfolio > .modules-list > .module .links {
        font-size: 1rem;
        margin: 22px 0 0 0;
    }

.student-portfolio #activity_AdvancedPlacement_table {
    margin: 66px auto;
    font-size: 12px;
    width: 100%;
    border: 1px solid lightgray;
    background-color: white;
}

    .student-portfolio #activity_AdvancedPlacement_table tr:first-child td {
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

.student-portfolio #activity_TestScores_table {
    margin: 66px auto;
    font-size: 12px;
    width: 100%;
    border: 1px solid lightgray;
    background-color: white;
}

    .student-portfolio #activity_TestScores_table tr:first-child td {
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

.student-portfolio #activity_Activities_table {
    margin: 66px auto;
    font-size: 12px;
    width: 100%;
    border: 1px solid lightgray;
    background-color: white;
}

    .student-portfolio #activity_Activities_table tr:first-child td {
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

.student-portfolio #activity_AwardsAndHonors_table {
    margin: 66px auto;
    font-size: 12px;
    width: 100%;
    border: 1px solid lightgray;
    background-color: white;
}

    .student-portfolio #activity_AwardsAndHonors_table tr:first-child td {
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

.student-portfolio #colleges_table {
    margin: 66px auto;
    font-size: 12px;
    width: 100%;
    border: 1px solid lightgray;
    background-color: white;
}

    .student-portfolio #colleges_table tr:first-child td {
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

#createActivity_Container {
    box-shadow: 8px 8px 4px slategray;
    border: 1px solid black;
    padding: 25px;
}

#createActivity_ValueType {
    visibility: hidden;
}

.createActivity {
    display: none;
}

.createActivity-Display {
    display: block;
    margin: 30px;
    width: 500px;
    /* height: 400px; */
    border: 1px solid silver;
    background-color: silver;
    position: fixed;
    top: 0;
    left: 0;
}

#createCollege_Container {
    box-shadow: 8px 8px 4px slategray;
    border: 1px solid black;
    padding: 25px;
}

#createCollege_ValueType {
    visibility: hidden;
}

.createCollege {
    display: none;
}

.createCollege-Display {
    display: block;
    margin: 30px;
    width: 500px;
    /* height: 400px; */
    border: 1px solid silver;
    background-color: silver;
    position: fixed;
    top: 0;
    left: 0;
}

.create-Button {
    background-color: navy;
    border-radius: 100px;
    color: white;
    float: right;
    font-weight: bold;
    height: 33px;
    margin: 0 0 33px 0;
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.createCollege-Button {
    background-color: navy;
    border-radius: 100px;
    color: white;
    float: right;
    font-weight: bold;
    height: 33px;
    margin: 0 0 33px 0;
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.activityOutput {
    margin: 5px;
}

#createAG_Container {
    box-shadow: 8px 8px 4px slategray;
    border: 1px solid black;
    padding: 25px;
}

.createAG {
    display: none;
}

.createAG-Display {
    display: block;
    margin: 30px;
    width: 500px;
    /* height: 400px; */
    border: 1px solid silver;
    background-color: silver;
    position: fixed;
    top: 0;
    left: 0;
}

.createAG-Button {
    background-color: navy;
    border-radius: 100px;
    color: white;
    font-weight: bold;
    height: 33px;
    margin: 0 0 33px 0;
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.ag-grades {
    background-color: white;
    border: 1px solid silver;
    padding: 15px;
}

    .ag-grades td {
        vertical-align: top;
        white-space: nowrap;
    }

.ag-grades-list-table {
    margin: 44px auto;
    font-size: 12px;
    width: 88%;
    border: 1px solid lightgray;
}

    .ag-grades-list-table td {
        border-bottom: 1px solid gray;
    }

.moduleButtons {
    border: 1px solid gray;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    float: right;
    font-size: 1rem;
    margin: -50px 0 0 0;
    background-color: darkgrey;
    padding: 10px;
}

    .moduleButtons > .btn {
        display: block;
        margin: 0 10px;
    }

.agTitle {
    font-size: 22px;
    font-weight: bold;
}

.student-body-content-header > p {
    margin: auto auto;
}

.student-body-footer {
}

.modules-list {
    display: block;
    margin: 0 auto 200px auto;
    padding: 0px;
    width: 800px;
    clear: both;
}

    .modules-list > .module {
        float: left;
        display: block;
        width: 100%;
        background-color: #ededed;
        border: solid silver 1px;
        margin: 10px auto 44px auto;
        padding: 10px;
    }

        .modules-list > .module:hover {
            float: left;
            display: block;
            width: 100%;
            background-color: #d7d7d7c7;
            border: solid black 1px;
            margin: 10px auto 44px auto;
            padding: 10px;
        }

        .modules-list > .module .header {
            float: left;
            font-weight: bold;
            margin: 22px 0 5px 0;
        }

        .modules-list > .module .header-description {
            float: left;
            font-size: 1rem;
            margin: 11px 0 5px 0;
            width: 67%;
        }

        .modules-list > .module .header-date {
            display: block;
            font-size: 1rem;
            margin: 12px 0 5px 0;
        }

        .modules-list > .module a {
            display: block;
            font-size: 1rem;
            margin: 5px 0 25px 0;
        }

        .modules-list > .module .body-hidden {
            display: none;
            visibility: hidden;
            height: 14px;
        }

        .modules-list > .module .description {
            display: block;
            font-size: 1rem;
            clear: both;
            margin: 50px 50px 50px 5px;
        }

        .modules-list > .module .body-display {
            display: block;
            visibility: visible;
            margin: 15px;
        }

        .modules-list > .module .grid {
            display: block;
            font-size: 1rem;
            margin: 20px;
        }

            .modules-list > .module .grid .list {
                display: block;
                margin: 15px;
                font-size: 1rem;
            }

        .modules-list > .module .links {
            font-size: 1rem;
            margin: 22px 0 0 0;
        }


.registration .body-content-header {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 10px !important;
    margin: 30px auto 30px auto;
}

    .registration .body-content-header > p {
        margin: auto auto;
        text-align: center;
    }

.registration .body-content > form > table {
    margin: 11px auto 44px auto;
    font-size: 1rem;
    max-width: 800px;
    background-color: #fafafa;
    padding: 22px;
    border: solid #e1e1e1 1px;
}

.registration input {
    width: 400px;
}



.portfolio-image-text-overlay {
    display: block;
    opacity: 0.9;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    background-color: gray;
    margin: 33px 0 0 0;
    padding: 30px;
    display: block;
    height: 26px;
    width: 75%
}

.portfolio-header-image {
    float: left;
    display: block;
    margin: 22px;
    width: 200px;
    height: 120px;
    background-color: silver;
    border: 1px solid black;
    background: url(./images/DSC_1306.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.news-image-text-overlay {
    display: block;
    opacity: 0.9;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    background-color: gray;
    margin: 33px 0 0 0;
    padding: 30px;
    display: block;
    height: 26px;
    width: 75%
}

.news-header-image {
    float: left;
    display: block;
    margin: 22px;
    width: 200px;
    height: 120px;
    background-color: silver;
    border: 1px solid black;
    background: url(./images/DSC_1125.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.events-image-text-overlay {
    display: block;
    opacity: 0.9;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    background-color: gray;
    margin: 33px 0 0 0;
    padding: 30px;
    display: block;
    height: 26px;
    width: 75%
}

.events-header-image {
    float: left;
    display: block;
    margin: 22px;
    width: 200px;
    height: 120px;
    background-color: silver;
    border: 1px solid black;
    background: url("../images/USC-Mesa-Mar07-2020_85.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.college-image-text-overlay {
    display: block;
    opacity: 0.9;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    background-color: gray;
    margin: 33px 0 0 0;
    padding: 30px;
    display: block;
    height: 26px;
    width: 75%
}

.college-header-image {
    float: left;
    display: block;
    margin: 22px;
    width: 200px;
    height: 120px;
    background-color: silver;
    border: 1px solid black;
    background: url("../images/USC-Mesa-Mar07-2020_120.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.modules-list > .module .RSVP {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    clear: both;
    margin: 0px 0px 60px 166px;
}

.policy-document {
    margin: 44px auto 111px auto;
    padding: 0px;
}

.admin-student-roster {
    font-size: 0.9rem;
    background-color: white;
    border: 1px solid silver;
    width: 100%;
    padding: 5px;
}

.admin-header-image {
    float: left;
    display: block;
    margin: 22px;
    width: 200px;
    height: 120px;
    background-color: silver;
    border: 1px solid black;
    background: url("../images/USC_UCOM_Michelson_Hall_20171024_08.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.admin-manage-table-btn {
    background-color: white;
    padding: 10px;
    border: 1px solid silver;
    padding: 10px;
    margin: 3px;
}

.testInfo_DetailContainer {
    border: 3px;
    padding: 10px;
}

.testInfo_ScoreContainer {
    background: navajowhite;
    border: solid black 2px;
    padding: 10px;
}

.agGrades_DetailContainer {
    border: 0px;
    padding: 5px;
}

.agGrades_DetailCompletedContainer {
    border: 0px;
    padding: 5px;
}

.agGrades_GradesHeader {
    background-color: silver;
    border-bottom: 1px solid black;
    padding: 5px;
    margin: 0px;
}

.agGrades_GradesRecord {
    padding: 5px;
    margin: 0px;
}

.collegeSearch_Results_Header {
    border-bottom: solid black 1px;
    margin-top: 35px;
    font-size: 11px;
    padding: 5px;
}

.collegeSearch_ResultsRows_Container {
    padding: 0px;
}

.collegeSearch_Results_Row {
    padding: 22px 5px;
    border: solid silver 1px;
    background-color: white;
    font-size: 11px;
}

    .collegeSearch_Results_Row:hover {
        padding: 22px 5px;
        border: solid black 1px;
        background-color: white;
        font-size: 11px;
    }

.collegeSearch_Results_SelectButton {

}

.activity_gradeLevel {
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    padding: 10px;
    width: 50px;
    height: 45px;
    margin: 2px;
}

.activity_gradeLevel_active {
    background-color: gold;
    border: 2px solid darkred !important;
    color: darkred !important;
    font-weight: bold !important;
    padding: 10px;
    width: 50px;
    height: 45px;
    margin: 2px;
}

.passwordValidation {
    background-color: lightgray;
}
.nd-page {
    padding: 24px 0 40px;
}

.nd-page-header {
    margin-bottom: 28px;
}

    .nd-page-header h1 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 4px;
        color: #1a1a18;
    }

    .nd-page-header p {
        font-size: 14px;
        color: #73726c;
        margin: 0;
    }

.nd-user-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 28px;
}

.nd-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 28px;
}

.nd-kpi-card {
    background: #f7f6f2;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 14px 16px;
}

.nd-kpi-label {
    font-size: 12px;
    color: #73726c;
    margin-bottom: 4px;
}
.nd-user-detail {
    font-size: 12px;
    color: #1a1a18;
    margin-bottom: 4px;
}
.nd-kpi-value {
    font-size: 22px;
    font-weight: 500;
    color: #1a1a18;
    line-height: 1.2;
    margin-bottom: 2px;
}

    .nd-kpi-value.danger {
        color: #A32D2D;
    }

    .nd-kpi-value.warn {
        color: #854F0B;
    }

.nd-kpi-sub {
    font-size: 11px;
    color: #9c9a92;
}

.nd-table-card {
    background: #fff;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.nd-table-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 20px;
    background: #f7f6f2;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

    .nd-table-card-header h2 {
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        color: #1a1a18;
    }

.nd-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nd-pg-btn {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
    border: 0.5px solid rgba(0,0,0,0.2);
    background: #fff;
    color: #1a1a18;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    line-height: 1;
    transition: background 0.15s;
}

    .nd-pg-btn:hover {
        background: #f7f6f2;
        color: #1a1a18;
        text-decoration: none;
    }

    .nd-pg-btn.disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: default;
    }

.nd-pg-info {
    font-size: 13px;
    color: #73726c;
    padding: 0 8px;
    white-space: nowrap;
}

.nd-table-meta {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    font-size: 12px;
    color: #9c9a92;
    border-bottom: 0.5px solid rgba(0,0,0,0.08);
    background: #fff;
}

.nd-table-wrap {
    overflow-x: auto;
}

.nd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: fixed;
    min-width: 860px;
}

    .nd-table col.c-date {
        width: 88px;
    }

    .nd-table col.c-user {
        width: 165px;
    }

    .nd-table col.c-role {
        width: 80px;
    }

    .nd-table col.c-section {
        width: 90px;
    }

    .nd-table col.c-action {
        width: 110px;
    }

    .nd-table col.c-type {
        width: 64px;
    }

    .nd-table col.c-auth {
        width: 80px;
    }

    .nd-table col.c-status {
        width: 58px;
    }

    .nd-table col.c-response {
        width: 90px;
    }

    .nd-table col.c-alert {
        width: 90px;
    }

    .nd-table thead th {
        background: #f7f6f2;
        color: #73726c;
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 10px 14px;
        text-align: left;
        border-bottom: 0.5px solid rgba(0,0,0,0.12);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nd-table tbody tr {
        border-bottom: 0.5px solid rgba(0,0,0,0.07);
        transition: background 0.1s;
    }

        .nd-table tbody tr:last-child {
            border-bottom: none;
        }

        .nd-table tbody tr:hover {
            background: #f7f6f2;
        }

    .nd-table td {
        padding: 10px 14px;
        color: #1a1a18;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

        .nd-table td.muted {
            color: #73726c;
            font-size: 12px;
        }

.nd-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    border-radius: 99px;
    white-space: nowrap;
}

.nd-badge-role {
    background: #f1efe8;
    color: #5f5e5a;
    border: 0.5px solid rgba(0,0,0,0.12);
}

.nd-badge-success {
    background: #EAF3DE;
    color: #3B6D11;
}

.nd-badge-danger {
    background: #FCEBEB;
    color: #A32D2D;
}

.nd-badge-warning {
    background: #FAEEDA;
    color: #854F0B;
}

.nd-badge-error {
    background: #f1efe8;
    color: #2c2c2a;
    border: 0.5px solid rgba(0,0,0,0.15);
}

.nd-empty td {
    text-align: center;
    color: #9c9a92;
    padding: 48px 20px;
    font-size: 14px;
}

.asm-page {
    padding: 24px 0 48px;
}

.asm-profile-card {
    background: #fff;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.asm-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #EAF3DE;
    color: #3B6D11;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.asm-profile-name {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a18;
    margin: 0 0 2px;
}

.asm-profile-email {
    font-size: 13px;
    color: #73726c;
    margin: 0 0 4px;
}

.asm-profile-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.asm-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    border-radius: 99px;
}

.asm-badge-role {
    background: #EAF3DE;
    color: #3B6D11;
}

.asm-badge-action {
    background: #E8EFFE;
    color: #1A4DB5;
}

.asm-card {
    background: #fff;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.asm-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 13px 20px;
    background: #f7f6f2;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

.asm-card-title {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a18;
    margin: 0;
}

.asm-pg-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.asm-pg-info {
    font-size: 13px;
    color: #73726c;
    padding: 0 4px;
}

.asm-pg-btn {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
    border: 0.5px solid rgba(0,0,0,0.2);
    background: #fff;
    color: #1a1a18;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background .15s;
}

    .asm-pg-btn:hover {
        background: #f7f6f2;
        color: #1a1a18;
        text-decoration: none;
    }

    .asm-pg-btn.disabled {
        opacity: 0.4;
        pointer-events: none;
    }

.asm-meta {
    padding: 7px 20px;
    font-size: 12px;
    color: #9c9a92;
    border-bottom: 0.5px solid rgba(0,0,0,0.07);
}

/* ── Tables ───────────────────────────────────────────────── */
.asm-table-wrap {
    overflow-x: auto;
}

.asm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: fixed;
    min-width: 640px;
}

    .asm-table thead th {
        background: #f7f6f2;
        color: #73726c;
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .04em;
        padding: 9px 14px;
        text-align: left;
        border-bottom: 0.5px solid rgba(0,0,0,0.12);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .asm-table tbody tr {
        border-bottom: 0.5px solid rgba(0,0,0,0.07);
        transition: background .1s;
    }

        .asm-table tbody tr:last-child {
            border-bottom: none;
        }

        .asm-table tbody tr:hover {
            background: #f7f6f2;
        }
    .asm-table col.c-user {
        width: 120px;
    }
    .asm-table col.c-sr {
        width: 65px;
    }
    .asm-table col.c-section {
        width: 120px;
    }
    .asm-table col.c-action {
        width: 100px;
    }

    .asm-table td {
        padding: 10px 14px;
        color: #1a1a18;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

        .asm-table td.mu {
            color: #73726c;
            font-size: 13px;
        }

        .asm-table td.num {
            font-size: 12px;
            color: #9c9a92;
            text-align: center;
        }

.asm-empty td {
    text-align: center;
    color: #9c9a92;
    padding: 44px 20px;
    font-size: 14px;
}

/* ── Action buttons in table ──────────────────────────────── */
.asm-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 11px;
    border-radius: 8px;
    border: 0.5px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .15s;
    white-space: nowrap;
}

    .asm-action-btn:hover {
        opacity: .8;
        text-decoration: none;
    }

.btn-unassign {
    background: #FCEBEB;
    color: #A32D2D;
    border-color: #F09595;
}

.btn-assign {
    background: #EAF3DE;
    color: #3B6D11;
    border-color: #A8CC78;
}

/* ── Section divider ──────────────────────────────────────── */
.asm-section-label {
    font-size: 13px;
    font-weight: 500;
    color: #73726c;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 12px;
}

/* ── Search toolbar ───────────────────────────────────────── */
.asm-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 20px;
    border-bottom: 0.5px solid rgba(0,0,0,0.08);
    background: #fff;
}

    .asm-toolbar select,
    .asm-toolbar input[type="text"] {
        height: 34px;
        padding: 0 12px;
        font-size: 13px;
        border: 0.5px solid rgba(0,0,0,0.2);
        border-radius: 8px;
        background: #fff;
        color: #1a1a18;
        outline: none;
        transition: border-color .15s;
    }

        .asm-toolbar select:focus,
        .asm-toolbar input[type="text"]:focus {
            border-color: rgba(0,0,0,0.45);
        }

    .asm-toolbar select {
        min-width: 200px;
    }

    .asm-toolbar input {
        flex: 1;
        min-width: 160px;
        max-width: 300px;
    }

.asm-search-btn {
    height: 34px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 500;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    background: #1a1a18;
    color: #fff;
    cursor: pointer;
    transition: opacity .15s;
}

    .asm-search-btn:hover {
        opacity: .85;
    }

.sc-logo-wrap {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 0.5px solid rgba(0,0,0,0.1);
    background: #f7f6f2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

    .sc-logo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.sc-logo-ph {
    font-size: 13px;
    font-weight: 600;
    color: #73726c;
}

.sc-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    border-radius: 99px;
    white-space: nowrap;
}

.sc-badge-success {
    background: #EAF3DE;
    color: #3B6D11;
}

.sc-badge-danger {
    background: #FCEBEB;
    color: #A32D2D;
}

.sc-badge-neutral {
    background: #f1efe8;
    color: #5f5e5a;
    border: 0.5px solid rgba(0,0,0,0.12);
}

.btn-load {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 11px;
    border-radius: 8px;
    border: 0.5px solid rgba(26,77,181,0.35);
    background: #E8EFFE;
    color: #1A4DB5;
    cursor: pointer;
    transition: opacity .15s;
    white-space: nowrap;
}

    .btn-load:hover {
        opacity: .8;
    }

/* ── Danger zone container ─────────────────────────────── */
.dz-wrap {
    border: 1px solid #F09595;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

/* ── Header band ───────────────────────────────────────── */
.dz-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    background: #FCEBEB;
    border-bottom: 1px solid #F09595;
}

.dz-header-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #F7BFBF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.dz-header-title {
    font-size: 13px;
    font-weight: 600;
    color: #A32D2D;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ── Body ──────────────────────────────────────────────── */
.dz-body {
    padding: 18px 20px 20px;
    background: #fff;
}

/* ── Legal notice ──────────────────────────────────────── */
.dz-notice {
    background: #FEF6F6;
    border: 0.5px solid #F09595;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.dz-notice-heading {
    font-size: 12px;
    font-weight: 600;
    color: #A32D2D;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 8px;
}

.dz-notice-body {
    font-size: 12.5px;
    color: #5f2020;
    line-height: 1.65;
    margin: 0;
}

    .dz-notice-body + .dz-notice-body {
        margin-top: 8px;
    }

/* ── Field label ───────────────────────────────────────── */
.dz-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a18;
    margin-bottom: 6px;
}

.dz-label-sub {
    font-size: 11px;
    font-weight: 400;
    color: #9c9a92;
    margin-left: 6px;
}

.dz-input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    color: #1a1a18;
    background: #fff;
    border: 0.5px solid #F09595;
    border-radius: 8px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}

    .dz-input:focus {
        border-color: #A32D2D;
        box-shadow: 0 0 0 3px rgba(163,45,45,0.12);
    }

.dz-footer {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 12px;
}

.dz-footer-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F09595;
    flex-shrink: 0;
    margin-top: 5px;
}

.dz-footer-text {
    font-size: 11.5px;
    color: #9c9a92;
    line-height: 1.55;
    margin: 0;
}

/* ── Settings card ────────────────────────────────────────── */
.st-card {
    background: #fff;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.st-card-header {
    padding: 13px 20px;
    background: #f7f6f2;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

.st-card-title {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a18;
    margin: 0;
}

.st-card-body {
    padding: 20px;
}

.st-field {
    margin-bottom: 16px;
}

    .st-field:last-of-type {
        margin-bottom: 0;
    }

.st-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a18;
    margin-bottom: 6px;
}

.st-input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    color: #1a1a18;
    background: #fff;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}

    .st-input:focus {
        border-color: rgba(0,0,0,0.45);
        box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
    }


.st-save-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    background: #1a1a18;
    color: #fff;
    cursor: pointer;
    transition: opacity .15s;
    margin-top: 20px;
}

    .st-save-btn:hover {
        opacity: .85;
    }

.school-logo {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: contain;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    flex-shrink: 0;
}

.school-avatar-fallback {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #f1efe8;
    color: #73726c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.school-name-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo-container .sc-logo-ph {
    display: none !important;
}

.school-logo:error {
    display: none;
}

    .school-logo:error + .sc-logo-ph {
        display: flex !important;
    }
