/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */

:root {
    --primary-color: #f4f4f4;
    --blue-color: #153493;
    /* #034A92; */
    --secondary-color: #FFBE05;
    --neutralDark: #000;
    --neutralPrimary: #424242;
    --neutralPrimaryAlt: #616161;
    --background-highlight-color: #c8d7ff;
    --header-bar-height: 75px;
    --header-logo-height: 75px;
    --width-left-col: 400px;
    --height-funcs-bottom: 50px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* font-size: 12.5px; */
    /* font-family: "Open Sans", "Arial"; */
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--neutralDark);
    word-wrap: break-word;
    word-break: break-all;
}

p {
    margin-bottom: 0.2rem;
}

.fs- a {
    color: var(--primary-color);
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.dropdown-toggle {
    text-align: left;
}

.main {
    height: 100vh;
    overflow: hidden;
}

.left-col {
    width: var(--width-left-col);
    height: 100vh;
    overflow: hidden;
    float: left;
}

.left-col .logo {
    height: var(--header-bar-height);
    padding: 3px 0px;
    padding-left: 30px;
    background-color: #fff;
    border-bottom: 1px solid #dfe2e6;
}

.left-col .logo img {
    width: auto; /* 100%; */
    height: 50px;
}

.left-menu-content {
    height: calc(100vh - var(--header-logo-height));
    border-right: 1px solid #dee2e6;
    padding-top: 20px;
}

.right-col {
    width: calc(100vw - var(--width-left-col));
    height: 100vh;
    overflow: hidden;
    float: right;
    /* font-size: 0.65rem;  */
}

.right-header-bar {
    height: var(--header-bar-height);
    overflow: hidden;
}

.right-body {
    height: calc(100vh - var(--header-bar-height));
    overflow: auto;
    padding: 20px;
}

.feature-menu-bottom {
    height: var(--height-funcs-bottom);
}

.left-col .left-menu-content {
    padding-bottom: 50px;
}


/* .left-col .left-menu-content,
.left-col .list-group-item {
    background: var(--primary-color);
} */

.left-col .list-group-item:focus,
.left-col .list-group-item:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #316394;
    /* #f8f9fa; */
}

.left-col .list-group-item.active {
    background-color: #316394;
}

.left-col .left-menu-content svg {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: 0px;
}

.left-col .left-menu-content ul li {
    margin-top: 3px;
}

.left-col .list-group-item a {
    color: var(--secondary-color);
}

.left-col .list-group-item {
    color: var(--secondary-color);
    padding: 0.6rem 0px 0.6rem 10px;
}


/* .list-group-item:hover {
    cursor: pointer;
    color: var(--primary-color);
} */


/* right column */

.right-col .list-group-item.li-item-unread {
    background-color: #cccccc;
    border-radius: .2rem;
    border: 0;
    color: #000;
    font-weight: normal;
    margin-top: 5px;
}

.right-col .list-group-item.active {
    background-color: var(--background-highlight-color) !important;
    border-radius: .2rem !important;
    border: 0 !important;
    color: #000 !important;
    font-weight: normal !important;
    margin-top: 5px !important;
}

.right-col .unread {
    font-weight: bold;
    color: #0b66c2;
}

.right-col .list-group-item.active .unread {
    font-weight: normal !important;
}

.right-col .list-group-item div.active {
    background: var(--background-highlight-color);
    padding: 3px;
    border-radius: .2rem;
    border: 0;
    color: #000;
}


/* child li */

.right-col .category-child-list .list-group-item div.active {
    background: var(--background-highlight-color);
}

.right-col .right-col-header {
    height: var(--header-bar-height);
    padding: 3px 0px;
    background-color: #fff;
}

.right-col .course-list-dropdown-link-jump {
    background: #ccccccc4;
    border-radius: 3px;
}

.right-col .course-list-dropdown-link-jump li {
    font-size: 0.75rem;
}

.right-col .right-col-header .u-avatar img {
    height: 100%;
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.right-col .right-col-header .uname {
    text-align: right;
}

.right-col .right-col-header .position {
    font-style: italic;
    text-transform: capitalize;
    background-color: var(--secondary-color);
    padding: 1px 5px;
    border-radius: 20px;
    color: #003EC4;
    width: fit-content;
    float: right;
}

.right-col .profile-container,
.right-col .profile-container li {
    padding-right: 10px;
    cursor: pointer;
}

.right-col .profile-container li:hover {
    color: var(--secondary-color);
}

.right-col .profile-container .dropdown-toggle::after {
    margin-top: 17px;
}

.right-col .profile-container svg {
    width: 17px;
    height: 17px;
    margin-left: -5px;
    margin-right: 5px;
}

.right-col .right-col-footer {
    background-color: var(--primary-color);
    min-height: var(--header-bar-height);
    color: #fff;
}

.category-list li.list-group-item a:hover {
    color: #0083eb;
}

.right-col .right-col-footer ul li {
    color: #fff;
}

.right-col .right-col-footer .list-group-item {
    background-color: inherit;
    border: none;
}

.list-group-item {
    color: #2a2a2a;
}

.discuss-thread-content-detail table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.discuss-thread-content-detail table td,
.discuss-thread-content-detail table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}

.discuss-thread-content-detail table td,
.discuss-thread-content-detail table th {
    overflow-wrap: break-word;
    position: relative;
}


/* swal2 */

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.1rem !important;
}

.swal2-popup.swal2-toast {
    font-size: 110% !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    /* background-color: #035fbc !important; */
    min-width: 100px;
}

div:where(.swal2-container) .swal2-input {
    height: 2.025em !important;
}

div:where(.swal2-container) .swal2-html-container,
div:where(.swal2-container) input:where(.swal2-input) {
    margin: .8em 1em 0 !important;
}


/**
notyf__wrapper
*/

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


/* bootstrap color customize */

.btn-primary {
    background-color: #0b66c2;
    border-color: #0b66c2;
}

.ck-editor__editable_inline {
    min-height: 80px;
}

.ck-powered-by {
    display: none;
}

.padding-top-60 {
    padding-top: 60px;
}

.btn-sm {
    font-size: .775rem !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-8 {
    font-size: 0.7rem !important;
}

.ic-10 {
    width: 10px !important;
    height: 10px !important;
}

.ic-11 {
    width: 11px !important;
    height: 11px !important;
}

.ic-12 {
    width: 12px !important;
    height: 12px !important;
}

.ic-13 {
    width: 13px !important;
    height: 13px !important;
}

.ic-14 {
    width: 14px !important;
    height: 14px !important;
}

.ic-15 {
    width: 15px !important;
    height: 15px !important;
}

.ic-16 {
    width: 16px !important;
    height: 16px !important;
}

.ic-17 {
    width: 17px !important;
    height: 17px !important;
}

.ic-18 {
    width: 18px !important;
    height: 18px !important;
}

.ic-19 {
    width: 19px !important;
    height: 19px !important;
}

.ic-20 {
    width: 20px !important;
    height: 20px !important;
}

.ic-21 {
    width: 21px !important;
    height: 21px !important;
}

.ic-22 {
    width: 22px !important;
    height: 22px !important;
}

.ic-23 {
    width: 23px !important;
    height: 23px !important;
}

.ic-24 {
    width: 24px !important;
    height: 24px !important;
}

.ic-25 {
    width: 25px !important;
    height: 25px !important;
}

.ic-26 {
    width: 26px !important;
    height: 26px !important;
}

.ic-27 {
    width: 27px !important;
    height: 27px !important;
}

.ic-28 {
    width: 28px !important;
    height: 28px !important;
}

.ic-30 {
    width: 30px !important;
    height: 30px !important;
}

.ic-large {
    width: 24px !important;
    height: 24px !important;
}

.ic-larger {
    width: 30px !important;
    height: 30px !important;
}

.ic-margin-top-1 {
    margin-top: 1px;
}

.ic-margin-top--1 {
    margin-top: -1px;
}

.ic-margin-top-2 {
    margin-top: 2px;
}

.ic-margin-top--2 {
    margin-top: -2px;
}

.ic-margin-top-3 {
    margin-top: 3px;
}

.ic-margin-top--3 {
    margin-top: -3px;
}

.ic-margin-top-4 {
    margin-top: 4px;
}

.ic-margin-top--4 {
    margin-top: -4px;
}

.ic-margin-top-5 {
    margin-top: 5px;
}

.ic-margin-top--5 {
    margin-top: -5px;
}

.vh-50 {
    height: 50vh !important;
}

.vh-90 {
    height: 90vh !important;
}

.vh-92 {
    height: 92vh !important;
}

.vh-93 {
    height: 93vh !important;
}

.vh-94 {
    height: 94vh !important;
}

.vh-95 {
    height: 95vh !important;
}

.vh-98 {
    height: 98vh !important;
}

.h-90 {
    height: 90%;
}

.min-width-1 {
    min-width: 250px;
}

.min-width-2 {
    min-width: 200px;
}

.min-width-3 {
    min-width: 180px;
}

.min-width-4 {
    min-width: 150px;
}

.min-width-5 {
    min-width: 130px;
}

.min-width-6 {
    min-width: 100px;
}

.h7 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.color-black {
    color: #000 !important;
}

blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.mention {
    background: rgba(153, 0, 48, .1);
    color: #990030;
}

.ck.ck-icon {
    font-size: .62em !important;
}

.ck.ck-color-grid__tile {
    height: calc(0.65 * var(--ck-color-grid-tile-size)) !important;
    min-height: calc(0.65 * var(--ck-color-grid-tile-size)) !important;
    min-width: calc(0.65 * var(--ck-color-grid-tile-size)) !important;
    width: calc(0.65 * var(--ck-color-grid-tile-size)) !important;
}

.replied-to-cmt {
    border-left: 2px solid #b8b8b8;
    font-style: italic;
    color: #585858;
    font-size: 90%;
    /* display: none; */
}

.item-highlight {
    background-color: rgb(186 209 255);
    border-radius: 5px;
}

.w-33 {
    width: 33%;
}

.input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.swal-title-customize h5 {
    font-size: 1.2rem;
}

.swal-title-customize {
    background: var(--primary-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
}

.swal2-validation-message {
    word-break: break-word;
}

.notyf {
    word-break: break-word !important;
}

h3 {
    font-size: 20px !important;
}