/* style profile tabs  */
.card {
    margin-top: 11px;
}
.card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125); 
    margin-bottom: 30px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px !important; 
    -webkit-box-shadow: 0 0 20px rgb(8 21 66 / 5%);
    box-shadow: 0 0 20px rgb(8 21 66 / 5%); 
}
.card .card-body {
    padding: 30px 40px;
    background-color: rgba(0,0,0,0);
}
.h-100 {
    height: 100% !important;
}
.card .card-header {
    background-color: #fff;
    padding: 30px 40px;
    border-bottom: 1px solid #ecf3fa;
    border-radius: 15px; 
    position: relative;
}

.centerElm{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.sub-progress{ 
    position: relative;
    overflow: hidden;
    height: 19px; 
    background-color: #E74C3C;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
} 
.sub-progress-bar{
    width:0%;
    content:"";
    position: absolute; 
    left: 0;
    top: 0;
    height: 21px;
    font-size: 12px; 
    text-align: center; 
    background-color: #1abb9c; 
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); 
    transition-duration: .6s ;  
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

#myTabContent .header{
    display: flex;
    justify-content:center;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
#myTabContent .header > div {
    width:30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
} 
#myTabContent .header > div li{
    font-size: 15px;
}
#myTabContent .tdb-accordion-head {
    display: flex;
    justify-content:center;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
#myTabContent .tdb-accordion-head > div{
    width:25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}
#myTabContent .Chapter-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}



/* style profile tabs  */

/* skeleton effect   */
.skeleton-effect{
    background-color: #d9d9d9;
    position: relative;
    overflow: hidden;
}
.skeleton-effect::before{
  position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat; 
    background-size: 450px 400px;
    animation: shimmer 1s linear infinite;
}
@keyframes shimmer {
    0%{
      background-position: -450px 0;
    }
    100%{
      background-position: 450px 0;
    }
  }
.skeleton-line{
    background: #d9d9d9;
    border-radius: 10px;
    height: 13px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}
.profile_circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #d9d9d9;
    margin-bottom: 40px;
}
/* skeleton effect   */
  
/* style for analytics */
.analytics_Container{
    padding: 30px 19px 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.analytics_Container > .teacherDetailsDiv {
    width: 95%;
    min-width: 320px;
    max-width: 470px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid rgba(67, 67, 67, 0.24);
    padding-bottom: 15px
}
.analytics_Container > .studentDetailsDiv {
    width: 95%;
    min-width: 260px;
    max-width: 280px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid rgba(67, 67, 67, 0.24);
    padding-bottom: 15px
}
.analytics_Container .header{
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px; 
    cursor: pointer;
    align-items: center;
}
.analytics_Container .analytics_content{
    transition-duration: .3s;
    padding: 0px 20px;
    overflow: hidden;
    position: relative;
}
.analytics_Container .analytics_content:before {
    content: "";
    width: 98%;
    height: 2px;
    margin: 0px auto 10px;
    background-color: #E6E9ED;
    display: block;
}
.analytics_Container .header .teacherN{
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
    max-width:70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.analytics_Container .header .lastonline{
   font-size: 12px;
}

 



/* style for analytics */
.mb-0{
    height:auto !important;
}
.padding-5{
    padding-left:6px !important;
    padding-right:6px !important;
}
.syllabusData .ChapterNameCon{
    padding: 5px 10px;
    border: 2px solid #17a2b8;
    border-radius: 10px;
    position: relative;
    margin:5px 0; 
}
.syllabusData .ChapterNameCon.remove{
    animation: dlttr 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s 1 forwards !important;
}
.syllabusData .cross{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 10px;
    display: flex;
    cursor: pointer;
}
.syllabusData .ChapterName{
   width: 90%;
   display: block;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}

/* teacher credentials style  */
.teacherCredential_header,.teacherCredential_row{
    display: grid;
    grid-template-columns: 1fr auto 1.3fr auto;
    width: 100%;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    background-color: rgb(52 73 94 / 94%);
    color: white;
}
.teacherCredential_header div{
    padding: 0 10px;
}
.teacherCredential_container{
    border: 1px dashed #2a3f54;
    border-radius: 3px;
    padding: 5px 10px;
    min-height: 50vh;
    max-height: 80vh;
    overflow: auto;
}
.teacherCredential_row{
    padding:5px 10px;
    grid-gap: 5px;
    background:#fff;
    color:#2a3f54;
    animation-name:  fetch ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity: 0;
    transition-duration: .4s;
}
.teacherCredential_row div{
    border-right: 2px solid #fff;
    position: relative;
    padding: 0px 8px;
    box-sizing: border-box;
}
.teacherCredential_row:nth-child(odd){
    background:rgba(0,0,0,.05)
}
.teacherCredential_row .teacherCredentialPass{
   width: 100%;
   height: 100%;
   padding-right: 25px;
}
.teacherCredential_row .passEye{
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0px, -40%);
}
.teacherCredential_row  .share span{
    margin-right:6px;
    cursor: pointer;
}
#teacherCredential_search{
    max-width: 200px;
    width: 45%;
    display: inline-block;
    border-radius: 4px;
}
.search_teachers{
    padding: 5px;
    position: relative;
}
.search_teachers .downloadTeacher{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 14px;
    font-size: 25px;
    cursor: pointer;
    transition-duration: .3s;
}
.search_teachers .downloadTeacher:hover{
    opacity:0.8 ;
}
/* .subjects-box-group div{
} */

/* teacher credentials style  */
.hideIt{
    transform: scale(0.6);
    opacity: .4;
}
.hideItaprent{
    opacity: 0;
}
.marksLabel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
.marksLabel span{
    background: green;
    padding:5px 10px;
    color:#fff;
    border-radius:5px;
    margin-right: 5px;
}
.marksLabel span:first-child{
    background: #007bff;
}
.marksLabel span:last-child{
    background: #1abb9c;
}

.profile_span{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px;
        font-size: 27px;
        text-transform: capitalize;
        color: #fff;
        background: linear-gradient(18deg, #1abb9c 0%, #8944D7 100%) !important;
}
.profile_span_s{
display: inline-block;
text-align: center;
line-height: 29px;
width: 29px;
height: 29px;
border-radius: 50%;
margin-right: 10px;
background:  linear-gradient(18deg, #1abb9c 0%, #8944D7 100%) !important;
color: #fff;
text-transform: capitalize;
}
.support{
    width:90%;
    max-width: 550px;
    margin:20px auto;
}
.fetchup{
    animation-name:  fetchup ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity:0;
}
li.fetchup{
    animation-name:  fetchup ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity:0;
}
/* grid pages  */
.subcatagory{
    box-shadow: 2px 1px 4px 1px #1b1b1b91;
    width: 150px;
    height: 150px;
    min-width: 150px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
/* background-color:#d1b5ab; */
.subcatagory a{
    display: block;
    color:rgb(0, 0, 0);
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 600;
}
.subcatagory img{
    width: 85%;
    margin-bottom: 10px;
}

/* grid pages  */

/* assign marks to class form style  */
 #select_examType{
    display: flex;
 }
 #select_examType div{
     text-align: center;
 }
 /* assign marks to class form style  */

#AllSubContainer p{
    width: 100%;
    text-align: center;
    font-size: 20px;
}
/* toggle button css  */
a{
    text-decoration:none !important;
}
#ChaptertestMarks .invalid::after {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
}
#addExamMarks .invalid::after {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
}
.forgetPass{
    position: relative;
}
.forgetPass.invalid::after {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
.forgetPass.invalid input{
    border: 1px solid #dc3545 !important;
}

input[type="checkbox"].attendancetoggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
  }
  input[type="checkbox"].attendancetoggle + label {
    height: 30px; 
    background-color: #ccc;
    padding: 0px 8px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer; 
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  }
  input[type="checkbox"].attendancetoggle + label:before, input[type="checkbox"].attendancetoggle + label:hover:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 35px;
    height: 26px;
    background: #fff;
    z-index: 2; 
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
  input[type="checkbox"].attendancetoggle + label .off, input[type="checkbox"].attendancetoggle + label .on {
    color: #fff;
  }
  input[type="checkbox"].attendancetoggle + label .off {
    margin-left: 46px;
    display: inline-block;    
    padding-top: 3px;
  }
  input[type="checkbox"].attendancetoggle + label .on {
    display: none;
  }
  input[type="checkbox"].attendancetoggle:checked + label .off {
    display: none;   
  }
  input[type="checkbox"].attendancetoggle:checked + label .on {
    margin-right: 46px;
    display: inline-block;    
    padding-top: 3px;
  }
  input[type="checkbox"].attendancetoggle:checked + label, input[type="checkbox"].attendancetoggle:focus:checked + label {
    background-color: #67a5ec;
  }
  input[type="checkbox"].attendancetoggle:checked + label:before, input[type="checkbox"].attendancetoggle:checked + label:hover:before, input[type="checkbox"].attendancetoggle:focus:checked + label:before, input[type="checkbox"].attendancetoggle:focus:checked + label:hover:before {
    background-position: 0 0;
    top: 2px;
    left: 100%;
    margin-left: -38px;
  }
#totalMarks,.inputControll{
    width: 55px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 3px #2a3f54;
}
/* attendancetoggle button css  */
/* login form  */
.wrapper{
    min-height:50vh;
}
/* assign subject   */
.assignSubjectContainer{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    padding:30px 19px 150px;
}

.subBox{
    width: 15%;
    min-width: 200px;
    min-height:180px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    /* overflow: hidden; */
    padding:none;
    position: relative;
    animation-name:  fetch ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity:0;
}
.subBox .header{
  background:#2a3f54;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
}
.subBox .content{
  min-height:130px;
  max-height: 150px;
  overflow:auto;
  padding:2px 8px;
}
.subBox .content .teacherSName{
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  padding:5px 7px ;
  font-size: 14px;
  border-radius: 5px;
  margin: 8px 0px;
  font-weight: 600;
  position: relative;
  transition: 0.3s ;
  animation-name:  fetch ;
  animation-duration:.3s;
  animation-iteration-count: 1;
  
}
.subBox .content .teacherSName.remove{
    opacity: .3;
    transform: translate(-220px, 0px);
}

.subBox .content .teacherSName .cross{
    position: absolute;
    top: 55%;
    right: 5px;
    transform: translate(0px,-50%);
    color: #172d44;
    cursor: pointer;
}
.subBox .footer select{
    border-radius: 0 0 5px 5px;
    background-color: #2a3f54;
    color:#fff;
}
.teacher-custom-select{
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: transform 0.3s linear;
    
}
.teacher-custom-select .select-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.35rem 0.375rem 1.35rem;
    user-select: none;
}
.teacher-custom-select .select-btn i{
    font-size: 24px;
    transition: transform 0.3s linear;
}
.teacher-custom-select .Custom-content{    
    max-height: 200px;
    padding: 15px 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 5px 25px 1px rgb(0 0 0 / 15%), 0px 0px 5px 0px rgb(0 0 0 / 50%);
    animation-name:  fetchupselect ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity:0;
}
.teacher-custom-select .search{
    position: relative;
}
.teacher-custom-select .search input{
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding: 3px 20px 3px 36px;
    border: 1px solid #B3B3B3;
    margin-bottom:5px;
}
.teacher-custom-select .search i{
    position: absolute;
    top: 47%;
    left: 15px;
    color: #999;
    font-size: 15px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
}
.teacher-custom-select .Custom-content ul {
    margin-top: 10px;
    max-height: 130px;
    overflow-y: auto;
    padding-left: 5px;
}
.teacher-custom-select .Custom-content ul li{
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
    padding: 0 13px;
    font-size: 16px;
    transition-duration:  0.2s ;
}
.teacher-custom-select .Custom-content ul li span{
    width:100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.teacher-custom-select .Custom-content ul li:hover{
    border-radius: 5px;
    background: #f2f2f2;
}

@keyframes fetchupselect {
    from {opacity: 0;transform: translateY(-15px);}
    to{opacity: 1;transform: translateY(0px);}
}

.Custom-content .options::-webkit-scrollbar {
    width: 7px;
}

.Custom-content .options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.Custom-content .options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.Custom-content .options::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

/* assign subject   */
/* copy subject  */
.fetchedsubjects_header,.subjects-box-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    background-color:rgb(52 73 94 / 94%);
    color: white;
}
.fetchedsubjects_header label {
    margin: 0;
}
#fetchedsubjects{
    border: 1px dashed #2a3f54;
    border-radius:3px;
    padding:5px 10px;
    max-height: 220px;
    overflow: auto;
}
.subjects-box-group{
    padding:5px 10px;
    background:#fff;
    color:#2a3f54;
    animation-name:  fetch ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity: 0;
}
.subjects-box-group:nth-child(odd){
    background:rgba(0,0,0,.05)
}
.subjects-box-group label{
    user-select:none;
    margin: 0;

}
/* copy subject  */
/* copy chapter  */
.fetchedchapter_header,.chapter-box-group{
    display: grid;
    grid-template-columns: 0.2fr 1.2fr 0.7fr 0.7fr;
    gap:4px;
    width: 100%;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    background-color:rgb(52 73 94 / 94%);
    color: white;
    font-size: 13px;
}
.chapter-box-group > div{
    border-right: 2px solid #fff;
}
/* .chapter-box-group input:not(.chapter-box-group input[type="checkbox"]) {
   width:100%;
} */
.fetchedchapter_header label {
    margin: 0;
}
#fetchedChapters{
    border: 1px dashed #2a3f54;
    border-radius:3px;
    padding:5px 10px;
    max-height: 55VH;
    overflow: auto;
}
.chapter-box-group{
    padding:5px 10px;
    background:#fff;
    color:#2a3f54;
    animation-name:  fetch ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity: 0;
}
.chapter-box-group:nth-child(odd){
    background:rgba(0,0,0,.05)
}

/*  copy chapter  */

html {
    scroll-behavior: smooth;
  }  
.errorlabel{
    color:#dc3545;
    font-weight: bold;
    animation: shake .5s 1;
    text-align: center;
}
.errorlabel .swal-icon{
    margin-top: -5px !important;
}
.successMsg{
    color:#26B99A !important;
}
@keyframes shake{
    0%{
      transform: translateX(-25px);
    }
    25%{
      transform: translateX(25px);
    }
    50%{
     transform: translateX(-8px);
    }
    75%{
     transform: translateX(8px);
    }
    100%{
    transform: translateX(0px);
    }
}
@keyframes fetch {
    from {opacity: 0;transform: translate(-220px, 0px);}
    to{opacity: 1;transform: translate(0px, 0px);}
}
@keyframes fetchup {
    from {opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to{opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.invalid{
    border: 1px solid #dc3545 !important;
    position: relative;
}
td.last{
    width:17%;
}
.clsstbl tr td:last-child {
    width:35% !important;
}

td.first{
    width:5%;
}
.table-btn{
    display: inline-block;
    padding: 4px 7px;
    border-radius: 6px;
    margin-right: 2px;
    margin-top: 2px;
    font-size: 14px;
}
.tbl_action_btns{
    display:flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.disabled-btn{
    cursor:not-allowed;
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.formContainer{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    background-color:rgb(0 0 0 / 30%);
    padding-bottom:50px;
}

.addTeacher{
    max-width: 650px;
    width: 95%;
    margin: 10px auto;
    animation: pop .5s  1  linear;
    border-radius: 5px;
}
/* passs word field     */
.passCont{
    display: flex;
}
#passpass{
    width: 80%;
}
.passbtn{
    min-width: 45px;
    width: 10%;
    cursor: pointer;
}
.passbtn:focus{
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}


@keyframes pop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.althidy{
    display: none !important;
}
@media (min-width: 770px) {

    .student_profile,.teacher_profile{
        position: sticky;top: 0;
    }

}

@media (max-width: 778px) {

    td.first{
        width:3%;
    }
    .table-btn{
        margin-top: 5px;
    }
    .table-btn{
        font-size: 13px;
    }
    .student_profile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
    .teacher_profile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
    
    }

@media (max-width: 658px) {
    
#datatable-buttonss_wrapper .col-6{
    width:100%;
 }
#datatable-buttonss_filter input{
    width:60%;
 }
 #select_examType{
    display:block;
    margin:auto;
    width: 60%;
 }
 
input[type="search"]{
    width: 60% !important;
}
.hidy{
    display: none !important;
}

.althidy{
    display: inline-block !important;
}

.assignSubjectContainer{
    justify-content:center;
}

.quick_link_wrapper{
    grid-gap:10px !important;
    padding:3px 15px 8px !important;
}
.quick_link{
    padding:8px 13px;
    font-weight: 600;
    font-size: 13px;
    background-color:red
}
.subcatagory a {
    font-size: 15px;
}
.marksLabel{
    top: 80%;
    width: 100%;
    text-align: center;
    transform:translate(-50%,-5%);
}
.marksLabel span{
    background: green;
    padding:3px 5px;
    font-size: 12px;
    color:#fff;
    border-radius:5px;
    margin-right: 5px;
}
/* editing graph div  */
.dashboard_graph{
    overflow:auto;
}
.Students_graph,.Students_graph_col{
    width: 250vw;
    max-width: 200%;
    overflow: auto;
}
.teacherCredential_header{
   display:none;
}
.teacherCredential_row{
   grid-template-columns: 1fr;
}
.teacherCredential_row div{
    border: none;
    border-bottom: 2px solid #fff;
    padding:5px;
    text-align:right;
    position:relative;
    display:flex;
    justify-content:flex-end; 
    box-sizing: border-box;}
.teacherCredential_row div:before{
    content:attr(data-label);
    position: absolute;
    left:0;
    top: 50%;
    transform:translate(0,-50%);
    width:50%;
    padding-left:5px;
    font-weight:bold;
    font-size: 14px;
    text-align:left;
  }
  .teacherCredentialPass{
    width: 60% !important;;
  }
  
   /* copy chapters style  */
   /* .fetchedchapter_header,.chapter-box-group{
    display: grid;
    grid-template-columns: 0.2fr 1.2fr 0.7fr 0.7fr;
    gap:4px;
    width: 100%;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    background-color:rgb(52 73 94 / 94%);
    color: white;
    font-size: 13px;
}
.chapter-box-group > div{
    border-right: 2px solid #fff;
}
.chapter-box-group input {
    width:100%;
}
.fetchedchapter_header label {
    margin: 0;
}
#fetchedChapters{
    border: 1px dashed #2a3f54;
    border-radius:3px;
    padding:5px 10px;
    max-height: 220px;
    overflow: auto;
}
.chapter-box-group{
    padding:5px 10px;
    background:#fff;
    color:#2a3f54;
    animation-name:  fetch ;
    animation-duration:.3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity: 0;
}
.chapter-box-group:nth-child(odd){
    background:rgba(0,0,0,.05) 
}*/
   /* copy chapters style  */
/* style personal profile  */
 #myTabContent .Chapter-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
#myTabContent .header {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
#myTabContent .header > div {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}

#myTabContent .tdb-accordion-head {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

#myTabContent .tdb-accordion-head > div {
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}
/* style personal profile  */
}

/* style personal profile  */

@media (max-width: 532px) {

    #myTabContent .header { 
        flex-direction: column;
        gap: 0px; 
    }
    #myTabContent .header > div {
        width: 90%; 
        margin: 0 auto;
    }
    
    #myTabContent .tdb-accordion-head { 
        flex-direction: column;
        gap:0px; 
    }
    
    #myTabContent .tdb-accordion-head > div {
        width: 90%; 
        margin: 0 auto;
    }



}

/* style personal profile  */


.responsive_name{
    max-width:65%
}
@media (max-width: 378px){
.responsive_name_a{
    display:flex;
    justify-content: flex-end;
}
.responsive_name{
    max-width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
    text-align: right;
    padding-left:5px;
    }
    .teacherCredential_row div span{
        display: inline-block;
        max-width: 130px;
    }
}

/* assign subjects to teachers  */
@media (max-width: 488px) {
    
    #datatable-buttonss_wrapper .col-6{
        width:100%;
     }
    #datatable-buttonss_filter input{
        width:60%;
     }
     .assignSubjectContainer{
        /* display: grid; */
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding:30px 0;
    }
    #AllSubContainer{
        display: grid;
        grid-template-columns: 1fr ;
        gap: 15px;
        padding:30px 0;
    }
    /* #AllSubContainer p {
        width: 200%;
    } */
     .subBox{
        width: 90%;
        min-width: 150px;
        max-width: 260px;
        min-height:50px;
        margin: 10px auto;
    }
    .analytics_Container {
        padding: 30px 10px 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .analytics_Container > .studentDetailsDiv { 
        max-width: 90% !important;
    }
            
    }
/* assign subjects to teachers  */
@media (max-width: 328px){
    .responsive_name{
        max-width: 52%;
        }
    }

/* Table classes    */
.late_complete{
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}
.on_time{
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
}
/* // scrollbar   */
body::-webkit-scrollbar {width: 16px;height:5px}
body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(128, 128, 128, 0);box-shadow: inset 0 0 5px rgba(128, 128, 128, 0); border-radius: 0px;background:rgb(230, 230, 230)}
body::-webkit-scrollbar-thumb {background: #2a3f54;border: 4px solid rgb(230, 230, 230);height: 56px;border-radius: 8px;
}
body::-webkit-scrollbar-thumb:hover {background: #a1a1a1; }
/* // scrollbar   */

@media (min-width: 628px){
    .sub_container::-webkit-scrollbar{height:10px}
    .sub_container::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(128, 128, 128, 0);box-shadow: inset 0 0 5px rgba(128, 128, 128, 0); border-radius: 0px;background:rgb(230, 230, 230)}
    .sub_container::-webkit-scrollbar-thumb {background: #2a3f54; border: 3px solid rgb(230, 230, 230);height: 56px;border-radius: 8px;
    }
    }
  .syllabusData{
      border-radius: 5px;
      border: 2px dashed;
      padding:5px;
      margin-bottom: 5px;
  }  

 /* responsive table   */
 /* responsive table   */
 .tdb-table-responsive{
    width: 100%;
    border-collapse: collapse;
  }
  /* .tdb-table-responsive thead{
     background-color:#ee2828; 
  
  } */
  .tdb-table-responsive thead tr th{
    font-size: 14px;
    font-weight: 600;
    letter-spacing:0.35px;
    /* color:#fff; */
    opacity: 1;
    padding:12px;
    vertical-align:top;
    /* border:1px solid #dee2e685; */
  }
  .tdb-table-responsive tbody tr td{
    /* font-size: 14px; */
    letter-spacing:0.35px;
    /* color:#f1f1f1; */
    padding:8px 15px;
    /* border:2px solid #dee2e685; */
    text-align:center;
    /* background-color:#3c3f44; */
  }
  .table-responsive{
      overflow:hidden !important;
  }
  @media (max-width:850px){
     table.jambo_table{
         border:none !important;
     }
      #datatable-buttonss_wrapper{
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
        height: auto !important;
      }
      .dataTables_wrapper{
          overflow: hidden !important;
          height: auto !important;
          padding-left: 1px !important;
          padding-right: 1px !important;
      }
    .tdb-table-responsive thead{
      display: none;
    } 
    .tdb-table-responsive , .tdb-table-responsive tbody , .tdb-table-responsive tr ,.tdb-table-responsive td{
        display: block;
        width: 100% !important; 
    }
    .tdb-table-responsive tr{
      margin-bottom:15px;
    }
    .tdb-table-responsive tr{
        border:2px solid #dee2e685;
    }
    .tdb-table-responsive tbody tr td{
      text-align:right;
      position:relative;
      display:flex;
      justify-content:flex-end; 
      box-sizing: border-box;
    }
    .tdb-table-responsive tbody tr td div{
        margin-right: 5px;
    }
    .tdb-table-responsive tbody tr td input{
        width:50%;
    }    
    .tdb-table-responsive tbody tr td:last-child:not(.td-right){
        text-align:center;
        justify-content:center;
        align-items: center;
        vertical-align:middle;
      }
    .tdb-table-responsive tbody tr td:before{
      content:attr(data-label);
      position: absolute;
      left:0;
      top: 50%;
      transform:translate(0,-50%);
      width:50%;
      padding-left:15px;
      font-weight:bold;
      font-size: 14px;
      text-align:left;
    }
    .clsstbl tr td:last-child {
        width: 100% !important; 
       }
    .hidy2{
        display: none !important;
    }
    
.on_time  td{
    border-top: 1px solid #ffffff !important;
}

.late_complete td{
    border-top: 1px solid #ffffff !important;
}
   
  }
.paginate_button a{
    padding: 8px 12px !important;
    background: #fff !important;
    border: 1px solid #dddddd;
}
.paginate_button:first-child a{
    border-radius: 4px 0 0 4px;
}
.paginate_button:last-child a{
    border-radius: 0px 4px 4px 0px;
}
.paginate_button.active a{
    background: #2a3f54 !important;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 5px 0 !important;
}
.delet_tr{
   animation: dlttr 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s 1 forwards !important;
}
@keyframes dlttr {
    0%{ opacity: 1;
        transform: translate(0px, 0px);
    }
    15%{
        transform: translate(-100px, 0px);
    }
    100%{
        opacity: .7;
        transform: translate(130%, 0px);
    }
}
 /* responsive table   */
 /* responsive table   */

/* home page css  */

.page-header {
    border: 1px solid #D5DBE1;
    padding: 11px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 40px;
    background:#fff;
}
.page-title {
    color: #000;
    padding-left:10px;
    border-left: 5px solid;
    border-style: solid;
    border-width: 0;
    border-left-width: 5px;
    border-image: linear-gradient(180deg, #2FDF84 0%, #8944D7 100%) 1;
}
.page-header .row {
    align-items: center;
}
.page-header .breadcrumb li+li:before {
    padding: 0px 10px ;
    color: #373D3F;
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: 900;
}
.page-header .breadcrumb {
    border-radius: 4.25rem !important;
    background: none;
}
.page-header .activeLink {
 color: #1abb9c !important;
}
.page-header h5 {
    font-weight: 700;
    color: #333; 
    font-size: 22px;
}

.dash-widget {
    background-color: #fff;
    border: 1px solid #d5dBe1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    box-shadow: 0 6px 15px rgb(36 37 38 / 8%);
}

.dash-widget5 {
    display: flex;
    min-height: 90px;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.dash-widget6{
    min-height: 90px;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.dash-widget6 h3{
    color: #111111;
    font-weight: 500;
    margin: 0;
    font-size: 22px;
    position: relative;
}
 .pulse{position: relative;}
 .pulse::after{
    content: "";
    background: #25bf25;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 0 0 rgb(0 0 0);
    transform: scale(1);
    animation: green_pulse 2s infinite;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
}
 .red-pulse::after{
    background: #c2130a;
    animation: red_pulse 2s infinite;

}
.yellow-pulse::after{       
    background: #eed202;
    animation: yellow_pulse 2s infinite;
}
.grey-pulse::after{       
    background: #73879c;
    animation: grey_pulse 2s infinite;
}

@media only screen and (max-width: 767.98px){
    .page-header .breadcrumb {
        display: none;
    }
    }
.quick_link_wrapper{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    padding:5px 20px 10px ;
}
.quick_link{
    position: relative;
    box-shadow: 0 4px 11px 0px rgb(36 37 38 / 49%);
    /* box-shadow: 1px 2px 5px 0px rgb(36 37 38 / 49%); */
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    padding:8px 13px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.25s ease-in;
    cursor: pointer;
    background:#fff;
}
.quick_link span ,.quick_link img{
    z-index:5;
} 
.quick_link:hover{
    color: #fff;
}
.quick_link .effect{
    position: absolute;
    top: 0;
    left:100%;
    width:100%;
    height:100%;
    background:linear-gradient(18deg, #1abb9c 0%, #8944D7 100%);
    z-index: 1;
    transition: all 0.25s ease-in;
}
.quick_link:hover .effect{
    left:0;
    animation: quick_link_anime 0.5s 1 ;
}
@keyframes quick_link_anime {
    0%{
       left: -100%; 
    }
    100%{
       left: 0; 
    } 
}

.dash-widget6 .student-report{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dash-widget6 .student-report:before {
    content: "";
    height: 58px;
    width: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translateX(-50%)
}
.dash-widget6 .student-report .student-count{
    position: relative;
}
.dash-widget6 .student-report .student-count:after {
    content: "";
    height: 6px;
    width: 49px;
    border-radius: 6px;
    position: absolute;
    top: -18px;
    left: 0;
}
.dash-widget6 .student-report .student-count .item-title{
    font-size: 14px;
    color: #989898;
    margin-bottom: 2px;
}
.dash-widget6 .student-report .student-count .item-number {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
}
.dash-widget6 .student-report .pseudo-bg-female:after{
    background-color: #ff718f;
}
.dash-widget6 .student-report .pseudo-bg-male:after{
    background-color: #48aaed;
}
.dash-widget6  .pie{
    padding: 8px 0 50px;
    display: flex;
    justify-content: center;
}
.DashBoardReport {
    font-size:14px;
    padding-top:20px;
}
.DashBoardReport_row{
    max-height: 394.941px;
    overflow-y: auto;
}
.DashBoardReport .reportrow{
   display: grid;
   grid-template-columns: 1fr .8fr 0.6fr 0.7fr;
   padding: 8px;
   margin: 1px 0;
   align-items: center;
}
.DashBoardReport .reportheader{
    align-items: center;
    background-color: rgb(52 73 94 / 94%);
    color: white;
    border-radius: 8px 8px 0 0;
}
.DashBoardReport .reportrow:nth-child(even){
    background-color:#ededed;
}
.DashBoardReport .reportrow div{
    box-sizing: border-box;
    padding:0 5px;
}
.DashBoardReport .reportrow .name{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@keyframes pulse {
    0% {
        transform: scale(0.65);
        box-shadow: 0 0 0 0 rgb(0 0 0 / 70%);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(0 0 0 / 0%);
    }
    100% {
        transform: scale(0.65);
        box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    }    
}
@keyframes green_pulse {
    0% {
        transform: translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(37, 191, 37, 0.71);
    }
    70% {
        transform: translate(0px, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(37, 191, 37, 0.05);
    }
    100% {
        transform: translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(37, 191, 37, 0);
    }    
}
@keyframes red_pulse {
    0% {
        transform:translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(186, 0, 0, 0.7);
    }
    70% {
        transform: translate(0px, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(186, 0, 0, 0.05);
    }
    100% {
        transform: translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(186, 0, 0, 0);
    }    
}

@keyframes yellow_pulse {
    0% {
        transform:translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(238, 210, 2, 0.7);
    }
    70% {
        transform: translate(0px, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(238, 210, 2, 0.05);
    }
    100% {
        transform: translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(238, 210, 2, 0.0);
    }    
}

@keyframes grey_pulse {
    0% {
        transform:translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(115, 135, 156, 0.7);
    }
    70% {
        transform: translate(0px, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(115, 135, 156, 0.05);
    }
    100% {
        transform: translate(0px, -50%) scale(0.65);
        box-shadow: 0 0 0 0 rgba(115, 135, 156, 0.0);
    }    
}


/* home page css  */
.title_link{
    cursor: pointer;
}

/* HOD style   */
.subjects_container{
    width:100%;
    height:100%;

}
.subjects_container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    margin: 12px 0;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-top: 0;
}
.subjects_container ul li{
    color: #333;
    margin: 4px 3px;
    list-style: none;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 5px 8px 5px 10px;
    border: 1px solid #e3e1e1;
    font-size: 15px;
}
.subjects_container ul li i {
    color: #808080;
    margin-left: 8px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
}
.subjects_container ul .subjects_list{
    flex: 1;
}
.subjects_container ul select {
    padding: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    min-width: 150px;
}
.subjects_list{
    position: relative;
}
.subjects_container .details {
    justify-content: space-between;
    display:flex;
}
.subjects_container .details button {
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 5px;
    background: #5372F0;
    transition: background 0.3s ease;
}
.HODContainer{
    padding: 30px 19px 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.HODContainer > div{
    width:95%;
    min-width: 320px;
    max-width: 480px;
}
/* accordion  */

.tdb-accordion {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid rgba(67, 67, 67, 0.24);
}
.tdb-accordion-header {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: redg;
    cursor: pointer;
    align-items: center;
}
.tdb-accordion-header .tdb-accordion-title {
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
}
.tdb-accordion-header .pulse::after{
    left: -2px;
    height: 11px;
    width: 11px;
}
.tdb-accordion-header i {
    transition-duration: .3s;
}
.tdb-accordion-container {
    height: 0;
    min-height: 0px;
    transition-duration: .3s;
    padding: 0px 13px;
    overflow: hidden;
    position: relative;
}
.tdb-accordion-container:before {
   content: "";
   width:98%;
   height:2px;
   margin: 0px auto 10px;
   background-color: #E6E9ED;
   display: block;
}
.tdb-accordion-header.active i {
    transform: rotate(180deg);
    transition-duration: .3s;
}
.tdb-accordion.actived .tdb-accordion-container {
    height: 50px;
    padding: 0px 15px;
    transition-duration: .3s;
}
/* accordion  */
.subjectUlList{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.subjectUlList li{
   display: flex;
   justify-content: space-between;
   margin:5px 0;
   font-size: 14px;
   transition-duration: 0.3s;
   padding-left: 3px;
   padding-right: 3px;
   border-radius: 4px;
}
.subjectUlList li:hover{
    background-color: rgba(142, 251, 186, 0.177);
}
.subjectUlList li i{
    margin-right:5px;
}
.UlListtitle{
    font-weight: 600;
}
.subjectdetails{
 display: flex;
 justify-content:center;
 align-items:center;   
}
.liColor{
    position: relative;
}

@media only screen and (max-width: 991px){
    .subjectdetails{
        padding-top:20px;
    }
    .HODContainer {
        padding: 37px 0px 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}







 /* loader animation */
 .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2A3F54;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
 /* loader animation */
 
.pulse-btn{position: relative;overflow: hidden;}
.pulse-btn span.btn-pulse{
    position: absolute; 
    transform: translate(-50%, -50%);    
    background: rgba(255,255,255,.4);
    background: -webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
    background: -o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
    background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%); 
    border-radius: 50%;
    animation-name: expend;
    animation-duration:0.9s;
    animation-timing-function: ease-out;
}
.blue-pulse-btn span.btn-pulse{ 
    background:rgba(0, 159, 251, 0.235); 
}
/* animation  */
@keyframes expend{
    0%{
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100%{
        width: 500px;
        height: 500px;
        opacity:0.2;
    }
}
/* animation  */
/* // design Rank icon   */
.profile_rank{
    display: block;
    position: absolute;
    z-index: 9999;
    left: 125px; 
}
.gold-rank img{
    width: 60px;
}
.gold-rank .rank{
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    left: 24px;
    top: 3.6px;
    color: #f8e837;
    text-shadow: 0px 1px 0px #000, 0px -1px 0px #000, 0px -2px 0px #000, 0px 2px 1px #000, 2px 0px 0px #000, -2px 0px 0px #000;
}
.normal-rank img{
    width: 60px;
}
.normal-rank .rank{
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    left: 23px;
    top: 6px;
    color: #ffffff;
}
.two-digit img{
    width: 75px;
}
.two-digit .rank{
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 24.8px;
    top: 16px;
    color: #ffffff;
}
.two-digit.analytics_rank .rank{
    top: 15px;
    left: 25.4px;
}
.analytics_rank{ 
    left: -20px;
    top: -15px;
}
.na-btn{
    position:absolute;
    right:0;
    top:36px; 
}

/* // design Rank icon   */
/* set switch  */
.tdb-switch {
    width: 50px;
    height: 22px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px
}
.tdb-switch-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 1;
    border: none;
}

.tdb-switch-btn:before {
    content: "";
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #fff;
    border: 2px solid #505050;
    width: 45px;
    height: 24px;
    border-radius: 15px;
    transition: background .3s ease;
}

.tdb-switch-btn:after {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 4px;
    left: 3px;
    width: 17px;
    height: 16px;
    border-radius: 50%;
    transition: transform .2s ease;
    background-color: #505050;
    border: 5px solid #505050;
}

.tdb-switch-btn:checked:before {
    background-color: #007cba;
    border: 9px solid transparent;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.tdb-switch-btn:checked:after {
    background-color: #fff;
    border-width: 0;
    transform: translateX(23px);
}

.tdb-switch-label {
    cursor: pointer;
    user-select: none;
    width: 50px;
    height: 25px;
    position: relative;
    display: inline-block;
    right: -100%;
    font-family: 'Glyphicons Halflings';
    color: #6494cc !important;
    font-weight: 600;
}

.tdb-switch-label::before {
    content: attr(data-unchecked);
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -59%);
    left: 5px;
}
.tdb-switch-btn:checked~.tdb-switch-label::before {
    content: attr(data-checked);
}
/* switch  */
/* pre loader  */
.preloader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.preloader .preloader-icon {
    /* border: 6px solid #eeeeee; */
    border: 6px solid #fff;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}
/* pre loader  */
.form-control {
    /* box-shadow: none; */
    padding: 0.469rem 0.75rem;
    border-color: #e0e0e0;
    font-size: 14px;
    min-height: 40px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 25%);
    border-radius: 0.25rem;
}