.label {
  font-weight: normal !important;
}

.dashboard-tab .nav-tabs {
  border-bottom: 1px solid var(--border);
}
.dashboard-tab .nav-tabs li {
  width: 20%;
}
.dashboard-tab .nav-tabs li:last-child a {
  border-right: 0;
}
.dashboard-tab .nav-tabs li a {
  padding: 24px 50px;
  border-radius: 0;
  text-align: center;
}
.dashboard-tab .nav-tabs li a:hover {
  background: var(--secound) !important;
}
.dashboard-tab .nav-tabs li .active {
  background: var(--secound) !important;
}
.dashboard-tab .graph .legend {
  float: right;
}
.dashboard-tab .graph .legend li {
  list-style: none;
  float: left;
  margin-left: 12px;
  font-weight: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.dashboard-tab .graph .legend li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.serach-wrap {
  position: absolute;
  min-width: 55px;
  height: 35px;
  right: 0;
  /* top: -1.2px; */
}

.select-wrap {
  margin-right: 60px;
}

.opacity-3 {
  opacity: 0.3;
}

.bold {
  font-weight: 600;
}

.rubic-table th {
  font-weight: 600;
  text-align: center;
  padding: 30px 20px;
}
.rubic-table th,
.rubic-table td {
  border: 1px solid var(--border);
  min-width: 180px;
  font-size: 16px;
}
.rubic-table td {
  padding: 16px 12px;
}
.rubic-table .points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rubic-table .points .left {
  float: left;
  width: 50%;
  color: var(--disabled);
}
.rubic-table .points .right {
  float: right;
  width: 50%;
}
.rubic-table .points .right input {
  float: right;
  width: 52px;
  height: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
}

.keyword {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.create-table {
  margin: 24px;
  border: 1px solid var(--border);
  float: left;
  width: calc(100% - 48px);
  border-radius: 5px;
}
.create-table .rubic-table {
  margin: 50px 24px;
}

.grey {
  color: var(--disabled);
}

.font-14 {
  font-size: 14px;
  font-weight: 500;
}

.instru-wrap {
  background: var(--disabled);
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 2px;
  position: relative;
}
.instru-wrap .ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--primary);
}
.instru-wrap .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.body-color td {
  color: var(--body);
}

.title a {
  color: var(--body);
}

.text .rubic-table {
  width: 100%;
}
.text .rubic-table th,
.text .rubic-table td {
  min-width: 170px;
}

.modal-custom .card-header.ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.modal-custom .card-body {
  padding: 24px !important;
}
.modal-custom .qustion {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
.modal-custom .title {
  position: relative;
}
.modal-custom .title sup {
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--body);
}

table td {
  color: var(--body);
}

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

.tooltip .tooltiptext {
  opacity: 1 !important;
  visibility: visible !important;
}

.item-wrap {
  background: var(--secound);
  border-radius: 5px;
  padding: 5px 10px;
}
.item-wrap .row {
  display: flex;
  align-items: center;
}
.item-wrap .hd {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.item-wrap .number {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--success);
  float: right;
}

.labels {
  font-weight: normal !important;
}

.border-btm {
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
}

.schema-accord {
  width: 100%;
  margin: 20px 0;
}
.schema-accord .card-header {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--secound);
  border: 0;
  color: var(--primary);
}
.schema-accord .card-header i {
  float: right;
  font-size: 20px;
}
.schema-accord .accord-body {
  margin: 20px 0;
}
.schema-accord .topic-wrap {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}
.schema-accord .topic-wrap .ttl {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--primary);
}
.schema-accord .topic-wrap .list {
  margin: 0;
  padding: 0 0 0 10px;
}
.schema-accord .topic-wrap .list li {
  list-style: none;
  margin-top: 15px;
}
.schema-accord .topic-wrap .list li .add-remove {
  float: right;
}
.schema-accord .accord.collapsed .fa:before {
  content: "\f107";
}

.view-item {
  border: 1px solid var(--border);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  border-radius: 5px 5px 0px 0px;
}
.view-item .nav {
  display: inline-block;
}
.view-item .nav .nav-item {
  border-right: 1px solid var(--border);
}
.view-item .nav .nav-item a {
  border: 0;
  border-radius: 5px 0 0 0;
}
.view-item .nav-link {
  padding: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--body);
}
.view-item .nav-link.active {
  background: var(--secound) !important;
  color: var(--primary);
}

.marking-schema {
  border: 1px solid var(--border);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  border-radius: 5px 5px 0px 0px;
}
.marking-schema .nav {
  display: inline-block;
}
.marking-schema .nav-item:last-child .nav-link {
  border-right: 0;
}
.marking-schema .nav-item:first-child .nav-link {
  border-top-left-radius: 5px;
}
.marking-schema .nav-link {
  padding: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--body);
  border-radius: 0;
  border: 0;
  border-right: 1px solid var(--border);
}
.marking-schema .nav-link.active {
  background: var(--secound) !important;
  color: var(--primary);
  margin: 0;
  border-bottom: 0;
}

.secound {
  background: var(--secound);
}

.f12 {
  font-size: 12px;
}

.nav-marking {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.nav-marking .switch {
  margin: 0;
}

input:disabled {
  background: var(--secound) !important;
}

.switch-block {
  border: 1px solid var(--border);
  border-radius: 4px;
  float: left;
  width: 100%;
  height: 48px;
  padding: 10px;
}
.switch-block .label {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.switch-block .time {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  border: 1px solid var(--disabled);
  border-radius: 4px;
  color: var(--disabled);
  float: left;
  margin-left: 10px;
}
.switch-block .active {
  border-color: var(--primary) !important;
  color: var(--primary);
}

.head-line {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--primary);
}

.repeat-key-point {
  border-bottom: 1px solid var(--border);
  margin-bottom: 25px;
  width: 100%;
  float: left;
}
.repeat-key-point p {
  margin-bottom: 5px;
}
.repeat-key-point ul.key-point {
  display: block;
  margin: 0;
  padding: 0;
}
.repeat-key-point ul.key-point li {
  float: left;
  margin-right: 5px;
  background-color: var(--secound);
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  border-radius: 4px;
  margin-bottom: 5px;
}

.sub-accord .font16 {
  cursor: pointer;
  margin-bottom: 10px;
}
.sub-accord .font16 i {
  font-size: 20px;
}
.sub-accord .toggle-div {
  display: none;
}
.sub-accord .toggle-div.show {
  display: block;
}
.sub-accord .show i {
  transform: rotate(-90deg);
}

.select {
  height: 48px;
  font-family: IBM Plex Sans !important;
  color: var(--body);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  min-width: 180px;
  width: auto;
}

.test-setting {
  margin: 20px 0;
}
.test-setting .ttl {
  font-size: 12px;
  line-height: 16px;
  color: var(--primary);
  padding: 10px 15px;
  background: var(--secound);
  margin-bottom: 15px;
}
.test-setting .ck-editor {
  margin: 20px 0;
  border: 1px solid var(--border);
  border-radius: 5px;
}
.test-setting .ck-editor .hd {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid var(--border);
  padding: 10px;
}
.test-setting .headlines {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--primary);
  margin-bottom: 5px;
}

.font-12 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.profile-sm {
  display: flex;
  align-items: center;
}
.profile-sm .pic {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 10px;
}

.yellow {
  color: var(--caution);
}

.filter-select select {
  width: calc(100% - 60px);
  float: left;
  margin-right: 24px;
}
.filter-select .fitler {
  float: left;
}

.test-group-block {
  background: var(--secound);
  padding: 10px 6px;
  position: relative;
  display: inline-block;
  min-width: 150px;
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  padding-right: 25px;
  border-radius: 4px;
  margin-right: 15px;
}
.test-group-block i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.test-group-block .name {
  font-weight: 600;
  margin-bottom: 5px;
}

.repeats {
  float: left;
  width: 230px;
  margin: 10px 10px 10px 0;
  display: flex;
}
.repeats .pic {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  background: transparent;
}
.repeats .pic img {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.repeats .test-group-block {
  float: left;
  margin: 0;
  width: calc(100% - 50px);
}
.repeats .name {
  margin: 0;
}
.repeats .participant {
  min-height: 35px;
}
.repeats .org {
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  color: var(--primary);
}

.actions {
  margin-right: 70px;
}

.pass {
  width: 6px;
  height: 13px;
  background: var(--success);
  display: inline-block;
  margin-right: 5px;
}

.fail {
  width: 6px;
  height: 13px;
  background: var(--alert);
  display: inline-block;
  margin-right: 5px;
}

.serach-wrap input[type=text] {
  height: 42px !important;
  background-position: left 12px center;
}

.fillter-block .nav-pills a {
  color: var(--primary);
  padding: 18px 10px;
}

.tab-headline {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background: var(--secound);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 8px;
  padding: 10px;
}

.max-height {
  max-height: 350px;
  overflow-y: auto;
}

.graph {
  min-height: 470px;
}

.answers-wraps .repeat-card {
  float: left;
  width: 100%;
}
.answers-wraps .card {
  display: block;
}
.answers-wraps .card .ques {
    margin: 15px 24px 5px;
    font-size: 15px;
    line-height: 26px;
    float: left;
    width: calc(100% - 40px);
}
.answers-wraps .card .score {
  float: right;
  border-left: 1px solid var(--border);
  padding: 0 0 0 2rem;
  width: 100px;
  font-weight: 500;
  font-size: 14px;
  color: var(--disabled);
  margin: 4rem 0;
}
.answers-wraps .card .answer {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.answers-wraps .card .answer ul {
  margin: 0;
  padding: 0;
}
.answers-wraps .card .answer ul li {
  list-style: none;
  border-top: 1px solid var(--border);
  padding: 25px;
  font-size: 14px;
  line-height: 20px;
}
.answers-wraps .card .answer ul li .circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 2px solid var(--border);
  float: left;
  margin-right: 2rem;
}
.answers-wraps .card .answer ul .right .circle {
  border: 0;
  width: 24px;
  height: 24px;
  background: url(../../dist/img/right-icon.png);
}
.answers-wraps .card .answer ul .wrong .circle {
  border: 0;
  width: 24px;
  height: 24px;
  background: url(../../dist/img/wrong-icon.png);
}

.marks-wrap {
  padding: 24px;
  border-top: 1px solid var(--border);
}
.marks-wrap .marks {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--primary);
  margin-right: 20px;
  display: inline-block;
}
.marks-wrap .awarded {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--success);
  margin-right: 20px;
  display: inline-block;
}

.answer-script .nav-tabs {
  border: 0;
}

.custom-table th {
  padding: 10px 20px;
}

.sidebar .nav-link.active i.show svg path {
  stroke: inherit;
}

.sidebar .nav-link.active .hide {
  display: none;
}

.min-width-auto {
  min-width: inherit;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--disabled);
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--disabled);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--disabled);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--disabled);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--disabled);
}

.card-title a i,
.card-title a img {
  margin-right: 20px;
  margin-top: -3px;
}

.session-details {
  margin: 24px;
  border: 1px solid #D5DDE4;
  border-radius: 5px;
}
.session-details .header {
  padding: 20px;
  border-bottom: 1px solid var(--border);
}
.session-details .header .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  margin-right: 15px;
}
.session-details .header .anchor {
  font-weight: 600;
  font-size: 16px;
  color: var(--alert);
  border-bottom: 1px solid var(--alert);
}
.session-details .s-body {
  padding: 15px;
}
.session-details .s-body figure {
  float: left;
  width: 62px;
  margin-right: 38px;
}
.session-details .s-body .content {
  width: calc(100% - 100px);
}
.session-details .s-body label.labels {
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 16px;
}
.session-details .s-body .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.session-details .s-body .text .actives {
  color: var(--success);
}
.session-details .s-body .text .terminate {
  color: var(--alert);
}

.terminate-session .edit-profile {
  width: 100%;
  display: block;
}
.terminate-session .edit-profile .figure {
  width: 60px;
  float: left;
}
.terminate-session .edit-profile .name {
  float: inherit;
  width: 50%;
  margin-right: 0;
}
.terminate-session .edit-profile .date {
  clear: both;
}
.terminate-session .edit-profile .d-time {
  float: right;
}
.terminate-session .m-text {
  float: left;
  width: calc(100% - 70px);
}

.alert-btn {
  background: var(--alert);
}

.custom-files .file-chose {
  height: 78px;
}
.custom-files .file-text {
  width: calc(100% - 80px);
  display: inline-block;
}
.custom-files .upload {
  width: 60px;
  float: right;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../../dist/img/author-icons/calendar.svg) no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: -10px;
}

my-date-picker .mydp {
  height: 48px;
  line-height: 40px;
}

my-date-picker .mydp input.selection {
  height: 46px !important;
}

input.select {
  min-width: 100%;
}

.dropdown-list .list-area ul {
  overflow: initial !important;
}/*# sourceMappingURL=ex-admin.css.map */