@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;
}

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: 999999999999;
    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;
}

.custom-select img.img-fluid.width-50
{
  width: 34px;
  height: 34px;
}
.up{
  background: rgba(71, 155, 102, 1);
  display: inline-block;
  padding: 8px;
  border-radius: 50px;
  color: #fff;
  width: auto;
  text-align: center;
  height: 48px; 
  width: 48px;
  line-height: 26px;
  margin-right: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  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: 4px 0 !important;
  background: transparent !important;
  border: 1px solid #818496 !important;
  font-family: 'Nunito Sans' !important;
}

.css-6j8wv5-Input,
.css-qc6sy-singleValue,
.css-6j8wv5-Input,
.css-14el2xx-placeholder  {
  color: #fff !important;
  font-family: 'Nunito Sans' !important;
  -webkit-text-fill-color: #fff !important;
}

.css-6j8wv5-Input::after,
.css-1pndypt5-Input:after {
  color: #fff !important;
  font-family: 'Nunito Sans' !important;
}

.css-1pndypt-Input {
  color: #fff !important;
  font-family: 'Nunito Sans' !important;
}

.css-tj5bde-Svg {
  width: 22px !important;
  fill: #818496 !important;
  height: 22px !important;
}

.css-1rhbuit-multiValue .css-tj5bde-Svg {
  fill: #fff !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;
}

.card.question-listing-box.item-list div {
  font-weight: 700;
  color: #333442;
  font-size: 18px;
}

.card.question-listing-box div svg {
  margin-right: 7px;
}

.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-list-innerbox .lesson-name {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 320px;
  padding-right: 15px;
  letter-spacing: 0.25px;
}

.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: 15px 20px 15px 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, .2);
	border-radius: .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: .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;
}

.loading-imgbox, .random-imgbox{
  height: 146px;
  width: 100%;
} 

.files_selectbox {
  height: 146px;
  overflow: hidden;
}

.wrap-drop.with-sub-menu .dropdown-menu{
  max-height: 250px;
  overflow: auto;
}
.wrap-drop.with-sub-menu a.dropdown-item{
  flex-direction: column;
  justify-content: left;
  align-items: self-start;
  height:auto;
  min-height:40px;
}
.wrap-drop.with-sub-menu a.dropdown-item.pr-2{
  padding-left: 80px;
}
.dropdown-item label {
  position: relative;
  display: block;
  width: 100%;
}
.dropdown-item label .label-span{
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 28px;
}

.text-upper{
  text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 12px;
}

.ml-24 {
  margin-left: 24px !important;
}
.float-right{
  float: right;
}

.background-grey{
  background: var(--border-dark) !important
}

.color-grey{
  color: grey !important;
}
.mr-10{
  margin-right: 10px;
}
.rotate-180 svg{
  transform: rotate(180deg);
}
.mh-0{
  min-height: 0px !important;
}
#add_resources .buttons.profiles .files_upload_field {
  margin-right: 15px;
}
  
#add_resources .buttons.profiles {
  display: flex;
}
.course-listbox thead tr:nth-child(1) th:nth-child(1) {
  width: 40px !important;
}
.course-listbox tbody tr th {
  vertical-align: middle;
  }
.resources_Content .note{
  overflow: auto;
}

.course-listbox table.table.default_table_theme input.form-check-input {
  margin-top: 0;
}

input::-ms-clear, input::-ms-reveal{
  display:none;
  visibility: hidden;
}

.remove-profile.sap.modal.show {
  background: rgba(0,0,0,.75);
}

.dropdown ul.dropdown-menu_list li.red_color a {
  color: var(--color-danger);
}
@media (max-width: 575px) {

  #add_resources .buttons.profiles {
    display: flex;
    flex-direction: inherit;
  }
}
  
#add_resources .form_section.modal-body .col-sm-5 {
  margin-bottom: 20px;
}
#add_resources .files_frame {
  border-radius: 100%;
  max-width: 160px;
  height: 160px;
  margin: 0 auto;
  float: none;
}

@media (max-width: 767px) {
  .resources_blog .dropdown {
    padding: 5px 8px;
    top: 0;
  }
}

.loading-screen a.lesson_Add_btn {
    width: calc(100% - 19px);
    float: right;
}

.profile-information-blog h3{
  color: var(--text-light);
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 24px 0;
  display: block;
}

.video-box .files_selectbox {
  height: auto;
}

.lesson-innerbox .resources_Content .video-box .files_selectbox {
  height: calc(100vh - 210px);
  position: relative;
  top: 0;
}
.k-chart g text {
  fill:  #fff !important;
}

.dot{
  background-color: #9E26FF;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.profile_info_student img {
  border-radius: 100%;
}

.student_lists .pagination {
  margin-top: 30px;
}
.prize-blocks-grid-area .aside-title-area .title {
  line-height: 48px;
}
.resources_vendor.user_avtar img {
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.resources_blog .resources_vendor {
  width: 32px;
  height: 32px;
  background: transparent;
  line-height: normal;
  display: block;
}

.resources_blog .resources_vendor.user_avtar span.up {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border-radius: 100%;
}

.resources_blog .resources_vendor.user_avtars img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: cover;
}

.resources_blog p.large {
  margin-top: 0;
  }
  .courses_blog .course_image {
    margin-right: 24px;
    max-width: 190px;
    min-width: 190px;
}

.courses_blog .course_image img {
    width: 100%;
    object-fit: cover;
    height: 116px;
}


@media (min-width: 768px) and (max-width: 991px){

.courses_blog .course_image {
    width: auto;
}

}

@media (max-width: 767px) {

.courses_blog .course_image img {
    height: auto;
}

.courses_blog .course_image {
    margin-right: 0;
    max-width: 100%;
}

}

table.table.default_table_theme tbody td img {
  margin-right: 10px;
  border-radius: 100%;
  object-fit: cover;
}

  table.table.default_table_theme tbody td span.up, table.table.default_table_theme tbody th span.up {
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-weight: 600;
    font-size: 15px;
  }

  .gray-bg{
    background-color: #262836;
  }
  .card-header{
    background-color: #262836;
  }
  .accordion .notification_features{
    background-color: #262836;
  }
  .accordion .notification_features .label_swich{
    color: #fff
  }
 
  #faqaccordion .card-header {
    border: none;
  }
  
  /* 26-07-2022 */
  .user_dashboard.home_bg {
    padding: 10px 15px;
  }
  
  .user_dashboard.home_bg div {
    position: relative;
    z-index: 1;
  }
  
  .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 .col-xl-4.col-lg-2 {
    color: #fff;
    font-size: 13px;
}

.user_dashboard.home_bg .col-xl-4.col-lg-2 .col-8 {
    padding: 0 8px !important;
}

a.main_btn_default input[type="file"] {
    height: 100%;
    width: 190px;
}

a.main_btn_default input[type=file]::-webkit-file-upload-button,
a.main_btn_default input[type=file]::-moz-file-upload-button,
a.main_btn_default input[type=file]::-ms-file-upload-button,
a.main_btn_default input[type=file]::file-upload-button {
    background: transparent;
    border: none;
    color: inherit;
    font-weight: 700;
    margin-left: 20px;
}

.search_bar {
  position: relative;
  margin-bottom: 10px;
}

.search_bar input {
  background: transparent;
  color: #fff;
  padding-left: 50px;
}

.search_bar input.form-control.cform-control {
  background: transparent;
  color: #fff;
}

.search_bar input.form-control.cform-control:hover,
.search_bar input.form-control.cform-control:focus {
	border-color: var(--color-primary);
}

.search_bar button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  padding: 11px 15px 12px;
}

.search_bar fieldset {
  position: relative;
}

table.table.default_table_theme tbody td img {
  margin-right: 10px;
  height: 40px;
  width: 40px;
}

.popup_table table.table.default_table_theme tbody td, .popup_table table.table.default_table_theme tbody th {
  vertical-align: middle;
}

.popup_table table.table.default_table_theme tbody td input {
 margin-top: 11px !important;
}
.prize-locker-tabs .toggle_tabbar ul.nav.nav-pills li a {
  margin: 0;
  font-size: 15px;
}

.prize-locker-tabs .toggle_tabbar ul.nav.nav-pills li a.nav-link.active {
  padding-bottom: 10px;
}
.border_btn_default {
  position: relative;
}

input[type="file"]::file-selector-button {
  display: none;
}

.border_btn_default input[type="file"] {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.border_btn_default svg path {
  fill: var(--color-buttons);
}
.border_btn_default.delete-image {
  border-color: #FF5353;
  color: #FF5353;
}

.border_btn_default.delete-image svg path {
  fill: #FF5353;
}

.border_btn_default.delete-image svg {
  width: 15px;
  position: relative;
}

.border_btn_default:hover svg path, .border_btn_default:focus svg path {
  fill: #fff;
  transition: ease all 0.5s;
}

.border_btn_default svg {
  position: relative;
  top: -2px;
}
table.table.default_table_theme tbody td, table.table.default_table_theme tbody th {
  vertical-align: middle;
  }
.border_btn_default.delete-image:hover, .border_btn_default.delete-image:focus {
  background: #FF5353;
}
.aside-title-area .title.title-lg.heading_icon {
  display: flex;
}

h2.title.title-lg.heading_icon .react-datepicker-wrapper {
  width: auto;
}
.popover {
  background: #434557;
  color: #fff;
  padding: 8px 12px 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
   border-top-color: #434557;
}
.post_training li {
  max-width: 180px;
  overflow: hidden;
  padding-left: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 15px -22px;
}
.tabbar_head .aside-title-area .title.title-lg.heading_icon {
  height: 48px;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #434557;
}
.tooltip-inner {
    background-color: #434557;
    font-size: 12px;
    line-height: 18px;
}

/* 28-07  */


#faqaccordion .card.question-listing-box.item-list .card-header {
  background: #262836;
  border-radius: 8px;
  padding: 12px 10px;
}

#faqaccordion .accordion .question-listing-box.card {
  background: #262836;
  border-radius: 8px;
}

#faqaccordion .card.question-listing-box.item-list div {
  color: #F9F9FB;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 0;
}

#faqaccordion .card.question-listing-box.item-list div p {
  padding-left: 48px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: normal;
  padding-right: 15px;
}

#faqaccordion .accordion .card-header .toggleButton button {
  width: 10px;
  height: 10px;
  background-image: none;
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  padding: 0;
  transform: rotate(45deg);
  top: -9px;
  left: 0;
  margin-left: 10px;
  margin-right: -5px;
}

#faqaccordion .toggleButton button.active {
  transform: rotate(180deg);
}

.question-listing-box .toggleRight .dropdown-menu a.red_color {
  color: #FF5353;
}



#faqaccordion .card.question-listing-box div svg {
  margin-right: 7px;
  width: 15px;
  position: relative;
  top: 0;
}

.question-listing-box .toggleRight .dropdown-menu a.red_color svg {
  position: relative;
  top: -3px;
}

.question-listing-box .toggleRight .dropdown-menu a:hover, .question-listing-box .toggleRight .dropdown-menu a:focus {
  background: transparent;
}

.toggleRight #dropdown-basic::after {
  position: relative;
  top: 1px;
  margin-left: 10px;
  display: none;
}

.form_notification.basic_accordion .card-header {
  padding: 15px 15px;
  border-radius: 8px;
}

.form_notification .all_notifications_toggle {
  top: 15px;
}

.form_notification .faq-item-list .accordion .item-list.card {
  border-radius: 8px;
  background: transparent;
}



#prizes_view_2 table img, #prizes_view table img {
  border-radius: 4px;
  width: 40px;
  margin-top: 0;
  height: 32px;
}

.profile_info_student {
  line-height: 40px;
}

#prizes_view_2 .profile_info_student {
  line-height: 32px;
}

.notification_features .all_notifications .form-control[type="number"] {
  background: transparent;
  color: #fff;
  font-size: 15px;
  border: 1px solid #818496;
  border-radius: 4px;
}


.student-popup table.table.default_table_theme tbody td img {
  border-radius: 4px;
  width: 40px;
  height: 35px;
  object-fit: cover;
}

.user_dashboard.home_bg .shadow-shape {
  position: absolute;
  margin-right: 0px;
  top: 0;
  left: 0;
}

.green_checkbox_layout .form-group label::before {
  top: -1px !important;
}

.user_dashboard.home_bg .col-xl-4.col-lg-2 {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: end;
  padding-bottom: 20px;
}
.grey_color{
  color: #585858;
}

.grey-scale-toggle{
  filter: grayscale(1);
}

.notification_blog a + div {
  padding-left: 35px;
}

.notification_blog a + div h5 {
  font-weight: 600;
  margin-bottom: 0
}

.notification_blog a + div h5 + p {
  font-size: 13px;
  line-height: normal;
}

.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);
}

.notificationOffCanvas .btn.btn-primary {
  height: 45px;
  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;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  max-width: 150px;
  margin: 0 auto 15px;
  width: 100%;
  line-height: normal;
}

#faqaccordion .accordion .card-header .toggleButton button.active {
  transform: rotate(-135deg);
  position: relative;
  top: -5px;
}

#full_list .popup_table table thead tr th:nth-child(1), #full_list .popup_table table tbody tr td:nth-child(1) {
  width: 150px;
}

#full_list .popup_table table thead tr th:nth-child(1), #full_list .popup_table table tbody tr td:nth-child(1) {
  width: 150px;
}

.form_notification .toggleButton button {
  border-left: solid #fff 2px;
  border-bottom: solid #fff 2px;
  width: 10px;
  height: 10px;
  padding: 0;
  background-image: none;
  transform: rotate(-45deg);
  position: relative;
  top: -10px;
  left: 0;
}

.form_notification .toggleButton button.active {
  transform: rotate(135deg);
  position: relative;
  top: -5px;
  left: 0;
}

.post_training li {
  max-width: 240px;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
} 

.student_lists .student_info_admin_controls .traning_section {
  max-width: 450px;
}

#create_a_guide .evaluation_section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

#create_a_guide .evaluation_section p b {
  font-weight: normal !important;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 5px;
}

.evaluation_section label.green {
  background: rgba(69, 183, 149, 0.2);
  text-transform: capitalize;
}

.evaluation_section label.red {
  background: rgba(225, 77, 38, 0.2);
  text-transform: capitalize;
}

.profile-information-blog.profile_information_box .up {
  line-height: 30px;
}

.profile-information-blog.profile_information_box img {
  margin-right: 0;
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.progress_student .progress-bar {
  padding: 0;
}

.form_notification.basic_accordion .accordion-collapse {
  margin-top: -10px;
}

.error-field + span.input-group-text {
  border-color: #FF5353;
}
div a,
div a:hover,
div a:focus {
    text-decoration: none;
}

.user-info-dropdown .dropdown-menu a.red_color {
  color: var(--color-danger);
}

.post_training li {
  display: flex;
}

.post_training li a.status_point + span {
  overflow: hidden;
  width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  float: left;
}

/* .notification_content p {
  line-break: anywhere;
} */

.aside-content-wrapper .responsive-table {
  overflow: inherit;
  z-index: 1;
  position: relative;
}
.aside-content-wrapper table.table.default_table_theme img.img-fluid.width-50 {
  width: 34px;
  margin-right: 5px;
}
textarea{
  line-height: normal !important;
}

.back-trans {
  background: transparent;
}


/* 08-08 */

.item-list.question-listing-box.card {
  border-radius: 8px;
  height: auto !important;
}

.question-listing-box div.card-header {
  background: transparent;
  border: none;
  padding: 24px;
}

.item-list.question-listing-box textarea {
  width: 100%;
  border: solid #E4E5EA 1px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #ACAFBF;
  margin-top: 10px;
  min-height: 120px;
}

.item-list.question-listing-box .accordion-collapse .form-check.custom_radio {
  background: transparent;
}

.item-list.question-listing-box ul.icons li button:nth-of-type(1) {
  margin-right: 15px;
}

.item-list.question-listing-box ul.icons li button {
  background: transparent;
  border: none;
}

.item-list.question-listing-box .accordion-collapse {
  padding: 0 24px 24px;
}

.item-list.question-listing-box .card-header svg {
  position: relative;
  top: -3px;
}

.summer_quiz_question .accordion-collapse .form-group label {
  top: 0;
}

.flascard_guide h3 {
  padding: 55px 0;
}

.k-widget.k-window .k-dialog-titlebar {
  background: none;
  border: none;
  border-radius: 8px;
}

.k-widget.k-window .k-icon-button.k-button-md .k-i-window-minimize {
  background-image: none;
}

.k-widget.k-window .k-icon-button.k-button-md .k-i-window-maximize {
  background-image: none;
}

.k-widget.k-window .k-icon-button.k-button-md .k-button-icon.k-icon.k-i-close {
  background-image: none;
}

.k-widget.k-window .k-content {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
}

.k-widget.k-window .k-edit-form-container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.k-widget.k-window .k-edit-label {
  width: 25%;
}

.k-widget.k-window .k-edit-field {
  width: 70%;
}

.k-widget.k-window .k-widget.k-upload {
  background: top;
}

.k-widget.k-window .k-upload .k-dropzone {
  border: 1px solid #818496;
  color: #fff;
}

.k-widget.k-window .k-tabstrip-items .k-link {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 25px;
}

.k-widget.k-window .k-tabstrip-items .k-item {
  border: none;
}

.k-widget.k-window .k-upload .k-dropzone .k-dropzone-hint {
  color: #ccc;
}

.k-widget.k-window .k-upload .k-dropzone {
  background: transparent;
}

.k-widget.k-window .k-upload .k-upload-button {
  background: transparent;
}

.k-widget.k-window .k-i-file-image::before  {
  background: transparent;  
}

.flashcard-disable{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color:#585B69;
  padding: 25px 25px;
  border-top: solid var(--border-dark) 1px;
  text-decoration: none;
}


.flashcard-disable svg path {
  fill: #585B69;
}

.flashcard-disable:hover p.hover_show, .flashcard-disable:focus p.hover_show {
  opacity: 1;
  visibility: visible;
}

.flashcard-disable p.hover_show::after {
  top: 28px;
}
.item-list .question_picker ul li svg {
  margin-left: 20px;
  width: 23px;
  height: 23px;
}

.item-list .question_picker h4 {
  margin-left: 13px;
  position: relative;
  top: -7px;
}

.item-list .question_picker h4 {
  margin-right: 20px;
}

.item-list .question_picker {
  margin-top: 0;
  position: relative;
  z-index: 1;
  width: auto;
  display: flex;
  justify-content: start;
}

.item-list .textarea_column label {
  font-size: 14px;
  color: var(--color-light-dark);
  line-height: 21px;
}

.item-list .textarea_column textarea {
    width: 100%;
    border: solid #E4E5EA 1px;
    padding: 15px 20px;
    border-radius: 8px;
    color: #ACAFBF;
    margin-top: 10px;
    min-height: 165px;
}

.item-list .accordion-item .accordion-body {
  padding: 0 24px 24px;
}

.item-list .accordion-item {
  border-radius: 8px;
}

.item-list .accordion-collapse {
  padding: 0 24px 24px 24px;
}

.pointer.disable_btn .hover_show {
  position: absolute;
  background: #434557;
  top: -135px;
  text-transform: none;
  font-weight: 400;
  color: #F9F9FB;
  font-size: 12px;
  text-align: left;
  padding: 8px 16px;
  width: 240px;
  height: auto;
}

.pointer.disable_btn .hover_show::after {
  top: 94px;
}

.disable_btn:hover p.hover_show, .disable_btn:focus p.hover_show {
  visibility: visible;
  opacity: 1;
}
.pointer.disable_btn {
  filter: grayscale(1);
}

.custom_radio input[type="radio"] + label::before {
  box-shadow: none;
}
#given_prizes #students_view_2 .profile_info_student {
  display: flex;
  line-height: 35px;
  margin: 0;
}

.form_notification.basic_accordion .accordion-collapse {
  padding: 0;
}
.status_point{
  position: relative;
}
.status_point  span{
  display: none;
}
.post_training li{
  overflow: visible !important; 
}
.status_point:hover span{
    display: block;
    position: absolute;
    background: #434557;
    top: -43px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 110px;
    text-align: center;
    left: -55px;
    font-size: 12px;
    color: #F9F9FB;
}
.status_point:hover span::after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #434557;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}

.create-collection-popup .add-resource-check label .label-span {
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 28px;
}

.width-100{
  width: 100%;
}

#summer_quiz_question .item-list .question_picker h4 {
  top: 0;
}

a.border_btn_default.blue_color:hover svg path,
a.border_btn_default.blue_color:focus svg path {
   fill: #fff;
}

.custom-select .css-1s2u09g-control {
  border-radius: 8px;
}

.user_dashboard .pick_lectures .form-group label {
 font-size: 15px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
} 
.pie_chart.daily_status_chart svg {
  position: absolute !important;
  z-index: 1;
}
div#loading_screen .custom_radio input[type="radio"] + label:before {
  box-shadow: none;
}
.overflow_scroll .aside-content-wrapper {
  transition: ease all 0.5s;
}
.lesson_sidebar {
  transition: ease all 0.5s;
}
.user_dashboard .left_sidebar_section {
  width: calc(100% + 15px);
}
.ml-10{
  margin-left: 10px;
}

/* * {
  line-break: anywhere;
} */
.react-datepicker__tab-loop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.css-1n7v3ny-option{
  background: transparent !important
}

.custom-select > div {
  border-radius: 8px;
}
.custom-select > div + div * {
  background: transparent;
}
.custom-select > div + div {
  margin-top: 5px;
  border-radius: 8px;
  overflow: hidden;
}
* {
  word-break: break-word;
}
.progress_bar .post p, .progress_bar .rookie p {
  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);
}
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;
}

.single_field.pointer input:-webkit-autofill,
.single_field.pointer input:-webkit-autofill:hover,
.single_field.pointer input:-webkit-autofill:focus,
.single_field.pointer input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
}

.lessons_sidebar_section .lesson_sidebar ul li.opacity-1 {
  width: calc(100% + 10px);
}
.profile-information-blog.profile_information_box .start_question {
  font-size: 15px;
}
.profile-information-blog.profile_information_box .start_question + .start_question {
  padding: 0 5px;
}
.start_question span.light_text {
  margin-right: 2px;
}
.user_background_homepage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.profile_info_icon p.hover_show {
  top: inherit;
  padding: 0 5px;
  min-width: 100px;
}
.single_field input {
  color: #000 !important;
}
.daily_status_chart table tr td {
  font-size: 15px;
}
.trainers_list.pie_chart.daily_status_chart table {
  width: 100%;
}
.custom-select.sources > div + div span.up {
  background: rgba(69, 183, 149, 0.2);
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 45px;
}
.lesson_sidebar.lesson-left-box .lesson-list-view .lesson-list-innerbox .drag-handle {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 5px;
}
.breadcrumb .breadcrumb-item {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
}
/* .css-1rhbuit-multiValue + div input {
  color: #fff !important;
  border: solid rgba(255,255,255,0.2) 1px !important;
  min-width: 150px !important;
  height: 40px;
  border-radius: 8px;
  padding: 5px 10px !important;
  font-size: 15px !important;
} */
.trainers_list.pie_chart.daily_status_chart .data-box {
  display: flex;
  line-height: normal;
}
.lesson-innerbox .fr-box.fr-basic.fr-top {
  position: relative;
  z-index: 0;
}
.css-1pahdxg-control {
  box-shadow: 0 0 0 1px var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
@media (min-width: 576px) {
  .popup_table table.table.default_table_theme thead th {
         min-width: 170px;
   }
}
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%;
}
.course-approval-table table.table tbody th:nth-child(1) {
  width: 20% !important;
}
.prize-locker-tabs .prize-block-grid-inner .prize-block-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.data-box .dot {
  background-image: none;
}
.login-caption .title{
  font-size: 33px;
}
.login-caption .title b{
  font-weight: 900;
}
#full_list .popup_table tbody tr td:nth-child(3) {
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 55px;
}

.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;
}
.height-34{
  height: 34px;
}
img.given-pize-image{
  height: 35px !important;
    width: 35px !important; 
    margin-right: 5px !important;
}
.offcanvas-body > ul li span svg {
  height: 24px;
}
.company-management-table table.table tbody tr th {
  width: 100% !important;
  display: flex;
  align-items: center;
}

.company-management-table table.table tbody tr td {
  width: 60% !important;
}

.company-management-table table.table tbody tr td + td {
  width: 10% !important;
  text-align: center;
}

.company-select .list-item {
  display: ruby-base !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  line-height: 35px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.company-select .list-item img {
  width: 35px !important;
  margin-right: 10px !important;
  height: 35px !important;
  background: #666;
}

/* .company-select > div + div * {
  background: transparent;
} */
.company-management-table table tbody tr th img {
  margin-right: 10px !important;
}
.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;
}
.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;
}
@media (min-width: 1451px) {
  .student_info_admin_controls .start_question {
    max-width: 295px !important;
    padding-left: 30px !important;
  }
}

.nactive .menu-link:hover .menu-title{
  position: fixed;
  background: #262836;
  display: block;
  padding: 10px;
  left: 72px;
  border-radius: 10px;
}

.nactive .menu-link:hover .menu-title:before{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #262836;
  position: absolute;
  left: -10px;
  content: "";
  display: block;
}

.textarea {
  background: transparent;
  border: 1px solid #7B7C8A;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  resize: none;
  transition: border-color 150ms ease;
  width: 100%;
  overflow: hidden;
  color: #7B7C8A;
  margin-top: 10px;
  border-radius: 10px;
  min-height: 100px;
}
.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;
}

.scrollbarstyle::-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
{
	width: 12px;
	background-color: #3a3c51;
}

.scrollbarstyle::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #6f5798;
}

.aside-content-wrapper .responsive-table table.table.default_table_theme {
  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, .1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), 
  linear-gradient(to left, rgba(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;
  }
}

.border-left-table{
  border-left: 1px solid #3a3c51 !important;
}
.no-right-table{
  border-right: 0 !important;
}

p.varification-pending.text-warning {
  margin: 0;
  font-size: small;
  margin-top: 5px;
}

/* .css-26l3qy-menu {
  background: #212529 !important;
  color: #fff !important;
  z-index: 9999 !important;
  max-height: 250px;
  overflow-y: scroll;
} */