﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

#sidebarleft .nav-links a ~ a {
    margin-top: 0 !important;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-shay {
    box-shadow: 0 .25rem .75rem 0rem rgba(0, 0, 0, .15);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.divisions label {
    display: inline;
}


.video-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container video,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Shay's Groovy Styles, inspired by Lil' Lunchbox (#clifestlye)*/

.faqHeader {
    font-size: 22px;
    margin: 20px;
}

.card-header {
    font-size: 19.5px;
}

.hrvideo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #E5E5E5;
}

/* Spencer's Spectacular Star Rating System */

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

    .rating input {
        position: absolute;
        left: -999999px;
    }

    .rating label {
        display: inline-block;
        font-size: 0;
    }

    .rating > label:before {
        position: relative;
        font: 24px/1 FontAwesome;
        display: block;
        content: "\f005";
        color: #ccc;
        background: -webkit-linear-gradient(0deg, #d9d9d9 0%, #b3b3b3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rating.add-rating > label:hover:before,
    .rating.add-rating > label:hover ~ label:before,
    .rating > label.selected:before,
    .rating > label.selected ~ label:before {
        color: #f0ad4e;
        background: -webkit-linear-gradient(0deg, #fcb551 0%, #d69a45 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rating > label.selected.rating-half:before {
        color: #f0ad4e;
        background: -webkit-linear-gradient(0deg, #fcb551 50%, #c9c9c9 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rating.add-rating label:hover {
        cursor: pointer;
    }

#copyLink {
    cursor: pointer;
}

    #copyLink:hover {
        text-decoration: underline;
    }

.marketplace-title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 2rem;
}

.marketplace-subtitle {
    font-size: 2rem;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.shopify-buy-frame {
    padding: 2rem 0 2rem 0;
}

.rating.add-rating label:hover {
    cursor: pointer;
}


/*Talent Profile Reimagined*/

.profile-image-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 25px;
}

.profile-image-container-sm {
    width: 90%;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 25px;
}

.profile-image {
    border-radius: 10rem;
}

.profile-heading {
}

.profile-action {
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.profile-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.profile-pic-wrapper {
    border-radius: 9999px;
    border: 1px solid #1a2b34;
    margin-right: 0.5rem;
    overflow: hidden;
}

.profile-pic {
    height: 2.5rem;
    width: 2.5rem;
}

.profile-name {
    color: #1a2b34;
    font-weight: bold;
}

.cards-section-wrapper {
    text-align: center;
}

    .cards-section-wrapper ~ .cards-section-wrapper {
        margin-top: 4rem;
    }

.cards-title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-wrapper {
    cursor: pointer;
    height: 300px;
    margin: .5rem;
    width: 200px;
    position: relative;
    transition: box-shadow 0.5s ease-in-out;
    box-shadow: rgb(0 0 0 / 66%) 0 30px 60px 0, inset transparent 0 0 0 5px, inset rgb(255 255 255 / 50%) 0 0 0 6px;
    border-radius: 2rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

/*@media screen and (min-width: 768px) {
    .card-wrapper {
        height: 300px;
        width: 225px;
    }
}*/

.card-content-wrapper {
    width: 205px;
    height: 200px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    padding-left: 11px;
    left: -28px;
    text-align: left;
    margin: 1.5rem;
    bottom: -10rem;
    transition: transform 0.25s ease-out;
    text-shadow: 0px 0px 8px #000000;
}


.card-wrapper:hover .card-content-wrapper {
    /* this is how far the text moves on hover */
    transform: translateY(-5rem);
}

.card-wrapper:hover .card-content-text {
    opacity: 1;
}

.card-wrapper:hover .card-content-wrapper {
    background-color: rgba(0, 0, 0, 0.30);
    box-shadow: 1px 1px 3px black;
}

.card-content-header {
    font-size: 1.75rem;
    text-shadow: 2px 2px 3px black;
}

.card-content-text {
    font-size: 1rem;
    margin-top: 0.25rem;
    opacity: 0;
    transition: opacity 0.25s;
    text-shadow: 2px 2px 3px black;
}



.profile-card-4 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.event-icon {
    height: 45px;
    width: 45px;
    font-size: 35px !important;
    padding-right: 50px;
    margin-top: 7px;
}

.host-tag {
    font-size: 10px;
    padding-left: 5px;
}

.title-tag {
    font-size: 14px;
    padding: 5px;
    margin-bottom: 0;
}

.new-photo-video {
    width: 100%;
    height: auto;
}

.btn-noty {
    margin-bottom: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-group-noty {
    margin-left: -1px;
    margin-right: -1px;
}

.popup-noty {
    max-width: 335px !important;
}

.list-noty {
    box-shadow: #999 3px 2px 5px 1px;
    margin-bottom: 10px;
    padding: 10px;
}

.noty-charm-pic {
    background: red;
    color: white;
    position: relative;
    display: table;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-weight: 700;
    right: 30%;
    margin-top: 80%;
    text-align: center;
}


.noty-charm {
    background: red;
    color: white;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    font-weight: 700;
    right: -54%;
    top: -40px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.3;
    display: table;
    text-align: center;
}


.modal-content {
    border-radius: 1rem
}

    .modal-content:hover {
        box-shadow: 2px 2px 2px black
    }

.noty-icon {
    color: #2b84be;
    font-size: 90px !important;
    padding: 30px 0px
}

.b1 {
    background-color: #2b84be;
    box-shadow: 0px 4px #337095;
    font-size: 17px
}

.r3 {
    color: #c1c1c1;
    font-weight: 500
}

.action-icon {
    font-size: 55px !important;
}

.notifications-mbl {
    width: 90vw;
    height: 0px;
    max-width: 515px;
    opacity: 0;
    position: absolute;
    top: 90px;
    right: 5px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}


    .notifications-mbl h2 {
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #999
    }


@media screen and (max-width: 400px) {
    .notifications {
        right: -20px !important;
    }
}

.notifications {
    width: 360px;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 119px;
    right: 0;
    border-radius: 11px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

    .notifications h2 {
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #999
    }


.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

    .notifications-item:hover {
        background-color: #eee
    }

.notifications-item-icon {
    display: block;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 25px;
}

.notifications-item .text {
    width: 100%;
}

    .notifications-item .text h4 {
        color: #777;
        font-size: 16px;
        margin-top: 3px;
        text-align: left;
    }

    .notifications-item .text p {
        color: #aaa;
        font-size: 12px;
        text-align: left;
    }

#cam-container {
    padding-top: 75%;
    height: 0px;
    position: relative;
}


.profile-card-4 img {
    transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}

.profile-card-4 .profile-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    color: #FFF;
    font-size: 17px;
}

    .profile-card-4 .profile-name p {
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

.profile-card-4 .profile-description {
    color: #777;
    font-size: 12px;
    padding: 10px;
}

.profile-card-4 .profile-overview {
    padding: 15px 0px;
}

    .profile-card-4 .profile-overview p {
        font-size: 10px;
        font-weight: 600;
        color: #777;
    }

    .profile-card-4 .profile-overview h4 {
        color: #273751;
        font-weight: bold;
    }

.profile-card-4 .profile-content::before {
    content: "";
    position: absolute;
    height: 20px;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 0;
    transform: skewY(3deg);
}

.profile-card-4:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -245px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


@media (max-width: 767px) {
    .navbar-collapse {
        margin-top: 0.5rem;
    }
}

.card {
    border-radius: 0.7rem;
    border: none;
    overflow: hidden;
    /* box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);*/
}

.course-card-resource-manage {
    position: absolute;
    top: 15px;
    padding: 10px;
    text-align: center;
    width: 200px;
}

.new-course-link:hover {
    text-decoration: none;
}


.card-wrapper-new {
    height: 250px;
    width: 225px;
    border: 6px dashed #9999;
    border-radius: 2rem;
}

.card-wrapper-new-content {
    margin-top: 95px;
    color: #999;
    font-weight: bold;
}

.course-resource-card {
    width: 225px;
    height: 250px;
    max-height: 250px;
}

.pWindow {
    cursor: pointer;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
}

.card-link:hover .card {
    background-color: rgba(0, 0, 0, 0.05);
}


.profile-pic-mbl {
    border-radius: 15px;
    min-width: 70px;
}

.profile-heading-mbl {
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
}

.hr-mbl {
    width: 80%;
}

.photo-reject-reason {
    max-width: 90%;
    margin-left: 5%;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

main {
    margin-top: 100px;
    padding: 0 2rem;
}

@media screen and (min-width: 992px) {
    main {
        margin-left: 250px;
        margin-right: 300px;
        margin-top: 0px;
    }
}

.customfooter {
    color: #6c757d;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Toggle Styles */

#viewport {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content {
    width: 100%;
    position: relative;
    margin-right: 0;
}


/* Topbar Styles */
#topbar {
    height: 72px;
    background-color: #A6ADB4;
    z-index: 1001;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 992px) {
    #topbar {
        display: none;
    }
}

#topbar .hamburger {
    width: 2rem;
    height: 2rem;
    color: white;
}

/* Sidebar Left */
#sidebarleft-wrapper {
    width: 275px;
    pointer-events: none;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 72px;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

    /*page content mobile*/

    /*use @media*/

    #sidebarleft-wrapper::after {
        pointer-events: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 25px;
        bottom: 0;
        opacity: 0;
    }

@media screen and (max-width: 992px) {
    #sidebarleft-wrapper::after {
        box-shadow: 8px 0px 12px 2px rgba(0, 0, 0, .2);
    }
}

#sidebarleft {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: auto;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #A6ADB4;
    -ms-overflow-style: none;
    scrollbar-width: none; /*firefox magic*/
    overflow-x: hidden;
}

#sidebarleft::-webkit-scrollbar {
    display: none;
}


#sidebarleft-wrapper.open {
    transform: translateX(0);
}

@media screen and (min-width: 992px) {
    #sidebarleft-wrapper {
        transform: translateX(0);
        top: 0;
    }
}

#sidebarleft-wrapper.open::after {
    opacity: 1;
}

#sidebarleft.open::after {
    opacity: 1;
}

#sidebarleft header {
    background-color: #A6ADB4;
    font-size: 20px;
    line-height: 52px;
    margin: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

    #sidebarleft header a {
        color: #fff;
        display: block;
        text-decoration: none;
    }

        #sidebarleft header a:hover {
            color: #fff;
        }

#sidebarleft .nav-links {
    margin: 3rem 0;
}

    #sidebarleft .nav-links a {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 0.5rem 3rem;
    }

    #sidebarleft .nav-links a i {
        margin-right: .5rem;
    }



    #sidebarleft .nav-links a:hover {
        border-left: 0.25rem solid #ff0000;
        padding-left: 2.75rem;
    }

    #sidebarleft .nav-links a ~ a {
        margin-top: 0.5rem;
    }


/* Sidebar Right */
#sidebarright-wrapper {
    width: 325px;
    pointer-events: none;
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 72px;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease;
}

    #sidebarright-wrapper img {
        width: 100%;
        height: auto;
    }

    #sidebarright-wrapper::after {
        pointer-events: none;
        content: '';
        position: absolute;
        top: 0;
        left: 25px;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

@media screen and (max-width: 992px) {
    #sidebarright-wrapper::after {
        box-shadow: -8px 0px 12px 2px rgba(0, 0, 0, .2);
    }
}

#sidebarright {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: auto;
    padding: 2rem;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
}

#sidebarright::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 445px) {
    #sidebarright-wrapper {
        width: 100%;
    }

    #sidebarright {
        width: calc(100% - 25px);
    }
}

#sidebarright-wrapper.open {
    transform: translateX(0);
}

@media screen and (min-width: 992px) {
    #sidebarright-wrapper {
        transform: translateX(0);
        top: 0;
    }
}

#sidebarright-wrapper.open::after {
    opacity: 1;
}

#sidebarright.open::after {
    opacity: 1;
}

/*.bg-purple {
    background-color: #9236EE !important;
}*/

.bg-light-gray {
    background-color: #f7f7f7;
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    left: 0;
    top: 5%;
    left: 5%;
    width: 100%;
}

/*TODO: change this up so it doesn't affect other pages*/
body {
    padding-left: 0px;
}

@media (max-width: 979px) {
    body {
        padding-left: 0px;
    }
}

.mr-10,
.mx-10 {
    margin-right: 8rem !important;
}

#join {
    align-content: center;
    margin-top: 2rem;
}

    #join button {
        border-radius: 0.7rem;
        box-shadow: none !important;
        border: none;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: .2rem;
    }

.classoptions {
    justify-content: space-between;
}

@media screen and (min-width: 762px) {
    footer {
        margin-left: 250px;
        margin-right: 445px;
    }
}

.topmenuavatar {
    height: 40px;
    width: 40px;
}

.rightsideprofilepicture {
    height: 175px;
    width: 100%;
    justify-content: center !important;
}

.btn-lightblue {
    color: #fff;
    background-color: #36D9EE;
    border-color: #36D9EE;
    min-width: 275px;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-gray {
    color: #fff;
    background-color: #A6ADB4;
    border-color: #A6ADB4;
}

.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.cardspacing {
    margin-top: 2rem !important;
}

.courseresources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.calendar-color-key {
    border: 1px solid #ccc;
    width: 30px;
    height: 12px;
    display: inline-block;
    border-radius: 5px;
}

.class-image-container {
    height: 250px;
    width: 200px;
    margin-bottom: 15px;
}

    .class-image-container img {
        border-radius: 10px;
    }

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.img-fluid-center {
    width: 100%;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.curriculum-class-number {
    text-align: center;
    font-size: 124px;
    padding-top: 60px !important;
}

#noty-bell {
    font-size: 35px;
    color: #A5ADB4;
    position: absolute;
    bottom: 0;
    right: 5px;
    cursor: pointer;
}

.dashboard-action {
    width: 275px;
    height: 120px;
}

.dashboard-class-time {
    color: #ff2121;
}

.logout-box {
    position: absolute;
    top: 0;
    right: 10px;
}

    .logout-box .btn-link {
        color: #bbb;
    }

.main-admin {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 75% !important;
}

.p-icon {
    width: 55px;
    color: #777777;
    font-size: 25px !important
}


.marketplace-banner {
    min-height: 150px;
    color: white;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 3px 2px 2px black;
    font-size: 35px;
    padding: 5px;
    vertical-align: middle;
    
    background-image: url(../images/mp-banner.png);
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: cover;
    border: 3px solid #520010;
    border-radius: 14px;
}

.course-top-banner {
    height: 5px;
    width: 50%;
    border-radius: 5px;
}

.copy-clip {
    cursor: pointer;
}

.copy-clip:hover {
    color: #777777;
}

.k-window {
    border: 5px solid black !important;
}

.fine-print {
    font-size: 10px;
    color: #666666;
}

.i-spinner {
    animation: spin-animation 0.75s infinite;
    display: inline-block;
    font-size: 30px !important;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.login-container {
  max-width: 450px;
  padding-bottom: 25px;
}

.login-pattern {
  min-height: 100vh;
  padding-top: 85px;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%212121' fill-opacity='0.65' fill-rule='evenodd'/%3E%3C/svg%3E");
}

a:has(.fa-users) {
    background-color: red;
}
