/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
@font-face {
    font-family: SVN-Poppins-SemiBold;
    src: url("../fonts/popin/SVN-Poppins-SemiBold.ttf") format("opentype");
}

@font-face {
    font-family: SVN-Poppins-Medium;
    src: url("../fonts/popin/SVN-Poppins-Medium.ttf") format("opentype");
}

@font-face {
    font-family: SVN-Poppins;
    src: url("../fonts/popin/SVN-Poppins-Regular.ttf") format("opentype");
}

@font-face {
    font-family: SF-Pro-Bold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/sf/SF-Pro-Text-Bold.woff") format('woff');
}

@font-face {
    font-family: SF-Pro-Medium;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/sf/SF-Pro-Text-Medium.woff") format('woff');
}

@font-face {
    font-family: SF-Pro-Regular;
    src: url("../fonts/sf/SF-Pro-Text-Regular.woff") format('woff');
}

@font-face {
    font-family: SF-Pro-Semibold;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/sf/SF-Pro-Text-Semibold.woff") format('woff');
}

@font-face {
    font-family: SF-Pro;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/sf/SF-Pro-Text-Light.woff") format("woff")
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/popin/Poppins-Regular.otf") format("woff")
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/popin/Poppins-Bold.otf") format("woff")
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/popin/Poppins-Medium.otf") format("woff")
}


:root {
    --bs-body-font-family: SF-Pro, sans-serif;
    --bs-body-font-family-medium: SF-Pro-Medium, sans-serif;
    --bs-body-font-family-semibold: SF-Pro-SemiBold, sans-serif;
    --spectrum-global-color-contentPrimary: #26282c;


}

* {
    font-style: normal;
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    font-family: 'SVN-Poppins', 'Roboto', sans-serif;
}

.nk-content {
    padding: 20px;
}


.btn, .dual-listbox .dual-listbox__button {
    font-family: var(--bs-body-font-family);
}

.sub-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #435370;
}

.project-title .title {
    font-family: var(--bs-body-font-family-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.link-list-opt a {
    line-height: 16px;
    color: #435370 !important;
    font-family: var(--bs-body-font-family-medium);
}

.link-list-opt a:hover {
    color: #854fff !important;
}

.page-title {
    font-family: var(--bs-body-font-family-semibold);
    color: #04080F;
}

.text-soft {
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #435370 !important;
}

.btn-primary {
    background: #A5CE39 !important;
    border-color: #A5CE39 !important;

}

.btn-primary:hover {
    background: #A5CE39 !important;
}

/*.btn-primary span {*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    text-transform: capitalize;*/
/*    color: #FDFDFD;*/
/*}*/

.select2-container--default .select2-selection--single {
    background-color: #F8F9FD;
    border-radius: 8px;
    height: 44px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 16px 12px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #435370;
    opacity: 0.8;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.form-icon {
    height: 44px;
}

.nk-header-search.ms-3.ms-xl-0 {
    padding: 14px 20px 14px 16px;
    height: 48px;
    background: #F8F9FD;
    border-radius: 8px;
}

input.form-control.border-transparent.form-focus-none {
    font-weight: 400;
    font-size: 14px;
    color: #435370;
    opacity: 0.8;
}

.page-link.active, .active > .page-link, .page-link:hover {
    background: #F8FFE6;
    color: #92C018;
    border: none;
    border-radius: 60px;
}

.page-link, .page-item:last-child .page-link, .page-item:first-child .page-link {
    border: none;
    border-radius: 60px;
}

em.icon.ni.ni-more-h {
    transform: rotate(90deg);
}

button.btn.btn-primary.btn-outline-secondary:hover {
    color: #000;
}

.custom-table thead tr {
    background: #F8F9FD;
    border-radius: 6px;
    color: #435370;
}

.custom-table tbody tr {
    color: var(--spectrum-global-color-contentPrimary);
}

.is-light .nk-menu-link {
    color: var(--spectrum-global-color-contentPrimary) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.custom-table tr td, .custom-table tr th {
    font-weight: bold;
}


.dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: end;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
}

.dataTables_length {
    margin-bottom: 10px;
}

.jstree-node {
    font-size: 13pt !important;
}

.nk-wrap {
    background: none;
}

.nk-block .header-block {
    margin: -20px -27px;
    background: #fff;
    padding: 15px 27px;
    border-bottom: 1px solid #e5e9f2;
    box-shadow: 0px 1px 3px 0px rgb(54 74 99 / 5%);
}

.jstree-themeicon-custom {
    color: #92C018 !important;
    font-size: 1.25rem;
}

.jstree-node {
    /*padding: 10px 0;*/
}

.jstree-last {
    /*padding: 0;*/
}

.title-js-tree {
    font-size: 1.25rem;
}

a.hover-icon-action {
    padding: 0 3px;
}

a.hover-icon-action:hover {
    background-color: #ccc;
}

.btn-tab.active {
    background-color: #fff;
    color: orange;
}

.btn-tab {
    margin: 5px
}

.topic-course, .box-lesson {
    display: flex;
}

.number-topic {
    background: #A5CE39;
    color: #fff;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 25px;
    font-weight: bold;
}

.box-title {
    padding-left: 10px;
    width: 100%;
}

.box-title p.title-course {
    font-weight: bold;
}

.title-lesson {
    margin-bottom: 5px;
}

.box-action span em {
    font-size: 25px;
    cursor: pointer;
    color: #526484;
}

.box-action span em:hover {
    color: #0d3988;
}

.item-lesson:hover .box-action p {
    display: flex;
}

.item-lesson .box-action p {
    display: none;
}

.item-lesson .box-action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-add-multi .card {
    display: none;
    margin-top: 0px !important;
}

.number-icon-lesson em {
    font-size: 35px;
}

.box-action p em {
    font-size: 20px;
    cursor: pointer;
    margin: 0 5px;
}

.btn-add-contest-question {
    border: 1px solid #A5CE39 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #A5CE39;
}

.list-question {
    background: #fff;
    border-radius: 8px;
}

.card.list-contest-question .card-body {
    padding: 10px 0;
}

.item-question {
    display: flex;
}

.item-box-question {
    width: 100%;
    padding: 10px;
}

.box-option-reply {
    padding: 10px;

}

.box-option-reply span {
    padding: 10px;
    border-radius: 500px;
    font-size: 13px;
    margin-right: 10px;
}

.box-option-reply span.btn-yellow {
    background: #FFF2DD;
    color: #E8AA42;

}

.box-option-reply span.btn-blue {
    background: #E3F2FF;
    color: #4074F9;

}

.box-option-reply span.btn-green {
    background: #EDFFE2;
    color: #58C018;
}

.item-action-question {
    display: flex;
    padding: 10px;
}

.header-list-reply {
    text-align: center;
}

.box-action-option {
    padding: 10px;
}

.item-user {
    border: 1px solid #F8F9FD;
    border-radius: 8px;
    padding: 10px 12px;
}

.item-user.active {
    background: #F8F9FD;
}

.question-item {
    padding: 16px;
    background: #F8F9FD;
    border-radius: 8px;
    color: #0C182E;
    letter-spacing: 0.015em;
    text-transform: capitalize;
    margin: 20px 0;
}

.question-item .action-question em {
    padding: 10px;
}

.question-item .action-question em:hover {
    background: #fff;
    border-radius: 3px;
}

.question-item .answers span {
    padding: 4px 6px;
    background: #E8EAED;
    border-radius: 999px;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #435370;
}

/* Custom css by Johnson */

.dataTables_length select {
    margin: 0 10px;
}

.dataTables_filter span {
    margin-right: 10px;
}

.page-title.nk-block-title {
    font-size: 22px;
    margin-bottom: 0;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    position: relative;
}

.more-actions-card {
    position: absolute;
    top: 5px;
    right: 10px;
}

.img-course img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.dataTables_wrapper > .row:first-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.dataTables_wrapper > .row:last-child {
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.nk-menu-item ul.nk-menu-sub {
    margin-left: 40px;
    margin-top: 8px;
    border-left: 1px solid #E8EAED;
}

.nk-menu .nk-menu-item.active > .nk-menu-link {
    color: #a5ce39 !important;
}

.nk-menu .nk-menu-item.active .icon {
    color: #a5ce39;
}

.nk-menu-text {
    font-weight: 400;
}

.btn, .dual-listbox .dual-listbox__button {
    font-weight: normal;
}

.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
    padding: 10px 5px 10px 20px;
}

.nk-menu-link {
    padding: 0.925rem 3px 0.925rem 12px;
}

.select2-container {
    border: 1px solid #dbdfea;
    border-radius: 5px;
}

.nk-menu-link:hover .nk-menu-icon {
    color: #a5ce39;
}

.title-box-course {
    font-weight: bold;
    padding: 10px;
}

.title-box-course .nk-block-head-sub {
    margin-bottom: 0 !important;
    color: #000 !important;
}
