@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
  --black: #000000;
  --blue: #1e90ff;
  --white: #ffffff;
  --red-light: #DD7E7A;
  --red-alert: #FF7272;
  --green-light: #79DCC5;
  --green-nw: #1ab394;
  --text-green: #33AC6A;
  --text-active: #3CC37A;
  --field-label: #7B8493
}

::selection {
  color: white;
  background-color: #1b3783;
}

#side-menu > li:not(.nav-header)  a{
  display: flex;
}

#side-menu > li:not(.nav-header)  a > i{
  margin-top: 2.5px;
}

#side-menu > li:not(.nav-header)  a > span.arrow{
  margin-left: auto;
}
body {
  background-color: #F5F5F8;
  color: var(--field-label);
  font-family: 'Roboto', sans-serif, Helvetica Neue;
}

.page-wrapper {
  padding: 20px 20px 20px 10px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-mouse {
  cursor: pointer;
}

.text-green {
  color: var(--green-nw);
}

.color-green {
  color: var(--text-green) !important;
}

.text-active {
  color: var(--text-active);
}

.text-dark-danger {
  color: #CD0000 !important;
}

.text-inactive {
  color: #D66F49 !important;
}

.text-black {
  color: var(--black);
}
.bg-grey {
  background-color: #F5F5F8;
}

.text-easy {
  color: var(--text-green) !important;
}

.text-medium {
  color: #E89C34 !important;
}

.text-hard {
  color: #CD0000 !important;
}
.no-width{
  width: 0!important;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-t-none-imp {
  margin-top: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-t-0 {
  padding-top: 0;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-r-none-imp {
  padding-right: 0 !important;
}

.p-l-none-imp {
  padding-left: 0 !important;
}

.text-ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%
}
/* ----------     Switchery  ----------*/
.switchery-small {
  border-radius: 20px;
  height: 14px;
  width: 30px;
}

.switchery-small > small {
  height: 12px;
  width: 16px;
  border-radius: 23px;
  border: 1px solid white;
  top: 1px;
}
.line-clamp3{
  width: 100%;
  -webkit-line-clamp:3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/*----------- checboxes ----------*/
.checkbox-nw{
  display: inline-block;
  height: 17px;
  width: 17px;
  max-width: 17px;
  min-width: 17px;
  max-height: 17px;
  position: relative;
  margin: 0;
  padding: 0;
}
.checkbox-nw > input[type=checkbox] {
  margin: 0 !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.checkbox-nw > input+label{
  padding: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.checkbox-nw.checkbox label::before{
  margin-left: 0;
}
.checkbox-nw.checkbox label::after{
  margin-left: 0;
}


.checkbox-nw input[type="checkbox"]:checked + label::before,
.checkbox-nw input[type="radio"]:checked + label::before {
  background-color: #1AB394;
  border-color: #1AB394;
}

.checkbox-nw input[type="checkbox"]:checked + label::after,
.checkbox-nw input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-nw input[type="checkbox"]:focus + label::before,
.checkbox-nw input[type="radio"]:focus + label::before {
  outline: none;
}
.checkbox-nw > input[type=radio]{
  position: absolute;
  width: 17px;
  height: 17px;
  margin: 0;
}

/*--------- Aspire Toggle -----------*/
.aspire-toggle .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #FFFFFF !important;
}

.aspire-toggle .mat-slide-toggle-thumb {
  height: 12px;
  width: 16px;
  background-color: #FFFFFF !important;
}
.aspire-toggle .mat-slide-toggle-thumb-container {
  width: 16px;
  height: 14px;
  top: 1px;
  left: 2px;
}
.aspire-toggle .mat-slide-toggle-bar {
  background-color: #D66F49;
  height: 14px;
}
.aspire-toggle .mat-checked .mat-slide-toggle-bar {
  background-color: #64bd63 !important;
}
.form-control {
  border-radius: 6px;
}
textarea {
  min-height: 34px;
  resize: vertical;
}

.table-container {
  overflow-x: auto;
  clear: both;
}

.aspire-box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.aspire-box .aspire-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.aspire-box .aspire-title .title {
  margin: 0;
}
.aspire-box .aspire-title .title > h4 {
  color: #495057;
}

.aspire-box .aspire-title > .aspire-box-tools a {
  color: #1ab394;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  margin-left: 15px;
}

.aspire-box .aspire-title > .aspire-box-tools .download-quiz-dropdown.dropdown-menu {
  min-width: 128px;
  height: 81px;
  border-radius: 6px;
  box-shadow: 0px 16px 32px #0000001A;
}

.aspire-box-tools .download-button {
  margin-right: 15px;
  position: relative;
}

.aspire-box-tools .btn-primary.btn-outline.btn[disabled] {
  color: #fff;
}

.aspire-box-tools .download-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #F5F5F8;
  height: 100%;
  width: 0;
  top: 0;
  right: -16px
}

.field-label {
  color: var(--field-label);
}
.modal .modal-header .modal-title,.modal .modal-header h3.pull-left {
  color: #495057;
}

.modal-header .material-icons {
  font-size: 21px;
}

.aspire-box .aspire-title > .aspire-box-tools .download-quiz-dropdown.dropdown-menu a.dropdown-item{
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  justify-content: flex-start;
  padding: 10px 20px;
  margin: 0 0 5px;
}
.aspire-box .aspire-title > .aspire-box-tools .download-quiz-dropdown.dropdown-menu a.dropdown-item:last-child{
  margin: 0;
}
.aspire-box .aspire-title > .aspire-box-tools .download-quiz-dropdown.dropdown-menu a.dropdown-item:hover{
  background-color: #D6D6D6;
}
.aspire-footer {
  border-top: 1px solid #F0F0F0;
  padding: 20px;
}
.today-quiz-date {
  font-weight: 600;
  color: #495057;
}

.aspire-box .aspire-content {
  padding: 20px;
}

table.aspire-table {
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

table.aspire-table > thead > tr > th {
  background-color: #F5F5F8 !important;
  border: 0;
  color: #000;
  padding: 15px 0 14px 15px !important;
}

.aspire-table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.aspire-table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 15px !important;
}

.aspire-table > tbody > tr {
  background-color: transparent !important;
}

.aspire-table > tbody > tr:hover {
  box-shadow: 0px 0px 30px #D0DCED80;
}

.aspire-table > tbody > tr > td {
  color: #7B8493;
  padding: 15px 0 14px 15px !important;
  vertical-align: middle;
  border-color: #F1F5FA;
}

.aspire-table > tbody > tr > td p {
  margin-bottom: 0;
}

.aspire-table > tbody > tr > td:last-child {
  padding-right: 15px !important;
}

.aspire-table > tbody > tr:first-child > td {
  border-top: 0 !important;
}

.aspire-table > tbody > tr > td > button.btn {
  min-width: 102px;
}

button.addNew {
  width: 48.32px;
  height: 34px;
}

button.advfilter {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.aspire-table-container {
  margin: 0 -20px;
  padding: 0 20px;
  overflow-x: auto;
}

.aspire-table-footer {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #F0F0F0;
  overflow: hidden;
  margin: 0 -20px 15px;
}

.dataTables_wrapper .dataTables_length select {
  color: #000;
  font-weight: bold;
  width: 50px;
}

.dataTables_wrapper .dataTables_length select option {
  font-weight: normal;
}

.dataTables_wrapper .dataTables_length select:focus {
  border-color: var(--green-nw);
}
.dataTables_wrapper .dataTables_length select:focus-visible {
  outline: none;
}

.dataTables_length > label {
  font-weight: normal;
}
table.table.table-hover[formarrayname=topics] > tbody > tr:first-child > td {
  border-top: 0;
}

.relative {
  position: relative;
}

.tabs-container ul.nav.nav-tabs > li a[data-toggle=tab] {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}

.tabs-container ul.nav.nav-tabs > li.active a[data-toggle=tab] {
  border-style: solid;
  border-color: #071A2F;
  border-width: 0 0 2px 0;
  background-color: transparent;
  font-weight: bold;
  color: #000;
}

.active-session .quiz-progress .completed {
  width: 35px;
  color: #000;
}

.active-session .quiz-progress .progress {
  width: calc(100% - 40px);
  margin-right: 5px;
  margin-bottom: 0;
  height: 16px;
  border-radius: 10px;
}

.progress > div.progress-bar {
  border-radius: 10px;
  background-color: #0096D8;
}

.aspire-label {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aspire-label.active-label {
  background-color: #1ab39433;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.d-flex-imp {
  display: flex !important;
}

.aspire-label.active-label .dot {
  background-color: #1ab394;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin: 0;
}

table.dataTable thead .sorting:after {
  opacity: 1;
  content: "\f0dc";
  font-family: 'FontAwesome', sans-serif;
  bottom: 50%;
  transform: translate(-8px, 50%);
  color: #C7CBD5;
  margin-left: 8px;
}

table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after {
  content: '\f0de';
  font-family: 'FontAwesome', sans-serif;
  opacity: 1;
  color: #1ab394;
  bottom: 50%;
  transform: translate(-8px, 50%);
  margin-left: 8px;
}

table.dataTable thead .sorting_desc:after {
  content: '\f0dd';
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 50%;
  transform: translate(-6px, -50%);
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  background-size: 0;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  vertical-align: middle;
  white-space: nowrap;
}

.dataTables_wrapper {
  padding-bottom: 0;
}

.dataTables_wrapper .paginate_button.current a {
  background-color: #fff;
  border-color: #1ab394;
  color: #1ab394;
  font-weight: bold;
}

.dataTables_wrapper .paginate_button a:focus {
  outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #F5F5F8 !important;
  border-radius: 3px !important;
  margin-left: 5px !important;
  height: 30px;
  min-width: 30px;
  padding: 5px 10.35px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last, .dataTables_wrapper .dataTables_paginate .paginate_button.first {
  width: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: 38px;
}

.dataTables_wrapper .dataTables_paginate > span {
  margin: 0 10px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: transparent !important;
  color: var(--green-nw) !important;
  border-color: var(--green-nw) !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent !important;
  border-color: #1ab394 !important;
  color: black !important;
}

.table-action {
  display: flex;
  justify-content: center;
  font-size: 16px;
  height: 16px;
}

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

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}
.table-action .material-icons, .table-action .material-icons-round {
  font-size: unset;
}

button.btn > .material-icons, button.btn > .material-icons-round {
  height: auto;
  font-size: 20px;
}

.copyIcon {
  background: url("../img/copyIcon.png") no-repeat center center;
  background-size: 20px 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  filter: saturate(0.7);
}

.table-action a, .table-action a:hover {
  color: #1ab394;
}

.exam-link-quick-box {
  position: fixed;
  bottom: 0;
  right: 20px;
  left: 270px;
  box-shadow: 0 -3px 20px #0000001A;
  border-radius: 10px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10;
}

.exam-link-quick-box > .blue-border {
  border-top: 2px solid #0096D8;
  border-radius: 1px;
  padding: 18px 10px 20px;
  height: 100%;
  align-items: flex-end;
}

.exam-link-icon-container {
  height: 58px;
  width: 85px;
  background: url("../img/examLinks.png") no-repeat center center;
  background-size: contain;
  margin-right: 20px;
  margin-bottom: -2px;
}

.exam-link-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0096D8;
  border-radius: 50%;
  color: white;
}

.examlinks {
  width: calc(100% - 105px);
}

.exam-link {
  width: calc(70% - 5px);
}

.passcode {
  width: calc(30% - 5px);
}

.exam-link > label, .passcode > label,
.mail-actions > label{
  font-weight: normal;
}

.process-timeline .exam-link, .process-timeline .passcode {
  margin-bottom: 10px;
}

.exam-link .relative, .passcode .relative {
  padding-right: 0;
}

.exam-link .relative > div:first-child, .passcode .relative > div:first-child {
  border-right: 1px solid #E5E5E5;
  width: calc(100% - 44px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.exam-link .relative > button:last-child, .passcode .relative > button:last-child {
  width: 44px;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.passcode .relative > div:first-child {
  overflow-x: auto;
  text-overflow: unset;
  user-select: all;
}

.exam-link .relative > div:first-child > a {
  color: #0096D8;
}
.passcode .relative > button:last-child:focus-visible {
  outline: none;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
  background-image: url("../img/calendarIcon.png");
  background-size: 15px;
}

input[type="time" i]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 8px;
}
input[type="time" i]::after{
  content: '\e425';
  font-family: 'Material Icons Outlined','Roboto', sans-serif, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  right: 28px;
  bottom: 8px;
  color: #000;
  position: absolute;
}

input[type="time" i].time-error::after,
input[type="time"].time-error::-webkit-calendar-picker-indicator{
  top: 8px;
}

select option {
  font-family: 'Roboto', sans-serif, Helvetica Neue;
}

.active-session > ul.nav.nav-tabs {
  position: sticky;
  top: 60px;
  z-index: 20;
  background-color: #f5f5f8;
}

.status-switch {
  width: 90px;
  justify-content: space-between;
}

.status-switch > span:first-child {
  width: 50px;
  min-width: 50px;
  margin-right: 5px;
}

.ins-status-switch:not(:checked) + .switchery {
  background-color: #D66F49 !important;
  border-color: #D66F49 !important;
}
.switch.checked {
  border-color: var(--text-active) !important;
}
.ins-status-switch:not(:checked) + .switchery.switchery-small small{
  left: 1px !important;
}

.switch.switch-small {
  height: 14px !important;
  min-width: 30px !important;
}
.switch.switch-small small{
  height: 14px !important;
  width: 16px !important;
  right: calc(100% - 17px) !important;
}
.switch.checked.checked small{
  right: 1px !important;
}

.quiz-uploader-container ,.quiz-uploader-selected{
  border: 1px dashed #D6D6D6;
  border-radius: 6px;
  height: 177px;
  position: relative;
}

.quest-board {
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
}

.quest-board > div {
  width: calc(25% - (40px / 3));
  height: 210px;
}

.quest-board > div:not(:last-child) {
  margin-right: 20px;
}

.quest-level > div:not(:first-child) {
  margin-bottom: 15px;
}

.quest-option {
  width: calc(50% - (40px / 3)) !important;
}

.quest-level, .quest-option, .correct-ans {
  background-color: #F5F5F8;
  border-radius: 6px;
  padding: 20px;
  height: 40px;
}

.options-values {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 0;
}

.options-values > li {
  width: calc(50% - 20px);
  height: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
}

li.form-group-sm:nth-child(3), li.form-group-sm:nth-child(4) {
  margin-bottom: 0;
}

.add-quest-level > li {
  padding: 0 6px 0 15px;
  border: 1px dashed #D0D0D0;
  border-radius: 6px;
  height: 36px;
  cursor: pointer;
  margin-right: 10px;
  user-select: none;
}

.add-quest-level > li > div.checkbox {
  min-height: 0;
  padding-top: 0;
}

.add-quest-level > li.active {
  border: 1px solid #1AB394;
  background-color: #ECF7F5;
  color: #1ab394;
}

ul#testCaseList > li, #categorySelection > li {
  margin-bottom: 15px;
  background-color: #F5F5F8;
  border-radius: 10px;
  padding: 15px 15px 0 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul#testCaseList > li > div {
  width: calc(50% - 7.5px);
  border-radius: 6px;
  margin-bottom: 15px;
  min-width: 300px;
}

ul#testCaseList > li > div textarea {
  color: #000000;
  letter-spacing: 0;
  max-height: 150px;
}

#categorySelection > li{
  padding-bottom: 15px;
}
#categorySelection > li > div {
  width: calc((100% - 60px) / 6);
}

.rowTrash{
  position: absolute;
  right: -11px;
  top: -10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #0000001a;
  cursor: pointer;
  color: #1ab394;
}
.ttn-logo-black-text {
  background: url('../img/logo-black.svg') no-repeat center center;
  color: #000;
  height: 70px;
  width: 125px;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 6px black);
}
#profile-preview {
  object-fit: contain;
  width: 100%;
  height: 250px;
}
.multiselect-dropdown .dropdown-btn .selected-item{
  margin: 0 4px 4px 0;
}

#feedbackReportView .comments .full, #feedbackReportViewCoding .comments .full {
  display: none;
}

#feedbackReportView .comments.show-full .full, #feedbackReportViewCoding .comments.show-full .full {
  display: inline;
}

#feedbackReportView .comments.show-full .trimmed, #feedbackReportViewCoding .comments.show-full .trimmed {
  display: none;
}

#viewQuestionsTable_length, #viewProgrammingQuestions_length {
  margin-bottom: 15px;
}

body::-webkit-scrollbar-track {
  background: none;
}

@media screen and (max-width: 991px) {
  .aspire-box .aspire-title{
    flex-wrap: wrap;
  }
  .aspire-widget .aspire-title {
    flex-wrap: nowrap;
  }
  .aspire-box-tools{
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .exam-link, .passcode {
    width: 100%;
    margin-left:0;
  }
  .process-timeline .examLink,.examlinks{
    flex-wrap: wrap;
  }
  .examlinks .exam-link {
    margin-bottom: 10px;
  }
  ul#testCaseList > li > div{
    width: 100%;
  }
  .active-session > ul.nav.nav-tabs{
    position: static;
  }
  #upload-QuestionModal a.sample-download {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  #categorySelection > li{
    flex-direction: column;
    padding-bottom: 0;
  }
  #categorySelection > li > div{
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1199px;
  }
}

/*Slick scroller bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .main {
    overflow: auto;
    zoom: 1;
  }
}

.quiz-email-badges {
  border-radius: 2px;
  padding: 5px 7px;
  background-color: #337ab7;
  margin: 0 8px 8px 0;
  color: #ffffff;
}

.emails-list {
  display: flex;
  flex-wrap: wrap;
}

.quizActionPopover > a:hover, .quizActionPopover > a:active,
.quizActionPopover > a:focus, .quizActionPopover > a:visited {
  color: #1ab394;
}

.quizActionPopover ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.quizActionPopover li a {
  color: inherit;
  line-height: 25px;
  display: block;
  padding: 3px 7px;
  border-radius: 3px;
}

.quizActionPopover li a:hover, .quizActionPopover li a:active {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.quizActionPopover li a i {
  width: 15px;
}

::ng-deep .multiselect-item-checkbox input[type=checkbox] + div{
  display: none;
  background-color: red !important;
}

.aspire-transparent-box {
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 20px;
}

.selected-user-count-swal-alert {
  width: 40em !important;
}

.selected-user-count-swal-alert ul{
  text-align: left;
}

.selected-user-count-swal-alert ul li{
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
  &:last-child {
    margin-bottom: 0;
   }
}

.maxHeightTable .table-container {
  overflow-y: auto;
  max-height: 60vh;
}

.maxHeightTable .table-container thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sessionReportTableContainer {
  overflow: hidden;
}

.sessionReportTableContainer .table-container {
  max-height: 85vh;
}

.regenerateQuizName {
  position: absolute;
  right: 13px;
  top: 9px;
}

#quizNameInputCreate,
#quizNameInputUpdate,
#quizNameInputEdit {
  padding-right: 68px;
}

.generatedQuizNameEllipsis {
  cursor: pointer;
  top: 9px;
  position: absolute;
  line-height: 9px;
  font-size: 25px;
  right: 47px;
}

.generatedQuizNameTooltip {
  font-size: 13px !important;
  word-break: break-all !important;
  white-space: normal !important;
}

.process-timeline > ul.nav-bar {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

.process-timeline > ul.nav-bar::before {
  content: '';
  display: inline-block;
  left: 50px;
  height: 0;
  border: 1px solid #CDD7E2;
  width: calc(100% - 50px);
  position: absolute;
  z-index: -1;
  top: 15px;
}

.process-timeline > ul.nav-bar > li {
  width: 120px;
  text-align: center;
}

.process-timeline > ul.nav-bar > li > a {
  cursor: auto;
}

.process-timeline > ul.nav-bar > li .icon {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: auto;
}

.process-timeline > ul.nav-bar li.completed .icon {
  cursor: pointer;
}

.process-timeline > ul.nav-bar .icon::after {
  content: attr(data-sequence);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -36px;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #7B8493;
  font-weight: 600;
}

.process-timeline > ul.nav-bar li.completed.inactive .icon::after {
  content: "\f00c";
  font-family: 'FontAwesome', sans-serif;
  border: 3px solid #FFF;
  background-color: #1ab394;
  color: #fff;
}

.process-timeline > ul.nav-bar > li.active .icon::after {
  background-color: #183183 !important;
  color: #fff;
}

.process-timeline > ul.nav-bar > li > a > span {
  color: #7B8493;
  font-weight: 600;
  padding: .5rem 1rem;
  display: inline-block;
  margin-top: 8px;
  white-space: nowrap;
}

.process-timeline > ul.nav-bar > li.active > a > span {
  color: #000;
}

.importedCandidatesForCodingTest .table-container {
  max-height: 30vh;
  min-height: 290px;
}

.fixedSortingIconTable thead th.p-r-35-imp {
  padding-right: 35px !important;
}


#sessionLogTable.aspire-table > thead > tr > th:first-child,
#sessionLogTable.aspire-table > thead > tr > th:nth-child(2),
#sessionLogTable.aspire-table > thead > tr > th:nth-child(3){
  z-index: 10;
}

#sessionLogTable.aspire-table > tbody > tr > td:first-child,
#sessionLogTable.aspire-table > tbody > tr >td:nth-child(2),
#sessionLogTable.aspire-table > tbody > tr >td:nth-child(3){
  background-color: #ffffff;
}
