
/* Google fonts oswald lite import */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* ECV font import */
@font-face {
    font-family: "ECV OpenSans CondBold";
    src: local("OpenSans"),
        local("OpenSans"),
        url('/dist/fonts/OpenSans-CondBold.ttf');
}

/* HelveticaNeue-Condensed font import */
@font-face {
    font-family: "HelveticaNeue-Condensed";
    src: local("HelveticaNeue-Condensed"),
        local("HelveticaNeue-Condensed"),
        url('/dist/fonts/HelveticaNeue-Condensed.otf');
}

body:not(.full-width):not(.outcomes):not(.body--login-confirmation) #wrapper.ic-Layout-wrapper {
    max-width: 100%;
}

body:not(.ic-no-flex-layout):not(.embedded):not(.is-inside-submission-frame) .ic-Layout-columns {
    display: flex;
}
#content-wrapper > #content {
    padding-top: 15px;
    padding-bottom: 10px;
}
#custom-headerBar ~ header#header.ic-app-header {
    top: auto;
    bottom: 0;
    height: calc(100% - 100px);
}
body.primary-nav-expanded #custom-headerBar ~ header#header.ic-app-header {
    height: calc(100% - 85px);
}
#custom-headerBar #nav-sc-logo-link {
    background-image: url('/dist/images/login/canvas-logo@2x-2212ce44ad.png');
    height: 50px;
    width: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* nav-tray-portal */
#nav-tray-portal > span > span {
    bottom: 0;
    top: auto;
    max-height: calc(100vh - 100px);
}

body.primary-nav-expanded #nav-tray-portal > span > span {
    max-height: calc(100vh - 85px);
}

/* Header Bar styles */
#main-pageHeading {
    text-align: center;
    color: white;
    font-stretch: ultra-condensed;
    font-family: "ECV OpenSans CondBold", Arial, Helvetica;
    font-weight: bold;
    font-size: 39px;
    width: max-content;
    margin: auto;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}
#custom-headerBar {
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
    height: 100px;
    width: 100%;
    background-color: #000;
    background: rgb(58,71,88)!important;
    background: -moz-radial-gradient(top, ellipse cover, rgba(58,71,88,1) 0%, rgba(14,20,24,1) 60%)!important;
    background: -webkit-radial-gradient(top, ellipse cover, rgba(58,71,88,1) 0%,rgba(14,20,24,1) 60%)!important;
    background: radial-gradient(ellipse at top, rgba(58,71,88,1) 0%,rgba(14,20,24,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a4758', endColorstr='#0e1418',GradientType=1 )!important;
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction: column;
}
#custom-headerBar .custom_grey_band {
    width: 100%;
    height: 25px;
    background-color: #ababab;
}
#custom-headerBar .custom-headerBar-inner {
    padding: 0px 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
#custom-headerBar .custom-headerBar-inner > h1 {
    display: inline;
    color: white;
    line-height: 1.1;
}
body.ic-Login-Body #custom-headerBar{
    display: none;
}
body.primary-nav-expanded #custom-headerBar{
    height: 85px;
}

#custom-headerBar .custom-userInfo {
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
}
#custom-headerBar .custom-userInfo p {
    margin: 0;
}
#custom-headerBar .custom-userInfo p.custom-accountName {
    font-size: 18px;
    font-weight: 600;
}
#custom-headerBar .custom-userInfo p.custom-associationNmae {
    font-size: 14px;
}

/* app container styles */
#application #wrapper {
    /* padding-top: 75px; */
    padding-top: 100px;
}
body.primary-nav-expanded #application #wrapper {
    padding-top: 85px;
}
#dashboard .ic-notification__content {
    padding: 6px 12px;
    font-size: 12px;
}
#dashboard .ic-notification__content h4 {
    font-size: 12px;
}
#dashboard .ic-notification__content .ic-notification__actions a.Button,
#dashboard .ic-notification__content .ic-notification__actions button.Button {
    font-size: 12px;
    line-height: 1.3;
}
#dashboard.ic-dashboard-app {
    margin-top: 0;
    min-height: 78vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}
#DashboardCard_Container {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.ic-app-main-content #right-side-wrapper {
    display: none !important;
}
.custom-DashboardContainer .ic-DashboardCard__box__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.custom-DashboardCard {
    position: relative;
    display: flex;
    height: max-content;
    padding: 10px;
    flex: 1 1 30%;
    /* width: 32.684%; */
    min-width: max-content;
    max-width: max-content;
    gap: 15px;
    border-radius: 6px;
    margin: 0;
}
.custom-DashboardCard:hover {
    background-color: rgb(231, 231, 231);
}
.custom-DashboardCard > .ic-DashboardCard__header {
    min-width: 75px;
    min-height: 75px;
    border-radius: 10px;
    overflow: hidden;
}
.custom-DashboardCard .ic-DashboardCard__header_image,
.ic-DashboardCard__header_hero {
    height: 100%;
}
.dashboardCard-infoContainer {
    position: relative;
    flex: 1;
    height: max-content;
}
.dashboardCard-infoContainer .ic-DashboardCard__header-subtitle {
    font-size: 14px;
}
.custom-DashboardCard .ic-DashboardCard__header_content {
    padding: 0;
    margin-top: 4px;
    background-color: transparent;
}
.custom-DashboardCard .ic-DashboardCard__header-term {
    height: auto;
}

/* .custom-DashboardCard .ic-DashboardCard__header-button-bg, */
.custom-DashboardCard .ic-DashboardCard__header-button {
    color: black;
    background: transparent;
    width: auto;
    right: 0px;
    top: 60%;
    transform: translateY(-60%);
}

.custom-DashboardCard .ic-DashboardCard__header-button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.custom-DashboardCard .ic-DashboardCard__action-container {
    padding: 0;
    height: max-content;
    margin-top: 5px;
    gap: 10px;
}

.custom-DashboardCard .ic-DashboardCard__action {
    width: auto;
    flex: 0 0 auto;
}

.custom-DashboardCard .ic-DashboardCard__action-layout {
    font-size: 0;
}

.custom-DashboardCard .ic-DashboardCard__action.files {
    display: none;
}


/* Mobile styles */
@media (max-width: 768px) {
    #custom-headerBar {
        display: none !important;
    }
    #application #wrapper,
    body.primary-nav-expanded #application #wrapper {
        padding-top: 0px;
    }
}
@media (max-width: 590px) {
    .custom-DashboardCard {
        width: 100%;
    }
}


/* dashboard card styles */
.ic-DashboardCard__header-percentage-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ic-DashboardCard__header-percentage-wrapper {

}
.courseProgressBar {
    position: relative;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: transparent;
}
.percentage_completed_span {
    margin: 0;
    font-size: 13px;
    line-height: 1;
    color: #000;
}
.custom-modules-main-class .courseProgressBar {
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 15px;
}
.custom-modules-main-class .courseProgressBar .percentage_completed_span {
    font-size: 11px;
}


/* modules */
body.modules #content.ic-Layout-contentMain .header-bar,
body.quizzes #content.ic-Layout-contentMain .header-bar,
body.assignments #content.ic-Layout-contentMain .header-bar,
body.pages #content.ic-Layout-contentMain .header-bar,
#course_home_content .header-bar {
    border: none;
    padding-bottom: 0;
}
body.pages #content.ic-Layout-contentMain .header-bar-outer-container {
    min-height: auto;
}
.custom-modules-main-class .custom-modules-header {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #C7CDD1;
    margin-top: 0;
}
.custom-modules-main-class .content .context_module_item .ig-row {
    border: none !important;
}
.custom-modules-main-class.context_module {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.custom-modules-main-class .content .context_module_item .ig-info {
    margin-right: 0;
    position: relative;
}
.custom-modules-main-class .content .context_module_item .module-item-title .last_seen_date {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.custom-modules-main-class .content .context_module_item .module-item-title > svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #266ed7;
}
.custom-modules-main-class .content .context_module_item.custom-page-seen-style > div .ig-info .item_name a {
    color: #ababab;
}

.custom-modules-main-class .content .context_module_item.custom-page-seen-style:hover,
.custom-modules-main-class .content .context_module_item.custom-page-seen-style:hover > div {
    background-color: #EBF7FF !important;
}

#context_modules[aria-label="Course modules"] .custom-modules-main-class.context_module {
    margin-top: 0;
    padding: 0;
}

/*  */
.header-bar .header-bar-right {
    padding-bottom: 0;
}

.header-bar-right > .header-bar-right__buttons {
    display: flex;
    gap: 8px;
}

@media (max-width: 590px) {
    .header-bar-right > .header-bar-right__buttons {
        flex-wrap: wrap;
    }
    .custom-modules-main-class .content .context_module_item .module-item-title .last_seen_date {
        position: relative;
        margin-right: 25px;
        display: block;
        right: auto;
        transform: none;
        top: auto;
    }
}


/* DashBoard Category card Styles */
.customDashboard_header {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.customDashboard_header > div.boatImageWrapper {
    width: 160px;
}
.customDashboard_header > div.boatImageWrapper img {
    width: 100%;
    height: 100%;
}
.customDashboard_header > div.contentWrapper {
    width: 100%;
}
.customDashboard_header h3 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    min-height: 24px;
    /* font-family: 'Oswald', sans-serif; */
    color: #666;
    text-transform: uppercase;
    /* text-decoration: underline; */
}
.customDashboard_header > div.contentWrapper > pre {
    margin: 0;
    text-align: center;
    font-weight: 300;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    margin-top: 15px;
}
#custom-notification-panel {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 99;
    transform: translateY(-0%);
}
.custom-DashboardCategoryCard {
    position: relative;
    display: flex;
    height: max-content;
    padding: 10px;
    flex: 1 1 30%;
    min-width: max-content;
    max-width: max-content;
    gap: 15px;
    border-radius: 6px;
    margin: 0;
}
.custom-DashboardCategoryCard > .ic-DashboardCard__header {
    min-width: 75px;
    min-height: 75px;
    border-radius: 10px;
    overflow: hidden;
}
.custom-DashboardCategoryCard .ic-DashboardCard__header_content {
    padding: 0;
    margin-top: 4px;
    background-color: transparent;
}
.custom-DashboardCategoryCard .ic-DashboardCard__header_content h3.ic-DashboardCard__header-title {
    text-transform: capitalize;
}
.custom-DashboardCategoryCard .ic-DashboardCard__header_image {
    height: 100%;
}

@media (max-width: 768px) {
    .customDashboard_header h3 {
        font-size: 16px;
    }
}


/* notification panel stuff */
label[for="notification-checkbox"] {
    color: #2773e2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}
label[for="notification-checkbox"] > svg {
    transition: all 0.3s ease-in-out;
}
#notification-checkbox {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
    display: none;
}
.custom-notification-panel-hidden {
    overflow: hidden;
    position: absolute;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    top: 100%;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    overflow-y: scroll;
    background-color: white;
}
#notification-checkbox:checked ~ #custom-notification-panel > label[for="notification-checkbox"] svg:first-child {
    transform: rotate(90deg);
}
#notification-checkbox:checked ~ .custom-notification-panel-hidden {
    max-height: 70vh;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    padding: 20px 20px 10px;
    /* overflow: visible; */
}
.custom-notification-panel-hidden p.noNotificationsText {
    margin: 0;
    text-align: center;
    margin-top: -10px;
}



/* custom course buttons */

.Button--link--has-divider.custom-courseDeleteBtn {
    border: none;
    display: inline;
    padding: 8px 14px;
    margin-right: 10px;
    background: #E0061F;
    color: #FFFFFF;
    border: 1px solid;
    border-color: #950415;
}

.Button--link--has-divider.custom-courseDeleteBtn.btn-danger:hover, 
.Button--link--has-divider.custom-courseDeleteBtn.Button--danger:hover {
    background: #c7051c;
    color: #FFFFFF;
}

.Button--link--has-divider.custom-courseDeleteBtn:hover {
    text-decoration: none;
}


.Button--course-settings.custom-courseConcludebtn {
    border: none;
    display: inline;
    padding: 8px 14px;
    margin-right: 10px;
    background: #F5F5F5;
    color: #2D3B45;
    border: 1px solid #C7CDD1;
}

.Button--course-settings.custom-courseConcludebtn:hover {
    background: #e8e8e8;
    color: #2D3B45;
    text-decoration: none;
}

@media (max-width: 1080px) {
    #content .module-progress-view #progression_students {
        flex-basis: auto;
    }
}
@media (max-width: 768px) {
    #course_form .coursesettings .form-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: flex-end;
    }
    #content .module-progress-view {
        flex-wrap: wrap-reverse;
        gap: 20px
    }
    #content .module-progress-view > div {
        width: 100%;
        flex: 1 1 100%;
        min-height: max-content !important;
        height: max-content !important;
        max-height: max-content !important;
    }
    #content .module-progress-view #progression_modules {
        padding-right: 0;
    }
    #progression_students .collectionViewItems{
        height: max-content !important;
    }
}




/* module progression status */

.custom-progress-row-fluid {
    display: flex !important;
    align-items: center !important;
}
.custom-module-status {
    width: max-content !important;
    margin-left: auto !important;
}
.courseProgressBar .percentage_completed_span{
    width: max-content;
    min-height: max-content;
}

.custom-progress-row-fluid > .name {
    cursor: pointer;
    width: auto;
    flex: 1 1 auto;
}

#content #progression_modules .progression-module .items ul {
    padding: 0;
    margin: 0;
}

#content #progression_modules .progression-module .items ul > li {
    padding: 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#content #progression_modules .progression-module .items ul > li > p {
    margin: 0;
}
#content #progression_modules .progression-module .items ul > li > svg {
    fill: #266ed7;
}



.custom-ways-to-contact thead th{
    white-space: nowrap;
}

@media (max-width: 768px) {
    .custom-ways-to-contact thead th{
        white-space: pre-wrap;
    }
}



/* custom empty(no course) dashboard container design */
.custom-noCourseContainer > p {
    font-size: 16px;
}





/* excel sheet stuff */

.ic-app-crumbs #breadcrumbs ul > li > a,
.ic-app-crumbs #breadcrumbs ul > li > span,
.ic-app-crumbs #breadcrumbs ul > li > a > span {
    font-family: "HelveticaNeue-Condensed";
    font-stretch: ultra-condensed;
}

.custom-modules-main-class .content .context_module_item:not(.context_module_sub_header) .ig-info .title.custom_title {
    font-weight: bold;
    user-select: none;
}















/* interactive virtual boat visit */
#interactive-box-wrapper {
    position: relative;
    max-width: 100% !important;
    min-height: 80vh;
    max-height: 80vh;
    margin: 0 auto !important;
    overflow: hidden;
    z-index: 0;
}

#interactive-box {
    position: relative;
    max-width: 100% !important;
    min-height: 80vh;
    max-height: 80vh;
    margin: 0 auto !important;
    overflow: hidden;
    z-index: 9;
}

.virtual-noSceneContainer {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}



.categories-list-wrapper > div {
    margin-bottom: 10px;
}

.categories-list-wrapper > div > button {
    font-size: 14px !important;
    padding: 7.5px 10px;
    border: none;
    background-color: #e8f6ff;
    border-radius: 10px;
}

.categories-list-wrapper > div > button:hover {
    background-color: #f2faff !important;
}

.categories-list-wrapper > div > button span {
    font-size: 14px !important;
}

.categories-list-wrapper > div > div {
    font-size: 14px !important;
    padding: 7.5px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    background-color: transparent;
}

.categories-list-wrapper > div > div .no-category-info {
    color: #aaa;
}