@property --color1 {
    syntax: "<color>";
    inherits: false;
    initial-value: #246629;
    /* initial-value: white */
}

@property --color2 {
    syntax: "<color>";
    inherits: false;
    /* initial-value: silver; */
    initial-value: #464646;
}

@property --color1--lighter {
    syntax: "<color>";
    inherits: false;
    initial-value: #3aa343;
    /* initial-value: silver */
}

@property --color1--darker {
    syntax: "<color>";
    inherits: false;
    initial-value: #1e5523;
    /* initial-value: rgb(134, 134, 134) */
}


.image-column {
    transition: transform 0.1s linear;
    transform-origin: center center;
    will-change: transform;
}



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

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

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

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

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

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


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

.plus-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: var(--color1);
    color: white;
    font-size: 20px;
    /* font-weight: bold; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin-left: 10;
}


.plus-button:hover {
    background-color: #45a049;
    transform: scale(1.1);
}

.plus-button:active {
    transform: scale(0.95);
}

.mobileBubble {
    background: whitesmoke;
    padding: 5px 10px;
    color: var(--color1);
    border-radius: 30px;
    margin-left: 10px;
    width: auto;
    font-size: small;
}

/* .exploreIcon {
    background: url('your-image-url.jpg');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
/* } */


.inputNormal {
    border-radius: 30px;
    background: transparent;
}

.inputLight {
    border-radius: 30px;
    color: white;
    background: transparent;
    border: 1px solid white;
}

.inputLight:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    color: white;
    border: 1px solid white;
}

.inputNormal:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}


/* 
.filter-group {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  
  .filter-group input[type="radio"] {
    display: none;
  }
  
  .filter-group label {
    padding: 0.5rem 1rem;
    background-color: #2a2a2a;
    color: #ffffff;
    border-radius: 999px;
    border: 1px solid #444;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .filter-group input[type="radio"]:checked + label {
    background-color: #007aff;
    color: white;
    border-color: #007aff;
  } */


/* @font-face {
    font-family: 'Arial';
    src: url('https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxS5z1tWp-Vb6pmklfX8zFhfVmt0w.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxS5z1tWp-Vb6pmklfX8zFhfVmE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Arial';
    src: url('https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu7TxQVoIHAfFO5nwW4A.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu7TxQVoIHAfFO5nwW4w.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  } */

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


.textLink {
    color: #0a568c
}



.selectedTheme {
    /* border:1px solid white; */
    font-weight: 700;
    background: black;
    border-radius: 3px;
}

.templateItem:hover {
    background: rgba(0, 0, 0, 0.486);
    cursor: pointer;
}

.btn_flow_primary {

    background-color: black;
    border-radius: 30px;
    color: white;
    padding: 8 15;
}

.btn_flow_primary:hover {
    background-color: rgb(122, 120, 120);
    cursor: pointer;
    color: white;
}

.btn_flow_secondary {

    background-color: rgb(230, 227, 227);
    border-radius: 30px;
    padding: 8 15;
}

.btn_flow_secondary:hover {
    background-color: rgb(179, 179, 179);
    cursor: pointer;
}


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

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(142, 143, 144, 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;
}

.articleTitle {
    color: black;
}

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

.menu_btn {
    /* color: #596276; */
    width: 80px;
}

.menu_btn_text {
    color: #596276;
}

.highlightedText {
    color: #8499c3;
}

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

.smallProfileIcon:hover {
    cursor: pointer;
}

:-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;
}

.smallPadTop {
    padding-top: 10px !important;
}

.panel_dark {
    background-color: rgb(23 22 22);
}

.panel_dark_shine:hover {
    background-color: rgb(23 22 22);
}

.panel_dark_shine:hover {
    background-color: rgb(38, 37, 37);
}

.workspaceTag {
    font-size: small;
    color: pink;
}


.visibleHover {
    opacity: 0;
}

.revealHover {
    opacity: 0.3;
}

.visible {
    opacity: 1;
}

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

.shineHover {
    opacity: 0.9;
}

/* .darkenHover{
    
} */

.darkenHover:hover {
    background-color: #04040410;
    cursor: pointer;
}

.exploreItem:hover {
    background-color: whitesmoke;
}

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

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

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

.courseStatLabel {
    font-size: small;
    color: #a9abab;
}

.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;
}

.portalCourseView {
    padding: 30px;
    height: 100vh;
    overflow-y: auto
}

.portalSiteView {
    padding: 0px;
    height: 100vh;
    overflow-y: auto
}


.homePanelDark {
    background-color: rgb(23 22 22);
    /* border:10px solid black; */
    color: white;
    padding: 10px;
    border-radius: 10px;
}


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

.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-bottom: 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 -80px !important;
    top: 52px !important;
    /* left: 9px !important; */
    background: #f4f3f5;
    /* position: absolute; */
    border: none;

}


.creatorSwitch .form-check-input {
    border: 1px solid silver;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%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-editor ul {
    padding: 0 !important;
}

.ql-container {
    /* color: #6d6d6d !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: rgb(0, 0, 0) !important;

    /* background-color: rgb(72, 72, 72); */

}

.ql-snow .ql-picker {
    color: rgb(113 113 113) !important;
    background: transparent;
}

.ql-snow .ql-picker:hover {
    color: rgb(0, 0, 0);
}

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

.ql-toolbar.ql-snow {
    color: rgb(0, 0, 0);
}


.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: #131726;
}

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

.blackBackground1:hover {
    background: #131726;
}

.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;
}

.lightbackground {
    background-color: rgb(246, 243, 243);
}

.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=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></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=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></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: 10px;
    padding-bottom: 10px;
}

.listViewEven {
    background-color: #a1a1a10f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.listViewEvenDark {
    background-color: #232323;
    padding-top: 10px;
    padding-bottom: 10px;
}



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

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

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

.user-circle-sm {
    background: rgb(108 110 119);
    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: rgb(108 110 119);
    color: #fff;
    /* padding: 5px 20px; */
    border-radius: 50%;
    font-size: 20px;
    width: 45px;
    height: 45px;
    padding-top: 7px;
    display: inline-block;
}


.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;
}

.btn_flow_outline {
    color: #5d5b8b;
    border: 1px solid #5d5b8b;
}

.btn_flow_outline:hover {
    color: white;
    border: 1px solid #5d5b8b;
    background: 1px solid #6c6a89;
}

.playButton {
    background: #61616154;
    padding: 10px 14px;
    width: 40px;
    height: 40px;
    border: none;
}

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

}

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

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

.audioPlayer {
    height: 500px;
    border-radius: 20px;
    margin-left: 30px;
    margin-right: 30px;
}


#img_container {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.photobanner {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove 30s linear infinite;
}

/* .photobanner:hover{
    animation: bannermove 50s linear infinite;
  } */

.banner_img {
    height: 300px;
    filter: brightness(0.8);
    /* animation: bannermove 30s linear infinite; */
}

.banner_img:hover {
    filter: brightness(1);
}



.photobanner img {
    margin: 0 0.5em
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}


.mobileHeight100 {
    height: 100%;
}


.homePageVideo {
    width: 60%;
    border-radius: 40px;
}

.coursePlayerContainer {
    padding: 0;
}

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

    .desktopPadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .fullHeight {
        height: unset !important;
        padding-top: 150px;
    }

    .homePageVideo {
        width: 100%;
        border-radius: 70px;
    }

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

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


    .playerWrapper {
        padding: 0
    }

    .audioPlayer {
        height: 100vh;
        border-radius: 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    .mobileHeight100 {
        height: 80vh;
    }


}

.paddingLeftRight20{
    padding-left: 20px;padding-right: 20px;
}

.dropdown-toggle::after {
    vertical-align: .155em;
    margin-left: 0;
}

.borderRadiusDesktop{
        border-radius: 0px;
        overflow: hidden;
    }

@media (min-width:992px){
    .desktopMargin {
        /* margin-top: 60px; */
        padding-left: 20px;
        padding-right: 20px;
    }

    .borderRadiusDesktop{
        border-radius: 10px;
        overflow: hidden;
    }

}

@media (max-width:992px){
    .articleMobilePadding {
        /* margin-top: 60px; */
        padding-left: 30px;
        padding-right: 30px;
    }

    .control_visibility{
        display: none;
    }
}

@media (max-width: 1100px) {

    /* .moduleListWrapper{
        padding-left: 40px;padding-right: 40px;
    } */

    
}

@media (min-width: 768px) {

    /* .moduleListWrapper{
        padding-left: 40px;padding-right: 40px;
    } */

    /* .desktopMargin {
        padding-left: 20px;
        padding-right: 20px;
    } */

    .vidooPlayerDesktop {
        /* border-radius: 10px 10px 0px 0px; */
        margin-top: 65px;
    }

    .container {
        /* width: 100%; */
        max-width: 1100px;
    }
}

.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
}

.largeIconbackground {
    position: absolute;
    font-size: 60;
    left: 20;
    top: 10;
    color: #9999992b;
}

.homeNavBubble {
    font-size: small;
    color: white;
    background: rgb(59 57 57);
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 30px;

}



#newsletterBtn {
    background: #182e1d;
}

#newsletterBtn:hover {
    background: rgb(41, 78, 78);
    cursor: pointer;
}


#journalistBtn {
    background: #181a2e;
}

#journalistBtn:hover {
    background: rgb(38, 73, 73);
    cursor: pointer;
}


#learningBtn {
    background: #2c182e;
}

#coachingBtn {
    background: #0c2232;
}

#learningBtn:hover {
    background: #4e2a51;
    cursor: pointer;
}



#networkBtn {
    background: #2e2b18;
}

#networkBtn:hover {
    background: #4e4929;
    cursor: pointer;
}



#streamingBtn {
    background: #182e2e;
}

#streamingBtn:hover {
    background: #295050;
    cursor: pointer;
}



html,
body {
    overflow-x: hidden;
}


.homePanel {
    padding: 20 10px;
    border-radius: 20px;
    /* color: rgb(132, 131, 131); */
    /* background: #212529; */
}


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

#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: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    background: white;
    color: black;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
}

.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: #f2f2f2
}

.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: #f6f5f5;
    /* 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: fixed;
    top: 0;
    left: 0;
    background: #141321;
    color: white;
    transition: all linear .1s;
    z-index: 99;
    padding: 20px 30px;
}

#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 {}

.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: 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 */
    /* 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: #17535a; */
    /* color: #5d5b8b; */
    /* border-bottom: 0.5px solid gray; */
    /* background-color: white; */
    /* background: white; */
}

.menuVisible {
    opacity: 1;
    visibility: visible;
    height: 200px;
    margin-top: 10px;
}

.menuInvisible {
    opacity: 0;
    visibility: hidden;
    height: 0;
}


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

.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;
} */

.animate {
    transition: all 0.5s;
}

.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;
}

.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 white;
    color: white;
    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 white;
    background-color: white;
    color: #2b28739e;
    font-weight: 700;
}

.hpBubble:hover {
    cursor: pointer;
}

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

.workspaceBubble {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgb(220, 77, 220);
    color: white;
}


/* .carousel-item {
    transition: transform 2.6s ease-in-out;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
  } */

.offerBubble {
    /* padding: 5 15px;
    background-color: #fbf5f5;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #5d5b8b; */
}

.offerBubble:hover {
    /* background-color: #5d5b8b;
    color: white; */
}

.offerBubble-selected {
    /* padding: 5 15px;
    background-color: #fbf5f5;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #5d5b8b;
    color: white; */
    font-weight: bold;
}

/* .designMode:hover{
    border: 3px solid rgb(169, 66, 160);
    cursor: pointer;
} */


#accordionExample .accordion-item .accordion-button {
    background-color: rgb(45, 44, 44);
    color: white;
    border: none !important;
}

.accordion-item {
    border: none !important;
    margin-top: 3px;
}

#accordionExample .accordion-button::after {
    filter: invert(1);
}

#accordionExample .accordion-body {
    background-color: #0d0d0d;
    font-size: small;
}

#pageAccordion .accordion-button {
    background: #1f1c1c !important;
    color: white;
    font-size: small;
}

#pageAccordion .accordion-body {
    background-color: black;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}






.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;
}

.s_menu_title {
    cursor: pointer;
    color: slategray;
    font-weight: bold;
}

.s_menu_title:hover {
    font-weight: bold;
}

.s_menu_item {
    margin-bottom: 5px;
    font-size: small;
}

.s_menu_item:hover {
    cursor: pointer;
    color: slategray;
    font-weight: bold;
}


.pricing_list li {
    margin-bottom: 10px;
}

.aeroBubble:hover {
    cursor: pointer;

}

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

.authorName {
    color: #6a6a6a;
}

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

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

.premiumShield {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: -webkit-fill-available;
    height: 80%;
    background: linear-gradient(#ffffff00 0%, #ffffff 10%, #ffffff 50%);
}

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

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

.selectedBacground {
    background-color: #a1a1a10f;
    color: #5575ac;
    background: #f5f2f2;
}

.selectedButton {
    /* border-radius: 5px; */
    padding-bottom: 5px;
    margin-bottom: 5px;
    /* background: #eeeded; */
    /* background: #e7edf5; */
    /* border-bottom: 1px solid rgb(124, 124, 124); */
    /* border:1px solid #34a6b3; */
    /* display: inline-flex; */
    /* height: 100px; */
    
}

.selectButton {
    padding-bottom: 6px;
    margin-bottom: 5px;

    /* padding: 15px; */
    /* border-radius: 10px; */
    /* border-bottom: 1px solid #c4c4c4; */

    /* background: #192221; */
    /* border:1px solid #34a6b3; */
    /* display: inline-flex; */

    /* height: 100px; */
}

.selectButton:hover {
    cursor: pointer;
    /* border-bottom: 1px solid rgba(0, 128, 0, 0.491); */
    /* border:1px solid #293736; */
}

.selectButtonCheck {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    top: -40px;
    right: -30;
    padding: 10px;
}

.hoverbackground:hover {
    background-color: rgb(229, 182, 182);
}

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

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

.tagInput {
    background: transparent;
    border: none;
}

.tagBubble {
    background: #608c56;
    color: rgb(0, 0, 0);
    margin: 5;
    padding: 5 10;
    border-radius: 30px;
    font-size: small;
    color: white;
    display: inline-block;
}

.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: darkgray;
}

.titleColor {
    color: #547642;
}



.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);*/
}

/*.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 {
    background: #efefef;
    border: none;
    border-bottom: 1px solid lightgray;
}

.profileFormInput: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(0 0 0 / 10%);
    color: #596276;
}

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




.portal-input {
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 30px;
    color: #8b8c8e;
}

.portal-input:focus {
    outline: none;
    box-shadow: none;
}

.portal-input-trans {
    outline: none;
    box-shadow: none;
    background: transparent;
    border-radius: 30px;
    color: #8b8c8e;
}

a {
    text-decoration: none;
    color: none;
}

a:hover {
    text-decoration: none;
    color: none;
}

.portal-input-trans:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.nav-link {
    text-decoration: none;
    color: none;
}

.nav-link:focus {
    color: none
}

.nav-link:hover {
    color: none
}

.portal-h1 {
    /* color:#50a29a; */
    color: #5D6532;
    font-family: 'Lato Black';
}

.portal-h2 {
    color: var(--color1);
    font-family: 'Lato Black';
}

.portal-text1-color {
    color: var(--color1);
}

.portal-text1-color:hover {
    color: var(--color1);
}

.portal-text2-color {
    color: var(--color2);
}



.portal-btn {
    background-color: var(--color1);
    color: white;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid transparent
}

.portal-btn:hover {
    background-color: var(--color1--lighter);
    /* color: white; */
}

.portal-btn:disabled {
    background-color: var(--color1--darker);
}

.portal-btn-outline {
    background-color: transparent;
    color: var(--color1);
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid var(--color1);
    /* color: white; */
}

.portal-btn-outline:hover {
    background-color: var(--color1);
    color: white;

}

.portal-btn-outline:disabled {
    background-color: var(--color1--darker);
}







.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: black;
    border-radius: 30px;
    padding: 8px 24px;
}

.mh-btn-gray:hover {
    cursor: pointer;
    color: rgb(176 176 176);
}

.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 {
    background-color: #b5c4c6;
    /* border:1px solid #b5c4c6; */
    cursor: pointer;
}

.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;
}

.transparentInput {
    background-color: transparent;
}

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


.mh-btn-homepage {

    /* border: 1px solid white;;
    background-color: white; */
    /* border: 1px solid white;;
    background-color: white; */
    border: 1px solid #0cc729;
    background-color: #0cc729;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 8px 24px;
}

.explorePanel {
    width: 100%;
    height: 100px;
    background-color: rgb(23 22 22);
    color: white;
    align-content: end;
    padding: 20px;
}

.linkBackground {
    background: #0000002e;
    border-radius: 50%;
}

/* #explore_community_panel:hover{
    background: url('../img/homepage/signup_community.jpg') center / cover no-repeat;
}

#explore_news_panel:hover{
    background: url('../img/homepage/signup_newsletter.jpg') center / cover no-repeat;
}

#explore_academy_panel:hover{
    background: url('../img/homepage/signup_academy.jpg') center / cover no-repeat;
}

#explore_video_panel:hover{
    background: url('../img/video.jpg') center / cover no-repeat;
}

#explore_audio_panel:hover{
    background: url('../img/audio.jpg') center / cover no-repeat;
}

#explore_courses_panel:hover{
    background: url('../img/courses.jpg') center / cover no-repeat;
}

#explore_playlist_panel:hover{
    background: url('../img/playlist.jpg') center / cover no-repeat;
} */

.portal-menu-item {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    font-size: medium;
    padding-top: 3px;
    padding-bottom: 3px;
}

.portal-menu-item:hover {
    background-color: rgba(23, 22, 22, 0.066);
    cursor: pointer;
}

.workspace-menu-item {
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    font-size: medium;
}

.workspace-menu-item:hover {
    /* background-color: rgb(23 22 22); */
    cursor: pointer;
    color: gray;
}

.homePageStyle {
    /* background-color: white; */
    /* color: #202f46; */
    /* color: white */
}

.homePageStyleLight {
    /* background-color: white; */
    color: #ffffff;
}

.homePageButton {
    background-color: #202f46;
    color: white;
}

.homePageButtonOutline {
    color: #202f46;
    border: 1px solid #202f46;
    background: transparent;
}



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

.mh-btn-homepage-outline:hover {
    cursor: pointer;
    color: white;
    ;
}



.mh-btn-homepage:hover {
    cursor: pointer;
    background-color: #00ff268d;
    color: white;
}


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

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

.mh-btn-success-outline:hover {
    cursor: pointer;
    background-color: #809973;
}



.mh-btn-selected {

    border: none;
    background-color: #547642;
    color: white;
    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; */

}

.portal-label {
    padding-left: 10px;
    /* color: silver; */
    font-weight: 800;
    font-size: small;
    margin-bottom: 0;
    color: darkgray
}


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

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

.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;
}



.dashboardTabs .nav-link {
    /* color: #547e85; */
    color: inherit;
    /* font-family: "Lato Light"; */
}

.dashboardTabs .nav-tabs .active a {
    /* color: black; */
    font-weight: 800;
    /* font-family: "Lato"; */
    background: #a1a1a10f;
    /* padding: 3px; */
    /* margin: 10px; */
    border-radius: 20px;
}




.dashboardTabs .nav-tabs .nav-link {
    border: none;
    /* border-bottom:1px #387982 solid; */
    margin-bottom: 10px;
}

.dashboardTabs .nav-tabs .nav-link:focus,
.dashboardTabs .nav-tabs .nav-link:hover {
    /* border-bottom:1px #387982 solid; */

    /* color: black; */
    font-weight: 800;

}

.dashboardTabs .nav-tabs .nav-link.active {
    /* background: #a1a1a10f; */
    background-color: whitesmoke;
    border-radius: 10px;
    /* color: black; */
    /* color:rgb(136, 166, 170); */
    color: inherit;
    /* color: white; */
    font-weight: bolder
}



#pricingTable .row [class*="col-"] {
    display: flex;
    flex-direction: column;
}


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

.normalTextColor {
    color: #313131
}

.lightTextColor {
    color: #e0e0e0
}


.p_price {
    color: #5d5b8b;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: bold;
}

.P_header {
    /* color: #34b36c; */
    font-weight: bold;
}

.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 {

    border: none;
    background-color: #000000;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
    box-shadow: none;
}

.analytics-btn {
    border: none;
    background-color: #a0b7e5;
    color: white;
    border-radius: 30px;
    padding: 8px 24px;
    box-shadow: none;
}



.mh-btn:hover {
    box-shadow: none;
    background-color: #c9c8c857 !important;
    /* border: #c9c8c857 !important; */

}

.mh-btn:focus {
    box-shadow: none;
    background-color: #c9c8c857 !important;
    border: #c9c8c857 !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: #5d5b8b;
    color: white;
}


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

.mh-btn-social-outline:hover {
    background-color: rgba(159, 158, 158, 0.314);
    /* border:1px solid silver; */
    cursor: pointer;
}

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


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

}

.mh-btn-outline:hover {
    /*color: rgb(255 255 255);*/
    background-color: #0000002a;
    border: 1px solid #d5d5d5;
    color: rgb(0, 0, 0);

}

.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;
}

.secondaryTitle {
    color: darkgray;
}


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

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

.homeValue {
    color: #3a3a3a;
}

.workspaceStream {
    font-weight: 700;
    font-size: small;
    margin-left: 0;
    /* color: #b173df; */
    margin-bottom: 0;
}

body {
    /* background-color: whitesmoke; */
    /* color: white; */
    overflow-x: hidden;
    /* background: radial-gradient(#181818, #000000); */
}

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


.fullHeight {
    height: 100vh;
}

/* 
/* @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;
}


.speech-bubble {
    position: relative;
    background: #f1eded;
    border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-right-color: #f1eded;
    border-left: 0;
    border-top: 0;
    margin-top: -7px;
    margin-left: -14px;
}

/*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;
    font-size: 1.1em;
    ;
}

.subHeaderDark {
    /* color: white; */
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 1.1em;
    color: black;
}

.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;
}


.hoverDarken {
    /* background-color: white; */
}

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

.hoverDarken:hover {
    background-color: white;
}

#courseDesignerBanner {
    background-color: #f3f2f5;
}

.topMenuItemWhite {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 5px;*/
    /*line-height: 35px;*/
    /* margin-left:30px; */
    /* margin-top: 5px; */
    /* color: white !important; */
    /* color: #5d5b8b !important; */
    color: #ffffff !important
}

#homeHeaderBackground {
    background-color: rgb(224, 224, 224);
}

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

.topMenuItem-disabled {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top: 5px;*/
    /*line-height: 35px;*/
    /* margin-left:30px; */
    /* margin-top: 5px; */
    /* color: white !important; */
    /* color: #5d5b8b !important; */
    color: #c4c2c2 !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;
}



.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;
}

.portal-mb2 {
    /* margin-bottom: 2px; */
    border-bottom: 5px solid #24662800;
}

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

.underlineHover:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0.407);
}

.underlineTransparent {
    border-bottom: 2px solid rgba(0, 0, 0, 0);

}

.greenUnderLineHover:hover {
    /* background-color: #24662805; */
    cursor: pointer;
    /* border-bottom: 2px solid #246628; */
    border-bottom: 5px solid #cacaca;
}

.greenUnderLineHoverSelected {
    /* background-color: #24662805; */
    cursor: pointer;
    /* border-bottom: 2px solid #246628; */
    border-bottom: 5px solid #cacaca;
}

.underlineSelected {
    border-bottom: 2px solid black;
}

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

.whiteBackground {
    background-color: white;
}

.transBackground {
    background-color: #ffffff00;
    color: white;
}

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

.hover_panel:hover {
    background-color: white;
}







.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 #5d5b8b;
}

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

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

.courseCategory {
    background: rgb(172, 99, 172);
    color: white;
    height: auto;
    font-size: small;
    border-radius: 20px;
    padding-left: 10px;
    width: auto;
    border: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.courseCategory:focus {
    color: white;
    background: rgb(172, 99, 172);
    outline: none;
}

.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%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{

} */

.courseTitle {
    /* color: black; */
}

.streamLabel {
    /* color: rgb(224, 222, 224); */
    color: var(--color1)
}

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

.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;
}

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


.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: #000000;
    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: #000000;
    padding: 0px;
    height: 50px;
    width: 50px;
    border: none;
    font-size: 24px;
    color: white;
}

.editImageBtn:hover {
    background-color: #2f343480;
    cursor: pointer;
}

.editImageBtnRelative:hover {
    background-color: #42494a80;
    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: #ddd;
    display: block;
    min-height: 42px;
}

.moduleList ol[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    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: #ddd;
    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: #ddd;
    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: #ddd;
    color: #3c763d;
}


.designer-select {
    background: transparent;
    color: white;
    border-radius: 30px;
    font-size: small;
}

.designer-select:focus {
    background: transparent;
    color: white;
    font-size: small;
}
