/* @import "../plugins/simple-line-icons/simple-line-icons.min.css"; */
@import "../plugins/font-awesome/css/font-awesome.min.css";
@import "../plugins/font-awesome6/css/all.css";
/* <!--bootstrap --> */
@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/summernote/summernote.css";
/* <!-- morris chart --> */
@import "../plugins/morris/morris.css";
/* <!-- Material Design Lite CSS --> */
@import "../plugins/material/material.min.css";
@import "./material_style.css";
/* <!-- animation --> */
@import "../css/pages/animate_page.css";
/* <!-- Template Styles --> */
@import "../css/plugins.min.css";
@import "../css/style.css";
@import "../css/responsive.css";
@import "../css/theme-color.css";
@import "../plugins/datatables/plugins/bootstrap/datatables.bootstrap.css";
@import "../plugins/iconic/css/material-design-iconic-font.min.css";
@import "../css/pages/extra_pages.css";
@import "../css/loader.css";

@media print {
    * {
      color-adjust: exact !important;
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
    }
    *,
    *:before,
    *:after,
    *:first-letter {
        color: unset !important;
    }
    .bg-cg-yale-blue{
        background-color: #40589E !important;
        border: #40589E !important;
    }
    .bg-cg-picton-blue{
        background-color: #57C2EC !important;
        border: #57C2EC !important;
    }
    .bg-cg-bitter-lemon{
        background-color: #CFCC0B !important;
        border: #CFCC0B !important;
    }
    .bg-cg-dove-gray{
        background-color: #726A68 !important;
        border: #726A68 !important;
    }
    .bg-cg-apple-green{
        background-color: #5FB13F !important;
        border: #5FB13F !important;
    }
    .bg-cg-deep-magenta{
        background-color: #9F2D70 !important;
        border: #9F2D70 !important;
    }
    .bg-cg-pumpkin-orange{
        background-color: #EE5C32 !important;
        border: #EE5C32 !important;
    }
    .bg-cg-fire-engine-red{
        background-color: #CA2524 !important;
        border: #CA2524 !important;
    }
    .career_guidance_circle {
        width: 100px !important; /* Set width and height to create a square */
        height: 100px !important;
        border-radius: 50% !important; /* Make it a circle */
    }
    .print-button{
        display: none !important;
    }
    .cg-content {
        min-height: 225px !important;
    }
    .career-guidance{
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 225px !important;
        height: 225px !important;
        margin-bottom: 10px !important;
    }
    .h-100{
        height: auto !important;
    }
    .w-75 {
        width: 90% !important;
      }
    .users-report-header{
        margin-top: 30px;
    }
    /* .row{
        display: block !important;
    } */
    .print-container {
        page-break-inside: avoid;
    }
    .brain-activity{
        color: #fff !important;
        
    }
    .sub-category {
        color: #fff !important;
    }
    .users-report-card-head{
        margin-bottom: 14px !important;
    }
  }

.classtitlebtn {
    padding: 0px;
    width: 115px;
}
.UserTable {
    width:120px;
}
.MuiSelect-selectMenu{
    color:#000000 !important;
}
.gradeTableScroll {
    overflow-x: scroll !important;
    height: 420px !important;
}
.menuNameList {
        color: #b4b6bd;
        border-bottom: none;
        display: block;
        position: relative;
        margin: 0;
        padding: 17px 15px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
}
.sub-menu_none {display:none}
.sub-menu_block {display:none}
.menuNameList i {
    margin-right: 10px;
}

.schoolnametop {
    margin-top:10px;
}
td {cursor: context-menu !important;}
.padding15 {
    padding-top:10px;
}
.padding4 {
    padding-top:4px;
}
.todayAttendanceName {
    width:15%;
}
.selecttag {
    color:#cccccc;
}
.lineChartLabel {
    text-decoration: line-through;
    color:#cccccc;
}
.subMenuList {
    color:#ffffff !important;
}
.subjectbox{
    background: #dadada;
    border-radius: 10px;
}
.subjectboxtitle{
    background: #57bb8a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.subjectboxtitleNot{
    background: #f5ce62;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.subjectboxtitleAbsentees{
    background: #e5926b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.subjectboxtitleInccort{
    background: #dd776e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.subjectboxbg {
    background: #f7f7f7;
}
.topBox{
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.lineChartLabelnormal {
    text-decoration: none;
}
.feedbackcharbar {
    color:#757575;
    font-size:12px;
}
.height265{
height:265px !important;
}
.min-height265{
    min-height:265px !important;
    }
.height300{
    height:550px !important;
    }
    .height337 {
        height: 337px !important;
    }
.loadingCommon {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
  }
  
  @-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  .boxsize {
    padding: 4px;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    font-size: 10px;
  }
  .max-height-scroll{
    max-height: 420px;
    overflow: auto;
    width: 800px;
  }
  td.academicGrade {
    border: 1px solid #ffffff;
}
td.academicGradeTitle.text-center {
    border: 1px solid #ffffff;
}
 .tagcolor{
    font-size: 12px;
    color: #fb0000;
 }
 .studentNameListbox{
     height:550px !important;
 }
.imageUploadRemove .fa{
    color: #f44336;
    font-size: 16px !important;
    padding-top: 3px;
    background: #fffcfccc;
    padding: 6px;
    border-radius: 25px;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    top: -10px;
    position: relative;
    left: -17px;
}
.width100 {
    width:100% !important;
}
.ARheight {
    height: 265px;
}
button.close {
    background: #ffffff !important;
    width: 20px;
    height: 20px;
    position: relative;
    left: 5px;
    top: -20px;
    /* bottom: 9px; */
    opacity: 1;
    border: 1px solid #cccccc !important;
}
.clickMenuList:hover {
    color:#ffffff !important;
}
.close span {
    position: absolute;
    top: 5px;
    left: 7px;
}
.colorCodeCenter {
    margin: auto 0 0 25%;
}
.labelChart{
    padding: 6px;
    width: 100% !important;
    font-size: 11px;
    border-radius: 41px;
    font-weight: bold;
    /* margin-bottom: 15px; */
}
.labelChartMainDiv{
    position: absolute;
    left: 10px;
    top: 155px;
    width: 180px;
    float: left;
}

.attendance-container {
    display: flex;
    overflow: auto;
  }
  .attendance-flex-container {
    display: flex;
    flex-wrap: no-wrap;
    
  }
  .minwidth{min-width: 100px;}
  .height60{height: 60px;}
  .attendance-flex-scroll {
    display: flex;
    flex-wrap: nowrap;
    width: 99%;
  }
  
  .attendance-box {
    width: 75px;
    height: 75px;
  }
  
  .attendance-box:nth-child(3n-2) { background-color: #EF5350; }
  .attendance-box:nth-child(3n-1) { background-color: #2E7D32; }
  .attendance-box:nth-child(3n) { background-color: #03A9F4; }
  .width1Table{width: 35%;}

  .paddingcommon {
      padding:9px !important;
  }
.labelChartMainDivRight {
    position: absolute;
    right: 10px;
    top: 54px;
    width: 180px;
    float: left;
}
.profileImage img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 25px;
    border-radius: 50px;
}
.icount {
    border-radius: 100%;
    width: auto;
    padding: 2px 7px 2px;
    text-align: center;
    color:#ffffff;
}
.correctBG{
    background: rgb(69, 149, 146);

}
.incorrectBG{
    background: #dd776e;
}
.notansBG{
    background: rgb(248, 201, 124);
}
.absenteesBG{
    background: #e9a268;
}
.widthLabel{
    width: 95px;
    float: left;
}
.font14{
    font-size: 14px;
}
.zindex0{
    z-index: 0 !important;
}
.MuiAutocomplete-popper{
    z-index: 1500 !important;
}
.Mui-disabled input{
color:#000000 !important;
}
.cardBoxSize {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin: 15px;
}
.slimScrollDiv {
    width:100% !important;
}
.absentbg {
    color:#ff0000;
    font-size: 10px;
}
.cursorPoint{
    cursor: default !important;
}
.topicbg {
    background: #53a0f3;
    padding: 6px;
    border-radius: 13px;
    color: #ffffff;
}
ul.docListWindow{
    width:100% !important;
}
.width100{
    width:100% !important;
}
.modal-90w { max-width: 90% !important; }
.progressbar {
    height:15px;
}
.countBtn {
    width:50px;
}
.pragressBarGood {
    background-color: #318f94;
}
.pragressBarMiddel {
    background-color: #f8c97c;
}
.pragressBarwid {
    background-color: #d0011b;
}
.page-background{
	background-image: url('../../../../assets/img/bg-01.jpg');
}
input::-webkit-input-placeholder { color:#8b8a8a;}
input:-moz-placeholder { color: #8b8a8a;}
input::-moz-placeholder { color:#8b8a8a;}
input:-ms-input-placeholder { color:#8b8a8a;}

textarea::-webkit-input-placeholder { color:#8b8a8a;}
textarea:-moz-placeholder { color:#8b8a8a;}
textarea::-moz-placeholder { color:#8b8a8a;}
textarea:-ms-input-placeholder { color:#8b8a8a;}
.selector-title{
	margin-top: 0px !important; 
	color: #000000;
}
.card-body .fa {
    font: normal normal normal 12px/1 FontAwesome !important;
}
.card-body *{
    font-family: Poppins,sans-serif !important;
}
.page-footer {
    position:fixed;
    clear: both;
    bottom: 0;
    width: 100%;
    padding: 5px;
    z-index: 1003;
}
.headerBold {
    font-weight: 600;
}
.MuiInputLabel-shrink {
    transform: translate(0, 1.5px) scale(1) !important;
    transform-origin: top left;
}
input:-internal-autofill-selected *{
    background-color: transparent !important;
}
.categoryPadding{padding-top: 1.1rem !important;}
.s-name {
    background: #ccc;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
}
.schooldetailscolor *{
    color: #000000 !important;
}
.schooldetailscolor input[type="text"] *{
    color: #9b0000 !important;
    font-size: 42px !important;
}
.m-name {
    background: #E91E63;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}
.n-name {
    background: #4CAF50;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}
.a-name {
    background: #FFC107;
    text-align: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}

.flex-container {
    display: flex;
}
.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
    background-color: #28a745 !important;
}
.MuiSwitch-colorSecondary.Mui-checked {
    color: #ffffff !important;
}
.MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track {
    opacity: 1 !important;
}
.teachername-s {
    background: #8BC34A;
    text-align: center;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-weight: bolder;
    font-size: 39px;
    display: inline-block;
}
.peiCharHeight{
    height:450px !important;
}
.peiAlign {
    text-align: right;
}
.teacher-status-color {
    width: 80px;
    height: 80px;
    background: #ccc;
    text-align: center;
}
.teacher-status-color p{
    line-height: 78px;
}

.teacher-status-color-good {
    width: 125px;
    height: 75px;
    text-align: center;
    /* border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.teacher-status-color-good p{
    color: #fff;
    font-size: 11px;
}
.teacher-status-color1 {
    background: rgb(74, 150, 145);
}
.teacher-status-color2 {
    background: rgb(118, 163, 140);
}
.white-color {
    background: #ffffff;
}
.status-color1 {
    background: #f3f3f3;
}
.status-color2 {
    background: rgb(91, 155, 143);
}
.status-color3 {
    background-color: rgb(248, 112, 96);
}
.status-color4 {
    background-color: rgb(248, 186, 119);
}
.status-color5 {
    background-color: rgb(163, 176, 134);
}
.status-color6 {
    background: rgb(133, 167, 138);
}
.status-color7 {
    background: rgb(49, 143, 148);
}
/* weak and good color code list */
.weak-good-color1 {background-color: rgb(248, 112, 96);}
.weak-good-color2 {background-color: rgb(248, 121, 99);}
.weak-good-color3 {background-color: rgb(248, 130, 102);}
.weak-good-color4 {background-color: rgb(248, 139, 104);}
.weak-good-color5 {background-color: rgb(248, 148, 107);}
.weak-good-color6 {background-color: rgb(248, 157, 110);}
.weak-good-color7 {background-color: rgb(248, 165, 113);}
.weak-good-color8 {background-color: rgb(248, 174, 116);}
.weak-good-color9 {background-color: rgb(248, 183, 118);}
.weak-good-color10 {background-color: rgb(248, 192, 121);}
.weak-good-color11 {background-color: rgb(248, 201, 124);}
.weak-good-color12 {background-color: rgb(228, 195, 126);}
.weak-good-color13 {background-color: rgb(208, 189, 129);}
.weak-good-color14 {background-color: rgb(188, 184, 131);}
.weak-good-color15 {background-color: rgb(168, 178, 134);}
.weak-good-color16 {background-color: rgb(149, 172, 136);}
.weak-good-color17 {background-color: rgb(129, 166, 138);}
.weak-good-color18 {background-color: rgb(109, 160, 141);}
.weak-good-color19 {background-color: rgb(89, 155, 143);}
.weak-good-color20 {background-color: rgb(69, 149, 146);}
.week-good-width-height {
    width: 15px;
    height: 15px;
}
.academicGrade {
    width: 90px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.academicGradeEmpty {
    width: 100px;
    height: 30px;
    text-align: center;
}
.academicGradeTitle {
    
    height: 30px;
    text-align: center;
}
.gradeTable th, td {
    border: 1px solid #ffffff;
}
.gradeTable{
    background: #f7f7f7;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #ffffff;
}
.titleColorGrade {
    /* box-shadow: 0px 0px 6px 2px #ccc; */
    background: #007bff;
    font-size: 14px;
    color:#ffffff;
}
.titlesidebar {
    background: #1b3148;
    /* box-shadow: 0px 0px 5px 0px #ccc; */
    font-size: 14px;
    color: #ffffff;
}
.week-good-name {
    bottom: 5px;
    position: relative;
}
.badge {
    position: absolute;
    top: -6px;
    right: -12px;
    -webkit-animation: 1s ease 0s normal none infinite running wobble;
    -ms-animation: 1s ease 0s normal none infinite running wobble;
    -o-animation: 1s ease 0s normal none infinite running wobble;
    animation: 1s ease 0s normal none infinite running wobble;
}

.title-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.classes-height {
    height: 170px;
}

a {
    color:#000000;
    font-weight: normal;
}

.badge, .btn {
    text-transform: none !important;
}

.color-pink {
    color:#ff4081;
}
.multiImage {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
/* student details */

.student-status-color {
    width: 65px;
    height: 65px;
    background: #ccc;
    text-align: center;
}
.student-status-color p{
    line-height: 70px;
    font-size: 11px;
    color: #ffffff;
}

.student-status-color-good {
    width: 125px;
    height: 75px;
    text-align: center;
}

.student-status-color-good p{
    font-size: 11px;
    color: #ffffff;
}
.student-status-color1 {
    background: rgb(74, 150, 145);
}
.student-status-color2 {
    background: rgb(118, 163, 140);
}

.docListWindow {
    padding-right: 10px;
    padding-left: 10px;
}

/* loginForm */
.logincheckbox {
    top: 21px;
    position: relative;
    z-index: 1000;
    width: 17px;
}
  .errorcolor {
    color: #f44336;
	font-size: 1rem;
	padding-top: 3px;
}
.diaryerrorcolor {
    color: #f44336;
    margin: 0;
    font-size: 0.75rem;
    margin-top: 3px;
    text-align: left;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
}

.fontSize {
    font-size:20px
}
.deleteIcon .fa {
    color: #f44336;
    font-size: 18px !important;
    padding-top: 3px;
    background: #fffcfccc;
    padding: 10px;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    top: -8px;
    position: relative;
    left: 10px;
}
.deleteIcon .fa:hover {
background: #ff4081;
    color: #fff;
}
.deleteIcon {
    position: absolute;
    top: -10px;
}
.errorlogin {
     color: #000000;
     font-size: 0.75rem;
     padding-top: 3px;
    }

.close {
    cursor: pointer;
    position: absolute;
    display: block;
    padding: 2px 5px;
    line-height: 20px;
    right: -10px;
    top: -10px;
    font-size: 24px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #cfcece;
  }
.formboxsize {
    width:435px !important;
}
.logoprofileicon {
    width:82px !important;
    height:82px !important;
}

.logoprofileicon i {
font-size: 35px;
}

.formtitlesize {
    font-size:25px !important;
    text-transform: capitalize !important;
}
.titleCapitalize {
    text-transform: capitalize !important; 
}
th {
    text-transform: capitalize;
}

.modelboxbutton {
    padding: 10px;
}
.modelbottomcolor {
    border-bottom: 1px solid #e5e5e5 !important;
}

.modal-content {
    border-radius: 10px !important;
}

.underwork {
    width:75px;
    margin-top: 10% !important;
}
.userNameTitle {
    text-transform: capitalize;
    font-weight: bold !important;
}
.usernamesubtitle {
    font-size: 12px;
}
.page-content-wrapper {
    margin-bottom: 80px;
}
.profile-header{
    min-height: 80px !important;
}
.user-img {
    max-width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
}
.MuiButton-root {
    min-width: 120px !important;
    height: 40px;
}
.btn-disable
    {
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0;
    background-color: #ffffff;

    }
.activeview {
    width: 15px;
    height: 15px;
    background: #28a745;
    border-radius: 50px;
    border: 1px solid #fff;
}
.deactiveview {
    width: 15px;
    height: 15px;
    background: #ff0000;
    border-radius: 50px;
    border: 1px solid #fff;
    }
    .replaybackground {
        background: #f7f7f7;
        z-index: 999 !important;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    .firstletter {
        height: 35px !important;
        width: 35px !important;
        min-width: 35px !important;
    }
    .firstletter span {
        font-size: 18px !important;
    }
    .autoselection {
        overflow-y: auto !important;
    }
    .pointer {cursor: pointer !important;}
    .page404 {
        text-align: center;
        margin-top: 5%;
        font-size: 19rem;
        color: #ccc;
    }
    .studentImage {
        width: 210px;
        height: 210px;
        object-fit: cover;
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .paddingleft {
        padding-left: 35%;
    padding-right: 40%;
    text-align: center;
    }
    input[type="radio"] {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
    }
    .diarybg {
        background: #f3f3f3;
    }
    .profile-userpic img{
        height: 130px;
        box-shadow: 0px 0px 8px 0px #ccc;
    }
  .font-color {
      color:#ffffff;
      opacity:1;
  }
  .infinite-scroll-component {
    overflow-x: hidden !important;
  }
  .table-responsive {
    overflow-x: hidden !important;
  }
 .WordCrop {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
 }
  
.loader3 {
    width:50px;
    height:50px;
    display:inline-block;
    padding:0px;
    text-align:left;
 }
 .loader3 span {
    position:absolute;
    display:inline-block;
    width:50px;
    height:50px;
    border-radius:100%;
    background:rgba(135, 211, 124,1);
    -webkit-animation:loader3 1.5s linear infinite;
    animation:loader3 1.5s linear infinite;
 }
 .loader3 span:last-child {
    animation-delay:-0.9s;
    -webkit-animation-delay:-0.9s;
 }

 .table.table-ellipsis tbody td, .table.table-ellipsis tbody th {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.psychometric-my-quotients-title{
    margin-top: 20px;
    background: rgb(34,193,195);
    background-image: radial-gradient(circle, #66206F, #9454a5, #eaaaef, #f3f4f6, #ffffff); 
    font-size: 24px;
    color: #fff;
}
.psychometric-my-quotients-types{
    display: flex;
    justify-content: space-between;
}
.psychometric-my-quotients-type-title{
    font-size: 28px;
}
.psychometric-my-quotients-type-box{
    border: 2px solid #4d67bb;
    padding: 15px 24px;
    border-radius: 15px 0 15px 0;
    background-image: radial-gradient(circle, #ffffff, #d8d6ee, #afaedc, #8289cc, #4d67bb);    /* background-image: radial-gradient(circle, #f5f6f7, #bdf7ff, #8af8dd, #a6ee8c, #efd335); */
    font-size: 22px;
}
.psychometric-my-quotients-type.IQ .psychometric-my-quotients-type-box{
    border-color: #4DBBAE;
    background-image: radial-gradient(circle, #f3f4f6, #d3e3f4, #aad5ef, #75c8e4, #1dbbd3);
}
.psychometric-my-quotients-type.CQ .psychometric-my-quotients-type-box{
    border-color: #EF9535;
    background-image: radial-gradient(circle, #f3f4f6, #d3e3f4, #E7BB8C, #CC7E2A, #CB6B05);
}
.psychometric-my-quotients-type.AQ .psychometric-my-quotients-type-box{
    border-color: #064916;
    background-image: radial-gradient(circle, #ffffff, #bdcddd, #68a2af, #14776a, #064916);
}
.ck.ck-content p{
    color: #000;
  }
.ck.ck-content strong {
    font-weight: bold;
}

.ck.ck-content ul,
.ck.ck-content ul li{
    list-style-type: inherit;
}

.ck.ck-content ul {
    padding-left: 40px;
}

.ck.ck-content ol,
.ck.ck-content ol li{
    list-style-type: decimal;
}

.ck.ck-content ol {
    padding-left: 40px;
}

.ck.ck-content blockquote::before{
    content: none;
}
.ck.ck-content blockquote::after{
    content: none;
}
   
.ck.ck-content blockquote{
    border: 0;
}
.card-body .fa.fa-sort-amount-desc::before{
    content: "\f161"
}
.sub-category{
    display: block;
    padding: 10px;
    color: #fff;
    margin: 10px 5px;
    border: 1px solid;
    border-radius: 20px;
}
.career-guidance{
    position: absolute;
    top: 0;
    right: 0;
    width: 225px;
    height: 225px;
    margin-bottom: 10px;
}
.cg-content{
    min-height: 225px;
}
.btn-purple{
    color: #8E44AD !important;
    background: #fff !important;
}
.career_guidance_circle {
    width: 100px; /* Set width and height to create a square */
    height: 100px;
    border-radius: 50%; /* Make it a circle */
  }
.modal-dialog.custom-dialog-view{
    max-width: 700px;
}
.modal-dialog.fullscreen-dialog-view{
    max-width: initial;
    margin: 20px;
    height: calc(100% - 40px);
}
.modal-dialog.fullscreen-dialog-view .modal-content{
    height: 100%;
}

.modal-dialog.fullscreen-dialog-view .modal-content .modal-body{
    height: 100%;
}

.modal-dialog.fullscreen-dialog-view .modal-content .row{
    height: 100%;
}

.modal-dialog.fullscreen-dialog-view .modal-content .row .col-md-12{
    height: 100%;
}

.modal-dialog.fullscreen-dialog-view .model-main-contaniner{
    height: 100%;
    position: relative;
    width: 100%;
}

.modal-dialog.fullscreen-dialog-view .model-sub-contaniner{
    background-color: rgb(var(--pri-surfacebg));
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.modal-dialog.fullscreen-dialog-view .model-left-contaniner{
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #f1efef;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 25rem;
    z-index: 1;
    background: #f1efef;
}
.self-study-modal-left-container{
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #f1efef;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 25rem;
    z-index: 1;
    background: #f1efef;
    overflow: hidden;
}
.advanced-psychometric-left-container{
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 32rem;
    z-index: 1;
    background: #f1efef;
}

.modal-dialog.fullscreen-dialog-view .model-center-contaniner{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    margin: 0 30px;
    
}

.model-center-contaniner .center-contaniner-title{
    margin: 20px 0;
}

.model-left-contaniner .model-left-title{
    margin: 20px;
    color: #212529; 
    font-size: 18px;
}
.model-center-contaniner .card{
  box-shadow: none;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.model-left-contaniner .form-group{
    margin: 20px;
}

.center-contaniner-label{
    font-size: 16px;
    height: 50px;
    width: 100%;
    overflow-y: auto;
    scroll-behavior: smooth !important;
    scrollbar-width: thin !important;
    background-color: #ffffff; 
    border-radius: 5px;  
    padding: 8px;        
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.question-scroll-container {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff; 
}

.modal-dialog.fullscreen-dialog-view .model-center-contaniner .tab-content{
    border-top: transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    z-index: 1;
    margin-top: 10px;
}

.modal-dialog.fullscreen-dialog-view .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #007bff;
    color: #fff;
}
.chat-container {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth !important;
    scrollbar-width: thin !important;
    background: #EFEBE9; 
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }  
  .chat-bubble {
    max-width: 70%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 15px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
  }  
  .user-bubble {
    background-color: #4e9ef3;
    color: #fff;
    align-self: flex-end;
    text-align: left;
  }  
  .bot-bubble {
    background-color: #ffffff; 
    color: #000;
    align-self: flex-start;
    text-align: left;
  }  
  .chat-text {
    margin: 0;
    white-space: pre-wrap;
    font-size: 14px;
  }  
  .chat-time {
    font-size: 10px;
    color: #ffffff;
    text-align: right;
    margin-top: 5px;
  }
  .question-title-border {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
  }  
  .chat-question-border {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
  }  
  .chat-question-border:hover {
    background-color: #f5f5f5;
    color: #000;
  }  
  .selected-question {
    background-color: #ddd;
    border-radius: 7px;
    font-weight: bold;
    color: #000;
  }
  .modal-close-button{
    height: 25px;
    width: 25px;
    font-size: 2rem;
    border: 1px solid #4a4343;
    color: #4a4343;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
.user-img.days-left{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -110px;
}
.days-count{
    font-size: 20px;
}
.bg-b-red {
    background: linear-gradient(45deg, #cf0000, #f76363);
}
.bg-b-orange-dark {
    background: linear-gradient(45deg, #e49b1c, #f7cf68);
}
.bg-b-green-dark {
    background: linear-gradient(45deg, #2aab1d, #264d1c);
}
.license-header{
    min-height: 120px !important;
}
.license-school-name{
    font-size: 19px;
    margin: 25px 15px;
    padding: 0 16px;
    border-radius: 25px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.school-name{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
  text-overflow: ellipsis; 
  line-height: 1.2;
}
.Toaster__renderToast + .Toaster__alert_close{
    display: none;
}
.text-intelligences-desc, .text-intelligences-desc p{
    font-size: 17px;
    color: #000;
    font-family: Poppins, sans-serif !important;
}
.rbc-row-segment .rbc-event-content{
    text-align: center;
}
.btn-circle-school{
  white-space: normal;
  overflow: hidden;
  height: 46px;
  max-height: 46px;
  min-height: 46px;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 500;
}
.teacher-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.pointer td{
    cursor: pointer !important;
}
.material-icons {
    font-family: 'Material Icons' !important;
}

.generate_question.questions_block .question_name{
    display: flex;
    align-items: baseline;
}

.generate_question.questions_block .mcq_options{
    display: flex;
    align-items: baseline;
}

.generate_question.questions_block .sub_questions{
    display: flex;
    align-items: baseline;
}

.latex{
    font-size: 10px;
    margin-top: 5px;
}

.teacher-form-titles{
    font-weight: 500;
    font-size: 19px;
}
.dashboard-chart-height{
    min-height: 100px;
    height: auto !important;
    margin-bottom: 0%;
}
.btn-green-bgcolor{
    background: #57bb8a !important;
    border: 1px solid #57bb8a !important;
    color: #fff !important;
}

li.disabled {
    pointer-events: none;  /* disables clicks */
    cursor: not-allowed;   /* shows disabled cursor */
    background-color: lightgrey;
  }

  .text-blue-color{
    color: #16365c;
  }

  .formControl-label{
    color: rgba(0, 0, 0, 0.54);
    font-size: 1rem;
  }
  .marks-entry-table-wrapper {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  .marks-entry-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .marks-entry-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  
  .marks-entry-table-header {
    background-color: #f5f5f5;
    text-align: left;
    font-weight: bold;
    padding: 12px;
    border-bottom: 1px solid #ddd;
  }
  
  .marks-entry-student-col {
    width: 40%;
  }
  
  .marks-entry-attendance-col {
    width: 30%;
  }
  
  .marks-entry-col {
    width: 30%;
  }
  
  .marks-entry-table-row:nth-child(even) {
    background-color: #fafafa;
  }
  
  .marks-entry-table-cell {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }
  
  .marks-entry-attendance-select {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .marks-textarea {
    width: 100%;
    padding: 6px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.modal-dialog.custom-dialog-view-screen{
    max-width: 700px;
    height: calc(100% - 40px);
}

.modal-dialog.custom-dialog-view-screen .modal-content{
    height: 100%;
}

.modal-dialog.custom-dialog-view-screen .modal-content .modal-body{
    height: 100%;
}

.modal-dialog.custom-dialog-view-screen .question-container {
    height: calc(100% - 160px);
    overflow-y: auto;
    scroll-behavior: smooth !important;
    scrollbar-width: thin !important;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.search-question-container{
    display: flex;
    margin: 10px;
}

.radio-search{
    margin-right: 10px;
}
.users-report-container{
    padding: 1rem 3rem;
   }
.max-question-msg{
    font-size: 12px;
    color: grey;
}
.info-dialog-view{
    max-width: 700px;
    height: calc(100% - 40px);
}
.info-dialog-view .modal-content {
    height: 100%;
    display: flex;
}
.info-dialog-view .modal-body {
    overflow-y: auto;
    scroll-behavior: smooth !important;
    scrollbar-width: thin !important; 
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.center-latex-container{       
    border: 2px solid #333;      
    padding: 10px 20px;          
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
}
.latex-container { 
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;      
  }
  table.info-table, .info-table th, .info-table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;    
    }
table.info-table{
    width:100%;
}
.info-icon{
    color: #818596;
    cursor: pointer ! important;
}
.info-icon-size{
    font-size: 14px;
}
  
 @keyframes loader3 {
    0% {transform: scale(0, 0);opacity:0.8;}
    100% {transform: scale(1, 1);opacity:0;}
 }
 @-webkit-keyframes loader3 {
    0% {-webkit-transform: scale(0, 0);opacity:0.8;}
    100% {-webkit-transform: scale(1, 1);opacity:0;}
 }
 
@media (max-width: 580px){
    .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
        display: inline-block !important;
    }
    .page404 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1832px) and (min-width: 1154px)  {
    .page-full-width.page-header-fixed .page-container {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 1154px) and (min-width: 991px)  {
    .page-full-width.page-header-fixed .page-container {
        margin-top: 170px;
    }
}


@media only screen and (max-width: 1466px) and (min-width: 1200px)  {
    .height300{
        height: 410px !important;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 975px)  {
    .height300{
        height: 350px !important;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 956px)  {
    .height300{
        height: 530px !important;
    }
}
@media only screen and (max-width: 514px) and (min-width: 100px)  {
    .height300{
        height: 285px !important;
    }
}
@media only screen and (max-width: 1320px) and (min-width: 1200px) {
    .info-box-content{
        margin-left: 75px;
    }
}



