
@font-face{
    font-family: 'Lato Light Italic';
    src: url('../fonts/LatoOFL/Lato-LigIta.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: 'Lato Italic';
    src: url('../fonts/LatoOFL/Lato-RegIta.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: 'Lato Black';
    src: url('../fonts/LatoOFL/Lato-Bla.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: 'Lato Bold';
    src: url('../fonts/LatoOFL/Lato-Bol.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}


@font-face{
    font-family: 'DM Serif Text';
    src: url('../fonts/DM_Serif_Text/DMSerifText-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.textLink{
    color:lightgray
}

.textLink:hover{
    cursor: pointer;
}





/*input[placeholder], [placeholder], *[placeholder] {*/
    /*color: red !important;*/
/*}*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(193, 198, 199, 0.45) !important;
    opacity: 1; /* Firefox */
}

.courseSectionImageEnlarge{
    margin-left: 20px;
    margin-right: 20px;
    height: 60px;
    width: 80px;
    border-radius: 5px;
    filter: brightness(0.8);
}

.courseSectionImageEnlarge:hover{
    cursor: pointer;
    filter: brightness(1);

}

.sectionModuleTitle{
    font-family: 'DM Serif Text';
    margin-bottom: 8px;
    font-size: 20px;
    color: lightgray;
}


/* .highlight{
    color:#02bbc3;
} */


.highlightedText{
    color: #8499c3;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(193, 198, 199, 0.45) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(193, 198, 199, 0.45) !important;
}

.lightgray{
    color: lightgray;
}

.lightColor{
    color: #17535a85;
}

.hover_cursor_underline{
    border-bottom: 1px solid transparent;

}

.hover_cursor_underline:hover{
    border-bottom: 1px solid #17535a85;
}

.hover_cursor_underline_white:hover{
    border-bottom: 1px solid white;
}

.hover_cursor:hover{
    cursor: pointer;
}

.streamLabel{
    color: white;
}


.courseTitle{
    font-family: 'lato';
    font-weight: bold;
    color: white;
}

.visibleHover{
    opacity: 0;
}

.revealHover{
    opacity: 0.3;
}

.visible{
    opacity: 1;
}

.revealHover:hover{
    opacity: 1;
    cursor: pointer;
}

.shineHover{
    opacity: 0.9;
}

.shineHover:hover{
    opacity: 1;
    cursor: pointer;
}

.visibleHover:hover{
    opacity: 0.5;
    cursor: pointer;
}

.homeBanner{
    background: #17535a;
    color: white;
}

.pageText{
    color:#17535a;
}

.homeStreamLabel{
    margin-left: 8px;
    font-size: small;
    color: white;
}


.quickLink{

}

.studioButton{
    border: 2px solid #34a6b3 !important;
    padding: 10px !important;
}

.homePanel{
    background-color: #1a181e;
    /* border:10px solid black; */
    padding:10px;
    border-radius: 10px;
}

.studioPanel{
    background-color: #1a181e;
    /* border:10px solid black; */
    padding:20px;
    border-radius: 20px;
}

.courseMenuItem{    
    padding:20px 10px;
    font-size: 26px;
    color: #49549f;
    border-bottom: 0.5px solid lightgray;;
}

.formSectionLabel{
     /* color: #17535a85; */
     color: #b3b3b3;
     margin-bottom: 10px;
     font-weight: 800;
 }

 .formSectionLabelWhite{
    color: silver;
    margin-bottom: 10px;
    font-weight: 800;
}

.formSectionDarkLabel{
    color: rgb(110 215 227);
    margin-bottom: 10px;
    font-weight: 900;
}

.formSectionGreen{
    
    color: #34a3b0;
    margin-bottom: 10px;
    font-weight: 900;
}

.courseDetailsLabel{
    color: #a9b3cc;
    margin-bottom: 5px;
    font-weight: 900;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.loginPanel{
    border-radius: 20px;
    background-color: black;
    padding: 40px;
    /* font-family: 'DM Serif Text'; */
    /*box-shadow: #918e8e 3px 3px 0px 0px;*/
    margin-bottom: 0px;
    color: white;
}

.loginPanel:focus{
    background: transparent;
    color: white;
}

input:-internal-autofill-selected {
    background: transparent !important;
    color: white !important;
}

/* .loginPanel:hover{
    background: transparent;
    color: white;
} */

.roundBtn{
    border: none;
    color: rgb(255,255,255);
    background: #49549f;
    border-radius: 30px;
}

.roundBtn:hover{
    color: whitesmoke;
}


.roundBtn:focus{
    border: none;
    background: #49549f;
    color: rgb(255,255,255);
}

.desktopLoginWidth{
    min-width: 400px;
    width: 80%;
    /* max-width: 700px; */
}

.mobileLoginWidth{
    width: 90%;
}



.latoItalic{
    font-family: "Lato Italic";
}

.latoLighttItalic{
    font-family: "Lato Light Italic";
}

.hover_border{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height:28px;
}

.moduleBarCourse{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border:1px solid transparent;

    margin-right: 0px;
    margin-left: 0px;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #eaeaea;
    /*border-radius:10px;*/
    background-color: white;

    line-height:28px;
    font-size: small;

    
}

.sectionListItem{
    /* margin-left: 0px;
    margin-right: 0px;
    background-color: #17535a;
    color: white;
    border-radius:10px;
    margin-bottom: 10px; */


    /* border-bottom: 1px solid #17535a; */
    font-size: small;
    font-weight: 800;
    color: #807a7a;
}

.sectionListItem:hover{
    text-decoration: underline;
    cursor: pointer;
}

.sectionModuleListItem{
    /* margin-left: 0px;
    margin-right: 0px; */
    /* background-color: white; */
    font-size: small;
    /* font-weight: 800; */
    color: white;
    /* border-radius:10px;
    margin-bottom: 10px; */
}

/*.moduleBarCourse{*/

/*background-color: white;*/
/*}*/

.sectionBar:hover{
    cursor: pointer;
    text-decoration: none;
    /* margin-top: 20px; */
    /*background-color: #f3f3f3;*/
    /*border:1px solid #49549f;*/

}

.sectionBar{
    /*padding-top: 8px;*/
    /*padding-bottom: 8px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*border:1px solid transparent;*/

    margin-right: 0px;
    margin-left: 0px;
    /*margin-bottom: 10px;*/
    /*border-bottom: 1px solid #eaeaea;*/
    /*border-radius:10px;*/
    /*background-color: darkslategray;*/
    /*color: white;*/

    line-height:28px;

    margin-top: 20px;
}



.moduleBarCourse:hover{
    cursor: pointer;
    text-decoration: none;
    background-color: #f3f3f3;
    /*border:1px solid #49549f;*/

}

.moduleBar{
    /* padding-top: 3px;
    padding-bottom: 3px; */
    /* padding-left: 10px;
    padding-right: 10px; */
    /* border:1px solid transparent;
    border-radius:10px; */
    /*margin-right: 0px;*/
    /*margin-left: 0px;*/
    /*margin-bottom: 10px;*/
    /* border-bottom: 1px solid #eaeaea; */
    /*border-radius:10px;*/
    /*background-color: #f7f7f7;*/
    /* background-color: white; */
    font-size: small;

    /* line-height:28px; */

}

.moduleBar_selected{
    background-color: #f3f3f3;
}

/*.moduleBar{*/

/*background-color: white;*/
/*}*/

.moduleBar:hover{
    cursor: pointer;
    /* text-decoration: none; */
    /* background-color: rgba(243, 243, 243, 0.75); */
    /*border:1px solid #49549f;*/
    text-decoration: underline;

}

.moduleBarOpen{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height:28px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    /*border-left:3px solid #49549f;*/
    /*box-shadow: 4px -1px 1px 1px rgb(224 225 225);*/
    /*background-color: white;*/
    /*background-color: rgba(73, 84, 159, 0.25);*/

}

.moduleBarOpen:hover{
    cursor: pointer;
    text-decoration: none;
    background-color: #49549f1f;
    margin-right: 0px;
    margin-left: 0px;

}

.pricing-btn{
    border: none;
    color: rgb(255,255,255);
    margin-right: 0px;
    background: #49549f;
    margin-top: 20px;
    font-family: Lato;
    border-radius: 30px !important;
    padding: 5px 20px;
    /*width: 100px;*/
    font-size: 16px;
}



.c_panel{
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 100px;
}

.c_panelTitle{
    font-family: "DM Serif Text";
    font-size: 18px;
}

.focusedPriced{
    font-family: Lato;
    border-bottom:3px solid #49549f;
    padding-bottom: 2px;
    color:#49549f
}

.unfocusedPriced{
    /*font-family: Lato;*/
    border-bottom:3px solid transparent;
    padding-bottom: 2px;
    /*color:#49549f*/
}

.aero-model-content{
    border-radius: 20px;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.5 !important;
    background-color: #17535a;
}


.hover_border:hover{
    /*border: 1px solid #57b8b8;*/
    border-radius: 30px;
    background-color: rgba(73, 84, 159, 0.14);
    /*border-bottom: 3px solid transparent;*/
}

.userPanel{
    /*float: left;*/
    /*margin-bottom: 10px;*/
    /*margin-right: 30px;*/
    /*width: 300px;*/
    padding: 10px;
    /*border-radius: 20px;*/
    /*box-shadow: 2px 3px 5px 3px rgb(224 225 225);*/
    /*overflow: hidden;*/
    border:1px solid transparent;
}

/*.userPanel:hover{*/
    /*cursor: pointer;*/
    /*!*box-shadow: 2px 3px 5px 3px rgb(224 225 225);*!*/

    /*border:1px solid #49549f*/
/*}*/


.pricing-item{
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,.075);
    border-top: 2px solid #49549f;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.menu_title_link{
    /*color: white;*/
}

.dropdown-item{
    color: white;
}

.dropdown-item:hover{
    background-color: transparent;
    color: silver;
}

.headerMenu{
    color: white !important;
}

.headerMenu .dropdown-menu{
    background-color: red;
    inset: 50px auto auto -70px !important;
    top: 12px !important;
    left: 9px !important;
    background: #1d1b20;
    
}


.creatorSwitch .form-check-input{
    border: 1px solid silver;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color:transparent
}


::-webkit-scrollbar {
    display: none;
}

.impact_mobileFullScreen{
    height: 100vh;
}

.impact_desktopScreen{
    height: 100vh;
}

.menu_title_link:hover{
    color: #51b6b6;
    cursor: pointer;
}

.menu_section_link{
    /*color: white;*/
    font-weight:600
}

.hover_dim{

}

.streamSelected{
    background: #34a6b373;
}

.ql-editor{
    padding: 0 !important;
}

.ql-container{
    color: silver !important;
    font-family: 'Arial' !important;
    font-size: 16px !important;
    border: none !important;
    padding: none;
}

.ql-toolbar.ql-snow{
    border: none !important;
    /* border-bottom: 1px solid #16535a !important; */
    padding: 0px !important;
    text-align: center;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color:white !important;
    /* background-color: rgb(72, 72, 72); */

}

.ql-snow .ql-picker{
    color: white !important;
    background: transparent;
}

.ql-snow .ql-picker:hover{
    color: silver;
}

.ql-snow .ql-stroke {
    stroke:#fff !important;
}

.ql-toolbar.ql-snow{
    color: white;
}


.hover_dim:hover{
    filter: brightness(0.6);
}

/*.menu_section_link:hover{*/
/*    color: #51b6b6;*/
/*    font-weight: 500;*/
/*    cursor: pointer;*/
/*}*/

.menu_module_link{
    color: gray;
    font-weight:200;
    padding-left: 8px;
    margin-bottom: 3px;
}

/*.menu_module_link:hover{*/
/*    color: #51b6b6;*/
/*    font-weight: 500;*/
/*    cursor: pointer;*/
/*}*/

.blackBackground1{
    background: rgba(0,0,0,0.30)
}

.blackBackground1:hover{
    background: rgba(0,0,0,0.1)
}

.blackBackground2{
    background: rgba(0,0,0,0.3)
}

.blackBackground2:hover{
    background: rgba(0,0,0,0.1)
}

.blackBackground3{
    background: rgba(0,0,0,0.4)
}

.blackBackground3:hover{
    background: rgba(0,0,0,0.2)
}


/*.header{*/
/*    background: rgb(245 245 245);*/
/*}*/

.mh-header-link{
    color: #49549f !important;
    font-size: small;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: Lato;
    font-weight: 400;
}

.mh-dropdown{
    margin-bottom: 20px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    /* padding: 1rem; */
    padding-right: 2rem;
}

.mh-dropdown-tall{
    margin-bottom: 20px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    /* padding: 1rem; */
    padding-right: 2rem;
}

.levelupPanel{
    width:300px;
    min-height: 500px;
    margin-right: 40px;
    background-color: white;
    float:left
}



.listViewOdd{
    padding-top: 5px;
    padding-bottom: 5px;
}

.listViewEven{
    background-color: #f9f9fb;
    padding-top: 5px;
    padding-bottom: 5px;
}


.underlineOnHover{

}

.underlineOnHover:hover{
    text-decoration: underline;
    cursor: pointer;
}

.user-circle-lg {
    background: green;
    color: #fff;
    /* padding: 5px 20px; */
    border-radius: 50%;
    font-size: 35px;
    width: 100px;
    height: 100px;
    padding-top: 30px;
}

.user-circle {
    background: green;
    color: #fff;
    /* padding: 5px 20px; */
    border-radius: 50%;
    font-size: 35px;
    width: 70px;
    height: 70px;
    padding-top: 12px;
}

.user-circle-sm {
    background: green;
    color: #fff;
    /* padding: 5px 20px; */
    border-radius: 50%;
    font-size: 20px;
    width: 35px;
    height: 35px;
    padding-top: 3px;
    display: inline-block;
}

.user-circle-header {
    background: green;
    color: #fff;
    /* padding: 5px 20px; */
    border-radius: 50%;
    font-size: 20px;
    width: 45px;
    height: 45px;
    padding-top: 7px;
    display: inline-block;
}

.articleTitle{
    color:white;
}

.hpBubble-outline{
    padding-right: 15px;
    padding-left: 15px;
    border-radius:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: small;
    display: inline-block;
    border: 1px solid #5d5b8b;
    color: #5d5b8b;
    font-weight: 700;
}

.hpBubble{
    padding-right: 15px;
    padding-left: 15px;
    border-radius:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: small;
    display: inline-block;
    border: 1px solid #5d5b8b;
    background-color: #5d5b8b;
    color: white;
    font-weight: 700;
}

.hpBubble:hover{
    cursor:pointer;
}

.hpBubble-outline:hover{
    cursor:pointer;
}

.programPanel{
    background: #ffffff;
    margin-bottom: 10px;
    box-shadow: 3px 3px 4px 4px rgb(183,186,190);
    border-radius: 12px;
    padding-top:10px;
    padding-bottom:10px;
}

.playButton{
    background: rgb(200 217 252);
    padding: 10px 14px;
    width: 40px;
    height: 40px;
}

.playButton:hover{
    background-color: rgba(118, 105, 150, 0.52);
    cursor: pointer;
    color: #766996;border:1px solid #766996;
}


#headerSplash{
    background: url('../img/woman-desktop.jpg') top center / cover no-repeat;
    position: relative;
    height:700px;
}


@media (max-width: 768px) {
    .container {
      width: 100%;
      max-width: none;
    }

    #headerSplash{
        background: url('../img/woman-mobile.jpg') center / cover no-repeat;
    }

   
  }

  @media (min-width: 768px) {

    .desktopMargin{
        margin-top: 80px;
    }
    
    .vidooPlayerDesktop{
        border-radius: 10px 10px 0px 0px;
    }
  }

.videoButton{
    width:100px;
    height:100px;
    border-radius: 20px;
    color: #766996;border:1px solid #766996;
}

.videoButton:hover{
    background-color: rgba(118, 105, 150, 0.52);
    cursor: pointer;
    color: #766996;border:1px solid #766996;
}

.singlePanel{
    float: left;
    margin-bottom: 80px;
    margin-right: 30px;
    width: 300px;
    padding: 0px;
    /*border-radius: 20px;*/
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
    overflow: hidden;
    /*border:1px solid transparent;*/
    border:1px solid lightgray;
    background-color: white;
    color: white;
}

.singlePanel:hover{
    cursor:pointer;
    background-color: #eeede9;
}

.singlePanel_disabled{
    float: left;
    margin-bottom: 80px;
    margin-right: 30px;
    width: 300px;
    padding: 0px;
    /*border-radius: 20px;*/
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
    overflow: hidden;
    background-color: black;
    color: white;
    /*border:1px solid transparent;*/
    border:1px solid lightgray;
}

.singlePanel_disabled:hover{
    cursor:pointer;
    /*background-color: #eeede9;*/
}


.singlePanel:hover{
    cursor:pointer;
    background-color: #eeede9;
}

.themePanel{
    float: left;
    margin-bottom: 80px;
    margin-right: 30px;
    width: 300px;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
    overflow: hidden;
    /*border:1px solid transparent;*/
    /*border:1px solid lightgray;*/
    /*background-color: white;*/
    height: 150px;
}

.engagementPanel{
    background: white;
    padding:20px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
}

.tagPanel{
    border:1px solid lightgray;
    background-color: white;
    position: absolute;
    top: -55px;
    width: 300px;
    padding: 10px;
    border-radius: 15px;
}

.mhLink{
    color: #48569f
}
.mhLink:hover{
    color:#7a7a7a;
    cursor:pointer
}



#homeSearchBar{
    width: 180px;
    /* margin: auto; */
    display: inline-block;
    /* line-height: 40px; */
    margin-top: 3px;
    height: 40px;
    background: transparent;
    border: 1px solid gray;
    padding-left: 10px;
    color: white;
}

#homeSearchBar:focus{
    border: 1px solid gray;
    box-shadow:none;
    outline:none
}

.colorLabel{
    color: #86a1a4;
}

#leftCol{
    width: 100px;
    left: 0px;
    background: red;
    height: 100vh;
}

#centerCol{
    padding: 60px;
}

#rightCol{
    width: 400px;
    position: fixed;
    right: 0px;
    background: red;
    height: 100vh;
}

#workspacePanel{
    width: 600px;
    position: fixed;
    top:0;
    right: -600px;
    background: darkolivegreen;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
}

.commentsPanel{
    width: 600px;
    position: fixed;
    top:0;
    right: -600px;
    background: darkolivegreen;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
    padding: 30px;
}

.loginInput{
    background: transparent;
    border: 1px solid silver;
    border-radius: 30px;
    color: rgb(255, 255, 255);
}

.coachPanel{
    float: left;
    margin-bottom: 80px;
    margin-right: 60px;
    /*width: 300px;*/
    padding: 20px;
    /*border-radius: 20px;*/
    /*box-shadow: 2px 3px 5px 3px rgb(224 225 225);*/
    /*overflow: hidden;*/
    /*border:1px solid transparent;*/
    /*border:1px solid lightgray;*/
    /*background-color: white;*/
}

.strong{
    font-weight: bold;
}

.raised{
    top:-50px;
}

.userPanel{
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
}

.userPanel:hover{
    cursor:pointer;
    background: #191919;
}

.videoPanel{
    width:180px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
}

.coursePanel{
    /*float: left;*/
    /*margin-bottom: 80px;*/
    /*margin-right: 60px;*/
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    /* box-shadow: 2px 3px 5px 3px rgb(224 225 225); */
    overflow: hidden;
    /*border:1px solid transparent;*/
    /* border:1px solid lightgray; */
    background-color: white;
    /* margin-right: 18px;
    margin-left: 18px; */
    /* height: 340px; */
    /*margin: 30px;*/
    display: inline-block;
    text-align: left;
}

/* .studioPanel{
    padding:20px;
    color: #17535a;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Lato black';

    /* background: white; */
} */

.studioPanelTitle{
    padding:20px;
    color: #48569f;border-bottom: 1px solid lightgray;
}

.studioPanelTitle:hover{
    background-color: #f3f3f3;
    cursor: pointer;
}

.studioPanelTitle_selected{
    padding:20px;
    color: #48569f;
    border-bottom: 1px solid lightgray;
    background-color: #f3f3f3;
}

/* .studioPanel:hover{
    /* cursor: pointer;
    background: #f7f0f0;
    border-radius: 20px; */
} */

.coursePanel_disabled{
    float: left;
    margin-bottom: 80px;
    margin-right: 60px;
    width: 300px;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
    overflow: hidden;
    background-color: black;
    color: white;
    /*border:1px solid transparent;*/
    border:1px solid lightgray;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}

.coursePanel:hover{
    cursor:pointer;
    background-color: #eeede9;
}

.coursePanel_disabled:hover{
    cursor:pointer;
}

.coursePanel_selected{
    float: left;
    margin-bottom: 80px;
    margin-right: 30px;
    width: 350px;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
    overflow: hidden;
    border:1px solid #49549f
}

.coursePanel_selected{
    cursor:pointer;
    background-color: #eeede9;
}

.custom-typeahead .dropdown-menu {
    /*position: initial;*/
}

.uib-typeahead-match:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}

.editIcon{
    color: lightgray;
}

.editIcon:hover{
    color: #4380bc;
    cursor: pointer;
}

.uib-typeahead-match a {
    color: #4380bc;
    text-decoration: none;
    padding-left:10px;
    font-size: small;
}

#solutionMenu{
    width: 100%;
    height: 300px;
    position: absolute;
    top: -320px;
    left: 0px;
    background: #17535a;
    color: white;
    transition: all linear .1s;
    z-index: 99;
    padding: 20px 40px;
}

#mobileMenu{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -500px;
    background: #141321;
    color: white;
    transition: all linear .1s;
    z-index: 99;
    padding: 20px 40px;
}

#homesearch{
    border-radius: 20px;
    background-color:rgb(208 208 208 / 42%);
    border: none;
    color: #17535a85;
}

#homesearch:focus{
    border: none;
    box-shadow:none;
    outline:none
}

.link_btn{
    /* background-color: white; */
    /* border: 1px solid rgb(54, 123, 134); */
    color: #17535a;
    border-radius: 10px;
    font-size: 20px;
}

.link_btn:hover{
    background-color: rgba(24, 74, 81, 0.15);
    /* color: white */
}

.selectorPanel{
    border-radius: 30px
    
}
   

.selectorPanel:hover{
    cursor: pointer;
    background-color: rgb(0, 35, 39);
}

#libsearch{
    border-radius: 20px;
    background-color:rgb(208 208 208 / 42%);
    border: none;
    color: #17535a;
}


.pri-color{
    color: #17535a;
}

.sec-color{
    /* color:rgb(157 162 166); */
    color:rgb(106 114 115)
}



#libsearch:focus{
    border: none;
    box-shadow:none;
    outline:none
}

.typeahead-search {
    position: relative;
}

/*.dropdown-menu {*/
    /*//width: 100%;*/
   /*// color: red;*/
/*}*/

.typeahead-search {

}

.courseStatsPanel{
    background: #f8f6f6;
    border-radius: 10px;
}


.courseStat{
    font-size: 20px;
    color: #ffffff;
}

.smallProfileIcon{
    display: inline-block;
    margin-right: 20px;
    background-color: #292929;
    /* color: #060606; */
    font-size: x-small;
    padding: 5px;
    border-radius: 50%;
}

.shadeHover:hover{
    background-color: #ffffff20;
}

.underlineOnHover{
    text-decoration: none;
}

.underlineOnHover:hover{
    text-decoration: underline;
}

.slick-slide{
    height:auto!important;
}

.slickArticlePage{
    /*height:100vh !important;*/
    border:none !important;
}

.roundBlackBtn{
    text-align: center;
    border: 1px solid white;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    padding-top: 8px;
    margin: auto;
    font-size: small;
}

.image_darkMode{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.sidepanel {
    height: 100%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #1a1919; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; !* Place content 60px from the top *!*/
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
    color: white;
}


.desktopModal{
    margin: auto;
    /* width: auto; */
    background-color: #181616;
    color: white;
    overflow: hidden;
}
.desktopVideoWrapper{
    padding:0px;
    border-radius: 10px;
    overflow:hidden;
    background-color: black;
}

.mobileVideoWrapper{
    padding:0px;
    overflow:hidden;
    background-color: black;
    text-align: center;

}

.desktopVideoPlayer{
    width: 100%;
    background-color: black;
    max-height: 80vh;
}

.mobileVideoPlayer_portrait{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

    height: 100%;

    width: 100vw;
    object-fit: cover;
}


.mobileVideoPlayer_landscape{
    background: black;
    /*height: 100%;*/

    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

    height: 100%;

    width: 100vw;
    object-fit: cover;
}

/*::-webkit-scrollbar {*/
/*    width: 0px;*/
/*    background: transparent; !* make scrollbar transparent *!*/
/*}*/

.leftPanel {
    position: relative;
    /*margin-right: 40px;*/
    /*height: 100%; !* Specify a height *!*/
    width: 0px; /* 0 width - change this with JavaScript */
    /*position: fixed; !* Stay in place *!*/
    /*z-index: 100; !* Stay on top *!*/
    /*top: 0;*/
    /*left: 0;*/
    /*float:left;*/
    background-color: black; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; !* Place content 60px from the top *!*/
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
    height: 100vh;
}

.headerPill{
    background: lightgray;
}

.desktopHeader{
    /* background: #1c1a1a; */
}







#backdrop{
    background-color: rgba(0, 0, 0, 0.8);
    width:100%;height:100vh;
    display: none;
    /* filter: blur(60px); */
    transition: all 1s;
    position: fixed;
    top: 0;
    /* position: absolute;
    z-index: 90;
    display: none; */
    left:0
}

.topPanel {
    width: 100%; /* Specify a height */
    height: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; !* Place content 60px from the top *!*/
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

.animate{
    transition: max-width 2s linear 1s;
}

.coursePublicPanel{
    /*margin-right: 50px;*/
    /*margin-bottom: 50px;*/
    /*overflow: hidden;*/
    /*width: 250px;*/
    height: 250px;
}


#courseMenu{
    width: 100px;
    transition: width 0.15s ease-out;
    overflow: hidden;
    /* height: 100vh; */
    /* background-color: #212529; */
    /*margin-top: 53px;*/
    display: inline-flex;
}

.courseMenuVisible{
    width: 260px;
    transition: width 0.15s ease-in;
    background-color: #212529;
    height: 100vh;


}

.courseMenuWrapper{
    width:300px;
    display: inline-block;
    margin-right: 50px;
    border: 1px solid lightgray;
    padding: 20px;

}

.courseMenuWrapper:hover{
    border: 1px solid black;
    cursor: pointer;
}

.greenCircle-lg{
    width: 60px;
    height: 60px;
    background-color: #17535a;
    color: white;
    font-size: 30px;
    padding-top: 18%;
}

.greenCircle{
    width: 60px;
    height: 60px;
    background-color: #17535a;
    color: white;
    font-size: 24px;
    padding-top: 20%;
}

.greenCircle:hover{
    cursor: pointer;
    background-color:#17535a4a;
}

.streamCategory{
    /* width: 200px; */
    display: inline-block;
}

.aeroBubble{
    padding-right: 15px;
    padding-left: 15px;
    border-radius:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: small;
    display: inline-block;
}

.publishCoursePanel{
    padding:0px;
    box-shadow: 2px 3px 5px 3px rgb(224 225 225);
    background-color: white;
    border-radius: 20px;
    width: 800px;
    margin: auto;
}

.aeroBubble:hover{
    cursor: pointer;
}

.roleBubble{
    background: #077a19;
    color: rgb(255,255,255);
}

.streamBubble{
    border-radius:20px;
    /* border:1px solid #17535a; */
    /* background:rgb(17 127 127); */
    background: #272c3d;
    color: white;
    font-size:small;
}

.streamBubble-selected{
    border-radius:20px;
    border:1px solid #17535a;
    background:#17535a;
    color: white;
    font-size:small;
}

.workspaceFormInput{
    background: #1211123d;
    color: silver;
    font-size: 20px;
    font-weight: 200;
    border: none;
    border-bottom: 1px solid #33a6b3;
}

.workspaceFormInput:focus{
    background: #1211123d;
    color: silver;
}

.selectedButton{
    padding: 15px;
    border-radius: 20px;
    /* background: #00000094; */
    background: #34a6b3;
    /* border:1px solid #34a6b3; */
    display: inline-flex;;
    /* height: 100px; */
}

.selectButton{
    padding: 15px;
    border-radius: 20px;
    /* background: #192221; */
    border:1px solid #34a6b3;
    display: inline-flex;

    /* height: 100px; */
}

.selectButton:hover{
    cursor: pointer;
    background: #34a6b35b;
    /* border:1px solid #293736; */
}

/* .domainBubble{
    background: #4380bc;;
    color: rgb(255,255,255);
}

.domainBubble{
    background: #4380bc;;
    color: rgb(255,255,255);
} */

.tagBubble{
    background: #a0b7e5;
    color: rgb(255,255,255);
}

.domainBubble{
    background: #bc4390;;
    color: rgb(255,255,255);
}

.tagBubbleWhite{
    background: white;
    color: black;
}

/*.tagBubble{*/
    /*background-color: #b92832;*/
    /*padding-top: 5px;*/
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    /*font-size: 1px;*/
    /*color: rgb(255,255,255);*/
    /*padding-bottom: 5px;*/
    /*border-radius: 0px;*/
    /*margin-top: 5px;*/
    /*margin-right: 5px;*/
    /*display: inline-block;*/
/*}*/

.contentBubble {
    background-color: #b55fb2;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    color: rgb(255,255,255);
    border-radius: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

.audienceBubble {
    background-color: #466c53;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    color: rgb(255,255,255);
    border-radius: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

.liveBubble{
    background-color: #477a52;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(255,255,255);
    padding-bottom: 5px;
    border-radius: 10px;
    /*margin-top: 5px;*/
    /*margin-right: 5px;*/
    /*display: inline-block;*/
}

.liveBubble{
    background-color: #477a52;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(255,255,255);
    padding-bottom: 5px;
    border-radius: 10px;
    /*margin-top: 5px;*/
    /*margin-right: 5px;*/
    /*display: inline-block;*/
}

.draftBubble{
    background-color: #6a7aa0;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(255,255,255);
    padding-bottom: 5px;
    border-radius: 10px;
    /*margin-top: 5px;*/
    /*margin-right: 5px;*/
    /*display: inline-block;*/
}

.segmentBubble{
    background-color: #477a52;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(255,255,255);
    padding-bottom: 5px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
}

.segmentBubble-NotSelected{
    background-color: #edf3f8;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding-bottom: 5px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
}

.clickableSegmentBubble{

    background-color: #a0c3d4;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(255,255,255);
    padding-bottom: 5px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
}

.course-panel{
    width: 200px;
    margin-right: 30px;
    padding:10px;
}



.course-panel:hover{
    background-color: lightgray;
    cursor:pointer
}


.editableField:hover{
    outline: solid 2px forestgreen;
    cursor: pointer;
}

.selectedImage {
    border:4px solid blue;
}

/*.sectionMenu{*/
    /*opacity: .5;*/
/*}*/

/*.sectionMenu:hover{*/
    /*opacity:1;*/
    /*cursor: pointer;*/
/*}*/



/* .pageMode{
    background-color: #f1f1e2;
    color: black;
} */

.pageMode{
    background-color: black;
    color: silver;
}

.sectionMenuItem{
    display: inline-block;
    /*width: 200px;*/
    padding: 5px;
    opacity: .5;
    border:2px solid #abc6d0;
    border-radius: 10px;
    margin-right: 20px;
}

.sectionMenuItem:hover{
    opacity:1;
    cursor: pointer;
}

.aero-modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.51);
    /*filter: alpha(opacity=50);*/
}

.mh-btn-homepage{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    border: none;
    background-color: #5d5b8b;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-homepage-outline{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    border: 1px solid #5d5b8b;
    background-color: transparent;
    color: #5d5b8b;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-homepage:hover{
    cursor: pointer;
    background-color: #5d5b8ba7;
}

.homePageSection{
    padding-top: 200px;
    padding-bottom: 200px;
}

.mh-btn-homepage-outline:hover{
    cursor: pointer;
    background-color: #5d5b8ba7;
}

/*.in {*/
    /*filter: alpha(opacity=50);*/
    /*!* opacity: .5; *!*/
/*}*/


.btn:focus {
    outline: none;
    box-shadow: none;
}

/*.form-control:focus{*/
/*    outline: none;*/
/*    box-shadow: none;*/
/*    border: 1px solid #48549f;*/

/*}*/

.pageLink{
    color: white;
    font-size: 18px;
}

.pageLink:hover {
    color: aqua;
    cursor: pointer;
}

.disabledPageLink{
    color: #b1b7be;
    font-size: 18px;
}

.activaPageLink{
   color: aqua;
    font-size: 18px;
}



.activaPageLink:hover{
    color: aqua;
    cursor: pointer;
}


.hover_cursor:hover{
    cursor: pointer;
    text-decoration: none;
}

.width100{
    width:100%
}

.height100{
    height:100%
}

.pageSelectorOverlay{
}

.pageSelectorOverlay:hover{
    cursor: pointer;
    filter: brightness(0.8);
    /*background-color: black*/
;
}

.profileFormInput{
    background: #efefef;
    color:  #49549f;
    font-size: 16px;
    border:none;
    border-bottom: 1px solid lightgray;
    padding:10px 20px;
}

.profileFormInput:focus,:active{
    background: #efefef;
    border:none;
    border-bottom: 1px solid lightgray;
}

.section_btn{
    /*background: white;*/
    color: white;
    border-radius: 20px;
     border: 1px solid #8b9ea0;
    /* border-radius: 0px; */
}

.section_btn:hover{
    background: #bcc1c2;
    color: white;
}

.studio-btn{
    border-radius: 10px;
    background-color: rgb(35, 35, 35);
    color: #8499c3;
}

.mh-btn-alt{
    background: #eeebeb;
    color: #4d4d4e;
    /* color: white; */
    /* border-radius: 0px; */
    color: #4d4d4e;
}

.mh-btn-alt:hover{
    background: #dedbdb;
}

.chart-container {
    position: relative;
}
chart-legend {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}


.mh-btn-gray{
    background-color: #ede9e9;
    color: #49549f;
    border-radius: 30px;
    padding: 8px 24px;
}

.right-btn{
    border-radius: 0px 20px 20px 0px !important;
}

.left-btn{
    border-radius: 20px 0px 0px 20px !important;
}

.mh-btn-white{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    /*border: 1px solid #49549f;*/
    background-color: white;
    color: black;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-white-outline{
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
    border: 1px solid white;
    background-color: transparent;
}

.mh-btn-white-outline:hover{
    color: #b5c4c6;
    border:1px solid #b5c4c6;
}

.impact_icon{
    /*color: #b5c4c6;*/
}

.impact_icon:hover{
    color: #51b6b6;

}



.mh-btn-white-selected{
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

#studioCourseHeader{

}

.border10{
    border-radius: 10px;
}

.border20{
    border-radius: 20px;
}

#studioCourseHeader:hover{
    cursor: pointer;
    text-decoration: underline;
}

.mh-btn{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    border: 1px solid #34a6b3;
    background-color: #34a6b3;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-success{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    border: none;
    background-color: green;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-selected{

    border: none;
    background-color: #e0dee0;
    color: #17535a;
    border-radius: 30px;
    padding: 8px 24px;
}


.homepageSmallPanel{
    display: flex;
}

.inputTransparent{
    
    box-shadow: none;
    outline: none;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid darkgray;
    color: white;
}

.inputTransparent:hover{
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: white;

}

.marginTop60{
    margin-top: 60px;
}

.marginTop20{
    margin-top: 20px;
}

.inputTransparent:focus{
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: white;

}

.modalbackground{
    background-color: #1b1c20;
    color: white;
}

.inputField{
    border: 1px solid silver;
    box-shadow: none;
    outline: none;
    border-radius: 20px;
    background-color: transparent;
    color: white;
}

.inputField:focus{
    background-color: transparent;
    box-shadow: none;
    outline: none;
    color: white;
}

.moduleInput-round{
    border: 1px solid silver;
    box-shadow: none;
    outline: none;
    border-radius: 20px;

}

.moduleInput-round:hover{
    border: none;
    box-shadow: none;
    outline: none;
}

.mh-btn-cta{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    border: none;
    background-color: #2fc161;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-cta:hover{
    background-color: rgba(23, 83, 90, 0.47);
    color: lightgray;
}

.mh-btn:hover{
    background-color: rgba(23, 83, 90, 0.47);
    color: lightgray;

}

.mh-btn-cta:focus{
    box-shadow: none;
    color: white;
    background-color: #17535a;
}

.normalTextColor{
    color: silver;
}


.p_price{
    color: slateblue;
    font-size: 30px;
    margin-bottom: 0px;
}

.P_header{
    color: #34b36c;
}

.p_col{
    padding: 20px;;
}

.p_title{
    font-size: small;
    font-weight: bold;
    margin-bottom: 3px;
}

.p_val{
    margin-bottom: 0px;
    color:silver;
}

.p_row{
    margin-bottom: 20px;
}



.font-italic{
    font-style: italic;
}


.mh-btn{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    /* border: 1px solid #269366;
    background-color: #269366; */
    border: 1px solid #8499c2;
    background-color: #8499c2;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-success{
    /*color: black;*/
    /*!*background-color: #49549f;*!*/
    /*background-color: lightgray;*/
    border: none;
    background-color: #8499c2;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn:hover{
    box-shadow: none;
    color: #246e76 !important;
    background-color: #677798 !important
}

.mh-btn:focus{
    box-shadow: none;
    color: white !important;
    background-color: #34a6b3 !important;
}

.mh-btn-white:hover:focus{
    box-shadow: none;
    color: #17535a;
}

.mh-btn-white-selected:focus{
    box-shadow: none;
    color: white;
}

.creatorOffer{
    /* background-color: #272c3d; */
    color:white;
}

.premiumOffer{
    background-color: rgb(200 217 252);
    color:#272c3d
}

.themeButton{
    background-color: #272c3d;
}


.mh-btn-social-outline{
    background-color: transparent;
    color: white;
    border-radius: 30px;
    height:40px;
    width:40px;
    padding: 10;
    /* box-shadow: none;
    outline: none; */
    /* border:1px solid white;
    
    padding: 10px; */
    /* 
    
    /* display: block;
    margin: auto; */
}

.mh-btn-social-outline:hover{
    background-color: rgb(42 40 40);
    /* border:1px solid silver; */
    cursor: pointer;
}

.mh-btn-social-outline:active :focus{
    outline:none;
    text-decoration: none;
}


.mh-btn-outline{
    background-color: transparent;
    color: #34a6b3;
    box-shadow: none;
    outline: none;
    border:1px solid #34a6b3;
    border-radius: 30px;
    padding: 8px 24px;

}

.mh-btn-outline:hover{
    /*color: rgb(255 255 255);*/
    background-color: #34a6b3;
    border:1px solid #34a6b3

}

.mh-btn-outline:active :focus{
    background-color: transparent;
    color: #34a6b3;
    box-shadow: none;
    outline: none;
    border:1px solid #34a6b3;
    border-radius: 30px;
    padding: 8px 24px;
    outline: none;
}

/* 
@media (min-width: 992px) {
    .col-xl-25 {
        flex: 0 0 auto;
        width: 20%;
    } */

.primaryTitle{
 color: #766996;
}

.paddingLeftRight30{
    padding-left: 30px;
    padding-right: 30px;
}

.paddingLeftRight10{
    padding-left: 10px;
    padding-right: 10px;
}

.authorName{
    color: #a9a8a8;
}

.courseTitle{
    color: white
}

.secondaryTitle{
    color: darkgray;
}


.hoverbackground:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.057);
}

.homeLabel{
    color: #766996;;
    font-weight: 300;
    font-size: 16px;
}


.transparentInput{
    background-color: transparent !important;
}

.transparentInput:focus{
    background-color: transparent !important;
}

.homeValue{
color: #3a3a3a;
}

body{
    background: #0c0b0b;
    color: white;
    overflow-x: hidden;
}

.homePageStyle{
    background-color: #f1f1e2;color: #5d5b8b;
}

/* 
@media only screen and (max-width: 600px) {
    responsiveCoursePanel {
     width:100%
    }
  } */

a{
    color: black;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

/*body::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}



.stream_button{
    /*border: 1px solid grey;*/
    border-radius: 50px;
    margin-top: 5px;

    color: #fff !important;
    /*background-color: #4ab7b7;*/
    /*background-color: #36645e;*/
    background-color: #49549f;
    border: none;
    padding: 5px 15px;
}

.menuItem{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    /*background: #ffffff;*/
}

#CourseMenuWrapper{
    display: inline-flex;
}

#leftMenu{
    width:100px;
    display: inline-block;
    /*padding-top: 20px;*/
}

.tutorialInput{
    font-size: 24px;
    border: none;
    border-bottom: 0.5px solid gray;
    background: transparent;
    outline: none;
}

/*.hidden{*/
    /*!*display: none;*!*/
    /*width: 0px;*/
/*}*/

/*.visible{*/
    /*!*display: inline-block;*!*/
    /*width: 200px;*/

/*}*/

#rightPanel{
    display: inline-block;

    color: white;
    background-color: #3c3838;
    height: 100vh;
    padding: 5px;
    position: relative;
    /*width:100%*/
}

.menuPanel-home-selected{
    color: white;
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    width:80px;
    border-right: 1px solid lightgray;
    background:#17535a;
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}

.menuPanel-home:hover{
    color: white;
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    width:80px;
    /*border-right: 1px solid lightgray;*/
    background:#17535a;
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}

.menuPanel-home-unselected{
    color: #17535a;
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    width:80px;
    border-right: 1px solid lightgray;
    background: white;
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}


.menuPanel{
    color: #17535a;
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    width:80px;
    border-right: 1px solid lightgray;
    background: white;
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}

.menuPanelDisabled{
    color: rgba(23, 83, 90, 0.26);
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    /*width:100%;*/
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}

.menuPanel:hover{
    background-color: rgb(245 245 245);;
    cursor: pointer;
}

.menuPanelSelected{
    color: #17535a;;
    background-color: rgb(245 245 245);
    font-size: 12px;
    padding: 20px 10px;
    /*border-right: white;*/

}

.menuPanelSelected{
    cursor: pointer;
}

.courseTypePanel{
    color: #b4b5bb;
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    width:100px;
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}

.courseTypePanelDisabled{
    color: #6d604f;
    /*background-color: black;*/
    /* height: 60px; */
    font-size: 12px;
    padding: 20px 10px;
    /*width:100%;*/
    /*min-height: 80px;*/
    /*border: 5px solid #212529;*/
}

.courseTypePanel:hover{
    color: white;
    cursor: pointer;
}

.courseTypePanelSelected{
    color: white;
    background-color: #3c3838;
    font-size: 12px;
    padding: 20px 10px;
}

.courseTypePanelSelected{
    cursor: pointer;
}

.recentItem{
    color: #b4b5bb;
    font-size: small;
}

.recentItem:hover{
    color: white;
    cursor: pointer;
}

.subHeader{
    color: white;
    margin-bottom: 10px;
    font-weight: 900;
}

.subMenuItem{
    color: #b4b5bb;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: small;
}

.subMenu{
    color: #b4b5bb;
    padding: 20px;
    font-size: small;
}


.dropzone {
    width: 100%;
    height: 45px;
    border: 1px dashed #ccc;
    text-align: center;
    padding: 20px;
    /*margin: 20px;*/
    font-family: Arial;

    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.image-container {
    width: 100%;
    /*height: 200px;*/
    /*margin: 20px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 2;
}

.image-container img {
    max-width: 100%;
}

.file-name {
    font-family: Arial;
}




.subMenuItem:hover{
    color: white;
    cursor: pointer;
}

.templateText{
    font-size: 30px;
    font-family: Lato;
    height:100%;
    width: 100%;
    /*background: transparent;*/
    border: none;
    resize: none;
    overflow: hidden;
}

.topMenuItem{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top: 5px;*/
    /*line-height: 35px;*/
    /* margin-left:30px; */
    /* margin-top: 5px; */
    color: white !important;
}

.topMenuItem:hover{
    opacity: 1;
    color: #e3e3e3 !important;
}

#workspaceMenuItem{
    display: inline-block;
    padding-left: 50px;
    margin-left: 50px;
    padding-right: 20px;
    /*padding-top: 5px;*/
    /*line-height: 35px;*/
    width:150px;
    border-left:1px solid rgba(255, 255, 255, 0.5);
    /*opacity: 0.5;*/
}

.dark-panel{
    background: #e9e9e9;
    padding: 20px;
    border-radius: 10px;
    color: #17535a;
}

#brand_public{
    /*display: inline-block;*/
    /*padding-left: 10px;*/
    /*padding-right: 20px;*/
    /*width:150px;*/

    color:  #17535a;
}

#brand{
    /*display: inline-block;*/
    /*padding-left: 10px;*/
    /*padding-right: 20px;*/
    /*width:150px;*/

    color:  white;
}

#brand:focus{
    border:none;
    outline: none;
}

.coursePlayerContainer{
    padding: 0px;
}

.menuSelected{
    /*color: #36645e*/
    /*color: white !important;*/
    color:  white;
    padding: 0px;
}

.menuNotSelected{
    /*color: #36645ea8;*/
    /*color: #6877e2;*/
    /* color: rgba(183, 185, 189, 0.5) !important; */
    color: white;;
    padding: 0px;
}

.menuNotSelected:hover{
    color:darkgray;
}

.mobile_menu_item{
    padding: 10px;
    font-size:small;
}

.streamBox{
    width:200px;
    max-height: 400px;
    margin-right: 40px;
    margin-bottom: 30px;
}

.streamBox:hover{
    cursor: pointer;
}

.hover_circle:hover{
    background-color: #c6d4dc;
}

progress::-moz-progress-bar {
    background: transparent;
}

progress[value]::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {

    background: white;


}

progress[value] {
    appearance: none; /* Needed for Safari */
    border: none; /* Needed for Firefox */
    color: white; /* Fallback to a solid color */
}

 WebKit styles
progress[value]::-webkit-progress-value {
    /*background-image: linear-gradient(*/
            /*to right,*/
            /*#ff8a00, #e52e71*/
    /*);*/
    /*transition: width 1s linear;*/
     background-color:white;;
     color: white;;
}

/* Firefox styles */
progress[value]::-moz-progress-bar {
    /*background-image: -moz-linear-gradient(*/
            /*right,*/
            /*#ff8a00, #e52e71*/
    /*);*/
    background-color: white;;
    color: white;;

}

.selectedAnswer{
    background-color: #0a568c;
    color: white;
}

.usSelectedAnswer{
    background-color: transparent;
    color: black;
}

.ellipsesOneLineField{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

.ellipsesTwoLineField{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

.ellipsesThreeLineField{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

.ellipsesFiveLineField{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

.ellipsesThreeLineField{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

.form-check-input{
    border: 3px solid #4ab7b7;
}

.form-check-input:checked{
    background-color: #4ab7b7;
    border: 3px solid #4ab7b7;
    box-shadow: none;
}

.moduleInput{
    border: none;
    box-shadow: none;
    outline: none;
    /*resize: none;*/
    /*overflow: auto;*/
}

.selectControl{
    border: none;
    width: 100%;
    /*line-height: 40px;*/
    background-color: transparent;
    height: 35px;
    border-radius: 5px;
    padding-left: 10px;
    color: white;

    /** for the dropdown indicator */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.selectControl:focus{
    background: transparent;
    color:white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    
}

/* .ql-toolbar.ql-snow{
    border: none;
    padding: 0px;
}

.ql-toolbar.ql-snow{

} */

.streamLabel{
    color: rgb(160, 183, 229);
}

.keyMetric{
    font-size: 36px;
    color: #34a6b3;
}

.moduleInput:hover{
    border: none;
    box-shadow: none;
    outline: none;
}

.courseInput:focus{
    background-color: #fafafa;
}

.courseInput{
    /*font-size: 28px;*/
    /*background: transparent;*/
    border: none;
    /*border-bottom: 0.5px solid lightgray;*/
    /*padding: 0px;*/
    /*padding-bottom: 5px;*/
    color: #424141;
    /*border: none;*/
    box-shadow: none;
    /*padding-left: 10px;*/

    font-size: 20px;background-color: #fafafa;padding: 10px;padding-left: 20px;
}


.moduleField{
    /*background: transparent;*/
    border: none;
    /* border-bottom: 0.5px solid lightgray; */
    /* padding: 0px; */
    /*padding-bottom: 5px;*/
    /*color: #49549f;*/
    border-radius: 0px;
    /*padding: 10px;*/
    /*border: none;*/
    box-shadow: none;
    outline: none;
    border-left: 2px solid #49549f73;

    /*background-color: #fafafa;padding: 10px;padding-left: 20px;*/
}

.moduleField2{
    border:none;
    outline: none;
    /*border-bottom: 1pm solid lightgray;*/
    background-color: #f9f9f9;
    /* border-left: 2px solid #49549f73; */
}

.moduleField2:focus{
    border:none;outline: none;
}

.moduleDescription{
    font-size: 16px;
    /*background-color: #fafafa;*/
    border: none;
    /*border-bottom: 0.5px solid lightgray;*/
    color: #696868;
    border-radius: 0px;
    width: 100%;
    /*height: 100%;*/
    background-color: #f9f9f9;
    padding: 10px;
    resize: none;
    overflow: auto;
    box-shadow: none;
    outline: none;
    border-left: 2px solid #17535a85;;
    /*border: 1px solid #d9d8d8;*/

    /*border:none;*/
    /*border-bottom: 1pm solid lightgray;*/
    /*background-color: #f8f6f6;*/

}

.soundButton{
    height: 60px;
    font-size: 20px;
    border: none;
    background-color: #f8f6f6;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.soundButton:hover{
    background-color: #e6eff8;
    cursor: pointer;

}

/*.moduleDescription textarea[form-control]:focus {*/
    /*color: #212529;*/
    /*box-shadow: none;*/
    /*border: none;*/
/*}*/

.hoverImage{
    filter: brightness(0.7);
}

.hoverImage:hover{
    filter: brightness(0.9);
}

.articlePage{
    width:100vw !important;
    border:none !important;
}



.moduleWrapper{
    /*box-shadow:5px gray;*/
    padding: 20px 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.ellipsesField{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*line-height: 26px;*/
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #06e9c7 !important;
    background-color: transparent;
}

.newCourPanel{
    min-height: 500px;
}

.ql-container .ql-snow{
    padding: 10px;
}

.editImageBtnRelative{
    
    border-radius: 50px;
    background-color: #34a6b3;
    padding: 0px;
    height: 50px;
    width: 50px;
    border: none;
    font-size: 24px;
    color: white;
}

.editImageBtn{
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50px;
    background-color: #34a6b3;
    padding: 0px;
    height: 50px;
    width: 50px;
    border: none;
    font-size: 24px;
    color: white;
}

.editImageBtn:hover{
    background-color: #34a6b380;
    cursor: pointer;
}

.editImageBtnRelative:hover{
    background-color: #34a6b380;
    cursor: pointer;
}


.courseType{
    height:200px;
}

.courseType:hover{
    background-color: #e4dde7;
}



.moduleList ol li{
    list-style-type: none;
}

/**
* The dnd-list should always have a min-height,
* otherwise you can't drop to it once it's empty
*/
.moduleList ul[dnd-list] {
    padding-left: 0px;
    min-height: 42px;
}


.moduleList ol[dnd-list] {
    min-height: 42px;
    padding-left: 20px;
}



/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.moduleList ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.moduleList ul[dnd-list] .dndPlaceholder {
    background-color: #262626;
    display: block;
    min-height: 42px;
}

.moduleList ol[dnd-list] .dndPlaceholder {
    background-color: #262626;
    display: block;
    min-height: 42px;
}

.moduleList ul[dnd-list] li {
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-top-right-radius: 4px;*/
    /*border-top-left-radius: 4px;*/
    display: block;
    /*padding: 10px 15px;*/
    /*margin-bottom: -1px;*/
}

/**
 * Show selected elements in green
 */
.moduleList ul[dnd-list] li.selected {
    background-color: #262626;
    color: #3c763d;
}






.streamList ol li{
    list-style-type: none;
}

/**
* The dnd-list should always have a min-height,
* otherwise you can't drop to it once it's empty
*/
.streamList ul[dnd-list] {
    min-height: 360px;
    padding-left: 0px;
}


.streamList ol[dnd-list] {
    min-height: 360px;
    padding-left: 20px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.streamList ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.streamList ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 360px;
    width:200px
}

.streamList ol[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 360px;
    width:200px
}

.streamList ul[dnd-list] li {
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-top-right-radius: 4px;*/
    /*border-top-left-radius: 4px;*/
    display: block;
    /*padding: 10px 15px;*/
    /*margin-bottom: -1px;*/
}

/**
 * Show selected elements in green
 */
.streamList ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}











.pageSelected{
    color:#49549f;
    font-weight: bold;
    font-size: 16px;
    /*margin-right: 20px;*/
    /*line-height: 30px;*/
    /*position: relative;*/
    /*top: -5px;*/

}

.pageNotSelected {
    color: lightgray;
    /*font-weight: bold;*/
    font-size: 16px;
    /*margin-right: 20px;*/
    /*line-height: 30px;*/
    /*position: relative;*/
    /*top: -5px;*/
    /*}*/
}
/*.pageSelected:hover{*/
    /*cursor: pointer;*/
/*}*/

/*.pageNotSelected:hover{*/
    /*cursor: pointer;*/
/*}*/


/**
* The dnd-list should always have a min-height,
* otherwise you can't drop to it once it's empty
*/
.pageList ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}


.pageList ol[dnd-list] {
    min-height: 42px;
    padding-left: 20px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.pageList ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.pageList ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    /*display: block;*/
    min-height: 200px;
    width:300px;
    display: inline-block;
}

.pageList ol[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    min-height: 200px;
    width:300px;
    display: inline-block;
}

.pageList ul[dnd-list] li {
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-top-right-radius: 4px;*/
    /*border-top-left-radius: 4px;*/
    display: block;
    /*padding: 10px 15px;*/
    /*margin-bottom: -1px;*/
}

/**
 * Show selected elements in green
 */
.pageList ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}
