.box {
    background: var(--main-blue-shadow);
    width: 10em;
    height: 10em;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.col-lg-2 {
    margin-top: 30px !important;
}

.bgblue {
    background: var(--main-blue-shadow);
    text-align: center;
    color: white;
}

.vcenter {
    display: grid;
    height: 100%;
    align-items: center;
}

.bggrey {
    background: lightgray;
}

.standard-list.chips {
    border-bottom: none !important;
}

.chip {
    display: inline-block;
    min-height: 32px;
    height:fit-content;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px
}

.chip:focus {
    outline: none;
    background-color: #26a69a;
    color: #fff
}

.chip > img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px
}

.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 8px 0;
    min-height: 45px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.chips.focus {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}

.chips:hover {
    cursor: text
}

.chips .input {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 16px;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 120px !important
}

.chips .input:focus {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.chips .autocomplete-content {
    margin-top: 0;
    margin-bottom: 0
}

.prefix ~ .chips {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.chips:empty ~ label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%)
}

/* Styling to hide and show content on click */

.accordian-content {
    display: none;
}

.accordian-element.active > .accordian-content {
    display: inherit;
}

.accordian-title {
    cursor: pointer;
}

/* Styling for searching content and highlighting it */

.accordian-wrapper.searched .accordian-element {
    display: none;
}

.accordian-wrapper.searched .accordian-element.active {
    display: inherit;
}

.found-term {
    color: red;
    font-weight: bold;
}

/* Just some general styling to make it look nice */

.accordian-wrapper {
    border-left: 5px solid grey;
    border-top: 1px dashed grey;
}

.accordian-element {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px dashed grey;
}

.project-question {
    flex-flow: nowrap;
}

.project-question-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.process-standard-message {
    color: red;
    vertical-align: super;
}

.brochure-slider.swiper-container {
    width: 100%;
    /*height: 100%;*/
}

.brochure-slider .swiper-slide, .brochure-slider .swiper-slide-background, .brochure-slider .swiper-preview-box {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.brochure-slider .swiper-slide:hover {
/ / border: 18 px solid lightgrey;
/ / webkit-filter: blur(2 px); /* Chrome, Safari, Opera */
/ / filter: blur(2 px);
}

.brochure-slider .preview {
/ / background: black !important;
    webkit-filter: blur(2px); /* Chrome, Safari, Opera */
    filter: blur(2px);
}

.brochure-slider .swiper-preview-box-text {
    font-size: 1em;
    font-weight: 700;
    color: white;
    /*transition: font-size .5s;*/
}

.brochure-slider .swiper-preview-box-text:hover {
    /*font-size: 1.5em;*/
    font-weight: 900;
    color: lightgrey;
    /*transition: font-size .5s;*/
}

.brochure-slider .swiper-module-title {
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: .05rem;
    color: black;
    text-transform: uppercase !important;
}

.hidden {
    display: none !important;
}

@media (max-width: 575px) {

    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}

.modal.fade {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 100%;
    overflow-y: auto;
}

/*.animate-bottom {
    position: relative;
    animation: animatebottom 0.75s;
}

@keyframes animatebottom {
    from {
        bottom: -1000px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}*/

div.scroll::-webkit-scrollbar {
    width: 7px;
    height: 0;
}

div.scroll::-webkit-scrollbar-track {
    margin: 54px 0 53px
}

div.scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.0);
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}

div.scroll:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.45)
}

div.scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.55)
}

.module-project-domain {
    margin-left: 5px;
    background: grey;
    height: 25px;
    width: 25px;
    /*border-radius: 20px;*/
}

.module-overview-projects {
    flex-wrap: wrap;
    /*flex: 0 33%;*/
    /*height:100%;*/
}

.module-overview-project {
    text-align: left;
    flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    min-width: 300px;
    /*height:100%;*/
    margin: 0 -1px;
    flex-basis: 300px;
}

.module-overview-image {
    height: 60vh;
    background: grey;
    background-size: cover;
    background-position: center;
}

.module-overview-info {
    /*height:100%;*/
    background: black;
}

.module-overview-container {
    background: whitesmoke;
    max-width: 100% !important;
}

.module-overview-body {
    padding: 0px !important;
}

.module-overview-intro-info {
    font-size: .8em;
    color: white;
    padding: 35px 35px 15px 35px;
    /*margin-left:10%;
    margin-top:5px;*/
    width: 100%;
}

.module-overview-intro-info p {
    /*margin-left:10%;*/
    column-width: 16em;
    font-size: 1em;
    column-count: 3;
    column-gap: 2em;

}

.module-overview-title {
    font-size: 4em;
    font-weight: 800;
    color: white;
    text-transform: uppercase !important;
    position: absolute;
    margin-top: -1.3rem;
}

.module-overview-age-group {
    padding-top: 5em;
    position: absolute;
    font-weight: 800;
    font-size: 1em;
}

.module-overview-text {
    margin-left: 27%;
}

.module-overview-data {
    /*height:100%;*/
    background: white;
}

.module-project-image {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
}

.module-project-lesson {
    color: grey;
}

.module-project-title {
    font-weight: 900;
    min-height: 4em;
}

.module-project-info {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.module-overview-projects-header {
    font-weight: 900;
    font-size: 3em;
}

.module-project-lesson-info {
    /*border-style:solid;
     border-color:black;
     border-width:thin;*/
    /*height:100%;*/
    height: 270px;
    position: relative;
}

.p-25 {
    padding: 25px !important;
}

.p-25l {
    padding-left: 32px !important;
}

/*Mobile css changes*/

.ar-down {
    width: 32px;
    height: 12px;
    background: url("../assets/images/ar-down-wht.svg") no-repeat;
    margin-top: 5px;
}

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

.nav-items {
    z-index: 51;
    margin-right: 11vw;
}

@media screen and (max-width: 780px) {
    .nav-items {
        z-index: 0;
    }
}

.open-menu {
    z-index: 2;
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.close {
    color: lightgrey !important;
    opacity: 1 !important;
}

.d-flex {
    display: -webkit-flex;
}

.modal-content {
    border-radius: unset;
    border: unset;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    position: relative;
    padding: 0px;
    /*-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);*/
    text-align: center;
    padding-top: 15px;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    /*-webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;*/
}

/*register modal*/

#registerModal input[type=submit] {
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#registerModal input[type=button], input[type=submit], input[type=reset] {
    background-color: var(--main-blue);
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#registerModal input[type=text], #registerModal input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}

/* FORM TYPOGRAPHY*/

#loginModal input[type=submit] {
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#loginModal input[type=button], input[type=submit], input[type=reset] {
    background-color: var(--main-blue);
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#loginModal input[type=text], #loginModal input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}

input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
    color: #cccccc;
}

.dashboard-container {
    height: calc(100% - 60px);
    background: white;
    margin-top: 60px;
    color: #A1A1A1;
}

.dashboard-active-module {
    height: 100%;
    width: 75%;
    margin: auto;
    padding-top: 4em;
    position: relative;
}

@media (max-width: 1500px) {
    .dashboard-active-module {
        width: 85%;
    }
}

.dashboard-project-image {
    height: 300px;
    min-width: 70%;
    /*width:70%;
    min-width:700px;*/
    /*background:grey;*/
    background-size: cover !important;
    background-position: center !important;
}

.dashboard-active-module-age {
    font-weight: 900;
    color: grey;
}

.dashboard-title {
    font-weight: 900;
    font-size: 1.25em;
    color: #A1A1A1;
    font-variant: small-caps;
}

.dashboard-project-keyword-materials {
    background: #49596d;
    width: 100vw;
    margin-left: -12.5vw;
}

.dashboard-project-keyword-materials-container {
    margin-left: 20vw;
    margin-right: 20vw;
}

.dashboard-project-material-item {
    flex: 0 32%;
}

.dashboard-project-activities-item {
    flex: 0 32%;
    /*background:grey;*/
    margin: 5px;
    /*height:17vw;*/
}

.dashboard-project-activities-item-title {
    color: black !important;
    margin-top: 2em;
}

.dashboard-project-activities-item-content {
    padding: 2em !important;
}

.dashboard-project-activities-domain-image {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: green;
    float: right;
}

@media screen and (max-width: 1275px) {
    .dashboard-project-activities-item {
        flex: 0 100%;
    }
}

.dashboard-next-project {
    border-style: none;
    border-radius: 65px;
    padding: 10px;
    width: 150%;
    background: #2680EB;
}

.dashboard-project-list {
    margin-top: 15px;
    border-radius: 65px;
    padding: 10px;
    width: 160px;
    background-color: #949494;
    color: white;
    border-style: solid;
    border-width: medium;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align-last: center;*/
    outline: 0 none;
    height: 3em;
    text-align-last: center;
    -webkit-text-align-last: center;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    -o-text-align-last: center;
    /*background:#0a2540 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px*/
    position: absolute;
    top: 0;
    right: 0;

}

@media screen and (max-width: 767px) {
    .dashboard-next-project {
        width: 100%;
    }

    .dashboard-project-list {
        width: 100%;
    }
}

.scrollable-menu {
    height: auto;
    max-height: 165px;
    overflow-x: hidden;
}

.dashboard-footer {
    height: 60px;
}

@media screen and (max-width: 872px) {
    .dashboard-active-module {
        /*width:80%;*/
    }

    .dashboard-project-keyword-materials {
        margin-left: -10vw;
    }

    .dashboard-project-keyword-materials-container {
        margin-left: 10vw;
        margin-right: 10vw;
    }
}

@media screen and (max-width: 1131px) {
    .dashboard-project-image {
        min-width: 100% !important;
    }
}

.classroom-content-top-bar-logo {
    width: 250px;
    margin-left: 4rem;
    position: absolute;
    margin-top: 2em;

}

.classroom-content-top-bar-title-area {
    width: 100%;
    margin-top: 2em;
    margin-left: auto;
}

.classroom-content-top-bar-title-container {
    max-width: 80vw;
    position: relative;
    display: inline-block;
    padding-bottom: 1.5em;
}

.classroom-content-top-bar-title-progress {
    position: absolute;
    left: -10%;
    width: 120%;
}

.progress {
    border-radius: 1rem;
    height: .25rem;
}

.classroom-content-top-bar-camera {
    width: 250px;
    position: absolute;
    margin-right: 4rem;
    right: 0;
    margin-top: 2em;
}

.classroom-content-section-header {
    margint-top: 3rem;
}

.classroom-content-strip-box {
    /*background: #49596d;*/
    width: 100vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.classroom-content-solid-box {
    border-style: solid;
    padding: 25px;
}

.classroom-content-morning-gathering-content {
    width: 55vw;
    margin-top: 2rem;
    color: gray;
}

.footer {
    width: 100vw;
    /*background:#0a2540;*/
}

.classroom-btn[data-action='none'] {
    display: none;
}

.classroom-prev-btn, .classroom-next-btn {
    border-radius: 1em;
    border-style: none;
    /*min-width:25%;*/
    /*background:#2680EB;*/
    height: 2rem;
    margin: .5rem;
    outline: 0 none !important;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.classroom-prev-btn {
    left: 15;
    right: auto;
}

.classroom-next-btn {
    right: 15;
    left: auto;
}

.classroom-content-intro-content {
    width: 65vw;
    text-align: justify;
}

.classroom-content-introduction {
    margin-top: 2rem;
}

.demo {
    width: 420px;
}

.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.classroom-questions-title {
    margin-left: 2rem;
    text-align: left !important;
}

.classroom-questions {
    text-align: left !important;
}

.classroom-question-item {
    flex: 0 50%;
}

@media screen and (max-width: 900px) {
    .classroom-question-item {
        flex: 0 100%;
    }

    .classroom-questions-title {
        text-align: center !important;
    }

    .classroom-questions {
        text-align: center !important;
    }
}

.classroom-question-domain {
    min-width: 35px;
    height: 35px;
    background: grey;
    /*border-radius:1em;*/
    margin-left: 5px;
    display: inline-block;
    margin-right: 10px;
}

.domain-physical {
    background-size: contain;
    background: url("/assets/images/domain/physical.svg") no-repeat;
}

.domain-approaches {
    background-size: contain;
    background: url("/assets/images/domain/approaches.svg") no-repeat;
}

.domain-socialemotional {
    background-size: contain;
    background: url("/assets/images/domain/socialemotional.svg") no-repeat;
}

.domain-language {
    background-size: contain;
    background: url("/assets/images/domain/literacy.svg") no-repeat;
}

.domain-math {
    background-size: contain;
    background: url("/assets/images/domain/math.svg") no-repeat;
}

.domain-science {
    background-size: contain;
    background: url("/assets/images/domain/science.svg") no-repeat;
}

.domain-social {
    background-size: contain;
    background: url("/assets/images/domain/social.svg") no-repeat;
}

.domain-art {
    background-size: contain;
    background: url("/assets/images/domain/art.svg") no-repeat;
}

.classroom-content-grey-box {
    background: lightgray;
    color: black;
    /*width:65%;*/
    padding: 2rem;
    margin: 2rem auto;
    height: 85%;
}

.margin-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.classroom-content-activity {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 90%;
}

.classroom-content-activity-content {
    position: relative;
    flex: 0 50%;
}

.classroom-content-activity-info {
    padding: 2rem;
    margin-bottom: 10px;
}

.classroom-content-activity-questions {
    flex: 0 50%;
    padding: 2rem;
    border-left: medium solid white;
}

.classroom-content-activity-question-item {
    /*flex: 0 100%;*/
    margin: .5rem;
}

@media screen and (max-width: 1400px) {
    .classroom-content-grey-box {
        /*width:90%;*/
    }

    .classroom-content-activity {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .classroom-content-activity-questions {
        border-left: unset;
        border-top: medium solid white;
    }
}

.next-project-btn {
    border-radius: 5em;
    border-style: none;
    min-width: 25%;
    background: #2680EB;
    height: 5rem;
    margin: .5rem;
    outline: 0 none !important;
}

.row {
    margin-right: unset;
    margin-left: unset;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left:unset;
    padding-right:unset;
}

.dashboard-overlay-btn {
    border-style: solid;
    border-radius: 65px;
    padding: 10px;
    width: 200px;
    background: #a1a1a180;
    border-width: medium;
    border-color: white;
    color: white;
    font-weight: 700;
}

.h-20 {
    height: 20% !important;
}

.h-80 {
    height: 80% !important;
}

.dashboard-active-module-image {
    height: 380px;
    width: 100%;
    background: url("/assets/images/africa.jpg") center;
    background-size: cover;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.dashboard-active-module-image::after {

}

.dashboard-teacher-bar {
    height: 70px;
    background: lightgrey;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    position: sticky;
    top: -66px;
    z-index: 2;
}

.dashboard-width-lock {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-teacher-box {
    float: left;
    width: 200px;
}

.dashboard-age-box {
    float: right;
}

.dashboard-teacher-icon {
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    position: absolute;
}

.dashboard-module-icon {
    background: url("/assets/images/africa.jpg") center;
    background-size: cover;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    position: absolute;
}

.dashboard-teacher-info {
    margin-left: 50px;
}

.dashboard-active-module-title {
    font-size: 50px;
    font-weight: 700;
    color: white;
}

.h-0p {
    height: 0px;
}

.h-4p {
    height: 4px;
}

.hide {
    visibility: hidden;
}

.hide-opacity {
    opacity: 0;
    pointer-events:none;
}

.dashboard-divider {
    height: 4px;
    background: lightgrey;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.dashboard-project-domain {
    width: 25%;
    padding-bottom: 50px;
}

.dashboard-domains-single {
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-bottom: solid;
    border-width: thin;
    height: 50px;
}

.dash-nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #A1A1A1;
}

.dash-nav-link.active {
    border-bottom: solid;
    font-weight: 700;

}

#dashboard-lesson-tabs {
    margin-top: 25px;
}

.overview-nav {
    width: 20%;
}

.isSticky {
    /*background:orange;*/
}

.opacity-ease {
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.bar-teacher-box {
    position: absolute;
    left: 12vw;
    top: 5px;
}

.bar-module-box {
    position: absolute;
    left: 24vw;
    top: 5px;
}

.display-none {
    display: none !important;
}

.dashboard-domains-physical {

}

.dashboard-domains-breakdown {
    height: 35vh;
    overflow: auto;
    margin-top: 15px;
    background: white;
    z-index: 2;
    transition: opacity 1s ease;
    padding: 2;
}

.dashboard-keyword {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.classroom-content-activity-domains {
    position: absolute;
    bottom: 0;
}

.swiper-activity {
    height: 550px;
}

.swiper-activity-dashboard {
    height: 550px;
}

.dashboard-project-intro {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 700;
}

.dashboard-domains-breakdown li {
    border-bottom: solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: thin;
}

.classroom-content-top-bar {
    position: sticky;
    top: 0;
    background: #f1f1f1;
    z-index: 2;
}

.dashboard-process-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.dashboard-process-item {
    border-bottom: solid;
    border-bottom-width: thin;
    padding: 10px;
}

/*div.moduleNavigation a:last-child{*/
/*text-decoration:none;*/
/*color:black;*/
/*}*/
div.moduleNavigation {
    margin-top: 35px;
}

div.moduleNavigation .navId + .navId:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.breadcrumb-item {
    color: blue;
}

div.moduleNavigation .breadcrumb-item:not(:last-child) > a:hover {
    text-decoration: underline;
}

.login-btn {

}

.covid-19-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: .5;
    z-index: 1;
}

.covid-19-box {
    width: 50%;
    height: 60%;
    position: absolute;
    background: white;
    z-index: 2;
    top: 25%;
    left: 25%;
    overflow:hidden;
}

.covid-19-title-box {
    background: var(--main-blue);
    width: 100%;
    color: white;
    height:150px;
    text-align:left;

}
..covid-19-warning{
    width:100%;
    height:100%;
}
.register-btn{
    width:50%;
    margin-bottom:2rem;
    border-radius:100px;
}
.covid-19-announcement{
    overflow:auto;
    height:40%;
}
@media screen and (max-width: 800px) {
    .covid-19-box {
        width: 90%;
        height: 80%;
        top: 10%;
        left: 5%;
    }
    .register-btn{
        width:90%!important;
        height:50px;
    }
    .covid-19-announcement{
        height:60%!important;
    }
}

@media screen and (max-height: 500px) {
    .covid-19-box {
        width: 90%;
        height: 75%;
        top: 15%;
        left: 5%;
    }
    .covid-19-announcement{
        height:40%!important;
    }
    .covid-19-title-box{
        height:130px!important;
    }

}

.age-selector {
    /*background:orange;*/
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 5px;
}

.age-selector[data-checked="1"] {
    background: var(--main-blue);
    border-color: var(--main-blue);
    border-style: solid;
    border-width: thin;
    color: white;
}

.age-selector[data-checked="0"] {
    background: white;
    border-color: var(--main-blue);
    border-style: solid;
    border-width: thin;
    color: var(--main-blue);
}
.agreement{
    width:80%;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    overflow:auto;
    font-size:.8rem;
    color:grey;
}
