@charset "UTF-8";

/*!
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */

.BoxNewDiscussion {
    -webkit-box-shadow: none;
    background: #fff;
    /* border-top: 1px solid #d6d7d9; */
    box-shadow: none;
    padding: 24px;
    margin-bottom: 24px;
}

.BoxNewDiscussion .BigButton {
    padding: 20px !important;
    background: #eee !important;
    border: #eee !important;
    width: 100% !important;
    max-width: 100% !important;
    transition: 0.3s all;
    color: rgba(71, 82, 93, .8) !important;
    text-align: left !important;
}

.BoxNewDiscussion .BigButton:hover {
    background: #0291db !important;
    border: #0291db !important;
    color: white !important;
}

.Question-submenu {
    justify-content: center;
    width: 100%;
    display: flex;
    height: auto;
}

.Question-submenu .Navigation-linkContainer {
    margin: 0;
}

.Question-submenu .Navigation-linkContainer:after {
    content: none;
}

.Question-submenu .Navigation-linkContainer .Navigation-link svg {
    margin-bottom: 0;
}

.Question-submenu .Navigation-linkContainer span.desktop {
    display: block;
}

.Question-submenu .Navigation-linkContainer span.mobile {
    display: none;
}

.Question-submenu a span.Count {
    background: #ff00008c;
    color: white;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: none;
}

.Question-submenu a span.realcount.Count {
    background: #05BF8E;
    color: white;
    min-width: 22px;
    width: fit-content;
    padding: 3.5px 3px 0 3px;
    height: 22px;
    margin-left: 5px;
    border-radius: 12px;
    font-size: 13px;
    display: inline-flex;
}

.Question-submenu a.Selected {
    color: #05BF8E;
}

.Question-submenu a.Selected svg {
    fill: #05BF8E;
}

.Question-submenu a.Selected svg path {
    stroke: #05BF8E;
    fill: #05BF8E;
}

.Question-submenu .Navigation-link {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-family: 'CHROMATICAMEDiUM';
}

.Question-submenu .Navigation-link:hover {
    color: #000;
}

.Question-submenu .Navigation-link:hover .link__text {
    background-size: 100% 2px;
}

/* Basic inputs */

select {
    background: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    width: 100%;
    padding-left: 48px;
}

.btn-default {
    border: 1px solid #1A1919 !important;
    border-radius: 38px !important;
    background: white;
    color: black !important;
    font-family: "ChromaticaBold";
    padding: 13px 26px !important;
    font-size: 16px !important;
    line-height: 20px;
    width: max-content !important;
    white-space: nowrap;
    height: 44px;
    display: flex !important;
    align-items: center !important;
    cursor: pointer;
}

.btn-link {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    height: 30px;
    cursor: pointer;
}

.btn-primary {
    background-color: #05BF8E !important;
    color: black !important;
    line-height: normal !important;
}

.btn-shadow {
    box-shadow: 3px 5px 0px #1A1919;
    transition: 0.3s all;
}

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

.btn-shadow:active {
    box-shadow: none;
    transform: translateY(3px);
    outline: none;
}

.btn-m-l-auto {
    margin-left: auto;
}

.rich-select {
    min-height: 44px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.rich-select i {
    position: absolute;
    left: 12px;
    top: 14px;
    z-index: 1;
}

.rich-select.bg-transparent {
    background-color: transparent;
    border: 1px solid rgba(26, 32, 44, 0.5);
    border-radius: 100px;
    min-width: 200px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}

.rich-select.bg-transparent select {
    font-size: 16px;
    line-height: 19px;
    color: #1A1919;
}

/* customize selectbox */

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url(../../../themes/alloprof/design/images/icons/arrowDown.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../../../themes/alloprof/design/images/icons/arrowDown.svg);
    width: 14px !important;
    height: 16px !important;
    top: 60% !important;
    left: 0 !important;
    background-repeat: no-repeat !important;
    border-width: 0 !important;
    transition: 0.3s all;
}

.select2-container--default .select2-selection--single {
    height: 100% !important;
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2 !important;
}

.select2-results__option {
    margin: 6px;
    border-radius: 8px;
    color: black !important;
    background-color: white !important;
}

.select2-dropdown {
    border: 1px solid #DDDDDD !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 8px !important;
    top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    padding-left: 45px !important;
    color: black !important;
    font-family: 'ChromaticaBold';
    font-size: 16px;
}

.select2 .select2-container {
    width: 100% !important;
    height: 100% !important;
}

.select2 .pre-icon {
    height: 16px;
    min-width: 16px;
    position: absolute;
    left: 12px;
    top: 14px;
    z-index: 1;
}

.select2 .pre-icon img {
    height: 100%;
    width: auto;
}

.select2-dropdown .image-option {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 28px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px !important;
}

.select2-dropdown .image-option .category-img {
    height: 28px;
    width: 30px;
    margin-right: 15px;
    margin-left: 5px;
    text-align: center;
}

.select2-dropdown .image-option .category-img img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.selectBox {
    display: flex;
}

.selectBox,
.selectBox .selectBox-main,
.selectBox .selectBox-main .selectBox-toggle {
    position: initial;
}

.selectBox-toggle {
    font-size: 16px;
    color: #1A1919;
    min-width: 200px;
    display: flex;
    align-items: center;
    border: 1px solid #1A202C;
    padding: 10px 17.5px;
    border-radius: 100px;
}

.selectBox-toggle img {
    margin-right: 10px;
}

.selectBox-toggle .vanillaDropDown-arrow {
    position: absolute;
    right: 15px;
}

.selectBox-content {
    right: 0;
    left: auto;
    min-width: 200px;
}

/* Grade Filter Dropdown */
.FilterBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.FilterBanner .HomepageTitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
    color: black;
}

.CustomSelect {
    min-width: 200px;
    border: 1px solid #1A202C !important;
    background: transparent;
}

.CustomSelect select {
    background: transparent !important;
    border: none !important;
}

/* common */
.blue-border::before {
    content: "";
    position: absolute;
    background-color: #05BF8E;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.scroll-top {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.scroll-top p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #1A1919;
    font-family: "ChromaticaMedium";
}

.DataList.Discussions .embedExternal.embedImage {
    /* display: none; */
}

.richEditor button[title="Upload File"],
.richEditor button[title="Insert Media"] {
    display: none !important;
}

.richEditor button[title="Upload Image"] {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 44px !important;
    line-height: 44px !important;
}

.MeBox-header {
    display: flex;
}

.sidebar.left .ProfileEdit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    align-items: center;
}

.sidebar.left .ProfileEdit a {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
}

/* Search */
.SearchResult {
    color: #1A1919;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 24px;
}

.NoResults {
    color: #1A1919;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 24px;
}

/* .DataList-Search .embedExternal.embedImage {
    display: none;
} */

/* Not approved question box */

.question-not-published {
    text-align: center;
    margin-bottom: 30px;
}

.question-not-published img {
    margin-bottom: 20px;
}

.question-not-published p {
    font-size: 18px;
    margin: 0;
}

.not-published-badge {
    width: max-content;
    display: flex !important;
    align-items: center;
    height: 40px;
    justify-content: center;
    font-size: 13px !important;
    padding: 12.5px 16px;
    background: #F2F2F2;
    border-radius: 8px;
    position: absolute;
    right: 34px;
    color: black;
    top: 0;
}

.not-published-badge img {
    margin-right: 8px;
}


/* Hide infinite scroll progressbar */
.nanobar,
.HiddenImportant {
    display: none !important;
}


.Banner-content__lgtitle {
    display: none;
}

.Content.MainContent .BoxDiscussionFilter.Panel {
    display: none;
}

.verified-info {
    display: none;
}

.TalkTeacher {
    margin-right: 20px;
}

.TalkTeacher .TalkTeacher-link_mobile {
    display: none;
}

.TalkTeacher .TalkTeacher-link {
    background-color: transparent;
}

/* rich editor remove icons */
div[id*="-formattingMenus-component"] {
    display: none;
}

.richEditor-menuItems.richEditor-inlineMenuItems li:nth-child(1),
.richEditor-menuItems.richEditor-inlineMenuItems li:nth-child(3),
.richEditor-menuItems.richEditor-inlineMenuItems li:nth-child(4) {
    display: none;
}

.editorEventWall div[role='toolbar'] button:nth-child(1),
.editorEventWall div[role='toolbar'] button:nth-child(2),
.editorEventWall div[role='toolbar'] button:nth-child(3) {
    display: none;
}

.embedExternal.embedImage .embedExternal-content .embedImage-link,
.embedExternal.embedImage .embedExternal-content .embedImage-link .embedImage-img {
    width: 100% !important;
    position: relative;
    border-radius: 8px;
}

.embedImage-img-copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 8px;
    right: 0;
    width: fit-content;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.embedImage-img-copyright-img {
    padding: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.embedImage-img-copyright-img img {
    max-width: initial !important;
}

.MessageList .Item-BodyWrap .Message.userContent p.embedImage-img-copyright-text,
.DataList.Discussions .Item-BodyWrap .Message.userContent p.embedImage-img-copyright-text,
.Item-Search .Item-Body .Summary p.embedImage-img-copyright-text {
    display: none;
    color: white;
    font-size: 12px !important;
    margin: 10px 0;
    line-height: 14px;
    padding-left: 10px;
    text-align: left;
}

.embedImage-img-copyright-wrapper {
    overflow: hidden;
    width: 36px;
    height: 36px;
    transition: width 500ms ease-out, height 500ms ease-out;
}

.embedImage-img-copyright-wrapper.embedImage-img-copyright-wrapper-collapse {
    width: fit-content;
    height: auto;
}

.embedExternal {
    width: 100% !important;
    border-radius: 8px !important;
}

.embedImage.display-medium .embedExternal-content {
    max-width: 100% !important;
}

.not-clickable {
    cursor: initial;
}

.saveDiscussion .sidebar, .saveDiscussion footer, .saveDiscussion .footer-partner, .saveComment .footer-partner, .saveComment .sidebar, .saveComment footer {
    display: none;
}

.saveDiscussion header::after, .saveComment header::after {
    content: " ";
    height: 8px;
    width: 0%;
    left: 0%;
    bottom: -8px;
    position: absolute;
    background-color: #05BF8E;
    animation-name: example;
    animation-duration: 6s;
}

@keyframes example {
    from {width: 0; }
    to {width: 100%;}
}

/* Teacher Check Icon */
.TeacherCheckIcon {
    margin-left: 8px;
    margin-top: -3px;
}

.ItemGrade {
    font-weight: bold;
    font-family: 'ChromaticaBold';
}

.ScrollProgress {
    padding: 0 45% !important;
}

.unsubscribe .Frame-menubar, .unsubscribe .sidebar {
    display: none;
}

.unsubscribe .Frame-details {
    margin-top: 216px;
}

.unsubscribe .Content {
    text-align: center;
}

.unsubscribe .Content h3 {
    margin-top: 42px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 31px;
}

.unsubscribe .Content p {
    font-size: 15px;
    line-height: 18px;
    max-width: 400px;
    margin: 0 auto;
}

.unsubscribe .Frame-footer {
    display: none;
}

mjx-container {
    overflow: auto;
    padding-bottom: 5px;
}

.DiscussionForm:not(.InlineFormatterEnabled) .richEditor-inlineToolbarContainer,
.CommentPostForm:not(.InlineFormatterEnabled) .richEditor-inlineToolbarContainer,
.EditCommentForm:not(.InlineFormatterEnabled) .richEditor-inlineToolbarContainer {
    visibility: hidden!important;
}
