
.insight-logo-div{
  margin: 0px auto; 
  position: relative; 
  width: 250px;
  padding-top: 120px;
  padding-bottom: 75px;
}
.insight-logo-span{
    color: rgb(119, 119, 119);
    font-size: 13px;
    float: right;
    margin-top: -8px;
    margin-right: 7px;
}
.img-style{
    border-radius: 5px;
}
.icon-left{
  float: left;
}
.forgot-password{
  color: #1A6573;
  font-weight: 400;
}
.input-style{
  padding: 17px 34px;
  height: 56px;
  border-radius: 50px;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #f7f7f7 !important;
  color: #ccc;
}
.btn-login{
  border-radius: 50px;
  font-size: 22px;
  font-weight: 400;
  padding: 9px 9px;
  /* border-width: 2px !important; */
  min-width: 140px;
  width: 100%;
  /* color: #ccc; */
  /* background: white; */
  background: #111109;
  color: white;
}
.btn-login:focus, .btn-login:active, .btn-login:hover {
  outline: none;
}
.btn-google-signin{
  border-radius: 50px;
  font-size: 22px;
  font-weight: 400;
  padding: 9px 9px;
  /* border-width: 2px !important; */
  min-width: 140px;
  width: 100%;
  /* color: #ccc; */
  /* background: white; */
  color: #111109;
}
.btn-google-signin:focus, .btn-google-signin:active, .btn-google-signin:hover {
  outline: none;
}
.callout-error{
  border-radius: 5px;
  border: none;
  padding: 8px 0px;
  background: #fce6e2;
  font-weight: 300;
  height: 44px;
}
.myalert-top{
    position: fixed;
    top: 70px;
    left: 88%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 40px 15px 15px;
    width: 100%;
    max-width: 340px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    z-index: 111111;
    display: none;
}
#spinner_overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
  flex-direction: column;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}
.avatar_box {
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    background-color: #ddd;
}

.avatar_first_letter {
    color: #fff;
    line-height: 100px;
    font-size: 0;
}

.avatar_first_letter:first-letter {
    font-size: 20px;
}
.avatar_box_small {
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: #ddd;
}

.avatar_first_letter_small {
    color: #fff;
    line-height: 50px;
    font-size: 0;
}

.avatar_first_letter_small:first-letter {
    font-size: 20px;
}
.loggedin-user-avatar, .logo-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.long-text-overflow{  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/* comment css */
/* start */
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}

.blog-comment{
  padding: 1%;
}

.meta a {
    color: #111109;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}

.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
  margin-right: 8px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.blog-comment .post-comments{
	border: 1px solid rgb(24, 24, 24);
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}

/* end */


  /* The switch - the box around the slider */
.switch {
 position: relative;
 display: inline-block;
 width: 46px;
 height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
 opacity: 0;
 width: 0;
 height: 0;
}

/* The slider */
.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #ccc;
 -webkit-transition: .4s;
 transition: .4s;
}

.slider:before {
 position: absolute;
 content: "";
 height: 18px;
 width: 18px;
 left: 3px;
 bottom: 3px;
 background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}

input:checked + .slider {
 background-color: #2196F3;
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
 -webkit-transform: translateX(22px);
 -ms-transform: translateX(22px);
 transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
 border-radius: 24px;
}

.slider.round:before {
 border-radius: 50%;
}

.profile_switch {
  float: left;
  margin-right: 15px;
}

.profile_switch span {
  vertical-align: middle;
}

.profile_switch label {
  vertical-align: middle;
  margin: 0;
}

.display-flex{
  display: flex;
}
.height-100{
  height: 100px;
}
.width-100{
  width: 100px;
}
.hr-dotted{
  border-color: black;
  border-style: dotted;
}
.alert-banner{
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FEE480;
  border-radius: 5px;
}
.alert-banner-danger{
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f8d7da;
  border-radius: 5px;
}
.btn_radio_lbl_span{
  color: #FFF;
  font-size:13px;
}

.header-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.header-overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
}

.header-overlay a {
  padding: 8px;
  text-decoration: none;
  color: #fae8e8 !important;
  display: block;
  font-size: 12px;
  transition: 0.3s;
}
.header-overlay h6 {
  color: #26c6da !important;
  font-size: 14px;
}

.header-overlay a:hover, .header-overlay a:focus {
  background: none;
}

.header-overlay .closebtn {
  position: absolute;
  /* top: 10px; */
  right: 25px;
  font-size: 30px;
}

@media screen and (max-height: 450px) {
  .header-overlay a {font-size: 12px}
  .header-overlay .closebtn {
  font-size: 40px;
  top: 10px;
  right: 35px;
  }
}

/* user information popup */
.informationModelPopup .modal-dialog,
.informationModelPopup .modal-content {
    height: 80%;
}
.informationModelPopup .modal-lg {
    max-width: 80%;
}
.informationModelPopup .modal-body {
    overflow-y: auto;
}

.user_profile_milestone img{
  width: 20px;
}

.user-profile-root{
  display: inline-flex;
  position: relative;
  flex-shrink: 0;
  vertical-align: middle;
}
.online-dot {
    color: #44b700;
    transform: scale(1.5) translate(50%, 50%);
    box-shadow: 0 0 0 2px #fff;
    background-color: #44b700;
    height: 10px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-width: 10px;
    border-radius: 50%;
    position: absolute;
    margin-left: 151px;
    margin-top: 130px;
}
.online-dot::after{
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid currentColor;
  height: 100%;
  content: "";
  position: absolute;
  animation: jss49 1.2s infinite ease-in-out;
  border-radius: 50%;
}

a,a:active {
  color: #333;
  text-decoration: none;
}

/* -----tag css------------ */
.tag-header {
  font-family: revert;
  font-weight: 600;
}

#tagForm label {
  font-weight: 550;
  font-family: revert;
  font-style: normal;
  font-size: 16px;
}

#tagForm button {
  font-family: revert;
  font-style: normal;
}

#tagForm a {
  font-family: revert;
  font-style: normal;
}

#tagForm #reference {
  width: 220px;
  height: 32px;
  margin-left: 10px;
}

#tagForm #short_title {
  width: 220px;
  height: 32px;
  margin-left: 7px;
}

#tagForm #long_title {
  width: 270px;
  height: 32px;
  margin-left: 10px;
}

#tagForm #meta_title {
  width: 600px;
  height: 32px;
  margin-left: 4px;
}

#tagForm input {
  border-radius: 8px;
  font-family: revert;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #EFF3F3;
  font-size: 16px;
  outline: none;
  padding-left: 0.5rem;
}

#tagForm textarea {
  border-radius: 8px;
  font-family: revert;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #EFF3F3;
  font-size: 16px;
  outline: none;
  width: 80%;
  padding-left: 0.5rem;
}

/* ------end---- */

.lbl_approve_teacher {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* banner alert css */
.banner-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.banner-alert-link {
  font-weight: 700;
}

.banner-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.banner-alert-danger hr {
  border-top-color: #f1b0b7
}

.banner-alert-danger .banner-alert-link {
  color: #491217
}

.banner-alert-danger .banner-alert-link:hover {
  color: #491217
}

.alert-banner {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FEE480;
  border-radius: 5px;
}

.smaller-font {
  font-size: smaller;
}
/* -----artical css------------ */
.artical-header {
  font-family: revert;
  font-weight: 600;
}

#articleForm label {
  font-weight: 550;
  font-family: revert;
  font-style: normal;
  font-size: 16px;
}

#articleForm button {
  font-family: revert;
  font-style: normal;
}

.article-form-input {
  border-radius: 8px;
  font-family: revert;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #EFF3F3;
  font-size: 16px;
  outline: none;
  padding-left: 0.5rem;
}

#articleForm #title {
  width: 330px;
  height: 32px;
  margin-left: 7px;
}

#articleForm #weburl {
  width: 380px;
  height: 32px;
  margin-left: 7px;
}

#articleForm #publisher {
  width: 300px;
  height: 32px;
  margin-left: 7px;
}

#articleForm #language {
  width: 200px;
  height: 32px;
  margin-left: 7px;
}

#articleForm #content_type {
  width: 250px;
  height: 32px;
  margin-left: 7px;
}

#articleForm #status {
  width: 200px;
  height: 32px;
  margin-left: 7px;
}

#articleForm .tags {
  width: 200px;
  height: 40px;
  margin-left: 7px;
}

#articleForm #wordpress_article_id,
#picture {
  width: 210px;
  height: 32px;
  margin-left: 7px;
}

/* ------end---- */

/* -----external-content css------------ */
.external-content-header {
  font-family: revert;
  font-weight: 600;
}

#externalContentForm label {
  font-weight: 550;
  font-family: revert;
  font-style: normal;
  font-size: 16px;
}

#externalContentForm button {
  font-family: revert;
  font-style: normal;
}

.external-content-form-input {
  border-radius: 8px;
  font-family: revert;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #EFF3F3;
  font-size: 16px;
  outline: none;
  padding-left: 0.5rem;
  height: 32px;
  margin-left: 7px;
}

#externalContentForm textarea {
  border-radius: 8px;
  font-family: revert;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #EFF3F3;
  font-size: 16px;
  outline: none;
  width: 80%;
  padding-left: 0.5rem;
}

#externalContentForm #title {
  width: 40%;
}

#externalContentForm #external_url {
  width: 60%;
}

#externalContentForm #image_url {
  width: 60%;
}

#externalContentForm #video_url {
  width: 60%;
}

/* ------end---- */
/* ------start---- */

#directoryTree {
  position: relative;
  background: white;
  margin-top: 20px;
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

#directoryTree span {
  font-size: 13px;
  /* font-style: italic; */
  letter-spacing: 0.4px;
  color: #a8a8a8;
}

#directoryTree .fa-folder-open,
#directoryTree .fa-folder {
  color: #007bff;
}

#directoryTree .fa-html5 {
  color: #f21f10;
}

#directoryTree ul {
  padding-left: 5px;
  list-style: none;
}

#directoryTree ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#directoryTree ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #666;
}

#directoryTree ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #666;
}

#directoryTree ul li:last-child:after {
  height: 15px;
}

#directoryTree ul a {
  cursor: pointer;
}

#directoryTree ul a:hover {
  text-decoration: none;
}

.subfolder-content {
  display: none;
}

/* ------end---- */

.accordion-toggle {
  position: relative;
  padding: .75rem 1.25rem;
  cursor: pointer;
}

.accordion-toggle::before {
  content: "\27A4";
  /* Unicode for rightwards arrow (➡️) */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  /* Right arrow turned down initially */
  transition: transform 0.3s ease-in-out;
}

.accordion-toggle.collapsed::before {
  transform: translateY(-50%) rotate(90deg);
  /* Right arrow (→) when collapsed */
}

.accordion-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(270deg);
  /* Down arrow (v) when expanded */
}

#toastContainer {
  position: fixed;
  top: 4rem;
  right: 1rem;
  z-index: 1050;
}

.toast {
  margin-bottom: 10px;
}

.toast.bg-danger {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

.toast.bg-warning {
  background-color: #fff3cd !important;
  color: #856404 !important;
}

.toast.bg-info {
  background-color: #d1ecf1 !important;
  color: #0c5460 !important;
}

.fs-12 {
  font-size: 12px;
} 

#folderContentArea #contentTabs::-webkit-scrollbar {
  display: none;
}

#folderContentArea .nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.2s;
}

#folderContentArea .nav-tabs .nav-link:hover {
  color: #007bff;
  border-bottom-color: #dee2e6;
}

#folderContentArea .nav-tabs .nav-link.active {
  color: #007bff;
  background: transparent;
  border-bottom-color: #007bff;
}

#folderContentArea .card {
  border-radius: 0.5rem;
  overflow: hidden;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-2.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.show-more-link {
  color: #17a2b8;
  cursor: pointer;
  font-size: 0.8em;
  margin-top: 2px;
  display: inline-block;
}

.show-more-link:hover {
  text-decoration: underline;
}

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

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