
.card-stats .card-header .card-category.first ,.card-stats .card-header .card-title.first {color:  #ffa726;font-weight: bold}
.card-stats .card-header .card-category.second , .card-stats .card-header .card-title.second {color:  #66bb6a;font-weight: bold}
.card-stats .card-header .card-category.third , .card-stats .card-header .card-title.third {color:  #ef5350;font-weight: bold}
.card-stats .card-header .card-category.fourth , .card-stats .card-header .card-title.fourth {color:  #26c6da;font-weight: bold}
.profile-head {
    transform: translateY(5rem)
}

.cover {
    background-image: url(https://images.unsplash.com/photo-1530305408560-82d13781b33a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1352&q=80);
    background-size: cover;
    background-repeat: no-repeat
}
.RangeDivs{
	margin-left: "-11px !important";

}
.loader{
  display: flex;

justify-content: center;
margin-top: 300px;
  }
.loader img{
width: 101px;
}

.TabColor{
    border: 2px solid #ccc;

}


.FormBox {
 	font-family: "Arial", "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.FormBox label{
	font-family: "Arial","Roboto", "Helvetica", "Arial", sans-serif;
    margin-top: 15px;
    color: black;
}
.titles{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid black !important;
}

.details-head {
    background-color: #ececec;
    padding: 15px;
    font-weight: bold;
   
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* 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;
}

.max-h-700px{
    min-height: 700px !important;
    max-height: 700px !important;
}
.max-h-700px .modal-content{
    min-height: 650px;
    max-height: 650px;
}
.max-h-570px{
    min-height: 570px !important;
    max-height: 570px !important;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  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(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.emailBox{
    border-bottom: 1px solid #B2BDC6 !important;
}

.is-filled{
    background-color: transparent !important;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

.details-head p {
         font-size: 28px!important;
}
.font-bold{
    font-weight: 700;
}
.sectionClass {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.FormBox .labelBox  {
	font-family:"Arial", "Roboto", "Helvetica", "Arial", sans-serif;
	color:#000;
	margin-top: 0;
	

    padding: 10px 15px;
    font-weight:bold;
    background: #f0f0f0;
}
.FormBox input{
	font-family: "Arial","Roboto", "Helvetica", "Arial", sans-serif;
	border: 1px solid #ced4da;
    width: 100%;
    margin-top: 2px;
    padding: 6px 10px;
    border-radius: 4px;
}
.FormBox input:focus{
	border: 1px solid rgb(156, 39, 176)!important;

}
.errorBox{
    box-shadow: 0 0 0 transparent;
    transition: box-shadow 0.5s;
  }

.error{
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 0.5em red;
}
@keyframes shake {
  0% { margin-left: 0rem; }
  25% { margin-left: 0.5rem; }
  75% { margin-left: -0.5rem; }
  100% { margin-left: 0rem; }
}

.errorColor{
	color:red
}
.dataTables_filter {
    width: 244px;
    float: right;
    /* margin-bottom: 40px; */
    margin-bottom: 10px;
}
.dataTables_length{
    width: 200px;
    /* margin-bottom: 40px; */
    margin-bottom: 0px;
}

.dataTables_empty{
    text-align: center;
    font-size: 20px;
}
.headingName {
    font-size: 20px;
    font-weight: 600;
    padding: 3px;
}
.drop-box{
    background: #fff;
    color: black;
    cursor: pointer;
    padding: 1px 10px;
    border: 1px solid #ccc;
    width: 24%;
    -webkit-appearance: auto;
    font-size: 14px;
    height: 40px;
}

.font-size-13px{
    font-size: 13px;
}
.toolTipContainer{
    position: relative;
}

.tooltipArrow{
  width: 0; 
  height: 0; 
  position:absolute ;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform :translateX(100px) translateY(-411px);
  border-bottom: 10px solid #FFFFFF;

}
.insider{
    position: relative;
}
.tooltipBox{

    background-color: #FFFFFF;
    max-height:800px;
    max-width: 400px;
    height: fit-content;
    min-width: 400px;
    z-index: 5;
    margin: 0px;
    transform: translateX(-70px) translateY(30px);
    position: absolute;
    border-radius: 5%;
    box-shadow: -1px -2px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -2px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -2px 11px 0px rgba(0,0,0,0.75);
}
.arrow-div{
    position: relative;
    left: 23px;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.filter-bg{
    background-color: #f1f1f1;
    padding: 15px;
}
.highcharts-label .highcharts-tooltip span{
    overflow-y: scroll !important;
}
.filter-icon-style i{
    margin-left: 10px;
    font-size: 18px;
    margin-top: 10px;
}
.dataTables_processing.card{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    background-image: url("{% static 'loaders/ajax-loader.gif'  %}");
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-size: 5%;
    background-position: center;
   }
.ratingHeader{
    padding: 20px;
}
   
.tooltipClass span{
    height: auto;
    max-height: 200px;
    width: 150px;
    background-color: white;
    overflow-y: scroll;
}
.b-bottom {
    border-bottom: 1px solid #ccc;
}

.ratingToolTip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.ratingToolTip .bottom {
    min-width:200px; 
    top:40px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.ratingToolTip:hover .bottom {
    display:block;
}

.ratingToolTip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}
.progress-bar{
    background-color: #feb957 !important;
}

.ratingToolTip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.label-highlighter{
    padding: 15px;
    background: #D3E2E2;
}
.label-header{
     text-align: left;
     font-weight: 800;
     font-size: 18px;
}
body { 
    overflow-x: hidden;
    font-family: "Arial","Gill Sans", sans-serif;
}

@media only screen and (max-width: 600px) {
    .max-h-700px{
        min-height: 350px !important;
        max-height: 350px !important;
        top: 10%;
        margin-top: 10%;
    }
    .max-h-700px .modal-content{
        min-height: 330px !important;
        max-height: 330px !important;
    }
}

#videoResumeModal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic-column,
.pdf-url-column {
    width: 25%; /* Set equal width for both columns */
    word-wrap: break-word; /* Allow long URLs to wrap */
}
.see-more {
    color: #9c27b0;; 
    cursor: pointer;
    text-decoration: underline;
}
.small-modal {
    max-width: 400px; /* Adjust as needed */
    margin: auto; /* Center the modal horizontally */
}