@font-face {
    font-family: Alata;
    src: url(../fonts/Alata/Alata-Regular.ttf);
}

@font-face {
    font-family: Alatsi;
    src: url(../fonts/Alatsi/Alatsi-Regular.ttf);
}

@font-face {
    font-family: Albert-Sans;
    src: url(../fonts/Albert_Sans/AlbertSans-VariableFont_wght.ttf);
}

@font-face {
    font-family: Albert-Sans-IT;
    src: url(../fonts/Albert_Sans/AlbertSans-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: Alexandria;
    src: url(../fonts/Alexandria/Alexandria-VariableFont_wght.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0 auto;
}

body {
    font-family: Albert-Sans, sans-serif;
    width: auto;
    position: relative;
}

html,
body {
    width: 100%;
    height: 100%;
}

.screen-login {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.login {
    display: flex;
    flex-direction: column;
    padding: 1rem 3rem;
    width: 40%;
    height: 100%;
    background-color: #c9000A;
}

.login.admin {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.login-img-background {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    background-image: url('/images/login-page.jpeg');
    background-position: right center;
    background-size: cover;
}

.login-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.admin .login-container {
    width: 40rem;
}

.login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 3rem;

}

.login-form h4 {
    color: #FFB61D;
}

.login-form-box {
    display: flex;
    flex-direction: column;
}

#login-submit {
    margin: 1em auto;
    width: 6em;
    height: 2.5em;
    padding: 0em 0.5em 0em 0.5em;
    background-color: #FFB61D;
    border: solid rgb(220, 161, 32) 1px;
    border-radius: 0.5em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: #FFFFFF;

    transition: all 0.3s ease 0s;
}

#login-submit:hover {
    background-color: rgb(232, 167, 29);
    border: solid rgb(203, 148, 30) 1px;
    border-radius: 0.5em;

    transition: all 0.3s ease 0s;
}

#forgot-password {
    width: auto;
    height: auto;
    color: #FFB61D;
    font-size: 0.9em;
}

#forgot-password:hover {
    color: rgb(233, 168, 27);
    font-size: 0.9em;
}

.nav {
    font-family: Alexandria, sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgb(255, 255, 255);
    text-decoration: none;

    margin: 0 auto;
}

.main-header {
    width: 100%;
    background-color: #c9000A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7em 2%;
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
    top: 0;

    gap: 0 2rem;
}

.navibar-user {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    gap: 0 1rem;
}

.navibar-img {
    background-size: cover;
    border: 0.2em solid #f0b942;
    border-radius: 23em;
    transition: all 0.3s ease 0s;
}

.navibar-img-container:hover {
    transform: scale(1.05);
    transition: all 0.3s ease 0s;
}

.nav-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    padding: .25rem;
}

nav {
    display: flex;
    flex-direction: row;
}

.nav__profile {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav__links {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 0 2rem;
}

.nav__links a {
    font-size: 0.75em;
    transition: all 0.3s ease 0s;
}

.nav__links p {
    font-size: 0.85em;
}

.nav__links a:hover {
    color: rgb(240, 185, 66);
}

/* Flash Popups */
#flash-stack {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    pointer-events: none;
}

#flash-stack .alert {
    padding: .75rem 1rem;
    border-radius: .4rem;
    font-size: .9rem;
    color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .5);
    animation: slideDown .3s cubic-bezier(.4, 0, .2, 1) forwards,
        fadeOut .5s linear 9.5s forwards;
}

/* colour variants re-use bootstrap classes */
#flash-stack .alert-success {
    background: #28a745;
}

#flash-stack .alert-danger {
    background: #dc3545;
}

@keyframes slideDown {
    to {
        transform: translateY(5rem);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateY(-5rem);
    }
}

/* Styling Utilities */
.link-no-deco {
    text-decoration: none;
}

/* Color Utilites */
.box-page {
    background-color: #fffaf7;
}

.box-gold {
    background-color: #ffc35c;
}

.box-white {
    background-color: #ffffff;
}

.box-gray {
    background-color: #d4d0cd;
}

.box-dark {
    color: #ffffff;
    background: rgb(114, 114, 114);
    background: linear-gradient(90deg, rgb(137, 137, 137) 0%, rgb(112, 112, 112) 25%, rgb(74, 74, 74) 100%);
}

/* Modular Elements */

hr {
    border: 0;
    margin: 0;
    height: 0.063rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
}

hr.header-hr {
    margin: 1rem 0 0.5rem 0;
}

hr.divider-hr {
    margin: 1rem 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-end {
    justify-content: flex-end;
}

.content form {
    padding: 0;
}

.form-box {
    width: 100%;

    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.form-label {
    width: 30%;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;

    font-weight: 600;
    margin: 0.5rem 0 0 0;
}

.form-label.checkbox {
    margin: 0;
}

.form-input {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.form-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-button button {
    border: none;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.3s ease 0s;
}

.form-button button:hover {
    filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.2));
    transform: translate(0, -0.05rem);
    transition: all 0.3s ease 0s;
}

.form-button .edit {
    background-color: #ffc35c;
}

.form-button .delete {
    color: #ffffff;
    background-color: #ff5c5c;
}

.manage-button {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.manage-button button {
    border: none;
    max-width: 10rem;
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease 0s;
}

.manage-button button:hover {
    filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.2));
    transform: translate(0, -0.05rem);
    transition: all 0.3s ease 0s;
}

.manage-button .edit {
    background-color: #ffc35c;
}

.manage-button .delete {
    color: #ffffff;
    background-color: #ff5c5c;
}

.self-button {
    padding: 0.25rem 0.5rem;
    border: none;
    border-radius: 0.25rem;
}

.self-button:hover {
    filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease 0s;
}

input {
    font-family: Albert-Sans, sans-serif;
    width: 100%;
    height: 2.5em;
    margin-bottom: 1.2em;

    padding: 0.25em 1em 0.25em 1em;
    background-color: rgb(243, 243, 243);
    border: solid rgb(181, 181, 181) 1px;
    border-radius: 0.5em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    transition: all 0.3s ease 0s;
}

input[type="text"],
input[type="password"] {
    color: rgb(79, 79, 79);
    font-size: 1em;
}

input:hover {
    background-color: rgb(236, 236, 236);
    transition: all 0.3s ease 0s;
}

textarea {
    font-family: Albert-Sans, sans-serif;
    width: 100%;
    height: 2.5em;
    margin-bottom: 1.2em;

    padding: 0.25em 1em 0.25em 1em;
    background-color: rgb(243, 243, 243);
    color: rgb(79, 79, 79);
    border: solid rgb(181, 181, 181) 1px;
    border-radius: 0.5em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

input[type="checkbox"],
input[type="radio"] {
    font-family: Albert-Sans, sans-serif;
    width: 1em;
    height: 1em;
    margin-top: 0.3em;
    margin-bottom: 1.2em;

    padding: 0.25em 1em 0.25em 1em;
    border: solid rgb(181, 181, 181) 1px;
    border-radius: 0.5em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    transition: all 0.3s ease 0s;
}

.input-placeholder {
    margin: 0 0 0.25em 0;
    font-family: Albert-Sans, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
}

.edit-image-display {
    width: 100%;
    height: 8rem;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 0.25rem;
    box-shadow: 0rem 0rem 6rem -1rem rgba(0, 0, 0, 0.8) inset, 2rem -6rem 3rem -3rem rgba(0, 0, 0, 0.8) inset;
}

.file-upload {
    margin-top: 0.25rem;
    cursor: pointer;
}

.text-center {
    align-items: center;
}

.no-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #000000;
}

/* Courses Flex Styles */

.flex-area {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.flex-box {
    color: #ffffff;
    text-decoration: none;
    width: auto;
    height: 8rem;
    display: flex;
    flex-direction: row;
}

.flex-box.modules {
    height: 6rem;
}

.box {
    color: #ffffff;
    width: 20rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0rem 0rem 6rem -1rem rgba(0, 0, 0, 0.8) inset, 2rem -6rem 3rem -3rem rgba(0, 0, 0, 0.8) inset;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease 0s;
}

.box.admin {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(231, 202, 202) 0%, rgb(150, 104, 104) 100%);
    box-shadow: none;
}

.box:hover {
    text-decoration: underline;
    color: #ffffff;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.5));
    transform: translate(0, -0.15rem);
    transition: all 0.3s ease 0s;
}

.box-filler {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
}

.box.admin .box-filler {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.box-details {
    width: 100%;
    height: 40%;
    padding: 0 1rem 0.25rem 1rem;
    color: #ffffff;

    display: flex;
    flex-direction: column;

}

.box-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box-title .title {
    width: 100%;
    height: 100%;
    text-align: left;
    text-wrap: wrap;
    line-height: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.box-title .title p {
    font-size: 0.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;

    overflow: hidden;
    text-overflow: ellipsis;
}

.box-title .code {
    width: 100%;
    height: 100%;
    text-wrap: wrap;
    line-height: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.box-title .code p {
    font-size: 0.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;

    overflow: hidden;
    text-overflow: ellipsis;
}

.box-crud {
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem
}

.box-button {
    width: 2rem;
    height: 2rem;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.box-button form {
    width: 100%;
    height: 100%;
}

.box-button:hover {
    transform: translate(0, -0.05rem);
    transition: all 0.3s ease 0s;
}

.box-button-edit {
    width: 100%;
    height: 100%;
    padding: 0.25rem;
    border-radius: 0.25rem;
    border: none;
    background-color: #ffc35c;

    display: flex;
    align-items: center;
    justify-content: center;
}

.box-button-resource {
    width: 100%;
    height: 100%;
    padding: 0.25rem;
    border-radius: 0.25rem;
    border: none;
    background-color: #ffa05c;

    display: flex;
    align-items: center;
    justify-content: center;
}

.box-button-delete {
    width: 100%;
    height: 100%;
    padding: 0.25rem;
    border-radius: 0.25rem;
    border: none;
    background-color: #ff675c;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Module Grid Styles */

.modules-flex-area {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}


.modules-flex-box {
    width: 20rem;
    height: 6rem;
    display: flex;
    flex-direction: column;
}

.modules-flex-box:hover {
    text-decoration: underline;
}

.modules-box {
    width: 20rem;
    height: 6rem;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 0.25rem;
    box-shadow: 0rem 0rem 6rem -1rem rgba(0, 0, 0, 0.8) inset, 2rem -6rem 3rem -3rem rgba(0, 0, 0, 0.8) inset;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease 0s;
}

.modules-box:hover {
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.5));
    transform: translate(0, -0.15rem);
    transition: all 0.3s ease 0s;
}

.module-filler {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
}

.module-details {
    width: 100%;
    height: 40%;
    padding: 0 1rem 0.25rem 1rem;
    color: #ffffff;

    display: flex;
    flex-direction: column;

}

.module-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.module-title .title {
    width: 80%;
    height: 100%;
    font-weight: 500;
    text-wrap: wrap;
    line-height: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

    display: flex;
    align-items: center;
}

.module-title .title:hover {
    text-decoration: underline;
    color: #ffffff;
}

.module-title .prog {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prog h6 {
    padding: 0.25rem;
    border-radius: 0.125rem;
    background-color: #000000;
}


.quiz-flex-area {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.quiz-flex-box {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.quiz-flex-box form {
    width: 100%;
}

.quiz-box {
    color: #ffffff;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border: none;
    border-radius: 0.25rem;
    transition: all 0.3s ease 0s;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.quiz-box.practice {
    background: linear-gradient(90deg, rgba(240, 214, 177, 1) 0%, rgba(240, 140, 0, 1) 100%);
}

.quiz-box.short {
    background: linear-gradient(90deg, rgba(197, 231, 172, 1) 0%, rgba(117, 225, 23, 1) 100%);
}

.quiz-box.long {
    background: linear-gradient(90deg, rgba(199, 229, 255, 1) 0%, rgba(38, 129, 209, 1) 100%);
}

.quiz-box:hover {
    text-decoration: underline;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.3));
    transform: translate(0, -0.15rem);
    transition: all 0.3s ease 0s;
}

.quiz-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-align: left;
    color: #ffffff;
}

.quiz-title:hover {
    text-decoration: underline;
}

.quiz-title .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    color: #ffffff;
}

.quiz-title .title p {
    font-size: 0.7rem;

    color: #ffffff;
}

.quiz-score {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.quiz-score h6 {
    padding: 0.25rem;
    border-radius: 0.125rem;
    background-color: #ffffff;
    color: var(--percentage);
}

.quiz-crud {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}


.lecture-flex-area {
    height: auto;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
}

.lecture-flex-box {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.lecture-flex-box form {
    width: 100%;
}

.lecture-box {
    color: #ffffff;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border: none;
    border-radius: 0.25rem;
    transition: all 0.3s ease 0s;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lecture-box.lecture {
    background: linear-gradient(90deg, rgba(255, 196, 200, 1) 0%, rgba(252, 93, 107, 1) 100%);
}

.lecture-box.tutorial {
    background: linear-gradient(90deg, rgba(255, 199, 225, 1) 0%, rgba(217, 33, 116, 1) 100%);
}

.lecture-box:hover {
    text-decoration: underline;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.3));
    transform: translate(0, -0.15rem);
    transition: all 0.3s ease 0s;
}

.lecture-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-align: left;
}

.lecture-title:hover {
    text-decoration: underline;
}

.lecture-title .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    color: #ffffff;
}

.lecture-title .title p {
    font-size: 0.7rem;

    color: #ffffff;
}

.lecture-crud {
    display: flex;
    flex-direction: row;
    gap: 0.5rem
}



/* Screen and Content Elements */

.screen {
    width: 100%;
    height: auto;

    padding: 0 2rem;

    display: flex;
}

.spacing {
    display: flex;
    flex-direction: column;

    padding: 1rem;
    gap: 1rem;
}

.whole {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.content .main,
.insider .main {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.side {
    width: 25%;

    display: flex;
    flex-direction: column;
}

.content .side,
.insider .side {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.padding {
    padding: 1rem;
}

.content-container {
    margin: 0;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
    border-radius: 0.25rem;

    display: flex;
    flex-direction: column;
}

.content {
    width: 100%;

    display: flex;
    flex-direction: column;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p {
    margin: 0;
}

.content-gap {
    padding: 1.5rem 0 1.5rem 0;
}

.heading {
    border-radius: 0.25rem 0.25rem 0 0;
}

.header {
    display: flex;
    flex-direction: column;
}

.header sub h4 {
    display: flex;
    flex-direction: column;
}

.logo-and-title {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 1rem;
}

.logo-and-title .text h4,
.logo-and-title .text h6 {
    margin: 0;
}

.mini-navigation {
    margin: 0;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
}

.mini-navigation .text {
    display: flex;
    flex-direction: column;
}

.mini-navigation .text .line {
    width: 100%;
    height: 0.125rem;
    border-radius: 1rem;
}

.mini-navigation .text .line.active {
    background-color: #413227;
}

.mini-navigation a {
    text-decoration: none;
    color: rgb(110, 91, 77);
}

.mini-navigation a:hover {
    color: rgb(62, 52, 45);
}

.mini-navigation h6 {
    margin: 0;
}

.activity-type {
    background-color: #d6d2cf;
    padding: 1rem;
    border-radius: 0.25rem 0.25rem 0 0;
}

.activity-list {
    gap: 1rem;
}

.module-content {
    padding: 1rem;
    background-color: #ece8e5;
    border-radius: 0 0 0.25rem 0.25rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.crud {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.crud-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.crud .header .text.title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crud-header {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.crud-button-add {
    margin: 0;
    padding: 0.25rem 0.5rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.crud-button-delete {
    margin-bottom: 1rem;
    width: 11rem;
    padding: 0.25rem 0.5rem;
    background-color: #ff7272;
    color: #ffffff;
    border-radius: 0.25rem;
    border: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.crud-button-add:hover,
.crud-button-delete:hover {
    filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.2));
    transform: translate(0, -0.05rem);
    transition: all 0.3s ease 0s;
}


.home-tutor-screen {
    font-family: Albert-Sans, sans-serif;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0.5rem;

    display: flex;
}

.home-tutor-main {
    width: 75%;
    height: 100%;
    padding: 0 1%;
}

.notifs {
    padding: 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;

    display: flex;
}

a.module-link,
a.activity-link {
    text-decoration: none;
}

tr.module-title {
    height: 1em;
}

tr:nth-child(odd) {
    background-color: rgba(211, 211, 211, 0.30);
}

tr:nth-child(even) {
    background-color: rgba(232, 232, 232, 0.3);
}

.module-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.heading-context {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
}

.module-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.module-divider {
    width: 100%;
    height: 1rem;
}


th>h5,
td>h5,
.heading-context,
.activity-description {
    font-family: Alata, sans-serif;
    color: #492C2C;
    margin: 0;
}

th h5 {
    font-family: Alata, sans-serif;
    color: #492C2C;
    margin: 0;
}

.heading-context h5 {
    margin: 0;
}

.heading-context p,
.activity-description {
    font-size: 0.75em;
    margin: 0;
}

.activity {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    gap: 1em;
}

.activity-button {
    gap: 0.5rem;
    width: 15rem;
    height: 2.8rem;
    border-radius: 0.4rem;
    filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
    color: #FFFFFF;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.unlocked:hover {
    text-decoration: underline;
    cursor: pointer;
    transform: translate(0, -0.1rem);
    transition: all 0.3s ease 0s;
}

.locked {
    opacity: 60%;
    filter: grayscale(50%);
    transform: translate(0, 0);
    cursor: default;
    text-decoration: none;
}

.lecture-activity {
    background: #ffc4c8;
    background: linear-gradient(90deg, rgba(255, 196, 200, 1) 0%, rgba(252, 93, 107, 1) 100%);
}

.tutorial-activity {
    background: #ffc7e1;
    background: linear-gradient(90deg, rgba(255, 199, 225, 1) 0%, rgba(217, 33, 116, 1) 100%);
}

.quiz-practice-activity {
    background: #f0d6b1;
    background: linear-gradient(90deg, rgba(240, 214, 177, 1) 0%, rgba(240, 140, 0, 1) 100%);
}

.quiz-short-activity {
    background: #c5e7ac;
    background: linear-gradient(90deg, rgba(197, 231, 172, 1) 0%, rgba(117, 225, 23, 1) 100%);
}

.quiz-long-activity {
    background: #c7e5ff;
    background: linear-gradient(90deg, rgba(199, 229, 255, 1) 0%, rgba(38, 129, 209, 1) 100%);
}

.screening-button {
    background: #ffffff;
    background: linear-gradient(90deg, rgb(186, 186, 186) 0%, rgb(142, 142, 142) 100%);
    border: none;
}

.screening-resources {
    background: #ffc9c7;
    background: linear-gradient(90deg, rgba(252, 93, 107, 1) 0%, rgb(252, 194, 93) 75%, rgb(253, 177, 0) 100%);
    font-family: Alata, sans-serif;
}

.activity-logo {
    margin-left: 1em;
    transform: rotate(4deg);
}

.activity-name {
    width: 75%;
    font-family: Alexandria, sans-serif;
    font-size: 0.9em;
    line-height: 1;
    box-orient: vertical;
    line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-placeholder {
    background-color: #000000;
}

a.video-link {
    color: #da1313;
}

.svg {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

p.description,
h4.description,
h5.description,
.attempts-table {
    font-family: Albert-Sans, sans-serif;
    margin: 0;
}

.short-quiz {
    background:
        linear-gradient(135deg, rgb(244, 249, 241) 0%, rgb(207, 242, 188) 100%) padding-box,
        linear-gradient(90deg, rgb(212, 237, 197) 0%, rgb(118, 203, 45) 100%) border-box;
    border: 0.08rem solid transparent;
    border-radius: 0.5rem;

    padding: 1rem;
}

.short-quiz hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(91, 141, 77, 0.5), rgba(91, 141, 77, 1), rgba(91, 141, 77, 0.5));
}

.short-quiz p.description,
.short-quiz .attempts-table {
    color: #2E4127;
}

.practice-quiz {
    background:
        linear-gradient(135deg, rgb(249, 245, 241) 0%, rgb(242, 224, 188) 100%) padding-box,
        linear-gradient(90deg, rgb(237, 220, 197) 0%, rgb(203, 137, 45) 100%) border-box;
    border: 0.08rem solid transparent;
    border-radius: 0.5rem;

    padding: 1rem;
}

.practice-quiz hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(141, 112, 77, 0.5), rgb(141, 107, 77), rgba(141, 112, 77, 0.5));
}

.practice p.description,
.practice .attempts-table {
    color: #413227;
}

.long-quiz {
    background:
        linear-gradient(135deg, rgb(241, 245, 249) 0%, rgb(188, 219, 242) 100%) padding-box,
        linear-gradient(90deg, rgb(197, 216, 237) 0%, rgb(45, 113, 203) 100%) border-box;
    border: 0.08rem solid transparent;
    border-radius: 0.5rem;

    padding: 1rem;
}

.long-quiz hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(77, 108, 141, 0.5), rgb(77, 108, 141), rgba(77, 108, 141, 0.5));
}

.long-quiz p.description,
.long-quiz .attempts-table {
    color: #273341;
}

.screening-exam {
    background:
        linear-gradient(135deg, rgb(237, 237, 237) 0%, rgb(171, 171, 171) 100%) padding-box,
        linear-gradient(90deg, rgb(203, 203, 203) 0%, rgb(153, 153, 153) 100%) border-box;
    border: 0.08rem solid transparent;
    border-radius: 0.5rem;

    padding: 1rem;
}

.screening-results {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgb(89, 89, 89) 0%, rgb(43, 43, 43) 100%) padding-box,
        linear-gradient(90deg, rgb(120, 120, 120) 0%, rgb(4, 4, 4) 100%) border-box;
    border: 0.08rem solid transparent;
    border-radius: 0.5rem;
}

.performance-card {
    background:
        linear-gradient(135deg, rgb(230, 182, 182) 0%, rgb(234, 212, 185) 50%, rgb(231, 217, 177) 100%) padding-box,
        linear-gradient(135deg, rgb(219, 84, 84) 0%, rgb(223, 165, 94) 50%, rgb(219, 190, 112) 100%) border-box;
    border: 0.08rem solid transparent;
    border-radius: 0.5rem;

    padding: 1rem;
}

.attempts-table {
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 1em;
    color: #492C2C;
}

.attempts-table th {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
}

.attempts-table td {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
}

.quiz-background {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quiz-description {
    width: 90%;
}

.quiz-categories {
    width: 100%;

    display: flex;
    flex-direction: row;
}

.quiz-categories-top {
    width: 100%;

    display: flex;
    flex-direction: row;

    gap: 1rem;
}

.quiz-categories-desc {
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    column-gap: 2rem;
}

.quiz-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    gap: 1rem;
}

.quiz-button-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.quiz-background .percentage-container {
    position: relative;
    width: 100%;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz-background .percentage-container .percent {
    position: relative;
    width: 10rem;
    height: 10rem;
}

.quiz-background .percentage-container .percent svg {
    width: 100%;
    height: 100%;
}

.quiz-background .percentage-container .percent svg circle {
    width: 10rem;
    height: auto;
    fill: transparent;
    stroke-width: 8;
    stroke: rgba(46, 65, 39, 0.4);
    filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.8));
    transform: translate(0.70rem, 0.70rem);
}

.quiz-background .percentage-container .percent svg circle:nth-child(2) {
    width: 10rem;
    height: auto;
    fill: transparent;
    stroke-width: 8;
    stroke: var(--clr);
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    transform: translate(0.70rem, 0.70rem);
    animation: anim 2s ease forwards;
}

.points-container .description {
    line-height: 1.2;
}

.points-container .points {
    font-size: 2rem;
}

.quiz-button {
    width: 12rem;
    height: 2.8rem;
    border-radius: 0.4rem;
    color: #FFFFFF;
    font-family: Alata, sans-serif;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.quiz-button:hover {
    font-size: 1.1em;
    cursor: pointer;
    transform: translate(0, -0.3rem);
    transition: all 0.3s ease 0s;
}

.percent-number {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.percent-number h1 {
    margin: 0;
    padding: 0;

    font-family: Alexandria, sans-serif;
}

.first-th {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.return-prev-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.return-prev {
    margin: 0;
    padding: 0.5rem;
    font-weight: 500;

    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(95, 95, 95) 0%, rgb(73, 73, 73) 100%);
    font-family: Alexandria, sans-serif;
    border-radius: 0.4rem;


    filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
    color: #FFFFFF;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.return-prev:hover {
    cursor: pointer;
    transform: translate(0, -0.1rem);
    transition: all 0.3s ease 0s;
}

.alert {
    margin: 0;
}

.alert-message {
    font-family: Albert-Sans, sans-serif;
}

.alert-achievement,
.alert-badge {
    background: #ffc107;
}

.alert-message li {
    color: rgb(28, 28, 28);
}

.table {
    margin: 0;
}

.table-left-padding {
    width: 2em;
}

.table-right-padding {
    padding: 1em 1.5em;
}

.quiz-header.summary {
    padding: 0 2rem;
    align-items: center;
}

.quiz-summary-container {
    display: flex;
    flex-direction: column;
}

.quiz-summary-score-details {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.quiz-summary-logo-container {
    padding-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-summary-logo-container img {
    transform: rotate(6deg);
    filter: drop-shadow(0 0rem 0.1rem rgba(0, 0, 0, 0.2));
}

.quiz-summary-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quiz-summary-score .description {
    line-height: 1.2;
    font-size: 1.4rem;
}

.description.summary-score {
    font-size: 2.7rem;
}

.description.italic,
.italic-albert {
    font-family: Albert-Sans-IT, sans-serif;
}

.quiz-summary-attempts {
    width: 100%;
}

.screening-results-container {
    margin: 0;
    padding: 0;
}

.screening-results-container-results {
    display: flex;
    flex-direction: row;
    padding: 1rem 1rem;
    gap: 2rem;
}

.screening-results-container-concept {
    display: flex;
    flex-direction: column;
}


.screening-results-container-topic {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.screening-results-container-topic-material {
    display: flex;
    flex-direction: column;
    margin: 0.25rem 0 0.25rem 0;
}

.screening-resources {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: Alexandria, sans-serif;
}

.mobile-display-only {
    display: none;
}

.summary-goto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.summary-goto .activity {
    justify-content: center;
}

.summary-icon-none {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.calendar {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: Albert-Sans, sans-serif;
}

.sidebar-box.calendar a {
    text-decoration: none;
    color: #000000;
}

.sidebar-box.notifications {
    max-height: 30rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scroll-behavior: smooth;
    gap: 0.5rem;
}

.notif-block {
    max-height: 18rem;
    display: flex;
    flex-direction: column;
}


.notif-url {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.notif-url img {
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .3));
}

.sidebar-box.notifications a {
    text-decoration: none;
    color: #000000;
}

.sidebar-box.notifications .notif-link:hover {
    text-decoration: underline;
    color: #000000;
}


.calendar th {
    border: 1px solid #ddd;
    font-size: 0.9rem;
    height: 2rem;
    background: #eee;
    padding: .4rem;
    text-align: center;
}

.calendar td {
    font-size: 0.8rem;
    border: 1px solid #ddd;
    height: 2rem;
    vertical-align: top;
    padding: .2rem;
    position: relative;
}

.calendar .num {
    font-weight: 300;
}

.calendar .today {
    background: #fdd !important;
}

.calendar .entry {
    display: block;
    font-size: 11px;
    margin: .1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar .ev {
    color: #c00;
}

.calendar .ac {
    color: #1976d2;
}

.sidebar-box {
    background: #fffaf8;
}

.sidebar-box h4 {
    margin: 0 0 .5rem;
    font: 600 16px Alata, sans-serif;
}

.notif a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: .3rem 0;
}

.notif small {
    display: block;
    font-size: 11px;
    color: #666;
}

.achievement {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.achievement-image {
    width: auto;
}

.achievement-details {
    display: flex;
    flex-direction: column;
}

/* list container */
.msg-list {
    font-family: Albert-Sans, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

/* block link */
.msg-link {
    display: block;
    padding: .65rem 1rem;
    color: inherit;
    text-decoration: none;
}

/* alternating rows */
.msg-item:nth-child(odd):not(.unread) {
    background: #f8f2ef;
}

.msg-item:nth-child(even):not(.unread) {
    background: #fffaf7;
}

/* alt shade */
.msg-item.read {
    opacity: .75;
}

/* grey-out */
.msg-item.unread {
    background: #f2ece1;
}

/* light orange */
/* hover */
.msg-link:hover {
    background: #ffe0c4;
    color: #000000;
    text-decoration: underline;
}

/* small helpers */
.msg-from {
    color: #000000;
    display: block;
}

.msg-time {
    display: block;
    font-size: .75rem;
    color: #666;
    margin-top: .1rem;
}

.msg-prev {
    display: block;
    font-size: .80rem;
    color: #555;
    margin-top: .2rem;
}

hr.msg-hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 0;
}

.msg-wrapper {
    flex: 1;
    overflow-y: auto;
    padding-right: .5rem;
}

/* card layout */
.msg-card {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.msg-card:nth-child(even).read {
    background: #fffaf7;
}

/* alternating */
.msg-card.read {
    opacity: .8;
}

/* grey-down */
.msg-card.unread {
    background: #fff4e5;
}

/* soft orange */

/* header row */
.msg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.msg-info {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.msg-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.msg-names {
    font-weight: 600;
}

.msg-timewrap {
    text-align: right;
    font-size: .8rem;
    color: #666;
}

.msg-timewrap time {
    display: block;
}

/* subject + body */
.msg-subject {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.msg-body {
    margin: 0;
    white-space: pre-line;
}

/* links */
.msg-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.msg-link:hover {
    background: #ffe0c4;
    text-decoration: underline;
}

/* hr separators */
.msg-hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: .5rem 0;
}

@media only screen and (max-width: 1000px) {
    .screen {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    .main,
    .login,
    .side {
        width: 100%;
    }

    .login-img-background {
        display: none;
    }

    .login-form {
        width: 30rem;
    }
}



@media only screen and (max-width: 700px) {
    .mobile-display-only {
        display: block;
    }

    .mobile-display-disappear {
        display: none;
    }

    .login {
        padding: 0.5rem 1rem;
    }

    .login-form {
        width: 24rem;
    }

    #primary-navigation {
        position: absolute;
        top: 100%;

        right: 0;
        width: 100%;
        background: #c9000A;
        flex-direction: column;

        align-items: center;
        padding: 1rem 1.5rem;
        box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
        transform: translateX(100%);
        transition: transform .3s ease;
    }

    #primary-navigation[data-visible="true"] {
        transform: translateX(0);
    }

    .nav__links {
        /* stack anchors vertically */
        flex-direction: column;
        gap: 1rem 0;
    }

    .screen {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    /*.screen div {
        flex-wrap: wrap;
    }*/

    .spacing {
        padding: 0.5rem;
    }

    .modules-flex-box {
        width: 100%;
        height: 6rem;
    }

    .modules-box {
        width: 100%;
        height: 6rem;
    }

    .main,
    .login,
    .side {
        width: 100%;
    }

    .insider.flex-row {
        flex-direction: column;
    }

    .insider .main,
    .insider .side {
        width: 100%;
    }

    .table-left-padding {
        display: none;
    }

    .table-right-padding {
        padding: 0.5em 0.5em;
    }

    .first-th {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 0 0.5em;
        gap: 0.5em;
    }

    .module-heading {
        width: 100%;
    }

    .return-prev {
        font-size: 0.8em;
    }

    .quiz-header {
        padding: 0.5rem 0.5rem;
    }

    .quiz-header.summary {
        padding: 0;
    }

    .quiz-summary-score-details {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .quiz-summary-score .description {
        font-size: 1.1rem;
    }

    .quiz-summary-score .description.summary-score {
        font-size: 2rem;
    }

    .quiz-summary-logo-container img {
        width: 4rem;
    }

    .quiz-background .percentage-container .percent svg circle {
        width: 5rem;
        height: auto;
        stroke-width: 8;
        transform: scale(0.5) translate(0.7rem, 0.7rem);
    }

    .quiz-background .percentage-container .percent svg circle:nth-child(2) {
        width: 5rem;
        height: auto;
        stroke-width: 8;
        stroke: var(--clr);
        transform: scale(0.5) translate(0.7rem, 0.7rem);
    }

    .quiz-background .percentage-container .percent {
        width: 5rem;
        height: 5rem;
    }

    .percent-number h1 {
        font-size: 1.1rem;
    }

    .screening-results-container-results {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    .login-form {
        width: 100%;
    }
}



/*   ---------------  */
/* === Utilities =================================================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.text-center {
    text-align: center;
}

.text-xs {
    font-size: .75rem;
}

.text-sm {
    font-size: .875rem;
}

.text-lg {
    font-size: 1.25rem;
}

.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 1rem;
}

.card--hover:hover {
    transform: translateY(-2px);
    transition: .2s ease;
}


/* Activity colour helpers */
.bg-lecture {
    background: #f6f9ff;
}

.bg-tutorial {
    background: #fffaf2;
}

.bg-quiz {
    background: #f9f5ff;
}

.bg-screening {
    background: #f0fff4;
}

/* Buttons (utility) */
.btn {
    padding: .5rem 1rem;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
}

.btn-primary:hover {
    background: #1d4ed8;
}

/* Leaderboard table (CodePen inspiration) */
/* :contentReference[oaicite:4]{index=4} */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: .6rem .8rem;
}

.table th {
    background: #f3f4f6;
    text-align: left;
}

.table tr:nth-child(even) {
    background: #fafafa;
}