﻿:root {
    --main-second-color: #e81932;
    --main-default-color: #4889D8;
    --bg-dark: #273140;
    --white: #ffffff;
    --black: #221f1f;
    --lightpurple: #9e91f2;
    --darkgray: #1e1f26;
    --color-icon-footer: #fecc00
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 500;
}

    .form-group.cw-100 > .form-group {
        width: 100%;
    }

.frame-box-item, .form-bg {
    width: 100%;
    margin: 0px;
    border-radius: 5px;
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 9px 13px 60px #d5d5d5, -1px 12px 2px #ebebeb;
}

    .form-bg .form-group label, .col-12.edit-user label {
        margin-bottom: 7px;
        font-family: var(--font-base);
        font-size: 0.9rem;
    }

.form-group .form-control {
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    width: 100%;
    resize: none;
    color: rgb(110, 110, 110);
    padding: 5px 10px;
    border: 1px solid rgb(219, 219, 219);
    height: 40px;
    border-radius: 9px;
}

    .form-group .form-control[type="checkbox"] {
        width: 16px;
        line-height: normal;
        padding: 0 8px;
        height: 18px;
    }

.select-search > input {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 7px;
    font-family: 'Poppins';
    position: relative;
    background: transparent;
    min-height: 33px;
    font-weight: 600;
}

    .select-search > input[type="text"] {
        border: 1px solid #ddd;
        border-radius: 0.25rem;
        height: auto;
        padding: 7px;
        font-size: 0.85rem;
        font-family: var(--font-base);
        font-weight: 400;
        box-shadow: none;
        width: 100%;
        margin-top: -2px !important;
        min-height: 40px;
    }

:not(.native-search-box) .form-group .select-search > input {
    font-size: 15px;
    background: #fff;
    padding-right: 22px;
    border-radius: 10px;
}

div:not(.native-search-box) .select-search .clear-input, div:not(.native-search-box) .select-search .sort-icon {
    right: 9px;
    bottom: auto;
    transform: translateY(-50%);
    color: #797979;
    top: 50%;
    position: absolute !important;
    font-size: 15px;
}

.pagination {
    font-size: 13px;
}

:not(.native-search-box) .select-values {
    min-width: 350px;
}

.select-values.active {
    display: block;
    position: absolute;
    background-color: #ffffff;
    align-items: flex-start;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    z-index: 9;
    left: 0px;
    top: 44px;
}

.active, .demo:hover {
    opacity: 1;
}

.select-values {
    min-width: 200px;
    display: none;
    height: 172px;
    overflow: hidden auto;
}

@media screen and (min-width: 992px) {
    .mobile-filter-header {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .mobile-filter-header {
        display: none;
    }
}

.select-values input {
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid rgb(218, 223, 225);
    width: 100%;
    transition: box-shadow 0.3s ease 0s;
}

.select-values > input[type="text"] {
    margin-bottom: 10px !important;
    font-weight: 600;
}

:not(.native-search-box) .form-group .select-search label {
    margin-bottom: 13px !important;
    width: fit-content;
    line-height: 1.2;
    display: flex;
}

.check-box-input {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    color: rgb(56, 64, 71);
    font-size: 14px;
}

    .check-box-input span {
        white-space: nowrap;
        font-size: 15px;
        font-weight: 500;
        margin: -2px 0 0 0px;
        display: inline-block;
    }

.form-group .check-box-input span {
    font-size: 13px;
    margin: 2px 0 0 0px;
}

.select-values.select-controls .check-box-input span {
    position: relative;
    margin-left: -50px;
    padding-left: 50px;
    margin-top: -4px;
}

.check-box-input:after {
    content: url(/img/icon/check.svg);
    position: absolute;
    filter: invert(1);
    transform: scale(1.2);
    top: 0px;
    left: 4px;
    display: none;
}

:not(.native-search-box) .check-box-input:after {
    top: -2px;
    transform: none;
}

.select-values input[type=checkbox]:checked + .check-box-input:after {
    display: block;
}

.select-search {
    position: relative;
    padding: 2px 9px;
    background: transparent;
    border: none;
}

.custom-table thead th {
    color: rgb(46, 46, 46);
    vertical-align: middle;
}

.custom-table thead th {
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    .custom-table {
        display: table;
        width: 100%;
        font-weight: 500;
        border-radius: 10px;
        overflow: hidden;
        min-height: 35px;
    }

        .custom-table thead th, .custom-table td {
            vertical-align: middle;
            border: none;
            padding: 15px;
            font-size: 14px !important;
        }

            .custom-table td a {
                margin: 0px 6px;
                cursor: pointer;
                height: 15px;
                display: flex;
                align-items: center;
            }

            .custom-table td a {
                height: 15px;
                display: inline-block;
            }
}

.main-student[bgcolor="dark"] .custom-table thead tr, .main-student[bgcolor="dark"] .title-list-event, .main-student[bgcolor="dark"] .sidebar, .main-student[bgcolor="dark"] .menu-button-wrapper h5 {
    background: var(--bg-dark);
}


.assessment-btn.color-secondary {
    background-color: var(--color-secondary) !important;
}

.color-primary {
    background-color: var(--primary);
}

.multi-select-check {
    margin-right: 7px;
}

.filter-list input[type="radio"], input[type="checkbox"] {
    border-color: rgb(221, 221, 221);
    border-width: 0.125rem;
    border-style: solid;
    width: 1.15rem;
    flex: 0 0 1.15rem;
    height: 1.15rem;
    appearance: none;
    border-radius: 4px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
}

input[type="checkbox"] {
    width: 20px;
}

.filter-list input:checked[type="radio"], input:checked[type="checkbox"] {
    border-color: var(--primary);
    background-color: var(--primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.mail-select-all {
    height: 33px;
    line-height: 33px;
    position: relative;
    padding-left: 30px;
    background-color: rgb(249, 249, 249);
    border-radius: 5px;
    font-size: 14px;
}

.mail-select-all {
    background-color: transparent;
}

:not(.native-search-box) .select-search {
    margin-top: 0;
    padding: 2px;
}

.control-td-8-9 tr th:nth-child(8), .control-td-8-9 tr th:nth-child(9), .control-td-8-9 tr td:nth-child(8), .control-td-8-9 tr td:nth-child(9) {
    max-width: 300px;
    word-break: break-word;
}

.input-check-control {
    margin-top: 30px;
}

.form-group.input-check-control {
    display: flex;
    margin-top: 33px;
    align-items: center;
}

    .form-group.input-check-control.bordered {
        display: flex;
        margin-top: 30px;
        align-items: center;
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 10px;
    }

.form-bg .form-group .form-check-control {
    margin-right: 5px;
    vertical-align: middle;
}

.form-group.input-check-control label {
    margin: 0;
    margin-left: 5px;
}



.mini-search-user .input-text-select-row input {
    margin: 2px 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    width: 100%;
    resize: none;
    color: rgb(110, 110, 110);
    padding: 5px 10px;
    border: 1px solid rgb(219, 219, 219);
    height: 40px;
    border-radius: 9px;
}

.full-size-control {
    width: 100%;
    margin-top: -3px;
}


.form-group .form-control + img {
    width: 26px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

:not(.native-search-box) .form-group .select-search > input:focus {
    outline: none;
}

.button-row-fit {
    width: 100%;
    text-align: center;
    padding: 7px 13px;
    display: inline-block;
}

.form-group .new-data-row .select-search > input {
    height: 39px;
    margin: -2px;
    border-color: #ddd;
}

.data-item > .form-content, .data-item .select-search > input {
    border: none;
    padding: 10px 13px;
    color: #565656;
    width: 100%;
    margin-right: 7px;
    outline: none;
    font-size: .8em;
    font-family: 'Poppins';
    border-radius: 20px;
    font-size: .7rem !important;
    font-weight: 600;
}

.data-item > .form-content, .data-item .select-search > input {
    outline: none;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.8;
    width: 100%;
    resize: none;
    color: #6e6e6e;
    padding: 5px 10px;
    border: 1px solid #DBDBDB;
    height: 40px;
    border-radius: 9px;
    font-family: 'Poppins';
}

.data-item > select.form-content {
    cursor: pointer;
    background-image: url(/img/icon/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 11px) 50%;
    appearance: none;
    background-size: 10px;
    min-height: 36px;
    line-height: 2;
    padding: 1px 14px;
    font-family: var(--font-base);
    min-width: 100px;
}

.data-item input[type="number"] {
    width: 70px;
}

.new-data-row {
    position: relative;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    margin-bottom: 10px;
    margin-top: 12px;
}

.data-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remove-image, .remove-role {
    position: absolute;
    top: -5px;
    right: -8px;
    z-index: 99;
    background: #ff4646;
    color: #fff !important;
    box-shadow: 1px 1px 5px #b0b0b0;
    width: 15px;
    height: 15px;
    font-size: 11px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease;
    border: none;
}

.new-data-row .remove-image {
    display: none;
}

.new-data-row:hover .remove-image {
    display: flex;
}

.btn {
    display: inline-block;
    text-decoration: none !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 13px !important;
    font-size: 0.875rem;
    border-radius: 0.75rem;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 0.5875rem 1.319rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}

.assessment-btn {
    border: none;
    padding: 12px 13px !important;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: var(--font-base);
    line-height: 1;
    border-radius: 5px !important;
    margin: 15px 5px 7px 0px !important;
}

.credit-row-box .form-group {
    margin: 10px;
}

.mt-44 {
    margin-top: 44px !important;
}

.form-bg [class^="col-"] .form-group {
    width: 100%;
}



.select-search .sort-icon {
    background: none
}

.sort-icon > i:before {
    font-weight: 500;
    content: "\f107";
}

.color-primary {
    background-color: rgb(167, 114, 203);
}

.form-bg .row {
    width: 100%
}

.form-bg .form-group.text-right {
    width: 100%
}

.custom-table thead tr, .sidebar, .menu-button-wrapper h5 {
    background: var(--bg-dark);
}

.form-group.btn-label .form-control {
    height: 40px;
}

.page-item.disabled.active .page-link {
    background-color: var(--bg-dark);
    color: rgb(255, 255, 255);
}

.row.justify-content-between {
    width: auto
}

.color-success {
    background-color: rgb(86, 199, 96) !important;
    color: #fff;
}

.color-blue {
    color: #fff;
    white-space: nowrap;
    background-color: #4550ff !important;
}
/*buttons*/
.col-5.row-flow.half-row {
    min-width: 310px;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.edit-user .btn-success.icon-btn-refresh.eraser {
    right: 65px;
    color: #ff7676 !important;
    font-size: 19px !important;
    top: -1px;
}

.edit-user .col-5.row-flow.half-row > .form-group > .selected-user-row {
    border: none;
    padding: 0;
    position: relative;
    width: 100%
}

.col-5.row-flow > .selected-user-row > .user-text {
    min-width: calc(100% - 65px) !important;
    margin-top: -5px;
    font-size: 15px;
}

.col-5 > .form-group > .selected-user-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 13px;
}

.col-5 > .selected-user-row > .btn-info.icon-btn-refresh {
    margin-left: -5px;
    position: static !important;
    margin-top: -15px;
    margin-bottom: 0;
}

.row-flow + .icon-btn-refresh {
    top: 40px;
}

.selected-user-row > label {
    width: 100%;
}

.icon-btn-refresh {
    padding: 7px 8px;
    font-size: 13px;
    position: absolute;
    left: 240px;
    top: 20px;
}



.edit-user .user-text {
    border: 1px solid #ddd;
    margin: 1px;
    border-radius: 10px;
    padding: 9px;
    min-width: 100%;
    min-height: 37px;
    font-size: 13px;
}

.col-5.row-flow .selected-user-row > .user-text {
    margin: 0;
    min-height: 21px;
    font-size: 14px;
}

.edit-user .btn-success.icon-btn-refresh {
    position: absolute;
    background: transparent !important;
    border: none;
    left: auto;
    right: 32px;
    font-size: 16px;
    top: 0;
    color: #56c760 !important;
    box-shadow: none !important;
}


    .edit-user .btn-success.icon-btn-refresh.eraser {
        right: 65px;
        color: #ff7676 !important;
        font-size: 19px !important;
        top: 0;
    }

.edit-user .btn-info.icon-btn-refresh {
    position: absolute !important;
    right: 0;
    left: auto;
    top: 27px;
    font-size: 15px;
    margin: 0;
    border: none !important;
    color: #58bad7 !important;
    background: transparent !important;
    box-shadow: none !important
}

.edit-user > .w-100 > .mini-search-user {
    margin-top: 0;
}

.edit-user > .w-100 > label {
    margin-bottom: 0;
    font-family: var(--font-base);
    font-size: 0.9rem;
    font-weight: 500;
    margin: 4px 0 3px 5px;
    color: #8b8b8b;
}

.main-student .btn, .main-student .assessment-btn, .main .btn {
    border: none;
    margin: 14px 5px 10px 0px !important;
    padding: 9px 11px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 5px !important;
    line-height: 1
}

.edit-user .btn-success.icon-btn-refresh {
    position: absolute;
    background: transparent !important;
    border: none;
    left: auto;
    right: 32px;
    font-size: 16px;
    top: 0;
    color: #56c760 !important;
    box-shadow: none !important
}

    .edit-user .btn-success.icon-btn-refresh.btn-sync {
        right: 95px;
        top: 37px;
    }

.edit-user .modal + .btn-success.icon-btn-refresh.btn-sync {
    right: 93px;
    top: 37px;
}

.edit-user > .w-100 + .btn-success.icon-btn-refresh {
    right: 119px;
    top: 31px;
}

.col-md-6.edit-user .modal + .btn-success.icon-btn-refresh.btn-sync {
    right: 73px;
    top: 34px;
}

.col-5.row-flow .btn-info.icon-btn-refresh {
    margin-left: 10px;
    /* position: static !important; */
    margin-top: 0;
    margin-bottom: 0;
    right: 0;
    top: 0;
    color: #58bad7 !important;
    background: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 16px;
}

.col-5.row-flow .selected-user-row > .user-text {
    margin: 0;
    min-height: 21px;
    font-size: 14px;
}

.edit-user .icon-btn-refresh {
    position: static;
    margin-top: 0 !important
}

.div-select-row .btn {
    padding: 12px;
    margin: 0 8px !important;
}

.search-compose-to-title i {
    margin-right: 5px;
    color: rgb(84, 132, 190);
}

.button-row-last.mt-44 {
    margin-top: 30px !important;
}

.main-student .page-box .btn, .main-student .page-box .assessment-btn {
    margin-top: -1px !important
}

.main-student .page-box .selected-user-row .btn, .main-student .page-box .selected-user-row .assessment-btn, .main-student .page-box .icon-btn-refresh {
    margin-top: 0px !important;
}
/*buttons*/
.CurriculumContents-page {
    padding: 0;
}

    .CurriculumContents-page .node-main {
        border: none;
    }

        .CurriculumContents-page .node-main .node-tree-root {
            width: 100%;
            flex-direction: column;
        }

.node-tree-root li {
    padding: 3px 0;
    position: relative;
}

.node-tree-root > li > div {
    display: none;
    flex-wrap: wrap;
    align-items: center;
}

    .node-tree-root > li > div.node-submenu.active-node {
        display: flex
    }

.node-tree-root .node-parent-title {
    font-weight: 500 !important;
}

.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.link-item-title {
    max-width: calc(100% - 57px);
    width: 100%;
    padding: 0px 5px;
    min-width: 335px;
}

.node-main .node-tree-root li div > span.node-parent-title::before, .node-main .node-tree-root li > span.node-parent-title::before {
    content: "";
    color: rgb(108, 108, 108);
    display: inline-block;
    margin-right: 4px;
    font-family: "Font Awesome 5 Pro";
    cursor: pointer;
}

.check-row input {
    margin-right: 5px
}

.node-main .node-tree-root li > div > span:first-child::after, .node-main .node-tree-root li > span:first-child::after, .node-main .caret-down::after, #Achievements .node-parent-title::after {
    content: "";
    width: 10px;
    height: 19px;
    border-color: rgb(219, 219, 219);
    border-style: solid;
    position: absolute;
    border-width: 0px 0px 0.07rem 0.07rem;
    top: 28%;
    transform: translateY(-50%);
    right: 100%;
}

.check-box-row {
    margin-top: 5px;
}

.r-modal .btn {
    padding: 7px 30px !important;
}
.global-nav-search {
    height: 50px;
}
.item-list-icon.flexy > span, .item-list-icon.flexy > i {
    margin: 0 5px;
}