@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300&display=swap");

.left-nav.active {
  padding: 0 !important;
}

.overflow_scroll .row > * {
  flex-shrink: inherit;
}

.left-nav {
  z-index: 10 !important;
}

.right-spacing {
  margin-right: 40px;
}

input:focus,
select:focus {
  box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  -webkitbox-shadow: inherit !important;
}

.breadcrumb li.breadcrumb-item a {
  color: #333442;
}

.container-fluid {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.resources_form .h4.modal-title a {
  color: #333442;
  font-weight: normal;
}

.resources_form .h4.modal-title a svg {
  margin-right: 15px;
}

.resources_form .modal-header .btn-close {
  background: url("../img/close.svg") no-repeat center;
  opacity: 0.9;
}

.btn-close.btn-close-white {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
}

.files_frame img {
  max-width: 100%;
}

.error-message {
  /* position: absolute; */
  color: #ff5353;
  font-size: 13px;
  margin-top: 2px;
  margin-left: 2px;
  /* min-height: 21px; */
}

.buttons.profiles input {
  visibility: visible !important;
}

.buttons.profiles input[type="file"] {
  display: block !important;
}

.mr-5 {
  margin-right: 10px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.1);
}

.loader {
  border-radius: 50%;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  animation: spin 2s linear infinite;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.img-crop-container {
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.border-50 {
  border-radius: 50%;
}

.pointer {
  cursor: pointer;
}

th.pointer.up::after {
  background-image: url("../img/up-arrow.png");
  content: "";
  width: 8px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

th.pointer.down::after {
  background-image: url("../img/down-arrow.png");
  content: "";
  width: 8px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
}

th.pointer.up-down::after {
  background-image: url("../img/up-down-arrow.png");
  content: "";
  width: 8px;
  height: 14px;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

#__react-alert__ {
  z-index: 99999999 !important;
}

#__react-alert__ div {
  z-index: 99999999 !important;
}

img.img-fluid.width-50 {
  width: 41px;
  border-radius: 50px;
  background: #cfcfcf;
}

.up {
  background: rgba(69, 183, 149, 0.2);
  display: inline-block;
  padding: 8px;
  border-radius: 50px;
  color: #fff;
  width: auto;
  text-align: center;
  height: 47px;
  width: 47px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 18px;
}

.error-field {
  border-color: #ff5353 !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.display-inline {
  display: inline !important;
}

#__react-alert__ * {
  text-transform: none !important;
}

#root {
  z-index: +1;
}

.css-1okebmr-indicatorSeparator {
  background: transparent !important;
}

.css-1s2u09g-control,
.css-1pahdxg-control {
  padding: 6px 0 !important;
  background: transparent !important;
  border: 1px solid #9369c8 !important;
  font-family: "Nunito Sans" !important;
  color: #9369c8;
  box-shadow: none !important;
}

.css-qc6sy-singleValue {
  color: #9369c8 !important;
}

.css-1pahdxg-control:focus {
  box-shadow: none !important;
  border: none !important;
}

.modal-dialog .btn-close {
  opacity: 1;
}

.video_details_form form textarea {
  color: #333442 !important;
}

.video_details_form .css-1rhbuit-multiValue {
  background: rgba(227, 104, 104, 0.7) !important;
}

.css-xb97g8:hover {
  background: transparent !important;
}

.css-1rhbuit-multiValue {
  background: rgba(38, 203, 255, 0.2) !important;
  border-radius: 16px !important;
  font-family: "Nunito Sans" !important;
  color: #fff !important;
  padding: 2px 8px !important;
}

.css-12jo7m5 {
  font-family: "Nunito Sans" !important;
  color: #fff !important;
  font-size: 16px !important;
}

.css-xb97g8 svg {
  width: 20px !important;
  height: 20px !important;
}

.css-26l3qy-menu {
  background: #212529 !important;
  color: #fff !important;
  z-index: 9999 !important;
}

.css-4ljt47-MenuList {
  padding: 10px !important;
}

.css-26l3qy-menu .css-4ljt47-MenuList div {
  background: #212529 !important;
  cursor: pointer;
}

.css-26l3qy-menu div > div:hover,
.css-1s2u09g-control:hover .css-26l3qy-menu div {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.css-26l3qy-menu .css-4ljt47-MenuList div:hover,
.css-26l3qy-menu .css-4ljt47-MenuList div:focus,
.css-26l3qy-menu .css-4ljt47-MenuList div:active {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.css-1pndypt5-Input,
.css-1pndypt5-Input {
  color: #fff !important;
}

.mr-24 {
  margin-right: 24px;
}

.page-link {
  background: transparent;
  color: #fff;
}

.page-link:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  text-decoration: none;
}

.page-item.active .page-link {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.summer_quiz_question .card {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.summer_quiz_question .card-header {
  background: transparent;
  border-bottom: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #333442;
  background: transparent;
  padding: 24px;
}

.summer_quiz_question .accordion-collapse .form-check.custom_radio {
  background: transparent;
}

.summer_quiz_question .card-header svg {
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.summer_quiz_question .accordion-collapse {
  padding: 0 24px 24px;
}

.summer_quiz_question .accordion-collapse .form-group label {
  position: relative;
  top: 5px;
  color: #212529;
}

.summer_quiz_question .form-group input[type="checkbox"]:checked + label {
  color: #212529;
}

.summer_quiz_question ul.icons li button {
  background: transparent;
  border: none;
}

.summer_quiz_question ul.icons li button:nth-of-type(1) {
  margin-right: 15px;
}

.toggleButton button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 20px auto;
  background-color: transparent !important;
  border: none;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  padding: 10px;
  margin-left: 10px;
  transition-duration: 0.2s;
}

.toggleButton button.active {
  transform: rotate(180deg);
}

.question-listing-box .toggleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: end;
}

.question-listing-box .toggleRight .btn-success svg {
  margin-right: 0;
}

.question-listing-box .toggleRight .btn-success:hover,
.question-listing-box .toggleRight .btn-success:focus,
.question-listing-box .toggleRight .btn-success:active,
.question-listing-box .toggleRight .show > .btn-success.dropdown-toggle {
  background: transparent;
  outline: 0;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

.question-listing-box .toggleRight .dropdown-menu {
  background: var(--border-dark);
  width: 224px;
  padding: 8px;
  box-shadow: 0px 0px 16px rgba(16, 16, 20, 0.3);
  -moz-box-shadow: 0px 0px 16px rgba(16, 16, 20, 0.3);
  -webkit-box-shadow: 0px 0px 16px rgba(16, 16, 20, 0.3);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.question-listing-box .toggleRight .dropdown-menu a {
  margin: 4px 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}

.question-listing-box .toggleRight .dropdown-menu a:hover {
  background: transparent;
  text-decoration: none;
}

.question_picker .custom_radio input[type="radio"] + label {
  padding-left: 30px;
}

.question_picker li.form-check.custom_radio.pick_lectures.error label:before {
  border: 1px solid #ff0000;
}

.question_picker
  li.form-check.custom_radio.pick_lectures
  .form-group
  input[type="checkbox"]:checked
  + label::before {
  top: -2px;
}

.lesson-item {
  display: flex;
}

.lesson-name {
  flex: 1;
}

.drag-handle {
  margin-top: 12px;
  margin-left: 5px;
}

.lesson-item-container {
  flex: 1;
}

.lesson_sidebar ul li.opacity-1 {
  display: flex;
  color: rgb(255, 255, 255);
  list-style: none;
  padding: 20px 20px 20px 0px;
}

body > li.opacity-1 {
  z-index: 999;
  display: flex;
  z-index: 9999;
  color: rgb(255, 255, 255);
  list-style: none;
  padding: 20px 20px 20px 0px;
  margin-left: -30px;
}

body > li.opacity-1 .drag-handle {
  margin-right: 10px;
}

.lesson-item svg {
  margin-right: 10px;
}

body > li.opacity-1 small {
  font-size: 12px;
  color: var(--color-light-dark);
  line-height: normal;
}

body > li.opacity-1 small span {
  margin-top: 5px;
  float: left;
  position: relative;
  left: 0;
}

body > li.opacity-1 small svg {
  margin-right: 2px;
  position: relative;
  top: -2px;
}

body > li.opacity-1 small {
  font-size: 12px;
  color: var(--color-light-dark);
  padding-left: 23px;
  line-height: normal;
}

.k-widget.k-window {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  position: fixed;
  background-color: #333442;
  font-family: "Nunito Sans";
  height: auto !important;
  max-width: 600px;
  width: 100% !important;
}

.k-window-titlebar {
  padding: 24px;
  display: flex;
  flex-direction: row;
}

.k-window-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-light);
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}

.k-window-actions {
  margin: -5em 0;
  margin-inline-end: -4px;
  line-height: 1;
  display: flex;
  flex-flow: row nowrap;
  flex-shrink: 0;
  align-items: center;
}

.k-icon-button.k-button-md,
.k-button .k-button-icon {
  padding: 6px;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}

.k-icon-button.k-button-md .k-i-window-minimize {
  background: url(../img/minimize.png) no-repeat center;
  background-size: 18px auto;
}

.k-icon-button.k-button-md .k-i-window-maximize {
  background: url(../img/maxmize.png) no-repeat center;
  background-size: 12px auto;
}

.k-icon-button.k-button-md .k-i-close,
.k-button.k-dialog-close .k-button-icon {
  background: url(../img/close.png) no-repeat center;
  background-size: 18px auto;
}

.k-icon-button .k-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
}

.k-window-content {
  padding: 16px 16px;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}

.k-tabstrip {
  border-width: 0;
  border-color: transparent;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  color: inherit;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
  margin-bottom: -1px;
  border-bottom: 1px solid #818496;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row nowrap;
}

.k-tabstrip-items {
  box-sizing: border-box;
  outline: 0;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: 100%;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
  color: #424242;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.k-tabstrip-items .k-link {
  padding: 6px 12px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  flex: 1 1 auto;
  flex-direction: row;
  align-content: center;
  align-items: center;
  color: #fff;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  border-bottom-color: transparent;
  border-color: #818496;
  color: var(--color-primary);
  background: var(--color-primary);
}

.k-tabstrip > .k-content {
  border: 1px solid #818496;
  font-family: "Nunito Sans";
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  padding: 16px 0px;
  box-sizing: border-box;
  display: none;
  overflow: auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  border-top: 1px solid transparent !important;
}

.k-tabstrip > .k-content {
  color: #424242;
}

.k-tabstrip > .k-content.k-active {
  display: block;
}

.k-edit-form-container {
  max-width: 520px;
  width: 100%;
  border-color: inherit;
  position: relative;
}

.k-edit-label {
  margin: 0 0 1em 0;
  padding: 5px 0;
  width: 30%;
  line-height: 1.4285714286;
  text-align: right;
  float: left;
  display: inline-block;
  margin-bottom: 0.5rem;
  clear: both;
  color: #fff;
}

.k-edit-field {
  margin: 0 0 1em 0;
  width: 65%;
  float: right;
  clear: right;
  position: relative;
}

.k-edit-field > .k-widget {
  width: 100%;
  box-sizing: border-box;
}

.k-upload {
  border-color: #818496;
  color: #424242;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  position: relative;
  display: block;
  border-radius: 8px;
}

.k-upload .k-dropzone {
  border-color: #818496;
  color: #fff;
  background-color: transparent;
  padding: 8px 8px;
  border-width: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.k-upload *,
.k-upload ::before,
.k-upload ::after {
  box-sizing: border-box;
}

.k-upload .k-upload-button {
  min-width: 7em;
  position: relative;
  overflow: hidden;
  border-color: #818496;
  color: #fff;
  background: var(--color-primary);
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.k-button {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  color: inherit;
  background: none;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  transition: color 0.2s ease-in-out;
}

.k-upload-button input {
  font: 170px monospace !important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #818496;
}

.k-upload .k-dropzone .k-dropzone-hint {
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
}

.k-edit-field input {
  border: 1px solid #818496;
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 8px;
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  font-weight: 300;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  outline: 0;
}

.k-edit-field input:focus {
  outline: 0;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

.k-upload .k-dropzone .k-dropzone-hint {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
  font-size: 13px;
  font-size: 11px;
  margin-left: 6px;
}

.k-window .text-right {
  text-align: center !important;
  margin-left: 55px;
}

.k-window .text-right .k-button,
.k-window .k-button-solid-base,
.k-button-solid-primary {
  background: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-primary);
  padding: 0 16px;
  width: auto;
  height: 38px;
  margin-left: 15px;
}

.k-window .k-button-solid-primary {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.k-upload .k-upload-files .k-file:last-child {
  border-width: 0;
}

.k-upload .k-upload-files .k-file-single {
  align-items: center;
}

.k-upload .k-upload-files .k-file-multiple,
.k-upload .k-upload-files .k-file-single {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.k-upload .k-upload-files .k-file {
  padding: 8px 8px 10px;
  border-width: 0 0 1px;
  border-style: solid;
  outline: none;
  display: flex;
  align-items: flex-start;
  position: relative;
  border-color: rgba(255, 255, 255, 0.08);
}

.k-upload .k-progressbar {
  height: 2px;
  position: absolute;
  bottom: 4px;
  width: calc(100% - 16px);
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #ebebeb;
}

.k-progressbar {
  border-radius: 4px;
  border-width: 0px;
  border-style: solid;
  outline: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  display: inline-grid;
  overflow: hidden;
}

.k-upload .k-file-success .k-progress {
  background-color: #278200;
  position: absolute;
  max-width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.k-i-file-image {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 25px;
}

.k-i-file-image::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/file.png) no-repeat center;
  background-size: 18px auto;
  width: 20px;
  height: 25px;
}

.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single > .k-file-name-size-wrapper,
.k-upload .k-file > .k-file-name-size-wrapper {
  margin-left: 8px;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  flex: 1 0 0;
}

.k-upload .k-upload-files .k-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #fff;
}

.k-upload .k-upload-files .k-file-name,
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-validation-message,
.k-upload .k-upload-files .k-file-information {
  display: block;
}

.k-upload .k-upload-files .k-file-validation-message {
  font-size: 11px;
  line-height: 1;
}

.k-text-success {
  color: #4bd519 !important;
}

input.k-checkbox-md {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

label.k-checkbox-label {
  color: #fff;
}

.k-button-icon.k-upload-action {
  padding: 4px;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}

.k-button-icon.k-upload-action .k-delete {
  background: url(../img/close.png) no-repeat center;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 480px) {
  .k-edit-label {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
  }

  .k-edit-field {
    width: 100%;
  }

  .k-tabstrip > .k-content {
    padding: 10px;
  }
}

.evaluation_form {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.resource-popup .modal-title {
  color: #212529;
}

.resource-popup .modal-header .btn-close {
  background: url("../img/close.png") no-repeat center !important;
  opacity: 1;
  background-size: 15px auto !important;
}

.lesson-left-box .lesson-list-view {
  max-height: calc(100% - 140px);
  margin-left: -30px;
  margin-right: -30px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}

.lesson-left-box .lesson-list-view a.lesson_Add_btn {
  max-width: 350px;
  margin: 15px auto;
  position: relative;
  left: 10px;
  width: 100%;
}

.lesson-left-box .lesson-list-view li {
  margin-left: 0;
  margin-right: 0;
}

.left_conent {
  padding-right: 40px;
  word-break: break-all;
}

.left_conent h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.left_conent p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-item img {
  height: 45px;
  border-radius: 25px;
  margin-right: 10px;
}

.list-item span.up {
  margin-right: 10px;
  font-size: 20px;
}

.break-word {
  word-break: break-all !important;
}

.color-white {
  color: #ffffff !important;
}

.k-dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.k-popup {
  background: #262836;
  color: #f3f3f3;
  padding: 10px;
}

.k-dialog-buttongroup {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 8px 25px;
  flex: 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  justify-content: center;
}

p.loading_progress::after {
  width: calc(100% - 16px);
  content: "";
  display: block;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}

p.loading_progress::before {
  width: 50%;
  content: "";
  display: block;
  height: 4px;
  background: #b559ff;
  border-radius: 8px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}

.add-other-tag
  .other-tag-select
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(1),
.add-other-tag
  .other-tag-select
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(2),
.add-other-tag
  .other-tag-select
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(3),
.add-randomizer-tag-popup
  .randomizer-select-tag
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(1),
.add-randomizer-tag-popup
  .randomizer-select-tag
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(2) {
  padding: 2px 14px !important;
  background: #999;
  border-radius: 50px !important;
  line-height: 24px !important;
  font-size: 15px !important;
  position: relative !important;
  color: var(--text-light) !important;
  font-weight: normal !important;
  max-width: 110px !important;
  text-align: center !important;
  margin-bottom: 10px !important;
}

.add-other-tag
  .other-tag-select
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(1),
.add-randomizer-tag-popup
  .randomizer-select-tag
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(1) {
  background: rgba(97, 180, 135, 0.7) !important;
}

.add-other-tag
  .other-tag-select
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(2),
.add-randomizer-tag-popup
  .randomizer-select-tag
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(2) {
  background: rgba(227, 104, 104, 0.7) !important;
}

.add-other-tag
  .other-tag-select
  .css-26l3qy-menu
  .css-4ljt47-MenuList
  div:nth-of-type(3) {
  background: #1b8eb3 !important;
}

.lesson-list-view.overflow-visible {
  overflow: visible !important;
}

.postion-absolute {
  position: absolute;
  opacity: 0;
}

.random-action-btn {
  display: none;
}

.random-action-btn a {
  display: inline-block;
}

.files_selectbox:hover .random-action-btn {
  display: block;
}

.video-container {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.video-container .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .freezed{
  filter: grayscale(1) brightness(175%);
} */

/** login password eye css **/
.white-icon {
  background: transparent;
  color: #fff;
  border-left: none !important;
  border: 1px solid #818496;
  border-left: solid rgb(129, 132, 150) 1px;
  border-radius: 0 8px 8px 0;
}

.border-right-0 {
  border-right: 0 !important;
}

/** calender css **/
.calendar_section > div {
  width: 100%;
}

.calendar_section > div .react-datepicker {
  width: 100%;
  background: transparent;
  border: none;
}

.react-datepicker__month-container {
  width: 50%;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  background: transparent;
  border: none;
}

.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  color: #7b7c8a;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: #818496;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  background-color: rgba(38, 203, 255, 0.2);
  border-radius: 0.3rem;
  color: #fff;
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected,
.react-datepicker__quarter-text--in-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__year-text--in-range,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--selected {
  background-color: rgba(38, 203, 255, 0.2);
  border-radius: 0.3rem;
  border: solid #26cbff 1px;
  color: #26cbff;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: rgba(38, 203, 255, 0.2);
  border-radius: 0.3rem;
  color: #fff;
}

#text_lesson_preview.modal-dialog p {
  color: #fff;
}

.react-datepicker__navigation {
  top: 9px;
}

.react-datepicker__navigation-icon {
  top: 3px;
}

/** table break issue css **/
table.course-listbox th.up {
  width: auto;
  display: table-cell;
}

table.table.default_table_theme thead th {
  display: table-cell;
  width: auto;
}

.course-listbox th.course-action-btn button.blue_color {
  color: var(--color-primary);
  background: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.course-listbox th.course-action-btn button.blue_color svg {
  position: relative;
  top: -3px;
}

.course-listbox th.course-action-btn button.blue_color svg path {
  fill: var(--color-primary);
  position: relative;
}

table td strong img.trainer-table-img {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  object-fit: cover;
  margin-right: 5px;
}

table.table.default_table_theme tbody td,
table.table.default_table_theme tbody th {
  vertical-align: middle;
}

.up {
  line-height: 29px;
}

table.table.default_table_theme thead th {
  text-align: left;
}

.react-datepicker {
  font-family: "Nunito Sans";
}

.react-datepicker__current-month {
  color: #f9f9fb !important;
  margin: 10px 0 10px 0;
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 16px;
}

.react-datepicker__day-name {
  color: #818496;
}

.react-datepicker__day {
  color: #fff;
  width: 2.25rem;
  line-height: 2rem;
  background: rgba(38, 203, 255, 0.2);
  border-radius: 5px;
}

.react-datepicker__day.react-datepicker__day--disabled {
  color: #818496;
  background: transparent;
}

.react-datepicker__day--selected {
  color: #26cbff;
}

.react-datepicker__day:hover {
  background-color: transparent;
  color: #26cbff;
}

.react-datepicker__day:hover,
.react-datepicker__day:focus {
  background-color: rgba(38, 203, 255, 0.2);
  box-shadow: inset 0 0px 0 1px #26cbff;
  color: #fff;
}

.calendar_section .react-datepicker {
  font-family: "Nunito Sans";
}

.calendar_section .react-datepicker__current-month {
  color: #f9f9fb !important;
  margin: 10px 0 10px 0;
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 16px;
}

.calendar_section .react-datepicker__day-name {
  color: #818496;
  width: 2.25rem;
}

.calendar_section .react-datepicker__day {
  color: #fff;
  width: 2.25rem !important;
  line-height: 2rem;
  background: rgba(38, 203, 255, 0.2);
  border-radius: 5px;
}

.calendar_section .react-datepicker__day.react-datepicker__day--disabled {
  color: #818496;
  background: transparent;
}

.calendar_section .react-datepicker__day--selected {
  color: #26cbff;
}

.calendar_section .react-datepicker__day:hover {
  background-color: transparent;
  color: #26cbff;
}

.calendar_section .react-datepicker__day:hover,
.calendar_section .react-datepicker__day:focus {
  background-color: rgba(38, 203, 255, 0.2);
  box-shadow: inset 0 0px 0 1px #26cbff;
  color: #fff;
}

.infinite-scroll-component > a {
  text-decoration: none;
}

.accordion-item.accordion-item {
  margin: 0 0 20px;
}

table.table.default_table_theme thead th {
  border-radius: 0 !important;
}

.calendar_section .react-datepicker__day:empty,
.calendar_section .react-datepicker__day:empty:hover,
.calendar_section .react-datepicker__day:empty:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.width-100 {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.course-listbox th.course-action-btn button.blue_color {
  margin-left: 40px;
}

/** check list blue to purple **/

.form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.fade.modal-dark.sap.resource-popup.show {
  background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .aside-content-wrapper {
    margin-left: 0;
    padding: 24px 0;
    width: 100%;
  }
}

.course-listbox thead tr:nth-child(1) th:nth-child(1) {
  width: 40px;
}

.profile_default span {
  color: #fff;
  font-family: "Nunito Sans" !important;
  font-size: 48px;
  font-weight: 600;
}

.buttons.profiles input[type="file"] {
  width: 135px;
  background: var(--color-primary);
  color: var(--text-light);
  height: 48px;
  border-radius: 8px;
  margin-right: 10px;
  display: none;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.buttons.profiles input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
}

.btn.btn--browse {
  height: 48px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 48px;
  color: var(--color-light);
  border-radius: 8px;
  border: solid var(--color-primary) 1px;
  background: var(--color-primary);
  transition: ease all 0.5s;
  min-width: 75px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.buttons.profiles:hover span,
.buttons.profiles:focus span {
  color: #fff;
}

.freezed {
  filter: grayscale(0.5) brightness(175%);
}

.freezed .main_btn_default {
  filter: grayscale(1);
}

.freezed .main_btn_default {
  filter: grayscale(0.75);
  opacity: 0.25;
}

.courses_blog.circle_progressbar .course_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#add_resources .buttons.profiles .files_upload_field {
  margin-right: 15px;
}

#add_resources .buttons.profiles {
  display: flex;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  visibility: hidden;
}

.checkbox_group .error-message {
  margin-top: 24px;
}

.freezed-guide {
  background: var(--border-dark) !important;
}

/** comment section **/

.comment_inner_section {
  width: 100%;
}

.default_comment_field {
  position: relative;
}

.default_comment_field button {
  background: transparent;
  border: none;
  position: absolute;
  top: 1px;
  z-index: 1;
  height: 46px;
  width: 46px;
  right: 1px;
  border-radius: 8px;
}

.questions_trainer.form-check.custom_radio.pick_lectures {
  padding: 0 0 0 55px;
  margin: 8px 0 0 0;
  border: none;
}

.pick_lectures .form-group label {
  font-size: 14px;
}

.comment_section input[type="text"] {
  width: calc(100% - 45px);
}

.comment_section .pick_lectures .form-group input[type="checkbox"] + label {
  padding-top: 1px;
}

.comment_section
  .pick_lectures
  .form-group
  input[type="checkbox"]:checked
  + label {
  color: #7b7c8a;
}

a.freezed .courses_blog {
  background: #3a3c51;
}

a.freezed .courses_blog .course_image {
  filter: grayscale(1);
}

a.freezed .courses_blog .main_btn_default {
  filter: none;
  opacity: 1;
  background: #56586d;
  border: none;
  color: #818496;
}

.infinite-scroll-component a.freezed {
  filter: none;
}

a.freezed .courses_blog .progress-circle span {
  background: #3a3c51;
}

a.freezed .courses_blog .progress-circle.progress-0:after {
  background-image: linear-gradient(
      90deg,
      #4e5062 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #4e5062 50%, #4e5062 50%, #4e5062);
}

.tabbar_head.video-tabs .tabs {
  border-bottom: solid #e4e5ea 1px;
}

.tabbar_head.video-tabs .tabs .nav-item > a.nav-link {
  color: #7b7c8a;
  padding: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 7px;
  position: relative;
  text-decoration: none;
}

.tabbar_head.video-tabs .tabs .nav-item > a.nav-link::after {
  width: 100%;
  height: 1px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 2px;
}

.tabbar_head.video-tabs .tabs .nav-item {
  margin-right: 32px;
}

.tabbar_head.video-tabs .tabs .nav-item > a.nav-link.active {
  color: #333442;
}

.tabbar_head.video-tabs .tabs .nav-item > a.nav-link.active::after {
  background: #9e26ff;
}

.tabbar_head.video-tabs .tab-content {
  padding-top: 15px;
}

.height-100 {
  height: 100% !important;
  /* background: #545454; */
}

.video-tabs .resources_Content video {
  width: 100%;
  margin-top: 10px;
}

.remove-profile.create-guide-popup.sap.video-popup.modal.show {
  background: rgba(0, 0, 0, 0.75);
}

.wrap-drop.dropdown {
  padding: 0;
  border: none;
}

.wrap-drop.dropdown::after {
  display: none;
}

button#dropdown-basic {
  width: 100%;
  height: 100%;
  text-align: left;
  border: none;
  background: transparent;
  border: 1px solid #818496;
  border-radius: 8px;
  font-size: 15px;
}

button#dropdown-basic::after {
  position: relative;
  left: 0;
  float: right;
  top: 10px;
}

button#dropdown-basic:focus {
  box-shadow: none;
  border: solid 1px var(--color-primary);
}

button#dropdown-basic + .dropdown-menu {
  background: #3a3c51;
  width: 100%;
  border-radius: 8px;
}

button#dropdown-basic + .dropdown-menu > a.dropdown-item {
  color: #fff;
  font-size: 16px;
}

button#dropdown-basic + .dropdown-menu > a.selected.dropdown-item,
button#dropdown-basic + .dropdown-menu > a.dropdown-item:hover,
button#dropdown-basic + .dropdown-menu > a.dropdown-item:focus {
  background: #434557;
}

.flex-wrap {
  flex-wrap: wrap;
}

ul.labels {
  flex: 1;
  flex-wrap: wrap;
}

.form-check.ans_submit_msg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

a.text-light {
  color: var(--color-light) !important;
}

.pick_lectures .form-group label::before {
  top: 0;
}

.flascard_guide .react-card-flip {
  width: 100%;
}

.video_blog .video_thumb div {
  padding: 0 !important;
  height: 100%;
}

/* FAQ According */
.faq-listings-main-area .accordion-item {
  border: none;
  border-radius: 8px !important;
  padding: 0;
  padding-bottom: 0;
  background: #3a3c51;
}

.accordion-header button.accordion-button {
  background: #3a3c51;
  color: #f9f9fb;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  font-family: "Nunito Sans";
  border: none;
  position: relative;
  padding-left: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px !important;
  box-shadow: none;
}

.accordion-header button.accordion-button:hover,
.accordion-header button.accordion-button:focus {
  box-shadow: none;
}

.accordion-header button.accordion-button::after {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  background-image: none;
  float: left;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
  position: absolute;
  left: 25px;
  top: 28px;
}

.accordion-header button.accordion-button.collapsed {
  background: #262836;
}

.accordion-header button.accordion-button.collapsed::after {
  transform: rotate(45deg);
  top: 22px;
}

.accordion-body p {
  color: #f9f9fb;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.accordion-collapse .accordion-body {
  padding-left: 55px;
  padding-top: 0;
  padding-bottom: 20px;
}

.accordion-body {
  margin-top: 0;
}

.video_report_popup div#evaluation_session {
  max-width: 560px;
}

.random_test.full-screen .aside-content-wrapper {
  width: calc(100% - 74px);
  margin-left: 74px;
}

.user_dashboard.home_bg {
  padding: 10px 15px;
}

.user_dashboard.home_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}

.user_dashboard.home_bg div {
  position: relative;
  z-index: 1;
}

.user_dashboard.home_bg .shadow-shape {
  position: absolute;
  margin-right: 0px;
  top: -10px;
  left: 0;
}

.search-main-area .search span.icon-clear {
  position: absolute;
  top: 10px;
  right: 15px;
}

.search-main-area .search input {
  padding-right: 40px;
}

#to_review .learning_video_section .video_blog .video_section {
  margin-bottom: 0;
  height: auto;
}

.notificationOffCanvas .btn.btn-primary {
  height: 45px;
  padding: 0px 16px;
  font-size: 12px;
  line-height: 48px;
  color: var(--color-light);
  border-radius: 8px;
  border: solid var(--color-primary) 1px;
  background: var(--color-primary);
  transition: ease all 0.5s;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  max-width: 150px;
  margin: 10px auto 10px;
  width: 100%;
}

.notificationOffCanvas.offcanvas {
  max-width: 380px;
}

.notificationOffCanvas.offcanvas .offcanvas-body {
  background: #262836;
}

.notificationOffCanvas.offcanvas {
  max-width: 350px;
  background: #262836;
  border-left: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.calendar_style_2 .calendar_section .react-datepicker__day {
  background: transparent;
  color: #818496;
  box-shadow: none;
}

.calendar_style_2 .calendar_section .react-datepicker__day:hover,
.calendar_style_2 .calendar_section .react-datepicker__day:focus {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.calendar_style_2
  .calendar_section
  .react-datepicker__day.react-datepicker__day--highlighted {
  background: rgba(38, 203, 255, 0.2);
  color: #26cbff;
  box-shadow: inset 0 0px 0 1px #26cbff;
  font-weight: 700;
}

.calendar_style_2 .calendar_section .react-datepicker__navigation-icon {
  top: 12px;
}

.calendar_style_2 .calendar_section .react-datepicker__navigation {
  top: 6px;
}

.tabbar_head.reviewer-tabs ul.nav li.nav-item button {
  padding-left: 0;
  padding-right: 0;
  margin-right: 32px;
}

.user_dashboard.home_bg {
  min-height: calc(100vh - 65px);
}

.error-field + span.input-group-text {
  border-color: #ff5353;
}

div a,
div a:hover,
div a:focus {
  text-decoration: none;
}

.random_test
  .accordion-item.accordion-item
  h2.accordion-header
  button.accordion-button::after {
  background-image: none;
  top: 30px;
}

.random_test
  .accordion-item.accordion-item
  h2.accordion-header
  button.accordion-button {
  padding-left: 50px;
}

.random_test
  .accordion-item.accordion-item
  h2.accordion-header
  + .accordion-collapse {
  margin-top: -5px;
}

.progress .progress-bar {
  padding: 0;
}

.modal-dark.remove-profile.sap.change-password-success.modal {
  background: rgba(17, 17, 17, 0.85);
}

@media (max-height: 1080px) {
  .login-main-wrapper,
  .register-main-wrapper,
  .forgot-main-wrapper {
    margin-top: 30px;
  }
}

/* .notification_content p {
  line-break: anywhere;
} */

.header-main-inner .nav-right-flex > div p.white_color {
  margin: 0 24px 0 0;
  font-size: 14px;
  color: #585b69 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-main-inner .nav-right-flex > div .btn.btn-submit {
  padding: 5px 10px;
  min-width: 90px;
}

.header-main-inner .nav-right-flex > div {
  display: flex;
}

.css-109onse-indicatorSeparator {
  background-color: transparent;
}

.video_red {
  background-color: #e36868;
}

.video_green {
  background-color: #61b487;
}

.video_blue {
  background-color: #1b8eb3;
}

.aside-content-wrapper table.table.default_table_theme img.img-fluid.width-50 {
  width: 35px;
  margin-right: 5px;
  height: 35px;
  position: relative;
}

.leaderboard_profile .user_avtar span.up {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  line-height: 80px;
  font-size: 30px;
  text-transform: capitalize;
}

.leaderboard-popup .leaderboard_table .user_avtar span.up {
  padding: 0;
}

.flascard_guide .react-card-front {
  overflow: hidden;
}

.student-profile-box span.up {
  width: 108%;
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  position: relative;
  top: 15px;
  width: 280px;
  height: 280px;
  left: 0;
  object-fit: cover;
  background-color: rgba(69, 183, 149, 0.5);
  font-size: 75px;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
}

.purple-color {
  color: var(--color-primary);
}

.lessons_sidebar_section.full-screen .lesson_sidebar {
  margin-left: 74px;
  transition: ease all 0.5s;
}

.lessons_sidebar_section.full-screen
  .lesson_sidebar
  + div.aside-content-wrapper {
  margin-left: 455px;
  width: calc(100% - 455px);
  transition: ease all 0.5s;
}

ul.green_label:empty {
  display: none;
}

.tag-title {
  position: relative;
  margin-bottom: -46px;
}

.verbals_section ul.green_label {
  margin-left: 41px;
  position: relative;
  z-index: 1;
}

.comment_section .user_avtar .up {
  color: #222;
}

span.css-109onse-indicatorSeparator {
  display: none;
}

.faq-listings-main-area
  .accordion-header
  button.accordion-button.collapsed::after {
  top: 24px !important;
}

.overflow_scroll .aside-content-wrapper {
  transition: ease all 0.5s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.lesson_sidebar {
  transition: ease all 0.5s;
}

div#video_audio_popup .accordion-header button.accordion-button {
  background: transparent;
}

div#video_audio_popup
  .accordion-header
  button.accordion-button.collapsed::after {
  top: 24px;
}

.ml-10 {
  margin-left: 10px;
}

/* * {
  line-break: anywhere;
} */

.user_dashboard .left_sidebar_section .aside-tiles-item.pick_lectures {
  padding-right: 80px;
}

.css-1n7v3ny-option {
  background: transparent !important;
}

.flascard_guide .react-card-front {
  overflow: hidden;
}

.custom-select > div {
  border-radius: 8px;
}

.custom-select > div + div * {
  background: transparent;
}

.custom-select > div + div {
  margin-top: 5px;
  border-radius: 8px;
  overflow: hidden;
}

.css-qc6sy-singleValue span {
  color: #fff;
}

.video-upload-feedback .video_blog .video_section {
  height: auto;
}

.video-upload-feedback .learning_video_section {
  margin-top: 25px;
}

.video-upload-feedback h3.pointer {
  margin-bottom: 24px;
}

.first-hight-light {
  background: #9e26ff !important;
  color: #fff !important;
  box-shadow: inset 0 0px 0 1px #9e26ff !important;
}

.tooltip-purple {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.tooltip-purple::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #9e26ff;
  border-radius: 100%;
  margin-right: 5px;
}

.tooltip-blue {
  display: flex;
  align-items: center;
}

.tooltip-blue::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #26cbff;
  border-radius: 100%;
  margin-right: 5px;
}

.learning_video_section .video_section > .img-fluid {
  padding: 0 !important;
  height: 420px !important;
  background: var(--color-dark);
}

.learning_video_section .video_section iframe {
  height: 420px !important;
}

.training_video_info {
  background: #fff;
  z-index: 1;
  position: relative;
}

/* .profile-information-blog * {
  line-break: anywhere;
} */

.video_upload_info .up {
  color: #222;
  font-size: 18px;
}

.lesson_sidebar ul li > span {
  position: absolute;
  left: 0;
  top: 0;
}

.lesson_sidebar ul li {
  padding-left: 24px;
}

* {
  word-break: break-word;
}

.tooltip.show {
  z-index: 9999999;
}

.progress_bar .post p,
.progress_bar .rookie p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.prize-block-caption h5.prize-points {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wrap-drop .dropdown-menu a:hover,
.wrap-drop .dropdown-menu a:focus {
  background: var(--color-primary);
}

.bg-shape-area svg {
  display: none;
}

.bg-shape-area {
  background-image: url("../img/bg-purple.png");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.video-tabs .tab-content .current-user span.up {
  padding: 0;
  line-height: 40px;
}

.user_background_homepage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.video-audio-popup button.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.video-audio-popup .modal-header {
  flex-flow: column;
  align-items: start;
  color: #fff;
}

.video-audio-popup .modal-header p {
  margin-bottom: 0;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
}

#evaluation_session .modal-title {
  padding-top: 0;
}

.video .video-timer {
  position: absolute;
  z-index: 9999;
  bottom: 36px;
  background: white;
  left: 10px;
  padding: 5px 10px;
  font-size: 27px;
  border-radius: 10px;
}

.postion-relative {
  position: relative;
}

h3 span.multi_question {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}

.profile_section_right > div:nth-child(1) {
  background-image: url(../img/effects.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 368px;
  max-width: 356px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 575px) {
  .register-main-wrapper .checkbox_group .col-sm-9 {
    display: flex;
    flex-wrap: inherit;
  }
}

.feedback .user_avtar span.up {
  color: #222;
}

.question-list-box .random_test .form-check {
  display: flex;
}

.cources .prize-block-grid-inner {
  background: var(--grey-color);
}

.freezed-guide img {
  filter: grayscale(1) brightness(100%);
}

.freezed-guide:hover,
.freezed-guide:focus {
  box-shadow: 0px 0px 20px rgba(58, 60, 81, 0.47);
  border-color: var(--border-dark);
}

.form_section label.control-label {
  width: 100%;
}

.privacy-policy p {
  text-align: justify !important;
}

button.green_button {
  font-weight: 600;
  background: #1fb964;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 5px;
}

button.red_button {
  font-weight: 600;
  background: #ce5050;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
}

.course-approval-table table.table tbody th + td {
  width: 50%;
}

.privacy-policy p b {
  font-size: 17px;
  font-weight: 700;
}

.privacy-policy p {
  font-size: 15px;
}

.course-approval-table table.table tbody th:nth-child(1) {
  width: 20% !important;
}

.login-caption .title {
  font-size: 33px;
}

.login-caption .title b {
  font-weight: 900;
}

.courses_blog.circle_progressbar a.main_btn_default:focus {
  color: var(--color-light);
  border: solid var(--color-primary) 1px;
  background: var(--color-primary);
}

.login-google-area {
  position: relative;
}

.register-google-area {
  position: relative;
}

.login-google-area::before,
.register-google-area::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/2048px-Google_%22G%22_Logo.svg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 90px);
  top: 16px;
  z-index: 1;
}

.login-google-area > div,
.register-google-area > div {
  height: 48px !important;
}

.login-google-area iframe,
.register-google-area iframe {
  z-index: 1;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0;
  height: 48px !important;
  opacity: 0;
}

.login-google-area iframe + div,
.register-google-area iframe + div {
  z-index: 2;
}

.register-main-wrapper .register-caption h1.title {
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
}

.register-main-wrapper .register-caption h1.title b {
  font-weight: 900;
}

.login-main-wrapper .login-caption h1.title {
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
}

.login-main-wrapper .login-caption h1.title b {
  font-weight: 900;
}

.login-google-area > div {
  opacity: 1 !important;
}

.login-google-area::after,
.register-google-area::after {
  width: 100%;
  height: 48px;
  background-image: linear-gradient(
    300.05deg,
    #1d093c -4.2%,
    #1d093c 12.31%,
    #1d093c 23.08%,
    #170731 38.35%,
    #15092d 49.53%,
    #14092a 81.66%,
    #110b20 97.78%
  );
  content: "Continue WITH GOOGLE";
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: solid #b559ff 1px;
  text-transform: uppercase;
  color: #b559ff;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  text-indent: 22px;
}

.login-google-area,
.register-google-area {
  border-radius: 8px;
  overflow: hidden;
}

header .navbar.navbar-expand-lg .progress_bar p {
  max-width: 340px;
}

.btn.btn-primary.btn-google {
  width: 100%;
  background: transparent;
  border: solid #b559ff 1px;
  height: 48px;
  border-radius: 8px;
  color: #b559ff;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 24px;
}

.btn.btn-primary.btn-google svg {
  position: relative;
  top: -1px;
}

.dark-preview p {
  color: #333442 !important;
}

.recent-videos-blog .user_avtar > div + div {
  position: absolute;
  padding-left: 55px;
  width: 100%;
  top: 4px;
}

.recent-videos-blog .video-bottom-reviewer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.recent-videos-blog .video-bottom-reviewer span {
  padding: 0 0 0 0px;
  color: var(--color-light-dark);
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  display: flex;
  right: 0;
}

.recent-videos-blog .video-bottom-reviewer span::after {
  position: absolute;
  left: 0;
}

.recent-videos-blog .video_blog .video_detail .video-bottom-reviewer p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 80px;
}

.company_img img {
  position: absolute;
  left: 0;
  top: 0;
}

footer.dark_footer {
  z-index: 1;
}

.student-profile-home .profile_info_icon p.hover_show {
  min-width: 142px;
  width: auto;
  padding: 10px 5px;
  height: auto;
  line-height: normal;
  text-align: center;
}

.student-profile-home .profile_info_icon {
  margin-bottom: 50px !important;
}

.quiz-list-box .radio_button_section .form-check.custom_radio.pointer {
  display: flex;
}

.evaluation_section.visible_all_line ul.list_step li:nth-child(2)::before {
  display: block;
}

.evaluation-complete-popup .popupnote_info {
  min-height: 55px;
  height: auto;
}

.evaluation-complete-popup .list_step li p span {
  border-radius: 0;
}

.evaluation-complete-popup .popupnote_info p.large {
  line-height: normal;
  padding: 10px;
}

p.hover_show span {
  display: block;
  display: -webkit-box;
  height: auto;
  line-height: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.login-main-wrapper .login-caption h1.title b span,
.register-main-wrapper .register-caption h1.title b span {
  font-size: 16px;
  margin-left: 2px;
  top: -16px;
  position: relative;
  right: 0;
}

.learning-blog .prize-block-img .image-block {
  height: auto;
}

.evaluation_section.visible_all_line ul.list_step li:last-child::before {
  display: none;
}

.course_quiz_list-box .radio_button_section .form-check.custom_radio {
  display: flex;
}

p.light_text.mb-0.mt-5.flashcard-note {
  background: rgb(158 38 255 / 7.5%);
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 17px;
  color: rgb(158 38 255 / 100%);
  border: solid rgb(158 38 255 / 70%) 1px;
  box-shadow: none;
}

p.light_text.mb-0.mt-5.flashcard-note span {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.light_text.mb-0.mt-5.flashcard-note span::after {
  background-color: #29b469;
  background-image: url(../../img/check_icon.png);
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-position: center center;
  border-radius: 24px;
  margin-left: 5px;
  margin-top: -1px;
  background-repeat: no-repeat;
}

.prize-popover-area {
  z-index: 1;
}

.random-seen .aside-title-area button.main_btn_default,
.random-seen .aside-title-area a.border_btn_default {
  word-break: normal;
}

@media (max-width: 575px) {
  .random-seen .aside-title-area {
    flex-direction: column;
  }

  .random-seen .aside-title-area button.main_btn_default,
  .random-seen .aside-title-area a.border_btn_default {
    margin: 10px 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: 140px;
  }
}

.aic {
  align-items: center;
}

.al1 {
  justify-content: left;
}

.svg-active img,
.svg-child img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}

.scrollbar {
  max-height: 150px;
  overflow-y: auto;
}

.force-overflow {
  min-height: 150px;
}

.scrollbar.assign-trainer {
  max-height: 115px;
}

.scrollbar.sales-saved {
  max-height: 180px;
}

.scrollbar.assign-student {
  max-height: 115px;
}

/* 
.set-header-responsive,
.lessons_sidebar_section {
  overflow-y: auto;
  max-height: 100vh;
}

.lessons_sidebar_section {
  padding-right: 0;
} */

.scrollbarstyle::-webkit-scrollbar-track

/* .lesson_sidebar::-webkit-scrollbar-track, */
/* .lessons_sidebar_section::-webkit-scrollbar-track, */
/* .user_dashboard::-webkit-scrollbar-track, */
/* .set-header-responsive::-webkit-scrollbar-track, */
/* .aside-content-wrapper::-webkit-scrollbar-track */ {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #3a3c51;
}

.scrollbarstyle::-webkit-scrollbar

/* .lesson_sidebar::-webkit-scrollbar, */
/* .lessons_sidebar_section::-webkit-scrollbar, */
/* .user_dashboard::-webkit-scrollbar, */
/* .set-header-responsive::-webkit-scrollbar, */
/* .aside-content-wrapper::-webkit-scrollbar  */ {
  width: 12px;
  background-color: #3a3c51;
}

.scrollbarstyle::-webkit-scrollbar-thumb

/* .lesson_sidebar::-webkit-scrollbar-thumb, */
/* .lessons_sidebar_section::-webkit-scrollbar-thumb, */
/* .user_dashboard::-webkit-scrollbar-thumb, */
/* .set-header-responsive::-webkit-scrollbar-thumb, */
/* .aside-content-wrapper::-webkit-scrollbar-thumb */ {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6f5798;
}

table.table.default_table_theme.course-listbox.horizantalscroll {
  overflow-x: auto;

  background-color: #191a21;
  background-image:
    /* Shadows */ linear-gradient(
      to right,
      #191a21 0%,
      #191a21 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      to left,
      #191a21 0%,
      #191a21 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    /* Shadow covers */
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0) 100%
      ),
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0) 100%
    );
  background-repeat: no-repeat;

  background-position: left center, right center, left center, right center;
  background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;

  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  -webkit-overflow-scrolling: touch;

  /* 
  Progressive enhancement of scrollbar on webkit
  Use media queries to only use on mobile */
  &::-webkit-scrollbar {
    height: 12px;
    background-color: #3a3c51;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #6f5798;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-button {
    display: none;
  }
}

.horizantalscrolll {
  overflow-x: auto;

  background-color: #191a21;
  background-image:
    /* Shadows */ linear-gradient(
      to right,
      #191a21 0%,
      #191a21 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      to left,
      #191a21 0%,
      #191a21 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    /* Shadow covers */
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0) 100%
      ),
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0) 100%
    );
  background-repeat: no-repeat;

  background-position: left center, right center, left center, right center;
  background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;

  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  -webkit-overflow-scrolling: touch;

  /* 
  Progressive enhancement of scrollbar on webkit
  Use media queries to only use on mobile */
  &::-webkit-scrollbar {
    height: 12px;
    background-color: #3a3c51;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #6f5798;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-button {
    display: none;
  }
}

/* Extra css */

.aside-content-wrapper {
  z-index: 0;
  position: relative;
}

/* .trainer {
  padding-right: 0;
} */

/* .random_test
 {
  overflow-y: scroll;
  max-height: 100vh;
 
}

.random_test .random_test::-webkit-scrollbar {
  width: 0;
}

.random_test::-webkit-scrollbar-track,
.lesson_sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #3a3c51;
}

.random_test::-webkit-scrollbar,
.lesson_sidebar::-webkit-scrollbar {
  width: 12px;
  background-color: #3a3c51;
}

.random_test::-webkit-scrollbar-thumb,
.lesson_sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #6f5798;
}

.overflow_scroll .aside-content-wrapper.random_test {
  overflow: visible;
  height: 100vh;
} */

@media (min-width: 992px) and (max-width: 1200px) {
  .lessons_sidebar_section.full-screen
    .lesson_sidebar
    + div.aside-content-wrapper {
    margin-left: 335px;
    width: calc(100% - 335px);
  }

  .lessons_sidebar_section .lesson_sidebar + div.aside-content-wrapper {
    margin-left: 540px;
    width: calc(100% - 540px);
  }

  .navbar-right-custom {
    min-width: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lessons_sidebar_section.full-screen
    .lesson_sidebar
    + div.aside-content-wrapper {
    margin-left: 260px;
    width: calc(100% - 260px);
  }

  .lessons_sidebar_section .lesson_sidebar + div.aside-content-wrapper {
    margin-left: 460px;
    width: calc(100% - 460px);
  }
}

@media (min-width: 992px) {
  .set-header-responsive {
    margin-top: 0 !important;
    top: 64px;
    position: relative;
  }

  .navbar-right-custom {
    justify-content: flex-end;
  }

  .main .header-main-inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }

  .overflow_scroll .aside-content-wrapper {
    top: 0px;
    height: 100vh;
    /* overflow: unset; */
  }

  .overflow_scroll .trainer .aside-content-wrapper {
    top: 0px;
    overflow: auto;
    height: 100%;
  }

  .lesson_sidebar {
    top: 0;
    height: 100vh;
  }

  .aside-content-wrapper {
    width: calc(100% - 256px);
    margin-left: 256px;
  }

  .aside-content-wrapper > .container-fluid:nth-child(1) {
    height: 100vh;
  }

  .trainer {
    top: 64px;
    position: relative;
    height: auto;
  }

  .trainer.lessons_sidebar_section {
    height: 100vh !important;
  }
}

@media (min-width: 768px) {
  .aside-title-area > button.border_btn_default.blue_color.mt-2 {
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  .main .header-main-inner nav .container-fluid {
    justify-content: space-between;
    flex-direction: row;
  }

  .aside-content-wrapper {
    height: calc(100vh - 144px);
    top: 144px;
  }

  .main .header-main-inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }

  .navbar-right-custom {
    min-width: auto;
  }

  .navbar-light .navbar-brand {
    text-align: center;
  }

  .navbar-light .navbar-brand {
    position: relative;
  }

  .overflow_scroll .aside-content-wrapper {
    top: 0;
    height: auto;
  }

  .trainer .aside-content-wrapper {
    top: 64px;
  }

  .set-header-responsive {
    top: 64px;
    position: relative;
  }

  .set-header-responsive .lesson_sidebar {
    top: 0;
    height: 100vh;
  }

  .main .header-main-inner .logout_text {
    display: none !important;
  }

  .trainer {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .lessons_sidebar_section.full-screen
    .lesson_sidebar
    + div.aside-content-wrapper {
    margin-left: 199px;
    width: calc(100% - 199px);
    height: 100vh;
  }

  .pagination_section_page p a.prev {
    margin-bottom: 5px;
  }

  .navbar .nav-right-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .left-nav.active {
    z-index: 2;
    height: calc(100% - 64px);
    top: 64px;
  }

  .left-nav.nactive {
    top: 64px;
  }

  .aside-content-wrapper {
    width: 100%;
    margin-left: 0;
    height: calc(100% - 64px);
  }

  .main .header-main-inner {
    height: 64px;
  }

  .trainer .aside-content-wrapper {
    top: 64px;
  }

  .courses_blog .left_conent.desc {
    padding: 1rem;
  }

  .courses_blog .left_conent.desc h3 {
    margin-top: 0;
  }

  /* .trainer {
    padding-right: 0;
  } */

  /* .set-header-responsive>.container-fluid:nth-child(1) {
    padding-right: 0 !important;
  } */

  .aside-content-wrapper::-webkit-scrollbar {
    width: 0 !important;
  }

  .lesson_sidebar {
    top: 64px !important;
  }

  .overflow_scroll .aside-content-wrapper {
    height: auto;
  }

  .student-profile-box,
  .student-profile-box span.up {
    max-width: 100%;
  }

  .lesson_sidebar ul li {
    padding-left: 5px;
  }

  .trainer .lesson_sidebar ul {
    padding-left: 5px;
  }
}

@media (max-width: 599px) {
  .pagination_section_page .d-flex {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .navbar .nav-right-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar .nav-right-flex .w-300 {
    width: 100% !important;
  }

  .aside-title-area {
    /* margin: 0rem 2rem !important; */
    text-align: center;
  }

  .profile-main-drop {
    padding-right: 5px !important;
  }

  .profile-drop {
    margin-left: 0 !important;
  }

  .notification-drop .item {
    padding-right: 0;
    padding-left: 2px;
  }

  .main .header-main-inner .nav-right-flex > div .btn.btn-submit {
    padding: 4px 5px;
    min-width: 80px;
  }

  .navbar-brand img {
    width: 80px;
  }
}

/* select company css */

.css-13cymwt-control,
.css-t3ipsp-control {
  padding: 6px 0 !important;
  background: transparent !important;
  border: 1px solid #9369c8 !important;
  font-family: "Nunito Sans" !important;
  color: #9369c8;
  box-shadow: none !important;
}

.css-13cymwt-control div > div:hover,
.css-13cymwt-control div > div:focus,
.css-t3ipsp-control div > div:hover,
.css-t3ipsp-control div > div:focus {
  background: transparent !important;
  color: #9369c8;
}

.custom-select .css-13cymwt-control {
  border-radius: 8px;
}

.css-13cymwt-control .css-1u9des2-indicatorSeparator,
.css-t3ipsp-control .css-1u9des2-indicatorSeparator {
  background: transparent !important;
  width: 0 !important;
}

.css-13cymwt-control .css-1dimb5e-singleValue,
.css-t3ipsp-control .css-1dimb5e-singleValue {
  color: #9369c8 !important;
}

.css-13cymwt-control svg.css-8mmkcg,
.css-t3ipsp-control svg {
  fill: #9369c8 !important;
}

.css-1nmdiq5-menu {
  background: #212529 !important;
  color: #fff !important;
  z-index: 9999 !important;
}

.css-1nmdiq5-menu > div {
  padding: 10px !important;
}

.css-1nmdiq5-menu > div div {
  background: #212529 !important;
  cursor: pointer;
}

.css-1nmdiq5-menu div > div:hover,
.css-1s2u09g-control:hover .css-1nmdiq5-menu div {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.css-1nmdiq5-menu > div div:hover,
.css-1nmdiq5-menu > div div:focus,
.css-1nmdiq5-menu > div div:active {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.student-restore-dropdown button#dropdown-basic {
  border: none;
}

.student-restore-dropdown button#dropdown-basic + .dropdown-menu {
  width: auto;
}

.student-restore-dropdown
  button#dropdown-basic
  + .dropdown-menu
  > a.dropdown-item:hover {
  background: transparent;
}

.student-restore-dropdown .dropdown-toggle::after {
  content: none;
}

.user-info-dropdown .dropdown-menu a {
  margin: 4px 0;
  padding: 9px 10px;
  color: #fff;
  font-size: 15px;
}
.user-info-dropdown .dropdown-menu a svg {
  margin-right: 10px;
}

.form_section .form-control {
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 8px;
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-weight: 300;
}

.profile_information_box .form_field_box {
  padding: 0;
  border: none;
}

.profile_information_box .css-1insrsq-control {
  border: 1px solid #3a3c51;
  background-color: transparent;
}

.css-1s2u09g-control,
.css-1pahdxg-control {
  padding: 6px 0 !important;
  background: transparent !important;
  border: 1px solid #3a3c51 !important;
  font-family: "Nunito Sans" !important;
  color: #9369c8;
  box-shadow: none !important;
}

.css-1s2u09g-control:hover,
.css-1s2u09g-control:active,
.css-1pahdxg-control:hover,
.css-1pahdxg-control:active {
  border: 1px solid #9369c8 !important;
}

.profile-information-blog.profile_information_box .up {
  background: rgba(71, 155, 102, 1);
  display: inline-block;
  padding: 8px;
  border-radius: 50px;
  color: #fff;
  width: auto;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 26px;
  margin-right: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 18px;
}
.top_profile_section .profile_title {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 5px;
}
.profile-information-blog h3 {
  color: var(--text-light);
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 24px 0;
  display: block;
}
.student-table {
  min-height: 400px !important;
}

.profile-information-blog {
  background: var(--grey-color);
  padding: 40px 50px;
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}

.aside-content-wrapper {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 24px !important;
}

p.varification-pending.text-warning {
  margin: 0;
  font-size: small;
  margin-top: 5px;
}

.css-qc6sy-singleValue {
  color: #fff !important;
}
.text-dark .css-qc6sy-singleValue {
  color: hsl(0, 0%, 50%) !important;
}
.text-dark .css-1s2u09g-control {
  border-color: hsl(0, 0%, 80%) !important;
}
