
/*
.modal-share-box .form-group .btn-primary {
    color: #fff !important;
    background-color: #006ba2 !important;
}*/
/*
.btn-primary {
    color: #fff;
    background-color: #0077B5;
    border-color: #0077B5;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:focus:active,
    .btn-primary:hover:active {
        background-color: #006ba2 !important;
        border-color: #006ba2 !important;
        color: #fff !important
    }
*/
.core-rail-just-left>.btn i {
    margin-right: 5px;
    font-weight: 300;
}

.core-rail-just-left>.btn {
    font-size: 16px;
    font-weight: 300;
    font-family: 'SF-UI';
    display: flex;
    align-items: center;
    justify-content: center;
}

.main,
main {
    max-width: 1335px;
    width: 1335px;
    margin: 0 auto;
    display: flex;
}


::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #f6f6f6;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #c4c4c4;
}

::-webkit-scrollbar-thumb {
    background: #e0e0e0 !important;
    border: 1px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 5px !important;
    cursor: pointer
}

.text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-logo {
    width: 16px;
    height: 16px;
}

#responsive-menu-icon,
#responsive-left-menu-icon {
    display: none;
}

.collapse-row {
    margin-bottom: 10px;
    overflow: auto;
    max-height: 570px;
    padding-right: 15px;
}

aside.left {
    flex: 1.835205992509363;
    min-height: 105px;
}


.center-box,

aside.right,


.credit-box {
    position: absolute;
    width: 9.114583333333333%;
    left: 2.604166666666667%;
    height: 24px;
    top: 20px;
}

.credit-box span {
    line-height: 24px;
    color: #707070;
}


.search-box {
    width: 27%;
    position: absolute;
    height: 30px;
    left: 11.71875%;
    display: flex;
    border: 1px solid #ddd;
    color: #ccc;
    border-radius: 10px;
    line-height: 28px;
    top: 18px;
}

.search-box span {
    text-align: center;
    flex: 1.5;
}

.search-box input {
    border: none;
    outline: none;
    color: #ccc;
    font-size: 12px;
    padding-left: 5px;
    flex: 8.5;
    border-radius: 10px;
}


.t-level {
    color: #707070;
}

.t-name {
    color: #ccc;
}


.pending {
    height: 6px;
    border-radius: 0px 3px 3px 0px;
}

.completed {
    background: #e6e6e6;
    height: 2px;
}

.timeout {
    background: #e6e6e6;
    height: 2px;
}


.user-class,
.user-ed,
.user-mail,


.user-ed {
    border: 2px dotted #fff;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4fc3f7, #ab5ca4 49%, #ff512f) border-box;
}


.main-setting {
    position: absolute;
    right: 0;
    top: 20px;
}

.ad-box {
    margin: 30px 0;
    position: relative;
}


.icon-box {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    min-height: 57px;
}


.events {
    margin-top: 15px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #9e9b9b;
}


.events-item-neme,
.events-item-time,
.events-item-count,


/*---------------------------------------------------*/


.user-img,
.user-info {
    display: inline-block;
    width: 14.28571428571429%;
    margin-left: 15px;
    float: left;
    margin-top: 20px;
}

.user-name {
    display: block;
    font-size: 12px;
    color: #ccc;
}


.ask-table-div table,
.ask-table-div tbody,


.icon {
    height: 23px;
    width: 23px;
}


.left-col .fa-plus {
    color: #a6a6a6;
    font-weight: bold;
}


.point {
    position: absolute;
    right: 5px;
    top: 5px;
}


.search-result {
    display: none;
    position: absolute;
    background-color: white;
    padding: 0px 10px;
    box-shadow: 1px 1px 4px #dbdbdb;
    width: 114%;
    z-index: 2;
    right: 0;
    top: 50px;
    border-radius: 10px;
}

.search-result.open {
    display: inline-block;
}

.search-result.open:after {
    content: "";
    position: fixed;
    background-color: #ddd
}

.internal-content-page .search-result {
    display: block
}

.search-career-title {
    color: #565656;
    font-size: .87rem;
    font-family: var(--font-base);
}

.search-career-category {
    font-size: .7em;
    margin: 3px 0 8px 0;
}


.selected-section {
    color: #8db0c3 !important;
}

.dis-block {
    display: block !important;
}

.dis-none {
    display: none;
}


.social-box {
    position: relative;
    bottom: -77px;
}


.pro {
    font-family: "Font Awesome 5 Pro";
}


.headline-by-btn>.headline-text>h1,
.headline-by-btn>.headline-text>h2,
.headline-by-btn>.headline-text>h3,
.headline-by-btn>.headline-text>h4,
.headline-by-btn>.headline-text>h5,

.btn-green {
    padding: 10px;
    background: #64d066;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 10px;
}

.btn-gray {
    padding: 10px;
    background: #707070;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 10px;
}


.profile-drp {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px #707070;
    min-width: 200px;
    top: 60px;
    z-index: 999;
    display: none;
}

.profile-drp li {
    display: block;
    height: 50px;
}

.profile-drp li:hover>a {
    background: #707070;
    color: #fff;
}

.profile-drp li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    height: 50px;
    line-height: 50px;
}

.profile-drp li a>span {
    margin-right: 10px;
}


.add-dep {
    display: flex;
    margin-bottom: 15px;
}

.input-row {
    margin: 0 10px;
}

.add-dep>.input-row {
    margin: 0
}

.input-row>label {
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
    float: left;
}

.input-row>input {
    float: left;
    outline: none;
    border: 1px solid #dedede;
    padding: 3px 10px;
    border-radius: 3px;
}

.charge-money .btn,

.charge-money .btn:hover,

.charge-money span {
    font-family: var(--font-base);
    width: 100%;
    display: inline-block;
    margin: 1px 1px 5px 1px;
    font-weight: 700;
    font-size: 1rem;
}

.charge-money {
    flex: 50%;
    margin: 0;
    margin-bottom: 10px;
    text-align: right;
}


.loader {
    position: relative;
}

.loader img {
    max-width: 150px;
    border-radius: 30px;
}


.logo-loader {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: white;
    overflow: hidden;
    padding: 2px;
    margin: auto;
    transform: scale(0.4);
}


.logo-loader>.line-logo:nth-child(1),
.logo-loader>.line-logo:nth-child(5) {
    width: 35%;
}

.logo-loader>.line-logo:nth-child(2),
.logo-loader>.line-logo:nth-child(4) {
    width: 80%;
}

.loading-main .dark-blue {
    background-color: #2060bf;
    width: 45%;
    -webkit-animation: .7s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
    animation: .7s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
}

.loading-main .green {
    background-color: #33cc99;
    width: 40%;
    -webkit-animation: .4s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
    animation: .4s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
}

.loading-main .red {
    background-color: #ff4545;
    width: 70%;
    -webkit-animation: .6s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
    animation: .6s scale-out-hor-left 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
}

.loading-main .yellow {
    background-color: #ffcc00;
    width: 60%;
    -webkit-animation: .5s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
    animation: .5s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
}

.loading-main .light-blue {
    -webkit-animation: .8s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
    animation: .8s scale-out-hor-left cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate forwards;
    background-color: #0cf;
    max-width: 80%;
    min-width: 10%;
}


@-webkit-keyframes scale-out-hor-left {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes scale-out-hor-left {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}


.table-box {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
}


.rz-html-editor-button,
.rz-html-editor-dropdown,
.rz-html-editor-toolbar,
.rz-html-editor-toolbar,

/* ----- EDO Product ----- */


.product-item {
    background-image: url(../img/edoPackage.png);
    min-width: 100%;
    min-height: 150px;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.product-item img {
    width: 20%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-item h4 {
    color: white;
    font-size: 70px;
    font-weight: bolder;
    position: absolute;
    left: -1px;
    top: -9px;
    text-shadow: 3px 0px 2px rgb(70, 70, 70);
}


.productSelected-actions .btn {
    padding: 0px 5px;
}


/* ----- EDO Product ----- */
.global-nav-bar-mail-count {
    bottom: auto;
    top: 6px
}

.post-event-body-box-icon-row>ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.download-btn {
    border: 2px solid #616161;
    color: #eeeeee;
    margin: 10px 5px 0 0;
    background: #f6f6f6;
    display: inline-block;
    background: #616161;
    padding: 6px 10px;
    font-size: .9em;
    font-weight: 300;
    border-radius: 18px;
    transition: all .2s ease;
}


.download-btn i {
    font-weight: 400;
    margin-right: 3px
}

.download-btn:hover {
    background: #eaeaea;
    color: #616161;
    opacity: .9;
}


/*Placement*/
.content-item-step,

.header-placement h3 i,

.header-placement h3,


.item-curse-box table td,


/*Placement*/


/*Assessment*/


.assessment-item-main {
    background-color: #fff;
    border-radius: 20px;
    margin: 15px 0;
    padding: 20px;
}


.assessment-item-body .badge {
    font-size: .85em;
    padding: 0;
    font-family: var(--font-panel);
    font-weight: 500;
    margin: 0px 1px 4px 0;
    color: #8d8d8d;
}


.badge-item>a,

.badge-item .badge {
    font-size: .8em;
    padding: 0;
    font-weight: 400;
    opacity: .9;
    margin: 0;
}


.badge-item.green-badge {
    background-color: #35BEC1;
    color: #ffffff;
    width: auto;
    display: inline-block;
    border-radius: 20px;
    font-size: .8em;
    margin: 9px 0;
    padding: 7px 9px;
}


.row-item>div:first-child {
    min-width: 25%;
}


.btn-row a:hover {
    color: #fff !important;
    opacity: .9;
}

.btn-row {
    margin-top: 4px;
}

.btn-row a {
    padding: 10px;
    margin-right: 5px;
    color: #fff !important;
    transition: all .3s ease;
    border-radius: 3px;
    text-align: center;
}

.btn-gray {
    background-color: #86888A;
    color: #fff
}


/*Assessment*/


/*Paint*/
.toolbar {
    display: flex
}

.color-tools li {
    width: 17px;
    margin: 2px;
    height: 17px;
    border-radius: 1px;
    cursor: pointer;
    box-shadow: inset 0px 0px 0 2px #fff, 0px 0px 0 1px #a6a6a6;
}

.color-tools li:hover {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #a6a6a6, 0 0 0px 2px #9eccff;
}

.tools select {
    border: none;
    background: transparent;
    color: #878787;
    font-size: 14px;
}

.paint-tool {
    background: #f4f4f4;
    margin-bottom: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.toolbar .tools {
    margin-left: 15px;
    border-left: 1px solid #ddd;
    padding-left: 25px;
}

.color-tools {
    width: fit-content;
    text-align: center;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.Eraser-cursor {
    cursor: url(/img/rsz_eraser.png) 4 30, auto;
}

.Pen-cursor {
    cursor: url(/img/pencil.png) 4 30, auto;
}

.Text-cursor {
    cursor: text
}

.color-tools ul {
    display: flex;
    flex-wrap: wrap;
}

.paint-tool h5 {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    color: #6e6e6e;
    cursor: auto
}

.clear-page-button:active,
.clear-page-button:focus,
.paint-tool select:focus,
.paint-tool select:active {
    outline: none
}

.clear-page-button {
    border: none;
    background: transparent;
    width: 32px;
    height: 20px;
}

#paint-app {}

.pen-selected {
    cursor: url(../img/paint-tool/pen.png) 4 30, alias;
}

.img-clear {
    max-width: 24px;
    margin: -2px 0;
}

.eraser-selected {
    cursor: url(../img/paint-tool/eraser.png) 4 30, alias;
}

.mouse-selected {
    cursor: url(../img/paint-tool/mouse.png) 4 30, alias;
}

.target-selected {
    cursor: url(../img/paint-tool/crosshair.png) 4 30, alias;
}

.sectionItem.ui-sortable-handle a:focus-visible {
    outline: none
}

.sectionItem.ui-sortable-handle a {
    color: #8b8787 !important;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
}

.sectionItem.ui-sortable-handle a.icon-btn {
    margin-left: 10px;
}

.section-box-content .section-sortable.ui-sortable {
    padding: 20px 9px;
}

.section-box-content .section-sortable.ui-sortable ul:empty {
    padding: 6px 20px
}


.section-box-content .section-sortable.ui-sortable ul:not(:empty) {
    position: relative;
    z-index: 0;
    padding: 10px 20px 10px 20px;
}

.tree-category-box .icon-btn .fa-info-circle {
    font-size: .75rem;
    color: #a9a9a9
}

.tree-category-box .icon-btn+.dropdown-menu ul {
    padding: 0 !important
}

.sectionItem.ui-sortable-handle .drag-handel {
    margin-right: 6px;
    display: flex;
}

.sectionItem.ui-sortable-handle .drag-handel img {
    margin: 4px -2px;
    width: 12px;
}

.sectionItem.ui-sortable-handle>div {
    padding-left: 7px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 25px;
}

.active-section {
    background: #eeeeee;
}

.sectionItem.ui-sortable-handle:hover {
    /*background-color: #f3f3f3*/
}

/*.sectionItem ul:empty{
    display:none
}*/


body.dragging,
body.dragging * {
    cursor: move !important;
}

.tree-category-box .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.tree-category-box ul.ui-sortable li.placeholder {
    position: relative;
    /** More li styles **/
}

ul.ui-sortable li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.tree-category-box .ui-sortable-helper ul:empty {
    padding: 0 !important;
    display: none !important
}

.tree-category-box .ui-sortable-helper>div>.drag-handel+a {
    color: #7d9079 !important;
}

.tree-category-box .ui-sortable-helper,
.active-section {
    border-radius: 0 15px 0 0 !important;
    background-color: #e6f2e3 !important;
    min-height: 35px !important;
}

.sectionItem.ui-sortable-handle .active-section a {
    color: #9bb096 !important
}

.sectionItem.ui-sortable-handle {
    padding: 3px 2px;
    border-radius: 5px;
    display: flex;
    cursor: grab;
    display: flex;
    flex-direction: column;
    margin-bottom: -10px;
}

.sectionItem>div:hover .icon-btn {
    opacity: 1
}

.ui-sortable-handle:focus>div {
    background-color: #edf8eb;
}

.drop-down .selected a {
    /* background: #fff no-repeat scroll right center; */
    display: block;
    padding-right: 0;
    border: antiquewhite;
    width: auto;
    border-radius: 2px;
    text-decoration: none;
    color: #3179ac;
    display: flex;
    flex-direction: column;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.tools .drop-down,
.select-option i {
    position: relative;
}

.tools .options {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    list-style: none;
    padding: 9px 0px;
    position: absolute;
    left: -10px;
    top: 35px;
    width: 66px;
    /* display: none; */
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 4px rgba(135, 135, 135, .40);
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 14px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #3179ac;
}

.drop-down .options ul li a:hover {
    background: #eeeeee;
    color: #fff;
    transition: .2s ease;
}

.select-option i {
    width: 40px;
    margin: 2px;
    display: inline-block;
    background: #100e0e;
}

.options li a:after {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #3e4764;
    width: 40px;
    position: absolute
}

.options ul>li:nth-child(1) a:after,
.select-option>i:nth-child(1) {
    height: 1px
}

.options ul>li:nth-child(2) a:after,
.select-option>i:nth-child(2) {
    height: 3px
}

.options ul>li:nth-child(3) a:after,
.select-option>i:nth-child(3) {
    height: 5px
}

.options ul>li:nth-child(4) a:after,
.select-option>i:nth-child(4) {
    height: 7px
}

.options ul>li:nth-child(5) a:after {
    height: 9px
}

.options ul>li:nth-child(6) a:after {
    height: 11px
}

/*Paint*/
.feed-shared-body .table-bordered td,
.feed-shared-body .table-bordered th {
    border: 0;
    border-top: 1px solid #dee2e6;
}


.payment-box .form-control {
    font-size: 1.1em;
    height: auto;
    padding: 9px;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8289;
}

.Installment-box {
    /*padding: 0 20px 20px 20px;*/
}

.Installment-box label {
    cursor: pointer;
    padding: 7px 8px;
    font-size: .8em;
    color: #a2a2a2;
}

.Installment-box li {
    border: 2px solid #ecebe9;
    padding: 10px 17px;
    width: calc(50% - 10px);
    border-radius: 7px;
    margin: 5px;
    color: #767676;
}

.Installment-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.Installment-box ul>li:first-child,
.Installment-box ul>li:last-child {
    width: 100%;
}

.Installment-box ul>li span {
    display: flex;
    align-items: center;
    line-height: 1.1;
}

.Installment-box ul>li strong {
    font-size: 1.4em;
    color: #6a93ec;
    margin-right: 7px;
}

.Installment-box ul>li label {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: .85em;
    cursor: pointer;
}

.Installment-box ul>li:last-child {
    padding: 7px 0 0 6px;
    box-shadow: none;
    background: transparent;
    font-size: .95em;
    color: #6a93ec;
    border: none;
}

.header-title {
    font-size: .95em;
    padding: 20px 12px;
    color: #717171;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

/*.payment-box .feed-shared-body {
    margin: 5px 30px
}

.payment-box .feed-shared-header .header-title {
    padding: 30px;
    font-size: 1.3em;
}

.payment-box .feed-shared-header {
    padding-right: 0;
    border: 0;
    margin: 0
}

.payment-box .form-group label {
    width: 100%;
    font-size: 1.12em;
    color: #646464;
    margin-bottom: 5px;
}

.payment-box .btn {
    padding: 5px 20px;
}
*/
.payment-input-box>div:last-child .form-control {
    width: 49%;
}


/*Buttons*/

/*Buttons*/


.form-control:focus {
    box-shadow: none !important;
    border-color: #c9c9c9 !important;
}

.result-image-item {
    position: relative
}

.status-user {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: -5px;
    border: 3px solid #fff;
    transform: scale(1.7);
    box-shadow: 0px 0px 5px 2px #b4b4b4;
    left: -4px;
    background: #f00;
    border-radius: 0.8rem;
}

.status-user.online {
    background-color: #10ef30
}

.status-user.offline {
    background-color: #ff583f;
}

.result-image-item img {
    width: 100%;
    border-radius: 10px;
    max-height: 250px;
}

.result-item>div {
    justify-content: space-between;
    display: flex;
    padding: 5px;
}


.left-side-result {
    display: flex;
    width: 100%;
}

.result-image-item {
    flex: 0 0 180px;
    width: 100%;
    height: fit-content;
}


.profile-dec ul li {
    margin: 0px 0 0 16px;
}

.profile-dec ul {
    display: flex;
    align-items: center;
}

.profile-dec {
    padding: 0px;
    display: flex;
    position: relative;
    color: #646464;
    /* max-width: 300px; */
    align-items: center;
    margin-bottom: 5px;
}

.full-profile-user {
    padding: 0 0 0 18px;
    max-width: 100%;
    width: 100%;
}

.teacher-dec img {
    width: 23px;
    margin: -3px 5px -3px 0px;
}

.teacher-items>span:nth-child(2)~span {
    /*display: none*/
}

.btn-more-language {
    color: #5bbaf1;
}

.btn-more-language.invisible {
    display: none
}

.teacher-items.visible>span:nth-child(2)~span {
    display: inline-block
}


.teacher-dec span {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #767676;
    margin-bottom: 7px;
}

.teacher-dec p,
.teacher-dec span {
    font-size: 11px;
    color: #989898;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

@media screen and (min-width:1500px) {

    .teacher-dec p,
    .teacher-dec span {
        font-size: 12px;
    }

    .teacher-items>img~span {
        display: flex;
    }
}

.teacher-dec p {
    font-size: 19px;
    font-weight: bold;
    color: #4f4f4f;
}

.teacher-dec span.read-more {
    font-weight: 700 !important
}

.teacher-dec .teacher-items>span {
    font-weight: 700
}


@keyframes image-color {
    0% {
        filter: grayscale(100%);
    }

    100% {
        filter: grayscale(0);
    }
}

#blazor-error-ui {
    bottom: 0;
    display: none;
    left: 0;
    width: 100%;
}


@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/*Scroll*/

.form-group-sub {
    margin: 5px 0;
    display: flex
}

.form-group-sub>.form-control:first-child {
    margin-right: 9px;
}


.side-footer {
    margin-top: 5px;
    text-align: center;
    position: sticky;
    /*bottom:0*/
}

.side-footer-link-box {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-family: var(--font-base);
    font-weight: 400;
}


.side-footer-link-item {
    display: flex;
    margin: 0.4rem 0.8rem;
}

.side-footer-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #888 !important;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 600;
}

.side-footer-logos {
    margin-bottom: 20px;
}


.global-nav-search-assessment {
    margin: 0;
    display: flex;
    align-items: center;
    min-width: 140px !important;
    max-width: unset;
    background: #fff;
    margin-right: 15px;
    height: 44px;
    margin-bottom: -1px;
    background: #fff;
    border-radius: 5px;
    border-radius: 10px;
}

.assessment-nav-search-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    /* border-radius: 10px; */
    line-height: 34px;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

select {
    color: darkgray;
}


.modal-opend .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


.input-select-custom li {
    background-color: #ffffff;
    padding: 8px 12px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s ease
}

.input-select-custom span {
    margin-left: 5px;
    font-weight: 500
}

.input-select-custom li:hover {
    background-color: #f2f2f2;
}

.input-select-custom ul {
    box-shadow: 1px 1px 20px #b2b2b299;
    border: 1px solid #bbbbbb;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 200px;
}

.selected-item {
    display: flex;
    align-items: center;
}

.input-select-custom {
    width: 110px;
    background-image: url(/img/down-arrow.png);
    position: relative;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 97% center;
}

.input-select-custom.open ul {
    display: block
}

.input-select-custom img {
    width: 20px;
}


/*Node*/
.node-tree-root {
    margin: 0;
    padding: 0;
}

.node-tree-root li {
    padding: 3px 0;
    position: relative;
}

.node-parent-title {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.node-main .node-tree-root li div>span.link-item-title:first-child::after,
.node-main .caret-down::after,
#Achievements .node-parent-title::after {
    content: "";
    width: 10px;
    height: 19px;
    border-color: #dbdbdb;
    border-style: solid;
    position: absolute;
    border-width: 0 0 0.07rem 0.07rem;
    top: 10px;
    transform: translateY(-50%);
    right: 100%;
}

.node-check {
    margin: 0 2px;
}

.node-tree-root .node-parent-title {
    font-weight: 500 !important
}

.node-row-box .node-tree-root>li .caret-down {
    font-weight: 500 !important;
}

.node-row-box .node-tree-root>li span {
    font-weight: 500 !important;
    font-size: 15px;
}

/*.node-main > .node-tree-root > li div > span::after {
    border: none !important
}
*/
.node-main .node-tree-root li div>span.node-parent-title::before {
    content: "\f0fe";
    color: #6c6c6c;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Pro';
    cursor: pointer;
}

.node-main .node-tree-root li div:not(.rte-toolbar)>span {
    font-family: var(--font-base);
    color: #6c6c6c;
    padding: 7px 0px;
    position: relative;
    display: inline-block;
}

.node-main .node-tree-root li div>span.caret-down::before {
    content: "\f068";
    color: #6c6c6c;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Pro';
    cursor: pointer;
}

.node-main ul li div>span:first-child:before {
    content: "\f0fe";
    color: transparent;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Pro';
    cursor: pointer;
}

.modal .node-main {
    border: none
}


.node-children-section {
    display: none;
}

.node-tree-root .node-tree-root {
    padding: 0px 19px;
}

.active-node {
    display: block !important;
}

.node-main {
    padding: 4px 2px;
    border-radius: 5px;
    margin: 11px 0px;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.node-submenu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100px;
    font-size: 12px;
    top: 20px;
    border-radius: 5px;
    left: 70px;
    box-shadow: 0 0 3px 1px #ddd;
    padding: 3px 0;
}

.node-submenu-icon {
    cursor: pointer;
}

.node-submenu>ul>li {
    cursor: pointer;
    color: #777272;
    padding: 5px 10px;
    font-family: var(--font-base);
    transition: background-color .3s ease;
}

.node-submenu>ul>li:hover {
    background-color: #e8e8e8;
}

.node-tree-root>li span>input {
    margin-right: 10px
}

.time-text {
    font-size: 12px;
}

.close-right {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 22px;
    color: var(--primary) !important;
    left: 0;
}

.node-row-box .node-main {
    margin: 0
}

.node-tree-root span {
    font-weight: 500
}

body>.logo-loader {
    overflow: hidden;
    padding: 2px;
    margin: auto;
    transform: scale(.8);
    height: 100vh;
    vertical-align: middle;
    display: flex;
    background: transparent;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
}

body>.logo-loader img {
    max-width: fit-content;
}

body>.logo-loader .line-logo {
    width: 100%;
    height: 18px;
    margin: 4px auto 9px auto;
    border-radius: 25px;
    background-color: #ededed;
    overflow: hidden;
}

@media screen and (max-width:992px) {
    .section-box-content .section-sortable.ui-sortable ul:not(:empty) {
        padding-right: 10px;
    }

    body>.logo-loader img {
        max-width: 100%;
    }
}

#VideoComponentDiv {
    margin-right: 20px !important;
    margin-left: 25px;
}

.items .logo-loader .loader,
.core-rail .logo-loader .loader,
.main-content .logo-loader .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 126px;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-width:768px) {
    .channel-item-box.col-xl-4 .chat .emoji-list.dis-block {
        bottom: 0 !important
    }
}

.channel-item-box.col-xl-4 .chat-history {
    position: relative
}

/* --- Modern Sidebar & Hamburger Styles --- */

.hamburger-container {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1100;
}

/* Modern Hamburger Icon */
.hamburger-modern {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hamburger-modern span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    background-color: #333; /* Dark color for visibility */
    transition: all 0.3s ease;
}

.hamburger-modern:hover span {
    background-color: #007bff; /* Primary color hover */
}

/* Sidebar Styling */
#left-rail {
    position: fixed;
    top: 0;
    left: -300px; /* Hidden by default */
    width: 300px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px); /* Glassmorphism */
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 1200;
    transition: left 0.3s ease-in-out;
    padding-top: 60px; /* Space for close button */
    display: block !important; /* Override potential d-none */
}

#left-rail.open-left-menu {
    left: 0;
}

/* Sidebar Content */
.sidebar-content {
    padding: 20px;
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    margin-bottom: 15px;
}

.sidebar-links a {
    display: block;
    font-size: 1.2rem;
    color: #444;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
    font-weight: 500;
}

.sidebar-links a:hover {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    padding-left: 20px; /* Slide effect */
}

/* Close Button in Sidebar */
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #666;
    transition: color 0.2s;
}

.close-menu:hover {
    color: #dc3545; /* Red on hover */
}


/* --- Refined Sidebar & Glassmorphism --- */

#left-rail {
    /* Enhanced Glassmorphism */
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1) !important;
}

.sidebar-content {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease 0.1s;
}

#left-rail.open-left-menu .sidebar-content {
    opacity: 1;
    transform: translateX(0);
}

.sidebar-links a {
    position: relative;
    overflow: hidden;
    color: #333;
    font-weight: 600;
}

.sidebar-links a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #007bff;
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.sidebar-links a:hover::before {
    transform: scaleY(1);
}

/* Backdrop for Sidebar */
#sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    z-index: 1050; /* Below sidebar, above content */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#sidebar-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}


/* --- Updated Custom Sidebar Styles --- */

/* Use .active-sidebar instead of .open-left-menu for the new logic */
#left-rail.active-sidebar {
    left: 0 !important;
}

#left-rail.active-sidebar .sidebar-content {
    opacity: 1;
    transform: translateX(0);
}

/* Ensure backdrop works with .active class */
#sidebar-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}


/* Remove Blazorise Commercial/Free Message */
#blazorise-info-message,