@font-face {
    font-family: woodfordbourne;
    src: url(fonts/woodfordbourne-regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: woodfordbourne;
    src: url(fonts/woodfordbourne-bold.otf);
    font-weight: bold;
}

body {
    font-family: woodfordbourne;
    color: #3e5b91;
}

h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
}

#keywords h6 {
    color: rgb(148, 160, 186);
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-row {
    margin-left: -15px;
    margin-right: -15px;
}

td,
th {
    color: #3e5b91;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(225, 225, 225);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(225, 225, 225);
    border-top: none !important;
}

.table th,
.table td {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid rgb(225, 225, 225);
}

td {
    font-size: 14px;
}

.badge-complete {
    color: #FFF;
    background-color: rgb(69, 135, 65);
}

.badge-pending {
    color: #FFF;
    background-color: rgb(237, 176, 32);
}

.badge-feedback {
    color: #FFF;
    background-color: rgb(223, 53, 62);
}

ul {
    padding-left: 20px;
}

.table {
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-top: 30px;
}

.uk-offcanvas-bar {
    width: 270px;
    padding: 20px 20px;
    background: #355183;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-nav-default {
    font-size: 1rem;
}

.alert-success {
    color: #4e934b;
    background-color: #FFF;
    border-color: #FFF;
    padding: 8px;
}

.alert-danger {
    color: #ee4546;
    background-color: #FFF;
    border-color: #FFF;
    padding: 8px;
    margin-bottom: 0px;
}

.nav-row {
    justify-content: space-between;
    margin-top: 25px;
}

.nav-row h5 {
    margin-top: 0px;
    color: #355183;
    text-transform: none;
    font-family: inherit;
    padding-bottom: 0px;
}

.dashboard {
    display: flex;
    justify-content: center;
    height: 85vh;
    align-items: center;
    flex-direction: column;
}

.join-class-modal {
    max-width: 300px;
}

.modal-header div {
    width: 100%;
    text-align: center;
}

.modal-title {
    color: inherit;
    font-family: inherit;
    font-size: 1.5rem;
}

.btn {
    background-color: rgb(225, 225, 225);
    border: 0px;
    color: inherit;
}

.modal-footer .btn {
    background-color: rgb(225, 225, 225);
    border: 0px;
    color: inherit;
}

.btn-primary {
    background-color: rgb(225, 225, 225);
    border: 0px;
    color: inherit;
}

#evidence .table {
    margin-top: 15px;
    margin-bottom: 35px;
}

@media (min-width:992px) and (max-width:1199px) {
    .definition-text {
        left: 346px;
        top: 33px;
        width: 429px;
        height: 181px;
    }
}

.definition-text {
    position: absolute;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (min-width:768px) and (max-width:991px) {
    .definition-text {
        top: 32px;
        left: 226px;
        width: 428px;
        height: 173px;
    }
}

@media (max-width:767px) {
    .definition-div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .definition-text {
        position: relative;
    }
    .definition-text span {
        background-color: #e2e2e1;
        border-radius: 45px;
        padding: 10px 26px 10px 29px;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .definition-text span {
        font-size: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .definition-text span {
        font-size: 15px;
    }
}

@media (min-width:1200px) {
    .definition-text {
        top: 32px;
        left: 440px;
        width: 427px;
        height: 181px;
    }
    .definition-text span {
        font-size: 15px;
    }
}

a {
    color: #3e5b91 !important;
    text-decoration: none;
}

.teacher-feedback {}

.student-feedback {
    text-align: right;
}

.evidence-description {
    background-color: #e8e8e8;
    opacity: 1;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e8e8e8;
    opacity: 1;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: unset;
}

.evidence-modal {
    max-width: 540px;
}

.status-column {
    align-items: flex-start;
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.evidence-file-column {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px;
    margin-top: 10px;
}

.evidence-modal h5 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.submit-response {
    margin-bottom: 0px;
    float: right;
}

.evidence-file-column a {
    font-weight: bold;
}

.resilience {
    fill: rgb(223, 53, 62);
    background-color: rgb(223, 53, 62);
}

button.resilience {
    color: #FFF;
}

.community {
    fill: #7c4993;
    background-color: #7c4993;
}

button.community {
    color: #FFF;
}

.leadership {
    background-color: rgb(237, 131, 24);
    fill: rgb(237, 131, 24);
}

button.leadership {
    color: #FFF;
}

.initiative {
    background-color: rgb(54, 70, 125);
    fill: rgb(54, 70, 125);
}

button.initiative {
    color: #FFF;
}

.communication {
    background-color: rgb(238, 179, 0);
    fill: rgb(238, 179, 0);
}

button.communication {
    color: #FFF;
}

.health {
    background-color: rgb(68, 132, 55);
    fill: rgb(68, 132, 55);
}

button.health {
    color: #FFF;
}

.careers {
    background-color: rgb(113, 193, 208);
    fill: rgb(113, 193, 208);
}

button.careers {
    color: #FFF;
}

#suggestedActivities {
    flex-direction: column;
}

#suggestedActivities ul {
    margin-top: 10px;
}

#suggestedActivities h5 {
    margin-bottom: 0px;
}

.overlay-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.overlay-row svg {
    position: absolute;
}

.communication ellipse {
    fill: rgb(238, 179, 0);
}

.community ellipse {
    fill: #7c4993;
}

.leadership ellipse {
    fill: rgb(237, 131, 24);
}

.initiative ellipse {
    fill: rgb(54, 70, 125);
}

.health ellipse {
    fill: rgb(68, 132, 55);
}

.careers ellipse {
    fill: gb(113, 193, 208);
}

.resilience ellipse {
    fill: rgb(223, 53, 62);
}

.dashboard svg {
    max-width: 600px;
    width: 100%;
    height: 100%;
    max-height: 600px;
    margin-top: -20px;
}

.nav-row .teacher {
    display: flex;
    justify-content: space-between;
    /* padding-top: 3px */
}

.nav-row .student {
    display: flex;
    justify-content: space-between;
    /* padding-top: 3px */
}

@media (max-width:575px) {
    .nav-row .teacher {
        flex-direction: column;
        align-items: flex-end;
    }
    .nav-row .teacher h5 {
        margin-bottom: 8px;
    }
}

@media (max-width:575px) {
    .nav-row .student {
        flex-direction: column;
        align-items: flex-end;
    }
    .nav-row .student h5 {
        margin-bottom: 8px;
    }
}

.nav-row div {
    padding-left: 0px;
    padding-right: 0px;
}

.overlay-row hr {
    width: 100%;
}

.overview h3 {
    text-transform: uppercase;
    color: inherit;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0px;
}

.overview .overlay-row {
    margin-bottom: 21px;
    margin-top: 10px;
}

.overlay-row h2 {
    margin: 0px;
    position: absolute;
    background: #FFF;
    color: inherit;
    padding-left: 12px;
    padding-right: 12px;
    font-family: inherit;
}


/* .overlay-row > span {
    margin: 0px;
    position: absolute;
    background: #FFF;
    color: inherit;
    padding-left: 12px;
    padding-right: 12px;
    font-family: inherit;
} */

a:hover {
    text-decoration: none;
}

.btn:hover {
    background: #3e5b91;
    color: #FFF !important;
}

.btn .active {
    background: #3e5b91 !important;
    color: #FFF !important;
}

.btn.active {
    background: #3e5b91 !important;
    color: #FFF !important;
}

.btn:active {
    background: #3e5b91 !important;
    color: #FFF !important;
    outline: 0;
    box-shadow: unset;
}

.btn.uk-active {
    background: #3e5b91 !important;
    color: #FFF !important;
}

.btn:hover {
    text-decoration: none;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.overlay-row img {
    position: absolute;
}

.container-vh {
    min-height: 95vh;
    position: relative;
    padding-bottom: 80px !important;
}

.teacher-tree {
    margin-top: 170px;
    overflow: auto;
}

.row button {
    margin-top: 30px;
}

#addClass .modal-dialog {
    max-width: 400px;
}

.header-row {
    margin-top: 20px;
}

a .uk-icon {
    margin-right: 5px;
    vertical-align: text-top;
}

.manage table {
    margin-top: 30px;
}

.footer-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -15px;
}

.dashboard.login {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100%;
    height: auto;
}

div .google-login {
    height: 90px;
}

.google-login img {
    margin-top: 30px;
}

.notification {
    margin-top: 20px;
}

.notification .uk-icon {
    float: right;
}

.class-summary {
    margin-top: 20px;
}

.class-summary div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.class-summary img {
    max-width: 100px;
}

div.counter {
    position: absolute;
    font-size: 74px;
    bottom: 0;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.summary-col {
    min-height: 180px;
    position: relative;
}

.definition-div {
    position: relative;
}

.definition-div .d-md-none {
    max-width: 250px;
}

.definition-div .d-md-block {
    max-height: 240px;
}

h3 {
    font-size: 20px;
    color: inherit;
}

#myProgress .col-md-4 {
    text-align: center;
    position: relative;
}

#myProgress h3 {
    min-height: 65px;
    margin-bottom: 0px;
}

#myProgressCont {
    min-height: 90vh;
    position: relative;
}

#myProgress .col-row {
    padding-bottom: 50px;
    margin-top: 30px;
}

.incomplete {
    opacity: 0.3;
}

.feedback-dropdown {}

.badge-evidence {
    background-color: rgb(223, 53, 62);
    color: #FFF;
}

#evidenceXS h5 {
    margin-top: 0px;
}

#evidenceXS button {
    margin-top: 10px;
}


/* .row div > div {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
} */

.student-overview hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.student-overview .col-row {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

@media (min-width:768px) {
    .student-overview img {
        width: 100%;
    }
}

.categories li {
    margin-bottom: 30px;
}

.categories .col-row {
    margin-bottom: 20px;
    margin-top: 35px;
}

.categories h6 {
    margin-bottom: 25px !important;
}

.categories div#addKeyword {
    flex-direction: column;
    align-items: flex-start;
    height: 94px !important;
    margin-top: 15px;
}

.no-students .alert-secondary {
    color: inherit;
    padding: 8px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background-color: #f3f3f3;
}

.no-notifications .alert-secondary {
    color: inherit;
    padding: 8px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background-color: #f3f3f3;
}

.student-overview .alert-secondary {
    color: inherit;
    padding: 8px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background-color: #f3f3f3;
}

.student-overview .alert-secondary a {
    font-weight: bold;
}

#keywords h6 span {
    float: right;
    cursor: pointer;
}

#addKeyword button {
    margin-top: 15px;
}

#keywords.row {
    margin-bottom: 15px;
}

.container-footer {
    padding-bottom: 75px;
    min-height: 95vh;
    position: relative;
}

.teacher-settings .form-group {
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
}

.classes-tree {
    overflow-y: auto;
    height: 250px !important;
}

@media (min-width:576px) {
    #svgXS {
        display: none;
    }
}

@media (max-width:575px) {
    #svgMD {
        display: none;
    }
}

.award-badge {
    width: 18px;
}

.pointer {
    cursor: pointer;
}

.show-leaderboard {
    justify-content: flex-end;
    display: flex;
}


/* container-pb {
    padding-bottom: 80px;
} */

.alert-light {
    padding: 1px;
    margin-bottom: 0px;
    margin-top: -5px;
}

.alert-primary {
    padding: 7px;
    margin-top: 1rem;
}

.locked {
    color: rgb(148, 160, 186);
    font-weight: bold;
    text-transform: uppercase;
}

.current-user {
    background-color: #FFF !important;
}

.other-user {
    background-color: rgba(10, 69, 133, 0.2) !important;
    border-color: rgba(10, 69, 133, 0.5);
}

.display-categories img {
    max-width: 50px !important;
}

.display-categories .col-sm-6 {
    text-align: center;
    margin-bottom: 30px;
}

.evidence-options svg {
    width: 20px;
    fill: #3e5b91;
    vertical-align: text-bottom;
}

#deleteConfirm {
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#deleteConfirm a:first-of-type {
    margin-right: 10px;
}

#deleteConfirm a:last-of-type {
    margin-left: 10px;
}

.commentBank {
    margin-top: 10px;
}

.nextEvidence {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
}

.nextEvidence svg {
    width: 20px;
    fill: #3e5b91;
    margin-left: 5px;
    vertical-align: text-bottom;
}

@media (max-width:767px) {}

@media (max-width:575px) {}

.evidence-options a {}

.btn-secondary.active {
    background-color: #3e5b91 !important;
}

.login-text-XS {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    animation-name: fadein;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    margin-top: 29px;
}

.login-text {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    animation-name: fadein;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login-text-XS span {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 43px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.login-text span {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 43px;
    line-height: 40px;
    margin-bottom: 10px;
}

.hover-line {
    border-bottom: 4px solid;
    width: 50%;
    height: auto !Important;
}

div.login-text div.hover-line {
    visibility: hidden;
}

div.login-text:hover div.hover-line {
    visibility: visible;
}

.hidden-text {}

.leaders-footer {
    width: 200px;
    padding: 0px 20px;
    background: #FFF;
}

.nav-row img {
    width: 225px;
    height: 31px;
}

#addStudents .modal-dialog {
    max-width: 700px;
}

#addStudents.modal .row {
    overflow: auto;
    max-height: 430px;
    background-color: rgba(248, 248, 248, 0.76);
    padding-top: 15px;
    margin-bottom: 0px;
    min-height: 100px;
}

#addStudents.modal .col-md-3 {
    margin-bottom: 10px;
}

.student-card .card-body {
    justify-content: space-between;
    position: relative;
    text-align: center;
}

#addStudents .progress-icon {
    width: 65px;
}

.addStudent-row input {
    display: none;
}

:checked+label .student-card {
    border: 1px solid #3e5b91;
    border-radius: 0.25rem;
}

.addStudent-row label {
    cursor: pointer;
    width: 100%;
}

.addStudent-row svg {
    width: 65px;
}

.student-card .card-body span {
    font-size: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}

.addStudent-row {
    margin-top: 20px;
    margin-bottom: 50px;
}

.student-card {}

.number-selected {
    border: 1px solid #dae0e5;
    border-radius: 0.25rem;
    background: #dae0e5;
    float: right;
    padding: 7px;
}

.number-selectedXS {
    min-width: 35px;
    text-align: center;
}

.help-cards .card-body {
    align-items: flex-start;
    padding: 11px 11px 11px 20px;
}

.admin-dashboard .card-body {
    align-items: flex-start;
    padding: 11px 11px 11px 20px;
}

.help-cards .card-title {
    font-family: 'Open Sans';
    color: inherit;
    font-weight: 700;
    border-bottom: 1px solid;
    /* min-height: 65px */
    align-items: center;
    display: flex;
    width: 100%;
    font-size: 16px;
}

.admin-dashboard .card-title {
    font-family: 'Open Sans';
    color: inherit;
    font-weight: 700;
    border-bottom: 1px solid;
    /* min-height: 65px */
    align-items: center;
    display: flex;
    width: 100%;
    font-size: 16px;
}

.help-cards .col-md-4 {
    margin-bottom: 20px;
}

.filter-row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.filter-row .btn {
    margin-right: 10px;
}

.login-quote {
    position: absolute;
    bottom: 140px;
}

#quotesCarousel {
    opacity: 0;
    animation-name: fadein;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    /* position: absolute */
    /* bottom: 170px */
    text-align: center;
    max-width: 601px;
}

.filter-row .uk-active {
    background: #3e5b91;
    color: #FFF !important;
}

#quotesCarousel span {
    font-size: 1.25rem;
}

#addStudentsXS .addStudent-row {
    overflow: auto;
    max-height: 55vh;
    margin-bottom: 0.5rem;
}

.help-cards .card-text {
    margin-top: 5px;
}

.admin-dashboard .card-text {
    margin-top: 5px;
}

.selected-students {
    border: 1px solid #dae0e5;
    border-radius: 0.25rem;
    background: #dae0e5;
    float: right;
    padding: 7px;
}

.tooltip-inner {
    color: #FFF;
    background-color: #3e5b91;
    white-space: pre-line;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #3e5b91;
}

#addStudents .modal-footer {
    justify-content: space-between;
}

.quote-author {
    font-weight: bold;
    display: block;
}

.tile-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #b8b8b8;
    width: 20px;
}

.tile-close:hover {
    color: #686868;
    cursor: pointer;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e4e4e4;
}

:checked+label .student-card {
    border: 1px solid #3e5b91;
    border-radius: 0.25rem;
}

:checked+label .student-checked {
    display: flex;
    position: absolute;
    min-height: 25px;
    max-height: 25px;
    right: 5px;
    top: 5px;
    width: 25px;
}

.student-checked {
    display: none;
}

.search-clear {
    position: absolute;
    right: 3px;
    display: inline-flex;
    top: 10px;
    color: #aaaaaa;
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

button:focus {
    outline: 1px dotted;
    outline: unset;
}

.copy-text {
    justify-content: center;
    display: flex;
    display: none;
}

.class-code {
    font-size: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

.copy-text span {
    position: absolute;
    bottom: 10px;
    color: grey;
}

.evidence-options {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.teacher-response {
    padding-bottom: 15px;
    padding-top: 15px;
}

.student-response {
    padding-bottom: 15px;
    padding-top: 15px;
}

.year-tile {
    margin-bottom: 30px;
}

.class-tile {
    margin-bottom: 30px;
}

.year-tile h2 {
    color: inherit;
    font-family: inherit;
    text-align: center;
}

.class-tile h2 {
    color: inherit;
    font-family: inherit;
    text-align: center;
}

.year-tile h5 {
    text-align: center;
}

.class-tile h5 {
    text-align: center;
}

.year-tile-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.class-tile-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.year-tile-counter img {
    width: 100px;
}

.class-tile-counter img {
    width: 100px;
}

.btn.active {
    background: #3e5b91;
    color: #FFF;
}

.favourite-date {}

@media (max-width:575px) {
    .favourite-date {
        display: none;
    }
}

.year-favourites-row {}

.my-favourites .card-body {
    position: relative;
    padding: 8px;
}

.SLT-favourites-row .card-body {
    position: relative;
    padding: 8px;
}

.year-favourites-row .card-body {
    position: relative;
    padding: 8px;
}

.my-favourites hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgb(225, 225, 225);
}

.SLT-favourites-row hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgb(225, 225, 225);
}

.year-favourites-row hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgb(225, 225, 225);
}

.my-favourites .card-title {
    font-family: inherit;
    color: inherit;
    margin-bottom: 5px;
    margin-top: 10px;
}

.SLT-favourites-row .card-title {
    font-family: inherit;
    color: inherit;
    margin-bottom: 5px;
    margin-top: 10px;
}

.year-favourites-row .card-title {
    font-family: inherit;
    color: inherit;
    margin-bottom: 5px;
    margin-top: 10px;
}

.my-favourites .card-subtitle {
    font-family: inherit;
    color: inherit;
}

.SLT-favourites-row .card-subtitle {
    font-family: inherit;
    color: inherit;
}

.year-favourites-row .card-subtitle {
    font-family: inherit;
    color: inherit;
}

.favourite-indicator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.favourite-indicator svg {
    width: 20px;
    fill: #3e5b91;
}

.my-favourites .card {
    height: 100%;
}

.SLT-favourites-row .card {
    height: 100%;
}

.year-favourites-row .card {
    height: 100%;
}

.SLT-favourites-row>div {
    margin-bottom: 30px;
}

.year-favourites-row>div {
    margin-bottom: 30px;
}

.categories-nav {
    justify-content: space-around;
    margin-top: 20px;
    border-bottom: 2px solid rgb(225, 225, 225);
}

.SLT-nav {
    justify-content: space-around;
    margin-top: 40px;
    border-bottom: 2px solid rgb(225, 225, 225);
    margin-bottom: 40px;
}

.hoy-nav {
    justify-content: space-around;
    margin-top: 40px;
    border-bottom: 2px solid rgb(225, 225, 225);
    margin-bottom: 40px;
}

.SLT-nav .nav-item {
    margin-top: 0px;
    margin-bottom: -2px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoy-nav .nav-item {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2px;
}

.SLT-nav .active {
    font-weight: bold;
    border-bottom: 2px solid #3e5b91;
}

.hoy-nav .active {
    font-weight: bold;
    border-bottom: 2px solid #3e5b91;
}

.hoy-nav h5 {
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
}

.SLT-nav h5 {
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
}

.my-favourites {}

.my-favourites>div {
    margin-bottom: 30px;
}

.my-favourites {}

.favourite-sort {
    margin-bottom: 15px;
}

.favourite-sort button.uk-active {
    background-color: #3e5b91;
    color: white;
}

.favourite-sort button {
    margin-bottom: 10px;
}

.year-tile {}

@media (max-width:575px) {
    .date-xs-hidden {
        display: none;
    }
}

.filter-notifications {
    margin-top: 0px !important;
}

.sticky-th {
    position: sticky;
    top: 0;
    background-color: #FFF!important;
    z-index: 300;
}

.notification-overflow {
    max-height: 280px;
    overflow: auto;
    width: 100%;
    display: block;
}

.border-collapse {
    border-collapse: separate;
    border-spacing: 0;
}

.uk-offcanvas-slide a {
    color: #FFF !important;
    font-size: 1rem;
}

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

.favourites-img {
    max-width: 125px;
    align-self: center;
}

span.resilienceLeaders {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #9674b3;
    background-color: unset;
}

span.resilience {
    display: block;
    /* text-transform: uppercase */
    font-weight: bold;
    color: rgb(223, 53, 62);
    background-color: unset;
}

span.initiativeLeaders {
    text-transform: uppercase;
    font-weight: bold;
    color: #f49400;
    background-color: unset;
}

span.careers {
    /* text-transform: uppercase */
    font-weight: bold;
    color: rgb(113, 193, 208);
    background-color: unset;
}

span.health {
    color: rgb(68, 132, 55);
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.economyLeaders {
    color: rgb(113, 193, 208);
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.communication {
    color: rgb(238, 179, 0);
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.leadershipLeaders {
    color: rgb(68, 132, 55);
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.initiative {
    color: rgb(54, 70, 125);
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.leadership {
    color: rgb(237, 131, 24);
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.employablityLeaders {
    color: #3e5b91;
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

span.community {
    color: #7c4993;
    background-color: unset;
    text-transform: uppercase;
    font-weight: bold;
}

.display-categories .card-body {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.display-categories {
    margin-top: 30px;
}

.display-categories .card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.display-categories hr {
    border-width: 1px;
    margin-top: 0px;
}

.manage-classes-nav .nav-item {
    margin-top: 0px;
    margin-bottom: -2px;
    font-weight: normal;
    padding-bottom: 10px;
}

.manage-comments-nav .nav-item {
    margin-top: 0px;
    margin-bottom: -2px;
    font-weight: normal;
    padding-bottom: 10px;
}

.manage-categories-nav .nav-item {
    margin-top: 0px;
    margin-bottom: -2px;
    font-weight: normal;
    padding-bottom: 10px;
}

.manage-comments-nav .active {
    font-weight: bold;
    border-bottom: 2px solid #3e5b91;
}

.manage-classes-nav .active {
    font-weight: bold;
    border-bottom: 2px solid #3e5b91;
}

.manage-categories-nav .active {
    font-weight: bold;
    border-bottom: 2px solid #3e5b91;
}

.manage-comments-nav {
    border-bottom: 2px solid rgb(225, 225, 225);
    margin-top: 40px;
}

.manage-classes-nav {
    border-bottom: 2px solid rgb(225, 225, 225);
    margin-top: 40px;
}

.manage-categories-nav {
    border-bottom: 2px solid rgb(225, 225, 225);
    margin-top: 40px;
}

@media (max-width:575px) {
    .manage-categories-nav .nav-item {
        /* width: 180px */
    }
    .manage-categories-nav {
        align-items: center;
    }
}

@media (max-width:991px) {
    .hidden-description {
        display: none;
    }
}

@media (max-width:1199px) {
    .status-th {
        width: 25%;
    }
    .date-th {
        width: 20%;
    }
}

@media (min-width:992px) {
    .hidden-description {
        width: 50%;
    }
    .date-th {
        width: 12%;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3e5b91;
    outline: 0;
    box-shadow: none;
}

.notification-overflow tr {
    cursor: pointer;
}

.myprogress-overflow {
    max-height: 190px;
    overflow: auto;
    justify-content: center;
    display: flex;
}

.myprogress-overflow tr {
    cursor: pointer;
}

.status-th {
    width: 15%;
}

class-options {
    justify-content: flex-end;
    margin-top: -30px;
    margin-bottom: 40px;
}

.class-options {
    margin-bottom: 40px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.student-toolbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: -7px;
}

.flags {}

.delete-student {}

.badge-secondary {
    color: #fff;
    background-color: #9e9e9e;
    margin-right: 5px;
    font-weight: normal;
}

.pupil-indicators {
    display: flex;
    justify-content: center;
    height: 18px;
    margin-top: 5px;
}

.student-tiles>div {
    margin-bottom: 40px;
}

.class-filter {}

.class-management {}

.filter-students {}

.confirm-delete-class {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 500;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    display: none;
}

.confirm-remove-student {
    position: absolute;
    height: 101%;
    width: 100%;
    z-index: 500;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.confirm-delete-class .alert {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #3e5b91;
    padding: 4px 10px 10px;
    width: 100%;
}

.confirm-remove-student .alert {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #3e5b91;
    padding: 15px;
}

.confirm-delete-class .alert div {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

.confirm-remove-student .alert div {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    margin-top: 20px;
    max-width: 185px;
    min-width: 150px;
}

.inclusion-filter {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.inclusion-filter button {
    margin-bottom: 15px;
    margin-right: 5px;
}

.student-tiles .class-name {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.inclusion-students {
    margin-top: 30px;
}

.inclusion-students .card-title {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
}

.inclusion-students .card-subtitle {
    font-family: inherit;
    color: inherit;
}

.inclusion-students .card {
    height: 100%;
}

.inclusion-students .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.inclusion-students svg {
    width: 75px;
}

.inclusion-students>div {
    margin-bottom: 30px;
}

.inclusion-students .card-body>div {
    margin-left: 10px;
}

@media (max-width:575px) {
    .inclusion-filter {
        margin-top: 0px;
    }
}

.inclusion-students .confirm-remove-student .alert div {
    margin-top: 5px;
}

.inclusion-students .confirm-remove-student .alert {
    padding-top: 9px;
    width: 100% !important;
    height: 105%;
    justify-content: center;
    align-items: center;
}

.notification-overflow .table {
    margin-top: 0px;
}

.overview>hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

#SLT-overview hr {
    margin-bottom: 40px;
}

@media (max-width:575px) {
    .year-tile .col-12 {
        margin-top: 15px;
    }
}

#joinClassModal input {
    font-size: 70px;
    font-family: inherit;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

#joinClassModal .modal-footer {}

@media (max-width:575px) {
    .student-overview img {
        max-width: 180px;
        margin-bottom: 10px;
    }
}

.student-overview .col-md-3 {
    text-align: center;
}

.student-overview .table {
    margin-top: unset;
}

.manage-inclusion .inclusion-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manage-roles {}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !Important;
    background-color: #3e5b91;
}

.manage-roles .form-check-label {
    margin-left: 5px;
}

.manage-roles .nav-link:hover {
    background-color: #efefef;
    color: #3e5b91 !important;
}

permissions-list {}

.permissions-options {
    align-items: center;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    min-height: 48px !important;
}

.confirm-restore {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.permissions-options .restore {
    font-weight: bold;
    margin-right: 25px;
    cursor: pointer;
}

.permissions-options .confirm-text {
    white-space: nowrap;
}

.confirm-restore .options {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-left: 30px;
    min-width: 115px;
}

.manage-roles>.row {
    margin-top: 30px;
}

.manage-roles .add-new-role {
    margin-top: 40px;
    margin-bottom: 15px;
    cursor: pointer;
}

.add-new-role span {
    display: inline-flex;
    align-items: center;
}

.add-new-role span.uk-icon {
    margin-right: 8px;
}

#new-role input {
    max-width: 218px;
}

#new-role button {
    margin-top: 0px;
    margin-left: 20px;
}

@media (max-width:575px) {
    /* .confirm-restore {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } */
    .confirm-restore .options {
        margin-left: 0px;
    }
}

#new-role {
    margin-bottom: 30px;
}

.display-categories .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 15px;
}

.help-cards .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 100%;
}

.admin-dashboard .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 100%;
}

.help-cards .col-md-6 {
    margin-bottom: 30px;
}

.help-cards svg {
    width: 80px !Important;
    fill: #b6b6b6;
    min-width: 80px;
}

.admin-dashboard svg {
    width: 80px !Important;
    fill: #b6b6b6;
    min-width: 80px;
}

.my-evidence {}

.my-evidence tr {
    cursor: pointer;
}

.display-categories .col-md-3 {
    margin-bottom: 30px;
}

.display-categories span {
    margin-left: 15px;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-left: 1px solid #ddd;
}

.nav-item {
    cursor: pointer;
}

#editCategoryModal .modal-footer .btn {
    margin-right: 0px;
}

@media (max-width:575px) {
    .confirm-restore {
        flex-direction: column;
    }
}

.edit-activity .permissions-options {
    margin-top: 20px;
    justify-content: space-between;
}

@media (max-width:767px) {
    .categories img {
        max-width: 180px;
    }
}

.teacher-settings .text-muted {
    margin-bottom: 10px;
}

.teacher-settings .form-control {
    max-width: 240px;
}

.modal-backdrop.show {
    z-index: 500;
}

.change-status {
    margin-top: 20px;
    max-width: 220px;
    display: inline-block;
    margin-bottom: 0px;
}

.response-text {
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.teacher-reply {
    position: relative;
}

.modal {
    z-index: 1000;
}

.evidence-file-column>div {
    display: flex;
    flex-direction: column;
    max-height: 111px;
    overflow-y: scroll;
}

dialogue-text {
    max-height: 180px;
    overflow: auto;
}

.dialogue-text {
    max-height: 180px;
    overflow: auto;
}

.other-teacher-response {
    padding-top: 15px;
    padding-bottom: 15px;
}

.other-teacher-response label {
    font-weight: bolder;
}

.other-teacher-response .response-text {
    border-color: #3e5b91;
    color: #3e5b91;
}

.teacher-submit {}

.teacher-response .response-text {
    background-color: #e8e8e8;
}

.teacher-submit {
    position: absolute;
    right: 0;
    bottom: 0;
}

#deleteConfirm a {
    font-weight: bold;
}

@media (max-width:575px) {
    .teacher-submit {
        float: right;
    }
    .submit-response {
        float: none;
    }
    .evidence-options {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

.student-reply-form {
    position: relative;
}

.student-reply-form>div {
    display: flex;
    justify-content: flex-end;
}

.manage-classes .tab-content {
    margin-top: 30px;
}

.manage-classes .col-md-4 {
    margin-bottom: 30px;
}

.manage-classes .card-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    flex-direction: row;
}

.card-body .class-name {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* font-weight: bold */
}

.teacher-list {
    margin-bottom: 1rem;
    text-align: right;
}

.teacher-list select {
    margin-bottom: 5px;
}

.selected-class-teacher {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #ececec;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    margin-bottom: 7px;
}

.selected-roles {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #ececec;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    margin-bottom: 7px;
    margin-top: 10px;
}

.selected-roles .uk-icon {
    color: #b8b8b8;
}

.selected-class-teacher .uk-icon {
    color: #b8b8b8;
}

.edit-class-XS button {
    margin-top: 20px;
    float: right;
}

.edit-class-XS .form-group {
    max-width: 170px;
}

.edit-class-XS .options-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    min-height: 48px;
}

.uk-nav-default>li.uk-active>a {
    font-weight: bold;
}

.uk-nav-header {
    font-size: 0.9REM;
}

.tutor {
    display: none;
}

.hoy {
    display: none;
}

.slt {
    display: none;
}

.gov {
    display: none;
}

.inclusion {
    display: block !important;
}

.manage-classes img {
    max-width: 50px;
}

.accounts-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.reports .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.manage-accounts .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.reports img {
    max-height: 50px;
}

.manage-accounts img {
    max-height: 50px;
}

.account-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
}

.account-info .badge {
    color: #FFF;
    background-color: #3e5b91;
    margin-right: 8px;
}

.class-info .badge {
    color: #FFF;
    background-color: #3e5b91;
    margin-top: 5px;
}

.reports .col-md-4 {
    margin-bottom: 30px;
    position: relative;
}

.manage-accounts .col-md-4 {
    margin-bottom: 30px;
    position: relative;
}

.confirm-remove-account {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 33px;
    z-index: 100;
    background-color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.confirm-remove-account .teacher-name {
    font-weight: bold;
}

.confirm-remove-account a {
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

.input-group-append {
    background-color: #3e5b91;
    color: #FFF;
    border-color: #3e5b91;
    border-radius: 0 0.25rem 0.25rem 0;
}

.manage-comments .tile-close {
    top: 14px;
}

.manage-comments .list-group-item {
    margin-bottom: 15px;
    border-radius: 0.25rem;
    padding-right: 40px;
    padding-left: 45px;
    position: relative;
}

.leaders-padding {
    padding: 18px;
    max-width: 250px;
}

.manage-comment>.uk-sortable-handle {
    color: #b8b8b8;
}

.manage-comments .uk-sortable-handle {
    color: #b8b8b8;
    position: absolute;
    left: 14px;
    top: 14px;
}

.new-comment-XS button {
    margin-top: 20px;
}

.edit-comment-XS .btn {
    margin-top: 20px;
}

.edit-comment-XS {
    text-align: right;
}

@media (min-width:768px) {
    .definition-small-text {
        font-size: 13px !important;
    }
}

.leadersresilience {
    fill: #9674b3;
}

.leadersemployability {
    fill: #3e5b91;
}

.leadersinitiative {
    fill: #f79420;
}

.leadersleadership {
    fill: #4e934b;
}

.leaderseconomy {
    fill: #71cbd7;
}

#joinClassInvalidCode {
    position: absolute;
    left: 20px;
    display: none;
}

.delete-comment {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-comment-options {
    margin-left: 40px;
    font-weight: bold;
}

.delete-comment-options span {
    margin-left: 15px;
    margin-right: 15px;
}

#myProgress img {
    max-width: 170px;
}

.deleted-evidence .date-deleted {
    white-space: nowrap;
}

.manage-rollover .alert-heading {
    font-family: inherit;
}

.rollover-status table {
    max-width: 570px;
}

.manage-rollover a {
    font-weight: bold;
}

.manage-rollover .alert-primary {
    padding: 15px;
}

#myProgress svg {
    max-width: 170px;
}

.unlocked {
    font-weight: bold;
    text-transform: uppercase;
    color: #3e5b91;
}

@media (min-width:1200px) {
    .manage-rollover .alert-primary p:first-of-type {
        min-height: 125px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .manage-rollover .alert-primary p:first-of-type {
        min-height: 197px;
    }
}

.rollover-status {
    margin-bottom: 40px;
}

.attainment-data .alert-primary {
    text-align: center;
}

.attainment-table {
    overflow-y: auto;
    max-height: 60vh;
    margin-top: 35px;
}

.attainment-data table {
    width: auto;
    margin-top: 0px;
}

.attainment-data button {
    margin-top: 40px;
}

.attainment-data th {
    width: 85px !important;
    text-align: center;
}

.attainment-data .radio-td {
    text-align: center;
    vertical-align: middle;
}

@media (max-width:575px) {}

@media (min-width:576px) {}

.attainment-data th:first-of-type {
    text-align: left;
}

@media (max-width:575px) {
    .attainment-data table {
        width: 100%;
    }
}

@media (min-width:576px) {
    .attainment-data th:first-of-type {
        min-width: 250px;
    }
}

.rollover-lock {
    width: 20px;
    margin-top: -6px;
    margin-left: 10px;
    fill: grey;
}


/* .rollover-locked {
    color: #808080 !important;
} */

.rollover-locked {
    color: grey !important;
}

.delete-leavers {
    margin-top: 40px;
}

.leavers-data {
    max-height: 40vh;
    overflow: auto;
    margin-top: 40px;
}

.delete-leavers-data {
    margin-top: 40px;
}

.leavers-data table {
    margin-top: 0px;
    width: auto;
    min-width: 230px;
}

.delete-leavers-data span {
    display: block;
    font-weight: bold;
}

.delete-leavers-data div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

@media (max-width:575px) {
    .delete-leavers-data {
        margin-bottom: 20px;
    }
}

.complete-rollover {
    font-weight: bold;
    float: right;
}

.pupil-indicators-overview {
    display: none;
}

.reports .col-row {}

.comment-bank-nav .card.active {
    border: 1px solid #3e5b91;
    border-radius: 0.25rem;
}

.suggested-activities .card.active {
    border: 1px solid #3e5b91;
    border-radius: 0.25rem;
}

.reports .card.active {
    border: 1px solid #3e5b91;
    border-radius: 0.25rem;
}

@media (min-width:992px) {}

#inclusion-report span {
    display: block;
    margin-top: 35px;
}

#inclusion-report h5 {
    text-align: center;
}

.reports .uk-slider {
    margin-top: 40px;
}

.reports .card span {
    display: block;
    margin-left: 20px;
}

.reports .card {
    height: 100%;
}

.reports .row>div {
    max-height: 500px;
    overflow: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
}

.report-download {
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

#inclusion-report .col-lg-6 {
    margin-bottom: 40px;
}

#evidence-report .row>div {
    margin-bottom: 40px;
}

#evidence-report .table {
    margin-top: 0px;
}

#evidence-report .row>div {
    padding-top: 3;
}

.reports .row {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 40px;
}

#awards-report img {
    width: 20px;
    margin-right: 5px;
}

#awards-report .table {
    margin-top: 0px;
}

.report-download svg {
    width: 20px;
    vertical-align: text-top;
    fill: #3e5b91;
}

.suggested-activities li {
    padding-bottom: 15px;
}

.reports hr {
    margin-top: 30px;
    margin-bottom: 15px;
}

.show-data a {
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

.show-data a svg {
    width: 20px;
    vertical-align: text-top;
    fill: #3e5b91;
}

.reports .uk-slider {
    min-height: 200px;
}

.admin-dashboard {
    margin-top: 40px;
}

.admin-dashboard .col-md-6 {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .suggested-activities img {
        max-width: 200px;
    }
}

.manage-comments .card {
    text-align: center;
}

.suggested-activities .card {
    text-align: center;
}

.suggested-activities h5 {
    margin-bottom: 0px;
}

.comment-bank-nav {
    margin-top: 40px;
}

.suggested-activities-nav {
    margin-top: 40px;
}

.suggested-activities .col-row {
    margin-top: 20px;
}

.suggested-activities .col-md-3 {
    text-align: center;
}

.suggested-activities img {
    max-width: 200px;
}

.activity-lists ul {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.manage-comments h5 {
    margin-bottom: 0px;
}

.add-comment-link {
    margin-top: 20px;
}

comment-list-scroll {
    margin-top: 25px;
    height: 65vh;
    overflow: auto;
}

.comment-link-scroll {
    max-height: 60vh;
    overflow: scroll;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (min-width:1200px) {
    .comment-bank-lists {
        margin-top: 50px;
    }
}

#filter-all-PP {
    margin-bottom: 0px;
}

#filter-all-SEND {
    margin-bottom: 0px;
}

#dropdownMenuButtonYearGroup-PP {
    margin-bottom: 0px;
}

#dropdownMenuButtonYearGroup-SEND {
    margin-bottom: 0px;
}

.cursorPointer {
    cursor: pointer;
}

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

.report-td {
    width: 45px
}

.report-class-title {
    width: 100%;
    text-align: center;
    color: #3e5b91;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e8e9eb;
    border-color: #f8f9fa;
    cursor: not-allowed;
}

.survey-button-submit {
    border-color: rgb(62, 91, 145) !important;
    border: solid 1px;
}