/* session logout pop up*/
#myModal {
  background-color: #0000007a;
}

/* FAQ PAGE */

.ManageFaq .user-tab {
  padding: 10px 32px 32px 32px;
}

/* Manage Category */
.courseCategoryImage {
  max-width: 200px;
}

.create-courses {
  padding-top: 10px;
}

/* add edit lesson toggle*/
.edit-toggle-mainbox {
  display: flex;
  justify-content: space-around;
}

.edit-toggle-mainbox .toggle-col .toggle {
  padding-top: 0px;
}

.edit-toggle-mainbox .toggle-col .toggle-handle {
  top: 1px;
}

/* add edit course toggle*/
.edit-block-sm {
  padding-top: 4px;
}

/*to hide ck ediotr spell checker tool bar item*/
span.cke_toolgroup a[title="Spell Checker"] {
  display: none;
}

/* login Captcha */
.google-captcha {
  margin-bottom: 10px;
}

/* Provide sufficient contrast against white background */
/* .p10 #cke_17,.p10 #cke_23,.p10 #cke_31,.p10 #cke_36,.p10 #cke_89,.p10 #cke_86 {
  display: none;
} */
.pageControlBar,
.pageTitleBar {
  position: sticky !important;
  top: 0px !important;
  z-index: 9999 !important;
}

.breadcrumb-section {
  background-color: #f1f4f6;
}

.nav-item {
  cursor: pointer;
}

.navbar-brand {
  cursor: pointer;
}

html {
  font-size: 14px;
}

a {
  color: #0366d6;
}

code {
  color: #e01a76;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coursetable caption {
  caption-side: top;
}

.courseLessonContainer {
  margin: 10px 12%;
}

.fa-floppy-o:hover {
  cursor: pointer;
}

.lessonName {
  text-rendering: geometricPrecision;
  background: transparent;
  border: none;
  color: black !important;
  font-size: 30px !important;
  font-weight: bold !important;
  height: 50px;
  margin: -0.2rem 0 0;
  outline: none;
  overflow-y: scroll;
  padding: 0;
  resize: none;
  width: 100%;
  margin-bottom: 10px;
}

.lessonDescriptionEditor {
  max-height: 100px;
  overflow-y: scroll;
  padding: 4px 10px;
}

.lessonDescriptionWrapper {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #0000001f !important;
}

.lessonList {
  list-style: none;
  margin-top: 15px;
  padding: 0px;
}

.lessonListItem {
  padding: 15px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.lessonListItem:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.lessonCardListType {
  color: #808080c7;
  font-size: 12px;
  margin-left: 12px;
  background-color: white !important;
}

.editorClassName:hover {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.quoteFooter {
  margin-top: 5px;
}

.lessonCardListName {
  border: 0px !important;
}

.lessonCardListName:disabled {
  background-color: white !important;
}

.lessonCardListButton {
  border: 2px solid #00000069;
  border-radius: 20px;
  padding: 1px 15px;
  color: black;
}

/*Lesson Content */
.lessonContentElementContainer {
  position: fixed !important;
  left: -400px;
  transition: left 400ms ease-in-out;
  z-index: 9999;
  top: 1px;
}

.lessonSubContentElementContainer {
  position: absolute !important;
  left: -200px;
  transition: left 400ms ease-in-out;
}

.lessonSubContentElementContainer.open {
  left: 200px;
  transition: left 400ms ease-in-out;
}

.lessonContentElementContainer.open {
  left: 0px;
  transition: left 400ms ease-in-out;
  height: 100vh !important;
}

.lessonContentElementListCard {
  width: 200px;
  height: 100% !important;
  background-color: #f6f4f4 !important;
}

.lessonSubContentElementListCard {
  width: 300px;
  background-color: #f6f4f4 !important;
}

.lessonSubContentElementListCard ul {
  list-style: none;
  padding: 0px;
}

.lessonSubContentElementListCard li {
  padding: 20px;
  cursor: pointer;
}

.lessonSubContentElementListCard li:hover {
  background-color: lightgray;
}

.lessonContentElementList {
  list-style: none;
  color: #000000;
  padding-left: 0px !important;
}

.lessonContentElementList-item {
  padding: 20px 20px 20px 20px;
  padding-left: 6px !important;
  cursor: pointer;
}

.lessonContentElementList-item:hover {
  background-color: lightgray;
}

.lessonContentElementList-item.selected {
  border-left: solid rgb(17 10 87) 6px !important;
}

.lessonSubContentElementContainer .lessonContentElementListCard li {
  padding: 20px;
}

.lessonSubContentElementContainer .lessonContentElementListCard ul {
  list-style: none;
  max-height: 600px;
  overflow-y: scroll;
}

.rotateSubElement {
  transform: rotateY(180deg);
  transition: 1s;
}

/*Leson Content End*/

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.pagecontainer {
  padding: 10px;
}

.lesson-list-item {
  cursor: pointer;
}

.lesson-list-item {
  border: none !important;
  padding: 10px;
}

.lesson-list .lesson-list-item.selected {
  border-left: solid rgb(17 10 87) 6px !important;
  color: #000000;
  font-weight: bold;
  transition: color 1s, font-weight 1s;
}

.lessonContainer {
  padding-right: 0px !important;
  padding-left: 3px !important;
  display: flex;
}

.lessonContainer.open {
  left: 0;
  transition: 850ms;
}

.lessonContainer.close {
  left: -100%;
  transition: 850ms;
}

.lesson-list {
  padding-top: 10px;
  padding-right: 0px !important;
}

.lessonContentTypeName {
  opacity: 0.2;
  transition: 830ms;
  float: left;
  width: 10%;
}

.lessonMapperContainer:hover .lessonContentTypeName {
  opacity: 1;
  transition: 830ms;
}

.lessonContentActionBar {
  opacity: 0.2;
  transition: 830ms;
  float: left;
}

.lessonMapperContainer:hover .lessonContentActionBar {
  opacity: 1;
  transition: 830ms;
}

.lessonContentActionBar .actionButtonDisable {
  opacity: 0.3 !important;
  cursor: auto !important;
}

.shadowStyle {
  border: 1px solid #80808042;
  box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%);
  border-radius: 5px;
}

.buttonDragger {
  opacity: 0;
  float: right;
}

.contentBorder {
  border: 0px dashed transparent;
  border-top-width: 1px;
  margin-top: 10px;
}

.lessonMapperContainer:hover.contentBorder {
  border-top-color: #0000003d;
  transition: 800ms ease-in-out;
}

.AddContentButtonContainer:hover .buttonDragger {
  opacity: 1;
}

.AddContentButtonContainer {
  position: fixed;
  right: 10px;
  top: 60px;
  z-index: 99999;
}

.AddContentButton {
  /* position: fixed; */
  right: 10px;
  top: 60px;
  z-index: 99999;
  /* margin-top: 5px; */
  padding: 15px;
  text-align: center;
  cursor: pointer;
  margin: 10px auto;
  background-color: rgb(108, 117, 125);
  color: white;
  font-weight: bold;
  border-radius: 20px;
}

/*Action Button Start*/
.actionButtonContainer {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  /* background-color: rgb(13, 110, 253);
  border-radius: 10px; */
}

.form-control.actionButton {
  width: 80%;
  margin: auto;
  font-weight: bolder;
  text-align: center;
  color: #fff;
  background-color: rgb(13, 110, 253);
  height: 50px;
  font-size: 1.4rem;
}

.form-control:focus.actionButton::placeholder {
  color: #919294bd;
}

.form-control.actionButton::placeholder {
  color: white;
}

/*Action buton End*/
/*Flash Card */
.flashCardCarouselContainer {
  min-height: 250px;
}

.flashCardRefresh {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 30px !important;
  color: #000000 !important;
}

.flashcardPrevNext {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: black;
  color: white;
  margin: 0 2rem;
}

.flashcardPrevNext:disabled {
  opacity: 0.5;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin: 10px auto;
}

.flip-card.flip-card-grid {
  width: 200px;
  height: 230px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card .flip-card-inner-rotate {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
  display: flex;
  font-size: 2rem;
  align-items: center;
}

.flip-card-front p {
  margin: auto;
}

.flip-card-back p {
  margin: auto;
  font-size: 1rem;
}

.flip-card-back {
  color: black;
  display: flex;
  transform: rotateY(180deg);
  border-top: 4px solid rgb(13, 110, 253);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 4px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  /* border-radius: 50%; */
  display: inline-block;
  transition: background-color 0.6s ease-in-out;
}

.active,
.dot:hover {
  background-color: #717171;
}

/*End Falsh Card*/

/*Table */
.coursetable {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  background-color: #f6f6f6;
}

/* Spacing */

.coursetable caption {
  float: left;
  font-size: large;
  font-weight: 600;
  padding: 10px;
}

.coursetable td,
th {
  border: 1px solid #999;
  padding: 20px;
}

.coursetable td {
  padding: 10px;
}

.editColumn {
  cursor: pointer;
}

.coursetable th {
  background: rgb(17 10 87);
  color: white;
  border-radius: 0;
  position: sticky;
  top: 0;
  padding: 15px;
}

.primary {
  background-color: #000000;
}

tfoot > tr {
  background: black;
  color: white;
}

tbody > tr:hover {
  background-color: #26046c21;
}

/*Header */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  border: 1px;
  padding: 10px;
  box-shadow: 3px 3px #dddddd;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  scale: 1.1;
  transition: scale 1s;
}

.header a.active {
  background-color: rgb(17 10 87);
  color: white;
  /* dodgerblue; */
}

.header-right {
  float: right;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/*Knowledge Check*/
.open ul.dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 5px;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
}

.answerRadio input {
  height: 20px;
  width: 20px;
}

input.answerRadio {
  height: 20px;
  width: 20px;
}

.knowledgeCheckFullWidth {
  width: 80%;
  margin: auto;
}

/*Knowledge Check end
*/
/*Block Carousel*/
.blockArrow {
  margin: 5px 10px;
}

.boldTitle {
  font-size: 18px !important;
  font-weight: bold !important;
}

/* DeleteAction Model */
.deleteActionModal .modal-content {
  margin-top: 300px;
  border: 2px solid black;
}

.deleteActionModal .modal-body {
  text-align: center;
}

.deleteActionModal .modal-body b {
  font-size: 18px;
}

.deleteActionModal .modal-footer {
  justify-content: space-evenly;
}

/* DeleteAction Model */

/*Block Carousel End*/

@media (max-width: 1190px) {
  .flipCardGridCol {
    width: 50% !important;
  }
}

@media (max-width: 860px) {
  .flipCardGridCol {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .lessonContentTypeName {
    float: initial;
    margin-top: 10px;
    width: auto;
  }

  .lessonContentActionBar {
    display: block !important;
  }

  .lessonActionBarContainer {
    display: flex;
    justify-content: space-between;
  }

  .knowledgeCheckFullWidth {
    width: 100% !important;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

.analytics-main-dashboard .filter-sec-fbox {
  display: flex;
  gap: 15px;
  /* flex-wrap: wrap;
  align-items: center; */
  /* padding-right: 310px; */
}

.analytics-main-dashboard .filter-sec {
  margin-bottom: 8px;
}

.analytics-main-dashboard .filter-check-fbox {
  display: flex;
}

.analytics-main-dashboard .filter-check-fbox .check-box {
  margin-right: 16px;
}

.page-link {
  --bs-pagination-hover-color: #ff8800;
  --bs-pagination-focus-box-shadow: #ff8800;
  --bs-pagination-focus-color: #ff8800;
  --bs-pagination-color: #ff8800;
}

.main-body-content .competency-satisfactory-sec {
  padding-bottom: 5rem;
}